@charset "UTF-8";
/* variables */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;600;700;900&display=swap");
/* base */
html {
  font-size: 18px;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #72809A;
}
body * {
  outline: none !important;
}

.wrapper {
  padding: 0;
}

.entry-footer span {
  padding: 0;
}

a {
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  color: #004595;
}
a:hover {
  color: #9E7A4B;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
  color: #032B58;
}

.h1, h1 {
  font-size: 45px;
}
@media (max-width: 767px) {
  .h1, h1 {
    font-size: 24px;
  }
  .h1[class*=vc_custom], h1[class*=vc_custom] {
    background-size: contain;
  }
}

.h2, h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .h2, h2 {
    font-size: 22px;
  }
}

.h3, h3 {
  font-size: 20px;
}

.h4, h4 {
  font-size: 18px;
}

.h5, h5, .h6, h6 {
  font-size: 18px;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal=true]) {
  padding-right: 0px !important;
}

body .pum-overlay {
  left: 0px;
}

#index-wrapper, #page-wrapper, #single-wrapper {
  overflow-x: hidden;
}

.vc_custom_heading b {
  color: #004595;
  font-weight: inherit;
}
.vc_custom_heading.heading-light b {
  color: #A2CAF9;
}

.max-width-730, .max-width-800, .max-width-950 {
  margin-left: auto !important;
  margin-right: auto !important;
}

.max-width-730 {
  max-width: 730px;
}

.max-width-800 {
  max-width: 800px;
}

.max-width-950 {
  max-width: 950px;
}

.vc_separator .fa-plane:before {
  content: url("../img/svg/icon-plane.svg");
}
.vc_separator .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  width: 100px;
  height: 48px;
}

.text-small {
  font-size: 12px;
  line-height: 20px;
}

.text-medium {
  font-size: 22px;
  line-height: 33px;
}

.text-large {
  font-size: 24px;
  line-height: 29px;
}

.text-white {
  color: #fff !important;
}

.text-dark {
  color: #032B58 !important;
}

.text-gold {
  color: #9E7A4B !important;
}

.text-blue {
  color: #004595 !important;
}

.text-blue-light {
  color: #4180C8 !important;
}

.list-tick ul {
  padding-left: 0;
  list-style: none;
}
.list-tick ul li {
  padding-left: 32px;
  position: relative;
}
.list-tick ul li + li {
  margin-top: 15px;
}
.list-tick ul li::before {
  content: "";
  background: url("../img/svg/list-tick-gold.svg") no-repeat center;
  width: 19px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 7px;
}
.list-tick.list-tick-mixed ul li:nth-child(even)::before {
  background: url("../img/svg/list-tick-blue.svg") no-repeat center;
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}
/* layout */
.grid-gap-18.vc_row {
  margin-left: -9px;
  margin-right: -9px;
}
.grid-gap-18.vc_row > .vc_column_container > .vc_column-inner {
  padding-left: 9px;
  padding-right: 9px;
}

@media screen and (min-width: 768px) {
  .grid-gap-60.vc_row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .grid-gap-60.vc_row > .vc_column_container > .vc_column-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .vc_rtl-columns-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.navbar {
  background-color: #93ABB1;
  padding: 0;
  min-height: 50px;
}
.navbar .navbar-nav .nav-link {
  padding: 0 22px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}
.navbar .navbar-nav .nav-link:hover {
  background: rgba(79, 110, 100, 0.2);
}
.navbar .navbar-nav .menu-item:last-child .nav-link {
  padding-right: 24px;
}
.navbar .btn {
  line-height: 50px;
  padding: 0 28px;
}
@media (min-width: 992px) {
  .navbar .btn {
    padding-right: 90px;
  }
}
.navbar .btn-icon {
  display: flex;
  align-items: center;
}
.navbar .btn-icon img {
  margin-left: 13px;
}

.navbar-brand {
  display: block;
}

#breadcrumbs {
  padding-top: 12px;
  padding-bottom: 11px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 137.5%;
  color: #004595;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  padding-left: 100px;
  padding-right: 20px;
  /*.breadcrumb_last {
      font-weight: 300;
  }*/
}
@media (max-width: 1199px) {
  #breadcrumbs {
    padding-left: 20px;
  }
}
#breadcrumbs > span {
  margin-left: -5px;
}
#breadcrumbs a, #breadcrumbs span > span {
  color: #A3ABBB;
}
#breadcrumbs span > span {
  margin: 0 5px;
}

#lang-menu [class*=container] {
  position: relative;
}
#lang-menu .widget_wpglobus {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding-left: 100px;
  height: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  #lang-menu .widget_wpglobus {
    padding-left: 20px;
  }
}
#lang-menu .widget_wpglobus .widgettitle {
  display: none;
}
#lang-menu .widget_wpglobus .flags-styled .flag {
  margin-right: 14px;
}

#page-top {
  position: relative;
  z-index: 100;
  margin-top: 27px;
  /*@media screen and (max-width: 700px) {
      margin-bottom: 54px;
  }*/
}
@media (min-width: 992px) {
  #page-top > .container, #page-top > .container-fluid {
    display: flex;
    justify-content: space-between;
  }
}

/*.menu-plans-menu-container {
    @media screen and (min-width: 701px) {
        float: right;
    }
}*/
.menu-plans-menu-container {
  background-color: #D5E0EC;
  border-radius: 5px 0 0 0;
}

@media (min-width: 992px) {
  .logo-container {
    width: 53%;
    padding-left: 100px;
  }
  .menu-plans-menu-container {
    width: 47%;
  }
}
@media (max-width: 991px) {
  .logo-container {
    margin-bottom: 25px;
    text-align: center;
    padding: 0 15px;
  }
}
/*@media (max-width: 767px) {
    .menu-plans-menu-container {
        padding: 10px 0 20px;
    }
}*/
@media screen and (max-width: 700px) {
  #menu-plans {
    flex-direction: row;
    justify-content: space-between;
  }
}
#menu-plans .menu-item {
  width: 50%;
  /*@media screen and (max-width: 700px) {
      width: calc(50% - 5px);
  }*/
}
#menu-plans .menu-item:last-child {
  margin-right: 0;
}
#menu-plans .menu-item .nav-link {
  color: #032B58;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 137.5%;
  background-color: #D5E0EC;
  text-align: center;
  padding: 20px 10px 18px;
}
#menu-plans .menu-item .nav-link span {
  display: inline-block;
  border-bottom: 5px solid transparent;
}
@media screen and (min-width: 701px) {
  #menu-plans .menu-item .nav-link {
    padding: 20px 46px 18px;
  }
}
#menu-plans .menu-item:first-child .nav-link {
  background-color: #DFE9F4;
  border-radius: 5px 5px 0 0;
}
#menu-plans .menu-item.active .nav-link, #menu-plans .menu-item.current-page-ancestor .nav-link {
  font-weight: 700;
}
@media (max-width: 767px) {
  #menu-plans .menu-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
  }
}

#main-nav button.navbar-toggler {
  border-width: 0;
  box-shadow: none;
}

#worldcrewprotect-sidebar {
  padding-top: 50px;
  padding-bottom: 45px;
}

#worldcrewprotect-content > .row {
  align-items: center;
}
@media (min-width: 992px) {
  #worldcrewprotect-content .worldcrewprotect-widget:first-child {
    width: 65%;
  }
  #worldcrewprotect-content .worldcrewprotect-widget:last-child {
    width: 35%;
    text-align: center;
  }
}

#letsgetstart-sidebar {
  padding-top: 78px;
  padding-bottom: 78px;
}

#letsgetstart-content .letsgetstart-widget {
  display: flex;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 137.5%;
}
#letsgetstart-content .letsgetstart-widget h4 {
  font-family: "Lato", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #letsgetstart-content .letsgetstart-widget h4 {
    font-size: 32px;
  }
}
#letsgetstart-content .letsgetstart-widget a:not(.vc_btn3) {
  color: #fff;
}
#letsgetstart-content .letsgetstart-widget .vc_btn3 {
  display: block;
}
@media screen and (max-width: 700px) {
  #letsgetstart-content .letsgetstart-widget .vc_btn3 {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #letsgetstart-content .letsgetstart-widget:first-child {
    width: 40%;
  }
  #letsgetstart-content .letsgetstart-widget:last-child {
    width: 60%;
  }
}

#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#wrapper-footer {
  margin-top: auto;
}

#wrapper-footer-full {
  color: #fff;
  background: #032B58;
  padding-top: 51px;
}
#wrapper-footer-full .menu {
  list-style: none;
  padding-left: 0;
}
#wrapper-footer-full .menu li + li {
  margin-top: 10px;
}
#wrapper-footer-full a {
  color: #fff;
}
#wrapper-footer-full a:hover {
  color: #9E7A4B;
}
@media (max-width: 767px) {
  #wrapper-footer-full [id*=media_image] {
    display: none;
  }
}

#wrapper-footer {
  color: #fff;
  background: #414141;
  padding-bottom: 30px;
}
#wrapper-footer a {
  color: #fff;
}
#wrapper-footer a:hover {
  color: #93ABB1;
}

#footer-full-content {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
#footer-full-content .footer-widget {
  margin-bottom: 50px;
}
#footer-full-content .footer-widget + .footer-widget {
  margin-top: 16px;
}
#footer-full-content .footer-widget b, #footer-full-content .footer-widget strong {
  font-weight: 900;
}
#footer-full-content #text-3.footer-widget ul {
  padding-left: 0;
  list-style: none;
}
#footer-full-content #text-3.footer-widget ul li + li {
  margin-top: 10px;
}
#footer-full-content #text-8.footer-widget .textwidget {
  max-width: 170px;
}

#menu-footer-menu {
  margin-bottom: 15px;
}
#menu-footer-menu .menu-item + .menu-item {
  margin-top: 15px;
}
#menu-footer-menu .menu-item a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 137.5%;
  letter-spacing: 3.29px;
  text-transform: uppercase;
}
#menu-footer-menu .menu-item a:hover {
  color: #93ABB1;
}

/*#text-2.footer-widget {
    color: $white;
    font-family: $ff-primary;
    font-size: $fs-small;
    font-weight: $fw-regular;
    line-height: 137.5%;
    letter-spacing: 3.29px;
    text-transform: uppercase;
    margin-bottom: 15px;
}*/
.footer-bottom-menu-wrapper .footer-widget {
  border-top: 1px solid #9E7A4B;
  padding-top: 21px;
  padding-bottom: 23px;
  margin-bottom: 0 !important;
}
.footer-bottom-menu-wrapper ul, .footer-bottom-menu-wrapper p {
  margin-bottom: 0;
}
.footer-bottom-menu-wrapper .textwidget, .footer-bottom-menu-wrapper .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bottom-menu-wrapper .menu li {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.footer-bottom-menu-wrapper .menu li + li {
  margin-top: 0 !important;
}
.footer-bottom-menu-wrapper .menu li::after {
  content: "-";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3px;
  margin: auto;
}

.footer-widget .widget-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 8px;
}

.footer-contact li {
  padding-left: 31px;
  position: relative;
}
.footer-contact li::before {
  position: absolute;
  left: 0;
  top: 0;
}
.footer-contact li.address::before {
  content: url("../img/svg/address.svg");
}
.footer-contact li.phone::before {
  content: url("../img/svg/phone.svg");
}

@media (min-width: 576px) and (max-width: 991px) {
  #footer-full-content > .row > .footer-widget {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .footer-bottom-menu-wrapper .textwidget, .footer-bottom-menu-wrapper .menu {
    display: block;
  }
  .footer-bottom-menu-wrapper .menu li {
    margin-bottom: 10px;
  }
  .footer-bottom-menu-wrapper .menu li::after {
    display: none;
  }
}
/* components */
.heading-icon {
  padding-left: 62px;
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 9px;
}

.heading-icon-img {
  margin-bottom: 11px;
  padding-top: 10px;
}
.heading-icon-img img {
  margin-top: -10px;
  margin-right: 14px;
}

.btn-danger {
  color: #fff !important;
  background: #873E23;
}
.btn-danger:hover, .btn-danger:active {
  background: #797369 !important;
}

.vc_btn3-container {
  margin-bottom: 15px;
}

.vc_btn3 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
}

/*.vc_btn3 {
    &.vc_general {
        font-family: $ff-primary;
        font-size: $fs-base;
        font-weight: $fw-regular;
        line-height: 18px;
        box-shadow: 0 4px 10px 0 $black-transparent;
        transition: $transition-all-base;
    }

    &.vc_btn3-color-default {
        color: $black;
        background: $gray-extra-light;
        border: 1px solid $black-transparent;

        &:hover, &:focus, &:active {
            //background: $black-transparent;
            background: $gray-extra-light;
        }
    }

    &.vc_btn3-color-white {
        color: $black;
        background: $white;
        border: 1px solid $gray-light-1;

        &:hover, &:focus, &:active {
            background: $gray-light-1;
        }
    }

    &.vc_btn3-color-blue {
        color: $white;
        background: $navy-gradient;

        &:hover, &:focus, &:active {
            background: $navy-gradient-reverse;
        }
    }

    &.vc_btn3-color-success {
        color: $white;
        background: $green-gradient;

        &:hover, &:focus, &:active {
            background: $green-gradient-reverse;
        }
    }
}

.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 6px;
}*/
.vc_btn3.vc_btn3-shape-round {
  border-radius: 50px;
}

.vc_btn3-shape-rounded {
  border-radius: 4px;
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
  background: rgb(3, 43, 88);
  background: linear-gradient(0deg, rgb(3, 43, 88) 0%, rgb(0, 69, 149) 100%);
  border: 0;
  padding: 21px 30px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
    padding: 17px 15px;
    font-size: 14px;
  }
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline {
  border-color: #032B58;
  color: #032B58;
  padding: 19px 30px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline {
    padding: 15px;
    font-size: 14px;
  }
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:hover {
  border-color: #032B58;
  background-color: #032B58;
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
  background-color: #F6FAFF;
  border: 0;
  color: #004595;
  text-transform: none;
  padding: 11px 30px 10px;
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover {
  background-color: #A2CAF9;
  color: #004595;
}

.vc_btn3.vc_btn3-color-white {
  background-color: #fff;
  border: 0 !important;
  padding: 22px 30px;
  color: #004595 !important;
}
@media (max-width: 991px) {
  .vc_btn3.vc_btn3-color-white {
    padding: 17px 15px;
  }
}

.vc_btn3.vc_btn3-color-white:focus, .vc_btn3.vc_btn3-color-white:hover {
  background-color: #F6FAFF;
}

.btn-icon .vc_btn3.vc_general {
  box-shadow: 0 0 24px 5px rgba(0, 0, 0, 0.05);
  padding-left: 60px;
  position: relative;
  height: 60px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: normal;
  display: flex;
  align-items: center;
}
.btn-icon .vc_btn3.vc_btn3-color-white {
  color: #000;
  background: linear-gradient(180deg, #fff 6.34%, #fff 284.2%);
  border: 1px solid rgba(51, 77, 70, 0.15);
  backdrop-filter: blur(2px);
}
.btn-icon .vc_btn3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 0;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .btn-icon .vc_btn3::before {
    width: 40px;
  }
}

@media (max-width: 991px) {
  .btn-icon .vc_btn3.vc_general {
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .inline-buttons {
    margin-bottom: 26px;
  }
}
.inline-buttons .wpb_wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .inline-buttons .wpb_wrapper {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .inline-buttons .vc_btn3-inline {
    margin-right: 17px;
  }
  .inline-buttons .vc_btn3-inline:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .inline-buttons .vc_btn3-inline {
    margin-bottom: 14px;
  }
}

.theme-default .btn-blue-lighter .vc_btn3.vc_general {
  background: #A2CAF9;
  color: #fff !important;
  border: 0;
}
.theme-default .btn-blue-lighter .vc_btn3.vc_general::before {
  content: url("../img/svg/icon-plane-white.svg") !important;
}
.theme-default .btn-blue-light .vc_btn3.vc_general {
  background: #4180C8;
  color: #fff !important;
  border: 0;
}
.theme-default .btn-blue-light .vc_btn3.vc_general::before {
  content: url("../img/svg/icon-plane-white.svg") !important;
}
.theme-default .btn-blue .vc_btn3.vc_general {
  background: #004595;
  color: #fff !important;
  border: 0;
}
.theme-default .btn-blue .vc_btn3.vc_general::before {
  content: url("../img/svg/icon-plane-white.svg") !important;
}

.btn-link {
  text-decoration: none !important;
}
.btn-link .vc_btn3 {
  color: #9E7A4B !important;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  font-weight: 700;
  text-decoration: underline;
  font-size: 12px;
  line-height: 19px;
  text-transform: none;
}

.btn-arrow .vc_btn3 {
  padding-right: 16px;
  position: relative;
}
.btn-arrow .vc_btn3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: url("../img/svg/btn-arrow.svg") no-repeat center;
  background-size: cover;
}
.btn-arrow .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern.vc_btn3-shape-rounded {
  padding-right: 70px;
}
.btn-arrow .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern.vc_btn3-shape-rounded::after {
  width: 17px;
  height: 12px;
  right: 21px;
}

.btn-calculator .vc_btn3 {
  padding: 21px 110px 21px 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .btn-calculator .vc_btn3 {
    padding: 17px 80px 17px 20px;
  }
}
.btn-calculator .vc_btn3::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background-color: #4180C8;
}
.btn-calculator .vc_btn3::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 27px;
  background: url("../img/svg/btn-calculator.svg") no-repeat center;
  background-size: cover;
}

.image-buttons-parent {
  position: relative;
}
@media (max-width: 991px) {
  .image-buttons-parent .wpb_single_image.vc_align_left {
    text-align: center;
  }
}

.image-buttons {
  position: absolute;
  top: 50%;
  transform: translate(calc(-50% + 15px), calc(-50% + 7.5px));
  left: 0;
  /*@media screen and (min-width: 768px) {
      left: -27px;
  }*/
}
@media (max-width: 991px) {
  .image-buttons {
    transform: translate(30px, calc(-50% + 7.5px));
  }
}
.image-buttons .vc_btn3.vc_general {
  text-transform: none;
}
@media (max-width: 767px) {
  .image-buttons .btn-icon .vc_btn3.vc_general {
    height: auto;
  }
}
.image-buttons .wpb_wrapper {
  display: flex;
  flex-direction: column;
}

.hero .image-buttons .vc_btn3-container {
  position: relative;
}
.hero .image-buttons .vc_btn3-container:nth-child(2) {
  left: -15px;
}
.hero .image-buttons .vc_btn3-container:nth-child(3) {
  left: 9px;
}

.rounded-boxes {
  padding-top: 17px;
  padding-bottom: 115px;
}
.rounded-boxes > .vc_row {
  display: flex;
  flex-wrap: wrap;
}
.rounded-boxes > .vc_row > .wpb_column {
  display: flex;
}
.rounded-boxes > .vc_row > .wpb_column > .vc_column-inner {
  display: flex;
}
.rounded-boxes > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
}
.rounded-boxes .rounded-box {
  height: 100%;
}
.rounded-boxes .rounded-box > .wpb_column {
  height: 100%;
}
.rounded-boxes .rounded-box > .wpb_column > .vc_column-inner {
  height: 100%;
  display: flex;
}

.rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #F8F7F4;
  border-radius: 21px;
  padding: 25px 24px 9px 24px;
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .rounded-box + .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-top: 18px;
  }
}
.rounded-box .wpb_text_column {
  margin-bottom: 5px;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 137.5%;
}
.rounded-box .wpb_text_column ul {
  padding-left: 20px;
}
.rounded-box .wpb_text_column ul li + li {
  margin-top: 40px;
}
.rounded-box .link-more {
  margin-right: auto;
  margin-bottom: 14px;
  line-height: 48px;
}
.rounded-box .link-more a {
  color: #5B696D;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration-line: underline;
}
.rounded-box .vc_btn3-inline {
  margin-right: 14px;
}
.rounded-box .vc_btn3-inline:last-child {
  margin-right: 0;
}
.rounded-box .link-more, .rounded-box .vc_btn3-inline {
  margin-top: auto;
}
@media (max-width: 575px) {
  .rounded-box .vc_btn3-inline {
    width: 100%;
    margin-right: 0;
  }
}

.rounded-boxes > .vc_row.rounded-boxes-footer {
  margin-top: 49px;
}
.rounded-boxes > .vc_row.rounded-boxes-footer > .wpb_column > .vc_column-inner {
  justify-content: flex-end;
}

.float_col {
  position: relative;
}
@media screen and (max-width: 700px) {
  .float_col {
    overflow: hidden;
  }
}
.float_col.float_right_bottom .float_img {
  top: 78%;
  left: 74%;
}
.float_col.float_left_bottom .float_img {
  top: 45%;
  left: -19%;
}
@media screen and (max-width: 1200px) {
  .float_col.float_left_bottom .float_img {
    display: none;
  }
}
.float_col.float_left_bottom .float_img .absolute_img {
  width: 31%;
}
.float_col.float_left_bottom .float_img .absolute_img::before {
  top: 5rem;
  left: 8rem;
}
.float_col.float_right_top .float_img {
  top: -12%;
  left: 86%;
}
@media screen and (max-width: 1200px) {
  .float_col.float_right_top .float_img {
    display: none;
  }
}
.float_col.float_right_top .float_img .absolute_img {
  width: 31%;
}
.float_col.float_right_top .float_img .absolute_img::before {
  top: 6rem;
  left: -3rem;
}
.float_col.float_blue .absolute_img {
  background-color: #323970;
}
.float_col.float_green .absolute_img {
  background-color: #4F6E64;
}
.float_col .float_img {
  white-space: nowrap;
  position: absolute;
  width: 100%;
  height: 100%;
}
.float_col .float_img .absolute_img {
  pointer-events: none;
  position: absolute;
  content: "";
  height: auto;
  width: 17%;
  aspect-ratio: 135/104;
  border-radius: 18%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  transform-origin: center center;
}
.float_col .float_img .absolute_img::before {
  position: absolute;
  content: "";
  background-color: #fff;
  height: auto;
  width: 48%;
  aspect-ratio: 65/68;
  border-radius: 20%;
  top: -1rem;
  left: -1rem;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-animation: ping 1.8s ease-in-out infinite both;
  animation: ping 1.8s ease-in-out infinite both;
}

.absolute_img.return {
  animation: returnToCenter 5s ease-in-out 5s forwards; /* Анимация возврата в центр */
}

@keyframes returnToCenter {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.services_row-1 .float_col .float_img {
  top: 100%;
  left: 94%;
}
@media screen and (max-width: 700px) {
  .services_row-1 .float_col .float_img {
    display: none;
  }
}
.services_row-1 .float_col .float_img .absolute_img {
  width: 11%;
}

@media screen and (max-width: 700px) {
  .services_row-3 .float_col .float_img {
    top: 74%;
    left: 76%;
  }
}
@media screen and (max-width: 1200px) {
  .services_row-3 .float_col .float_img {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .services_row-3 .float_col .float_img .absolute_img {
    width: 23%;
  }
}
@media screen and (max-width: 700px) {
  .services_row-3 .float_col .float_img .absolute_img::before {
    top: -1rem;
    left: -1rem;
  }
}

/**
 * ----------------------------------------
 * animation ping
 * ----------------------------------------
 */
@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
  }
}
.floating-image {
  position: absolute;
  padding: 20px 15px;
  background: #fff;
}
.floating-image.right {
  right: 0;
}
.floating-image.bottom {
  bottom: 0;
}

.gradient-skew-box-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .gradient-skew-box-wrapper {
    padding-bottom: 80px;
  }
  .gradient-skew-box-wrapper::after {
    content: "";
    display: block !important;
    height: 60px;
    width: 100%;
  }
}
.gradient-skew-box-wrapper > .vc_column_container > .vc_column-inner,
.gradient-skew-box-wrapper > .vc_column_container > .vc_column-inner > .wpb_wrapper,
.gradient-skew-box-wrapper > .vc_column_container > .vc_column-inner > .wpb_wrapper > .vc_row {
  height: 100%;
}
.gradient-skew-box-wrapper .gradient-skew-box {
  height: calc(100% - 26px);
}
.gradient-skew-box-wrapper .gradient-skew-box > .vc_column-inner,
.gradient-skew-box-wrapper .gradient-skew-box > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
@media (max-width: 575px) {
  .gradient-skew-box-wrapper .page-title-label {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

.gradient-skew-box {
  position: relative;
  margin-bottom: 26px;
  /*&.gradient-box-title-label {
      //margin-top: 40px;
      //padding-top: 40px;

      .page-title-label {
          //top: -40px;
      }
  }*/
}
.gradient-skew-box > .vc_column-inner > .wpb_wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.gradient-skew-box > .vc_column-inner > .wpb_wrapper * {
  position: relative;
  z-index: 1;
}
.gradient-skew-box > .vc_column-inner > .wpb_wrapper h3, .gradient-skew-box > .vc_column-inner > .wpb_wrapper .h3 {
  color: #fff;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}
.gradient-skew-box > .vc_column-inner > .wpb_wrapper p {
  color: #A2CAF9;
}
.gradient-skew-box > .vc_column-inner > .wpb_wrapper p, .gradient-skew-box > .vc_column-inner > .wpb_wrapper ul {
  font-size: 16px;
  line-height: 22px;
}
.gradient-skew-box > .vc_column-inner > .wpb_wrapper .wpb_content_element {
  width: 65%;
  color: #fff;
  padding: 30px 30px 15px 37px;
}
@media (max-width: 1399px) {
  .gradient-skew-box > .vc_column-inner > .wpb_wrapper .wpb_content_element {
    width: 64%;
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 1199px) {
  .gradient-skew-box > .vc_column-inner > .wpb_wrapper .wpb_content_element {
    width: calc(100% - 240px);
  }
}
.gradient-skew-box > .vc_column-inner > .wpb_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 32%;
  bottom: 0;
  width: 100%;
  background: rgb(3, 43, 88);
  background: linear-gradient(180deg, rgb(3, 43, 88) 0%, rgb(0, 69, 149) 100%);
  border-radius: 10px;
  transform: skewX(-10deg);
}
@media (max-width: 1399px) {
  .gradient-skew-box > .vc_column-inner > .wpb_wrapper::before {
    right: 35%;
  }
}
@media (max-width: 1199px) {
  .gradient-skew-box > .vc_column-inner > .wpb_wrapper::before {
    right: 185px !important;
  }
}
.gradient-skew-box.gradient-skew-box-large > .vc_column-inner > .wpb_wrapper::before {
  right: 27%;
}
.gradient-skew-box > .vc_column-inner {
  padding-top: 0;
  background-repeat: no-repeat !important;
  background-position: right 15px center;
  background-size: auto 90%;
}
@media (max-width: 1199px) {
  .gradient-skew-box > .vc_column-inner {
    min-height: 370px;
  }
}

@media (min-width: 576px) {
  .skew-box-image-mobile {
    display: none;
  }
}
@media (max-width: 575px) {
  .skew-box-image-mobile {
    max-width: calc(100% - 40px);
    margin: 0 auto -40px;
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    border-radius: 20px;
  }
  .skew-box-image-mobile img {
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
    width: 100%;
  }
  .skew-box-image-mobile.align-top img {
    top: 0;
  }
  .gradient-skew-box-wrapper .gradient-skew-box {
    height: auto;
  }
  .gradient-skew-box > .vc_column-inner {
    background-image: none !important;
  }
  .gradient-skew-box > .vc_column-inner > .wpb_wrapper::before {
    transform: none !important;
    right: 0 !important;
    left: 0;
  }
  .gradient-skew-box > .vc_column-inner > .wpb_wrapper .wpb_content_element {
    width: 100%;
  }
}
.wpcf7 {
  max-width: unset;
}

body .form-control:focus, body .wpcf7 .wpcf7-validation-errors:focus, body .wpcf7 input[type=color]:focus, body .wpcf7 input[type=date]:focus, body .wpcf7 input[type=datetime-local]:focus, body .wpcf7 input[type=datetime]:focus, body .wpcf7 input[type=email]:focus, body .wpcf7 input[type=file]:focus, body .wpcf7 input[type=month]:focus, body .wpcf7 input[type=number]:focus, body .wpcf7 input[type=range]:focus, body .wpcf7 input[type=search]:focus, body .wpcf7 input[type=submit]:focus, body .wpcf7 input[type=tel]:focus, body .wpcf7 input[type=text]:focus, body .wpcf7 input[type=time]:focus, body .wpcf7 input[type=url]:focus, body .wpcf7 input[type=week]:focus, body .wpcf7 select:focus, body .wpcf7 textarea:focus {
  border-color: #5B696D;
  box-shadow: 0 0 0 0.25rem rgba(214, 215, 226, 0.2);
}

#popmake-342 .wpcf7 {
  max-width: 1135px;
  padding: 100px 50px;
}
@media screen and (max-width: 992px) {
  #popmake-342 .wpcf7 {
    padding: 25px 0 0 0;
  }
}

.form_popup h3 {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%; /* 33px */
}
.form_popup p {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%; /* 22px */
}
.form_popup label {
  color: #1A1A1A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form_popup .selected_button_row .col-lg-12 .form-row h3 {
  margin-bottom: 6px;
}
.form_popup .selected_button_row .col-lg-12 .form-row p {
  margin-left: 9px;
  margin-bottom: 18px;
}
.form_popup .selected_button_row .col-lg-12 .form-row .wpcf7-form-control-wrap .wpcf7-form-control {
  margin-left: -12px;
  margin-right: -12px;
  height: 100%;
  display: block;
}
.form_popup .selected_button_row .col-lg-12 .form-row .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 12px;
}
.form_popup .selected_button_row .col-lg-12 .form-row .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  margin: 0px;
  width: auto;
  padding: 0 !important;
  font-size: 0;
}
.form_popup .selected_button_row .col-lg-12 .form-row .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label span {
  color: #323970;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%; /* 24.75px */
  text-transform: capitalize;
  padding: 15px 17px 16px 20px;
  background: rgba(214, 215, 226, 0.2);
  border: 2px solid transparent;
  border-radius: 21px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form_popup .selected_button_row .col-lg-12 .form-row .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label span:hover {
  border: 2px solid rgba(34, 74, 133, 0.5);
  cursor: pointer;
}
.form_popup .selected_button_row .col-lg-12 .form-row .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label span::before {
  margin-right: 17px;
  height: 48px;
}
.form_popup .selected_button_row .col-lg-12 .form-row .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
  -webkit-appearance: none;
  appearance: none;
}
.form_popup .selected_button_row .col-lg-12 .form-row .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input:checked + span {
  border: 2px solid rgba(34, 74, 133, 0.5);
}
.form_popup .selected_button_row .col-lg-12 .form-row .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(1) label span::before {
  content: url(/wp-content/uploads/2024/01/Group-182.svg);
}
.form_popup .selected_button_row .col-lg-12 .form-row .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(2) label span::before {
  content: url(/wp-content/uploads/2024/01/Group-183.svg);
}
.form_popup .selected_button_row .col-lg-12 .form-row .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(3) label span::before {
  content: url(/wp-content/uploads/2024/01/Group-184.svg);
}
.form_popup .selected_button_row .col-lg-12 .form-row .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(4) label span::before {
  content: url(/wp-content/uploads/2024/01/Group-185.svg);
}
.form_popup .selected_button_row .col-lg-12 .form-row .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(5) label span::before {
  content: url(/wp-content/uploads/2024/01/Group-103.svg);
}
.form_popup .selected_button_row .col-lg-12 .form-row .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(6) label span::before {
  content: url(/wp-content/uploads/2024/01/Group-104.svg);
}
.form_popup .inputs_row h3 {
  margin-top: 22px;
}
.form_popup .inputs_row input {
  margin-top: 5px !important;
  border-radius: 4px;
  border: 1px solid #949494;
  height: 59px;
}
.form_popup .inputs_row input.wpcf7-phonetext {
  padding-left: 97px;
}
.form_popup .inputs_row .selected-flag .iti-flag::after {
  position: absolute;
  content: url(/wp-content/uploads/2024/01/expand_more_FILL0_wght400_GRAD0_opsz48-2-1.svg);
  top: -7px;
  position: absolute;
  right: -34px;
}
.form_popup .inputs_row .selected-flag .iti-arrow {
  position: absolute;
  top: 10px;
  right: -26px;
  margin-top: unset;
  width: 1px;
  height: 38px;
  background: #949494;
  border-width: 0;
}
.form_popup .nuber_of_group {
  max-width: 606px;
}
.form_popup .nuber_of_group h3 {
  margin-top: 86px;
}
.form_popup .nuber_of_group label.uacf7-slider-label {
  width: auto;
  display: inline-block;
  padding: 10px 30px !important;
  border-radius: 84px;
  background-color: #F7F7F9;
  margin-bottom: 15px;
}
.form_popup .nuber_of_group label.uacf7-slider-label span {
  color: #323970;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form_popup .nuber_of_group .multistep .wpcf7-form-control-wrap span.uacf7-amount {
  color: #323970;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  padding: 10px 30px !important;
  border-radius: 84px;
  background-color: #F7F7F9;
  margin-top: 15px;
}
.form_popup .nuber_of_group .multistep .wpcf7-form-control-wrap .uacf7-slider-handle #uacf7-slider-range {
  height: 6px;
  border: 1px solid #323970;
  background-color: rgba(136, 144, 146, 0.19);
  border-color: rgba(136, 144, 146, 0.19);
}
.form_popup .nuber_of_group .multistep .wpcf7-form-control-wrap .uacf7-slider-handle #uacf7-slider-range .ui-slider-range {
  height: 4px;
}
.form_popup .nuber_of_group .multistep .wpcf7-form-control-wrap .uacf7-slider-handle #uacf7-slider-range span {
  height: 20px;
  width: 20px;
  top: -7.5px;
}
.form_popup .form_bottom_row .form-row > label {
  margin-top: 70px;
}
.form_popup .form_bottom_row .form-row > label input {
  margin-top: 5px !important;
  border-radius: 4px;
  border: 1px solid #949494;
  height: 59px;
}
.form_popup .form_bottom_row .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 45px;
}
.form_popup .form_bottom_row .button input {
  width: auto;
  float: right;
  border-radius: 47px;
  background: #323970;
  padding: 11px 88px;
  color: #fff;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%; /* 22px */
}
.form_popup .form_bottom_row .button input:hover {
  border: 1px solid #323970;
  color: #323970;
  background-color: transparent;
}
.form_popup .form_bottom_row .button input:disabled {
  cursor: not-allowed !important;
  pointer-events: auto !important;
}

.pum-container button i.fas.fa-close::before {
  content: url(/wp-content/uploads/2024/01/close_FILL0_wght400_GRAD0_opsz48-4-1.svg);
}

/*.custom-card-row {
    margin-left: -12px;
    margin-right: -12px;

    > .custom-card {
        padding-left: 12px;
        padding-right: 12px;
    }
}*/
.custom-card-row {
  max-width: 720px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.custom-card > .vc_column-inner > .wpb_wrapper {
  border-radius: 24px;
  background: #fff;
  border: 1px solid #DDE7F2;
  box-shadow: 6px 7px 1px #E1EBF6;
  margin-bottom: 40px;
}

.custom-card-label > .vc_column-inner > .wpb_wrapper {
  position: relative;
}
.custom-card-label .page-title-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center !important;
  transform: translateY(calc(-100% - 21px));
}

.custom-card-header {
  margin: 0;
  padding: 27px 37px 19px;
  background: rgb(3, 43, 88);
  background: linear-gradient(0deg, rgb(3, 43, 88) 0%, rgb(0, 69, 149) 100%);
  border-radius: 24px 24px 0 0;
}
.custom-card-header > .wpb_column > .vc_column-inner {
  padding: 0;
}
.custom-card-header .custom-card-icon {
  margin-bottom: 13px;
}
.custom-card-header .custom-card-title {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0;
  font-weight: 700;
}

.custom-card-body {
  margin: 0;
  padding: 20px 44px 23px;
  color: #004595;
}
.custom-card-body > .wpb_column > .vc_column-inner {
  padding: 0;
}
.custom-card-body .custom-card-title {
  color: #9E7A4B;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2px;
}
.custom-card-body .vc_separator {
  margin-bottom: 10px;
}

.custom-card-list {
  margin-bottom: 10px;
}
.custom-card-list ul {
  padding-left: 0;
  list-style: none;
}
.custom-card-list ul li {
  position: relative;
  padding-left: 16px;
}
.custom-card-list ul li + li {
  margin-top: 8px;
}
.custom-card-list ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 11px;
  background: url("../img/svg/list-arrow.svg") no-repeat center;
}
.custom-card-list.custom-card-list-small ul {
  font-size: 13px;
  line-height: 26px;
  font-style: italic;
}
.custom-card-list.custom-card-list-small ul li::before {
  width: 10px;
  height: 8px;
  background: url("../img/svg/list-small-tick.svg") no-repeat center;
}

.custom-card-btn {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
.custom-card-btn .vc_btn3 {
  width: 100%;
}

#online-offer, .online-offer-wrapper {
  padding-top: 60px;
  padding-bottom: 55px;
}
#online-offer h2, .online-offer-wrapper h2 {
  font-size: 30px;
  line-height: 45px;
}
@media (max-width: 767px) {
  #online-offer h2, .online-offer-wrapper h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
#online-offer .online-offer-header, .online-offer-wrapper .online-offer-header {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #004595;
}

.online-offer {
  display: flex;
  flex-wrap: wrap;
}

.online-offer-box {
  display: flex;
}
.online-offer-box > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  box-shadow: 6px 7px 1px #E1EBF6;
  margin-bottom: 30px;
  overflow: hidden;
  height: calc(100% - 30px);
}
.online-offer-box > .vc_column-inner > .wpb_wrapper .wpb_text_column {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.online-offer-box > .vc_column-inner > .wpb_wrapper .wpb_text_column img {
  margin-bottom: 4px;
}
.online-offer-box > .vc_column-inner > .wpb_wrapper a {
  display: block;
  position: relative;
  padding: 19px 30px 50px 30px;
  color: #032B58;
}
.online-offer-box > .vc_column-inner > .wpb_wrapper a::after {
  content: url("../img/svg/gold-arrow-right.svg");
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.online-offer-header-button .online-offer-box > .vc_column-inner > .wpb_wrapper {
  box-shadow: none;
  background: transparent;
}
.online-offer-header-button .online-offer-box > .vc_column-inner > .wpb_wrapper a {
  display: block;
  position: relative;
  padding: 9px 40px 11px 19px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}
.online-offer-header-button .online-offer-box > .vc_column-inner > .wpb_wrapper a::after {
  content: "";
  background: url("../img/svg/gold-arrow-right.svg") no-repeat center;
  right: 20px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}
.online-offer-header-button .online-offer-box .vc_custom_heading {
  margin-bottom: 43px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  padding-left: 44px;
  position: relative;
}
.online-offer-header-button .online-offer-box .vc_custom_heading em {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  color: #4180C8;
}
.online-offer-header-button .online-offer-box .vc_custom_heading::before {
  content: url("../img/svg/check-mark.svg");
  position: absolute;
  top: 3px;
  left: 12px;
}
.online-offer-header-button .online-offer-box .wpb_content_element {
  background: rgb(3, 43, 88);
  background: linear-gradient(0deg, rgb(3, 43, 88) 0%, rgb(0, 69, 149) 100%);
  border-radius: 4px;
}

.infobox {
  background: #004595;
  border-radius: 20px;
  padding-top: 54px;
  padding-bottom: 37px;
  margin-bottom: 74px;
}
.infobox .vc_custom_heading {
  font-size: 35px;
  font-weight: 900;
  line-height: 42px;
  color: #fff;
}
@media (max-width: 767px) {
  .infobox .vc_custom_heading {
    font-size: 25px;
    line-height: 32px;
  }
}
.infobox .wpb_text_column {
  max-width: 700px;
  margin: 0 auto 19px;
  color: #A2CAF9;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.infobox .vc_btn3-container {
  margin-bottom: 0;
}

.infobar {
  margin-bottom: 92px;
}
.infobar > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border: 1px solid #DDE7F2;
  border-radius: 4px;
  box-shadow: 4px 6px 1px #E1EBF6;
  padding: 21px 39px 19px 29px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.infobar .infobar-content {
  margin-bottom: 0;
  color: #72809A;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
}
.infobar .infobar-btn {
  margin-bottom: 0;
  white-space: nowrap;
}
.infobar .infobar-btn.btn-link .vc_btn3 {
  display: block;
}

.or-item {
  margin-bottom: 40px;
}
.or-item > .vc_column-inner > .wpb_wrapper {
  background: rgb(3, 43, 88);
  background: linear-gradient(0deg, rgb(3, 43, 88) 0%, rgb(0, 69, 149) 100%);
  border-radius: 20px;
  padding: 50px 60px 64px 74px;
}
@media (max-width: 575px) {
  .or-item > .vc_column-inner > .wpb_wrapper {
    padding: 30px 30px 54px 30px;
  }
}

.or-item-icon {
  margin-bottom: 7px;
}

.or-item-title {
  font-size: 24px;
  line-height: 33px;
  color: #fff;
  margin-bottom: 14px;
}

.or-item-content {
  color: #A2CAF9;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
.or-item-content p {
  padding-bottom: 15px;
}
.or-item-content ul, .or-item-content ol {
  color: #fff;
}
.or-item-content ul li + li, .or-item-content ol li + li {
  margin-top: 17px;
}
.or-item-content ol {
  padding-left: 15px;
}

.or-text-separator > .or-item:first-child {
  position: relative;
}
.or-text-separator > .or-item:first-child::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 0;
  bottom: 0;
  transform: translateX(50%);
  text-transform: uppercase;
  background: #4180C8;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media (max-width: 767px) {
  .or-text-separator > .or-item:first-child::after {
    top: auto;
    transform: translateY(50%);
    bottom: -20px;
    left: 0;
    right: 0;
  }
}
.or-text-separator.or-text-separator-fr > .or-item:first-child::after {
  content: "ou";
}
.or-text-separator.or-text-separator-en > .or-item:first-child::after {
  content: "or";
}

.icon-box-inline > .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .icon-box-inline > .vc_column-inner > .wpb_wrapper {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .icon-box-inline + .icon-box-inline {
    margin-top: 30px;
  }
}

.icon-box-inline-img {
  margin-bottom: 0;
  min-width: 78px;
  height: 78px;
  background: #F6FAFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 23px;
}
@media (max-width: 767px) {
  .icon-box-inline-img {
    margin-left: 5px;
    min-width: 58px;
    height: 58px;
  }
}

.icon-box-inline-content {
  margin-bottom: 0;
  color: #72809A;
  font-size: 16px;
  line-height: 22px;
}
.icon-box-inline-content h4 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 33px;
  color: #032B58;
}
@media (max-width: 767px) {
  .icon-box-inline-content h4 {
    font-size: 18px;
  }
}

.vc_tta-accordion {
  margin-top: 20px;
}
.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading, .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #E1EBF6;
  box-shadow: 4px 4px 1px #E1EBF6;
}
.vc_tta-accordion.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, .vc_tta-accordion.vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
  border-radius: 10px;
}
.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-title > a {
  padding: 19px 20px;
}
.vc_tta-accordion.vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading a {
  display: flex;
}
.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
  background: #E1EBF6;
}
.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel {
  margin-bottom: 20px;
}
.vc_tta-accordion.vc_tta-accordion.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, .vc_tta-accordion.vc_tta-accordion.vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
  margin: 0 !important;
}
.vc_tta-accordion.vc_tta.vc_general .vc_tta-icon.fa-question-circle {
  content: url("../img/svg/question.svg");
}
.vc_tta-accordion.vc_tta.vc_general .vc_tta-title-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  color: #032B58;
}
.vc_tta-accordion.vc_tta .vc_tta-controls-icon {
  width: 16px;
  height: 16px;
}
.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::after, .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::before {
  border-color: #9E7A4B !important;
}

.accordion-tabs {
  margin-top: 48px;
}
.accordion-tabs > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-left: -7px;
  margin-right: -7px;
}
.accordion-tabs .vc_btn3-container {
  flex-grow: 1;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 15px;
}
.accordion-tabs .vc_btn3-container .vc_btn3 {
  width: 100%;
  display: block;
  border: 1px solid #A2CAF9;
  background: transparent;
  color: #A2CAF9;
  border-radius: 5px;
  text-transform: none;
  font-size: 16px;
  line-height: 21px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.accordion-tabs .vc_btn3-container .vc_btn3:hover, .accordion-tabs .vc_btn3-container .vc_btn3:focus {
  border: 1px solid #A2CAF9;
  background: #A2CAF9;
  color: #fff;
}
.accordion-tabs .vc_btn3-container.active .vc_btn3 {
  border-color: #DDE7F2;
  background: #DDE7F2;
  color: #032B58;
}

.accordion-with-tabs .accordion-section + .accordion-section {
  display: none;
}

.mct {
  overflow-x: auto;
  margin: 0 -18px;
  padding-top: 50px;
}
.mct table tr > *:first-child {
  position: sticky;
  left: 0;
}
.mct table {
  border-collapse: separate;
  border-spacing: 18px 0;
}
.mct table tr > * {
  padding: 22px 10px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  background: #fff;
  color: #72809A;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  width: 158px;
  min-width: 158px;
}
.mct table tr > * div + div {
  margin-top: 15px;
}
.mct table tr > *:first-child {
  background: #F6FAFF;
  width: 204px;
  min-width: 204px;
}
@media (max-width: 575px) {
  .mct table tr > *:first-child {
    width: 140px;
    min-width: 140px;
  }
}
.mct table tr > *.mct-first {
  border-top: 2px solid transparent;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #032B58;
  padding: 11px 10px 10px;
}
.mct table tr > *.mct-first .small {
  color: #72809A;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}
.mct table tr > *.mct-last {
  border-bottom: 2px solid transparent;
}
.mct table tr > *.mct-bar-title {
  padding: 0;
  border: 0;
}
.mct table tr > *.mct-bar-title > div {
  background: #032B58;
  color: #fff;
  border-radius: 4px;
  font-weight: 900;
  font-size: 17px;
  line-height: 24px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.mct table tr > *:first-child:not(.mct-bar-title) {
  text-align: left;
  padding-left: 25px;
}
.mct table tr > *.active {
  border-left: 2px solid #9E7A4B;
  border-right: 2px solid #9E7A4B;
  position: relative;
  z-index: 1;
}
.mct table tr > *.active::before, .mct table tr > *.active::after {
  content: "";
  width: 2px;
  background: #9E7A4B;
  position: absolute;
  top: -15px;
  bottom: -15px;
}
.mct table tr > *.active::before {
  left: -2px;
}
.mct table tr > *.active::after {
  right: -2px;
}
.mct table tr > td:last-child {
  color: #032B58;
}
.mct table thead > tr {
  height: 1px;
}
.mct table thead > tr > th {
  height: inherit;
}
.mct table thead > tr > th > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mct table tr > *.mct-first {
  border-bottom: 2px solid transparent;
}
.mct table tr > *.mct-first > div {
  position: relative;
}
.mct table tr > *.mct-first > div::after {
  content: "";
  width: 88px;
  height: 8px;
  border-radius: 5px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
.mct table tr > *.mct-first.blue-light {
  color: #4180C8;
}
.mct table tr > *.mct-first.blue-light > div::after {
  background: #4180C8;
}
.mct table tr > *.mct-first.blue {
  color: #004595;
}
.mct table tr > *.mct-first.blue > div::after {
  background: #004595;
}
.mct table tr > *.mct-first.active {
  border-top: 2px solid #9E7A4B;
  border-bottom-color: #9E7A4B;
  color: #9E7A4B;
}
.mct table tr > *.mct-first.active::before, .mct table tr > *.mct-first.active::after {
  display: none;
}
.mct table tr > *.mct-first.active > div {
  position: relative;
}
.mct table tr > *.mct-first.active > div::after {
  background: #9E7A4B;
}
.mct table tr > *.mct-last.active {
  border-bottom: 2px solid #9E7A4B;
}
.mct table tr > *.mct-last.active::before, .mct table tr > *.mct-last.active::after {
  display: none;
}
.mct table tr > *.mct-first {
  border-radius: 5px;
}
.mct table tr > *.mct-last {
  border-radius: 0 0 5px 5px;
}
.mct table tbody tr:first-child > * {
  border-radius: 5px 5px 0 0;
  border-top: 2px solid transparent;
}
.mct table tbody tr:first-child > *.active {
  border-top-color: #9E7A4B;
}
.mct table tbody tr:first-child > *.active::before, .mct table tbody tr:first-child > *.active::after {
  top: 5px;
}
.mct table tr > *.mct-bar {
  padding: 0;
  height: 1px;
  color: #032B58;
  font-size: 14px;
  line-height: 13px;
}
.mct table tr > *.mct-bar > div {
  background: #E0E5EB;
  margin: 0 -8px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
.mct table tr > *.mct-bar > div strong {
  font-weight: 700;
  margin: 0 3px;
}
.mct table tr > *.mct-bar.empty > div {
  height: 9px;
}
.mct table tr > *.mct-bar.mct-bar-color > div {
  background: #D7E9FF;
}
.mct .mct-header > td {
  padding: 0;
  border: 0;
  background: transparent;
}
.mct .mct-header .mct-header-inner {
  border-radius: 100px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
  padding: 14px 0 15px;
  margin-bottom: 15px !important;
}
.mct .mct-header .mct-header-inner.blue-light {
  background: #4180C8;
}
.mct .mct-header .mct-header-inner.blue {
  background: #004595;
}
.mct .mct-header .mct-header-inner .title b, .mct .mct-header .mct-header-inner .title strong {
  font-weight: 900;
  font-size: 18px;
}
.mct .mct-header .mct-header-inner .subtitle {
  color: #A2CAF9;
  font-style: italic;
  margin-top: 0;
}
.mct .mct-progressbar-tr {
  position: relative;
  z-index: 2;
}
.mct .mct-progressbar-tr > td {
  background: transparent;
  padding: 15px 5px;
  border: 0 !important;
}
.mct .mct-progressbar-tr > td::before, .mct .mct-progressbar-tr > td::after {
  display: none;
}
.mct .mct-progressbar-tr > td + td.active ~ td {
  opacity: 0;
}
.mct .mct-progressbar {
  margin-top: 0;
  position: absolute;
  z-index: -1;
  left: 222px;
  top: 12px;
  right: 0;
  height: 25px;
  border-radius: 25px;
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #D4D4D4;
}
@media (max-width: 575px) {
  .mct .mct-progressbar {
    left: 158px;
  }
}
.mct .mct-progressbar-inner {
  background: url("../img/mct-progressbar.png") no-repeat;
  background-size: cover;
  width: 0;
  height: 100%;
}
.mct .mct-progressbar-label {
  position: relative;
  margin-bottom: 20px !important;
}
.mct .mct-progressbar-label .mct-tooltip {
  content: "";
  width: 28px;
  height: 28px;
  border: 4px solid #fff;
  background: #4180C8;
  box-shadow: 0 0 4px 1px rgba(3, 43, 88, 0.2);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  right: -28px;
  top: -5px;
  opacity: 0;
}
.mct .mct-label-text {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #004595;
}
.mct table tr.mct-progressbar-tr > *.active .mct-progressbar-label .mct-tooltip {
  opacity: 1;
}
.mct table tr.mct-progressbar-tr > *:last-child .mct-progressbar-label .mct-tooltip {
  right: -7px;
}

.tooltip-inner {
  border-radius: 4px;
  background: #fff;
  color: #72809A;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  box-shadow: 0 2px 4px 2px rgba(3, 43, 88, 0.2);
  border: 0;
  opacity: 1;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  border-width: 10px;
  border-top-color: #fff;
}

.tooltip .tooltip-arrow {
  width: 20px;
}

/* pages */
.hero {
  color: #fff;
}
.hero h1, .hero .h1, .hero h2, .hero .h2 {
  color: #fff;
}
.hero h2, .hero .h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .hero h2, .hero .h2 {
    font-size: 24px;
  }
}
.hero h2.vc_custom_heading b, .hero .h2.vc_custom_heading b {
  font-weight: inherit;
}
.hero.hero-full-width {
  overflow: visible;
  padding-top: 90px;
}
@media (max-width: 767px) {
  .hero.hero-full-width {
    padding-top: 20px;
  }
}
.hero.hero-full-width .vc_custom_heading {
  max-width: 915px;
  margin-left: auto;
  margin-right: auto;
}
.hero.hero-full-width .wpb_text_column {
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
  color: #A2CAF9;
}
.hero.hero-full-width .inline-buttons {
  margin-top: 49px;
  margin-bottom: -45px;
}
.hero.hero-full-width .inline-buttons .vc_btn3 {
  text-transform: none;
}
.hero.hero-full-width .inline-buttons .wpb_wrapper {
  justify-content: center;
}
.hero .hero-rounded-box {
  background: #fff;
  border-radius: 20px;
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 87px;
  padding-bottom: 75px;
  margin-bottom: -70px;
}
.hero .hero-rounded-box .wpb_content_element {
  margin-bottom: 0;
}
.hero .hero-rounded-box .wpb_content_element ul {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .hero .hero-rounded-box .wpb_content_element ul {
    padding-left: 0;
  }
}
.hero .hero-rounded-box .wpb_text_column {
  color: #72809A;
}
@media (max-width: 1439px) {
  .hero.hero-columns {
    display: block;
  }
}
.hero.hero-columns > .wpb_column:first-child {
  width: 53%;
  color: #fff;
}
@media (max-width: 1439px) {
  .hero.hero-columns > .wpb_column:first-child {
    width: 100%;
  }
}
.hero.hero-columns > .wpb_column:first-child > .vc_column-inner {
  padding-left: 100px;
  padding-right: 130px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .hero.hero-columns > .wpb_column:first-child > .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero.hero-columns > .wpb_column:last-child {
  width: 47%;
}
@media (max-width: 1439px) {
  .hero.hero-columns > .wpb_column:last-child {
    width: 100%;
  }
}
.hero.hero-columns > .wpb_column:last-child > .vc_column-inner {
  padding: 0;
  margin-bottom: auto;
}
.hero.hero-columns > .wpb_column:last-child .wpb_single_image {
  margin-bottom: 0;
}
.hero.hero-columns > .wpb_column:last-child .vc_figure, .hero.hero-columns > .wpb_column:last-child .vc_single_image-wrapper, .hero.hero-columns > .wpb_column:last-child .vc_single_image-wrapper img {
  width: 100%;
}
.hero.hero-columns-page {
  color: #72809A;
}
.hero.hero-columns-page h1, .hero.hero-columns-page .h1, .hero.hero-columns-page h2, .hero.hero-columns-page .h2 {
  color: #032B58;
}
.hero.hero-columns-page .hero-subtitle {
  color: #9E7A4B;
  font-size: 24px;
  line-height: 28px;
  font-style: italic;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .hero.hero-columns-page .hero-subtitle {
    font-size: 20px;
    line-height: 24px;
  }
}
.hero.hero-columns-page > .wpb_column:first-child > .vc_column-inner {
  padding-left: 100px;
  padding-right: 130px;
}
@media (min-width: 992px) {
  .hero.hero-columns-page > .wpb_column:first-child > .vc_column-inner {
    max-width: 90%;
  }
}
@media (max-width: 1199px) {
  .hero.hero-columns-page > .wpb_column:first-child > .vc_column-inner {
    padding-left: 20px;
    padding-right: 70px;
  }
}
@media (max-width: 991px) {
  .hero.hero-columns-page > .wpb_column:first-child > .vc_column-inner {
    padding-right: 20px;
  }
}
.hero.hero-columns-page > .wpb_column:last-child > .vc_column-inner {
  padding: 0;
  margin-bottom: auto;
}
.hero.hero-default h1, .hero.hero-default .h1, .hero.hero-default h2, .hero.hero-default .h2 {
  color: #032B58;
}
.hero.hero-default > .wpb_column {
  color: #72809A !important;
}

.hero-columns-page-section {
  background: rgb(215, 233, 255);
  background: linear-gradient(180deg, rgb(215, 233, 255) 0%, rgb(255, 255, 255) 100%);
  padding-top: 90px;
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  .hero-columns-page-section {
    padding-bottom: 0;
  }
}

.main-page-logo {
  margin-top: -15px;
}

.page-logo {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
}
.page-logo .wpb_heading {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 19px;
  margin-left: 10px;
  margin-bottom: 0;
  padding: 0 12px;
}

.page-title-label {
  display: inline-block;
  color: #4180C8;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 27px;
  text-transform: uppercase;
  letter-spacing: 5px;
  position: relative;
}
.page-title-label:before {
  position: absolute;
  top: 3px;
  left: 0;
}
.page-title-label.label-user {
  padding-left: 27px;
}
.page-title-label.label-user.label-user-gold:before {
  content: url("../img/svg/label-user-gold.svg");
}
.page-title-label.label-user.label-user-blue:before {
  content: url("../img/svg/label-user-blue.svg");
}
.page-title-label.label-users {
  padding-left: 47px;
}
.page-title-label.label-users:before {
  content: url("../img/svg/label-users-gold.svg");
}

.section-after-hero {
  padding-top: 67px;
}

.text-section .wpb_text_column {
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
  color: #032B58;
}
.text-section .wpb_text_column b, .text-section .wpb_text_column strong {
  color: #004595;
}

.ebaa-section {
  padding-top: 55px;
  padding-bottom: 42px;
  font-size: 25px;
  line-height: 35px;
  color: #72809A;
}
@media (max-width: 767px) {
  .ebaa-section {
    font-size: 18px;
    line-height: 28px;
  }
}
.ebaa-section .vc_col-sm-3 {
  width: 20%;
}
@media (max-width: 1199px) {
  .ebaa-section .vc_col-sm-3 {
    width: 100%;
  }
  .ebaa-section .vc_col-sm-3 .wpb_single_image {
    margin-bottom: 0;
  }
}
.ebaa-section .vc_col-sm-9 {
  width: 80%;
}
@media (max-width: 1199px) {
  .ebaa-section .vc_col-sm-9 {
    width: 100%;
  }
}
.ebaa-section .wpb_single_image {
  margin-top: 15px;
}
.ebaa-section .wpb_text_column {
  padding-right: 50px;
  position: relative;
}
.ebaa-section .wpb_text_column::after {
  content: "";
  background: url("../img/svg/icon-plane.svg") no-repeat center;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 15px;
}

.full-rounded-box {
  padding-top: 58px;
  padding-bottom: 53px;
  margin-bottom: 47px;
  margin-top: 33px;
  position: relative;
}
@media (max-width: 767px) {
  .full-rounded-box {
    padding-top: 28px;
    padding-bottom: 33px;
  }
}
.full-rounded-box::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  right: -100%;
  left: -100%;
  bottom: 0;
  display: block;
  max-width: 90vw;
  margin: auto;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 1499px) {
  .full-rounded-box::before {
    max-width: 95vw;
  }
}
@media (max-width: 1199px) {
  .full-rounded-box::before {
    max-width: 97vw;
  }
}
.full-rounded-box.with-shadow::before {
  box-shadow: 0 4px 10px 2px rgba(216, 234, 255, 0.2);
}

/*
.full-rounded-box {
    background: $white;
    border-radius: 20px;
    max-width: 755px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 87px;
    padding-bottom: 75px;
    margin-bottom: -70px;
}*/
.image-full-card .image-buttons-parent > .vc_column-inner {
  padding: 0 !important;
}
.image-full-card .image-buttons-parent .wpb_single_image {
  margin-bottom: 0;
}
.image-full-card .custom-card .vc_column-inner > .wpb_wrapper {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.hero-page-image {
  min-height: 300px;
}

.hero-page-image * {
  height: 100%;
}

.hero-page-image img {
  object-fit: cover;
  height: 100%;
}

.theme-default {
  /*a {
      color: $link-color-navy;

      &:hover {
          color: $link-hover-color-navy;
      }
  }*/
  /*.page-title-label {
      background: $navy-gray-transparent-2;
  }*/
}
.theme-default #menu-plans .menu-item.active .nav-link, .theme-default #menu-plans .menu-item.current-page-ancestor .nav-link {
  color: #fff;
  background-color: #032B58;
  border-radius: 5px 5px 0 0;
}
.theme-default #menu-plans .menu-item.active .nav-link span, .theme-default #menu-plans .menu-item.current-page-ancestor .nav-link span {
  border-bottom-color: #4180C8;
}
.theme-default .btn-icon .vc_btn3.vc_general {
  color: #323970;
}
.theme-default .btn-icon.icon-loss-of-licence .vc_btn3::before {
  content: url("../img/svg/icon-loss-of-licence-navy.svg");
}
.theme-default .btn-icon.icon-life-insurance .vc_btn3::before {
  content: url("../img/svg/icon-life-insurance-navy.svg");
}
.theme-default a {
  color: #004595;
}
.theme-default a:hover {
  color: #9E7A4B;
}
.theme-default .page-logo .wpb_heading {
  background: rgba(50, 57, 112, 0.2);
}
.theme-default .vc_row-has-fill .page-title-label {
  color: #032B58;
}
.theme-default #letsgetstart-sidebar {
  background: #323970;
}
.theme-default #breadcrumbs a:hover {
  color: #9E7A4B;
}

.theme-green #menu-plans .menu-item.active .nav-link, .theme-green #menu-plans .menu-item.current-page-ancestor .nav-link {
  color: #4F6E64;
  border-bottom-color: #4F6E64;
}
.theme-green .btn-icon .vc_btn3.vc_general {
  color: #38504A;
}
.theme-green .btn-icon.icon-loss-of-licence .vc_btn3::before {
  content: url("../img/svg/icon-loss-of-licence-green.svg");
}
.theme-green .btn-icon.icon-life-insurance .vc_btn3::before {
  content: url("../img/svg/icon-life-insurance-green.svg");
}
.theme-green a {
  color: #4F6E64;
}
.theme-green a:hover {
  color: #38504A;
}
.theme-green .page-logo .wpb_heading {
  background: rgba(79, 110, 100, 0.2);
}
.theme-green .page-title-label {
  background: rgba(79, 110, 100, 0.2);
}
.theme-green .vc_row-has-fill .page-title-label {
  background: rgba(79, 110, 100, 0.8);
  color: #fff;
}
.theme-green #letsgetstart-sidebar {
  background: #4F6E64;
}
.theme-green #breadcrumbs a:hover {
  color: #38504A;
}

/*.theme-navy {

}*/
.services_row-1 {
  padding-top: 15px;
  padding-bottom: 40px;
  overflow: visible !important;
}
@media screen and (min-width: 992px) {
  .services_row-1 {
    padding-bottom: 66px;
  }
}
@media screen and (max-width: 700px) {
  .services_row-1 {
    border-radius: 20px;
    left: unset !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 98% !important;
    overflow: hidden !important;
  }
}
.services_row-1 .vc_column_container .vc_custom_heading, .services_row-1 .vc_column_container .wpb_text_column {
  max-width: 600px;
}
.services_row-1 .vc_btn3.vc_btn3-style-custom {
  margin-right: 18px;
}
@media (max-width: 767px) {
  .services_row-1 .vc_custom_heading:not(.page-title-label) {
    font-size: 32px !important;
  }
}

.services_row-2 {
  margin-top: 35px;
}
@media screen and (min-width: 992px) {
  .services_row-2 {
    margin-top: 56px;
  }
}
@media screen and (max-width: 991px) {
  .services_row-2 {
    padding-bottom: 60px;
  }
}
.services_row-2 .vc_custom_heading {
  margin-bottom: -10px;
}
@media screen and (max-width: 700px) {
  .services_row-2 .vc_custom_heading {
    font-size: 38px !important;
  }
}
@media screen and (max-width: 700px) {
  .services_row-2 .vc_column_container:nth-child(1) {
    order: 1;
  }
  .services_row-2 .vc_column_container:nth-child(2) {
    order: 3;
  }
  .services_row-2 .vc_column_container:nth-child(3) {
    order: 2;
  }
}
@media screen and (min-width: 992px) {
  .services_row-2 .wpb_single_image {
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 700px) {
  .services_row-2 .wpb_single_image {
    margin-bottom: -100px;
  }
}
.services_row-2 .wpb_single_image img {
  aspect-ratio: 508/406;
  object-fit: cover;
}

.services_row-3 {
  overflow: visible !important;
  padding-top: 35px;
}
@media screen and (min-width: 992px) {
  .services_row-3 {
    padding-top: 110px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .services_row-3 {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 992px) {
  .services_row-3 .wpb_single_image {
    margin-bottom: -35px;
  }
}
@media screen and (min-width: 992px) {
  .services_row-3 .top_bottom_margin_title {
    margin-top: 70px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .services_row-3 .custom_left_padding .vc_column-inner {
    padding-left: 40px;
  }
}
.services_row-3 .custom_link {
  margin-bottom: 0;
  margin-top: 20px;
}
.services_row-3 .custom_link a {
  color: #5B696D;
  font-weight: 700;
  text-decoration: underline;
}
.services_row-3 .custom_link a:hover {
  columns: #4F6E64;
}
@media screen and (max-width: 1199px) {
  .services_row-3 .buttons_col {
    margin-top: 30px;
  }
}
.services_row-3 .buttons_col .vc_column-inner {
  text-align: right;
}
.services_row-3 .buttons_col .vc_column-inner .vc_btn3-inline {
  margin-left: 20px;
}
@media screen and (max-width: 1500px) {
  .services_row-3 .buttons_col .vc_column-inner .vc_btn3-inline {
    margin-left: 10px;
  }
}

/* Elements*/
.logo_and_subtitle_in_one_row .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.logo_and_subtitle_in_one_row .vc_column-inner > .wpb_wrapper .wpb_single_image {
  margin-bottom: 0;
  margin-right: 15px;
  margin-top: 10px;
}

.row_before_dark_shadow::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 26.31%, rgba(0, 0, 0, 0) 99.37%);
}

.sub_title p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  line-height: 137.5%; /* 22px */
  border-radius: 19px;
  background: rgba(79, 110, 100, 0.8);
  padding: 0px 12px 3px 12px;
  display: inline;
}

.white_text p, .white_text a {
  color: #fff;
}

.vc_btn3-container {
  border-width: 0;
}
@media screen and (max-width: 700px) {
  .vc_btn3-container {
    display: block !important;
  }
}
.vc_btn3-container:hover {
  border-width: 0;
}
@media screen and (max-width: 700px) {
  .vc_btn3-container .vc_btn3 {
    margin-right: 0px !important;
    width: 100% !important;
  }
}
.vc_btn3-container .vc_btn3.vc_btn3-style-custom {
  background-image: none;
  border-width: 0;
}
.vc_btn3-container .vc_btn3.vc_btn3-style-custom:hover {
  border-width: 0;
  background-image: linear-gradient(to bottom, #ffffff 0%, #c1c1c1 50%, #ffffff 100%);
}

.img_border_radius .vc_single_image-wrapper {
  border-radius: 41px;
}

.ul_items_with_icon {
  margin-bottom: 0;
}
.ul_items_with_icon ul {
  padding-inline-start: 0px;
  list-style: none;
}
.ul_items_with_icon ul li {
  line-height: 46px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ul_items_with_icon ul li::before {
  content: url(/wp-content/uploads/2023/10/verified_user_FILL0_wght400_GRAD0_opsz48-1.svg);
  width: 32px;
  height: 32px;
  margin-right: 9px;
}
.ul_items_with_icon ul li:hover {
  color: #797369;
  font-weight: 700;
}
.ul_items_with_icon ul li a {
  color: inherit;
}

.zoom_hover_photo .vc_single_image-wrapper {
  overflow: hidden;
}
.zoom_hover_photo .vc_single_image-wrapper:hover img {
  transform: scale(1.2);
}
.zoom_hover_photo .vc_single_image-wrapper img {
  transition: transform 2s, filter 1.5s ease-in-out;
}

.mentions-legales_row-1 {
  margin-top: 26px;
}
.mentions-legales_row-1 .wpb_single_image.zoom_hover_photo img {
  aspect-ratio: 739/353;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 700px) {
  .mentions-legales_row-1 .wpb_single_image.zoom_hover_photo img {
    aspect-ratio: 290/202;
  }
}

.mentions-legales_row-2 {
  margin-top: 35px;
}
@media screen and (min-width: 992px) {
  .mentions-legales_row-2 {
    margin-top: 42px;
  }
}
@media screen and (max-width: 991px) {
  .mentions-legales_row-2 {
    display: flex;
    flex-direction: column-reverse;
  }
}

.custom_bg_text_section > .wpb_wrapper {
  padding: 38px 51px 30px 30px;
  border-radius: 24px;
  background-color: #F8F7F4;
}
@media screen and (max-width: 700px) {
  .custom_bg_text_section > .wpb_wrapper {
    padding: 15px;
  }
}
.custom_bg_text_section > .wpb_wrapper h2 {
  color: #323970;
}

@media screen and (max-width: 700px) {
  .link_with_icon .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.link_with_icon .wpb_wrapper p {
  display: inline-block;
}
.link_with_icon .wpb_wrapper p a {
  color: #323970;
  font-weight: 700;
  line-height: 137.5%; /* 22px */
  text-decoration-line: underline;
}
@media screen and (min-width: 701px) {
  .link_with_icon .wpb_wrapper p a {
    margin-right: 37px;
  }
}
.link_with_icon .wpb_wrapper p a::after {
  content: url(/wp-content/uploads/2023/10/download_FILL0_wght400_GRAD0_opsz48-2-1.svg);
  vertical-align: middle;
  margin-left: 9px;
}

.blog_title_row {
  margin-top: 26px;
  margin-bottom: 35px !important;
}
@media screen and (max-width: 991px) {
  .blog_title_row {
    order: 1;
    margin-bottom: 10px !important;
  }
}
.blog_title_row .wpb_single_image.zoom_hover_photo img {
  aspect-ratio: 739/339;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 700px) {
  .blog_title_row .wpb_single_image.zoom_hover_photo img {
    aspect-ratio: 290/202;
  }
}

@media screen and (max-width: 991px) {
  .blog .container > .row .content-area {
    order: 3;
  }
}
.blog .container > .row .content-area .site-main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
.blog .container > .row .content-area .site-main article {
  padding: 0 10px 20px 10px;
}
@media screen and (min-width: 992px) {
  .blog .container > .row .content-area .site-main article {
    width: 50%;
  }
}
.blog .container > .row .content-area .site-main article a.post_thumbnail_img img {
  aspect-ratio: 402/267;
  object-fit: cover;
  border-radius: 24px;
}
.blog .container > .row .content-area .site-main article .entry-meta {
  margin-top: -45px;
  margin-bottom: 40px;
}
.blog .container > .row .content-area .site-main article .entry-meta .posted-on {
  padding-left: 18px;
}
.blog .container > .row .content-area .site-main article .entry-meta .posted-on time.entry-date {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.blog .container > .row .content-area .site-main article .entry-meta .posted-on time.updated {
  display: none;
}
.blog .container > .row .content-area .site-main article .entry-meta span.byline {
  display: none;
}
.blog .container > .row .content-area .site-main article .entry-content h2.entry-title a {
  color: #323970;
  font-weight: 800;
}
.blog .container > .row .content-area .site-main article .entry-content p:nth-child(2) {
  font-size: 16px;
  color: #000;
}
.blog .container > .row .content-area .site-main article .entry-content p:nth-child(3) {
  text-align: right;
}
.blog .container > .row .content-area .site-main article .entry-content p:nth-child(3) a {
  color: #323970;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%; /* 22px */
  text-decoration-line: underline;
  background-color: transparent;
  border-width: 0;
  padding: 0;
}
.blog .container > .row .content-area nav[aria-labelledby=posts-nav-label] ul.pagination li.active span {
  background-color: #323970;
  border-color: #323970;
}
@media screen and (max-width: 991px) {
  .blog .container > .row #right-sidebar {
    width: 100%;
    order: 2;
    margin-bottom: 40px !important;
  }
}
.blog .container > .row #right-sidebar .widget {
  border-radius: 24px;
  background-color: #F8F7F4;
  padding: 23px 31px 38px 31px;
  margin-bottom: 24px;
}
.blog .container > .row #right-sidebar .widget ul {
  list-style: none;
  padding-inline-start: 0px;
}
.blog .container > .row #right-sidebar .widget .widget-title {
  color: #323970;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.blog .container > .row #right-sidebar .widget.widget_custom_recent_posts_widget ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%; /* 22px */
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog .container > .row #right-sidebar .widget.widget_custom_recent_posts_widget ul li a {
  display: inline-block;
}
.blog .container > .row #right-sidebar .widget.widget_custom_recent_posts_widget ul li a:nth-child(1) img {
  width: 85px;
  height: 75px;
  object-fit: cover;
  border-radius: 12px;
}
.blog .container > .row #right-sidebar .widget.widget_custom_recent_posts_widget ul li > div {
  display: inline-block;
  width: calc(100% - 108px);
}
.blog .container > .row #right-sidebar .widget.widget_custom_recent_posts_widget ul li > div a {
  display: block;
  color: #323970;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.blog .container > .row #right-sidebar .widget.widget_custom_recent_posts_widget ul li > div span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%; /* 22px */
  margin-top: 5px;
  display: block;
  max-height: 47px;
  overflow: hidden;
}
.blog .container > .row #right-sidebar .widget.widget_custom_recent_posts_widget ul li > div span p {
  display: none;
}
.blog .container > .row #right-sidebar .widget.widget_categories ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}
.blog .container > .row #right-sidebar .widget.widget_categories ul li {
  display: block;
  padding: 3px 7px;
}
.blog .container > .row #right-sidebar .widget.widget_categories ul li a {
  color: #fff;
  border-radius: 19px;
  background: rgba(50, 57, 112, 0.8);
  padding: 1px 13px 3px 13px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%; /* 22px */
}
.blog .container > .row #right-sidebar .widget.widget_archive select[name=archive-dropdown] {
  height: 59px;
  border-radius: 4px;
  border: 1px solid #949494;
}

@media screen and (max-width: 991px) {
  .single-post .container > .row .content-area {
    order: 3;
  }
}
.single-post .container > .row .content-area .site-main article img {
  width: 100%;
  border-radius: 24px;
}
.single-post .container > .row .content-area .site-main article header.entry-header {
  margin-top: -60px;
}
.single-post .container > .row .content-area .site-main article header.entry-header .entry-meta .posted-on a time {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-left: 36px;
}
.single-post .container > .row .content-area .site-main article header.entry-header .entry-meta .byline {
  display: none;
}
.single-post .container > .row .content-area .site-main article header.entry-header .entry-title {
  margin-top: 66px;
  color: #323970;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.single-post .container > .row .content-area .site-main nav.navigation {
  display: none;
}
@media screen and (max-width: 991px) {
  .single-post .container > .row #right-sidebar {
    width: 100%;
    order: 2;
    margin-bottom: 40px !important;
  }
}
.single-post .container > .row #right-sidebar .widget {
  border-radius: 24px;
  background-color: #F8F7F4;
  padding: 23px 31px 38px 31px;
  margin-bottom: 24px;
}
.single-post .container > .row #right-sidebar .widget ul {
  list-style: none;
  padding-inline-start: 0px;
}
.single-post .container > .row #right-sidebar .widget .widget-title {
  color: #323970;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.single-post .container > .row #right-sidebar .widget.widget_custom_recent_posts_widget ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%; /* 22px */
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-post .container > .row #right-sidebar .widget.widget_custom_recent_posts_widget ul li a {
  display: inline-block;
}
.single-post .container > .row #right-sidebar .widget.widget_custom_recent_posts_widget ul li a:nth-child(1) img {
  width: 85px;
  height: 75px;
  object-fit: cover;
  border-radius: 12px;
}
.single-post .container > .row #right-sidebar .widget.widget_custom_recent_posts_widget ul li > div {
  display: inline-block;
  width: calc(100% - 108px);
}
.single-post .container > .row #right-sidebar .widget.widget_custom_recent_posts_widget ul li > div a {
  display: block;
  color: #323970;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.single-post .container > .row #right-sidebar .widget.widget_custom_recent_posts_widget ul li > div span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%; /* 22px */
  margin-top: 5px;
  display: block;
  max-height: 47px;
  overflow: hidden;
}
.single-post .container > .row #right-sidebar .widget.widget_custom_recent_posts_widget ul li > div span p {
  display: none;
}
.single-post .container > .row #right-sidebar .widget.widget_categories ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}
.single-post .container > .row #right-sidebar .widget.widget_categories ul li {
  display: block;
  padding: 3px 7px;
}
.single-post .container > .row #right-sidebar .widget.widget_categories ul li a {
  color: #fff;
  border-radius: 19px;
  background: rgba(50, 57, 112, 0.8);
  padding: 1px 13px 3px 13px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%; /* 22px */
}
.single-post .container > .row #right-sidebar .widget.widget_archive select[name=archive-dropdown] {
  height: 59px;
  border-radius: 4px;
  border: 1px solid #949494;
  position: relative;
  z-index: 1;
  width: 200px;
}
.single-post .container > .row #right-sidebar .widget.widget_archive select[name=archive-dropdown] option {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .rounded-boxes {
    padding-bottom: 30px;
  }
}

.contact_block .wpb_column > .vc_column-inner > .wpb_wrapper {
  width: 100%;
}
.contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding: 25px 24px 9px 24px;
  flex-wrap: wrap;
  flex-direction: column;
  min-width: 100%;
}
.contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_gmaps_widget {
  width: 100%;
  margin-top: 20px;
}
.contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_gmaps_widget iframe {
  border-radius: 15px;
}
.contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form {
  margin-top: 21px;
}
.contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form .form-control:focus, .contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form .wpcf7-validation-errors:focus, .contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form input[type=color]:focus, .contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form input[type=date]:focus, .contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form input[type=datetime-local]:focus, .contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form input[type=datetime]:focus, .contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form input[type=email]:focus, .contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form input[type=file]:focus, .contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form input[type=month]:focus, .contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form input[type=number]:focus, .contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form input[type=range]:focus, .contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form input[type=search]:focus, .contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form input[type=submit]:focus, .contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form input[type=tel]:focus, .contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form input[type=text]:focus, .contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form input[type=time]:focus, .contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form input[type=url]:focus, .contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form input[type=week]:focus, .contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form select:focus, .contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form textarea:focus {
  border-color: #4f6e64 !important;
  box-shadow: 0 0 0 0.25rem rgba(79, 110, 100, 0.3) !important;
}
.contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form .form-row {
  margin-bottom: 16px;
}
.contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form input[type=submit] {
  color: #000 !important;
  border-color: #000;
}
.contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form input[type=submit]:hover {
  background-color: #000;
  color: #fff !important;
}
.contact_block .rounded-box > .wpb_column > .vc_column-inner > .wpb_wrapper .wpcf7-form .wpcf7-response-output {
  margin-top: 0 !important;
}

.contact-page-form .form-row {
  margin-bottom: 16px;
}
.contact-page-form .button input {
  background: rgb(3, 43, 88);
  background: linear-gradient(0deg, rgb(3, 43, 88) 0%, rgb(0, 69, 149) 100%);
  border: 0;
  padding: 21px 30px;
  font-size: 16px;
  color: #fff !important;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 900;
}

/* form-template */
.page-template-page-form-template {
  background-color: #F8F7F4;
}
.page-template-page-form-template #page-wrapper {
  padding-bottom: 100px;
}
.page-template-page-form-template #page-top {
  background: #fff;
}

.form-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 26px;
  padding-bottom: 25px;
  /*margin-left: -15px;
  margin-right: -15px;*/
  position: relative;
  margin-bottom: 48px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .form-steps {
    flex-direction: column;
    align-items: center;
  }
}
.form-steps::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  left: -100%;
  margin: auto;
  background: #fff;
  z-index: -1;
  width: 99999px;
}
.form-steps__step {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333333333%;
  position: relative;
}
@media (max-width: 575px) {
  .form-steps__step {
    width: 100%;
  }
}
.form-steps__step + .form-steps__step::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #67767A;
  left: -25%;
  width: 50%;
  top: 38px;
}
@media (max-width: 575px) {
  .form-steps__step + .form-steps__step {
    margin-top: 40px;
  }
  .form-steps__step + .form-steps__step::before {
    width: 1px;
    height: 20px;
    left: 0;
    right: 0;
    top: -32px;
    margin: auto;
  }
}

.step__icon {
  width: 76px;
  height: 76px;
  border: 2px solid #93ABB1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
}
.step__title {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #5B696D;
  text-align: center;
  margin-top: 8px;
}
.step--current .step__icon {
  border-color: #718085;
  background-color: #718085;
}
.step--current .step__icon svg path {
  fill: #fff;
}

.form-content__section + .form-content__section {
  padding-top: 70px;
}
.form-content label, .form-content .label {
  font-weight: 700;
  margin-bottom: 10px;
}
.form-content .form-check-label {
  font-weight: normal;
}
.form-content p {
  margin-bottom: 28px;
}

.form-control {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #1A1A1A;
  border-radius: 4px;
  padding: 20px 23px;
  border-color: #949494;
}

.form-check-input:checked {
  background-color: #67767A;
  border-color: #67767A;
}

.form-check-input:focus {
  box-shadow: none;
  border-color: #67767A;
}

.form-check-input,
.form-check-label {
  cursor: pointer;
}

.form-check-input {
  width: 20px;
  height: 20px;
}

.form-check-input:checked[type=radio] {
  background-size: 30px;
}

.form-check .form-check-input {
  margin-top: 2px;
  margin-right: 6px;
}

.check__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 24px);
  background-color: #fff !important;
  padding: 25px 25px 21px;
  border-radius: 21px;
  margin-bottom: 24px;
  text-align: left;
}
.check__wrapper .link-more {
  color: #5B696D;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration-line: underline;
}
.check__wrapper .btn-add {
  border: 1px solid #D9D9D9;
  border-radius: 47px;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.check__title {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 137.5%;
  color: #000;
}
.check__title img {
  margin-right: 12px;
}
.check__desc {
  margin-bottom: 15px;
}
.check__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.btn-check:checked + .btn {
  border-color: #224A85;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.select-box {
  position: relative;
}

.selected-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.selected-option div {
  width: 74px;
  padding: 0 38px 0 18px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #949494;
}
.selected-option div svg + strong {
  display: none;
}

.selected-option div::after {
  position: absolute;
  content: "";
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 7px;
  background: url("../img/svg/dropdown-arrow.svg") no-repeat center;
  transition: 0.2s;
}

.selected-option div.active::after {
  transform: rotate(180deg);
}

.selected-option input {
  padding-left: 97px;
}

.select-box .options {
  position: absolute;
  top: 4rem;
  width: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  display: none;
}

.select-box .options.active {
  display: block;
}

.search-box-wrap {
  padding: 10px;
}

.select-box ol {
  list-style: none;
  max-height: 23rem;
  overflow: overlay;
  padding-left: 0;
}

.select-box ol::-webkit-scrollbar {
  width: 0.6rem;
}

.select-box ol::-webkit-scrollbar-thumb {
  width: 0.4rem;
  height: 3rem;
  background-color: #ccc;
  border-radius: 0.4rem;
}

.select-box ol li {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.select-box ol li.hide {
  display: none;
}

.select-box ol li:not(:last-child) {
  border-bottom: 0.1rem solid #eee;
}

.select-box ol li:hover {
  background-color: lightcyan;
}

.select-box ol li .country-name {
  margin-left: 0.4rem;
}

@media (max-width: 425px) {
  .form-nav {
    display: flex;
    flex-direction: column-reverse;
  }
}
.form-nav .btn {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 137.5%;
  padding: 13px 30px;
  border-radius: 47px;
  border: 1px solid;
  color: #000;
  min-width: 193px;
}
@media (min-width: 426px) {
  .form-nav .btn + .btn {
    margin-left: 15px;
  }
}
.form-nav .btn-prev {
  background-color: #fff !important;
  border-color: #D9D9D9 !important;
}
@media (max-width: 425px) {
  .form-nav .btn-prev {
    margin-top: 15px;
  }
}
.form-nav .btn-next {
  background-color: #D9D9D9 !important;
  border-color: #93ABB1 !important;
}

/*# sourceMappingURL=worldcrewprotect.css.map */
