@charset "UTF-8";
/*
Theme Name: Well & You
Author: SDCO Partners
Author URI: https://sdcopartners.com/
Version: 2.0
*/
@import url("//hello.myfonts.net/count/400792");
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=cc570d38-1441-4f57-9e0e-02d3edf55e5c&fontids=5197693");
@import url("//hello.myfonts.net/count/400792");
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=cc570d38-1441-4f57-9e0e-02d3edf55e5c&fontids=5197693");
@import url("//hello.myfonts.net/count/400792");
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=cc570d38-1441-4f57-9e0e-02d3edf55e5c&fontids=5197693");

:root {
    --light-brown: #9D7441;
    --dark-blue: #51657D;
    --white-ffffff: #FFF;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    margin: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    box-sizing: border-box;
}

/**
 * @license
 * MyFonts Webfont Build ID 4196242, 2021-10-20T10:39:47-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: NeueAlteGrotesk-SemiBold by VisualWorks
 * URL: https://www.myfonts.com/fonts/visualworks/neue-alte-grotesk/semi-bold/
 * Copyright: Copyright © 2017-2018 by Krzysztof Chuc. All rights reserved.
 *
 *
 *
 * © 2021 MyFonts Inc
*/
@font-face {
    font-family: "NeueAlteGrotesk-Regular";
    src: url("fonts/NeueAlteGroteskRegular/font.woff2") format("woff2"), url("fonts/NeueAlteGroteskRegular/font.woff") format("woff");
}

@font-face {
    font-family: "NeueAlteGrotesk-SemiBold";
    src: url("fonts/NeueAlteGroteskSemiBold/font.woff2") format("woff2"), url("fonts/NeueAlteGroteskSemiBold/font.woff") format("woff");
}

@font-face {
    font-family: 'Skia';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/skia.woff") format("woff");
}

@font-face {
    font-family: "SkiaCC W05 Regular";
    src: url("fonts/5197693/107435c3-fbea-4038-9183-db8699acd1b4.woff2") format("woff2"), url("fonts/5197693/6392d74d-b5f5-4dee-be94-d29837ac2a92.woff") format("woff");
}

/* Transition - usage: @include transition(all .2s ease); - or - @extend .transition;
-----------------------------------------------------------------------------------------------*/
.transition,
.team .team-wrapper .person {
    transition: all 0.25s ease;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    background-color: white;
    font-weight: 400;
    line-height: 1.25;
    font-family: "NeueAlteGrotesk-Regular";
    font-smoothing: antialiased;
}

p {
    margin-bottom: 1.25em;
    line-height: 1.5;
    font-size: 1.125rem;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.25;
    font-weight: normal;
}

h1 {
    font-size: 6em;
}

h2 {
    font-size: 3.5em;
}

h3 {
    font-size: 3.5em;
}

h4 {
    font-size: 2.5em;
}

h5 {
    font-size: 1.5em;
}

small,
.text_small {
    font-size: 0.618em;
}

.headline {
    font-family: "SkiaCC W05 Regular", sans-serif;
    font-weight: 400;
}

.subheadline {
    text-transform: inherit;
    font-family: "SkiaCC W05 Regular", sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.66;
    font-weight: 900;
}

.h1 {
    font-size: 3.25rem;
    line-height: 0.86;
}

@media (min-width: 960px) {
    .h1 {
        font-size: 4.6875rem;
    }
}

.h2 {
    font-size: 2.315rem;
}

@media (min-width: 960px) {
    .h2 {
        font-size: 3.25rem;
    }
}

.h3 {
    font-size: 2.315rem;
}

@media (min-width: 960px) {
    .h3 {
        font-size: 2.315rem;
    }
}

.h4 {
    font-size: 1.5rem;
}

@media (min-width: 960px) {
    .h4 {
        font-size: 1.75rem;
    }
}

.h5 {
    font-size: 1.125rem;
}

@media (min-width: 960px) {
    .h5 {
        font-size: 1.5rem;
    }
}

.body {
    font-size: 1.125rem;
}

@media (min-width: 960px) {
    .body {
        font-size: 1.125rem;
    }
}

.ui {
    font-size: 0.875rem;
}

/**
 * @license
 * MyFonts Webfont Build ID 4196242, 2021-10-20T10:39:47-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: NeueAlteGrotesk-SemiBold by VisualWorks
 * URL: https://www.myfonts.com/fonts/visualworks/neue-alte-grotesk/semi-bold/
 * Copyright: Copyright © 2017-2018 by Krzysztof Chuc. All rights reserved.
 *
 *
 *
 * © 2021 MyFonts Inc
*/
@font-face {
    font-family: "NeueAlteGrotesk-Regular";
    src: url("fonts/NeueAlteGroteskRegular/font.woff2") format("woff2"), url("fonts/NeueAlteGroteskRegular/font.woff") format("woff");
}

@font-face {
    font-family: "NeueAlteGrotesk-SemiBold";
    src: url("fonts/NeueAlteGroteskSemiBold/font.woff2") format("woff2"), url("fonts/NeueAlteGroteskSemiBold/font.woff") format("woff");
}

@font-face {
    font-family: 'Skia';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/skia.woff") format("woff");
}

@font-face {
    font-family: "SkiaCC W05 Regular";
    src: url("fonts/5197693/107435c3-fbea-4038-9183-db8699acd1b4.woff2") format("woff2"), url("fonts/5197693/6392d74d-b5f5-4dee-be94-d29837ac2a92.woff") format("woff");
}

::-moz-selection {
    background: #51657D;
    /* WebKit/Blink Browsers */
    color: #FFFFFF;
}

::selection {
    background: #51657D;
    /* WebKit/Blink Browsers */
    color: #FFFFFF;
}

::-moz-selection {
    background: #51657D;
    /* Gecko Browsers */
    color: #FFFFFF;
}

.fade-container {
    -webkit-animation: fadeSiteIn 0.5s ease forwards;
    animation: fadeSiteIn 0.5s ease forwards;
    /* [1] */
}

.fade-container.fadeSiteOut {
    -webkit-animation: fadeSiteOut 0.5s ease forwards;
    animation: fadeSiteOut 0.5s ease forwards;
    /* [2] */
}

@-webkit-keyframes fadeSiteIn {

    /* [1] */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeSiteIn {

    /* [1] */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeSiteOut {

    /* [2] */
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeSiteOut {

    /* [2] */
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

body {
    color: #51657D;
    overflow-x: hidden;
    min-height: 100vh;
    position: relative;
    -webkit-font-smoothing: antialiased;
    background: #F1ECE1;
    transition: background 1s;
}

body.menu-open {
    overflow: hidden;
}

.cta {
    font-size: 1.5rem;
    color: inherit;
    text-decoration: none;
}

@media (min-width: 960px) {
    .cta {
        font-size: 2.315rem;
    }
}

main {
    position: relative;
    z-index: 2;
    background: var(--bg-color, #fff);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: background 1s;
}

.wrapper {
    width: 100%;
    max-width: calc(100% - 60px);
    margin: 0 auto;
}

@media (min-width: 960px) {
    .wrapper {
        max-width: calc(100% - 160px);
    }
}

@media (min-width: 1480px) {
    .wrapper {
        max-width: 1300px;
    }
}

@media (min-width: 960px) {
    .wrapper--narrow {
        max-width: 900px;
    }
}

@media (min-width: 960px) {
    .wrapper--wide {
        max-width: 1440px;
    }
}

@media (min-width: 1929px) {
    .wrapper--wide {
        max-width: 1740px;
    }
}

.wrapper--left,
.wrapper--right {
    max-width: calc(100% - 80px);
    width: 100%;
}

@media (min-width: 1500px) {

    .wrapper--left,
    .wrapper--right {
        max-width: calc(100% - ((100vw - 1400px) / 2));
    }

    .wrapper--left .image,
    .wrapper--right .image {
        flex-grow: 1;
    }
}

.wrapper--left {
    margin-right: 0;
}

.wrapper--right {
    margin-left: 0;
}

a.pinterest {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    opacity: 0;
    transition: opacity .4s;
}

a.pinterest svg {
    display: block;
}

.caption {
    margin-top: 10px;
    display: block;
    font-size: 0.875rem;
}

.image:hover a.pinterest {
    opacity: 1;
    transition: opacity .4s;
}

.cta {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
}

.cta svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

@media (min-width: 960px) {
    .cta svg {
        width: 26px;
        height: 26px;
    }
}

.cta span {
    display: inline-block;
    font-family: "NeueAlteGrotesk-Regular";
    font-size: 1.25rem;
}

@media (min-width: 960px) {
    .cta span {
        font-size: 1.5rem;
    }
}

.cta:hover svg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.cta--no-link {
    cursor: default;
}

*.light-blue {
    background-color: #9EB0C7;
    color: #51657D;
}

*.dark-blue {
    background-color: #51657D;
    color: #F1ECE1;
}

*.dark-blue .cta .circle {
    fill: #F1ECE1;
}

*.white {
    background-color: #FFFFFF;
    color: #51657D;
}

*.bronze {
    background-color: #9D7441;
    color: #F1ECE1;
}

*.bronze .cta .circle {
    fill: #F1ECE1;
}

*.light-cream {
    background-color: #F1ECE1;
    color: #51657D;
}

*.dark-cream {
    background-color: #EAD3BB;
    color: #51657D;
}

/**
 * @license
 * MyFonts Webfont Build ID 4196242, 2021-10-20T10:39:47-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: NeueAlteGrotesk-SemiBold by VisualWorks
 * URL: https://www.myfonts.com/fonts/visualworks/neue-alte-grotesk/semi-bold/
 * Copyright: Copyright © 2017-2018 by Krzysztof Chuc. All rights reserved.
 *
 *
 *
 * © 2021 MyFonts Inc
*/
@font-face {
    font-family: "NeueAlteGrotesk-Regular";
    src: url("fonts/NeueAlteGroteskRegular/font.woff2") format("woff2"), url("fonts/NeueAlteGroteskRegular/font.woff") format("woff");
}

@font-face {
    font-family: "NeueAlteGrotesk-SemiBold";
    src: url("fonts/NeueAlteGroteskSemiBold/font.woff2") format("woff2"), url("fonts/NeueAlteGroteskSemiBold/font.woff") format("woff");
}

@font-face {
    font-family: 'Skia';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/skia.woff") format("woff");
}

@font-face {
    font-family: "SkiaCC W05 Regular";
    src: url("fonts/5197693/107435c3-fbea-4038-9183-db8699acd1b4.woff2") format("woff2"), url("fonts/5197693/6392d74d-b5f5-4dee-be94-d29837ac2a92.woff") format("woff");
}

.header {
    width: 100%;
    z-index: 100;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    z-index: 11;
    top: 0;
    left: 0;
    pointer-events: auto;
    padding: 0px 0px 0px;
    position: fixed;
    max-width: inherit;
}

.site_logo {
    width: 20%;
    position: relative;
    z-index: 4;
}

.top-bar {
    position: relative;
    width: 100%;
    z-index: 9999;

}

.top-bar .cta-bar {
    /*   position: inherit; */
    opacity: 1 !important;
}

/* .header.active .header__menu-trigger span {
  background:#51657D;
}

.header.active .header__menu-trigger span:first-child {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  transition: all .4s;
}

.header.active .header__menu-trigger span:nth-child(2) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  transition: all .4s;
}

.header.active .header__menu-trigger span:last-child {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  transition: all .4s;
}

.header.active .header__menu {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  overflow: auto;
}

.header.active .header__menu ul li a {
  pointer-events: auto;
} */

/* .header.active .header__overlay {
  pointer-events: auto;
  opacity: 1;
  transition: opacity .4s;
} */

.header__logo {
    width: 100%;
    max-width: 155px;
    margin-left: auto;
    margin-right: auto;
    flex-shrink: 0;
    z-index: 2;
    pointer-events: auto;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    position: absolute;
    left: 30px;
    top: 80px;
}

.header__logo {
    max-width: 190px;
    left: 0px;
    top: 0px;
    position: relative;
}

.sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    background: #fff;
    animation: smooth 0.5s ease;
}

.sticky .main-menu {
    padding-top: 20px;

}

/* @keyframes smooth {
  0%{
    top: 0px;
  }
  100% {
    top: 0px;
  }
} */

.header__logo svg {
    display: block;
    width: 100%;
}

.header__menu-trigger-container {
    /* position: absolute; */
    position: unset;
    top: 20px;
    right: 30px;
    align-items: center;
    z-index: 100;
    pointer-events: auto;
    display: none;
    transform: all ease 0.5s;
}

@media (min-width: 960px) {
    .header__menu-trigger-container {
        top: 100px;
    }
}

.header__menu-trigger-container > a {
    margin-right: 30px;
    color: #F1ECE1;
    font-family: "NeueAlteGrotesk-SemiBold";
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1em;
    display: none;
    font-size: 0.875rem;
}

@media (min-width: 960px) {
    .header__menu-trigger-container > a {
        display: inline-block;
    }
}

.header__menu-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: auto;
    cursor: pointer;
    border-radius: 25px;
    background: #EAD3BB;
}

@media (min-width: 960px) {
    .header__menu-trigger {
        right: 60px;
        top: 60px;
    }
}

.header__menu-trigger div {
    width: 20px;
    height: 14px;
    position: relative;
}

.header__menu-trigger span {
    width: 100%;
    height: 1px;
    background: #9D7441;
    display: block;
    position: absolute;
    transition: background .4s;
}

@media (min-width: 960px) {
    .header__menu-trigger span {
        height: 2px;
    }
}

.header__menu-trigger span:first-child {
    top: 0%;
    transition: all .4s;
}

.header__menu-trigger span:last-child {
    top: 100%;
    transition: all .4s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.header__menu-trigger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s;
}

.header__menu {
    transition: opacity .4s;
    pointer-events: auto;
    display: block;
    display: flex;
    z-index: 99;
    padding-top: 15px;
}

.header__menu > div {
    padding: 30px;
}

.header__menu > div.menu-navigation-container {
    padding-bottom: 0;
    margin-top: 0px;
}

.header .menu-navigation-container #menu-navigation li:nth-child(1) {
    display: none;
}

@media (min-width: 960px) {
    .header__menu > div {
        padding: 0px 0px 0px;
    }
}

.header__menu ul {
    display: flex;
}

.header__menu ul li {
    padding-bottom: 15px;
    position: relative;
}

.header__menu ul li:last-child {
    margin-bottom: 0;
}

.header__menu ul li:hover ul.sub-menu {
    visibility: visible;
}

.custom_form {
    width: 100%;
}

.custom_form .ginput_complex {
    display: flex;
    justify-content: space-between;
}

.custom_form .gfield_label {
    display: inline-block;
    padding-bottom: 10px;
}

.custom_form input[type="text"],
.custom_form input[type="email"],
.custom_form input[type="tel"] {
    width: 100%;
    display: block;
    padding: 8px 10px 8px;
    border: 1px solid #51657D;
    outline: none;
    background-color: #ffffff00;
    font-size: 14px;
    font-family: "SkiaCC W05 Regular", sans-serif;
    font-weight: none;
    resize: none;
    -webkit-transition: .5s ease 0s;
    transition: .5s ease 0s;
    margin-bottom: 15px;
}

.custom_form .name_last,
.custom_form .name_first {
    width: 49%;
}

.custom_form .gform_submission_error {
    font-size: 16px;
    margin-bottom: 15px;
    color: red;
}

.custom_form .gfield_description {
    margin-bottom: 10px;
}

.custom_form .gform_validation_error .gfield_description {
    color: red;
    margin-bottom: 15px;
}

.custom_form .gform_button {
    background-color: transparent;
    margin-top: 30px;
    border-radius: 5px;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #51657D;
    display: block;
    font-size: 1.5rem;
    font-family: "NeueAlteGrotesk-Regular";
    font-weight: 400;
    text-transform: none;
    min-width: 180px;
    text-align: center;
    line-height: 1.1;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.custom_form .gform_footer {
    position: relative;
    width: fit-content;
    margin: 0px auto;
}

.custom_form .gform_footer::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 11px;
    background: url("./images/btn_arrow.svg") left top no-repeat;
    width: 26px;
    height: 26px;
    margin-top: auto;
    bottom: 0;
    transition: transform .4s;
}

.custom_form .gform_footer:hover:after {
    transform: rotate(45deg);

}

.header__menu ul a {
    font-size: 16px;
    color: #51657D;
    font-family: "SkiaCC W05 Regular", sans-serif;
    text-decoration: none;
    pointer-events: auto;
    display: inline-block;
    transition: color .4s;
    padding: 0px 14px;
}

.custom-contact-hero {
    flex-direction: column;
}

/* .custom-contact-hero .contact-hero__content {
  padding-top: 125px;
} */
.custom-contact-hero .custom_form {
    padding-top: 30px;
}

.main-menu {
    display: flex;
    justify-content: space-between;
    padding: 50px 20px 20px;
    align-items: center;
    max-width: 1285px;
    width: 100%;
    margin: 0px auto;
    transition: all ease 0.5s;
    position: relative;
}

ul.sub-menu {
    position: absolute;
    top: 28px;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    background: #F1ECE1;
    padding: 20px 20px 5px 10px;
    width: 153px;
    /* margin-top: 23px; */
}

a.custom-tel {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    font-family: "SkiaCC W05 Regular", sans-serif;
    color: #51657D;
    padding: 10px 30px;
    display: block;
    /* border: #ead3bb solid 1px; */
    max-width: 280px;
    margin-left: auto;
    text-transform: uppercase;
    text-align: center;
    transition: all ease 0.5s;
}

a.custom-tel:hover {
    background-color: #51657D;
    color: #fff;
    /* border: #51657D solid 1px; */
}

@media (min-width: 1181px) {
    .header__menu ul a {
        opacity: 1 !important;
        padding: 0px 10px;
    }

}

.header__menu ul a:hover {
    color: #EAD3BB;
    transition: color .4s;
}

.header__menu .btn {
    background: #9EB0C7;
    color: #51657D;
    display: block;
    width: 100%;
    padding: 30px;
    text-align: center;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-family: "NeueAlteGrotesk-SemiBold";
    letter-spacing: 0.1em;
    text-decoration: none;
}

@media (min-width: 960px) {
    .header__menu .btn {
        display: none;
    }
}

.header__menu .menu-secondary-menu-container ul li a {
    font-size: 1.75rem;
}

@media (min-width: 1181px) {
    .header__menu .menu-secondary-menu-container ul li a {
        font-size: 16px;
        color: #51657D;
    }

    .header__menu .menu-secondary-menu-container ul li a:hover {
        color: #EAD3BB;
    }
}

.header__menu.active ul li a {
    pointer-events: auto;
}

.header__menu-logo {
    width: 64px;
}

.header__menu-logo svg {
    display: block;
}

/* .header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 52, 61, 0.3);
  display: block;
  z-index: 0;
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none;
} */

body.page-home .header__menu-trigger-container > a {
    color: #51657D;
}

body.page-contact .header__menu-trigger-container > a {
    display: none;
}

body.page-forms-insurance .header__menu-trigger-container > a {
    color: #51657D;
}

body.page-services .header__menu-trigger-container > a,
body.page-vision .header__menu-trigger-container > a {
    color: #51657D;
}

body.page-services .header__menu-trigger-container span,
body.page-vision .header__menu-trigger-container span {
    background: #51657D;
}

@media (min-width: 960px) {
    body.page-telehealth .header__logo svg path {
        fill: #51657D;
    }
}

body.page-telehealth .header__menu-trigger-container > a {
    color: #EAD3BB;
}

body.page-telehealth .header__menu-trigger-container .header__menu-trigger {
    background: #EAD3BB;
}

body.page-telehealth .header__menu-trigger-container span {
    background: #51657D;
}

body.page-education .header__menu-trigger-container > a {
    color: #51657D;
}

body.page-education .header__menu-trigger-container .header__menu-trigger {
    background: #FFFFFF;
}

body.page-latest .header__menu-trigger-container > a,
body.page-single .header__menu-trigger-container > a {
    color: #51657D;
}

.footer {
    display: flex;
    flex-direction: column;
    padding: 45px 0;
}

@media (min-width: 768px) {
    .footer {
        padding: 42px 0;
    }
}

.footer .wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.footer a {
    color:  #51657D;
}

.footer__social {
    display: flex;
    justify-content: flex-end;
}

.footer__social li {
    width: 24px;
    margin-right: 12px;
}

@media (min-width: 768px) {
    .footer__social li {
        width: 30px;
        margin-right: 15px;
    }
}

.footer__social li:last-child {
    margin-right: 0;
}

.footer__social a {
    display: block;
}

/* .footer__social a:hover svg path {
    fill: #51657D;
    transition: fill .4s;
} */

.footer__social a svg {
    display: block;
    width: 100%;
}

.footer__social a svg path {
    transition: fill .4s;
}

.footer__newsletter {
    margin-top: 25px;
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: right;
    margin-left: auto;
}

@media (min-width: 768px) {
    .footer__newsletter {
        margin-top: 45px;
    }
}

.footer__newsletter .hidden_label label {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.footer__newsletter .gfield.gform_validation_container {
    display: none;
}

.footer__newsletter input[type="email"] {
    width: 207px;
    text-align: right;
    background: none;
    border: none;
    border-bottom: 2px solid #51657D;
    font-family: "NeueAlteGrotesk-SemiBold";
    font-size: 0.7rem;
    color: #51657D;
    text-transform: uppercase;
    padding-bottom: 5px;
    letter-spacing: 0.1em;
}

.footer__newsletter input[type="email"]:focus-visible {
    outline: none;
}

.footer__newsletter ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(34, 52, 61, 0.5);
    opacity: 1;
    /* Firefox */
}

.footer__newsletter ::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(34, 52, 61, 0.5);
    opacity: 1;
    /* Firefox */
}

.footer__newsletter :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(34, 52, 61, 0.5);
    opacity: 1;
    /* Firefox */
}

.footer__newsletter ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(34, 52, 61, 0.5);
    opacity: 1;
    /* Firefox */
}

.footer__newsletter :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(34, 52, 61, 0.5);
}

.footer__newsletter ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(34, 52, 61, 0.5);
}

.footer__newsletter input.button {
    visibility: hidden;
    height: 0;
}

.footer__middle {
    margin: 65px 0 45px 0;
    max-width: 1024px;
}

@media (min-width: 996px) {
    .footer__middle {
        margin: -45px 0 45px 0;
    }
}

@media (min-width: 960px) {
    .footer__middle {
        /*margin: -85px 0 75px 0;*/
    }
}

.footer__middle .h2,
.footer__middle .h2 .cta span {
    font-size: 1.35rem;
    font-family: "SkiaCC W05 Regular", sans-serif;
    line-height: 1.25;
}

@media (min-width: 400px) {

    .footer__middle .h2,
    .footer__middle .h2 .cta span {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {

    .footer__middle .h2,
    .footer__middle .h2 .cta span {
        font-size: 2.315rem;
    }
}

@media (min-width: 1367px) {

    .footer__middle .h2,
    .footer__middle .h2 .cta span {
        font-size: 3.25rem;
    }
}

.footer__middle a {
    color: #51657D;
    text-decoration: none;
    white-space: nowrap;
}

.footer__middle a svg {
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.25em;
}

.footer__middle a svg .circle,
.footer__middle a svg .arrow {
    stroke-width: 3;
}

@media (min-width: 768px) {
    .footer__middle a svg {
        width: 24px;
        height: 24px;
    }
}

@media (min-width: 960px) {
    .footer__middle a svg {
        width: 44px;
        height: 44px;
    }
    
}

@media screen and (max-width: 767px) {
    .footer__middle .mobile__hide {
        display: none;
    }
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.footer__bottom a {
    color: #51657D;
    text-decoration: none;
}

.footer__bottom a:hover {
    text-decoration: underline;
}

.footer__bottom .left .footer__address {
    font-style: normal;
}

.footer__bottom .left .footer__credit,
.footer__bottom .left .footer__copyright,
.footer__bottom .left .footer__privacy,
.footer__bottom .left .footer__hipaa,
.footer__bottom .left .footer__accessibility {
    font-size: 0.7rem;
}

.footer__bottom .left .footer__credit {
    /*margin-bottom: 40px;*/
}

@media (min-width: 768px) {
    .footer__bottom .left .footer__credit {
        margin-left: 25px;
        margin-bottom: 0;
    }
}

@media (min-width: 1367px) {
    .footer__bottom .left .footer__credit {
        margin-left: 40px;
    }
}

.footer__bottom .left .footer__credit span {
    display: inline-block;
    margin-right: 5px;
}

@media (min-width: 960px) {
    .footer__bottom .left .footer__credit span {
        margin-right: 10px;
    }
}

.footer__bottom .left .footer__credit a {
    display: inline-block;
    position: relative;
}

.footer__bottom .left .footer__credit a:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #51657D;
}

.footer__bottom .left .footer__credit a:hover {
    text-decoration: none;
}

.footer__bottom .left .footer__accessibility,
.footer__bottom .left .footer__hipaa,
.footer__bottom .left .footer__privacy {
    margin-bottom: 5px;
}

@media (min-width: 768px) {

    .footer__bottom .left .footer__accessibility,
    .footer__bottom .left .footer__hipaa,
    .footer__bottom .left .footer__privacy {
        margin-left: 25px;
        margin-bottom: 0;
    }
}

@media (min-width: 960px) {

    .footer__bottom .left .footer__accessibility,
    .footer__bottom .left .footer__hipaa,
    .footer__bottom .left .footer__privacy {
        margin-left: 40px;
    }
}

@media (min-width: 768px) {
    .footer__bottom .left .footer__privacy {
        margin-left: 0;
    }
}

@media (min-width: 960px) {
    .footer__bottom .left .footer__privacy {
        margin-left: 40px;
    }
}

.footer__bottom .left .middle {
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .footer__bottom .left .middle {
        display: flex;
        flex-direction: row;
        align-items: baseline;
    }
}

.footer__bottom .left .middle .footer__copyright,
.footer__bottom .left .middle .footer__credit {
    display: none;
}

@media (min-width: 960px) {

    .footer__bottom .left .middle .footer__copyright,
    .footer__bottom .left .middle .footer__credit {
        display: flex;
    }
}

.footer__bottom .left .bottom {
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .footer__bottom .left .bottom {
        display: flex;
        flex-direction: row;
        align-items: baseline;
    }
}

@media (min-width: 960px) {
    .footer__bottom .left .bottom {
        display: none;
    }
}

.footer__bottom .left .bottom .footer__copyright {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .footer__bottom .left .bottom .footer__copyright {
        margin-bottom: 0;
    }
}

.footer__logo {
    width: 100%;
    max-width: 74px;
    display: block;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .footer__logo {
        max-width: 120px;
    }
}

.footer__logo svg {
    width: 100%;
}

.footer__logo svg g,
.footer__logo svg path {
    fill: #9D7441;
    transition: fill .4s;
}

main.legal {
    padding: 30px;
    margin: 0 auto;
    margin-top: 90px;
}

@media (min-width: 768px) {
    main.legal {
        padding: 60px;
        margin-top: 90px;
        margin-bottom: 45px;
    }
}

@media (min-width: 960px) {
    main.legal {
        margin-top: 135px;
        margin-bottom: 60px;
        max-width: 965px;
    }
}

main.legal h1 {
    font-family: "SkiaCC W05 Regular", sans-serif;
    font-size: 3.25rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    main.legal h1 {
        font-size: 3.75rem;
    }
}

main.legal h2 {
    font-family: "SkiaCC W05 Regular", sans-serif;
    font-size: 2.315rem;
    font-weight: 400;
}

@media (min-width: 768px) {
    main.legal h2 {
        font-size: 3.25rem;
    }
}

main.legal h3 {
    font-family: "SkiaCC W05 Regular", sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
}

@media (min-width: 768px) {
    main.legal h3 {
        font-size: 2.315rem;
    }
}

main.legal h4 {
    font-family: "NeueAlteGrotesk-SemiBold";
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    main.legal h4 {
        font-size: 1.75rem;
    }
}

main.legal h5 {
    font-family: "NeueAlteGrotesk-SemiBold";
    font-size: 1.125rem;
}

@media (min-width: 768px) {
    main.legal h5 {
        font-size: 1.25rem;
    }
}

main.legal p,
main.legal a,
main.legal ul,
main.legal ol {
    font-family: "NeueAlteGrotesk-Regular";
    font-size: 0.875rem;
    color: #51657D;
    margin-bottom: 1.25rem;
}

@media (min-width: 768px) {

    main.legal p,
    main.legal a,
    main.legal ul,
    main.legal ol {
        font-size: 1.125rem;
    }
}

main.legal ul {
    list-style: disc;
    margin-left: 45px;
}

main.legal ul li {
    padding-left: 10px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    main.legal ul li {
        padding-left: 15px;
    }
}

main.legal ul li:last-child {
    margin-bottom: 0;
}

main.legal ol {
    list-style: numeric;
    margin-left: 45px;
}

main.legal ol li {
    padding-left: 10px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    main.legal ol li {
        padding-left: 15px;
    }
}

main.legal ol li:last-child {
    margin-bottom: 0;
}

.not-found .hero__content {
    padding-top: 20vh;
    padding-bottom: 40vh;
}

@media screen and (min-width: 1025px) {
    .not-found .hero__content {
        padding-top: 40vh;
        padding-bottom: 20vh;
    }
}

.not-found .hero__content .h1 {
    font-size: 1.75rem;
    margin-bottom: 45px;
    max-width: 60vw;
}

@media (min-width: 768px) {
    .not-found .hero__content .h1 {
        font-size: 3.75rem;
        margin-bottom: 90px;
    }
}

.not-found .hero__content p {
    font-size: 1.125rem;
}

@media (min-width: 768px) {
    .not-found .hero__content p {
        font-size: 1.75rem;
    }
}

.not-found .hero__content p a {
    font-family: "SkiaCC W05 Regular", sans-serif;
    font-size: 1.125rem;
    color: #51657D;
    text-decoration: none;
}

@media (min-width: 768px) {
    .not-found .hero__content p a {
        font-size: 1.75rem;
    }
}

.not-found .hero__content p a svg {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .not-found .hero__content p a svg {
        width: 24px;
    }
}

.not-found .hero__content p a span {
    padding-left: 2px;
}

@media (min-width: 768px) {
    .not-found .hero__content p a span {
        padding-left: 5px;
    }
}

.articles {
    padding: 120px 0;
}

@media (min-width: 960px) {
    .articles {
        padding: 200px 0;
    }
}

.articles .container {
    display: flex;
    flex-direction: column;
}

@media (min-width: 960px) {
    .articles .container {
        display: -ms-grid;
        display: grid;
        grid-gap: 50px 50px;
        -ms-grid-columns: (minmax(0, 1fr)) [ 3 ];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 960px) {
    .articles .wrapper:nth-child(1) .container {
        grid-template-areas: "b a a""c a a""d e f";
    }
}

@media (min-width: 960px) {
    .articles .wrapper:nth-child(3) .container {
        grid-template-areas: "b c d""a a e""a a f";
    }
}

.articles .card {
    margin-bottom: 30px;
    max-width: 100%;
}

@media (min-width: 960px) {
    .articles .card {
        margin-bottom: 0;
    }
}

.articles .card--featured {
    order: -1;
    grid-area: a;
    max-width: 100%;
}

@media (min-width: 960px) {
    .articles .card--featured {
        order: inherit;
    }
}

.articles .card--featured .card__image {
    width: 100%;
    aspect-ratio: 733 / 566;
}

.articles .card--featured .card__image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.articles .centered-cta {
    margin: 100px 0;
}

.article {
    padding: 120px 0;
}

@media (min-width: 960px) {
    .article {
        padding: 200px 0;
    }
}

.article > p,
.article > ol,
.article > li {
    width: 100%;
    max-width: calc(100% - 60px);
    margin: 0 auto;
    margin-bottom: 30px;
}

@media (min-width: 660px) {

    .article > p,
    .article > ol,
    .article > li {
        max-width: 600px;
        margin-right: auto;
    }
}

@media (min-width: 900px) {

    .article > p,
    .article > ol,
    .article > li {
        max-width: 660px;
        margin-left: calc((100% - 900px) / 2);
        margin-right: auto;
    }
}

.article > p a,
.article > ol a,
.article > li a {
    color: #51657D;
}

.article > ol {
    counter-reset: counter;
    list-style-type: none;
    margin-top: 60px;
    margin-bottom: 60px;
}

.article > ol li {
    margin-bottom: 2rem;
    line-height: 1.75;
    padding-left: 50px;
    position: relative;
}

.article > ol li:before {
    content: counter(counter) ".";
    counter-increment: counter;
    display: inline-block;
    height: 100%;
    width: 50px;
    position: absolute;
    left: 0;
    line-height: 1.75;
    font-weight: bold;
}

.article .wp-block-image.size-full img {
    width: 100%;
    height: auto;
}

.article .wp-block-pullquote {
    max-width: 620px;
    margin: 0 auto;
}

.article__header {
    width: 100%;
    max-width: calc(100% - 60px);
    margin: 0 auto;
    margin-bottom: 30px;
}

@media (min-width: 960px) {
    .article__header {
        max-width: 900px;
    }
}

.article__header img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}

.article__footer {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.pagination {
    display: flex;
    width: 100%;
    -ms-grid-column-span: 3;
    grid-column: span 3;
    justify-content: center;
    align-items: center;
}

.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-numbers {
    font-size: 1.125rem;
    margin: 0 5px;
    color: #51657D;
    font-family: "NeueAlteGrotesk-SemiBold";
}

.pagination .page-numbers.current {
    color: #9D7441;
}

.pagination .prev,
.pagination .next {
    width: 20px;
    flex-shrink: 0;
    display: inline-block;
    margin: 0;
}

.pagination .prev svg,
.pagination .next svg {
    display: block;
    width: 100%;
}

.pagination .prev.inactive,
.pagination .next.inactive {
    opacity: 0.5;
}

.pagination .prev {
    margin-right: 15px;
}

.pagination .next {
    margin-left: 15px;
}

/*!***/
/* * Swiper 7.3.1*/
/* * Most modern mobile touch slider and framework with hardware accelerated transitions*/
/* * https://swiperjs.com*/
/* **/
/* * Copyright 2014-2021 Vladimir Kharlampidi*/
/* **/
/* * Released under the MIT License*/
/* **/
/* * Released on: November 24, 2021*/
/* *!*/
/*@font-face {*/
/*    font-family: 'swiper-icons';*/
/*    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*}*/

/*:root {*/
/*    --swiper-theme-color: #007aff;*/
/*}*/

/*.swiper {*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    !* Fix of Webkit flickering *!*/
/*    z-index: 1;*/
/*}*/

/*.swiper-vertical > .swiper-wrapper {*/
/*    flex-direction: column;*/
/*}*/

/*.swiper-wrapper {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    display: flex;*/
/*    transition-property: -webkit-transform;*/
/*    transition-property: transform;*/
/*    transition-property: transform, -webkit-transform;*/
/*    box-sizing: content-box;*/
/*}*/

/*.swiper-android .swiper-slide,*/
/*.swiper-wrapper {*/
/*    -webkit-transform: translate3d(0px, 0, 0);*/
/*    transform: translate3d(0px, 0, 0);*/
/*}*/

/*.swiper-pointer-events {*/
/*    touch-action: pan-y;*/
/*}*/

/*.swiper-pointer-events.swiper-vertical {*/
/*    touch-action: pan-x;*/
/*}*/

/*.swiper-slide {*/
/*    flex-shrink: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: relative;*/
/*    transition-property: -webkit-transform;*/
/*    transition-property: transform;*/
/*    transition-property: transform, -webkit-transform;*/
/*}*/

/*.swiper-slide-invisible-blank {*/
/*    visibility: hidden;*/
/*}*/

/*!* Auto Height *!*/
/*.swiper-autoheight,*/
/*.swiper-autoheight .swiper-slide {*/
/*    height: auto;*/
/*}*/

/*.swiper-autoheight .swiper-wrapper {*/
/*    align-items: flex-start;*/
/*    transition-property: height, -webkit-transform;*/
/*    transition-property: transform, height;*/
/*    transition-property: transform, height, -webkit-transform;*/
/*}*/

/*!* 3D Effects *!*/
/*.swiper-3d,*/
/*.swiper-3d.swiper-css-mode .swiper-wrapper {*/
/*    -webkit-perspective: 1200px;*/
/*    perspective: 1200px;*/
/*}*/

/*.swiper-3d .swiper-wrapper,*/
/*.swiper-3d .swiper-slide,*/
/*.swiper-3d .swiper-slide-shadow,*/
/*.swiper-3d .swiper-slide-shadow-left,*/
/*.swiper-3d .swiper-slide-shadow-right,*/
/*.swiper-3d .swiper-slide-shadow-top,*/
/*.swiper-3d .swiper-slide-shadow-bottom,*/
/*.swiper-3d .swiper-cube-shadow {*/
/*    -webkit-transform-style: preserve-3d;*/
/*    transform-style: preserve-3d;*/
/*}*/

/*.swiper-3d .swiper-slide-shadow,*/
/*.swiper-3d .swiper-slide-shadow-left,*/
/*.swiper-3d .swiper-slide-shadow-right,*/
/*.swiper-3d .swiper-slide-shadow-top,*/
/*.swiper-3d .swiper-slide-shadow-bottom {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    pointer-events: none;*/
/*    z-index: 10;*/
/*}*/

/*.swiper-3d .swiper-slide-shadow {*/
/*    background: rgba(0, 0, 0, 0.15);*/
/*}*/

/*.swiper-3d .swiper-slide-shadow-left {*/
/*    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));*/
/*}*/

/*.swiper-3d .swiper-slide-shadow-right {*/
/*    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));*/
/*}*/

/*.swiper-3d .swiper-slide-shadow-top {*/
/*    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));*/
/*}*/

/*.swiper-3d .swiper-slide-shadow-bottom {*/
/*    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));*/
/*}*/

/*!* CSS Mode *!*/
/*.swiper-css-mode > .swiper-wrapper {*/
/*    overflow: auto;*/
/*    scrollbar-width: none;*/
/*    !* For Firefox *!*/
/*    -ms-overflow-style: none;*/
/*    !* For Internet Explorer and Edge *!*/
/*}*/

/*.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

/*.swiper-css-mode > .swiper-wrapper > .swiper-slide {*/
/*    scroll-snap-align: start start;*/
/*}*/

/*.swiper-horizontal.swiper-css-mode > .swiper-wrapper {*/
/*    -ms-scroll-snap-type: x mandatory;*/
/*    scroll-snap-type: x mandatory;*/
/*}*/

/*.swiper-vertical.swiper-css-mode > .swiper-wrapper {*/
/*    -ms-scroll-snap-type: y mandatory;*/
/*    scroll-snap-type: y mandatory;*/
/*}*/

/*.swiper-centered > .swiper-wrapper::before {*/
/*    content: '';*/
/*    flex-shrink: 0;*/
/*    order: 9999;*/
/*}*/

/*.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {*/
/*    -webkit-margin-start: var(--swiper-centered-offset-before);*/
/*    margin-inline-start: var(--swiper-centered-offset-before);*/
/*}*/

/*.swiper-centered.swiper-horizontal > .swiper-wrapper::before {*/
/*    height: 100%;*/
/*    min-height: 1px;*/
/*    width: var(--swiper-centered-offset-after);*/
/*}*/

/*.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {*/
/*    -webkit-margin-before: var(--swiper-centered-offset-before);*/
/*    margin-block-start: var(--swiper-centered-offset-before);*/
/*}*/

/*.swiper-centered.swiper-vertical > .swiper-wrapper::before {*/
/*    width: 100%;*/
/*    min-width: 1px;*/
/*    height: var(--swiper-centered-offset-after);*/
/*}*/

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

/*:root {*/
/*    --swiper-navigation-size: 44px;*/
/*    !**/
/*  --swiper-navigation-color: var(--swiper-theme-color);*/
/*  *!*/
/*}*/

/*.swiper-button-prev,*/
/*.swiper-button-next {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    width: calc(var(--swiper-navigation-size) / 44 * 27);*/
/*    height: var(--swiper-navigation-size);*/
/*    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));*/
/*    z-index: 10;*/
/*    cursor: pointer;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: var(--swiper-navigation-color, var(--swiper-theme-color));*/
/*}*/

/*.swiper-button-prev.swiper-button-disabled,*/
/*.swiper-button-next.swiper-button-disabled {*/
/*    opacity: 0.35;*/
/*    cursor: auto;*/
/*    pointer-events: none;*/
/*}*/

/*.swiper-button-prev:after,*/
/*.swiper-button-next:after {*/
/*    font-family: swiper-icons;*/
/*    font-size: var(--swiper-navigation-size);*/
/*    text-transform: none !important;*/
/*    letter-spacing: 0;*/
/*    text-transform: none;*/
/*    font-variant: initial;*/
/*    line-height: 1;*/
/*}*/

/*.swiper-button-prev,*/
/*.swiper-rtl .swiper-button-next {*/
/*    left: 10px;*/
/*    right: auto;*/
/*}*/

/*.swiper-button-prev:after,*/
/*.swiper-rtl .swiper-button-next:after {*/
/*    content: 'prev';*/
/*}*/

/*.swiper-button-next,*/
/*.swiper-rtl .swiper-button-prev {*/
/*    right: 10px;*/
/*    left: auto;*/
/*}*/

/*.swiper-button-next:after,*/
/*.swiper-rtl .swiper-button-prev:after {*/
/*    content: 'next';*/
/*}*/

/*.swiper-button-lock {*/
/*    display: none;*/
/*}*/

/*:root {*/
/*    !**/
/*  --swiper-pagination-color: var(--swiper-theme-color);*/
/*  --swiper-pagination-bullet-size: 8px;*/
/*  --swiper-pagination-bullet-width: 8px;*/
/*  --swiper-pagination-bullet-height: 8px;*/
/*  --swiper-pagination-bullet-inactive-color: #000;*/
/*  --swiper-pagination-bullet-inactive-opacity: 0.2;*/
/*  --swiper-pagination-bullet-opacity: 1;*/
/*  --swiper-pagination-bullet-horizontal-gap: 4px;*/
/*  --swiper-pagination-bullet-vertical-gap: 6px;*/
/*  *!*/
/*}*/

/*.swiper-pagination {*/
/*    position: absolute;*/
/*    text-align: center;*/
/*    transition: 300ms opacity;*/
/*    -webkit-transform: translate3d(0, 0, 0);*/
/*    transform: translate3d(0, 0, 0);*/
/*    z-index: 10;*/
/*}*/

/*.swiper-pagination.swiper-pagination-hidden {*/
/*    opacity: 0;*/
/*}*/

/*!* Common Styles *!*/
/*.swiper-pagination-fraction,*/
/*.swiper-pagination-custom,*/
/*.swiper-horizontal > .swiper-pagination-bullets,*/
/*.swiper-pagination-bullets.swiper-pagination-horizontal {*/
/*    bottom: 10px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*}*/

/*!* Bullets *!*/
/*.swiper-pagination-bullets-dynamic {*/
/*    overflow: hidden;*/
/*    font-size: 0;*/
/*}*/

/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {*/
/*    -webkit-transform: scale(0.33);*/
/*    transform: scale(0.33);*/
/*    position: relative;*/
/*}*/

/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {*/
/*    -webkit-transform: scale(1);*/
/*    transform: scale(1);*/
/*}*/

/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {*/
/*    -webkit-transform: scale(1);*/
/*    transform: scale(1);*/
/*}*/

/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {*/
/*    -webkit-transform: scale(0.66);*/
/*    transform: scale(0.66);*/
/*}*/

/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {*/
/*    -webkit-transform: scale(0.33);*/
/*    transform: scale(0.33);*/
/*}*/

/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {*/
/*    -webkit-transform: scale(0.66);*/
/*    transform: scale(0.66);*/
/*}*/

/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {*/
/*    -webkit-transform: scale(0.33);*/
/*    transform: scale(0.33);*/
/*}*/

/*.swiper-pagination-bullet {*/
/*    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));*/
/*    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));*/
/*    display: inline-block;*/
/*    border-radius: 50%;*/
/*    background: var(--swiper-pagination-bullet-inactive-color, #000);*/
/*    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);*/
/*}*/

/*button.swiper-pagination-bullet {*/
/*    border: none;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    box-shadow: none;*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*}*/

/*.swiper-pagination-clickable .swiper-pagination-bullet {*/
/*    cursor: pointer;*/
/*}*/

/*.swiper-pagination-bullet:only-child {*/
/*    display: none !important;*/
/*}*/

/*.swiper-pagination-bullet-active {*/
/*    opacity: var(--swiper-pagination-bullet-opacity, 1);*/
/*    background: var(--swiper-pagination-color, var(--swiper-theme-color));*/
/*}*/

/*.swiper-vertical > .swiper-pagination-bullets,*/
/*.swiper-pagination-vertical.swiper-pagination-bullets {*/
/*    right: 10px;*/
/*    top: 50%;*/
/*    -webkit-transform: translate3d(0px, -50%, 0);*/
/*    transform: translate3d(0px, -50%, 0);*/
/*}*/

/*.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,*/
/*.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {*/
/*    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;*/
/*    display: block;*/
/*}*/

/*.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,*/
/*.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {*/
/*    top: 50%;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    width: 8px;*/
/*}*/

/*.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,*/
/*.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {*/
/*    display: inline-block;*/
/*    transition: 200ms top, 200ms -webkit-transform;*/
/*    transition: 200ms transform, 200ms top;*/
/*    transition: 200ms transform, 200ms top, 200ms -webkit-transform;*/
/*}*/

/*.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,*/
/*.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {*/
/*    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);*/
/*}*/

/*.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,*/
/*.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {*/
/*    left: 50%;*/
/*    -webkit-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    white-space: nowrap;*/
/*}*/

/*.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,*/
/*.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {*/
/*    transition: 200ms left, 200ms -webkit-transform;*/
/*    transition: 200ms transform, 200ms left;*/
/*    transition: 200ms transform, 200ms left, 200ms -webkit-transform;*/
/*}*/

/*.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {*/
/*    transition: 200ms right, 200ms -webkit-transform;*/
/*    transition: 200ms transform, 200ms right;*/
/*    transition: 200ms transform, 200ms right, 200ms -webkit-transform;*/
/*}*/

/*!* Progress *!*/
/*.swiper-pagination-progressbar {*/
/*    background: rgba(0, 0, 0, 0.25);*/
/*    position: absolute;*/
/*}*/

/*.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {*/
/*    background: var(--swiper-pagination-color, var(--swiper-theme-color));*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    -webkit-transform: scale(0);*/
/*    transform: scale(0);*/
/*    -webkit-transform-origin: left top;*/
/*    transform-origin: left top;*/
/*}*/

/*.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {*/
/*    -webkit-transform-origin: right top;*/
/*    transform-origin: right top;*/
/*}*/

/*.swiper-horizontal > .swiper-pagination-progressbar,*/
/*.swiper-pagination-progressbar.swiper-pagination-horizontal,*/
/*.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,*/
/*.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {*/
/*    width: 100%;*/
/*    height: 4px;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/

/*.swiper-vertical > .swiper-pagination-progressbar,*/
/*.swiper-pagination-progressbar.swiper-pagination-vertical,*/
/*.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,*/
/*.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {*/
/*    width: 4px;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/

/*.swiper-pagination-lock {*/
/*    display: none;*/
/*}*/

/*!* Scrollbar *!*/
/*.swiper-scrollbar {*/
/*    border-radius: 10px;*/
/*    position: relative;*/
/*    -ms-touch-action: none;*/
/*    background: rgba(0, 0, 0, 0.1);*/
/*}*/

/*.swiper-horizontal > .swiper-scrollbar {*/
/*    position: absolute;*/
/*    left: 1%;*/
/*    bottom: 3px;*/
/*    z-index: 50;*/
/*    height: 5px;*/
/*    width: 98%;*/
/*}*/

/*.swiper-vertical > .swiper-scrollbar {*/
/*    position: absolute;*/
/*    right: 3px;*/
/*    top: 1%;*/
/*    z-index: 50;*/
/*    width: 5px;*/
/*    height: 98%;*/
/*}*/

/*.swiper-scrollbar-drag {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    position: relative;*/
/*    background: rgba(0, 0, 0, 0.5);*/
/*    border-radius: 10px;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/

/*.swiper-scrollbar-cursor-drag {*/
/*    cursor: move;*/
/*}*/

/*.swiper-scrollbar-lock {*/
/*    display: none;*/
/*}*/

/*.swiper-zoom-container {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*}*/

/*.swiper-zoom-container > img,*/
/*.swiper-zoom-container > svg,*/
/*.swiper-zoom-container > canvas {*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*    -o-object-fit: contain;*/
/*    object-fit: contain;*/
/*}*/

/*.swiper-slide-zoomed {*/
/*    cursor: move;*/
/*}*/

/* Preloader */
/*:root {*/
/*    !**/
/*  --swiper-preloader-color: var(--swiper-theme-color);*/
/*  *!*/
/*}*/

/*.swiper-lazy-preloader {*/
/*    width: 42px;*/
/*    height: 42px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    margin-left: -21px;*/
/*    margin-top: -21px;*/
/*    z-index: 10;*/
/*    -webkit-transform-origin: 50%;*/
/*    transform-origin: 50%;*/
/*    -webkit-animation: swiper-preloader-spin 1s infinite linear;*/
/*    animation: swiper-preloader-spin 1s infinite linear;*/
/*    box-sizing: border-box;*/
/*    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));*/
/*    border-radius: 50%;*/
/*    border-top-color: transparent;*/
/*}*/

/*.swiper-lazy-preloader-white {*/
/*    --swiper-preloader-color: #fff;*/
/*}*/

/*.swiper-lazy-preloader-black {*/
/*    --swiper-preloader-color: #000;*/
/*}*/

/*@-webkit-keyframes swiper-preloader-spin {*/
/*    100% {*/
/*        -webkit-transform: rotate(360deg);*/
/*        transform: rotate(360deg);*/
/*    }*/
/*}*/

/*@keyframes swiper-preloader-spin {*/
/*    100% {*/
/*        -webkit-transform: rotate(360deg);*/
/*        transform: rotate(360deg);*/
/*    }*/
/*}*/

/*!* a11y *!*/
/*.swiper .swiper-notification {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    pointer-events: none;*/
/*    opacity: 0;*/
/*    z-index: -1000;*/
/*}*/

/*.swiper-free-mode > .swiper-wrapper {*/
/*    transition-timing-function: ease-out;*/
/*    margin: 0 auto;*/
/*}*/

/*.swiper-grid > .swiper-wrapper {*/
/*    flex-wrap: wrap;*/
/*}*/

/*.swiper-grid-column > .swiper-wrapper {*/
/*    flex-wrap: wrap;*/
/*    flex-direction: column;*/
/*}*/

/*.swiper-fade.swiper-free-mode .swiper-slide {*/
/*    transition-timing-function: ease-out;*/
/*}*/

/*.swiper-fade .swiper-slide {*/
/*    pointer-events: none;*/
/*    transition-property: opacity;*/
/*}*/

/*.swiper-fade .swiper-slide .swiper-slide {*/
/*    pointer-events: none;*/
/*}*/

/*.swiper-fade .swiper-slide-active,*/
/*.swiper-fade .swiper-slide-active .swiper-slide-active {*/
/*    pointer-events: auto;*/
/*}*/

/*.swiper-cube {*/
/*    overflow: visible;*/
/*}*/

/*.swiper-cube .swiper-slide {*/
/*    pointer-events: none;*/
/*    -webkit-backface-visibility: hidden;*/
/*    backface-visibility: hidden;*/
/*    z-index: 1;*/
/*    visibility: hidden;*/
/*    -webkit-transform-origin: 0 0;*/
/*    transform-origin: 0 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.swiper-cube .swiper-slide .swiper-slide {*/
/*    pointer-events: none;*/
/*}*/

/*.swiper-cube.swiper-rtl .swiper-slide {*/
/*    -webkit-transform-origin: 100% 0;*/
/*    transform-origin: 100% 0;*/
/*}*/

/*.swiper-cube .swiper-slide-active,*/
/*.swiper-cube .swiper-slide-active .swiper-slide-active {*/
/*    pointer-events: auto;*/
/*}*/

/*.swiper-cube .swiper-slide-active,*/
/*.swiper-cube .swiper-slide-next,*/
/*.swiper-cube .swiper-slide-prev,*/
/*.swiper-cube .swiper-slide-next + .swiper-slide {*/
/*    pointer-events: auto;*/
/*    visibility: visible;*/
/*}*/

/*.swiper-cube .swiper-slide-shadow-top,*/
/*.swiper-cube .swiper-slide-shadow-bottom,*/
/*.swiper-cube .swiper-slide-shadow-left,*/
/*.swiper-cube .swiper-slide-shadow-right {*/
/*    z-index: 0;*/
/*    -webkit-backface-visibility: hidden;*/
/*    backface-visibility: hidden;*/
/*}*/

/*.swiper-cube .swiper-cube-shadow {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    opacity: 0.6;*/
/*    z-index: 0;*/
/*}*/

/*.swiper-cube .swiper-cube-shadow:before {*/
/*    content: '';*/
/*    background: #000;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    -webkit-filter: blur(50px);*/
/*    filter: blur(50px);*/
/*}*/

/*.swiper-flip {*/
/*    overflow: visible;*/
/*}*/

/*.swiper-flip .swiper-slide {*/
/*    pointer-events: none;*/
/*    -webkit-backface-visibility: hidden;*/
/*    backface-visibility: hidden;*/
/*    z-index: 1;*/
/*}*/

/*.swiper-flip .swiper-slide .swiper-slide {*/
/*    pointer-events: none;*/
/*}*/

/*.swiper-flip .swiper-slide-active,*/
/*.swiper-flip .swiper-slide-active .swiper-slide-active {*/
/*    pointer-events: auto;*/
/*}*/

/*.swiper-flip .swiper-slide-shadow-top,*/
/*.swiper-flip .swiper-slide-shadow-bottom,*/
/*.swiper-flip .swiper-slide-shadow-left,*/
/*.swiper-flip .swiper-slide-shadow-right {*/
/*    z-index: 0;*/
/*    -webkit-backface-visibility: hidden;*/
/*    backface-visibility: hidden;*/
/*}*/

/*.swiper-creative .swiper-slide {*/
/*    -webkit-backface-visibility: hidden;*/
/*    backface-visibility: hidden;*/
/*    overflow: hidden;*/
/*    transition-property: opacity, height, -webkit-transform;*/
/*    transition-property: transform, opacity, height;*/
/*    transition-property: transform, opacity, height, -webkit-transform;*/
/*}*/

/*.swiper-cards {*/
/*    overflow: visible;*/
/*}*/

/*.swiper-cards .swiper-slide {*/
/*    -webkit-transform-origin: center bottom;*/
/*    transform-origin: center bottom;*/
/*    -webkit-backface-visibility: hidden;*/
/*    backface-visibility: hidden;*/
/*    overflow: hidden;*/
/*}*/

.not-selectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.carousel {
    position: relative;
    box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
    box-sizing: inherit;
}

.carousel.is-draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.carousel.is-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}

.carousel__track {
    display: flex;
}

.carousel__slide {
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: .25;
    transition: opacity .15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1;
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: var(--carousel-button-shadow, none);
    transition: opacity .15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel__button.is-prev {
    left: 10px;
}

.carousel__button.is-next {
    right: 10px;
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3;
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    pointer-events: none;
}

html.with-fancybox {
    scroll-behavior: auto;
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none;
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1050;
    outline: none;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
    box-sizing: inherit;
}

.fancybox__container :focus {
    outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px;
    }
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10;
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default;
}

.fancybox__track {
    display: flex;
    height: 100%;
}

.fancybox__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto;
}

@media all and (min-width: 1024px) {
    .fancybox__slide {
        padding: 64px 100px;
    }
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    -ms-grid-row-align: center;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    box-shadow: none;
}

.fancybox__caption {
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    flex-shrink: 0;
    overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
    visibility: hidden;
}

.fancybox__container > .carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
    z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
    right: 8px;
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px;
    }
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px;
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px;
    }
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40;
}

@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right: 40px;
    }
}

.fancybox__content > .carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none;
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053;
}

.fancybox__spinner svg {
    -webkit-animation: fancybox-rotate 2s linear infinite;
    animation: fancybox-rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
    -webkit-animation: .15s ease backwards fancybox-fadeIn;
    animation: .15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
    -webkit-animation: .15s ease both fancybox-fadeOut;
    animation: .15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
    -webkit-animation: .15s ease both fancybox-fadeIn;
    animation: .15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
    -webkit-animation: .1s ease both fancybox-fadeOut;
    animation: .1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
    -webkit-animation: .2s ease both fancybox-zoomInUp;
    animation: .2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
    -webkit-animation: .15s ease both fancybox-zoomOutDown;
    animation: .15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
    -webkit-animation: .15s ease both fancybox-throwOutUp;
    animation: .15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
    -webkit-animation: .15s ease both fancybox-throwOutDown;
    animation: .15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}

@-webkit-keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
}

@-webkit-keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0;
    }
}

@keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0;
    }
}

@-webkit-keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
}

@keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox__image {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: none;
}

.has-image .fancybox__content {
    padding: 0;
    background: transparent;
    min-height: 1px;
}

.is-closing .has-image .fancybox__content {
    overflow: visible;
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
    flex-direction: row;
    flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto;
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, 0.9);
    color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent;
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.fancybox__thumbs {
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
    animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0;
}

.fancybox__thumbs .carousel__slide {
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    opacity: 0;
    transition: opacity .15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: .92;
}

.fancybox__thumbs .carousel__slide > * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding: 8px;
    }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
    animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0;
}

.fancybox__toolbar__items {
    display: flex;
}

.fancybox__toolbar__items--left {
    margin-right: auto;
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
    margin-left: auto;
}

@media (max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none;
    }
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 30;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
    opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
    opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block;
}

.card {
    padding: 30px;
    background: #EAD3BB;
    max-width: 400px;
    display: block;
    color: #51657D;
    text-decoration: none;
    position: relative;
}

.card__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card__title {
    margin-bottom: 10px;
    display: block;
    font-size: 1.25rem;
}

.card__copy {
    font-size: 0.875rem;
    line-height: 1.3;
}

.card__subheadline {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
    display: inline-block;
    font-family: "NeueAlteGrotesk-SemiBold";
}

.card__stars {
    width: 74px;
}

.card__details {
    padding-right: 45px;
}

.card__cta {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 20px;
}

@media (min-width: 960px) {
    .card__cta {
        width: 26px;
    }
}

.card__cta svg {
    width: 100%;
    display: block;
    margin-right: 0px;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.card:hover .card__cta svg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

@media (min-width: 960px) {
    /*.hero {*/
    /*    aspect-ratio: 1024 / 1800;*/
    /*}*/
}

@media (min-width: 1367px) {
    /*.hero {*/
    /*    aspect-ratio: 1440 / 2045;*/
    /*}*/
    .hero__top .h1 {
        max-width: 100%;
        font-size: 4.6875rem;
    }
}

.hero .wrapper,
.hero .container {
    position: relative;
}

.hero__top {
    height: calc(100vh);
    /* Fallback for browsers that do not support Custom Properties */
    height: calc((var(--vh, 1vh) * 120));
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

@media (min-width: 1181px) {
    .hero__top {
        padding-top: 260px;
        height: 71%;
        position: static;
        display: block;
        z-index: inherit;
    }
}

.hero__top .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.hero__top .hero__bg svg {
    -o-object-position: top left;
    object-position: top left;
}

.hero__top .h1 {
    max-width: 300px;
    color: #9D7441;
    line-height: 1;
    margin-bottom: 2rem;
    margin-top: 0;
    font-size: 2.75rem;
}

.hero__top .h1 br {
    display: none;
}

@media (min-width: 960px) {
    .hero__top .h1 br {
        display: inline;
    }
}

@media (min-width: 400px) {
    .hero__top .h1 {
        max-width: 350px;
        font-size: 3.25rem;
    }
}

/* @media (min-width: 768px) {
  .hero__top .h1 {
    margin-top: 0;
  }
} */

@media (min-width: 960px) {
    .hero__top .h1 {
        max-width: 100%;
        font-size: 3.5rem;
    }
}

.hero__top .h1 .word-container {
    display: block;
}

@media (min-width: 960px) {
    .hero__top .h1 .word-container {
        display: inline;
    }
}

.hero__top .h1 .word {
    position: relative;
    white-space: nowrap;
}

.hero__top .h1 .word:after {
    content: '';
    display: block;
    position: absolute;
    height: 4px;
    background: #9D7441;
    width: 100%;
    bottom: -0.1em;
    left: 0;
}

@media (min-width: 960px) {
    .hero__top .h1 {
        max-width: 950px;
    }
}

.hero__top .copy {
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .hero__top .copy {
        margin-bottom: 3rem;
    }
}

.hero__top .copy p {
    font-size: 1.5rem;
    max-width: 340px;
}

@media (min-width: 768px) {
    .hero__top .copy p {
        font-size: 1.75rem;
    }
}

.hero__top .cta {
    margin-bottom: 2rem;
}

.hero__top .cta:last-child {
    margin-bottom: 0;
}

@-webkit-keyframes bounce {
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.hero__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero__bg svg {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.hero__bg.hide-on-mobile {
    display: none;
}

@media (min-width: 960px) {
    .hero__bg.hide-on-mobile {
        display: block;
    }
}

.hero__bg.hide-on-desktop {
    display: block;
}

@media (min-width: 960px) {
    .hero__bg.hide-on-desktop {
        display: none;
    }
}

.hero__bottom {
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
    z-index: 0;
    padding-top: 10%;
    padding-bottom: 10%;
    background: #FFFFFF;
    text-align: center;
}

@media (min-width: 768px) {
    .hero__bottom {
        padding-top: 10%;
    }
}

@media (min-width: 960px) {
    .hero__bottom {
        background: inherit;
        position: inherit;
    }
}

.hero__bottom .hero__bg svg {
    -o-object-position: top center;
    object-position: top center;
}

.hero__bottom .container {
    max-width: 1066px;
    margin: 0 auto;
    position: relative;
}

.hero__bottom .headline {
    margin: 0 auto;
    margin-bottom: 2rem;
    max-width: 500px;
    color: #9D7441;
}

.hero__bottom .h5 {
    max-width: 820px;
    margin: 0 auto;
    line-height: 1.5;
}

.centered-cta {
    text-align: center;
    height: 100vh;
    max-height: 600px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 960px) {
    .centered-cta {
        max-height: 674px;
    }
}

.centered-cta > svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.centered-cta .cta {
    position: relative;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 960px) {
    .centered-cta .cta {
        flex-direction: row;
    }
}

.centered-cta .cta svg {
    margin-top: 20px;
    width: 42px;
    height: 42px;
}

@media (min-width: 960px) {
    .centered-cta .cta svg {
        margin-left: 20px;
        margin-right: 0;
        margin-top: 0;
    }
}

.centered-cta .cta svg .circle {
    fill: #FFFFFF;
}

.centered-cta .cta svg .arrow {
    fill: #9D7441;
}

.centered-cta .cta span {
    font-size: 3.25rem;
    font-family: "SkiaCC W05 Regular", sans-serif;
    color: #FFFFFF;
}

@media (min-width: 960px) {
    .centered-cta .cta span {
        font-size: 3.25rem;
    }
}

.centered-cta--has-subheadline {
    flex-direction: column;
}

.centered-cta--has-subheadline .headline {
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    font-family: "NeueAlteGrotesk-Regular";
}

.centered-cta--has-subheadline .cta svg .arrow {
    fill: #FFFFFF;
}

.centered-copy {
    text-align: center;
    padding: 60px 30px;
}

@media (min-width: 960px) {
    .centered-copy {
        padding: 150px 0;
    }
}

.centered-copy:first-child {
    padding-top: 120px;
}

@media (min-width: 960px) {
    .centered-copy:first-child {
        padding-top: 150px;
    }
}

.centered-copy .wrapper--narrow {
    max-width: 720px;
}

.centered-copy .headline,
.centered-copy .subheadline,
.centered-copy .copy {
    margin-bottom: 1rem;
}

.centered-copy .headline:last-child,
.centered-copy .headline p:last-child,
.centered-copy .subheadline:last-child,
.centered-copy .subheadline p:last-child,
.centered-copy .copy:last-child,
.centered-copy .copy p:last-child {
    margin-bottom: 0;
}

.centered-copy a {
    color: inherit;
    text-decoration: none;
}

.centered-copy .h3 {
    font-size: 1.75rem;
}

@media (min-width: 960px) {
    .centered-copy .h3 {
        font-size: 2.315rem;
    }
}

.centered-copy .copy br {
    display: none;
}

@media (min-width: 768px) {
    .centered-copy .copy br {
        display: inline-block;
    }
}

.centered-copy .linklist {
    margin-top: 50px;
    grid-gap: 0px 50px;
}

@media (min-width: 960px) {
    .centered-copy .linklist {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
}

.centered-copy .linklist li {
    padding: 10px 0;
    border-bottom: 2px solid #51657D;
    text-align: left;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.centered-copy .linklist li:hover .cta--has-children svg {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.centered-copy .linklist .sublinks {
    padding: 10px 0;
}

.centered-copy .linklist .sublinks li {
    border-bottom: 0;
    padding: 5px 0;
}

.centered-copy .linklist .sublinks .sublink {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
}

.centered-copy .linklist .sublinks .sublink:hover {
    font-family: "NeueAlteGrotesk-SemiBold";
}

.centered-copy .linklist .cta svg {
    margin-right: 0;
    flex-shrink: 0;
}

.centered-copy .linklist .cta span {
    margin-right: auto;
    font-size: 1.125rem;
}

@media (min-width: 768px) {
    .centered-copy .linklist {
        -ms-grid-columns: (minmax(0, 1fr)) [ 2 ];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.hero-image {
    width: 100%;
    position: relative;
    aspect-ratio: 3/4;
}

@media (min-width: 960px) {
    .hero-image {
        max-height: 768px;
        height: 100vh;
        aspect-ratio: unset;
    }
}

.hero-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: var(--horizontal-position, 50%) var(--vertical-position, 50%);
    object-position: var(--horizontal-position, 50%) var(--vertical-position, 50%);
}

.hero-image img.-hide-on-mobile {
    display: none;
}

@media (min-width: 960px) {
    .hero-image img.-hide-on-mobile {
        display: block;
    }
}

.hero-image img.-hide-on-desktop {
    display: block;
}

@media (min-width: 960px) {
    .hero-image img.-hide-on-desktop {
        display: none;
    }
}

.hero-image .hero-image__content {
    width: 100%;
    padding: 0 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

@media (min-width: 768px) {
    .hero-image .hero-image__content {
        width: 555px;
        padding: 0;
    }
}

.hero-image .hero-image__content h1 {
    font-family: "SkiaCC W05 Regular", sans-serif;
    font-size: 2.315rem;
    line-height: 1.17;
}

@media (min-width: 768px) {
    .hero-image .hero-image__content h1 {
        font-size: 3.75rem;
    }
}

.split-text-image {
    width: 100%;
    margin: 0 auto;
    padding: 75px 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media (min-width: 960px) {
    .split-text-image {
        padding: 100px 75px;
        flex-wrap: nowrap;
    }
}

.split-text-image.light-blue {
    background-color: #9EB0C7;
    color: #51657D;
}

.split-text-image.dark-blue {
    background-color: #51657D;
    color: #F1ECE1;
}

.split-text-image.white {
    background-color: #FFFFFF;
    color: #51657D;
}

.split-text-image.bronze {
    background-color: #9D7441;
    color: #F1ECE1;
}

.split-text-image.bronze .cta .circle {
    fill: #F1ECE1;
}

.split-text-image.bronze .cta .arrow {
    fill: #9EB0C7;
}

.split-text-image.light-cream {
    background-color: #F1ECE1;
    color: #51657D;
}

.split-text-image.dark-cream {
    background-color: #EAD3BB;
    color: #51657D;
}

.split-text-image .split-text-image__content {
    width: 100%;
}

@media (min-width: 768px) {
    .split-text-image .split-text-image__content {
        padding: 0 45px;
    }
}

@media (min-width: 1367px) {
    .split-text-image .split-text-image__content {
        width: 50%;
        max-width: 645px;
        padding: 0;
    }
}

.split-text-image .split-text-image__content .headline {
    font-family: "SkiaCC W05 Regular", sans-serif;
    font-size: 2.315rem;
}

@media (min-width: 960px) {
    .split-text-image .split-text-image__content .headline {
        font-size: 2.5rem;
    }
}

@media (min-width: 1367px) {
    .split-text-image .split-text-image__content .headline {
        font-size: 3rem;
    }
}

.split-text-image .split-text-image__content .subheadline {
    font-family: "SkiaCC W05 Regular", sans-serif;
    font-size: 1.75rem;
    letter-spacing: inherit;
    line-height: 1.25;
    text-transform: inherit;
    font-weight: 400;
}

@media (min-width: 960px) {
    .split-text-image .split-text-image__content .subheadline {
        font-size: 2rem;
    }
}

@media (min-width: 1367px) {
    .split-text-image .split-text-image__content .subheadline {
        font-size: 2.3rem;
    }
}

.split-text-image .split-text-image__content .text p {
    font-family: "NeueAlteGrotesk-Regular";
    font-size: 1.25rem;
    line-height: 1.5;
    text-transform: inherit;
    font-weight: 400;
}

@media (min-width: 960px) {
    .split-text-image .split-text-image__content .text p {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

.split-text-image .split-text-image__content .text p {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.split-text-image .split-text-image__content .text p:last-child {
    padding-bottom: 0;
}

@media (min-width: 1367px) {
    .split-text-image .split-text-image__content .text p {
        padding-right: 65px;
    }
}

.split-text-image .split-text-image__content .headline,
.split-text-image .split-text-image__content .subheadline,
.split-text-image .split-text-image__content .text {
    padding-bottom: 30px;
}

.split-text-image .split-text-image__content .headline:last-child,
.split-text-image .split-text-image__content .subheadline:last-child,
.split-text-image .split-text-image__content .text:last-child {
    padding-bottom: 0;
}

.split-text-image .split-text-image__image {
    width: 100%;
    margin-top: 75px;
}

@media (min-width: 1367px) {
    .split-text-image .split-text-image__image {
        width: calc(50% - 75px);
        margin-top: 0;
    }
}

.split-text-image .split-text-image__image img {
    width: 100%;
    height: auto;
    pointer-events: none;
}

@media (min-width: 768px) {
    .split-text-image .split-text-image__image img {
        padding: 0 45px;
    }
}

@imclude breakpoint($desktop) {
    .split-text-image .split-text-image__image img {
        padding: 0;
    }
}

.split-text-image .split-text-image__image.left {
    order: -1;
    margin-top: 0;
    margin-bottom: 75px;
}

@media (min-width: 1367px) {
    .split-text-image .split-text-image__image.left {
        margin-bottom: 0;
    }
}

.split-color-text {
    width: 100%;
    display: -ms-grid;
    display: grid;
    align-items: stretch;
    position: relative;
}

@media (min-width: 768px) {
    .split-color-text {
        -ms-grid-columns: (minmax(0, 1fr)) [ 2 ];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.color-block {
    width: 100%;
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 960px) {
    .color-block {
        padding: 50px 75px;
        min-height: 550px;
    }
}

.color-block .content-inner-top {
    margin-bottom: auto;
}

.color-block .subheadline {
    text-transform: uppercase;
    font-family: "NeueAlteGrotesk-SemiBold";
    font-size: 0.875rem;
    letter-spacing: .11em;
    line-height: 1.1;
    margin-bottom: 2rem;
}

@media (min-width: 960px) {
    .color-block .subheadline {
        font-size: 0.875rem;
        line-height: 1.2;
    }
}

.color-block .headline {
    font-family: "SkiaCC W05 Regular", sans-serif;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 15px;
    font-size: 2.315rem;
}

@media (min-width: 960px) {
    .color-block .headline {
        line-height: 1.1;
        font-size: 2.315rem;
    }
}

@media (min-width: 1367px) {
    .color-block .headline {
        font-weight: 400;
        line-height: 1.2;
        font-size: 3.25rem;
    }
}

.color-block .headline br {
    display: none;
}

@media (min-width: 1075px) {
    .color-block .headline br {
        display: inline-block;
    }
}

.color-block .text {
    font-family: "NeueAlteGrotesk-Regular";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
    display: block;
    margin-bottom: 2rem;
}

@media (min-width: 960px) {
    .color-block .text {
        font-size: 1.75rem;
    }
}

.color-block .text a {
    color: #51657D;
    text-decoration: none;
}

.color-block .text a:hover {
    text-decoration: underline;
}

.color-block .hours {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-family: "NeueAlteGrotesk-SemiBold";
    letter-spacing: 0.1em;
}

.color-block .cta {
    position: relative;
    align-self: flex-start;
}

.color-block .cta span {
    font-size: 1.5rem;
    font-family: "NeueAlteGrotesk-Regular";
    line-height: 1.5;
    text-transform: inherit;
    font-weight: 400;
}

.image-block {
    width: 100%;
    order: -1;
}

@media (min-width: 960px) {
    .image-block {
        order: inherit;
    }
}

.image-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.abstract-block {
    width: 100%;
}

.abstract-block svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.split-color-text--has-image .color-block {
    justify-content: flex-start;
}

@media (min-width: 960px) {
    .split-color-text--has-image .color-block {
        padding-top: 150px;
    }
}

.split-color-text--has-image .color-block .content-inner-top {
    margin-bottom: 30px;
}

.split-color-text--has-image .color-block .headline {
    font-size: 2.315rem;
}

@media (min-width: 1367px) {
    .split-color-text--has-image .color-block .headline {
        font-size: 3.25rem;
    }
}

.split-color-text--has-image .color-block .text {
    padding-bottom: 0;
    margin-bottom: 30px;
    font-size: 1.5rem;
}

.split-color-text--has-image .color-block .text:last-child {
    margin-bottom: 0;
}

.map-block {
    position: relative;
    min-height: 400px;
}

.map-block .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.split-color-text--has-map .color-block {
    justify-content: flex-start;
}

.split-color-text--has-map .color-block .text {
    margin-bottom: 30px;
}

.split-color-text--has-map .content-inner-top {
    margin-bottom: 30px;
}

.team {
    width: 100%;
    margin: 0 auto;
    padding: 75px 30px 100px;
}

@media (min-width: 768px) {
    .team {
        padding-bottom: 150px;
    }
}

@media (min-width: 960px) {
    .team {
        padding: 100px 75px 150px;
    }
}

.team .team-header {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .team .team-header {
        flex-wrap: nowrap;
    }
}

@media (min-width: 960px) {
    .team .team-header {
        margin-bottom: 100px;
    }
}

.team .team-header .headline {
    font-family: "NeueAlteGrotesk-Regular";
    font-size: 1.1rem;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .team .team-header .headline {
        font-size: 1.3rem;
    }
}

@media (min-width: 1080px) {
    .team .team-header .headline {
        font-size: 1.8rem;
    }
}

.team .team-header .subheadline {
    color: #9D7441;
    font-family: "SkiaCC W05 Regular", sans-serif;
    font-size: 1.7rem;
    line-height: 1.2;
    letter-spacing: .03rem;
    text-transform: inherit;
    font-weight: 400;
    padding-top: 8px;
}

@media (min-width: 768px) {
    .team .team-header .subheadline {
        font-size: 2.1rem;
    }
}

@media (min-width: 1080px) {
    .team .team-header .subheadline {
        font-size: 3.1rem;
    }
}

.team .team-wrapper {
    width: 100%;
    display: -ms-grid;
    display: grid;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-grid-columns: (minmax(0, 1fr)) [ 1 ];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 30px 30px;
}

@media (min-width: 768px) {
    .team .team-wrapper {
        -ms-grid-columns: (minmax(0, 1fr)) [ 2 ];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 960px) {
    .team .team-wrapper {
        -ms-grid-columns: (minmax(0, 1fr)) [ 3 ];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1367px) {
    .team .team-wrapper {
        -ms-grid-columns: (minmax(0, 1fr)) [ 5 ];
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.team .team-wrapper .person {
    width: 100%;
    margin-bottom: 50px;
}

.team .team-wrapper .person:hover {
    cursor: pointer;
}

.team .team-wrapper .person:hover .right svg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.team .team-wrapper .person > svg {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team .team-wrapper .person img {
    width: 100%;
    height: auto;
}

.team .team-wrapper .person .person-details {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.team .team-wrapper .person .person-details .left .name {
    font-family: "NeueAlteGrotesk-SemiBold";
    font-size: .9rem;
    line-height: 1;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-weight: 600;
}

@media (min-width: 768px) {
    .team .team-wrapper .person .person-details .left .name {
        font-size: 1.1rem;
    }
}

@media (min-width: 1080px) {
    .team .team-wrapper .person .person-details .left .name {
        font-size: 1.3rem;
    }
}

.team .team-wrapper .person .person-details .left .title {
    font-family: "NeueAlteGrotesk-Regular";
    font-size: .9rem;
    line-height: 1.2;
    font-weight: 400;
    padding-top: 5px;
    /* @include breakpoint($tablet){
                            font-size: .9rem;
                        }*/
}

@media (min-width: 1080px) {
    .team .team-wrapper .person .person-details .left .title {
        font-size: 1.1rem;
    }
}

.team .team-wrapper .person .person-details .right svg {
    width: 35px;
    height: 35px;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.team .team-wrapper .person__headshot {
    aspect-ratio: 2 / 3;
    overflow: hidden;
}

.team .team-wrapper .person__headshot svg {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

/* FANCYBOX STYLES */
.fancybox__backdrop {
    background: #51657D;
    opacity: .75;
}

.fancybox__content > .carousel__button.is-close {
    color: #9D7441;
    top: 15px;
    right: 15px;
    box-shadow: none;
}

@media screen and (max-width: 499px) {
    .fancybox__slide {
        padding: 0;
    }
}

.fancybox__container .bio-wrapper {
    width: 100%;
    padding: 75px 30px 75px 30px;
    background-color: #EAD3BB;
}

@media (min-width: 768px) {
    .fancybox__container .bio-wrapper {
        width: 668px;
        padding: 100px 75px 75px 50px;
    }
}

@media (min-width: 1024px) {
    .fancybox__container .bio-wrapper {
        width: 924px;
        padding: 200px 150px 150px 100px;
    }
}

@media (min-width: 1080px) {
    .fancybox__container .bio-wrapper {
        width: 975px;
    }
}

.fancybox__container .bio-wrapper .name {
    font-family: "NeueAlteGrotesk-SemiBold";
    font-size: 1.5rem;
    letter-spacing: .1rem;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    .fancybox__container .bio-wrapper .name {
        font-size: 1.75rem;
    }
}

.fancybox__container .bio-wrapper .title {
    font-family: "SkiaCC W05 Regular", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

@media (min-width: 768px) {
    .fancybox__container .bio-wrapper .title {
        font-size: 1.15rem;
    }
}

.fancybox__container .bio-wrapper .bio {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .fancybox__container .bio-wrapper .bio {
        margin-top: 30px;
    }
}

.fancybox__container .bio-wrapper .bio p {
    font-family: "NeueAlteGrotesk-Regular";
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
}

@media (min-width: 768px) {
    .fancybox__container .bio-wrapper .bio p {
        font-size: 1.15rem;
    }
}

.circle-slider {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 75px;
}

@media (min-width: 768px) {
    .circle-slider {
        padding: 75px 0 100px;
    }
}

@media (min-width: 960px) {
    .circle-slider {
        padding: 100px 0 200px;
    }
}

.circle-slider.light-blue {
    background-color: #9EB0C7;
    color: #51657D;
}

.circle-slider.dark-blue {
    background-color: #51657D;
    color: #F1ECE1;
}

.circle-slider.dark-blue .cta svg #Ellipse_1 {
    stroke: #F1ECE1;
}

.circle-slider.dark-blue .slider-arrows svg polygon,
.circle-slider.dark-blue .slider-arrows svg rect {
    fill: #F1ECE1 !important;
}

.circle-slider.dark-blue .cta:hover svg #Ellipse_1 {
    fill: #F1ECE1 !important;
}

.circle-slider.white {
    background-color: #FFFFFF;
    color: #51657D;
}

.circle-slider.bronze {
    background-color: #9D7441;
    color: #F1ECE1;
}

.circle-slider.bronze .slider-arrows svg polygon,
.circle-slider.bronze .slider-arrows svg rect {
    fill: #F1ECE1 !important;
}

.circle-slider.light-cream {
    background-color: #F1ECE1;
    color: #51657D;
}

.circle-slider.dark-cream {
    background-color: #EAD3BB;
    color: #51657D;
}

@media (min-width: 960px) {
    .circle-slider .container {
        display: flex;
        align-items: center;
    }
}

.circle-slider .circle-image-slider,
.circle-slider .circle-text-slider {
    position: relative;
}

@media (min-width: 960px) {

    .circle-slider .circle-image-slider,
    .circle-slider .circle-text-slider {
        width: 50%;
    }
}

.circle-slider .circle-image-slider {
    padding: 30px;
}

@media (min-width: 960px) {
    .circle-slider .circle-image-slider {
        padding: 0 0 0 100px;
    }
}

.circle-slider .circle-image-slider .swiper {
    border-radius: 50%;
}

.circle-slider .circle-image-slider .swiper-wrapper {
    border-radius: 50%;
}

.circle-slider .circle-image-slider .swiper-slide {
    aspect-ratio: 1 / 1;
    height: auto;
    overflow: hidden;
    width: 100%;
}

.circle-slider .circle-image-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.circle-slider .circle-text-slider {
    padding: 30px;
}

@media (min-width: 960px) {
    .circle-slider .circle-text-slider {
        padding: 100px;
    }
}

.circle-slider .circle-text-slider .headline {
    margin-bottom: 15px;
    font-size: 2.315rem;
}

.circle-slider .slider-arrows {
    display: flex;
    position: absolute;
    z-index: 5;
    right: 30px;
    top: 30px;
}

@media (min-width: 768px) {
    .circle-slider .slider-arrows {
        top: 25px;
        right: 0;
    }
}

.circle-slider .slider-arrows .swiper-prev {
    width: 20px;
    height: 12px;
    margin-right: 3px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .circle-slider .slider-arrows .swiper-prev {
        width: 25px;
        height: 15px;
        margin-right: 5px;
    }
}

.circle-slider .slider-arrows .swiper-prev svg {
    width: 20px;
    height: 12px;
}

@media (min-width: 768px) {
    .circle-slider .slider-arrows .swiper-prev svg {
        width: 25px;
        height: 15px;
    }
}

.circle-slider .slider-arrows .swiper-next {
    width: 20px;
    height: 12px;
    margin-left: 3px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .circle-slider .slider-arrows .swiper-next {
        width: 25px;
        height: 15px;
        margin-left: 5px;
    }
}

.circle-slider .slider-arrows .swiper-next svg {
    width: 20px;
    height: 12px;
}

@media (min-width: 768px) {
    .circle-slider .slider-arrows .swiper-next svg {
        width: 25px;
        height: 15px;
    }
}

.circle-slider .slider-arrows .swiper-button-disabled {
    opacity: .35;
}

.centered-slider {
    padding: 0 60px;
    margin: 60px 0;
}

@media (min-width: 960px) {
    .centered-slider {
        padding: 0 120px;
    }
}

.centered-slider .swiper-slide {
    aspect-ratio: 16 / 9;
}

.centered-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.featured-press {
    text-align: center;
}

.featured-press h3 {
    text-transform: uppercase;
    /*letter-spacing: 0.1em;*/
}

.featured-press .container {
    max-width: 215px;
    margin: 0 auto;
    padding: 60px 0 120px 0;
    display: -ms-grid;
    display: grid;
    grid-gap: 100px 50px;
}

@media (min-width: 960px) {
    .featured-press .container {
        -ms-grid-columns: (minmax(0, 1fr)) [ 3 ];
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 750px;
        grid-column-gap: 100px;
    }
}

.featured-press .press {
    justify-content: center;
    align-content: center;
    display: -ms-grid;
    display: grid;
}

.featured-press .press img {
    display: block;
    width: 100%;
    height: auto;
}

.testimonials {
    padding: 60px 0;
}

.testimonials .container {
    padding: 60px 0;
}

@media (min-width: 960px) {
    .testimonials .container {
        -ms-grid-columns: (minmax(0, 1fr)) [ 4 ];
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-gap: 30px 30px;
        display: -ms-grid;
        /*display: grid;*/
    }
}

.testimonials .swiper-navigation {
    display: flex;
    justify-content: center;
}

@media (min-width: 960px) {
    .testimonials .swiper-navigation {
        display: none;
    }
}

.testimonials .swiper-navigation div {
    width: 18px;
    margin-right: 20px;
}

.testimonials .swiper-navigation div:last-child {
    margin-right: 0;
}

.testimonials .card {
    max-width: 100%;
}

.testimonials .card__copy {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonials .card__copy.read-all {
    -webkit-line-clamp: inherit;
}

.testimonials .card__read-more {
    color: #9D7441;
    margin-bottom: 1rem;
    display: inline-block;
    cursor: pointer;
}

.testimonials .h3 {
    color: #9D7441;
    display: block;
    margin-bottom: 15px;
}

@media (min-width: 960px) {
    .testimonials .h3 br {
        display: none;
    }
}

.testimonials .h4 {
    font-size: 1.5rem;
}

.testimonials .card__subheadline {
    text-align: center;
    display: block;
}

@media (min-width: 960px) {
    .testimonials .card__subheadline {
        text-align: left;
    }
}

.testimonials .card__stars {
    margin: 0 auto;
}

@media (min-width: 960px) {
    .testimonials .card__stars {
        margin-left: 0;
    }
}

.card-slider {
    padding: 30px 60px;
}

@media (min-width: 960px) {
    .card-slider {
        margin-bottom: 100px;
    }
}

.card-slider .swiper-slide {
    width: 100%;
    height: auto;
    align-items: stretch;
}

.card-slider .card {
    height: 100%;
}

.card-slider .card__details {
    padding-right: 0;
}

.card-slider .swiper-arrow-prev,
.card-slider .swiper-arrow-next {
    position: absolute;
    top: 50%;
    width: 44px;
    z-index: 10;
    cursor: pointer;
}

.card-slider .swiper-arrow-prev svg,
.card-slider .swiper-arrow-next svg {
    display: block;
    width: 100%;
}

.card-slider .swiper-arrow-prev {
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.card-slider .swiper-arrow-next {
    right: 20px;
    -webkit-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
}

.card-slider__header {
    padding: 75px 0;
    text-align: center;
}

@media (min-width: 960px) {
    .card-slider__header {
        padding: 100px 0 60px 0;
    }
}

.card-slider__header .headline {
    color: #9D7441;
    margin-bottom: 15px;
}

.four-square {
    background: #FFFFFF;
    padding: 0;
}

.four-square .image-block {
    order: -1;
}

@media (min-width: 960px) {
    .four-square .image-block {
        order: inherit;
    }
}

@media (min-width: 960px) {
    .four-square {
        padding: 50px 0;
    }
}

.four-square .wrapper {
    max-width: 100%;
}

@media (min-width: 960px) {
    .four-square .wrapper {
        max-width: calc(100% - 180px);
    }
}

@media (min-width: 1480px) {
    .four-square .wrapper {
        max-width: 1300px;
    }
}

.four-square .container {
    display: -ms-grid;
    display: grid;
}

@media (min-width: 960px) {
    .four-square .container {
        -ms-grid-columns: (minmax(0, 1fr)) [ 2 ];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 960px) {
    .four-square .color-block .text {
        margin-bottom: auto;
    }
}

.four-square .color-block .cta {
    margin-top: 40px;
}

.services {
    padding: 100px 0;
}

.services .container {
    display: -ms-grid;
    display: grid;
    grid-gap: 50px 50px;
    grid-template-areas: "a""b""c";
}

@media (min-width: 960px) {
    .services .container {
        -ms-grid-columns: 1fr 50px 2fr;
        grid-template-columns: 1fr 2fr;
        -ms-grid-rows: auto 50px auto;
        grid-template-areas: "a b b""a c c";
    }

    .services .container > .card--featured {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
}

@media (min-width: 1367px) {
    .services .container {
        -ms-grid-columns: 2fr 5fr;
        grid-template-columns: 2fr 5fr;
    }
}

.services .headline {
    font-family: "NeueAlteGrotesk-Regular";
    display: inline-block;
}

.services .left {
    grid-area: a;
}

.services .left .headline {
    border-bottom: 2px solid #51657D;
    padding-bottom: 1rem;
}

.services .top {
    border-top: 2px solid #51657D;
    grid-area: b;
}

@media (min-width: 960px) {
    .services .top {
        margin-top: 53px;
    }
}

.services .bottom {
    grid-area: c;
}

@media (min-width: 960px) {
    .articles .card--featured {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
    }

    .articles .wrapper:nth-child(3) .container > .card--featured {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }

    .services .left {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
    }

    .articles .wrapper:nth-child(3) .container > .left {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }

    .services .container > .left {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }

    .services .top {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .articles .wrapper:nth-child(3) .container > .top {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .services .container > .top {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 3;
    }

    .services .bottom {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .articles .wrapper:nth-child(3) .container > .bottom {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .services .container > .bottom {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
        -ms-grid-column-span: 3;
    }
}

.services .top,
.services .bottom {
    display: flex;
    padding-top: 0px;
    flex-direction: column;
}

@media (min-width: 960px) {

    .services .top,
    .services .bottom {
        flex-direction: row;
        padding-top: 50px;
    }
}

.services .top .h4,
.services .bottom .h4 {
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
}

.services .top {
    padding-top: 50px;
}

.services .top__image,
.services .bottom__image {
    width: 162px;
    aspect-ratio: 1 / 1;
    margin-right: 30px;
    align-self: flex-start;
    margin-bottom: 2rem;
}

@media (min-width: 960px) {

    .services .top__image,
    .services .bottom__image {
        margin-right: 100px;
        width: 162px;
        align-self: flex-start;
    }
}

.services .top__image svg,
.services .bottom__image svg {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.services .headline {
    display: block;
}

.services ul {
    margin: 25px 0 0 0;
}

.services ul li {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
}

.services ul li:hover {
    font-family: "NeueAlteGrotesk-SemiBold";
}

.services ul li:last-child {
    padding-bottom: 0;
}

.quiz-container .quiz,
.quiz-container .results {
    display: none;
}

.quiz-container .quiz.active,
.quiz-container .results.active {
    display: block;
}

.quiz-container .results {
    background: #9EB0C7;
}

.quiz-container .slide,
.quiz-container .results {
    padding: 100px 0;
    display: none;
    text-align: center;
}

.quiz-container .slide.active-slide,
.quiz-container .results.active-slide {
    display: block;
}

.quiz-container .slide .h4,
.quiz-container .results .h4 {
    margin-bottom: 1rem;
}

.quiz-container .slide p,
.quiz-container .results p {
    max-width: 636px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.quiz-container .slide .input-container,
.quiz-container .results .input-container {
    position: relative;
    max-width: 575px;
    margin: 0 auto;
}

.quiz-container .slide button.js-submit-name,
.quiz-container .results button.js-submit-name {
    border: 1px solid red;
    width: 24px;
    height: 24px;
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.quiz-container .slide input[type="text"],
.quiz-container .slide input[type="email"],
.quiz-container .results input[type="text"],
.quiz-container .results input[type="email"] {
    text-align: center;
    padding: 20px 40px;
    border: none;
    border-radius: 7px;
    width: 100%;
    max-width: 575px;
    font-size: 1.125rem;
    font-family: "SkiaCC W05 Regular", sans-serif;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
    background-image: url("images/arrow.svg");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center right 20px;
}

.quiz-container .slide input[type="text"]::-webkit-input-placeholder,
.quiz-container .slide input[type="email"]::-webkit-input-placeholder,
.quiz-container .results input[type="text"]::-webkit-input-placeholder,
.quiz-container .results input[type="email"]::-webkit-input-placeholder {
    color: #51657D;
}

.quiz-container .slide input[type="text"]:-moz-placeholder,
.quiz-container .slide input[type="email"]:-moz-placeholder,
.quiz-container .results input[type="text"]:-moz-placeholder,
.quiz-container .results input[type="email"]:-moz-placeholder {
    color: #51657D;
}

.quiz-container .slide input[type="text"]::-moz-placeholder,
.quiz-container .slide input[type="email"]::-moz-placeholder,
.quiz-container .results input[type="text"]::-moz-placeholder,
.quiz-container .results input[type="email"]::-moz-placeholder {
    color: #51657D;
}

.quiz-container .slide input[type="text"]:-ms-input-placeholder,
.quiz-container .slide input[type="email"]:-ms-input-placeholder,
.quiz-container .results input[type="text"]:-ms-input-placeholder,
.quiz-container .results input[type="email"]:-ms-input-placeholder {
    color: #51657D;
}

.quiz-container .slide .question,
.quiz-container .results .question {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.quiz-container .slide .small,
.quiz-container .results .small {
    font-size: 0.7rem;
}

.quiz-container .slide .answers,
.quiz-container .results .answers {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 20px 20px;
}

.quiz-container .slide .answers label,
.quiz-container .results .answers label {
    background: #9EB0C7;
    padding: 50px 25px;
    max-width: calc(50% - 20px);
    width: 50%;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

@media (min-width: 960px) {

    .quiz-container .slide .answers label,
    .quiz-container .results .answers label {
        padding: 100px 50px 25px;
        width: 100%;
        max-width: 280px;
    }
}

.quiz-container .slide .answers label:last-child,
.quiz-container .results .answers label:last-child {
    margin-right: 0;
}

.quiz-container .slide .answers label .h4,
.quiz-container .results .answers label .h4 {
    margin-bottom: 50px;
    display: block;
    font-size: 1.125rem;
}

@media (min-width: 960px) {

    .quiz-container .slide .answers label .h4,
    .quiz-container .results .answers label .h4 {
        margin-bottom: 75px;
        font-size: 1.75rem;
    }
}

.quiz-container .slide .answers label .ui,
.quiz-container .results .answers label .ui {
    text-transform: uppercase;
    font-family: "NeueAlteGrotesk-SemiBold";
    letter-spacing: 0.1em;
    font-size: 0.7rem;
    display: block;
    line-height: 2.5;
}

.quiz-container .slide .answers label input[type="radio"],
.quiz-container .results .answers label input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

.quiz-container .slide .answers label .arrow,
.quiz-container .results .answers label .arrow {
    width: 24px;
    margin: 0 auto;
    margin-top: auto;
}

.quiz-container .slide .answers label .arrow svg,
.quiz-container .results .answers label .arrow svg {
    display: block;
    width: 100%;
}

.quiz-container .ginput_container_email {
    position: relative;
    max-width: 575px;
    margin: 0 auto;
}

.quiz-container .ginput_container_email input[type="submit"] {
    border: 1px solid red;
    width: 24px;
    height: 24px;
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.quiz-container .hidden_label .gfield_label {
    display: none;
}

.quiz-container .gfield_visibility_hidden,
.quiz-container .gform_validation_container,
.quiz-container .gform_footer {
    display: none;
}

.contact-hero {
    text-align: center;
    height: unset;
    /* Fallback for browsers that do not support Custom Properties */
    height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: unset;
    padding-top: 170px;
    padding-bottom: 60px;
    /* padding-top: 45px; */
}

@media (min-width: 960px) {
    .contact-hero {
        height: unset;
        /* Fallback for browsers that do not support Custom Properties */
        height: unset;

    }
}

.contact-hero__content {
    position: relative;
    z-index: 2;
    max-width: 480px;
    padding: 30px;
}

.contact-hero__content p {
    font-size: 1.5rem;
}

.contact-hero__content p a {
    color: #51657D;
    text-decoration: none;
}

.contact-hero__content p a:hover {
    text-decoration: underline;
}

.contact-hero__content .headline {
    margin-bottom: 1.5rem;
}

.telehealth-hero {
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.telehealth-hero .hero__bg svg {
    -o-object-position: top center;
    object-position: top center;
}

.telehealth-hero .hero__bg.hide-on-desktop svg {
    height: 1140px;
}

.telehealth-hero__content {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 50px;
}

@media (min-width: 960px) {
    .telehealth-hero__content {
        padding-top: 250px;
        padding-bottom: 0;
    }
}

.telehealth-hero__content .headline {
    max-width: 505px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 960px) {
    .telehealth-hero__content .headline {
        padding: 0;
    }
}

.telehealth-hero__content p {
    max-width: 800px;
    margin: 50px auto 50px auto;
}

@media (min-width: 960px) {
    .telehealth-hero__content p {
        margin: 250px auto 50px auto;
    }
}

.telehealth-hero__content p a {
    color: #51657D;
    text-decoration: none;
}

.telehealth-hero__content p a:hover {
    text-decoration: underline;
}

.telehealth-hero__content .headline {
    margin-bottom: 1.5rem;
}

.telehealth-hero__content .icons {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0;
    margin: 50px 0;
}

@media (min-width: 960px) {
    .telehealth-hero__content .icons {
        display: -ms-grid;
        display: grid;
        margin: 150px auto;
        grid-gap: 100px 100px;
        -ms-grid-columns: (minmax(0, 1fr)) [ 3 ];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.telehealth-hero__content .icon {
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
}

@media (min-width: 960px) {
    .telehealth-hero__content .icon {
        max-width: 100%;
    }
}

.telehealth-hero__content .icon img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 250px;
    margin: 0 auto;
}

.top-bar {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    /*background: #EAD3BB;*/
    /*color:#51657D;*/
    font-family: "NeueAlteGrotesk-SemiBold";
    text-decoration: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.875rem;
    position: fixed;
    top: 0;
    z-index: 10;
}

/* @media (max-width: 1280px) {
    .header__menu .menu-secondary-menu-container ul li a {
        font-size: 13px;
        padding: 0px 10px;
    }
} */

@media (max-width: 1180px) {
    .custom_right_btn {
        width: 60%;
    }

    .header__menu .menu-secondary-menu-container ul li a {

        color: #fff;
        font-size: 2.315rem;
    }

    .main-menu {
        padding-top: 30px;
    }

    .header__menu ul li:last-child {
        padding-bottom: 0;
    }

    .header__menu .menu-secondary-menu-container ul li a {
        font-size: 1.75rem !important;
    }

    .header__menu > div {
        padding: 30px;
    }

    .header__menu-trigger-container {
        top: 40px;
    }

    .sticky .header__menu-trigger-container {
        top: 30px;
    }

    .header__menu {
        transition: opacity .4s;
        pointer-events: none;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        z-index: 99;
        background: #51657D;
        pointer-events: none;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
        z-index: 3;
        pointer-events: auto;
    }

    .header__overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(34, 52, 61, 0.3);
        display: block;
        z-index: 0;
        opacity: 0;
        transition: opacity .4s;
        pointer-events: none;
    }

    .header.active .header__overlay {
        pointer-events: auto;
        opacity: 1;
        transition: opacity .4s;
    }

    .header.active .header__menu-trigger span {
        background: #51657D;
    }

    .header.active .header__menu-trigger span:first-child {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        transition: all .4s;
    }

    .header.active .header__menu-trigger span:nth-child(2) {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        transition: all .4s;
    }

    .header.active .header__menu-trigger span:last-child {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
        transition: all .4s;
    }

    .header.active .header__menu {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
        overflow: auto;
        z-index: 88888;
    }

    ul.sub-menu {
        background: transparent;
        visibility: visible;
        position: relative;
        top: 0px;
        width: auto;
        padding: 0px;
    }

    .header.active .header__menu ul li a {
        pointer-events: auto;
        font-size: 2.315rem;
    }

    .header__menu ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .header__menu-trigger-container {
        display: flex;
        z-index: 99999;
    }

    .header__menu .btn {
        margin-top: auto;
    }

    .header__menu ul a {
        font-size: 2.315rem;
        color: #F1ECE1;
        font-family: "SkiaCC W05 Regular", sans-serif;
        text-decoration: none;
        pointer-events: none;
        display: inline-block;
        transition: color .4s;
    }

    .header__menu > div {
        padding: 45px;
    }

    .header__menu {
        background: #51657D;
    }

    .site_logo {
        width: 30%;
        position: relative;
    }

}

@media (max-width: 1280px) {
    /* .header__menu .menu-secondary-menu-container ul li a {
        font-size: 13px;
        padding: 0px 10px;
    } */

    .hero__top-image {
        display: none;
    }

    .hero__top-image-mob {
        display: block;
    }
}

@media (max-width: 1080px) {

    .header__menu ul a {
        padding: 0px 10px;
    }

    .top-bar {
        flex-direction: column;
        padding: 10px 12px;
    }

    .top-bar-btn-wrapper {
        margin-top: 6px;
    }

}

@media (max-width: 1000px) {

    .header__menu ul a {
        padding: 0px 8px;
    }
}

@media (max-width: 960px) {
    .header__menu-trigger-container {
        top: 34px;
    }

    .sticky .header__menu-trigger-container {
        top: 23px;
    }

    .telehealth-hero__content {
        padding-top: 200px;
    }

    section.centered-copy:first-child {
        padding-top: 140px;
    }
}

.sticky .header__menu-trigger-container {
    top: 23px;
}

@media (max-width: 870px) {
    .header__menu-trigger-container {
        top: 29px;
    }

    .sticky .header__menu-trigger-container {
        top: 18px;
    }

    .contact-hero {
        padding-top: 115px;
    }
}

@media (max-width: 768px) {

    .contact-hero {
        padding-top: 140px;
        padding-bottom: 60px;
    }

    .header__menu-trigger-container {
        top: 28px;
    }

    .sticky .header__menu-trigger-container {
        top: 17px;
    }

    .custom_right_btn {
        width: 40%;
    }

    .footer .headline {
        font-size: 32px;
    }

    .footer .footer__middle {
        font-size: 32px;
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .custom_form .gform_footer::after {
        top: 0px;
        left: 20px;
        width: 20px;
        height: 20px;
        margin-bottom: auto;
    }

    .contact-hero {
        padding-top: 145px;
        padding-bottom: 60px;
    }

    .main-menu {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .site_logo {
        width: 50%;
    }

    .contact-hero {
        padding-top: 135px;
        padding-bottom: 60px;
    }

    .sticky .main-menu {
        padding-top: 8px;

    }

    a.custom-tel {
        padding: 5px 30px;
    }

    .sticky .header__menu-trigger-container {
        top: 20px;
    }

    .header__menu-trigger-container {
        top: 25px;
    }

    .hero__top .h1 {
        margin-top: 55px;
    }

    .top-bar .cta-bar {
        padding: 8px 30px;
    }

    .contact-hero__content p {
        font-size: 17px;
    }
}

@media (max-width: 597px) {
    .sticky .header__menu-trigger-container {
        top: 22px;
    }

}

@media (max-width: 480px) {
    .sticky .header__menu-trigger-container {
        top: 21px;
    }

}

@media (max-width: 475px) {
    .header__menu-trigger-container {
        top: 23px;
    }

    .sticky .header__menu-trigger-container {
        top: 22px;
    }

    /* .hero__top {
        height: unset;
        padding: 110px 0px;
        z-index: 1;
    } */

    .contact-hero__content .headline {
        margin-bottom: 7px;
    }

    .custom-contact-hero .custom_form {
        padding-top: 0;
    }

    .contact-hero {
        padding-top: 120px;
    }

}

@media (max-width: 469px) {
    .sticky .header__menu-trigger-container {
        top: 21px;
    }
}

@media (max-width: 460px) {
    a.custom-tel {
        padding: 5px 15px;
        font-size: 12px;
    }

    .custom_right_btn {
        /* margin-right: 88px; */
        width: 35%;
    }

    .header__menu-trigger {
        width: 40px;
        height: 40px;
    }
}

/* @media (max-width:444px) {

      .contact-hero {
        padding-top: 115px;
    }
        } */

@media (max-width: 432px) {
    .header__menu-trigger-container {
        top: 21px;
    }

    .sticky .header__menu-trigger-container {
        top: 20px;
    }
}

@media (max-width: 375px) {
    .contact-hero {
        padding-top: 127px;
    }
}

@media (max-width: 365px) {
    .custom_right_btn {
        /* margin-right: 66px; */
        width: 40%;
    }

    a.custom-tel {
        font-size: 12px;
    }
}

@media (max-width: 360px) {

    .sticky .header__menu-trigger-container,
    .header__menu-trigger-container {
        top: 21px;
    }

}


.our-services-header .cta-bar {
    white-space: nowrap;
}

.testimonials .card__image img {
    border-radius: 50%;
}
