@charset "UTF-8";
/*!☺
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
.checkmarks {
  position: relative;
  list-style-type: "✓";
  list-style-position: outside;
  padding-left: 20px;
}
.checkmarks li {
  padding-left: 20px;
  position: relative;
  display: list-item;
  line-height: 30px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
  .checkmarks li {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .checkmarks li {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
.checkmarks li:before {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  left: 5px;
  top: 0px;
}
@media only screen and (max-width: 736px) {
  .checkmarks li:before {
    top: 0px;
  }
}
@-webkit-keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
#xray .wpb_single_image .vc_single_image-wrapper:before, #xray .wpb_single_image .vc_single_image-wrapper:after {
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  content: "";
  position: absolute;
  z-index: -2;
}
#xray .wpb_single_image .vc_single_image-wrapper:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

.banner:before, #hero-slider:before, .home-mini-cta:before, #home-mini:before,
.mini-cta:before,
#mini-cta:before, #page-title:before, #about-hero:before, #home-hero:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}

::selection {
  background: #000;
  color: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #177ca0;
}

nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
  margin-bottom: 0;
}

.qode-accordion-holder .qode-title-holder.ui-state-active, .qode-accordion-holder .qode-title-holder.ui-state-hover {
  background-color: #177ca0;
}

::-moz-selection {
  background: #177ca0;
  color: #fff;
}

.mobile_menu_button span i {
  vertical-align: middle;
  line-height: 1;
}

body a.pp_next, body a.pp_previous {
  display: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #177ca0;
}

.mejs-controls {
  background-color: #f6f6f6 !important;
}

a:hover, p a:hover {
  color: #177ca0;
  text-decoration: none;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}

.wpcf7 form .wpcf7-response-output,
div.wpcf7-response-output {
  box-sizing: border-box;
}

span.wpcf7-not-valid-tip {
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  display: block;
  padding: 3px 15px;
  background-color: #f2dede;
  color: #b94a48;
  border-left: 5px solid #c73412;
  max-width: 100%;
  margin: 5px 0 0;
}

.wpcf7 span[data-name*=menu] {
  position: relative;
}
.wpcf7 span[data-name*=menu]:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  right: 15px;
  bottom: 20px;
}

#back_to_top {
  bottom: 260px;
  right: 15px !important;
}
#back_to_top span {
  border-width: 1px;
  border-color: #2e3a6d;
}
#back_to_top span i:before {
  content: "↑";
  color: #2e3a6d;
}
#back_to_top:hover span {
  background-color: transparent;
}

.footer_top {
  padding-bottom: 0;
}

@media only screen and (max-width: 736px) {
  div.pp_pic_holder {
    width: 90% !important;
    left: 5% !important;
  }
}
html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

.anim-fadein {
  transition: all 1s ease 0s;
  opacity: 0;
}

.anim-fadein.anim-active {
  opacity: 1;
}

.anim-right {
  transition: all 1s ease 0s;
  opacity: 0;
  transform: translateX(20%);
}

.anim-right.anim-active {
  opacity: 1;
  transform: translateX(0);
}

.anim-left {
  transition: all 1s ease 0s;
  opacity: 0;
  transform: translateX(-20%);
}

.anim-left.anim-active {
  opacity: 1;
  transform: translateX(0);
}

.anim-up {
  transition: all 1s ease 0s;
  opacity: 0;
  transform: translateY(100px);
}

.anim-up.anim-active {
  opacity: 1;
  transform: translateY(0);
}

.serial > :nth-child(1) {
  transition-delay: 0.25s;
}
.serial > :nth-child(2) {
  transition-delay: 0.5s;
}
.serial > :nth-child(3) {
  transition-delay: 0.75s;
}
.serial > :nth-child(4) {
  transition-delay: 1s;
}
.serial > :nth-child(5) {
  transition-delay: 1.25s;
}
.serial > :nth-child(6) {
  transition-delay: 1.5s;
}

.anim-down {
  transition: all 1s ease 0s;
  opacity: 0;
  transform: translateY(-100px);
}

.anim-down.anim-active {
  opacity: 1;
  transform: translateY(0);
}

.anim-spin {
  transition: all 1s ease 0s;
  opacity: 0;
  transform: rotate(540deg);
}

.anim-spin.anim-active {
  opacity: 1;
  transform: rotate(0deg);
}

.anim-series.series-up > * {
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform: translateY(50px);
}

.anim-series.series-up > *.anim-active {
  opacity: 1;
  transform: translateY(0);
}

.anim-series.series-right > * {
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform: translateX(20%);
}

.anim-series.series-right > *.anim-active {
  opacity: 1;
  transform: translateX(0);
}

.anim-series.series-left > * {
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform: translateX(-20%);
}

.anim-series.series-left > *.anim-active {
  opacity: 1;
  transform: translateX(0);
}

.anim-series.speed-medium > * {
  transition-duration: 0.6s;
}

* {
  box-sizing: border-box;
}

:root {
  --gap: 80px;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  :root {
    --gap: 60px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  :root {
    --gap: 60px;
  }
}

body {
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.75;
  color: #000;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
}
@media only screen and (max-width: 736px) {
  body {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  body {
    font-size: 1rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  text-transform: none;
  letter-spacing: normal;
  font-family: "Cormorant Garamond", serif;
}

h1 {
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 736px) {
  h1 {
    font-size: 2.25rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: clamp(2rem, 5vh, 3rem);
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 1.25;
}
@media only screen and (max-width: 736px) {
  h2 {
    font-size: clamp(2rem, 4vh, 2rem);
    line-height: 1.2;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  h2 {
    font-size: clamp(2rem, 5vh, 2.5rem);
  }
}

h3 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}

#logo {
  width: 90px;
  height: 100%;
  object-fit: contain;
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
}

.logo_wrapper {
  display: flex;
  align-items: center;
}

nav.main_menu > ul > li {
  opacity: 0;
  visibility: hidden;
}

.q_logo {
  top: 5px;
}
@media only screen and (max-width: 736px) {
  .q_logo {
    left: 15px;
    top: 0;
  }
}
.sticky .q_logo {
  top: 0;
}

@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .q_logo {
    top: 0;
  }
}
.q_logo a {
  height: 50px !important;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  .q_logo a {
    height: 40px !important;
    gap: 0rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .q_logo a {
    height: 40px !important;
    gap: 0;
  }
}
.sticky .q_logo a {
  height: 40px !important;
}

.q_logo h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
  color: #2e3a6d;
  white-space: nowrap;
}
@media only screen and (max-width: 736px) {
  .q_logo h4 {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .q_logo h4 {
    display: none;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .q_logo h4 {
    display: none;
  }
}
.sticky .q_logo h4 {
  font-size: 1.35rem;
}

.q_logo h4 em {
  display: block;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-size: 0.7em;
  font-weight: 400;
  letter-spacing: 1.75px;
  margin-top: 5px;
}
.q_logo svg path {
  opacity: 0;
  visibility: hidden;
}

p {
  margin-bottom: 1.5rem;
}

.drop_down .second .inner > ul,
li.narrow .second .inner ul {
  background-color: #2e3a6d;
}

.drop_down .narrow .second .inner ul li {
  width: 275px;
}

.drop_down .second .inner ul li a,
.drop_down .second .inner ul li h5 {
  color: #fff;
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.9rem;
  line-height: 1.35;
}
.drop_down .second .inner ul li a:hover,
.drop_down .second .inner ul li h5:hover {
  opacity: 0.8;
  transition: 0.1s ease;
}

h1 {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 736px) {
  .hide-sm {
    display: none !important;
  }
}

.show-sm {
  display: none !important;
}
@media only screen and (max-width: 736px) {
  .show-sm {
    display: block !important;
  }
}

.vc_row:not(.vc_inner) {
  padding: clamp(8vh, 100px, 12vh) 0;
}
@media only screen and (max-width: 736px) {
  .vc_row:not(.vc_inner) {
    padding: clamp(7vh, 60px, 12vh) 0;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .vc_row:not(.vc_inner) {
    padding: clamp(8vh, 100px, 10vh) 0;
  }
}
.vc_row:not(.vc_inner) .full_section_inner,
.vc_row:not(.vc_inner) .section_inner_margin {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--gap);
}
@media only screen and (max-width: 736px) {
  .vc_row:not(.vc_inner) .full_section_inner,
  .vc_row:not(.vc_inner) .section_inner_margin {
    flex-direction: column;
    --gap: 40px;
  }
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-1,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-1 {
  flex: 0 0 calc((100% * 1 / 12) - (var(--gap) * (12 - 1) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-2,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-2 {
  flex: 0 0 calc((100% * 2 / 12) - (var(--gap) * (12 - 2) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-3,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-3 {
  flex: 0 0 calc((100% * 3 / 12) - (var(--gap) * (12 - 3) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-4,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-4 {
  flex: 0 0 calc((100% * 4 / 12) - (var(--gap) * (12 - 4) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-5,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-5 {
  flex: 0 0 calc((100% * 5 / 12) - (var(--gap) * (12 - 5) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-6,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-6 {
  flex: 0 0 calc((100% * 6 / 12) - (var(--gap) * (12 - 6) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-7,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-7 {
  flex: 0 0 calc((100% * 7 / 12) - (var(--gap) * (12 - 7) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-8,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-8 {
  flex: 0 0 calc((100% * 8 / 12) - (var(--gap) * (12 - 8) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-9,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-9 {
  flex: 0 0 calc((100% * 9 / 12) - (var(--gap) * (12 - 9) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-10,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-10 {
  flex: 0 0 calc((100% * 10 / 12) - (var(--gap) * (12 - 10) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-11,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-11 {
  flex: 0 0 calc((100% * 11 / 12) - (var(--gap) * (12 - 11) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-12,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-12 {
  flex: 0 0 calc((100% * 12 / 12) - (var(--gap) * (12 - 12) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner:before, .vc_row:not(.vc_inner) .full_section_inner:after,
.vc_row:not(.vc_inner) .section_inner_margin:before,
.vc_row:not(.vc_inner) .section_inner_margin:after {
  display: none;
}

#home-hero {
  background-color: rgba(23, 124, 160, 0.2);
  padding: 0;
}
#home-hero .button span {
  white-space: nowrap;
}
#home-hero:before {
  background: url(svg/YL_Logo.svg) 30%/contain no-repeat;
  height: 80%;
  top: 10%;
  opacity: 0.05;
}
#home-hero .full_section_inner {
  gap: 0;
}
#home-hero em {
  display: block;
  text-transform: none;
  font-size: 2.25rem;
  letter-spacing: 1px;
  font-family: "Cormorant Garamond", serif;
}
#home-hero h1 {
  text-transform: none;
  margin-bottom: 2rem;
  font-size: 2.35rem;
}
@media only screen and (max-width: 736px) {
  #home-hero h1 {
    font-size: 1.75rem;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #home-hero h1 {
    font-size: 2rem;
  }
}
#home-hero h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}
#home-hero .checkmarks {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 736px) {
  #home-hero .checkmarks {
    margin-bottom: 1.5rem;
  }
}
#home-hero + .vc_row .wpb_single_image img {
  max-height: calc(100vh - 150px);
  object-fit: contain;
  width: 100%;
}
#home-hero .wpb_column {
  flex-grow: 1;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #home-hero .wpb_column:nth-last-child(1) {
    display: none;
  }
}
#home-hero video {
  height: calc(100vh - 100px);
  aspect-ratio: 9/16;
  object-fit: contain;
  display: block;
  margin-left: auto;
}
@media only screen and (max-width: 736px) {
  #home-hero video {
    object-fit: cover;
    width: 100%;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #home-hero video {
    margin-left: 3rem;
  }
}
#home-hero .wpb_column:nth-child(2) {
  transform: translateX(80px);
}
@media only screen and (max-width: 736px) {
  #home-hero .wpb_column:nth-child(2) {
    transform: translateX(0px);
    padding: 2.5rem 1.5rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #home-hero .wpb_column:nth-child(2) {
    transform: translateX(0);
    padding-right: 2rem;
  }
}
#home-hero .wpb_column:nth-child(3) {
  align-self: flex-end;
}
#home-hero .wpb_column:nth-child(3) img {
  height: calc(100vh - 200px);
  object-fit: contain;
  object-position: bottom;
}
@media only screen and (max-width: 736px) {
  #home-hero .wpb_column:nth-child(3) img {
    max-height: 50vh;
  }
}
#home-hero .btn-wrap {
  margin-top: 0;
}
#home-hero .btn-wrap .button {
  margin-top: 1rem;
}

.home .cols-2 {
  columns: 2;
  gap: var(--gap);
}
@media only screen and (max-width: 736px) {
  .home .cols-2 {
    columns: 1;
  }
}
.home .title-grid h2 {
  margin-bottom: 3rem;
}
.home .expertise {
  padding-bottom: 2rem;
}
.home .expertise h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75;
}
.home .expertise .checkmarks {
  columns: 2;
  gap: var(--gap);
}

#review {
  box-shadow: 0 0 50px -20px rgba(0, 0, 0, 0.3);
  padding: 3rem;
}
@media only screen and (max-width: 736px) {
  #review {
    margin: 0;
    padding: 3rem 1.5rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #review {
    margin: 0;
    padding: 3rem 1rem;
    padding-bottom: 2rem;
  }
}

.flex-start.garmin .wpb_column:last-child {
  align-self: flex-start;
}

.review {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.review .fa-star {
  color: #FFD700;
}
.review-header {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.review-content {
  font-style: italic;
}
.review-image img {
  width: 75px;
  height: auto;
  border-radius: 100%;
  overflow: hidden;
}
.review h5 {
  font-size: 1.35rem;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
@media only screen and (max-width: 736px) {
  .review h5 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .review h5 {
    font-size: 1.25rem;
  }
}

.before-review {
  margin-bottom: 2rem !important;
}
@media only screen and (max-width: 736px) {
  .before-review {
    margin-bottom: 3rem !important;
  }
}
.before-review p {
  font-weight: 600;
}

#about-hero {
  padding: 0;
  background-color: #e8e8e8;
  background-color: rgba(23, 124, 160, 0.2);
}
@media only screen and (max-width: 736px) {
  #about-hero {
    padding: 0 0 3.5rem 0;
  }
  #about-hero h1 {
    font-size: 2rem;
    line-height: 1.25;
  }
}
#about-hero:before {
  height: 80%;
  top: 20%;
  background: url(svg/YL_Logo.svg);
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 0.1;
}
@media only screen and (max-width: 736px) {
  #about-hero:before {
    background-position: top center;
    top: 5%;
  }
}
@media only screen and (max-width: 736px) {
  #about-hero .wpb_single_image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(209, 229, 236, 0.3) 80%, #d1e5ec 100%);
  }
}
#about-hero .wpb_single_image img {
  padding-top: 3rem;
  display: block;
  max-height: calc(100vh - 100px);
}
#about-hero .titul {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75;
}

.page-title h1 {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 0;
}
.page-title h1 + p {
  margin-top: 2rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 736px) {
  .page-title h1 + p {
    font-size: 1rem;
  }
}
.page-title h1:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #303030;
  display: block;
}

#page-title:before {
  background: url(svg/YL_Logo.svg) center/contain no-repeat;
  height: 80%;
  top: 10%;
  opacity: 0.1;
}
#page-title h1,
#page-title p {
  text-align: center;
}
@media only screen and (max-width: 736px) {
  #page-title h1 {
    font-size: 2rem;
    line-height: 1.35;
  }
}
#page-title h1 em {
  display: block;
  font-size: 0.8em;
  text-transform: none;
}
#page-title p {
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  #page-title p {
    max-width: 100%;
  }
}

.page-id-160 .wpb_single_image img, .page-id-377 .wpb_single_image img {
  max-height: calc(100vh - 150px);
  object-fit: contain;
}

.list {
  padding-top: 0 !important;
  padding-bottom: 40px !important;
}
.list .checkmarks {
  column-count: 2;
  gap: var(--gap);
}
@media only screen and (max-width: 736px) {
  .list .checkmarks {
    columns: 1;
  }
}
.list .checkmarks li::marker {
  font-size: 1.5em;
  color: #177ca0;
}
@media only screen and (max-width: 736px) {
  .list .checkmarks li::marker {
    font-size: 1.25em;
  }
}
.list .wpb_text_column p {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75;
}

h2 + p > strong {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75;
}
@media only screen and (max-width: 736px) {
  h2 + p > strong {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  h2 + p > strong {
    font-size: 1.1rem;
  }
}

.title-grid h2 {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 736px) {
  .title-grid h2 {
    display: flex;
    flex-direction: column;
  }
}
.title-grid h2 + p {
  margin-top: 3rem;
}
.title-grid h2:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #303030;
  display: block;
}

#nos {
  padding-bottom: 0;
}
#nos .section_inner_margin .wpb_column:last-child {
  align-self: flex-start !important;
}
#nos .wpb_text_column h2 + p {
  font-size: 1.2rem;
}
#nos .wpb_text_column + .q_icon_with_title {
  margin-top: 2rem;
}
#nos .fa-phone {
  font-size: 2rem;
}
#nos .icon_holder {
  transform: translateY(5px);
}
#nos .contact-link a {
  color: #177ca0;
  font-weight: 500;
  text-decoration: underline;
}
#nos .contact-link a:hover {
  color: #2e3a6d;
}

.home #bbk .contact-link a {
  color: #177ca0;
  font-weight: 500;
  text-decoration: underline;
}
.home #bbk .contact-link a:hover {
  color: #2e3a6d;
}

@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .videos {
    --gap: 30px;
  }
}
.videos .section_inner_margin {
  align-items: flex-start !important;
}
.videos .my-video {
  max-height: calc(100vh - 200px);
}
@media only screen and (max-width: 736px) {
  .videos .my-video {
    max-height: unset;
  }
}
.videos h2 {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 736px) {
  .videos h2 {
    display: flex;
    flex-direction: column;
  }
}
.videos h2:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #303030;
  display: block;
}
.videos + .videos {
  padding-top: 0;
}
.videos .caption p {
  text-align: center;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .videos .caption p {
    font-size: 14px;
  }
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.garmin h2 {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 736px) {
  .garmin h2 {
    flex-direction: column;
    display: flex;
    align-items: stretch;
  }
}
.garmin h2:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #303030;
  display: block;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .garmin {
    --gap: 40px;
  }
}
.garmin h2 + p {
  margin-top: 3rem;
}
.garmin h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (max-width: 736px) {
  .garmin h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .garmin h3 {
    font-size: 1.25rem;
  }
}
.garmin .wpb_column:nth-child(2) {
  align-self: flex-start;
}
.garmin .wpb_column:last-child {
  align-self: flex-end;
}

.garmin.replace {
  padding-top: 40px;
}
.garmin.replace .vc_col-sm-6 {
  box-shadow: 0 0 50px -20px rgba(0, 0, 0, 0.3);
}
.garmin.replace .vc_col-sm-6 .vc_column-inner {
  padding: 0;
}
.garmin.replace .vc_col-sm-6 .wpb_text_column {
  padding: 2rem;
}

#hero {
  padding: 0;
  box-shadow: 0 0 50px -20px rgba(0, 0, 0, 0.3);
}
#hero .full_section_inner {
  align-items: stretch;
  gap: 0;
}
#hero .wpb_single_image .vc_single_image-wrapper {
  display: block;
}
#hero img {
  height: calc(100vh - 100px);
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 736px) {
  #hero img {
    height: auto;
  }
}
#hero .vc_column-inner {
  padding: 0;
}
#hero .wpb_column {
  flex-grow: 1;
}
#hero .wpb_column:last-child {
  padding: 2rem var(--gap);
  display: flex;
  align-items: center;
  box-shadow: 0 0 50px -20px rgba(0, 0, 0, 0.3);
  background-color: #177ca0;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  #hero .wpb_column:last-child {
    padding: 3rem var(--gap);
  }
}
#hero .wpb_column:last-child h1 {
  color: #fff;
}
#hero .wpb_column:last-child em {
  font-size: 1.35rem;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #hero .wpb_column:last-child em {
    font-size: 1.25rem;
  }
}
#hero p {
  font-size: 1.2rem;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #hero p {
    font-size: 1rem;
  }
}

#bottom-cta {
  padding-bottom: 0;
  padding-top: 1.5rem;
  background-color: rgba(23, 124, 160, 0.2);
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #bottom-cta {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 736px) {
  #bottom-cta {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  #bottom-cta .section_inner_margin {
    flex-direction: column-reverse;
  }
}
#bottom-cta .wpb_column:first-child {
  padding-left: 5%;
  padding-right: 5%;
}
@media only screen and (max-width: 736px) {
  #bottom-cta .wpb_column:first-child {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #bottom-cta .wpb_column:first-child {
    padding-right: 0;
    padding-left: 0;
  }
}
#bottom-cta .wpb_single_image {
  transform: translateX(-10%);
}
@media only screen and (max-width: 736px) {
  #bottom-cta .wpb_single_image {
    transform: translateX(0);
  }
  #bottom-cta .wpb_single_image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(209, 229, 236, 0.3) 80%, #d1e5ec 100%);
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #bottom-cta .wpb_single_image {
    transform: translateX(0);
  }
}
#bottom-cta .wpb_single_image img {
  height: 600px;
  object-fit: contain;
  object-position: bottom center;
}
@media only screen and (max-width: 736px) {
  #bottom-cta .wpb_single_image img {
    height: auto;
    object-position: center;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #bottom-cta .wpb_single_image img {
    height: auto;
    transform: scale(1.1);
  }
}
#bottom-cta p {
  font-size: 1.2rem;
  font-weight: 400;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #bottom-cta p {
    font-size: 1.1rem;
  }
}
#bottom-cta h2,
#bottom-cta p {
  color: #2e3a6d;
}
#bottom-cta .wpb_column:last-child {
  transform: translateX(-10%);
}
@media only screen and (max-width: 736px) {
  #bottom-cta .wpb_column:last-child {
    transform: translateX(0);
  }
}

#recuperation {
  padding-top: 40px;
}
#recuperation .wpb_column:nth-child(2) {
  align-self: stretch;
}
#recuperation h3 {
  margin-bottom: 3rem;
}
#recuperation h2 {
  margin-bottom: 1.5rem;
}

.caption {
  margin-top: 2rem;
  display: block;
}
@media only screen and (max-width: 736px) {
  .caption {
    margin-top: 1.5rem;
  }
}
.caption p {
  font-size: 1rem;
}
@media only screen and (max-width: 736px) {
  .caption p {
    font-size: 14px;
  }
}

.q_icon_with_title .icon_text_holder .icon_text_inner > * {
  margin-block: 0 !important;
}
.q_icon_with_title .icon_text_holder .icon_text_inner .icon_title {
  line-height: 2;
}
.q_icon_with_title .icon_text_holder .icon_text_inner .icon_with_title_link {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 736px) {
  .q_icon_with_title .icon_text_holder .icon_text_inner .icon_with_title_link {
    font-size: 1.25rem;
  }
}

.q_icon_with_title .icon_holder i {
  color: #177ca0;
  font-size: 1.5rem;
}

#xray {
  padding: 2rem 0;
}
#xray .section_inner_margin {
  align-items: flex-start;
}
#xray .wpb_single_image {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 736px) {
  #xray .wpb_single_image {
    max-width: 100%;
  }
}
#xray .wpb_single_image .vc_single_image-wrapper {
  position: relative;
  background: #fff;
}
#xray .wpb_single_image .vc_figure-caption {
  margin-top: 2rem;
  font-size: 1rem;
}

.with-caption .vc_figure-caption {
  margin-top: 2rem;
  font-size: 1rem;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .with-caption .vc_figure-caption {
    font-size: 14px;
  }
}

#maps h2 {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 736px) {
  #maps h2 {
    display: flex;
    flex-direction: column;
  }
}
#maps h2:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #303030;
  display: block;
}
@media only screen and (max-width: 736px) {
  #maps .vc_inner {
    margin: 2rem 0;
    margin-bottom: 3rem !important;
  }
}
#maps .vc_inner .full_section_inner {
  --gap: 0px;
  box-shadow: 0 0 50px -20px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 736px) {
  #maps .vc_inner .full_section_inner {
    flex-direction: column-reverse;
  }
}
#maps .vc_inner .full_section_inner .vc_column-inner {
  padding: 0;
}
#maps .vc_inner .full_section_inner .q_icon_with_title {
  padding: 1.5rem;
}
#maps .vc_inner .full_section_inner .q_icon_with_title p {
  font-size: 1rem;
}
#maps .vc_inner iframe {
  width: 100%;
  height: clamp(40vh, 300px, 50vh);
  display: block;
}
#maps .icon_holder i {
  font-size: 3rem;
  transform: translateX(-5px);
  display: block;
}
@media only screen and (max-width: 736px) {
  #maps .icon_holder i {
    font-size: 2.5rem;
  }
}
#maps .icon_title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.35;
  margin-bottom: 0.5rem !important;
}

.gallery_holder {
  margin-top: 2rem;
}
.gallery_holder ul {
  display: grid;
  grid-template-columns: repeat(3, 120px);
  gap: 1rem;
}
@media only screen and (max-width: 736px) {
  .gallery_holder ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .gallery_holder ul {
    grid-template-columns: repeat(3, 100px);
  }
}
.gallery_holder ul li {
  width: 100% !important;
  border-radius: 0.35rem;
}
@media only screen and (max-width: 736px) {
  .gallery_holder ul li {
    border-radius: 0.2rem;
  }
}

#fraze {
  padding-top: 0;
}
#fraze h3 {
  font-size: 3rem;
  color: #2e3a6d;
  font-weight: 500;
}
@media only screen and (max-width: 736px) {
  #fraze h3 {
    font-size: 2rem;
  }
}
#fraze h4 {
  font-size: 2rem;
  color: #2e3a6d;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  #fraze h4 {
    font-size: 1.5rem;
  }
}

.qode-accordion-holder .qode-title-holder .qode-tab-title {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.qode-accordion-holder {
  margin-top: 2rem;
}

.checkmarks li::marker {
  color: #177ca0;
  font-size: 1.5em;
}
@media only screen and (max-width: 736px) {
  .checkmarks li::marker {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .checkmarks li::marker {
    font-size: 1.25em;
  }
}
.checkmarks.non li::marker {
  content: "—";
  font-weight: 500;
}

.poloska h3 {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}
.poloska h3:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #303030;
  display: block;
}

.home-mini-cta, #home-mini,
.mini-cta,
#mini-cta {
  background-color: rgba(23, 124, 160, 0.2);
}
.home-mini-cta:before, #home-mini:before,
.mini-cta:before,
#mini-cta:before {
  background: url(svg/YL_Logo.svg) center/contain no-repeat;
  height: 80%;
  top: 10%;
  opacity: 0.1;
}
.home-mini-cta h2,
.home-mini-cta p, #home-mini h2,
#home-mini p,
.mini-cta h2,
.mini-cta p,
#mini-cta h2,
#mini-cta p {
  text-align: center;
}
.home-mini-cta p, #home-mini p,
.mini-cta p,
#mini-cta p {
  max-width: 80%;
  margin: 0 auto;
  font-size: 1.25rem;
}
@media only screen and (max-width: 736px) {
  .home-mini-cta p, #home-mini p,
  .mini-cta p,
  #mini-cta p {
    max-width: 100%;
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .home-mini-cta p, #home-mini p,
  .mini-cta p,
  #mini-cta p {
    max-width: 100%;
  }
}

.flex-center {
  align-self: center !important;
}

.smaller img {
  max-height: calc(100vh - 200px);
  object-fit: contain;
}

@media only screen and (max-width: 736px) {
  #video-review {
    padding-bottom: 0rem;
  }
}
#video-review p {
  text-align: center;
  font-size: 1.25rem;
  max-width: 80%;
  margin-left: 20%;
}
@media only screen and (max-width: 736px) {
  #video-review p {
    max-width: 100%;
    margin-left: 0;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 736px) {
  #review-grid #review {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#review-grid .vc_inner {
  box-shadow: 0 0 50px -20px rgba(0, 0, 0, 0.3);
  padding: 3rem;
  background-color: #fff;
}
@media only screen and (max-width: 736px) {
  #review-grid .vc_inner {
    padding: 2rem 1rem;
  }
}
#review-grid i.fa-star {
  color: #FFD700;
  font-size: 1.25rem;
}
#review-grid .q_progress_bars_icons_inner {
  display: flex;
  gap: 0.5rem;
}
#review-grid .q_progress_bars_icons_inner .bar {
  width: 20px;
}
#review-grid .q_progress_bars_icons_holder + .wpb_text_column p {
  font-style: italic;
}
#review-grid .q_progress_bars_icons_holder + .wpb_text_column p:last-of-type {
  text-align: right;
  font-style: normal;
}
#review-grid .q_progress_bars_icons_holder + .wpb_text_column p:last-of-type em {
  font-weight: 600;
  font-style: normal;
  font-size: 1.15rem;
}
@media only screen and (max-width: 736px) {
  #review-grid .q_progress_bars_icons_holder + .wpb_text_column p:last-of-type em {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #review-grid .q_progress_bars_icons_holder + .wpb_text_column p:last-of-type em {
    font-size: 1rem;
  }
}

.my-video {
  max-height: calc(100vh - 100px);
  max-width: 100%;
  width: auto;
  overflow: hidden;
  margin: 0 auto;
}
.my-video.smaller {
  max-height: calc(100vh - 200px);
}
@media only screen and (max-width: 736px) {
  .my-video.smaller {
    max-height: unset;
  }
}
.my-video.ratio-16-9 {
  aspect-ratio: 16/9;
}
.my-video.ratio-9-16 {
  aspect-ratio: 9/16;
}
.my-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#hero-slider {
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  #hero-slider {
    background-position: 60% center;
  }
}
#hero-slider:before {
  background-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(46, 58, 109, 0.4);
  z-index: 1;
}
#hero-slider .section_inner_margin {
  z-index: 2;
}
#hero-slider .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
#hero-slider h1,
#hero-slider h3,
#hero-slider p {
  color: #fff;
  visibility: hidden;
}
#hero-slider h1 {
  margin-bottom: 1rem;
  font-style: italic;
}
#hero-slider p {
  margin-bottom: 0.5rem;
}
#hero-slider .wpb_text_column {
  text-align: center;
}
#hero-slider svg {
  width: 10vw;
}
@media only screen and (max-width: 736px) {
  #hero-slider svg {
    width: 30vw;
  }
}
#hero-slider p {
  font-size: 1.25rem;
  max-width: 70%;
  margin-left: 15%;
}
@media only screen and (max-width: 736px) {
  #hero-slider p {
    max-width: 90%;
    margin-left: 5%;
    font-size: 1.1rem;
  }
}
#hero-slider h3 {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}

header .container_inner .header_inner_left {
  position: static;
}

.header_bottom {
  box-shadow: 0px 1px 25px -10px rgba(0, 0, 0, 0.3);
}
.header_bottom .container_inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 736px) {
  .header_bottom .container_inner {
    display: block;
  }
}
.header_bottom .container_inner:before, .header_bottom .container_inner:after {
  display: none;
}
.header_bottom .header_inner_right {
  order: 99;
}

.mobile_menu_button span:hover,
.side_menu_button > a:hover,
header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a {
  opacity: 1;
}

.banners .wpb_column:nth-child(2) {
  align-self: center;
}

.banner {
  position: relative;
}
.banner:before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.4));
}
.banner img {
  display: block;
}
.banner img:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
}
.banner span {
  position: absolute;
  color: #fff;
  bottom: 0;
  width: 100%;
  left: 0;
  display: block;
  text-align: center;
  padding: 1rem 2rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media only screen and (max-width: 736px) {
  .banner span {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .banner span {
    font-size: 1.25rem;
    padding: 1rem;
  }
}

.wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
  border: 0 !important;
  transform: translateX(10px);
}
@media only screen and (max-width: 736px) {
  .wpml-ls-legacy-list-horizontal {
    transform: translateX(0);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1179px) {
  .wpml-ls-legacy-list-horizontal {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 736px) {
  .wpml-ls-legacy-list-horizontal > ul {
    display: block !important;
  }
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  float: none;
  line-height: 100px;
}
.sticky .wpml-ls-legacy-list-horizontal .wpml-ls-item {
  line-height: 60px;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item:first-of-type {
  position: relative;
  padding-right: 7px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item:first-of-type:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40%;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  background-color: rgba(46, 58, 109, 0.5);
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item + * {
  padding-left: 7px;
}

.widget_icl_lang_sel_widget .wpml-ls-item > a {
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  color: #2e3a6d;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  .widget_icl_lang_sel_widget .wpml-ls-item > a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .widget_icl_lang_sel_widget .wpml-ls-item > a {
    font-size: 13px;
  }
}
.widget_icl_lang_sel_widget .wpml-ls-item > a span {
  display: block;
  overflow: hidden;
}

nav.main_menu > ul > li > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  color: #2e3a6d;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  nav.main_menu > ul > li > a {
    font-size: 13px;
    padding: 0 15px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1179px) {
  nav.main_menu > ul > li > a {
    padding: 0 14px;
  }
}
nav.main_menu > ul > li > a:hover {
  color: #5e5e5e;
}

.drop_down .narrow .second .inner ul li a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: uppercase;
}

.header_bottom .button {
  margin-top: 0;
}
.header_bottom .button span {
  padding: 0.5rem 2rem;
}

.btn-wrap {
  margin-top: 1rem;
}

.button {
  pointer-events: auto;
  cursor: pointer;
  background: #177ca0;
  border: none;
  padding: 0rem 2rem;
  margin: 0;
  margin-top: 1.75rem;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
}
.button span {
  color: #fff;
}

.button::before,
.button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--bestia {
  font-size: 1.05rem;
  color: #fff;
  background: none;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 736px) {
  .button--bestia {
    font-size: 0.8rem;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .button--bestia {
    font-size: 0.9rem !important;
  }
}

.button--bestia .button__bg {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2e3a6d;
  border-radius: 50px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--bestia:hover .button__bg {
  transform: scale3d(1.1, 1.1, 1);
}

.button--bestia .button__bg::before,
.button--bestia .button__bg::after {
  content: "";
  position: absolute;
  background: #177ca0;
}
#hero .button--bestia .button__bg::before,
#hero .button--bestia .button__bg::after {
  background: #157293;
}

.button--bestia .button__bg::before {
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  top: 50%;
  left: 50%;
  border-radius: 20%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}

.button--bestia:hover .button__bg::before {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.button--bestia .button__bg::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.button--bestia:hover .button__bg::after {
  opacity: 1;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

.button--bestia span {
  display: block;
  position: relative;
  padding: 1.1rem 2.25rem;
  font-weight: 600;
}
@media only screen and (max-width: 736px) {
  .button--bestia span {
    padding: 1rem;
    text-align: center;
  }
}

.button--bestia:hover span {
  color: white;
}

.checkmarks + p {
  margin-top: 2rem;
}

#bbk h2 {
  text-align: center;
  margin-bottom: 0.5rem;
}
#bbk p {
  text-align: center;
}
#bbk .my-video {
  max-height: calc(100vh - 200px);
}
#bbk .caption {
  max-width: 70%;
  margin: 0 auto;
  margin-top: 2rem;
}
#bbk .caption p {
  text-align: center;
}

.single-procedure .my-video {
  max-height: calc(100vh - 200px);
}

#cta {
  background-color: rgba(23, 124, 160, 0.2);
  padding-bottom: 0;
  padding-top: 2rem;
}
@media only screen and (max-width: 736px) {
  #cta {
    padding: 3.5rem 0;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #cta {
    padding-top: 3rem;
  }
}
#cta .wpb_single_image {
  margin: 0 auto;
  transform: translateX(-20%);
  transform: translateX(0);
}
@media only screen and (max-width: 736px) {
  #cta .section_inner_margin {
    flex-direction: column-reverse;
  }
}
#cta p {
  font-weight: 400;
  font-size: 1.2rem;
  color: #2e3a6d;
  max-width: 80%;
}
@media only screen and (max-width: 736px) {
  #cta p {
    max-width: 100%;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #cta p {
    max-width: 90%;
    font-size: 1.15rem;
  }
}
#cta h2 {
  color: #2e3a6d;
}
#cta .wpb_column:first-child {
  transform: translateX(10%);
}
@media only screen and (max-width: 736px) {
  #cta .wpb_column:first-child {
    transform: translateX(0);
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #cta .wpb_column:first-child {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 736px) {
  #cta .wpb_single_image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(209, 229, 236, 0) 60%, #d1e5ec 100%);
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #cta .wpb_single_image img {
    transform: scale(1.1);
  }
}

.formular {
  background-color: rgba(0, 168, 134, 0.15);
  padding: clamp(6vh, 60px, 8vh) 0 !important;
}
.formular p {
  text-align: center;
  font-family: inherit;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 1rem;
  display: block;
}
@media only screen and (max-width: 736px) {
  .formular p {
    max-width: 100%;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .formular p {
    max-width: 100%;
    font-size: 1.35rem;
  }
}

.footer_top .widget_nav_menu li.menu-item a {
  color: #2e3a6d;
  font-weight: 500;
  display: inline-flex;
  gap: 0.5rem;
}
.footer_top .widget_nav_menu li.menu-item a:hover {
  color: #177ca0 !important;
}
.footer_top .widget_nav_menu li.menu-item a:hover:after {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.foo-logo {
  display: block;
  width: 200px;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .foo-logo {
    width: 150px;
  }
}

.footer_top_holder,
.footer_bottom_holder {
  background-color: rgba(23, 124, 160, 0.1);
}

.footer_bottom_holder {
  padding: 1rem;
  padding-top: 2rem;
}
.footer_bottom_holder .textwidget + .textwidget {
  margin-top: 1rem;
}
.footer_bottom_holder p {
  font-size: 13px;
  line-height: 1.75;
  margin-bottom: 0.5rem;
}
.footer_bottom_holder p a {
  color: #2e3a6d;
  font-weight: 500;
}
.footer_bottom_holder p a:hover {
  color: #177ca0;
}
.footer_bottom_holder .custom-html-widget {
  margin-bottom: 1rem;
}

.fooph a {
  font-size: 1.5rem;
}
.fooph a:before {
  position: absolute;
  right: calc(100% + 10px);
  top: 3px;
  font-size: 1.5rem;
  content: "\f095";
  font-family: FontAwesome !important;
}

#policy h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 736px) {
  #policy h2 {
    font-size: 2rem;
  }
}
#policy ol {
  padding-left: 4rem;
}
@media only screen and (max-width: 736px) {
  #policy ol {
    padding-left: 1rem;
  }
}
#policy ol li {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
#policy ol li::marker {
  font-weight: 600;
  color: #2e3a6d;
}
#policy p strong {
  font-weight: 600;
}
#policy a {
  font-weight: 500;
  color: #177ca0;
  text-decoration: underline;
}
#policy a:hover {
  color: #2e3a6d;
}
#policy h3 {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 736px) {
  #policy h3 {
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    align-items: flex-start;
  }
}
#policy h3:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #303030;
  display: block;
}

.side-actions {
  position: fixed;
  right: 0;
  top: 80%;
  transform: translateY(-50%) translateX(50px);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.side-actions.active {
  opacity: 1;
  transform: translateY(-50%) translateX(0px);
}
@media only screen and (max-width: 736px) {
  .side-actions {
    top: 70%;
  }
}

div.pp_pic_holder {
  width: 70% !important;
  left: 15% !important;
}

.side-actions li {
  margin: 6px 0;
}

.side-actions a {
  display: flex;
  pointer-events: auto;
  align-items: center;
  background: #2e3a6d;
  color: white;
  text-decoration: none;
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  /* ключевая часть */
  transform: translateX(calc(100% - 48px));
  transition: transform 0.3s ease;
}

.side-actions a:hover {
  transform: translateX(0);
}

.side-actions .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.side-actions .icon svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}
.side-actions .icon .fa-phone {
  font-size: 2rem;
}

.side-actions .label {
  white-space: nowrap;
  padding: 0 16px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}

.side-actions .label {
  opacity: 0;
  transform: translateX(10px);
  transition: 0.3s;
}

.side-actions a:hover .label {
  opacity: 1;
  transform: translateX(0);
}

.footer_col3 {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 736px) {
  .footer_col3 {
    justify-content: center;
  }
  .footer_col3 .menu {
    display: flex;
    flex-direction: column;
  }
  .footer_col3 .menu li:nth-child(1) {
    order: 99;
  }
}

footer {
  background-color: #fff;
}
footer .container_inner .three_columns {
  width: 90%;
  margin: 0 auto;
}

.home .flexslider .slides img,
.home .portfolio_slider .portfolio_slides img,
.home .qode_carousels .slides img {
  height: 600px;
  object-fit: contain;
}

.foo-social {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}
@media only screen and (max-width: 736px) {
  .foo-social {
    margin-bottom: 1rem;
  }
}
.foo-social li a {
  color: #177ca0;
}
.foo-social li a:hover {
  color: #2e3a6d !important;
}
.foo-social li i {
  font-size: 1.5rem;
}
.foo-social li img {
  width: 120px;
  display: block;
}

.q_masonry_blog_title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.global {
  padding: 0 !important;
}

.align-items-stretch .section_inner_margin {
  align-items: stretch !important;
}

.w-80 {
  max-width: 80%;
  margin-left: 10%;
}
@media only screen and (max-width: 736px) {
  .w-80 {
    max-width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .w-80 {
    max-width: 90%;
    margin-left: 5%;
  }
}

.griddy-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media only screen and (max-width: 736px) {
  .griddy-3 {
    display: flex;
    flex-direction: column;
  }
}

.griddy-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
@media only screen and (max-width: 736px) {
  .griddy-4 {
    display: flex;
    flex-direction: column;
  }
}

.wpcf7 .wpcf7-form {
  margin-top: 2rem;
}
.wpcf7 .wpcf7-form span[data-name=radio-145] {
  display: block;
  margin-bottom: 2rem;
}
.wpcf7 .wpcf7-form span[data-name=radio-145] label {
  font-size: 1rem;
}
.wpcf7 .wpcf7-form h4 {
  margin-top: 2rem;
  margin-bottom: 1rem !important;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75;
}
.wpcf7 .wpcf7-form input:not([type=submit]),
.wpcf7 .wpcf7-form textarea {
  background-color: #f6f6f6 !important;
  border-bottom: 1px solid #dddddd !important;
  border-radius: 0.25rem !important;
  font-weight: 500 !important;
  color: #303030 !important;
  font-size: 1.1rem !important;
}
.wpcf7 .wpcf7-form textarea {
  margin-top: 1rem;
}
.wpcf7 .wpcf7-form textarea.placeholder {
  font-weight: 300;
}
.wpcf7 .wpcf7-form textarea:-moz-placeholder {
  font-weight: 300;
}
.wpcf7 .wpcf7-form textarea::-moz-placeholder {
  font-weight: 300;
}
.wpcf7 .wpcf7-form textarea:-ms-input-placeholder {
  font-weight: 300;
}
.wpcf7 .wpcf7-form textarea::-webkit-input-placeholder {
  font-weight: 300;
}
.wpcf7 .wpcf7-form label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  color: #303030;
}
.wpcf7 .wpcf7-form input[type=submit] {
  border: 0;
  font-family: inherit;
  background-color: #2e3a6d;
  text-transform: none;
  color: #fff;
  font-size: 1.05rem;
  margin-top: 1rem;
  padding: 0.5rem 3rem;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 736px) {
  .wpcf7 .wpcf7-form input[type=submit] {
    font-size: 0.8rem;
    letter-spacing: 2px !important;
  }
}
.wpcf7 .wpcf7-form input[type=submit]:hover {
  color: #fff;
  background-color: #177ca0;
}

.three_columns {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  .three_columns {
    flex-direction: column;
  }
  .three_columns .column2 {
    order: -1;
  }
}
.three_columns .button {
  margin-top: 0;
}

div[class*=gsap-marker] {
  z-index: 99999999999 !important;
}

@media only screen and (max-width: 736px) {
  div.grid_section .section_inner,
  .container_inner {
    width: calc(100vw - 60px);
  }
  .mobile_menu_button span {
    font-size: 42px;
    color: #177ca0;
  }
  #back_to_top {
    bottom: 120px !important;
    right: 5px !important;
  }
  nav.mobile_menu ul li a,
  nav.mobile_menu ul li h3 {
    font-weight: 600;
    color: #2e3a6d;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
  }
  .reverse-sm .section_inner_margin {
    flex-direction: column-reverse !important;
  }
  nav.mobile_menu ul li a:hover,
  nav.mobile_menu ul li.active > a {
    color: #2e3a6d;
    opacity: 0.6;
  }
  nav.mobile_menu ul li,
  nav.mobile_menu ul li ul li,
  nav.mobile_menu ul li.open_sub > ul {
    border-style: dotted !important;
    border-color: rgba(46, 58, 109, 0.6);
  }
  nav.mobile_menu ul > li.has_sub ul.open_sub > li > span.mobile_arrow i.fa-angle-down,
  nav.mobile_menu ul > li.has_sub.open_sub > span.mobile_arrow i.fa-angle-down {
    color: #2e3a6d;
  }
  .footer_top .widget.widget_nav_menu li {
    text-align: center;
  }
  .footer_col3 .textwidget > div {
    text-align: center !important;
  }
  .footer_col1 {
    margin-bottom: 0 !important;
  }
  .footer_bottom p,
  .footer_bottom span {
    line-height: 1.75;
    padding: 10px;
    box-sizing: border-box;
  }
  .footer_top .column_inner > div:not(.qode_separator_widget) {
    margin-bottom: 0 !important;
  }
  .qode-accordion-holder .qode-title-holder {
    font-size: 1rem;
  }
  .menu-item-type-yspl_win {
    text-align: center;
  }
}
.diplomes ul {
  list-style: none;
  margin-top: 3rem;
}
.diplomes ul li {
  position: relative;
  padding-right: 100px;
  border-bottom: 1px dotted #c1c1c1;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 736px) {
  .diplomes ul li {
    padding-right: 0;
    padding-top: 3rem;
  }
}
.diplomes ul li .dat {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(23, 124, 160, 0.8);
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  border-radius: 3px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 736px) {
  .diplomes ul li .dat {
    top: 0rem;
    font-size: 14px;
    left: 0;
    right: unset;
  }
}
.diplomes ul li .loc {
  font-size: 1rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 736px) {
  .diplomes ul li .loc {
    font-size: 13px;
    line-height: 1;
  }
}
.diplomes ul li p {
  margin-bottom: 0;
}
.diplomes h4 {
  font-size: 1.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 736px) {
  .diplomes h4 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .header_bottom {
    padding: 0 1rem 0 0;
  }
  div.grid_section .section_inner,
  .container_inner {
    width: calc(100vw - 60px);
  }
  .banners {
    --gap: 40px;
  }
  .pid-153-176 img, .pid-366-370 img {
    min-height: 60vh;
    object-fit: cover;
    object-position: center;
  }
  #about-hero + .garmin .section_inner_margin {
    align-items: flex-start;
  }
  .page-id-149 .wpb_single_image img, .page-id-360 .wpb_single_image img {
    min-height: 460px;
    object-fit: cover;
  }
  .pid-113-117 img, .pid-342-344 img {
    min-height: 460px;
    object-fit: cover;
  }
  .page-id-59 .vc_row, .page-id-326 .vc_row {
    --gap: 40px;
  }
  .page-id-59 .vc_inner, .page-id-326 .vc_inner {
    --gap: 20px;
  }
}
@media only screen and (min-width: 1181px) and (max-width: 1399px) {
  :root {
    --gap: 60px;
  }
  div.grid_section .section_inner,
  .container_inner {
    width: calc(100vw - 60px);
  }
  .header_bottom {
    padding: 0 1rem 0 5px;
  }
  .q_logo {
    top: 0;
  }
  .q_logo h4 {
    font-size: 1.2rem;
  }
  .q_logo a {
    height: 45px !important;
    gap: 0;
    top: 0;
  }
  nav.main_menu > ul > li > a {
    font-size: 13px;
    padding: 0 15px;
  }
  .widget_icl_lang_sel_widget .wpml-ls-item > a {
    font-size: 13px;
  }
  #home-hero .wpb_column:nth-child(3) img {
    height: calc(100vh - 200px);
  }
  #home-hero .wpb_single_image {
    transform: translateX(3rem);
    z-index: -1;
    position: relative;
    pointer-events: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  body {
    width: 100vw !important;
    height: 100vh !important;
    overflow: hidden !important;
  }
  body:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0zMywyYzcuNzQ2LDAsMTUuMDI4LDMuMDE3LDIwLjUwNSw4LjQ5NGMxMC4xMzgsMTAuMTM3LDExLjMxLDI2LjM5NiwyLjc0LDM3Ljg0OUw1Miw1Mi41ODlWNDRoLTJ2MTFsMSwxaDExdi0yaC04LjU4Mmw0LjI5Mi00LjI5M2wwLjA5Mi0wLjEwNmM5LjIxMS0xMi4yNDcsNy45NzItMjkuNjY3LTIuODgzLTQwLjUyMUM0OS4wNjQsMy4yMjUsNDEuMjgsMCwzMywwVjJ6Ii8+PHBhdGggZD0iTTcuNzU1LDE1LjY1N0wxMiwxMS40MTFWMjBoMlY5bC0xLTFIMnYyaDguNTgyTDYuMjksMTQuMjkzbC0wLjA5MiwwLjEwNkMtMy4wMTMsMjYuNjQ2LTEuNzczLDQ0LjA2Niw5LjA4MSw1NC45MkMxNC45MzYsNjAuNzc1LDIyLjcyLDY0LDMxLDY0di0yYy03Ljc0NiwwLTE1LjAyOC0zLjAxNy0yMC41MDUtOC40OTRDMC4zNTcsNDMuMzY5LTAuODE0LDI3LjExLDcuNzU1LDE1LjY1N3oiLz48L2c+PC9zdmc+);
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center 63%;
    background-size: 100px;
  }
  body:after {
    content: "Please rotate";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: #303030;
    font-size: 80px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*# sourceMappingURL=style.css.map */
