/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/* Blu27 Edit */

:root {
    --custom-wrapper: 150px;
}

.message-home:has(a[href*="/new-client-promo"]) a{
    text-decoration: underline;
text-underline-offset: 3px;
}

.new-client-promo .mod-contact-form p:has(a[href]) {
    display: block !important;
}

.btn{
    padding: 14px 35px !important;
    width: auto !important;
}

.page-template-template-LP .mod-multi-cols img {
    height: 100% !important;
    width: auto !important;
    object-fit: contain !important;
}

.page-template-template-LP .mod-content-module .cvGsUA {
    margin-bottom: 0px !important;
    font-size: 17px !important;
}

.mod-accordion .last-mb-none h2,
.mod-accordion .last-mb-none p {
    text-align: left !important;
}

.mod-forms .content{
    margin: 0 auto !important;
}

.mod-forms :nth-child(1 of .w-full){
    padding-bottom: 30px;
    padding-top: 40px;
}

div:has(+ .mod-parents-testimonials ){
    height: 0px;
}

.mod-meet-the-team .wrap-team .description p{
    display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5em;
}

.mod-center-module p:not(:has(a)){
    display: block !important;
}

.mod-quick-contact{
    padding-bottom: 30px !important;
}


.new-guests-registrations .mod-content-module p:has(.btn),
.mod-center-module:has(img[src*="dog-being-carried.png"]) p:has(.btn){
    justify-content: center !important;
}

body.petdesk-app p.fixAppAlignements{
    justify-content: start !important;
}

/* Gallery */
.mod-multi-cols .col{
padding: 10px;
margin: 0;
}


body:not(.page-id-3173) .mod-multi-cols img{
    max-width: 100%;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.page-id-3049 .mod-multi-cols img {
    max-width: 100%;
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    cursor: pointer;
}

.lightBoxModal.open {
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.lightBoxModal.open img {
    max-width: 80%;
    height: 80%;
    position: absolute;
    object-fit: cover;
    animation: blowUpModal .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}

.lightBoxModal.open .closeModal {
    float: right;
    top: 6%;
    right: 2%;
    position: absolute;
    z-index: 999999999;
    color: var(--color-primary);
    background-color: #FFF;
    padding: 10px;
    text-align: center;
    line-height: 10px;
    cursor: pointer;
}

@media screen and (max-width:900px) {
    .lightBoxModal.open img {
        width: 80%;
        height: 60%;
    }
}

/* Gallery */

.mod-forms :nth-child(2 of .w-full) {
    padding-top: 20px;
}

body:has( img[src*="dog-being-carried.jpg"] ) .mod-content-module h2,
body:has( img[src*="dog-being-carried.jpg"] ) .mod-content-module p{
    text-align: center !important;
    justify-content: center !important;
}

.mod-content-module:has( a[href*="/new-client-promo"] ) .last-mb-none,
.mod-content-module:has(img[src*="dog-being-carried.jpg"]) .last-mb-none{
    margin-bottom: 40px;
}

.mod-content-module:has(img[src*="dog-being-carried.jpg"])+.xl\:h-40{
    display: block !important;
}


.row:has(.xl\:w-1\/5) img,
.row:has(.xl\:w-1\/6) img{
    object-fit: contain !important;
}

/* add download arrow to .page-id-3370 .mod-content-module a */
.mod-content-module a .icon.download {
    margin-left: 5px;
    height: 15px;
    width: 15px;
    position: absolute;
    margin-top: 5px;
}


/* modal css */
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0009;
    padding: 20px;
    width: 100%;
    z-index: 1000;
    height: 100%;
}

.modal-content {
    position: relative;
    background-color: #fff;
    margin: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    width: 80vw;
    max-width: 600px;
    max-height: 80%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.modal .close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
}

.modal h2 {
    margin-top: 0;
    text-align: center;
}

.modal-body{
    height: 83%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.modal-body a:has(img){
    max-height: 60vh;
    display: flex;
    justify-content: center;
    max-width: 600px;
}

.modal-body img{
    aspect-ratio: 1;
    object-fit: cover;
}

.modal.show {
    display: block;
}

/* modal css */

.social-item {
    width: 35px;
}

.social-item svg{
    width: 100%;
}

.social-item svg path{
    fill: var(--color-secondary-icon)
}

.social-item:hover svg path{
    fill: var(--color-primary-icon)
}

.mod-center-module .wrap-content {
    margin: 0 auto !important;
}

.mod-content-module:has(+ .mod-content-module .customAccordion) .last-mb-none {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.customAccordion h2 {
    text-align: center !important;
}

body.home:has(.message-home:not(.d-none)) #wrapper {
    padding-top: var(--custom-wrapper) !important;
}

.message-home a,
.message-home a:hover {
    color: #FFF !important;
}

.mod-content-module:has(iframe[src*="snoutplans"]) .container .last-mb-none {
    max-width: 100%;
}

svg.replace-by-code {
    height: auto;
}

#customAccordion h3 {
    color: var(--color-primary) !important;
}

#customAccordion p {
    display: block;
}

section:not(.mod-accordion) .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 !important;
}

section:not(.mod-accordion) .open.accordion-content {
    max-height: 9999px;
    transition: 0.5s ease max-height;
    padding: 0px 60px 20px !important;
    display: block !important;
}

.fa.fa-chevron-right {
    transition: transform 0.5s ease;
}

.fa.fa-chevron-right.rotate {
    transform: rotate(90deg);
    transition: transform 0.5s ease;
}

.mod-content-module #customAccordion h3,
.mod-content-module #customAccordion p {
    text-align: left !important;
}

.mod-forms h2,
.mod-forms p {
    text-align: center !important;
    justify-content: center !important;
}

.mod-multi-cols .row .col:has(.last-mb-none img:not(.working)) {
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-bottom: 36px;
}

#menu-footer-menu>li:nth-child(2) ul {
    display: none;
}

fieldset.gfield--type-consent.gfield_error {
    border: 2px solid red !important;
}

.btn+.btn {
    margin-top: 10px !important;
}

#map_canvas {
    width: 100% !important;
    height: 100% !important;
}

#map_canvas a {
    color: rgb(77, 90, 49) !important;
}

#map_canvas #firstHeading {
    font-size: 15px;
    color: rgb(43, 61, 97) !important;
}

.page-template-template-no-headers #header {
    display: none;
}

.mod-meet-the-team .wrap-team p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* LP Begin */

.template-LP-NoLinks #header-logo {
    pointer-events: none;
}

.template-LP-NoLinks #header-logo,
.page-template-template-LP #header-logo {
    padding: 0;
}

.template-LP-NoLinks #header .col>.flex,
.page-template-template-LP #header .col>.flex {
    position: absolute;
    top: 22%;
    position: absolute;
}

.footer-social-clone,
.template-LP-NoLinks #footer .footer-top,
.template-LP-NoLinks .CTA-buttons,
.page-template-template-LP #footer .footer-top,
.page-template-template-LP .CTA-buttons {
    display: none;
}

.template-LP-NoLinks #menu-main-menu,
.template-LP-NoLinks .hamburger-menu,
.page-template-template-LP #menu-main-menu,
.page-template-template-LP .hamburger-menu {
    visibility: hidden;
}

@media screen and (max-width: 1200px) {

    .template-LP-NoLinks #header .wrap-sms-header,
    .page-template-template-LP #header .wrap-sms-header {
        flex-direction: row !important;
    }
}

@media screen and (min-width: 992px) {
    .xl\:w-1\/5{
        width: calc(100% / 5) !important;
    }

    .xl\:w-1\/6{
        width: calc(100% / 6) !important;
    }
}

@media screen and (max-width: 991px) {

    .mod-left-right-img .flex :nth-child(2 of .w-full){
        padding-left: 0px;
    }

    .mod-quick-contact{
        padding-bottom: 20px !important;
    }

    .row:has(.xl\:w-1\/5),
    .row:has(.xl\:w-1\/6){
        flex-direction: row !important;
    }

     .xl\:w-1\/5,
     .xl\:w-1\/6{
        width: calc(100% / 3) !important;
    }

    .xl\:w-1\/5 .last-mb-none,
    .xl\:w-1\/6 .last-mb-none{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .template-LP-NoLinks .main-menu,
    .page-template-template-LP .main-menu {
        visibility: visible !important;
    }

    .template-LP-NoLinks #header .col>.flex,
    .page-template-template-LP #header .col>.flex {
        right: 0;
        border: none;
    }

    p>.btn {
        margin-top: 10px !important;
    }

    /* .btn + .btn {
    margin-top: 10px !important;
  } */
    .mod-testimonials>.container>div:nth-child(4) .relative {
        width: 25vh;
    }

    .mod-testimonials>.container>div:nth-child(4) .absolute:nth-of-type(3) {
        display: none;
    }

    .mod-testimonials {
        padding-top: 0;
    }

    .mod-testimonials>.container .relative {
        right: 11% !important;
    }
}

@media screen and (max-width: 665px) {

    .xl\:w-1\/5,
    .xl\:w-1\/6{
        width: calc(100% / 2) !important;
    }

    .template-LP-NoLinks #header-logo,
    .page-template-template-LP #header-logo {
        padding: 10px 0;
    }

    .template-LP-NoLinks .wrap-sms-header>div,
    .page-template-template-LP .wrap-sms-header>div {
        margin-left: 0 !important;
    }

    .template-LP-NoLinks #header .wrap-sms-header,
    .page-template-template-LP #header .wrap-sms-header {
        flex-direction: column !important;
    }

    .template-LP-NoLinks .navbar,
    .page-template-template-LP .navbar {
        height: 150px;
    }

    .template-LP-NoLinks #header .col>.flex,
    .page-template-template-LP #header .col>.flex {
        top: 0 !important;
    }

    .mod-testimonials>.container .relative {
        right: 0 !important;
    }

    .mod-testimonials .container {
        margin-left: 75px;
    }

    .mod-banner-internal .container p {
        display: flex;
        flex-flow: column;
    }

    .mod-testimonials>.container>div:nth-child(4) .absolute:nth-of-type(3) {
        display: block;
    }

    .mod-testimonials>.container>div:nth-child(4) .relative {
        margin-bottom: calc(-7vh);
    }

    .mod-testimonials>.container>div:nth-child(4) .relative {
        top: -7vh;
        position: relative;
    }

    .mod-internal-services+.mod-left-right-img,
    .mod-left-right-img+.mod-left-right-img,
    .mod-meet-the-team+.mod-left-right-img {
        margin-top: 50px;
    }
}

@media screen and (max-width: 460px) {

    .xl\:w-1\/5,
    .xl\:w-1\/6{
        width: 100% !important;
    }

    .template-LP-NoLinks .navbar,
    .page-template-template-LP .navbar {
        height: 140px;
        padding: 20px 0;
    }

    .template-LP-NoLinks .header-logo img,
    .page-template-template-LP .header-logo img {
        max-width: 150px;
    }

    .template-LP-NoLinks .wrap-sms-header a span,
    .page-template-template-LP .wrap-sms-header a span {
        margin-bottom: 0;
    }
}

/* LP End */

path.stroke-primary-alt {
    stroke: var(--color-primary-icon) !important;
    fill: var(--color-primary-icon) !important;
    stroke-width: 2 !important;
}

path.stroke-secondary-alt {
    stroke: var(--color-secondary-icon) !important;
    fill: var(--color-secondary-icon) !important;
    stroke-width: 2 !important;
}

circle.stroke-primary-alt-2,
path.stroke-primary-alt-2 {
    stroke: var(--color-primary-icon) !important;
    fill: white !important;
    stroke-width: 2 !important;
}

svg:hover path.stroke-secondary-alt {
    stroke: var(--color-primary-icon) !important;
    fill: var(--color-primary-icon) !important;
    stroke-width: 2 !important;
}

.gform_wrapper.gravity-theme .ginput_container_time {
    max-width: 75px !important;
}

.gform_fields input[type="number"],
.gform_fields .ginput_container_time select {
    padding: 10px !important;
    height: 62px !important;
    /* width: 75px !important; */
}

.gform_fields .ginput_container_time select {
    text-align: center;
}

.wrap-team.svg {
    height: auto !important;
}

.icon-close {
    z-index: 1;
    display: block !important;
    right: 10px !important;
}

.mod-resources-link .item {
    height: auto;
}

.mod-resources-link .item h2 {
    margin-top: 10px;
}

.post-password-form {
    border: 1px solid var(--color-primary);
    width: 400px;
    margin: 30px auto;
    padding: 10px;
    background-color: var(--color-sixth);
}

.post-password-form [name="post_password"] {
    height: 40px;
    border: 1px solid var(--color-primary);
    width: 100%;
    padding: 0 10px;
}

.post-password-form [type="submit"] {
    margin: 15px auto 0;
    display: block !important;
}

.post-password-form .introText {
    text-align: center;
}

.hideAnchor {
    visibility: hidden;
    position: relative;
    top: -100px;
}

.contact-content p:first-child:empty {
    display: none;
}

.inlineFields .gform_fields {
    display: grid !important;
}

.inlineFields .gform_footer {
    margin-top: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.mod-meet-the-team .line-clamp-5 {
    -webkit-line-clamp: unset !important;
}

.mod-meet-the-team .wrap-team .description {
    max-height: 100% !important;
}

.mod-meet-the-team .text-cta {
    cursor: pointer;
    color: var(--color-primary) !important;
}

.mod-two-columns-content+.xl\:h-40 {
    height: 0;
    margin-top: -9px;
}

.mod-content-module+.xl\:h-40,
.mod-two-columns-content+.xl\:h-40+.mod-content-module .w-full {
    display: none;
}

.gfield_select[aria-invalid="true"]+.dropdown a {
    border: 1px solid #c02b0a !important;
    -webkit-box-shadow: inset 1px -1px 5px 1px rgba(192, 43, 10, 0.1) !important;
    box-shadow: inset 1px -1px 5px 1px rgba(192, 43, 10, 0.1) !important;
}

.mod-content-module .last-mb-none {
    flex-flow: column;
    display: flex;
}

.mod-banner-home .wrap-content {
    display: flex;
    flex-flow: column;
    align-content: center;
    padding: 25px 70px !important;
    max-width: 100%;
    margin: 0;
    align-self: center;
}

@media screen and (max-width: 900px) {
    .mod-banner-home .wrap-content {
        padding: 25px !important;
    }

    .mod-banner-home .banner-home div {
        height: 100%;
        padding: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
}

.mod-internal-services circle.fill-secondary {
    fill: var(--color-secondary-icon);
    fill-opacity: 0.4;
}

.fixAppAlignements a img,
.mod-image-content a img,
.mod-resources-link a img {
    width: 150px;
    height: 50px;
}

.fixAppAlignements a,
.mod-resources-link a {
    margin-right: 15px;
    float: left;
}

.fixAppAlignements a,
.mod-image-content .last-mb-none a:last-child {
    margin-bottom: 16px;
}

/* .fixAppAlignements {
    margin-bottom: 30px !important;
    float: left;
    position: relative;
    bottom: 18px;
    width: 100%;
    margin-top: 10px;
} */

/* Footer */

.footer-address-wrapper .footer-book {
    text-align: center;
}

/* Footer */

.mod-forms .-top-12 {
    top: -90px;
    height: 100px;
    overflow: hidden;
}

/* Svg Fix */

.svg_image,
.svg_image_4_lines,
.svg_image_mod-internal-services {
    height: 75px;
    width: 100% !important;
    left: 8px;
}

.svg_image_4_lines {
    height: 110px;
}

.svg_image_10_lines {
    height: 200px;
}

.mod-image-text .flex>svg {
    height: 300px !important;
    width: auto;
}

.svg_image_mod-internal-services {
    height: calc(100% - 262px) !important;
}

/* #Group_1163 path,
#Group_1163 circle {
    fill: var(--color-primary-icon) !important;
}
 */

/* Svg Fix */

.mod-forms .container.relative>.absolute {
    top: -85px;
    height: 100px;
}

.mod-forms svg {
    height: 100%;
}

.icon-comma:before {
    color: var(--color-primary) !important;
}

/* Blu27 Edit */

html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

hr {
    height: 0;
    color: inherit;
}

b,
strong {
    font-weight: bolder;
}

code {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    text-indent: 0;
    border-color: inherit;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
    box-shadow: none;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p {
    margin: 0;
}

button {
    background-color: transparent;
    background-image: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    line-height: 1.5;
}

body {
    font-family: inherit;
    line-height: inherit;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid currentColor;
}

hr {
    border-top-width: 1px;
}

img {
    border-style: solid;
}

textarea {
    resize: vertical;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    color: var(--color-body);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: var(--color-body);
}

input:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder {
    opacity: 1;
    color: var(--color-body);
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: var(--color-body);
}

[role="button"],
button {
    cursor: pointer;
}

:-moz-focusring {
    outline: auto;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

button,
input,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}

img,
video {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none;
}

.footer-book-clone.hidden {
    display: none !important;
}

*,
:after,
:before {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-color: var(--color-neutral-2);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
}

body {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--color-white);
    font-family: var(--fontFamily);
    font-size: 1rem;
    line-height: 1.63;
    font-weight: var(--bodyFontWeight);
    color: var(--color-body);
}

html {
    margin: 0;
    background-color: var(--color-white);
}

body,
html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
}

.h1,
h1 {
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 700;
    color: var(--color-primary);
}

.h2,
h2 {
    font-size: 1.625rem;
    line-height: 1.08;
    font-weight: 700;
    color: var(--color-primary);
}

.h3,
h3 {
    font-size: 1.375rem;
    line-height: 1.27;
    font-weight: 700;
    color: var(--color-primary);
}

.h4,
h4 {
    font-size: 1.25rem;
    line-height: 1.2;
}

.h5,
h5 {
    font-size: 1.375rem;
    line-height: 1.27;
}

.h5,
.h6,
h5,
h6 {
    font-weight: 700;
    color: var(--color-primary);
}

.h6,
h6 {
    font-size: 1.125rem;
    line-height: 1.33;
}

.h7 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-primary);
}

.h7,
small {
    line-height: 1.25;
}

small {
    font-size: 0.875rem;
}

button {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}

blockquote,
li,
ol,
ul {
    margin: 0 0 20px;
}

ol,
ul {
    display: block;
    padding-left: 40px;
}

ol {
    list-style-type: decimal;
}

ul {
    list-style-type: disc;
}

p {
    margin-bottom: 16px;
}

a:not(.btn) {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: var(--color-secondary);
}

a:not(.btn):hover {
    color: var(--color-primary);
}

.post-password-form input[type="submit"],
.btn {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 25px;
    border: 1px solid transparent;
    padding: 14px 40px;
    text-align: center;
    vertical-align: middle;
    font-family: var(--buttonFontFamily);
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 100%;
    min-width: 220px;
}

.post-password-form input[type="submit"],
.btn-outline-blue {
    border-color: var(--color-secondary);
    background-color: transparent;
    color: var(--color-secondary);
}

.post-password-form input[type="submit"]:hover,
.btn-blue,
.btn-outline-blue:hover {
    background-color: var(--color-secondary);
    color: var(--color-white);
}

.btn-blue {
    border-color: var(--color-secondary);
}

.btn-blue:hover {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
}

.text-cta {
    position: relative;
    display: inline-block;
    padding-right: 24px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-third);
}

.text-cta:hover {
    color: var(--color-primary);
}

.text-cta:after {
    content: "\E91C";
    position: absolute;
    right: 0;
    top: 50%;
    font-family: icomoon;
    line-height: 1;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: -o-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s, -o-transform 0.25s;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.8125rem;
}

.text-cta:hover:after {
    -webkit-transform: translate(15px, -50%);
    -o-transform: translate(15px, -50%);
    transform: translate(15px, -50%);
}

.btn-social {
    padding-top: 12px;
    padding-bottom: 12px;
}

.container {
    max-width: 100%;
}

.col {
    padding-left: 16px;
    padding-right: 16px;
}

.row {
    margin-left: -16px;
    margin-right: -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bg {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 375px) {
    .container {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.transform-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.transform-center-middle {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.has-underline {
    display: inline-block;
    border-bottom-width: 2px;
    border-color: var(--color-fifth);
    padding-bottom: 20px;
}

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

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    top: 0;
    bottom: 0;
}

.inset-0,
.inset-x-0 {
    right: 0;
    left: 0;
}

.-top-25 {
    top: -50px;
}

.-left-16 {
    left: -32px;
}

.-bottom-25 {
    bottom: -50px;
}

.-top-13 {
    top: -26px;
}

.-right-6 {
    right: -12px;
}

.-bottom-13 {
    bottom: -26px;
}

.left-0 {
    left: 0;
}

.-right-2 {
    right: -4px;
}

.-top-4 {
    top: -8px;
}

.top-0 {
    top: 0;
}

.bottom-20 {
    bottom: 40px;
}

.right-20 {
    right: 40px;
}

.right-7 {
    right: 14px;
}

.top-1 {
    top: 2px;
}

.right-11 {
    right: 22px;
}

.right-39 {
    right: 78px;
}

.-left-2 {
    left: -4px;
}

.-top-5 {
    top: -10px;
}

.-left-5 {
    left: -10px;
}

.-right-5 {
    right: -10px;
}

.top-full {
    top: 100%;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.-top-24 {
    top: -48px;
}

.left-50p {
    left: 50%;
}

.-top-80 {
    top: -160px;
}

.-left-22 {
    left: -44px;
}

.-left-1 {
    left: -2px;
}

.-top-44 {
    top: -88px;
}

.-top-50 {
    top: -100px;
}

.-left-60 {
    left: -120px;
}

.-top-12 {
    top: -24px;
}

.top-1905 {
    top: 1905px;
}

.-right-57 {
    right: -114px;
}

.-left-57 {
    left: -114px;
}

.-right-60 {
    right: -120px;
}

.left-1 {
    left: 2px;
}

.-top-11 {
    top: -22px;
}

.-top-18 {
    top: -36px;
}

.-top-45 {
    top: -90px;
}

.-bottom-21 {
    bottom: -42px;
}

.-left-32 {
    left: -64px;
}

.-right-32 {
    right: -64px;
}

.top-131 {
    top: 262px;
}

.-top-72 {
    top: -144px;
}

.left-5 {
    left: 10px;
}

.right-5 {
    right: 10px;
}

.-left-30 {
    left: -60px;
}

.-top-10 {
    top: -20px;
}

.-top-38 {
    top: -76px;
}

.-left-85 {
    left: -170px;
}

.-top-70 {
    top: -140px;
}

.left-77 {
    left: 154px;
}

.-left-3 {
    left: -6px;
}

.-left-43 {
    left: -86px;
}

.top-56p {
    top: 56%;
}

.right-32 {
    right: 64px;
}

.-bottom-38 {
    bottom: -76px;
}

.-left-6 {
    left: -12px;
}

.-bottom-24 {
    bottom: -48px;
}

.-left-10 {
    left: -20px;
}

.-left-12 {
    left: -24px;
}

.-top-31 {
    top: -62px;
}

.-left-4 {
    left: -8px;
}

.top-1490 {
    top: 1490px;
}

.-right-43 {
    right: -86px;
}

.-bottom-11 {
    bottom: -22px;
}

.-top-73 {
    top: -146px;
}

.-top-30 {
    top: -60px;
}

.-left-62 {
    left: -124px;
}

.-right-62 {
    right: -124px;
}

.top-50p {
    top: 50%;
}

.left-20 {
    left: 40px;
}

.-left-12p5 {
    left: -25px;
}

.-right-12p5 {
    right: -25px;
}

.z-9999 {
    z-index: 9999;
}

.z-1 {
    z-index: 1;
}

.z-200 {
    z-index: 200;
}

.z-10 {
    z-index: 10;
}

.z-2 {
    z-index: 2;
}

.z-a-1 {
    z-index: -1;
}

.z-3 {
    z-index: 3;
}

.z-0 {
    z-index: 0;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.m-0 {
    margin: 0;
}

.m-auto {
    margin: auto;
}

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

.mx-8 {
    margin-left: 16px;
    margin-right: 16px;
}

.mx-2 {
    margin-left: 4px;
    margin-right: 4px;
}

.-mx-7 {
    margin-left: -14px;
    margin-right: -14px;
}

.-mx-6 {
    margin-left: -12px;
    margin-right: -12px;
}

.mx-5 {
    margin-left: 10px;
    margin-right: 10px;
}

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

.-mx-5 {
    margin-left: -10px;
    margin-right: -10px;
}

.ml-11 {
    margin-left: 22px;
}

.mb-16 {
    margin-bottom: 32px;
}

.mt-6 {
    margin-top: 12px;
}

.mb-14 {
    margin-bottom: 28px;
}

.ml-15p5 {
    margin-left: 31px;
}

.mb-13 {
    margin-bottom: 26px;
}

.mb-5 {
    margin-bottom: 10px;
}

.mr-4 {
    margin-right: 8px;
}

.mb-3 {
    margin-bottom: 6px;
}

.mr-3 {
    margin-right: 6px;
}

.mb-2p5 {
    margin-bottom: 5px;
}

.mb-19 {
    margin-bottom: 38px;
}

.mt-12 {
    margin-top: 24px;
}

.mb-9 {
    margin-bottom: 18px;
}

.mb-11 {
    margin-bottom: 22px;
}

.mt-14 {
    margin-top: 28px;
}

.mb-10 {
    margin-bottom: 20px;
}

.mb-15p5 {
    margin-bottom: 31px;
}

.mt-22 {
    margin-top: 44px;
}

.mb-8 {
    margin-bottom: 16px;
}

.mb-12 {
    margin-bottom: 24px;
}

.mb-15 {
    margin-bottom: 30px;
}

.mt-7 {
    margin-top: 14px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-17 {
    margin-bottom: 34px;
}

.mb-16p5 {
    margin-bottom: 33px;
}

.mb-8p5 {
    margin-bottom: 17px;
}

.mr-1p5 {
    margin-right: 3px;
}

.mb-25 {
    margin-bottom: 50px;
}

.mr-1 {
    margin-right: 2px;
}

.mb-6 {
    margin-bottom: 12px;
}

.mt-3 {
    margin-top: 6px;
}

.mt-2 {
    margin-top: 4px;
}

.-mt-1 {
    margin-top: -2px;
}

.mt-15 {
    margin-top: 30px;
}

.mr-2 {
    margin-right: 4px;
}

.mb-1 {
    margin-bottom: 2px;
}

.mt-11 {
    margin-top: 22px;
}

.mt-8 {
    margin-top: 16px;
}

.mt-auto {
    margin-top: auto;
}

.mb-6p5 {
    margin-bottom: 13px;
}

.mb-4 {
    margin-bottom: 8px;
}

.mb-5p5 {
    margin-bottom: 11px;
}

.mb-7 {
    margin-bottom: 14px;
}

.mb-30 {
    margin-bottom: 60px;
}

.mb-20 {
    margin-bottom: 40px;
}

.mb-23 {
    margin-bottom: 46px;
}

.mr-7 {
    margin-right: 14px;
}

.mt-18 {
    margin-top: 36px;
}

.mb-2 {
    margin-bottom: 4px;
}

.ml-0 {
    margin-left: 0;
}

.mt-20 {
    margin-top: 40px;
}

.mr-5 {
    margin-right: 10px;
}

.mt-10 {
    margin-top: 20px;
}

.mb-36 {
    margin-bottom: 72px;
}

.mr-12 {
    margin-right: 24px;
}

.-mt-27 {
    margin-top: -54px;
}

.mb-40 {
    margin-bottom: 80px;
}

.ml-40 {
    margin-left: 80px;
}

.mb-24 {
    margin-bottom: 48px;
}

.mb-50 {
    margin-bottom: 100px;
}

.mr-10 {
    margin-right: 20px;
}

.ml-1 {
    margin-left: 2px;
}

.mt-55 {
    margin-top: 110px;
}

.-ml-5 {
    margin-left: -10px;
}

.mb-28 {
    margin-bottom: 56px;
}

.mb-21 {
    margin-bottom: 42px;
}

.mb-18 {
    margin-bottom: 36px;
}

.mr-auto {
    margin-right: auto;
}

.-ml-20 {
    margin-left: -40px;
}

.mr-7p5 {
    margin-right: 15px;
}

.mt-13 {
    margin-top: 26px;
}

.-mr-4 {
    margin-right: -8px;
}

.mb-22 {
    margin-bottom: 44px;
}

.mt-1 {
    margin-top: 2px;
}

.-mr-19 {
    margin-right: -38px;
}

.-ml-14 {
    margin-left: -28px;
}

.-ml-10 {
    margin-left: -20px;
}

.mt-26 {
    margin-top: 52px;
}

.ml-6 {
    margin-left: 12px;
}

.ml-4p5 {
    margin-left: 9px;
}

.ml-auto {
    margin-left: auto;
}

.mb-26 {
    margin-bottom: 52px;
}

.ml-33 {
    margin-left: 66px;
}

.mt-4 {
    margin-top: 8px;
}

.mb-14p5 {
    margin-bottom: 29px;
}

.mt-39 {
    margin-top: 78px;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.h-15 {
    height: 30px;
}

.h-41 {
    height: 82px;
}

.h-0 {
    height: 0;
}

.h-25 {
    height: 50px;
}

.h-full {
    height: 100%;
}

.h-20 {
    height: 40px;
}

.h-40 {
    height: 80px;
}

.h-96 {
    height: 192px;
}

.h-5 {
    height: 10px;
}

.h-10 {
    height: 20px;
}

.h-30 {
    height: 60px;
}

.h-35 {
    height: 70px;
}

.h-45 {
    height: 90px;
}

.h-50 {
    height: 100px;
}

.h-55 {
    height: 110px;
}

.h-60 {
    height: 120px;
}

.h-65 {
    height: 130px;
}

.h-70 {
    height: 140px;
}

.h-75 {
    height: 150px;
}

.h-80 {
    height: 160px;
}

.h-85 {
    height: 170px;
}

.h-90 {
    height: 180px;
}

.h-95 {
    height: 190px;
}

.h-100 {
    height: 200px;
}

.h-105 {
    height: 210px;
}

.h-110 {
    height: 220px;
}

.h-115 {
    height: 230px;
}

.h-125 {
    height: 250px;
}

.h-130 {
    height: 260px;
}

.h-135 {
    height: 270px;
}

.h-140 {
    height: 280px;
}

.h-145 {
    height: 290px;
}

.h-150 {
    height: 300px;
}

.h-37 {
    height: 74px;
}

.h-16 {
    height: 32px;
}

.h-auto {
    height: auto;
}

.h-8 {
    height: 16px;
}

.h-38p5 {
    height: 75px;
}

.h-70p {
    height: 70%;
}

.h-9 {
    height: 18px;
}

.h-0p5 {
    height: 1px;
}

.h-119 {
    height: 238px;
}

.h-68 {
    height: 136px;
}

.h-100p {
    height: 100%;
}

.h-103p5 {
    height: 207px;
}

.h-92p5 {
    height: 185px;
}

.h-73 {
    height: 146px;
}

.h-38 {
    height: 76px;
}

.h-236 {
    height: 472px;
}

.h-50p {
    height: 50%;
}

.h-56 {
    height: 112px;
}

.h-8p5 {
    height: 17px;
}

.max-h-105 {
    max-height: 105px;
}

.max-h-130 {
    max-height: 130px;
}

.max-h-295 {
    max-height: 295px;
}

.min-h-137 {
    min-height: 137px;
}

.min-h-111 {
    min-height: 111px;
}

.min-h-90 {
    min-height: 90px;
}

.min-h-231 {
    min-height: 231px;
}

.min-h-345 {
    min-height: 345px;
}

.min-h-224 {
    min-height: 224px;
}

.min-h-400 {
    min-height: 400px;
}

.min-h-full {
    min-height: 100%;
}

.min-h-180 {
    min-height: 180px;
}

.min-h-207 {
    min-height: 207px;
}

.min-h-223 {
    min-height: 223px;
}

.min-h-160 {
    min-height: 160px;
}

.min-h-354 {
    min-height: 354px;
}

.min-h-174 {
    min-height: 174px;
}

.min-h-306 {
    min-height: 306px;
}

.min-h-100 {
    min-height: 100px;
}

.min-h-113 {
    min-height: 113px;
}

.w-full {
    width: 100%;
}

.w-41 {
    width: 82px;
}

.w-36p5 {
    width: 73px;
}

.w-1\/2 {
    width: 50%;
}

.w-20 {
    width: 40px;
}

.w-30 {
    width: 60px;
}

.w-auto {
    width: auto;
}

.w-25 {
    width: 50px;
}

.w-16 {
    width: 32px;
}

.w-5 {
    width: 10px;
}

.w-42 {
    width: 84px;
}

.w-100 {
    width: 200px;
}

.w-28 {
    width: 56px;
}

.w-300 {
    width: 600px;
}

.w-130 {
    width: 260px;
}

.w-40 {
    width: 80px;
}

.w-50 {
    width: 100px;
}

.w-103p5 {
    width: 207px;
}

.w-92p5 {
    width: 185px;
}

.w-105 {
    width: 210px;
}

.w-151p5 {
    width: 303px;
}

.w-76 {
    width: 152px;
}

.w-150p {
    width: 150%;
}

.w-73 {
    width: 146px;
}

.w-75 {
    width: 150px;
}

.w-95 {
    width: 190px;
}

.w-107 {
    width: 214px;
}

.w-56 {
    width: 112px;
}

.w-52 {
    width: 104px;
}

.w-156 {
    width: 312px;
}

.w-150 {
    width: 300px;
}

.w-145 {
    width: 290px;
}

.w-60 {
    width: 120px;
}

.w-15 {
    width: 30px;
}

.min-w-220 {
    min-width: 220px;
}

.min-w-700 {
    min-width: 700px;
}

.max-w-565 {
    max-width: 565px;
}

.max-w-500 {
    max-width: 500px;
}

.max-w-1310 {
    max-width: 1310px;
}

.max-w-960 {
    max-width: 960px;
}

.max-w-420 {
    max-width: 420px;
}

.max-w-1345 {
    max-width: 1345px;
}

.max-w-775 {
    max-width: 775px;
}

.max-w-734 {
    max-width: 734px;
}

.max-w-920 {
    max-width: 920px;
}

.max-w-888 {
    max-width: 888px;
}

.max-w-full {
    max-width: 100%;
}

.max-w-228 {
    max-width: 228px;
}

.max-w-608 {
    max-width: 608px;
}

.max-w-1260 {
    max-width: 1260px;
}

.max-w-683 {
    max-width: 683px;
}

.max-w-820 {
    max-width: 820px;
}

.max-w-100 {
    max-width: 100px;
}

.max-w-630 {
    max-width: 630px;
}

.max-w-180 {
    max-width: 180px;
}

.max-w-1001 {
    max-width: 1001px;
}

.max-w-700 {
    max-width: 700px;
}

.max-w-1146 {
    max-width: 1146px;
}

.max-w-1230 {
    max-width: 1230px;
}

.max-w-640 {
    max-width: 640px;
}

.max-w-530 {
    max-width: 530px;
}

.max-w-856 {
    max-width: 856px;
}

.max-w-456 {
    max-width: 456px;
}

.max-w-600 {
    max-width: 600px;
}

.max-w-932 {
    max-width: 932px;
}

.max-w-1920 {
    max-width: 1920px;
}

.max-w-140 {
    max-width: 140px;
}

.max-w-1440 {
    max-width: 1440px;
}

.max-w-1000 {
    max-width: 1000px;
}

.max-w-610 {
    max-width: 610px;
}

.max-w-1015 {
    max-width: 1015px;
}

.max-w-516 {
    max-width: 516px;
}

.max-w-1266 {
    max-width: 1266px;
}

.max-w-1084 {
    max-width: 1084px;
}

.max-w-400 {
    max-width: 400px;
}

.max-w-310 {
    max-width: 310px;
}

.max-w-1272 {
    max-width: 1272px;
}

.max-w-145 {
    max-width: 145px;
}

.max-w-662 {
    max-width: 662px;
}

.max-w-168 {
    max-width: 168px;
}

.max-w-717 {
    max-width: 717px;
}

.max-w-380 {
    max-width: 380px;
}

.max-w-940 {
    max-width: 940px;
}

.max-w-1240 {
    max-width: 1240px;
}

.max-w-200 {
    max-width: 200px;
}

.max-w-1150 {
    max-width: 1150px;
}

.max-w-548 {
    max-width: 548px;
}

.max-w-650 {
    max-width: 650px;
}

.max-w-230 {
    max-width: 230px;
}

.max-w-660 {
    max-width: 660px;
}

.max-w-1218 {
    max-width: 1218px;
}

.max-w-1206 {
    max-width: 1206px;
}

.flex-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.flex-none {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
}

.flex-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.flex-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.transform {
    -webkit-transform: var(--tw-transform);
    -o-transform: var(--tw-transform);
    transform: var(--tw-transform);
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

.list-none {
    list-style-type: none;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.self-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.overflow-hidden {
    overflow: hidden;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-2p5xl,
.rounded-46 {
    border-radius: 46px;
}

.rounded-75 {
    border-radius: 75px;
}

.rounded-xl {
    border-radius: 25px;
}

.rounded-52 {
    border-radius: 52px;
}

.rounded-lg {
    border-radius: 20px;
}

.rounded-2xl {
    border-radius: 45px;
}

.rounded-42 {
    border-radius: 42px;
}

.rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.border-1 {
    border-width: 1px;
}

.border-0 {
    border-width: 0;
}

.border-2p5 {
    border-width: 3px;
}

.border-50 {
    border-width: 50px;
}

.border-30 {
    border-width: 30px;
}

.border-b-1 {
    border-bottom-width: 1px;
}

.border-b-30 {
    border-bottom-width: 30px;
}

.border-t-0 {
    border-top-width: 0;
}

.border-b {
    border-bottom-width: 1px;
}

.border-t-3 {
    border-top-width: 3px;
}

.border-b-16 {
    border-bottom-width: 16px;
}

.border-b-2p5 {
    border-bottom-width: 3px;
}

.border-solid {
    border-style: solid;
}

.border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 227, 220, var(--tw-border-opacity));
}

.border-white {
    border-color: var(--color-white);
}

.border-blue-500 {
    border-color: var(--color-fifth);
}

.border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(144, 144, 144, var(--tw-border-opacity));
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-blue-200 {
    border-color: var(--color-third);
}

.border-blue-400 {
    border-color: var(--color-primary);
}

.border-blue-100 {
    border-color: var(--color-fourth);
}

.bg-blue-200 {
    background-color: var(--color-third);
}

.bg-blue-300 {
    background-color: var(--color-secondary);
}

.bg-blue-400 {
    background-color: var(--color-primary);
}

.bg-blue-100 {
    background-color: var(--color-fourth);
}

.bg-gray-300 {
    background-color: var(--color-neutral-1);
}

.bg-blue-500 {
    background-color: var(--color-fifth);
}

.bg-loadding {
    background-color: rgba(0, 0, 0, 0.2);
}

.bg-white {
    background-color: var(--color-white);
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
}

.bg-blue-600 {
    background-color: var(--color-sixth);
}

.bg-gray-200 {
    background-color: var(--color-neutral-2);
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
}

.bg-banner-internal {
    --tw-bg-opacity: 1;
    background-color: rgba(43, 43, 43, var(--tw-bg-opacity));
}

.bg-contain {
    background-size: contain;
}

.bg-auto {
    background-size: auto;
}

.bg-cover {
    background-size: cover;
}

.bg-full-w {
    background-size: 100% auto;
}

.bg-center {
    background-position: 50%;
}

.bg-right-bottom {
    background-position: 100% 100%;
}

.bg-left-bottom {
    background-position: 0 100%;
}

.bg-left-top {
    background-position: 0 0;
}

.bg-right-top {
    background-position: 100% 0;
}

.bg-top {
    background-position: top;
}

.bg-bottom,
.bg-center-bottom {
    background-position: bottom;
}

.bg-repeat {
    background-repeat: repeat;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-repeat-x {
    background-repeat: repeat-x;
}

.p-5 {
    padding: 10px;
}

.p-0 {
    padding: 0;
}

.p-4 {
    padding: 8px;
}

.p-15 {
    padding: 30px;
}

.p-10 {
    padding: 20px;
}

.p-13 {
    padding: 26px;
}

.p-7 {
    padding: 14px;
}

.p-18 {
    padding: 36px;
}

.p-20 {
    padding: 40px;
}

.px-12 {
    padding-left: 24px;
    padding-right: 24px;
}

.py-34 {
    padding-top: 68px;
    padding-bottom: 68px;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-50 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-5 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-38p5 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.py-11 {
    padding-top: 22px;
    padding-bottom: 22px;
}

.px-10 {
    padding-left: 20px;
    padding-right: 20px;
}

.py-8 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.py-20 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-30 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-25 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.px-13 {
    padding-left: 26px;
    padding-right: 26px;
}

.py-15 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-38 {
    padding-top: 76px;
    padding-bottom: 76px;
}

.py-44 {
    padding-top: 88px;
    padding-bottom: 88px;
}

.px-8 {
    padding-left: 16px;
    padding-right: 16px;
}

.px-15 {
    padding-left: 30px;
    padding-right: 30px;
}

.py-10 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.px-6 {
    padding-left: 12px;
    padding-right: 12px;
}

.px-7 {
    padding-left: 14px;
    padding-right: 14px;
}

.py-18 {
    padding-top: 36px;
    padding-bottom: 36px;
}

.px-14 {
    padding-left: 28px;
    padding-right: 28px;
}

.py-6 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.py-40 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.px-11 {
    padding-left: 22px;
    padding-right: 22px;
}

.px-30 {
    padding-left: 60px;
    padding-right: 60px;
}

.py-45 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.px-40 {
    padding-left: 80px;
    padding-right: 80px;
}

.px-8p5 {
    padding-left: 17px;
    padding-right: 17px;
}

.px-1 {
    padding-left: 2px;
    padding-right: 2px;
}

.py-22 {
    padding-top: 44px;
    padding-bottom: 44px;
}

.px-11p5 {
    padding-left: 23px;
    padding-right: 23px;
}

.py-16 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.pl-3 {
    padding-left: 6px;
}

.pt-24 {
    padding-top: 48px;
}

.pb-28 {
    padding-bottom: 56px;
}

.pb-34 {
    padding-bottom: 68px;
}

.pt-50 {
    padding-top: 100px;
}

.pb-5 {
    padding-bottom: 10px;
}

.pt-22 {
    padding-top: 44px;
}

.pb-10 {
    padding-bottom: 20px;
}

.pb-9 {
    padding-bottom: 18px;
}

.pt-13 {
    padding-top: 26px;
}

.pb-4 {
    padding-bottom: 8px;
}

.pb-13p5 {
    padding-bottom: 27px;
}

.pb-12 {
    padding-bottom: 24px;
}

.pb-6 {
    padding-bottom: 12px;
}

.pt-10 {
    padding-top: 20px;
}

.pt-5 {
    padding-top: 10px;
}

.pt-34 {
    padding-top: 68px;
}

.pb-3 {
    padding-bottom: 6px;
}

.pr-0 {
    padding-right: 0;
}

.pl-15 {
    padding-left: 30px;
}

.pt-17 {
    padding-top: 34px;
}

.pt-21 {
    padding-top: 42px;
}

.pt-16 {
    padding-top: 32px;
}

.pl-0 {
    padding-left: 0;
}

.pl-1p5 {
    padding-left: 3px;
}

.pt-20 {
    padding-top: 40px;
}

.pb-131 {
    padding-bottom: 262px;
}

.pb-17 {
    padding-bottom: 34px;
}

.pt-19 {
    padding-top: 38px;
}

.pb-18 {
    padding-bottom: 36px;
}

.pt-14 {
    padding-top: 28px;
}

.pb-7 {
    padding-bottom: 14px;
}

.pt-23 {
    padding-top: 46px;
}

.pb-16 {
    padding-bottom: 32px;
}

.pr-15p5 {
    padding-right: 31px;
}

.pb-19 {
    padding-bottom: 38px;
}

.pt-30 {
    padding-top: 60px;
}

.pb-15 {
    padding-bottom: 30px;
}

.pl-17 {
    padding-left: 34px;
}

.pr-13 {
    padding-right: 26px;
}

.pt-25 {
    padding-top: 50px;
}

.pb-20 {
    padding-bottom: 40px;
}

.pr-10 {
    padding-right: 20px;
}

.pt-9 {
    padding-top: 18px;
}

.pt-45 {
    padding-top: 90px;
}

.pb-38 {
    padding-bottom: 76px;
}

.pt-80p {
    padding-top: 80%;
}

.pt-8 {
    padding-top: 16px;
}

.pb-100p {
    padding-bottom: 100%;
}

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

.pt-48 {
    padding-top: 96px;
}

.pb-36 {
    padding-bottom: 72px;
}

.pt-6 {
    padding-top: 12px;
}

.pb-35 {
    padding-bottom: 70px;
}

.pl-16 {
    padding-left: 32px;
}

.pb-77p {
    padding-bottom: 77%;
}

.pb-25 {
    padding-bottom: 50px;
}

.pr-5 {
    padding-right: 10px;
}

.pr-16 {
    padding-right: 32px;
}

.pl-2 {
    padding-left: 4px;
}

.pb-33 {
    padding-bottom: 66px;
}

.pt-15 {
    padding-top: 30px;
}

.pb-8 {
    padding-bottom: 16px;
}

.pt-36 {
    padding-top: 72px;
}

.pb-88p {
    padding-bottom: 88%;
}

.pt-40 {
    padding-top: 80px;
}

.pt-18 {
    padding-top: 36px;
}

.pb-26 {
    padding-bottom: 52px;
}

.pb-40 {
    padding-bottom: 80px;
}

.pl-1 {
    padding-left: 2px;
}

.pb-42p {
    padding-bottom: 42%;
}

.pb-13 {
    padding-bottom: 26px;
}

.pt-35 {
    padding-top: 70px;
}

.pb-24 {
    padding-bottom: 48px;
}

.pb-27 {
    padding-bottom: 54px;
}

.pl-5 {
    padding-left: 10px;
}

.pl-6 {
    padding-left: 12px;
}

.pb-30 {
    padding-bottom: 60px;
}

.pt-27 {
    padding-top: 54px;
}

.pb-21 {
    padding-bottom: 42px;
}

.pb-152p25p {
    padding-bottom: 152.25%;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.align-middle {
    vertical-align: middle;
}

.font-body {
    font-family: var(--fontFamily);
}

.font-header {
    font-family: var(--headerFontFamily);
}

.font-button {
    font-family: var(--buttonFontFamily);
}

.font-arial {
    font-family: Arial;
}

.text-sms-phone-rustic {
    font-size: 1.125rem;
    line-height: 2.13;
    letter-spacing: normal;
}

.text-header {
    font-size: 1.125rem;
    line-height: 1.22;
}

.text-sup-footer {
    font-size: 0.875rem;
    line-height: 1.43;
}

.text-xsm {
    font-size: 1rem;
    line-height: 1.25;
}

.text-3xl {
    font-size: 1.5625rem;
}

.text-btn-text-rustic {
    font-size: 0.9375rem;
    line-height: 1.33;
    letter-spacing: 0;
}

.text-p-doctors {
    font-size: 1.25rem;
    line-height: 1.3;
}

.text-footer {
    font-size: 1.125rem;
    line-height: 1.67;
}

.text-header-rustic {
    font-size: 1.375rem;
    line-height: 1;
    letter-spacing: 0.22px;
}

.text-header-whimsical {
    font-size: 1.25rem;
    line-height: 1.1;
    letter-spacing: 0.2px;
}

.text-2lg {
    font-size: 1.125rem;
    line-height: 1.22;
}

.text-h6-md {
    font-size: 1.125rem;
    line-height: 1.33;
}

.text-h5-md-whimsical {
    font-size: 1.375rem;
    line-height: 1.36;
}

.text-h4 {
    font-size: 1.25rem;
    line-height: 1.2;
}

.text-lg-whimsical {
    font-size: 1.125rem;
    line-height: 1.44;
}

.text-msg-md {
    font-size: 1.125rem;
    line-height: 1.11;
}

.text-h1 {
    font-size: 1.875rem;
    line-height: 1;
}

.text-h2-md {
    font-size: 2.25rem;
    line-height: 1.11;
}

.text-h7-md {
    font-size: 1rem;
    line-height: 1.25;
}

.text-h4-lg {
    font-size: 1.625rem;
    line-height: 1.46;
}

.text-base {
    font-size: 1rem;
    line-height: 1.63;
}

.text-position {
    font-size: 0.875rem;
    line-height: 1.29;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.3333;
}

.text-description-meet-team-whimsical {
    font-size: 1.125rem;
    line-height: 1.33;
}

.text-arrow-link {
    font-size: 2rem;
    line-height: 1;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 1.33;
}

.text-testimonial {
    font-size: 1.125rem;
    line-height: 1.56;
}

.text-sup-footer-md {
    font-size: 1rem;
    line-height: 1.38;
}

.text-h3-md {
    font-size: 1.625rem;
    line-height: 1.15;
}

.text-xl {
    font-size: 1.375rem;
    line-height: 1.36;
}

.text-btn-rustic {
    font-size: 1.3125rem;
    line-height: 0.95;
    letter-spacing: 0;
}

.text-h5-xl-rustic {
    font-size: 1.5rem;
    line-height: 1.33;
}

.text-small-btn-rustic {
    font-size: 1.125rem;
    line-height: 0.95;
    letter-spacing: 0;
}

.text-h2-md-rustic {
    font-size: 2.375rem;
    line-height: 1.21;
}

.text-h4-md-rustic {
    font-size: 1.375rem;
    line-height: 1.55;
}

.text-btn-whimsical {
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0.32px;
}

.text-h5-whimsical {
    font-size: 1.375rem;
    line-height: 1.36;
}

.text-announcement-md-whimsical {
    font-size: 1.125rem;
    line-height: 1.11;
}

.text-position-whimsical {
    font-size: 1rem;
    line-height: 1.13;
}

.text-h3-whimsical {
    font-size: 1.375rem;
    line-height: 1.27;
}

.text-base-whimsical {
    font-size: 1rem;
    line-height: 1.38;
}

.text-h6-whimsical {
    font-size: 1.125rem;
    line-height: 1.67;
}

.font-bold {
    font-weight: 700;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.font-black {
    font-weight: 900;
}

.font-semibold {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.not-italic {
    font-style: normal;
}

.leading-relaxed {
    line-height: 1.89;
}

.leading-1-15 {
    line-height: 1.15;
}

.leading-1-38 {
    line-height: 1.38;
}

.leading-1-45 {
    line-height: 1.45;
}

.leading-gform-2 {
    line-height: 1.36;
}

.leading-9 {
    line-height: 2.25rem;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-none {
    line-height: 1;
}

.leading-11 {
    line-height: 2.75rem;
}

.leading-tight {
    line-height: 1.25;
}

.leading-1-24 {
    line-height: 1.24;
}

.leading-1-11 {
    line-height: 1.11;
}

.tracking-sp7 {
    letter-spacing: -0.17px;
}

.tracking-sp8 {
    letter-spacing: -0.13px;
}

.tracking-sp6 {
    letter-spacing: -0.11px;
}

.tracking-normal {
    letter-spacing: 0;
}

.text-blue-300 {
    color: var(--color-secondary);
}

.text-blue-500 {
    color: var(--color-fifth);
}

.text-blue-200 {
    color: var(--color-third);
}

.text-blue-400 {
    color: var(--color-primary);
}

.text-white {
    color: var(--color-white);
}

.text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(144, 144, 144, var(--tw-text-opacity));
}

.text-gray-400 {
    color: var(--color-body);
}

.text-primary {
    color: var(--color-primary);
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.underline {
    text-decoration: underline;
}

.no-underline {
    text-decoration: none;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-0 {
    opacity: 0;
}

.opacity-86 {
    opacity: 0.86;
}

.shadow-none {
    --tw-shadow: 0 0 #0000;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-all {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
}

.transition-transform {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
}

.duration-300 {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.duration-250 {
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ps-as {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    font-size: 0;
}

.filter-disabled {
    pointer-events: none !important;
}

.flip {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.text-inherit a:not(.btn):not(:hover),
.text-inherit h1,
.text-inherit h2,
.text-inherit h3,
.text-inherit h4,
.text-inherit h5,
.text-inherit h6 {
    color: inherit;
}

.last-mb-none :last-child {
    margin-bottom: 0;
}

.paragraph-large {
    font-size: 1.125rem;
    line-height: 1.3333;
}

.paragraph-large-2 {
    font-size: 1.125rem;
    line-height: 1.56;
}

.paragraph-small {
    font-size: 1rem;
    line-height: 1.63;
}

.link-underline a:not(.btn) {
    text-decoration: underline;
}

.link-underline a:not(.btn):hover {
    text-decoration: none;
}

.mod-cols-right-list ol,
.mod-cols-right-list ul {
    list-style-type: none;
    padding-left: 0;
}

.mod-cols-right-list ol li,
.mod-cols-right-list ul li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 30px;
}

.mod-cols-right-list ol li:before,
.mod-cols-right-list ul li:before {
    content: "\E91D";
    position: absolute;
    left: -8px;
    top: -2px;
    display: block;
    font-family: icomoon;
    line-height: 1;
    color: var(--color-third);
}

.mod-cols-right-list ol li:before,
.mod-cols-right-list ul li:before {
    font-size: 1.25rem;
    line-height: 1.2;
}

.mod-cols-right-list-plus ol li:before,
.mod-cols-right-list-plus ul li:before {
    content: "\E922";
    top: 0;
}

.dots-Gray * {
    fill: var(--color-neutral-1);
}

.content-headline h2 {
    margin-bottom: 20px;
}

.shadow-102 {
    -webkit-box-shadow: 0 8px 10px 0 hsla(0, 0%, 40%, 0.16), 0 -4px 10px 0 hsla(0, 0%, 40%, 0.16);
    box-shadow: 0 8px 10px 0 hsla(0, 0%, 40%, 0.16), 0 -4px 10px 0 hsla(0, 0%, 40%, 0.16);
}

.shadow-0 {
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
}

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

.scroll-to-top {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.scroll-to-top.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 1px 3px #000;
    box-shadow: 0 1px 3px #000;
}

.content-base-style ol ol,
.content-base-style ol ul,
.content-base-style ul ol,
.content-base-style ul ul {
    margin-top: 20px;
}

input[type="checkbox"]+.label-input {
    position: relative;
    padding-left: 36px;
}

input[type="checkbox"]+.label-input:after,
input[type="checkbox"]+.label-input:before {
    content: "";
    position: absolute;
}

input[type="checkbox"]+.label-input:before {
    left: 0;
    height: 21px;
    width: 21px;
}

input[type="checkbox"]+.label-input:before {
    border: 0.5px solid hsla(0, 0%, 44%, 0.3);
}

input[type="checkbox"]+.label-input:after {
    content: "\E91F";
    left: 2px;
    top: 2px;
    font-family: icomoon;
    color: var(--color-fifth);
    opacity: 0;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

input[type="checkbox"]+.label-input:hover:after {
    opacity: 0.5;
}

input[type="checkbox"]:checked+.label-input {
    font-weight: 700;
    color: var(--color-primary);
}

input[type="checkbox"]:checked+.label-input:after {
    opacity: 1;
}

input[type="radio"]+.label-input {
    position: relative;
    padding-left: 36px;
}

input[type="radio"]+.label-input:after,
input[type="radio"]+.label-input:before {
    content: "";
    position: absolute;
    border-radius: 9999px;
}

input[type="radio"]+.label-input:before {
    left: 0;
    height: 21px;
    width: 21px;
    top: 1px;
    border: 0.5px solid hsla(0, 0%, 44%, 0.3);
}

input[type="radio"]+.label-input:after {
    content: "";
    left: 4px;
    height: 13px;
    width: 13px;
    background-color: var(--color-secondary);
    opacity: 0;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    top: 5px;
}

input[type="radio"]+.label-input:hover:after {
    opacity: 0.5;
}

input[type="radio"]:checked+.label-input {
    font-weight: 700;
    color: var(--color-primary);
}

input[type="radio"]:checked+.label-input:after {
    opacity: 1;
}

.recent-blog-card-shadow {
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
}

.gravity-form-block .gform_wrapper.gravity-theme .gform_fields {
    row-gap: 27px;
}

/* .gravity-form-block .gform_wrapper.gravity-theme .gfield_validation_message,
.gravity-form-block .gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
} */

.gform_required_legend .gfield_required {
    display: inline !important;
}

.gravity-form-block .gform_wrapper.gravity-theme .gsection {
    border-style: none;
}

.gravity-form-block .gform_wrapper.gravity-theme .gsection h3 {
    display: inline-block;
    font-size: 1.625rem;
    line-height: 1.08;
    font-weight: 700;
    color: var(--color-primary);
}

.gravity-form-block .gform_wrapper.gravity-theme .gsection h3 {
    border-bottom-width: 1px;
    border-color: var(--color-fifth);
    padding-bottom: 16px;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_complex label,
.gravity-form-block .gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 8px;
    font-size: 1.125rem;
    line-height: 1.67;
    font-weight: 700;
    color: var(--color-primary);
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield.gfield--width-1-4 {
    grid-column: 6;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield.gfield--width-3-4,
.gravity-form-block .gform_wrapper.gravity-theme .gfield.gfield--width-third {
    grid-column: span 12;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .custom-select,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container select,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container textarea {
    border-radius: 25px;
    padding: 11px 30px;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .custom-select,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container select,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container textarea {
    font-size: 1.125rem;
    line-height: 1.67;
    font-weight: 300;
    color: var(--color-primary);
    outline: 2px solid transparent;
    outline-offset: 2px;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .custom-select,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container select,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container textarea {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(144, 144, 144, var(--tw-border-opacity));
    -webkit-box-shadow: inset 1px -1px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px -1px 5px 1px rgba(0, 0, 0, 0.1);
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .custom-select::-webkit-input-placeholder,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input::-webkit-input-placeholder,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container select::-webkit-input-placeholder,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container textarea::-webkit-input-placeholder {
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgba(144, 144, 144, var(--tw-text-opacity));
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .custom-select::-moz-placeholder,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input::-moz-placeholder,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container select::-moz-placeholder,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container textarea::-moz-placeholder {
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgba(144, 144, 144, var(--tw-text-opacity));
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .custom-select:-ms-input-placeholder,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .custom-select::-ms-input-placeholder,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input:-ms-input-placeholder,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input::-ms-input-placeholder,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container select:-ms-input-placeholder,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container select::-ms-input-placeholder,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container textarea:-ms-input-placeholder,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container textarea::-ms-input-placeholder {
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgba(144, 144, 144, var(--tw-text-opacity));
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .custom-select::placeholder,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input::placeholder,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container select::placeholder,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container textarea::placeholder {
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgba(144, 144, 144, var(--tw-text-opacity));
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .custom-select:-webkit-autofill,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input:-webkit-autofill,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container select:-webkit-autofill,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container textarea:-webkit-autofill {
    -webkit-transition: background-color 600000s 0s, color 600000s 0s;
    transition: background-color 600000s 0s, color 600000s 0s;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .dropdown-select-c8 .caret-c8 {
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .dropdown-select-c8.show .custom-select {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .dropdown-select-c8.show .caret-c8 {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .dropdown-select-c8 .dropdown-menu {
    min-width: 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .dropdown-select-c8 .dropdown-menu ul li.selected,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .dropdown-select-c8 .dropdown-menu ul li:hover {
    background-color: var(--color-fourth);
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .dropdown-select-c8 .dropdown-menu ul li:not(:last-child) {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(144, 144, 144, var(--tw-border-opacity));
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container.ginput_container_textarea {
    overflow: hidden;
    border-radius: 25px;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container.ginput_container_textarea textarea {
    resize: none;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container select {
    -webkit-appearance: none;
    background: transparent;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input[type="checkbox"] {
    display: none;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input[type="checkbox"]+label {
    font-size: 1.125rem;
    line-height: 1.33;
    font-weight: 700;
    color: var(--color-primary);
    font-weight: 500;
    position: relative;
    padding-left: 30px;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input[type="checkbox"]+label:after,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input[type="checkbox"]+label:before {
    content: "";
    position: absolute;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input[type="checkbox"]+label:before {
    left: 0;
    height: 21px;
    width: 21px;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input[type="checkbox"]+label:before {
    border: 0.5px solid hsla(0, 0%, 44%, 0.3);
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input[type="checkbox"]+label:after {
    content: "\E91F";
    left: 2px;
    top: 0;
    font-family: icomoon;
    color: var(--color-fifth);
    opacity: 0;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input[type="checkbox"]+label:hover:after {
    opacity: 0.5;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input[type="radio"] {
    display: none;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input[type="radio"]+label {
    font-size: 1.125rem;
    line-height: 1.33;
    font-weight: 700;
    color: var(--color-primary);
    font-weight: 500;
    position: relative;
    padding-left: 30px;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input[type="radio"]+label:after,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input[type="radio"]+label:before {
    content: "";
    position: absolute;
    border-radius: 9999px;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input[type="radio"]+label:before {
    left: 0;
    height: 21px;
    width: 21px;
    top: 1px;
    border: 0.5px solid hsla(0, 0%, 44%, 0.3);
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input[type="radio"]+label:after {
    content: "";
    left: 4px;
    height: 13px;
    width: 13px;
    background-color: var(--color-secondary);
    opacity: 0;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    top: 5px;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input[type="radio"]+label:hover:after {
    opacity: 0.5;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input[type="radio"]:checked+label:after {
    opacity: 1;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .gfield_checkbox,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .gfield_radio {
    margin-top: 30px;
    margin-bottom: 30px;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .gfield_checkbox>div,
.gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .gfield_radio>div {
    margin-bottom: 9px;
}

.gravity-form-block .gform_wrapper.gravity-theme .gfield.gfield_error .ginput_container input,
.gravity-form-block .gform_wrapper.gravity-theme .gfield.gfield_error .ginput_container textarea {
    border: 1px solid #c02b0a;
    -webkit-box-shadow: inset 1px -1px 5px 1px rgba(192, 43, 10, 0.1);
    box-shadow: inset 1px -1px 5px 1px rgba(192, 43, 10, 0.1);
}

.gravity-form-block .gform_wrapper.gravity-theme .gform_button {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 25px;
    border: 1px solid transparent;
    padding: 16px 40px 12px;
    text-align: center;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 100%;
}

.gravity-form-block .gform_wrapper.gravity-theme .gform_button {
    border-color: var(--color-secondary);
    background-color: var(--color-secondary);
    color: var(--color-white);
}

.gravity-form-block .gform_wrapper.gravity-theme .gform_button:hover {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
}

.gravity-form-block .gform_wrapper.gravity-theme .gform_button {
    cursor: pointer;
}

@media (min-width: 640px) {
    .gravity-form-block .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
        grid-column: span 6;
    }
}

.d-box {
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
}

.line-clamp-5 {
    -webkit-line-clamp: 5;
}

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

.hide-loader {
    display: none !important;
}

.donut {
    border: 0.3rem solid hsla(0, 0%, 100%, 0.3);
    border-top-color: #fff;
    -webkit-animation: spin 0.8s linear infinite;
    -o-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@-o-keyframes spin {
    to {
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.fill-primary {
    fill: var(--color-primary-icon) !important;
}

.stroke-primary {
    stroke: var(--color-primary-icon) !important;
}

.fill-secondary {
    fill: var(--color-secondary-icon) !important;
}

.stroke-secondary {
    stroke: var(--color-secondary-icon) !important;
}

.fill-third {
    fill: var(--color-third) !important;
}

.stroke-third {
    stroke: var(--color-third) !important;
}

.fill-fourth {
    fill: var(--color-fourth) !important;
}

.stroke-fourth {
    stroke: var(--color-fourth) !important;
}

.fill-body {
    fill: var(--color-body) !important;
}

.stroke-body {
    stroke: var(--color-body) !important;
}

.fill-neutral-1 {
    fill: var(--color-neutral-1) !important;
}

.stroke-neutral-1 {
    stroke: var(--color-neutral-1) !important;
}

.fill-neutral-2 {
    fill: var(--color-neutral-2) !important;
}

.stroke-neutral-2 {
    stroke: var(--color-neutral-2) !important;
}

.fill-secondary-global {
    fill: var(--color-secondary) !important;
}

.stroke-secondary-global {
    stroke: var(--color-secondary) !important;
}

.fill-fifth-global {
    fill: var(--color-fifth) !important;
}

.stroke-fifth-global {
    stroke: var(--color-fifth) !important;
}

@font-face {
    font-family: icomoon;
    font-display: swap;
    src: url("/wp-content/themes/alliance/dist/fonts/icomoon.eot");
    src: url("/wp-content/themes/alliance/dist/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/alliance/dist/fonts/icomoon.ttf") format("truetype"), url("/wp-content/themes/alliance/dist/fonts/icomoon.woff") format("woff"), url("/wp-content/themes/alliance/dist/fonts/icomoon.svg#icomoon") format("svg");
    font-weight: 400;
    font-style: normal;
}

.icomoon {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-comma-v2:before {
    content: "\E92D";
    color: var(--color-primary);
}

.icon-close:before {
    content: "\E91F";
}

.icon-chevron-right:before {
    content: "\E90A";
}

.icon-chevron-down:before {
    content: "\E90C";
}

.icon-chevron-up:before {
    content: "\E90D";
}

.icon-facebook1:before {
    content: "\E914";
}

.icon-icon-phone1:before {
    content: "\E915";
}

.icon-icon-sms:before {
    content: "\E916";
}

.icon-instagram1:before {
    font-size: 92%;
}

.icon-close1:before {
    content: "\E91A";
}

.icon-hamburger:before {
    content: "\E91B";
}

.icon-arrow-link:before {
    content: "\E923";
}

.icon-comma:before {
    content: "\E924";
}

.icon-arrow-thin-right:before {
    content: "\E927";
}

.icon-arrow-thin-left:before {
    content: "\E928";
}

.icon-start:before {
    content: "\E929";
}

.icon-plus-thin:before {
    content: "\E92C";
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-next,
.slick-prev {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 3px;
    cursor: pointer;
}

.slick-dots li:before {
    display: none;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
    opacity: 1;
}

.slick-dots li button {
    border-radius: 9999px;
    background-color: var(--color-secondary);
    opacity: 0.5;
    display: block;
    width: 12px;
    height: 12px;
    padding: 6px;
    color: transparent;
    cursor: pointer;
}

html.no-touch.popup-open,
html.no-touch.popup-open .header {
    padding-right: 17px;
}

html.no-touch.popup-open .main-menu-ul {
    -webkit-transform: translateX(-17px);
    -o-transform: translateX(-17px);
    transform: translateX(-17px);
}

html.no-touch.popup-open .main-menu-ul.main-menu-modern {
    -webkit-transform: translateX(-17px);
    -o-transform: translateX(-17px);
    transform: translateX(-17px);
}

html.popup-open {
    overflow: hidden;
}

html.popup-animation .popup-inner {
    opacity: 1;
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

html.popup-animation .mask-pop-overlay {
    opacity: 0.84;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.popup-container {
    padding: 30px 0;
    z-index: 2;
    text-align: center;
    overflow: auto;
}

.popup-container .popup-content,
.popup-container:before {
    display: inline-block;
    vertical-align: middle;
}

.popup-container:before {
    content: "";
    height: 100%;
    margin-right: -0.25em;
    width: 0;
}

.popup-container .container .container {
    padding: 0;
}

.main-content-popup {
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 220px);
}

.touch .popup-container,
.touch .popup-content {
    -webkit-overflow-scrolling: touch;
}

.popup-content {
    position: relative;
    left: 2px;
    z-index: 2;
    max-width: 99.5%;
    width: 100%;
    text-align: center;
}

.popup-content.no-element {
    width: auto;
}

.popup-content.no-element .popup-inner {
    background: #fff;
    padding: 30px 40px;
}

.popup-content.no-element .popup-inner>* {
    margin: 0;
}

.popup-inner {
    position: relative;
    z-index: 10;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: -webkit-transform 0.15s ease-out;
    transition: -webkit-transform 0.15s ease-out;
    -o-transition: -o-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out, -o-transform 0.15s ease-out;
}

.popup-video {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.popup-video .embed-responsive-item {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ibGRzLXNwaW5uZXIiIHdpZHRoPSI1NHB4IiAgaGVpZ2h0PSI1NHB4IiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBzdHlsZT0iYmFja2dyb3VuZDogbm9uZTsiPjxnIHRyYW5zZm9ybT0icm90YXRlKDAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMjQiIHJ4PSI5LjQiIHJ5PSI0LjgiIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiBmaWxsPSIjMDA3YmZmIiBjbGFzcz0iZmlsbC1wcmltYXJ5Ij4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiB0aW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iLTAuOTE2NjY2NjY2NjY2NjY2NnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+CiAgPC9yZWN0Pgo8L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMzAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMjQiIHJ4PSI5LjQiIHJ5PSI0LjgiIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiBmaWxsPSIjMDA3YmZmIiBjbGFzcz0iZmlsbC1wcmltYXJ5Ij4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiB0aW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iLTAuODMzMzMzMzMzMzMzMzMzNHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+CiAgPC9yZWN0Pgo8L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNjAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMjQiIHJ4PSI5LjQiIHJ5PSI0LjgiIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiBmaWxsPSIjMDA3YmZmIiBjbGFzcz0iZmlsbC1wcmltYXJ5Ij4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiB0aW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iLTAuNzVzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPgogIDwvcmVjdD4KPC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDUwIDUwKSI+CiAgPHJlY3QgeD0iNDciIHk9IjI0IiByeD0iOS40IiByeT0iNC44IiB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgZmlsbD0iIzAwN2JmZiIgY2xhc3M9ImZpbGwtcHJpbWFyeSI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIgdGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjY2NjY2NjY2NjY2NjY2NjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPgogIDwvcmVjdD4KPC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDEyMCA1MCA1MCkiPgogIDxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjkuNCIgcnk9IjQuOCIgd2lkdGg9IjYiIGhlaWdodD0iMTIiIGZpbGw9IiMwMDdiZmYiIGNsYXNzPSJmaWxsLXByaW1hcnkiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIHRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSItMC41ODMzMzMzMzMzMzMzMzM0cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMjQiIHJ4PSI5LjQiIHJ5PSI0LjgiIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiBmaWxsPSIjMDA3YmZmIiBjbGFzcz0iZmlsbC1wcmltYXJ5Ij4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiB0aW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iLTAuNXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+CiAgPC9yZWN0Pgo8L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMTgwIDUwIDUwKSI+CiAgPHJlY3QgeD0iNDciIHk9IjI0IiByeD0iOS40IiByeT0iNC44IiB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgZmlsbD0iIzAwN2JmZiIgY2xhc3M9ImZpbGwtcHJpbWFyeSI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIgdGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjQxNjY2NjY2NjY2NjY2NjdzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPgogIDwvcmVjdD4KPC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDIxMCA1MCA1MCkiPgogIDxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjkuNCIgcnk9IjQuOCIgd2lkdGg9IjYiIGhlaWdodD0iMTIiIGZpbGw9IiMwMDdiZmYiIGNsYXNzPSJmaWxsLXByaW1hcnkiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIHRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSItMC4zMzMzMzMzMzMzMzMzMzMzcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgyNDAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMjQiIHJ4PSI5LjQiIHJ5PSI0LjgiIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiBmaWxsPSIjMDA3YmZmIiBjbGFzcz0iZmlsbC1wcmltYXJ5Ij4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiB0aW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iLTAuMjVzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPgogIDwvcmVjdD4KPC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDI3MCA1MCA1MCkiPgogIDxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjkuNCIgcnk9IjQuOCIgd2lkdGg9IjYiIGhlaWdodD0iMTIiIGZpbGw9IiMwMDdiZmYiIGNsYXNzPSJmaWxsLXByaW1hcnkiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIHRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSItMC4xNjY2NjY2NjY2NjY2NjY2NnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+CiAgPC9yZWN0Pgo8L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMzAwIDUwIDUwKSI+CiAgPHJlY3QgeD0iNDciIHk9IjI0IiByeD0iOS40IiByeT0iNC44IiB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgZmlsbD0iIzAwN2JmZiIgY2xhc3M9ImZpbGwtcHJpbWFyeSI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIgdGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjA4MzMzMzMzMzMzMzMzMzMzcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgzMzAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMjQiIHJ4PSI5LjQiIHJ5PSI0LjgiIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiBmaWxsPSIjMDA3YmZmIiBjbGFzcz0iZmlsbC1wcmltYXJ5Ij4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiB0aW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iMHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+CiAgPC9yZWN0Pgo8L2c+PC9zdmc+Cg==");
    background-color: #fff;
}

.popup-video .popup-is-close {
    top: -55px;
}

.mod-popup,
.mod-popup-static {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    display: none;
    z-index: 9999;
}

.popup-show {
    display: block;
}

.popup-is-close {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 5;
    width: 41px;
    height: 41px;
    font-size: 2em;
    display: inline-block;
    color: rgba(30, 30, 31, 0.5);
    background: #fff;
    border-radius: 50px;
    padding: 9px;
    line-height: 1.2;
}

.popup-is-close.btn {
    height: auto;
}

.mask-pop-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ddd;
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.footer-addrress p {
    line-height: 1.56;
}

.icon-instagram1:before {
    content: "\E919";
}

.mapouter {
    height: 263px;
}

.footer-social .icomoon,
.footer-social-clone .icomoon {
    font-size: 1.875rem;
}

.has-shadow-footer {
    -webkit-box-shadow: 0 -7px 18px 0 rgba(28, 87, 90, 0.1);
    box-shadow: 0 -7px 18px 0 rgba(28, 87, 90, 0.1);
}

.footer .menu-item>a:hover {
    color: var(--color-primary);
}

.footer-address-wrapper .container {
    padding-left: 46px;
    padding-right: 46px;
}

.footer-address-wrapper a:not(.btn):not(.social-item):hover {
    text-decoration: underline;
}

.footer-address-wrapper .footer-operation a:not(.btn):not(.text-cta) {
    text-decoration: underline;
}

.footer-address-wrapper .footer-operation a:not(.btn):not(.text-cta):hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .footer-top {
        padding-left: 26px;
        padding-right: 26px;
    }

    .menu-footer>.menu-item:not(:last-child):nth-child(odd) {
        padding-right: 5px;
    }

    .menu-footer>.menu-item:not(:last-child):nth-child(2n) {
        padding-left: 5px;
    }

    .fixAppAlignements {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 374px) {

    .footer-address-wrapper .container,
    .footer-top {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.wrapper {
    padding-top: 90px;
}

.wrapper.has-msg {
    padding-top: 248px;
}

.header {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.message-home:not(.d-none)+.header {
    top: 40px;
}


.is-admin-view .message-home:not(.d-none) {
    top: 46px;
}

.is-admin-view .message-home:not(.d-none)+.header {
    top: 83px;
}

.is-admin-view .header {
    top: 46px;
}

.screenshot .header {
    left: auto;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

.header-logo {
    max-width: 235px;
}

@media (min-width: 783px) {
    .is-admin-view .message-home:not(.d-none) {
        top: 32px;
    }

    .is-admin-view .message-home:not(.d-none)+.header {
        top: 83px;
    }

    .is-admin-view .header {
        top: 32px;
    }
}

@media (max-width: 991px) {

    .is-admin-view .message-home:not(.d-none)+.header {
        top: 83px;
    }

    .header:after {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 100%;
        z-index: -1;
        background-color: var(--color-white);
    }

    .header.is-open-menu {
        height: calc(100% + 70px);
    }

    .header.is-open-menu:after {
        bottom: 0;
    }

    .touch .main-menu-ul {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .hamburger-menu {
        font-size: 1.25rem;
        margin-right: 15px;
    }

    .hamburger-menu.is-open-menu {
        font-size: 1rem;
        margin-top: 8px;
    }

    .svg_image_4_lines {
        height: 50px;
    }

    .svg_image_mod-internal-services {
        top: 225px !important;
        height: calc(100% - 225px) !important;
    }
}

@media (max-width: 767px) {
    .header .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hamburger-menu {
        margin-right: 0;
    }

    .hamburger-menu.is-open-menu {
        margin-top: -8px;
        margin-right: -2px;
    }
}

@media (max-width: 374px) {
    .message-home {
        font-size: 0.75rem;
        line-height: 1.7;
    }
}

@media (max-width: 767px) and (orientation: landscape) {

    .header,
    .message-home {
        position: absolute !important;
    }
}

@-webkit-keyframes opacity {
    to {
        opacity: 1;
    }
}

@-o-keyframes opacity {
    to {
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

img.b-loaded {
    -webkit-animation: opacity 1s ease-in-out;
    -o-animation: opacity 1s ease-in-out;
    animation: opacity 1s ease-in-out;
}

img.lazy:not(.b-loaded) {
    margin: 0 auto;
    display: block;
    max-height: 1px;
    opacity: 0;
}

html.is-open-menu {
    overflow: hidden;
}

.hamburger-menu.is-open-menu {
    padding-right: 10px;
}

.hamburger-menu.is-open-menu .icomoon.open {
    display: none;
}

.hamburger-menu.is-open-menu .icomoon.close {
    display: block;
}

.main-menu-ul {
    font-family: var(--headerFontFamily);
}

.dropdown-menu>li {
    margin-bottom: 0;
}

.dropdown-menu>li>a {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.dropdown-menu>li>a:after {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
}

.dropdown-menu>li.is-active {
    color: var(--color-primary);
}

@media (max-width: 767px) {
    .main-menu.is-open-menu {
        height: calc(100vh - 71px);
    }

    .has-msg .main-menu.is-open-menu {
        height: calc(100vh - 111px);
    }

    .is-admin-view .main-menu.is-open-menu {
        height: calc(100vh - 117px);
    }

    .is-admin-view .has-msg .main-menu.is-open-menu {
        height: calc(100vh - 157px);
    }
}

.mod-content .h2,
.mod-content h2 {
    margin-bottom: 4px;
}

.content-table {
    height: 296px;
}

@media (max-width: 767px) {
    .content-cont p {
        margin-bottom: 14px;
    }
}

.mod-find-us .mapouter {
    height: auto;
}

.mod-find-us .google-map {
    height: 400px;
}

.mod-find-us .content h2 {
    margin-bottom: 15px;
}

.mod-find-us .content h3 {
    margin-bottom: 26px;
    font-weight: 400;
    line-height: 1.5;
}

.accordion-title.is-show .icomoon {
    -webkit-transform: translateY(-5px) rotate(45deg);
    -o-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
}

.accordion-content p {
    margin-bottom: 20px;
}

.accordion-content .btn-blue {
    position: relative;
    left: -4px;
}

.mod-accordion .has-underline {
    padding-bottom: 25px;
    padding-right: 10px;
}

.mod-banner-home .h4,
.mod-banner-home h4 {
    margin-bottom: 14px;
}

.mod-banner-home .btn:last-child {
    margin-bottom: -6px;
}

.mod-banner-home a:not(.btn) {
    color: inherit;
    font-family: var(--buttonFontFamily);
    font-size: 1rem;
    line-height: 1.38;
}

@media (max-width: 767px) {
    .banner-home:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(rgba(0, 0, 0, 0.75)));
        background-image: -webkit-linear-gradient(right, transparent, rgba(0, 0, 0, 0.75));
        background-image: -o-linear-gradient(right, transparent, rgba(0, 0, 0, 0.75));
        background-image: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.75));
    }
}

.mod-banner-internal .h1,
.mod-banner-internal h1 {
    margin-bottom: 30px;
}

.mod-banner-internal p {
    margin-bottom: 20px;
}

.mod-banner-internal .content img {
    max-height: 60px;
    max-width: 100px;
}

.mod-banner-internal.logo-type .h1,
.mod-banner-internal.logo-type h1 {
    margin-bottom: 10px;
    margin-left: -2px;
}

.mod-banner-internal.none-option img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.mod-center-module a:not(.btn) {
    color: var(--color-secondary);
    text-decoration: underline;
}

.mod-contact-form .gform_wrapper.gravity-theme .gfield_label {
    padding-left: 20px;
    font-weight: 600;
}

.mod-content-image-center .btn {
    margin-top: 12px;
}

.mod-content-module .btn {
    margin-bottom: 20px;
}

.mod-content-module .btn:not(:last-child) {
    margin-right: 20px;
}

.mod-forms .content {
    font-size: 1.25rem;
    line-height: 1.2;
}

.mod-forms .gravity-form-block .gform_page-fake {
    max-width: 1132px;
    margin: 0 auto 80px;
    border-radius: 46px;
    background-color: var(--color-white);
    padding: 40px 20px;
}

.mod-forms .gravity-form-block .gform_page-fake {
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
    display: block !important;
}

.mod-forms .gravity-form-block .gform_page-fake .gform_fields {
    row-gap: 40px;
}

.mod-forms .gravity-form-block .gform_confirmation_wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.mod-forms .gravity-form-block .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 1.375rem;
    line-height: 1.27;
    font-weight: 700;
    color: var(--color-primary);
}

.mod-forms .gravity-form-block .gform_confirmation_wrapper .gform_confirmation_message {
    font-weight: 400;
    color: var(--color-body);
}

.mod-forms .gravity-form-block .gf_progressbar_wrapper {
    display: none !important;
}

.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gsection {
    padding: 0;
}

.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gsection h3 {
    margin-bottom: 0;
}

.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gform_body>.gform_fields {
    display: block;
}

.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gform_footer {
    max-width: 1132px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield .gfield_label.gfield_label_before_complex,
.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield.sub-heading .gfield_label {
    font-size: 1.375rem;
    line-height: 1.27;
    font-weight: 700;
    color: var(--color-primary);
    border-style: none;
    padding: 0;
}

.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield .gfield_label.gfield_label_before_complex {
    margin-bottom: 20px;
}

.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield.sub-heading {
    margin-bottom: -20px;
}

.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .custom-select,
.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container input,
.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container select,
.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container textarea {
    padding: 11px 30px;
}

.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container .custom-select.show {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_container textarea.medium {
    height: 270px;
}

.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield.phone-number,
.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield.phone-type {
    margin-top: -18px;
}

.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield.phone-number>label,
.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield.phone-type>label {
    margin-bottom: 8px;
    font-size: 1.125rem;
    line-height: 1.67;
    font-weight: 600;
    color: var(--color-primary);
}

.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield.phone-number,
.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield.phone-type {
    grid-column: span 12;
}

.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield .gfield_description {
    padding-top: 2px;
    padding-right: 18px;
    font-family: Arial;
    font-size: 1rem;
    line-height: 1.63;
    font-weight: 400;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_address_line_1 {
    margin-bottom: 24px;
}

.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_address_city {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 0;
}

.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_address_state {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0;
}

.mod-forms .gravity-form-block .gform_wrapper.gravity-theme .gfield .ginput_address_zip {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 0;
}

.cff_owl-theme .cff_owl-controls .cff_owl-page span {
    background-color: var(--color-secondary);
    --tw-bg-opacity: 0.5;
}

.cff_owl-theme .cff_owl-controls .cff_owl-page.active span,
.cff_owl-theme .cff_owl-controls.clickable .cff_owl-page:hover span {
    opacity: 1;
}

.cff-posts-wrap .cff-item {
    clear: unset !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.full-width-content h2 {
    margin-bottom: 18px;
}

.full-width-content p {
    font-size: 1.125rem;
    line-height: 1.3333;
}

.mod-gallery-photo .gallery-content {
    width: 83vw;
}

.mod-gallery-photo .gallery-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(43, 43, 43, 0.23);
}

.mod-gallery-photo .caption {
    background-color: rgba(43, 43, 43, 0.4);
}

.mod-gallery-photo .slick-next {
    right: 10px;
}

.mod-gallery-photo .slick-prev {
    left: 10px;
}

.mod-gallery-photo .slick-arrow {
    background-color: var(--color-white);
}

.mod-gallery-photo .slick-arrow:hover {
    background-color: var(--color-neutral-2);
}

.mod-gallery-photo .slick-active .caption {
    opacity: 1;
}

.img-cont-content .h2,
.img-cont-content h2 {
    margin-bottom: 22px;
}

.img-cont-content a {
    margin-bottom: 16px;
    display: inline-block;
}

.img-cont-content .btn {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .img-cont-content strong {
        margin-top: 10px;
        display: inline-block;
    }
}

.img-text-content .h2,
.img-text-content h2 {
    margin-bottom: 20px;
}

.img-text-content p {
    margin-bottom: 26px;
}

.mod-image-text:not(.img-right) .blob-img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mod-image-text .blob-img {
    width: 300px;
}

.service-card .service-icon {
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.service-card:hover .text-cta {
    color: var(--color-primary);
}

.service-card:hover .text-cta:after {
    -webkit-transform: translate(15px, -50%);
    -o-transform: translate(15px, -50%);
    transform: translate(15px, -50%);
}

.service-card:hover .service-icon {
    -webkit-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

.service-card:hover .service-icon .fill-secondary {
    fill: var(--color-primary-icon) !important;
}

.service-card:hover .service-icon .stroke-secondary {
    stroke: var(--color-primary-icon) !important;
}

.news-slider:not(.slick-initialized) .news-item {
    display: none;
}

.news-slider:not(.slick-initialized) .news-item:first-child {
    display: block;
}

@media (max-width: 767px) {
    .news-slider .slick-list {
        overflow: visible;
    }
}

.news-item:hover .text-cta {
    color: var(--color-primary);
}

.news-item:hover .text-cta:after {
    -webkit-transform: translate(15px, -50%);
    -o-transform: translate(15px, -50%);
    transform: translate(15px, -50%);
}

.mod-latest-news .slick-dots {
    bottom: 0;
}

.news-content-real {
    overflow: hidden;
    max-height: 140px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
    .news-slider-wrap {
        width: calc(50vw + 50%);
    }

    .news-slider {
        width: 270px;
    }
}

.l-r-img-content .btn {
    margin-top: 10px;
}

.l-r-img-content p .btn {
    margin-right: 30px;
}

.mod-left-right-img .img-svg {
    max-width: 64px;
}

@media (max-width: 767px) {

    .l-r-img-content .h2,
    .l-r-img-content h2 {
        font-size: 1.5rem;
        line-height: 1.33;
    }
}

.mod-meet-the-team.option-full .has-underline {
    padding-bottom: 16px;
    padding-right: 8px;
}

.mod-meet-the-team.option-not-full {
    background-position: top 25px center;
    background-repeat: repeat-x;
}

.mod-meet-the-team.option-not-full .has-underline {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 14px;
}

.mod-meet-the-team.option-not-full .slick-next {
    right: -8px;
}

.mod-meet-the-team.option-not-full .slick-prev {
    left: -8px;
}

.mod-meet-the-team.option-not-full .slick-dots {
    bottom: -60px;
}

.mod-meet-the-team.option-not-full .slick-dots button {
    height: 15px;
    width: 15px;
    background-color: var(--color-fifth);
}

.mod-nearby-hospital a {
    font-size: 1.125rem;
    line-height: 1.11;
    font-weight: 700;
}

.doctor-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.mod-our-doctors .has-underline {
    padding-bottom: 16px;
}

.our-ser-content .h2,
.our-ser-content h2 {
    margin-bottom: 16px;
}

@media (max-width: 767px) {

    .our-service .h5,
    .our-service h5 {
        font-size: 1.125rem;
        line-height: 1.22;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .our-service .h5,
    .our-service h5 {
        font-size: 1.125rem;
        line-height: 1.44;
    }
}

.mod-practice-intro .content .h2,
.mod-practice-intro .content h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
    max-width: 276px;
}

@media (max-width: 767px) {

    .mod-practice-intro .content .h2,
    .mod-practice-intro .content h2 {
        text-align: center;
    }
}

.mod-practice-intro .content ul {
    margin-bottom: 32px;
    padding-left: 0;
}

.mod-practice-intro .content ul li {
    position: relative;
    margin-bottom: 18px;
    list-style-type: none;
    padding-left: 30px;
}

.mod-practice-intro .content ul li:before {
    content: "\E922";
    position: absolute;
    left: 0;
    top: 0;
    font-family: icomoon;
    color: var(--color-secondary);
}

.mod-practice-intro .content .btn-blue {
    font-weight: 700;
}

.mod-practice-intro .content .btn-blue:after {
    left: 4px;
    top: 0;
    margin-left: 10px;
}

.mod-practice-intro .content .btn-blue:hover:after {
    left: 16px;
}

.mod-quick-contact .has-underline {
    padding-bottom: 18px;
}

.mod-quick-contact .contact-content p {
    font-size: 1.125rem;
    line-height: 1.3333;
}

.mod-quick-contact .contact-content p {
    margin-bottom: 26px;
}

.mod-quick-contact .contact-content h1,
.mod-quick-contact .contact-content h2,
.mod-quick-contact .contact-content h3,
.mod-quick-contact .contact-content h4,
.mod-quick-contact .contact-content h5,
.mod-quick-contact .contact-content h6 {
    margin-bottom: 8px;
}

.mod-resources-link .option-1 .heading {
    margin-bottom: 12px;
}

.mod-resources-link .item:hover {
    border-color: var(--color-secondary);
    --tw-text-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.mod-resources-link .item:hover .has-hover {
    color: var(--color-primary);
}

.mod-testimonials-slider .has-underline {
    padding-bottom: 15px;
}

.mod-testimonials-slider .slick-next {
    right: -8px;
}

.mod-testimonials-slider .slick-prev {
    left: -8px;
}

.mod-testimonials-slider .slick-dots {
    bottom: -40px;
}

.mod-testimonials-slider .slick-dots li {
    margin-left: 4px;
    margin-right: 4px;
}

.wrap-slide-testimonial {
    overflow: hidden;
    max-height: 150px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.testimonials-slider:not(.slick-initialized) .testimonial-item {
    display: none;
}

.testimonials-slider:not(.slick-initialized) .testimonial-item:first-child {
    display: block;
}

.test-blob {
    opacity: 0.39;
}

.test-dots {
    max-width: 50px;
}

.test-blob-img {
    height: 212px;
}

.wrap-testimonial {
    overflow: hidden;
    max-height: 245px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonials-slider .paragraph-large-2 {
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

@media (max-width: 767px) {
    .testimonials-slider .slick-list {
        overflow: visible;
        padding-left: 6px;
        padding-right: 24px;
    }

    .test-title .h2,
    .test-title h2 {
        font-size: 1.5rem;
        line-height: 1.33;
    }
}

.box-item:hover .text-cta {
    color: var(--color-primary);
}

.box-item:hover .text-cta:after {
    -webkit-transform: translate(15px, -50%);
    -o-transform: translate(15px, -50%);
    transform: translate(15px, -50%);
}

.th-boxes-content .h2,
.th-boxes-content h2 {
    margin-bottom: 16px;
}

.mod-two-columns-content .right-content p {
    font-size: 1.25rem;
    line-height: 1.6;
}

.mod-blog-detail .h3,
.mod-blog-detail .h4,
.mod-blog-detail .h5,
.mod-blog-detail h3,
.mod-blog-detail h4,
.mod-blog-detail h5 {
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: 400;
    color: var(--color-body);
}

.mod-blog-detail .h3:after,
.mod-blog-detail .h4:after,
.mod-blog-detail .h5:after,
.mod-blog-detail h3:after,
.mod-blog-detail h4:after,
.mod-blog-detail h5:after {
    content: "";
    clear: both;
    display: block;
}

.mod-blog-detail .text-cta:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    left: 0;
    right: auto;
}

.mod-blog-detail .text-cta:hover:after {
    -webkit-transform: translate(-15px, -50%) rotate(180deg);
    -o-transform: translate(-15px, -50%) rotate(180deg);
    transform: translate(-15px, -50%) rotate(180deg);
}

.mod-blog-detail .content-blog p {
    margin-bottom: 24px;
}

.mod-blog-detail .content-blog p:after {
    content: "";
    clear: both;
    display: block;
}

.mod-blog-detail .content-blog .alignleft {
    margin-right: 44px;
}

.mod-blog-detail .content-blog .alignright {
    margin-left: 44px;
}

.mod-blog-detail .content-blog img {
    margin-bottom: 20px;
    margin-top: 10px;
}

.mod-blog-detail .content-blog .h3 img,
.mod-blog-detail .content-blog .h4 img,
.mod-blog-detail .content-blog .h5 img,
.mod-blog-detail .content-blog h3 img,
.mod-blog-detail .content-blog h4 img,
.mod-blog-detail .content-blog h5 img {
    margin-bottom: 10px;
    margin-top: 10px;
}

.mod-blog-list .text-cta:after {
    content: "\E90C";
    right: -18px;
    margin-top: -2px;
    font-size: 1.375rem;
    line-height: 1.27;
}

.mod-blog-list .text-cta:hover:after {
    -webkit-transform: translate(-10px, -50%);
    -o-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
}

.mod-blog-list .blog-item:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 480px) {
    .blog-item .btn-blue {
        min-width: 100%;
    }
}

.hover\:text-blue-400:hover {
    color: var(--color-primary);
}

.hover\:text-gray-300:hover {
    color: var(--color-neutral-1);
}

.hover\:no-underline:hover {
    text-decoration: none;
}

@media (min-width: 375px) {
    .xs\:mb-14 {
        margin-bottom: 28px;
    }

    .xs\:px-5 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .xs\:pr-44 {
        padding-right: 88px;
    }
}

@media (min-width: 481px) {
    .sm\:-left-2 {
        left: -4px;
    }

    .sm\:-top-10 {
        top: -20px;
    }

    .sm\:-left-10 {
        left: -20px;
    }

    .sm\:-right-10 {
        right: -20px;
    }

    .sm\:left-0 {
        left: 0;
    }

    .sm\:ml-12 {
        margin-left: 24px;
    }

    .sm\:ml-18 {
        margin-left: 36px;
    }

    .sm\:ml-19 {
        margin-left: 38px;
    }

    .sm\:mb-19 {
        margin-bottom: 38px;
    }

    .sm\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .sm\:h-53 {
        height: 106px;
    }

    .sm\:w-53 {
        width: 106px;
    }

    .sm\:px-20 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .sm\:pt-60p {
        padding-top: 60%;
    }

    .sm\:pt-20 {
        padding-top: 40px;
    }
}

@media (max-width: 1439px) {
    .down_2xl\:max-w-full {
        max-width: 100%;
    }
}

@media (max-width: 1499px) {
    .down_3xl\:max-w-full {
        max-width: 100%;
    }

    .down_3xl\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1199px) {
    .down_xl\:hidden {
        display: none;
    }

    .down_xl\:text-header-rustic-down-xl {
        font-size: 1.25rem;
    }
}

@media (max-width: 991px) {

    .main-menu {
        visibility: hidden;
        max-height: 0;
        width: 100%;
        overflow: auto;
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    .main-menu.is-open-menu {
        visibility: visible;
        max-height: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: calc(100vh - 149px);
    }

    .has-msg .main-menu.is-open-menu {
        height: calc(100vh - 189px);
    }

    .is-open-child {
        margin-bottom: 22px;
    }

    .is-open-child>.dropdown-menu {
        display: block;
    }

    .is-open-child>.nav-item-arrows {
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .is-active:before {
        content: "";
        position: absolute;
        top: -4px;
        left: -32px;
        height: 30px;
        background-color: var(--color-fifth);
        width: 5px;
        border-radius: 7px;
    }

    .nav-item-arrows {
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        -o-transition: -o-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s, -o-transform 0.25s;
    }

    .is-admin-view .main-menu.is-open-menu {
        height: calc(100vh - 195px);
    }

    .is-admin-view .has-msg .main-menu.is-open-menu {
        height: calc(100vh - 235px);
    }

    .down_lg\:-top-72 {
        top: -144px;
    }

    .down_lg\:right-35 {
        right: 70px;
    }

    .down_lg\:-right-16 {
        right: -32px;
    }

    .down_lg\:-top-65 {
        top: -130px;
    }

    .down_lg\:order-last {
        -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
        order: 9999;
    }

    .down_lg\:order-first {
        -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
        order: -9999;
    }

    .down_lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .down_lg\:mb-12 {
        margin-bottom: 24px;
    }

    .down_lg\:mt-6 {
        margin-top: 12px;
    }

    .down_lg\:mt-8 {
        margin-top: 16px;
    }

    .down_lg\:mb-20 {
        margin-bottom: 40px;
    }

    .down_lg\:mb-8 {
        margin-bottom: 16px;
    }

    .down_lg\:mr-10 {
        margin-right: 20px;
    }

    .down_lg\:mb-15 {
        margin-bottom: 30px;
    }

    .down_lg\:-mt-50 {
        margin-top: -100px;
    }

    .down_lg\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .down_lg\:hidden {
        display: none;
    }

    .down_lg\:max-h-200 {
        max-height: 200px;
    }

    .down_lg\:max-w-300 {
        max-width: 300px;
    }

    .down_lg\:flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .down_lg\:justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .down_lg\:justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .down_lg\:self-center {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .down_lg\:overflow-hidden {
        overflow: hidden;
    }

    .down_lg\:border-t-1 {
        border-top-width: 1px;
    }

    .down_lg\:bg-contain {
        background-size: contain;
    }

    .down_lg\:bg-center-bottom {
        background-position: bottom;
    }

    .down_lg\:px-3 {
        padding-left: 6px;
        padding-right: 6px;
    }

    .down_lg\:px-5 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .down_lg\:px-12 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .down_lg\:px-16 {
        padding-left: 32px;
        padding-right: 32px;
    }

    .down_lg\:pl-3 {
        padding-left: 6px;
    }

    .down_lg\:pt-11 {
        padding-top: 22px;
    }

    .down_lg\:pb-10 {
        padding-bottom: 20px;
    }

    .down_lg\:pl-4p5 {
        padding-left: 9px;
    }

    .down_lg\:pt-8 {
        padding-top: 16px;
    }

    .down_lg\:pl-4 {
        padding-left: 8px;
    }

    .down_lg\:pb-50p {
        padding-bottom: 50%;
    }

    .down_lg\:text-center {
        text-align: center;
    }

    .down_lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.3333;
    }

    .down_lg\:font-normal {
        font-weight: 400;
    }
}

.desktopMenuOnly {
    display: flex;
}

.mobileMenuOnly {
    display: none;
}

@media (max-width: 767px) {
    .sm\:mt-14 {
        margin-top: 28px;
    }

    .desktopMenuOnly {
        display: none;
    }

    .mobileMenuOnly {
        display: flex;
    }

    .down_md\:h1,
    h1 {
        font-size: 1.875rem;
        line-height: 1;
        font-weight: 700;
        color: var(--color-primary);
    }

    .down_md\:absolute {
        position: absolute;
    }

    .down_md\:relative {
        position: relative;
    }

    .down_md\:right-20 {
        right: 40px;
    }

    .down_md\:left-20 {
        left: 40px;
    }

    .down_md\:bottom-23 {
        bottom: 46px;
    }

    .down_md\:-top-8 {
        top: -16px;
    }

    .down_md\:bottom-auto {
        bottom: auto;
    }

    .down_md\:-top-42 {
        top: -84px;
    }

    .down_md\:right-18 {
        right: 36px;
    }

    .down_md\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .down_md\:mb-6 {
        margin-bottom: 12px;
    }

    .down_md\:mr-5 {
        margin-right: 10px;
    }

    .down_md\:mt-7 {
        margin-top: 14px;
    }

    .down_md\:mb-15 {
        margin-bottom: 30px;
    }

    .down_md\:mb-20 {
        margin-bottom: 40px;
    }

    .down_md\:mb-12 {
        margin-bottom: 24px;
    }

    .down_md\:mr-10 {
        margin-right: 20px;
    }

    .down_md\:inline-block {
        display: inline-block;
    }

    .down_md\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .down_md\:hidden {
        display: none;
    }

    .down_md\:h-75 {
        height: 150px;
    }

    .down_md\:h-60 {
        height: 120px;
    }

    .down_md\:min-h-90 {
        min-height: 90px;
    }

    .down_md\:w-60 {
        width: 120px;
    }

    .down_md\:w-full {
        width: 100%;
    }

    .down_md\:max-w-full {
        max-width: 100%;
    }

    .down_md\:border-1 {
        border-width: 1px;
    }

    .down_md\:border-blue-300 {
        border-color: var(--color-secondary);
    }

    .down_md\:bg-blue-300 {
        background-color: var(--color-secondary);
    }

    .down_md\:bg-blue-100 {
        background-color: var(--color-fourth);
    }

    .down_md\:bg-bottom,
    .down_md\:bg-center-bottom {
        background-position: bottom;
    }

    .down_md\:p-5 {
        padding: 10px;
    }

    .down_md\:px-16 {
        padding-left: 32px;
        padding-right: 32px;
    }

    .down_md\:px-4 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .down_md\:px-7 {
        padding-left: 14px;
        padding-right: 14px;
    }

    .down_md\:px-2 {
        padding-left: 4px;
        padding-right: 4px;
    }

    .down_md\:px-19 {
        padding-left: 38px;
        padding-right: 38px;
    }

    .down_md\:pl-15 {
        padding-left: 30px;
    }

    .down_md\:pr-30 {
        padding-right: 60px;
    }

    .down_md\:text-left {
        text-align: left;
    }

    .down_md\:text-center {
        text-align: center;
    }

    .down_md\:text-2lg {
        font-size: 1.125rem;
        line-height: 1.22;
    }
}

@media (max-width: 480px) {
    .down_sm\:mt-3 {
        margin-top: 6px;
    }

    .down_sm\:w-20 {
        width: 40px;
    }

    .down_sm\:min-w-full {
        min-width: 100%;
    }

    .down_sm\:px-10 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .down_sm\:px-8 {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 374px) {
    .down_xs\:right-5 {
        right: 10px;
    }

    .down_xs\:max-w-full {
        max-width: 100%;
    }

    .down_xs\:px-8 {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .md_to_lg\:px-24 {
        padding-left: 48px;
        padding-right: 48px;
    }

    .md_to_lg\:text-center {
        text-align: center;
    }

    .md_to_lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.3333;
    }

    .md_to_lg\:text-font-18-26 {
        font-size: 1.125rem;
        line-height: 1.44;
    }
}

@media (min-width: 1200x) and (max-width: 1199px) {
    .xl_to_2xl\:-mb-35 {
        margin-bottom: -70px;
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .sm_to_md\:px-10 {
        padding-left: 20px;
        padding-right: 20px;
    }
}