*, :after, :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-rendering: optimizeLegibility;
    outline: 0;
    -webkit-overflow-scrolling: touch
}

html {
    overflow-x: hidden
}

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

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

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

button, input {
    outline: 0;
    border-radius: 0;
    border: 0;
    margin: 0;
    background: 0 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

button {
    cursor: pointer
}

a {
    text-decoration: none
}

.clear {
    clear: both
}

.clear:after {
    content: "";
    display: block;
    clear: both
}

.slick-slider {
    position: relative;
    display: block;
    -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 {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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
}

:root {
    --black: #000;
    --black-100: #303030;
    --black-200: #333333;
    --black-300: #336;
    --black-400: #656565;
    --black-500: #272c2f;
    --white: #fff;
    --white-100: #F8F8F8;
    --white-200: #DBDBDB;
    --white-300: #f2f4f5;
    --white-400: #cdcdcd;
    --white-500: #d3c3c3;
    --blue-500: #162731;
    --error: #bb0000;
    --primary-color: #B82972;
    --primary-color-100: #890795;
    --primary-color-200: #ff0000;
    --primary-color-300: #c36;
    --primary-color-400: #ff7a00;
    --secondary-color: #0fa30c;
    --tertiary-color: #162731;
    --quaternary-color: #1C4154
}

.btn {
    font-family: "Oxygen", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
    text-decoration: none;
    display: inline-block;
    padding: 24px 20px 22px;
    border-radius: 10px;
    text-align: center;
    background: var(--primary-color-100);
    color: var(--white)
}

.btn:focus, .btn:hover {
    background: var(--primary-color-200);
    color: var(--white)
}

@media screen and (max-width: 767px) {
    .btn {
        width: 100%;
        padding: 19px 20px 17px
    }
}

.btn--alt {
    background: var(--primary-color-200)
}

.btn--alt:focus, .btn--alt:hover {
    background: var(--primary-color-400)
}

.btn--shadow {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

.text-link {
    font-family: "Oxygen", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.5294117647;
    text-decoration: none;
    color: var(--primary-color-100);
    display: inline-block
}

.text-link svg {
    width: 31px;
    height: 16px;
    margin-left: 10px;
    vertical-align: middle
}

.text-link:focus, .text-link:hover {
    color: var(--primary-color-200)
}

.text-pinkPurple {
    color: #c36
}

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

html {
    font-size: 16px
}

body {
    background-color: var(--white);
    font-family: "Oxygen", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1.0625rem;
    line-height: 1.5294117647;
    color: var(--black-200);
    -webkit-font-smoothing: antialiased
}

a {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

a:active, a:focus {
    outline: 0
}

img {
    max-width: 100%;
    vertical-align: top;
    width: auto;
    height: auto
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden
}

.video-container .video-js, .video-container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.accessible-text, .screen-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    top: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

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

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    vertical-align: top
}

.text-center {
    text-align: center
}

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

@-webkit-keyframes animatedLine {
    from {
        stroke-dasharray: 0 1500;
        opacity: 1
    }
    to {
        stroke-dasharray: 1500 1500;
        opacity: 1
    }
}

@keyframes animatedLine {
    from {
        stroke-dasharray: 0 1500;
        opacity: 1
    }
    to {
        stroke-dasharray: 1500 1500;
        opacity: 1
    }
}

@-webkit-keyframes moveRotateRight {
    0% {
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    50% {
        -webkit-transform: translateX(25px) rotate(60deg);
        transform: translateX(25px) rotate(60deg)
    }
    100% {
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes moveRotateRight {
    0% {
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    50% {
        -webkit-transform: translateX(25px) rotate(60deg);
        transform: translateX(25px) rotate(60deg)
    }
    100% {
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

.animated-title span {
    position: relative;
    display: inline-block
}

.animated-title svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: visible;
    z-index: -1
}

.animated-title svg path {
    --animation-duration: 1200ms;
    stroke: var(--primary-color-100);
    stroke-width: 10px;
    fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    -webkit-transition: .3s;
    transition: .3s
}

.animated-title.is-animated svg path {
    -webkit-animation: animatedLine forwards;
    animation: animatedLine forwards;
    -webkit-animation-duration: var(--animation-duration, 1.2s);
    animation-duration: var(--animation-duration, 1.2s);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.newsletter .fluentform .ff-el-group {
    margin-bottom: 10px
}

em, i {
    font-style: italic
}

strong {
    font-weight: 700
}

sub, sup {
    vertical-align: baseline;
    position: relative;
    top: -.2em;
    font-size: 75%
}

sub {
    top: auto
}

small {
    font-size: smaller
}

#main-content h1, #main-content h2, #main-content h3, #main-content h4, #main-content h5, #main-content h6 {
    font-family: "Oxygen", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 700;
    line-height: 1.25
}

#main-content h1 {
    font-size: 2.375rem;
    line-height: 1.2894736842
}

@media screen and (max-width: 767px) {
    #main-content h1 {
        font-size: 1.875rem;
        line-height: 1.2
    }
}

#main-content h2 {
    font-size: 2rem;
    line-height: 1.25;
    color: var(--black-100)
}

@media screen and (max-width: 767px) {
    #main-content h2 {
        font-size: 1.625rem;
        line-height: 1.1538461538
    }
}

#main-content h3 {
    font-size: 1.375rem;
    line-height: 1.2727272727
}

@media screen and (max-width: 767px) {
    #main-content h3 {
        font-size: 1.5rem;
        line-height: 1.1666666667
    }
}

#main-content h4 {
    font-size: 1.375rem;
    line-height: 1.1818181818
}

#main-content h5 {
    font-size: 1.3125rem
}

#main-content h6 {
    font-size: 1.25rem
}

.entry-content {
    font-family: "Oxygen", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5294117647;
    color: var(--black-200)
}

.entry-content.text-light {
    color: var(--white)
}

.entry-content :first-child {
    margin-top: 0
}

.entry-content :last-child {
    margin-bottom: 0
}

.entry-content a {
    text-decoration: none;
    color: var(--primary-color-300);
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.entry-content a:hover {
    color: var(--black-300)
}

.entry-content h1 {
    color: var(--black-100) !important
}

.entry-content h1, .entry-content h2 {
    margin-top: 30px
}

.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-top: 30px
}

.entry-content p {
    margin: 0
}

.entry-content p:not(:last-child) {
    margin-bottom: 15px
}

.entry-content ol {
    margin-bottom: 30px;
    padding-left: 24px
}

.entry-content ol li {
    margin-bottom: 5px
}

.entry-content ol li:last-child {
    margin-bottom: 0
}

.entry-content ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0
}

.general-content .entry-content ul {
    list-style: disc;
    padding-left: 20px
}

.entry-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px
}

.general-content .entry-content ul li {
    padding-left: 0;
    margin-bottom: 5px
}

.entry-content ul li:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_438_5)'%3E%3Cpath d='M2 7.18519L6.78049 12L16 2' stroke='%23ffffff' stroke-width='4' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_438_5'%3E%3Crect width='18' height='15' fill='transparent'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: cover;
    background-position: center;
    height: 12px;
    width: 15px;
    position: absolute;
    left: 4px;
    top: 10px;
    z-index: 1
}

.general-content .entry-content ul li:before {
    display: none
}

.entry-content ul li:after {
    content: "";
    background: var(--secondary-color);
    height: 23px;
    width: 23px;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 50%
}

.general-content .entry-content ul li:after {
    display: none
}

.entry-content ol {
    list-style-type: decimal
}

.entry-content img {
    max-width: 100%;
    margin-bottom: 16px
}

.entry-content hr {
    height: 2px;
    background: var(--black-200);
    margin: 16px 0;
    border: none;
    border-bottom: 1px solid var(--black-200)
}

.entry-content .alignleft {
    display: inline;
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    margin-top: 16px
}

.entry-content .alignright {
    display: inline;
    float: right;
    margin-left: 16px;
    margin-bottom: 16px;
    margin-top: 16px
}

.entry-content .aligncenter {
    clear: both;
    display: block;
    margin: 36px auto
}

@media screen and (max-width: 1023px) {
    .entry-content .aligncenter {
        margin: 16px 0
    }
}

.entry-content img.size-full {
    max-width: 100%;
    width: auto;
    margin: 36px 0
}

@media screen and (max-width: 1023px) {
    .entry-content img.size-full {
        margin: 16px 0
    }
}

.entry-content .wp-caption {
    border: none;
    max-width: 100%;
    font-size: 1.0625rem;
    margin-bottom: 16px
}

.entry-content .wp-caption img {
    display: block;
    margin: 1.2% auto 0;
    max-width: 100%
}

.entry-content .wp-caption-text {
    text-align: center;
    font-size: 16px
}

.entry-content .wp-caption-text {
    margin: 4px 0 0
}

.entry-content .wp-block-image {
    margin-bottom: 20px
}

.entry-content blockquote {
    font-size: 1.125rem;
    font-weight: 400;
    font-style: italic;
    margin: 48px 0
}

@media screen and (max-width: 1023px) {
    .entry-content blockquote {
        margin: 32px 0
    }
}

@media screen and (max-width: 767px) {
    .entry-content blockquote {
        font-size: 1rem
    }
}

.entry-content embed, .entry-content iframe, .entry-content object {
    max-width: 100%
}

.entry-content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1rem 0
}

.entry-content td, .entry-content th {
    border: 1px solid #ddd;
    -webkit-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
    text-align: left;
    padding: 10px
}

.entry-content th {
    font-weight: 700
}

.entry-content--alt ul li {
    padding-left: 38px
}

.entry-content--alt ul li:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cpath d='M22.3422 3.14425C22.0039 2.80531 21.4549 2.80473 21.1165 3.14281L10.7174 13.5145L6.96547 9.43947C6.64127 9.08755 6.09313 9.06473 5.74063 9.38888C5.3884 9.71309 5.36585 10.2615 5.69005 10.6137L10.0531 15.3521C10.2129 15.5258 10.4365 15.6266 10.6723 15.6315C10.6787 15.6318 10.6848 15.6318 10.6908 15.6318C10.92 15.6318 11.1404 15.5408 11.3028 15.379L22.3405 4.37021C22.6797 4.03218 22.6803 3.48318 22.3422 3.14425Z' fill='%230fa30c'%3E%3C/path%3E%3Cpath d='M22.1331 10.6331C21.6544 10.6331 21.2663 11.0212 21.2663 11.5C21.2663 16.8854 16.8854 21.2663 11.5 21.2663C6.11495 21.2663 1.73367 16.8854 1.73367 11.5C1.73367 6.11495 6.11495 1.73367 11.5 1.73367C11.9788 1.73367 12.3669 1.34563 12.3669 0.866857C12.3669 0.388035 11.9788 0 11.5 0C5.15883 0 0 5.15883 0 11.5C0 17.8409 5.15883 23 11.5 23C17.8409 23 23 17.8409 23 11.5C23 11.0212 22.612 10.6331 22.1331 10.6331Z' fill='%230fa30c'%3E%3C/path%3E%3C/svg%3E");
    height: 23px;
    width: 23px;
    top: 2px;
    left: 0
}

.entry-content--alt ul li:after {
    display: none
}

.entry-content--alt ul li:not(:last-child) {
    margin-bottom: 15px
}

.lp-footer {
    padding: 50px 0 60px;
    background: var(--black-500);
    color: var(--white)
}

.lp-footer__content {
    color: var(--white);
    font-size: .8125rem;
    line-height: 1.2307692308;
    word-wrap: break-word
}

.lp-footer__content--has-border {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: .5px solid #ccc
}

.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
    margin: 0 -15px
}

.footer-links li {
    padding: 10px 0
}

.footer-links li a {
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1.3076923077;
    color: var(--white);
    display: inline-block;
    text-decoration: none;
    padding: 0 15px
}

.footer-links li a:focus, .footer-links li a:hover {
    color: var(--primary-color-200)
}

.footer-links li:not(:last-child) a {
    border-right: 1.5px solid var(--white)
}

#main-content input[type=color], #main-content input[type=date], #main-content input[type=datetime-local], #main-content input[type=datetime], #main-content input[type=email], #main-content input[type=month], #main-content input[type=number], #main-content input[type=password], #main-content input[type=range], #main-content input[type=search], #main-content input[type=tel], #main-content input[type=text], #main-content input[type=time], #main-content input[type=url], #main-content input[type=week], #main-content select, #main-content textarea {
    font-family: "Oxygen", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 400;
    font-size: 17px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d1d1d1;
    border-radius: 7px 7px 7px 7px;
    padding: 7px 23px 8px 23px;
    color: var(--black-200);
    background: var(--white-300)
}

#main-content .form-container-test [data-slot="slider-track"] {
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

#main-content input[type=checkbox]:focus, #main-content input[type=color]:focus, #main-content input[type=date]:focus, #main-content input[type=datetime-local]:focus, #main-content input[type=datetime]:focus, #main-content input[type=email]:focus, #main-content input[type=month]:focus, #main-content input[type=number]:focus, #main-content input[type=password]:focus, #main-content input[type=range]:focus, #main-content input[type=search]:focus, #main-content input[type=tel]:focus, #main-content input[type=text]:focus, #main-content input[type=time]:focus, #main-content input[type=url]:focus, #main-content input[type=week]:focus, #main-content select:focus, #main-content textarea:focus {
    outline: 0
}

#main-content input[type=checkbox]::-moz-placeholder, #main-content input[type=color]::-moz-placeholder, #main-content input[type=date]::-moz-placeholder, #main-content input[type=datetime-local]::-moz-placeholder, #main-content input[type=datetime]::-moz-placeholder, #main-content input[type=email]::-moz-placeholder, #main-content input[type=month]::-moz-placeholder, #main-content input[type=number]::-moz-placeholder, #main-content input[type=password]::-moz-placeholder, #main-content input[type=range]::-moz-placeholder, #main-content input[type=search]::-moz-placeholder, #main-content input[type=tel]::-moz-placeholder, #main-content input[type=text]::-moz-placeholder, #main-content input[type=time]::-moz-placeholder, #main-content input[type=url]::-moz-placeholder, #main-content input[type=week]::-moz-placeholder, #main-content select::-moz-placeholder, #main-content textarea::-moz-placeholder {
    color: rgba(101, 101, 101, .8)
}

#main-content input[type=checkbox]:-ms-input-placeholder, #main-content input[type=color]:-ms-input-placeholder, #main-content input[type=date]:-ms-input-placeholder, #main-content input[type=datetime-local]:-ms-input-placeholder, #main-content input[type=datetime]:-ms-input-placeholder, #main-content input[type=email]:-ms-input-placeholder, #main-content input[type=month]:-ms-input-placeholder, #main-content input[type=number]:-ms-input-placeholder, #main-content input[type=password]:-ms-input-placeholder, #main-content input[type=range]:-ms-input-placeholder, #main-content input[type=search]:-ms-input-placeholder, #main-content input[type=tel]:-ms-input-placeholder, #main-content input[type=text]:-ms-input-placeholder, #main-content input[type=time]:-ms-input-placeholder, #main-content input[type=url]:-ms-input-placeholder, #main-content input[type=week]:-ms-input-placeholder, #main-content select:-ms-input-placeholder, #main-content textarea:-ms-input-placeholder {
    color: rgba(101, 101, 101, .8)
}

#main-content input[type=checkbox]::-webkit-input-placeholder, #main-content input[type=color]::-webkit-input-placeholder, #main-content input[type=date]::-webkit-input-placeholder, #main-content input[type=datetime-local]::-webkit-input-placeholder, #main-content input[type=datetime]::-webkit-input-placeholder, #main-content input[type=email]::-webkit-input-placeholder, #main-content input[type=month]::-webkit-input-placeholder, #main-content input[type=number]::-webkit-input-placeholder, #main-content input[type=password]::-webkit-input-placeholder, #main-content input[type=range]::-webkit-input-placeholder, #main-content input[type=search]::-webkit-input-placeholder, #main-content input[type=tel]::-webkit-input-placeholder, #main-content input[type=text]::-webkit-input-placeholder, #main-content input[type=time]::-webkit-input-placeholder, #main-content input[type=url]::-webkit-input-placeholder, #main-content input[type=week]::-webkit-input-placeholder, #main-content select::-webkit-input-placeholder, #main-content textarea::-webkit-input-placeholder {
    color: rgba(101, 101, 101, .8)
}

#main-content .ff_submit_btn_wrapper {
    margin-bottom: 0
}

#main-content .ff-default .ff_btn_style {
    font-size: 17px !important;
    font-weight: 700;
    line-height: 1.2;
    background: var(--primary-color-200);
    border-color: var(--primary-color-200);
    color: var(--white);
    border-radius: 7px 7px 7px 7px;
    padding: 8px 11px 9px 11px;
    opacity: 1
}

#main-content .ff-default .ff_btn_style:focus, #main-content .ff-default .ff_btn_style:hover {
    color: var(--white);
    background: var(--primary-color-400);
    border-color: var(--primary-color-400);
    opacity: 1
}

#main-content .ff-default .ff-btn-lg {
    font-size: 20px !important;
    padding: 20px 20px 20px 20px;
    min-width: 200px
}

.ff-message-success {
    text-align: center
}

.lp-header {
    padding: 15px 0;
    background: var(--white)
}

.lp-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media screen and (max-width: 374px) {
    .lp-header__inner {
        gap: 12px
    }
}

.lp-header__logo {
    display: inline-block
}

.lp-header__logo img {
    max-width: 218px;
    display: block
}

@media screen and (max-width: 767px) {
    .lp-header__logo img {
        max-width: 190px
    }
}

@media screen and (max-width: 420px) {
    .lp-header__logo img {
        max-width: 145px
    }
}

.lp-header__secured {
    max-width: 200px
}

@media screen and (max-width: 767px) {
    .lp-header__secured {
        max-width: 170px
    }
}

@media screen and (max-width: 420px) {
    .lp-header__secured {
        max-width: 120px
    }
}

.lp-header__secured img {
    display: block;
    width: 100%
}

.wrap-404 {
    background-size: cover !important;
    font-size: 28px;
    color: #fff;
    position: relative;
    text-align: center;
    padding: 250px 0;
    line-height: 1.2;
    -webkit-transition: .3s;
    transition: .3s
}

.wrap-404:after {
    position: absolute;
    content: "";
    background-color: var(--primary-color-100);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .88
}

.wrap-404 h1 {
    font-size: 205px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1
}

.wrap-404 a {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under
}

.content-404 {
    max-width: 630px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.wrap-404 p {
    margin-bottom: 70px
}

.link-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.link-404 svg {
    margin: 0 15px 0 25px
}

@media (max-width: 600px) {
    .wrap-404 {
        padding: 150px 0
    }

    .wrap-404 h1 {
        font-size: 85px
    }

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

    .link-404 svg {
        margin: 18px 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.accordion-block {
    padding: 115px 0 45px
}

@media screen and (max-width: 767px) {
    .accordion-block {
        padding: 70px 0 20px
    }
}

.accordion-block--spacing-large {
    padding: 115px 0 140px
}

@media screen and (max-width: 767px) {
    .accordion-block--spacing-large {
        padding: 70px 0 90px
    }
}

.accordion-block--secondary {
    padding: 115px 0 140px
}

@media screen and (max-width: 767px) {
    .accordion-block--secondary {
        padding: 70px 0 90px
    }
}

.accordion-block--home {
    padding: 115px 0 177px
}

@media screen and (max-width: 767px) {
    .accordion-block--home {
        padding: 70px 0 80px
    }
}

.accordion-block__intro {
    margin-bottom: 46px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .accordion-block__intro {
        margin-bottom: 30px
    }
}

h2.accordion-block__title {
    margin-bottom: 10px
}

.accordion-block__inner {
    max-width: 960px;
    margin: 0 auto
}

.accordion-item:not(:last-child) {
    border-bottom: 1px solid var(--white-400)
}

.accordion-item .accordion-item__title {
    position: relative;
    font-size: 19px !important;
    line-height: 1.3684210526 !important;
    cursor: pointer;
    padding: 22px 45px 22px 0
}

@media screen and (max-width: 767px) {
    .accordion-item .accordion-item__title {
        font-size: 17px !important;
        line-height: 1.5294117647 !important
    }
}

.accordion-item.active .accordion-item__icons {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='6' viewBox='0 0 26 6' fill='none'%3E%3Cpath d='M3 3H23' stroke='%23303030' stroke-width='5' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
    height: 6px;
    width: 26px;
    top: 32px
}

.accordion-item__icons {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='25' viewBox='0 0 26 25' fill='none'%3E%3Cpath d='M3 12.5H23' stroke='%23303030' stroke-width='5' stroke-linecap='round'%3E%3C/path%3E%3Cpath d='M13 22.5L13 2.5' stroke='%23303030' stroke-width='5' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 20px;
    top: 24px
}

.accordion-item__content {
    display: none;
    padding: 0 56px 25px 0
}

.accordion-block__additional-content {
    text-align: center;
    margin: 50px 0 36px
}

.accordion-block__btn-holder {
    text-align: center;
    margin-top: 36px
}

.banner-style1 {
    margin-bottom: 70px
}

.banner-spacing {
    background: var(--primary-color-100);
    height: 390px;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 1023px) {
    .banner-spacing {
        height: 195px
    }
}

.banner-spacing svg {
    position: absolute;
    display: block
}

.banner-spacing svg.banner-spacing__pattern2 {
    bottom: 0;
    left: 0
}

.banner-spacing svg.banner-spacing__pattern3 {
    top: 0;
    right: 0
}

.banner-style1__outer {
    margin-top: -300px
}

@media screen and (max-width: 1023px) {
    .banner-style1__outer {
        margin-top: -150px
    }
}

.banner-style1__outer .container {
    position: relative
}

.banner-spacing__pattern1 {
    position: absolute;
    left: -120px;
    top: 60px;
    display: block
}

.banner-style1__inner {
    position: relative;
    background: var(--white);
    padding: 45px 70px 30px;
    border-radius: 9px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    text-align: center
}

@media screen and (max-width: 1023px) {
    .banner-style1__inner {
        padding: 45px 15px 30px
    }
}

.banner-style1__intro {
    max-width: 517px;
    margin: 0 auto 45px
}

.banner-intro {
    text-align: center
}

.banner-intro__icon {
    margin-bottom: 25px;
    display: inline-block
}

.banner-intro__icon svg {
    height: 58px;
    width: 58px;
    fill: var(--secondary-color);
    color: var(--secondary-color);
    display: block
}

.banner-intro__mainTitle {
    color: var(--black-100) !important;
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 9px
}

@media screen and (max-width: 767px) {
    .banner-intro__mainTitle {
        font-size: 1.625rem;
        line-height: 1.1538461538
    }
}

.banner-style1__notice {
    max-width: 980px;
    margin: 0 auto 40px
}

.banner-notice {
    padding: 20px 20px 30px;
    background-color: #fff73e;
    border-radius: 1px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    text-align: center
}

.banner-notice .entry-content {
    color: var(--black-100)
}

.banner-notice__icon {
    display: inline-block
}

.banner-notice__icon svg {
    display: block
}

.c-columns {
    margin-bottom: 55px
}

.c-columns__heading {
    margin-bottom: 30px
}

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

.c-column {
    width: 33.33%;
    position: relative;
    padding-top: 40px
}

@media screen and (max-width: 1023px) {
    .c-column {
        width: 100%;
        padding: 0 0 0 40px;
        text-align: left
    }
}

@media screen and (max-width: 1023px) {
    .c-column:not(:last-child) {
        padding-bottom: 40px
    }
}

.c-column:before {
    content: "";
    display: block;
    font-size: 18px;
    inline-size: 1em;
    block-size: 1em;
    background-color: #fff;
    border: 4px solid var(--primary-color-100);
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-inline: auto;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2
}

@media screen and (max-width: 1023px) {
    .c-column:before {
        top: auto;
        left: 0
    }
}

.c-column:after {
    content: "";
    height: 4px;
    width: 100%;
    background: var(--primary-color-100);
    position: absolute;
    top: 7px;
    left: 0
}

@media screen and (max-width: 1023px) {
    .c-column:after {
        width: 4px;
        height: 100%;
        left: 7px
    }
}

.c-column:first-child:after, .c-column:last-child:after {
    width: 50%
}

.c-column:first-child:after {
    left: 50%
}

@media screen and (max-width: 1023px) {
    .c-column:first-child:after {
        left: 7px;
        width: 4px
    }
}

.c-column:last-child:after {
    right: 50%
}

@media screen and (max-width: 1023px) {
    .c-column:last-child:after {
        display: none
    }
}

.c-column__inner {
    padding: 0 25px
}

@media screen and (max-width: 1023px) {
    .c-column__inner {
        padding: 0
    }
}

.c-column__title {
    color: var(--primary-color-100) !important;
    margin-bottom: 15px
}

.c-logos {
    text-align: center
}

.c-logos img {
    display: block;
    margin: 0 auto
}

.c-logos__text {
    font-size: 14px;
    font-weight: 700;
    color: var(--black-200);
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center
}

.banner-style2 {
    margin-bottom: 70px
}

.banner-style2__outer {
    margin-top: -300px
}

@media screen and (max-width: 1023px) {
    .banner-style2__outer {
        margin-top: -150px
    }
}

.banner-style2__outer .container {
    position: relative
}

.banner-style2__intro {
    max-width: 555px;
    margin: 0 auto 25px;
    padding: 0 20px
}

.banner-style2__intro .banner-intro__mainTitle {
    font-size: 32px !important;
    line-height: 1.25
}

@media screen and (max-width: 767px) {
    .banner-style2__intro .banner-intro__mainTitle {
        font-size: 26px !important;
        line-height: 1.1538461538
    }
}

.banner-style2__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.banner-style2__column1 {
    width: 55.3%
}

@media screen and (max-width: 1365px) {
    .banner-style2__column1 {
        width: calc(50% - 18px)
    }
}

@media screen and (max-width: 1023px) {
    .banner-style2__column1 {
        width: 100%;
        margin-bottom: 36px
    }
}

.banner-style2__column1.full {
    width: 100%
}

.banner-style2__column2 {
    width: 41.7%
}

@media screen and (max-width: 1365px) {
    .banner-style2__column2 {
        width: calc(50% - 18px)
    }
}

@media screen and (max-width: 1023px) {
    .banner-style2__column2 {
        width: 100%
    }
}

.banner-style2__column2.full {
    width: 100%
}

.banner-style2__column-inner {
    height: 100%;
    background: var(--white);
    border-radius: 9px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

.banner-style2__column1-inner {
    padding: 45px 0
}

.banner-style2__price-bar {
    margin-bottom: 30px
}

.price-bar {
    background: var(--primary-color-200);
    padding: 18px 18px 13px;
    text-align: center;
    color: var(--white)
}

.price-bar__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1428571429;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 8px !important
}

.price-bar__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    margin: 0 !important
}

.price-bar__detail .price-bar__price {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.2894736842;
    color: var(--white)
}

@media screen and (max-width: 767px) {
    .price-bar__detail .price-bar__price {
        font-size: 1.875rem;
        line-height: 1.2
    }
}

.price-bar__detail .price-bar__timeline {
    font-size: 1.78125rem;
    font-weight: 700;
    line-height: 1.7192982456;
    color: var(--white)
}

@media screen and (max-width: 767px) {
    .price-bar__detail .price-bar__timeline {
        font-size: 1.40625rem;
        line-height: 1.6
    }
}

.banner-style2__additional-content {
    text-align: center;
    max-width: 550px;
    margin: 0 auto 35px;
    padding: 0 20px
}

.banner-style2__additional-content .entry-content {
    margin-top: 15px
}

.banner-style2__additional-content .entry-content strong {
    color: var(--primary-color-100)
}

.additional-content__tag {
    display: inline-block;
    padding: 1px 8px;
    background: var(--primary-color-100);
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.5294117647
}

.banner-style2__logos {
    padding: 0 20px
}

.banner-style2__column2-inner {
    padding: 50px 40px 25px 55px
}

@media screen and (max-width: 767px) {
    .banner-style2__column2-inner {
        padding: 40px 30px 25px 20px
    }
}

.c-columns--secondary {
    margin: 0
}

.c-columnGrid--vertical {
    display: block
}

.c-columnGrid--vertical .c-column {
    width: 100%;
    padding: 0 0 0 25px;
    text-align: left
}

.c-columnGrid--vertical .c-column:not(:last-child) {
    padding-bottom: 25px
}

.c-columnGrid--vertical .c-column:before {
    top: auto;
    left: 0
}

.c-columnGrid--vertical .c-column:after {
    width: 4px;
    height: 100%;
    left: 7px
}

.c-columnGrid--vertical .c-column:first-child:after {
    left: 7px;
    width: 4px
}

.c-columnGrid--vertical .c-column:last-child:after {
    display: none
}

.c-columnGrid--vertical .c-column__inner {
    padding: 0
}

.box-grids {
    padding: 120px 0;
    background: var(--white-300)
}

@media screen and (max-width: 1023px) {
    .box-grids {
        padding: 80px 0
    }
}

@media screen and (max-width: 767px) {
    .box-grids {
        padding: 48px 0
    }
}

.box-grids--dark {
    background: var(--blue-500)
}

.box-grids__main-title {
    text-align: center;
    margin-bottom: 56px;
    font-size: 28px !important;
    line-height: 1.6785714286;
    color: var(--quaternary-color) !important
}

@media screen and (max-width: 767px) {
    .box-grids__main-title {
        margin-bottom: 35px
    }
}

.box-grids--dark .box-grids__main-title {
    color: var(--white) !important
}

.box-grids__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -12px;
    row-gap: 24px
}

@media screen and (max-width: 767px) {
    .box-grids__inner {
        margin: 0
    }
}

.box-grid {
    width: 33.33%;
    padding: 0 12px
}

@media screen and (max-width: 767px) {
    .box-grid {
        padding: 0;
        width: 100%
    }
}

.box-grid__inner {
    height: 100%;
    background: var(--white);
    -webkit-box-shadow: 0 42px 17px rgba(166, 166, 166, .01), 0 23px 14px rgba(166, 166, 166, .05), 0 10px 10px rgba(166, 166, 166, .09), 0 3px 6px rgba(166, 166, 166, .1);
    box-shadow: 0 42px 17px rgba(166, 166, 166, .01), 0 23px 14px rgba(166, 166, 166, .05), 0 10px 10px rgba(166, 166, 166, .09), 0 3px 6px rgba(166, 166, 166, .1);
    border-radius: 8px;
    text-align: center;
    padding: 48px;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -.012em;
    color: var(--quaternary-color);
    margin: 0 !important
}

@media screen and (max-width: 1200px) {
    .box-grid__inner {
        padding: 40px 30px;
        font-size: 1.25rem;
        line-height: 1.29
    }
}

@media screen and (max-width: 767px) {
    .box-grid__inner {
        padding: 30px 20px
    }
}

.box-grid__inner p {
    max-width: 245px;
    margin: 0 auto
}

.box-grid__image {
    max-width: 66px;
    margin: 0 auto 24px
}

.c-banner__outer {
    margin-top: -300px
}

@media screen and (max-width: 1023px) {
    .c-banner__outer {
        margin-top: -150px
    }
}

.c-banner__outer .container {
    position: relative
}

.c-banner__pattern1 {
    position: absolute;
    left: -120px;
    top: 60px;
    display: block;
    -webkit-animation: moveRotateRight 7s infinite linear;
    animation: moveRotateRight 7s infinite linear
}

.c-banner__inner {
    position: relative;
    background: var(--white);
    padding: 70px 75px 90px;
    border-radius: 9px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    text-align: center
}

@media screen and (max-width: 1200px) {
    .c-banner__inner {
        padding: 45px 15px 30px
    }
}

@media screen and (max-width: 960px) {
    .c-banner__inner {
        padding: 45px 20px 20px
    }
}

.c-banner__intro {
    max-width: 800px;
    margin: 0 auto 70px
}

@media screen and (max-width: 960px) {
    .c-banner__intro {
        margin: 0 auto 45px
    }
}

.c-banner__title {
    margin-bottom: 20px;
    color: var(--black-100) !important
}

.c-banner__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px
}

@media screen and (max-width: 960px) {
    .c-banner__items {
        margin: 0
    }
}

.c-banner__item {
    width: 33.33%;
    padding: 0 25px;
    text-align: center
}

@media screen and (max-width: 960px) {
    .c-banner__item {
        width: 100%;
        padding: 0;
        margin-bottom: 30px
    }
}

.c-banner__item-iconHolder {
    height: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 25px
}

.c-banner__item-icon {
    max-width: 73px;
    max-height: 73px
}

.c-banner__item-title {
    font-size: 19px !important;
    margin-bottom: 15px
}

.fancy-banner {
    position: relative;
    padding: 70px 0 0;
    background: var(--primary-color-100);
    color: var(--white)
}

.fancy-banner .container {
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 340px) {
    .fancy-banner {
        overflow: hidden
    }
}

.fancy-banner__pattern {
    position: absolute
}

.fancy-banner__pattern svg {
    display: block
}

.fancy-banner__top-pattern {
    top: 0;
    left: -120px;
    -webkit-animation: moveRotateRight 7s infinite linear;
    animation: moveRotateRight 7s infinite linear
}

.fancy-banner__bottom-pattern {
    bottom: 0;
    left: 0
}

.fancy-banner__bottom-pattern svg {
    width: 100%;
    height: auto
}

.fancy-banner__top-right-pattern {
    top: 0;
    right: 0
}

.fancy-banner__top-right-pattern svg {
    width: 100%;
    height: auto
}

.fancy-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1200px) {
    .fancy-banner__inner {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.fancy-banner__content-col {
    position: relative;
    z-index: 2;
    padding-bottom: 40px;
    width: 56%
}

@media screen and (max-width: 1023px) {
    .fancy-banner__content-col {
        width: 100%;
        text-align: center
    }
}

.fancy-banner__content-col.full {
    width: 100%
}

.fancy-banner__content-col.full .fancy-banner__content-inner {
    max-width: 100%
}

.fancy-banner__content-inner {
    max-width: 560px
}

@media screen and (max-width: 1200px) {
    .fancy-banner__content-inner {
        max-width: 506px
    }
}

@media screen and (max-width: 1100px) {
    .fancy-banner__content-inner {
        max-width: 460px
    }
}

@media screen and (max-width: 1023px) {
    .fancy-banner__content-inner {
        max-width: 100%
    }
}

.fancy-banner__content-primary {
    margin-bottom: 35px
}

.fancy-banner__content-primary .entry-content {
    margin-bottom: 20px
}

.fancy-banner__main-title {
    max-width: 526px;
    margin-bottom: 15px
}

@media screen and (max-width: 1023px) {
    .fancy-banner__main-title {
        max-width: 100%
    }
}

.fancy-banner__btn-holder {
    margin-bottom: 10px
}

.fancy-banner__btn-holder .btn {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

.fancy-banner__footnotes {
    font-size: .875rem;
    line-height: 1.1428571429
}

.fancy-banner__footnotes p {
    margin: 0
}

.fancy-banner__trust-logo {
    margin-bottom: 45px
}

.fancy-banner__trust-logo img {
    display: inline-block;
    max-width: 200px
}

.fancy-banner__logo-list img {
    display: inline-block;
    max-width: 560px;
    width: 100%
}

.fancy-banner__logo-list .fancy-banner__logo-title {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.2857142857;
    margin-bottom: 15px
}

.fancy-banner__image-col {
    width: 44%;
    position: relative
}

@media screen and (max-width: 1200px) {
    .fancy-banner__image-col {
        right: -40px
    }
}

@media screen and (max-width: 1023px) {
    .fancy-banner__image-col {
        width: 100%;
        text-align: center;
        right: auto;
        max-width: 510px;
        margin: 0 auto
    }
}

@media screen and (max-width: 767px) {
    .fancy-banner__image-col {
        max-width: 308px
    }
}

@media screen and (max-width: 340px) {
    .fancy-banner__image-col {
        right: -30px
    }
}

.fancy-banner__image-bg {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

@media screen and (max-width: 767px) {
    .fancy-banner__image-bg {
        display: none
    }
}

.fancy-banner__image-bg svg {
    -webkit-animation: moveRotateRight 7s infinite linear;
    animation: moveRotateRight 7s infinite linear
}

.fancy-banner__image-small {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: -85px;
    max-width: 287px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width: 767px) {
    .fancy-banner__image-small {
        max-width: 117px;
        left: -27px
    }
}

.fancy-banner__image-large {
    position: relative;
    z-index: 2
}

@media screen and (max-width: 1023px) {
    .fancy-banner__image-large {
        display: inline-block;
        max-width: 510px
    }
}

@media screen and (max-width: 767px) {
    .fancy-banner__image-large {
        max-width: 308px
    }
}

.fancy-box {
    padding: 50px 0;
    overflow: hidden
}

.fancy-box__outer {
    max-width: 1578px;
    margin: 0 auto;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
    background: var(--white-300);
    position: relative
}

@media screen and (max-width: 1023px) {
    .fancy-box__outer {
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px
    }
}

.fancy-box__inner {
    max-width: 1248px;
    margin: 0 auto;
    padding: 110px 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1
}

@media screen and (max-width: 1023px) {
    .fancy-box__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 90px 20px
    }
}

.fancy-box__box-columns {
    width: 52.2%;
    position: relative
}

@media screen and (max-width: 1023px) {
    .fancy-box__box-columns {
        width: 100%
    }
}

.fancy-box__pattern {
    position: absolute;
    -webkit-animation: moveRotateRight 7s infinite linear;
    animation: moveRotateRight 7s infinite linear
}

.fancy-box__pattern svg {
    display: block
}

.fancy-box__pattern1 {
    top: 22px;
    right: -52px
}

.fancy-box__pattern2 {
    bottom: 122px;
    left: -50px
}

.fancy-box__intro {
    width: calc(47.8% - 83px)
}

@media screen and (max-width: 1023px) {
    .fancy-box__intro {
        width: 100%;
        margin-bottom: 40px
    }
}

.fancy-box__intro.full {
    width: 100%
}

.fancy-box__intro-inner {
    max-width: 473px
}

@media screen and (max-width: 1023px) {
    .fancy-box__intro-inner {
        max-width: 100%;
        text-align: center
    }
}

.fancy-box__intro-title {
    margin-bottom: 30px
}

.fancy-box__btn {
    margin-top: 30px
}

.fancy-box__intro-additional {
    font-size: .875rem;
    line-height: 1.1428571429;
    margin: 10px 0 0 !important
}

.fancy-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10.5px;
    row-gap: 21px;
    position: relative;
    z-index: 1
}

.fancy-boxes__item {
    width: 50%;
    padding: 0 10.5px
}

@media screen and (max-width: 767px) {
    .fancy-boxes__item {
        width: 100%;
        padding: 0
    }
}

.fancy-boxes__item:first-child {
    margin-top: 61px
}

@media screen and (max-width: 1023px) {
    .fancy-boxes__item:first-child {
        margin-top: 32px
    }
}

@media screen and (max-width: 767px) {
    .fancy-boxes__item:first-child {
        margin: 0
    }
}

.fancy-boxes__item:first-child .fancy-boxes__item-inner {
    border-top-left-radius: 30px
}

.fancy-boxes__item:nth-child(2) .fancy-boxes__item-inner {
    border-top-right-radius: 30px;
    background: var(--primary-color-100)
}

.fancy-boxes__item:nth-child(2) .fancy-boxes__item-title {
    color: var(--white) !important
}

.fancy-boxes__item:nth-child(2) .entry-content {
    color: var(--white)
}

.fancy-boxes__item:nth-child(2) .text-link {
    color: var(--white)
}

.fancy-boxes__item:nth-child(2) .text-link:focus, .fancy-boxes__item:nth-child(2) .text-link:hover {
    color: var(--primary-color-200)
}

.fancy-boxes__item:nth-child(3) .fancy-boxes__item-inner {
    border-bottom-left-radius: 30px
}

.fancy-boxes__item:nth-child(4) {
    margin-bottom: 61px
}

@media screen and (max-width: 1023px) {
    .fancy-boxes__item:nth-child(4) {
        margin-bottom: 32px
    }
}

@media screen and (max-width: 767px) {
    .fancy-boxes__item:nth-child(4) {
        margin: 0
    }
}

.fancy-boxes__item:nth-child(4) .fancy-boxes__item-inner {
    border-bottom-right-radius: 30px
}

.fancy-boxes__item-inner {
    height: 100%;
    padding: 46px 36px 46px 46px;
    border-radius: 10px;
    background: var(--white)
}

.fancy-boxes__item-title {
    color: var(--primary-color-100) !important;
    margin-bottom: 12px
}

.fancy-boxes__item-link {
    margin-top: 13px
}

.m-logo-main {
    padding: 10px 0;
    border-top: 1px solid var(--white-200)
}

.m-logo-main img {
    max-width: 800px;
    margin: 0 auto;
    display: block
}

@media screen and (max-width: 1023px) {
    .m-logo-main img {
        max-width: 100%
    }
}

.m-logo-main:not(.m-logo-main--alt) {
    background: var(--white-100)
}

.m-logo-secondary {
    background: var(--white-100);
    padding: 25px 0 15px
}

.m-logo-secondary:not(.light-bg), .m-logo-secondary:not(.white-bg) {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .25)
}

.m-logo-secondary.light-bg {
    background: var(--white-300)
}

.m-logo-secondary.white-bg {
    background: var(--white)
}

.m-logo-secondary__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px
}

p.m-logo-secondary__label {
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--black-200);
    margin: 0
}

.hero-primary {
    padding: 80px 0 120px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top
}

@media screen and (max-width: 767px) {
    .hero-primary {
        padding: 30px 0
    }
}

.hero-primary:before {
    content: "";
    background: rgba(0, 0, 0, .84);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.hero-primary__inner {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

h1.hero-primary__main-title {
    color: var(--white) !important;
    margin-bottom: 20px
}

h1.hero-primary__main-title span {
    color: var(--primary-color)
}

.hero-primary__col1 {
    width: 53.2%
}

@media screen and (max-width: 1023px) {
    .hero-primary__col1 {
        width: 100%
    }
}

.hero-primary__col1.full {
    width: 100%
}

.hero-primary__overlay-desktop {
    text-align: right;
    margin-top: 30px
}

@media screen and (max-width: 1023px) {
    .hero-primary__overlay-desktop {
        display: none
    }
}

.hero-primary__overlay-desktop img {
    display: inline-block
}

.hero-primary__overlay-mobile {
    display: none;
    margin-top: 30px
}

@media screen and (max-width: 1023px) {
    .hero-primary__overlay-mobile {
        display: block;
        text-align: center
    }
}

.hero-primary__overlay-mobile img {
    display: inline-block
}

.hero-primary__content {
    color: var(--white);
    font-size: 1.3125rem;
    line-height: 1.4761904762
}

@media screen and (max-width: 767px) {
    .hero-primary__content {
        font-size: 1.125rem;
        line-height: 1.7222222222
    }
}

.hero-primary__content ul {
    margin-top: 20px
}

.hero-primary__content ul li {
    margin-bottom: 5px
}

.hero-primary__content ul li:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_438_5)'%3E%3Cpath d='M2 7.18519L6.78049 12L16 2' stroke='%23272C2F' stroke-width='4' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_438_5'%3E%3Crect width='18' height='15' fill='transparent'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
}

.hero-primary__col2 {
    width: 42%
}

@media screen and (max-width: 1023px) {
    .hero-primary__col2 {
        width: calc(100% + 20px);
        margin: 0 -10px
    }
}

.hero-embed-code {
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    padding: 30px;
    background: var(--white);
    position: relative;
    z-index: 1
}

@media screen and (max-width: 1023px) {
    .hero-embed-code {
        padding: 10px
    }
}

.hero-embed-code__content {
    text-align: center;
    font-size: .875rem;
    line-height: 1.5;
    color: var(--black-400);
    margin-top: 1px
}

.hero-embed-code__content p {
    margin: 0
}

.hero-secondary {
    background: var(--primary-color-100);
    position: relative;
    padding: 115px 0 30px
}

@media screen and (max-width: 767px) {
    .hero-secondary {
        padding: 55px 0 46px;
        overflow: hidden
    }
}

.hero-secondary .container {
    position: relative
}

.hero-secondary__pattern-top-left {
    position: absolute;
    left: -120px;
    top: -18px
}

.hero-secondary__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.hero-secondary__col1 {
    width: 47.8%
}

@media screen and (max-width: 1023px) {
    .hero-secondary__col1 {
        width: 100%
    }
}

.hero-secondary__col1.full {
    width: 100%
}

.hero-secondary__col2 {
    width: 46.5%
}

@media screen and (max-width: 1023px) {
    .hero-secondary__col2 {
        width: 100%
    }
}

h1.hero-secondary__main-title {
    color: var(--white)
}

h1.hero-secondary__main-title span {
    position: relative;
    display: inline-block
}

h1.hero-secondary__main-title svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: visible;
    z-index: -1
}

h1.hero-secondary__main-title svg path {
    --animation-duration: 1200ms;
    stroke: var(--primary-color-200);
    stroke-width: 10px;
    fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    -webkit-transition: .3s;
    transition: .3s
}

h1.hero-secondary__main-title.is-animated svg path {
    -webkit-animation: animatedLine forwards;
    animation: animatedLine forwards;
    -webkit-animation-duration: var(--animation-duration, 1.2s);
    animation-duration: var(--animation-duration, 1.2s);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.hero-secondary__content {
    color: var(--white)
}

.hero-secondary__content ul {
    margin-top: 20px
}

.hero-secondary__content ul li {
    padding-left: 38px
}

.hero-secondary__content ul li:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cpath d='M22.3422 3.14425C22.0039 2.80531 21.4549 2.80473 21.1165 3.14281L10.7174 13.5145L6.96547 9.43947C6.64127 9.08755 6.09313 9.06473 5.74063 9.38888C5.3884 9.71309 5.36585 10.2615 5.69005 10.6137L10.0531 15.3521C10.2129 15.5258 10.4365 15.6266 10.6723 15.6315C10.6787 15.6318 10.6848 15.6318 10.6908 15.6318C10.92 15.6318 11.1404 15.5408 11.3028 15.379L22.3405 4.37021C22.6797 4.03218 22.6803 3.48318 22.3422 3.14425Z' fill='%23FF0000'%3E%3C/path%3E%3Cpath d='M22.1331 10.6331C21.6544 10.6331 21.2663 11.0212 21.2663 11.5C21.2663 16.8854 16.8854 21.2663 11.5 21.2663C6.11495 21.2663 1.73367 16.8854 1.73367 11.5C1.73367 6.11495 6.11495 1.73367 11.5 1.73367C11.9788 1.73367 12.3669 1.34563 12.3669 0.866857C12.3669 0.388035 11.9788 0 11.5 0C5.15883 0 0 5.15883 0 11.5C0 17.8409 5.15883 23 11.5 23C17.8409 23 23 17.8409 23 11.5C23 11.0212 22.612 10.6331 22.1331 10.6331Z' fill='%23FF0000'%3E%3C/path%3E%3C/svg%3E");
    height: 23px;
    width: 23px;
    top: 2px;
    left: 0
}

.hero-secondary__content ul li:after {
    display: none
}

.hero-secondary__content ul li:not(:last-child) {
    margin-bottom: 15px
}

.hero-secondary__overlay-desktop {
    text-align: right;
    margin: -68px -53px 50px 0
}

@media screen and (max-width: 1150px) {
    .hero-secondary__overlay-desktop {
        margin-top: -50px
    }
}

@media screen and (max-width: 1023px) {
    .hero-secondary__overlay-desktop {
        display: none
    }
}

.hero-secondary__overlay-desktop img {
    display: inline-block
}

.hero-secondary__overlay-mobile {
    display: none;
    margin-top: 30px
}

@media screen and (max-width: 1023px) {
    .hero-secondary__overlay-mobile {
        display: block;
        text-align: center
    }
}

.hero-secondary__overlay-mobile img {
    display: inline-block
}

@media screen and (max-width: 1023px) {
    .hero-secondary__logos {
        text-align: center;
        margin: 20px 0
    }
}

.hero-secondary__logo-label {
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    margin: 0 0 25px
}

.hero-secondary__col2 {
    position: relative
}

.hero-secondary__col2-pattern {
    position: absolute;
    top: 10px;
    right: -57px
}

@media screen and (max-width: 1023px) {
    .hero-secondary__col2-pattern {
        display: none
    }
}

.hero-secondary__bottom-pattern {
    position: absolute;
    bottom: 0;
    left: 0
}

.hero-secondary__bottom-pattern svg {
    display: block
}

.hero-secondary__top-right-pattern {
    position: absolute;
    top: 0;
    right: 0
}

.hero-secondary__top-right-pattern svg {
    display: block
}

.fancy-testimonial {
    background: var(--quaternary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fancy-testimonial__col-image, .fancy-testimonial__content-col {
    width: 50%
}

@media screen and (max-width: 1023px) {
    .fancy-testimonial__col-image, .fancy-testimonial__content-col {
        width: 100%
    }
}

.fancy-testimonial__col-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media screen and (max-width: 1023px) {
    .fancy-testimonial__col-image {
        padding-bottom: 56.25%
    }
}

.fancy-testimonial__content-col {
    padding: 88px 70px 88px 60px
}

@media screen and (max-width: 767px) {
    .fancy-testimonial__content-col {
        padding: 48px 20px
    }
}

.fancy-testimonial__content-col.full {
    width: 100%
}

.fancy-testimonial__content-inner {
    max-width: 820px;
    margin: 0 auto
}

.fancy-testimonial__heading {
    text-align: center;
    margin-bottom: 56px;
    font-size: 28px !important;
    line-height: 1.6785714286;
    color: var(--white) !important
}

@media screen and (max-width: 767px) {
    .fancy-testimonial__heading {
        margin-bottom: 35px
    }
}

.fancy-testimonial__slider {
    padding: 0 52px 37px
}

@media screen and (max-width: 767px) {
    .fancy-testimonial__slider {
        padding: 0 0 37px
    }
}

.fancy-testimonial__slider .slick-arrow {
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    height: 32px;
    width: 20px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    color: var(--white);
    z-index: 5;
    border-radius: 0
}

.fancy-testimonial__slider .slick-arrow svg {
    fill: currentColor;
    height: 32px;
    width: 20px
}

.fancy-testimonial__slider .slick-arrow:focus, .fancy-testimonial__slider .slick-arrow:hover {
    background: 0 0;
    padding: 0;
    border-radius: 0;
    color: var(--white)
}

.fancy-testimonial__slider .slick-prev {
    left: 0
}

.fancy-testimonial__slider .slick-next {
    right: 0
}

.fancy-testimonial__slider .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    gap: 6px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0
}

.fancy-testimonial__slider .slick-dots li button {
    text-indent: -9999em;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: #193543;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    display: block;
    line-height: 1
}

.fancy-testimonial__slider .slick-dots li.slick-active button {
    background: var(--white)
}

.fancy-testimonial__item-rating {
    text-align: center;
    margin-bottom: 32px
}

.fancy-testimonial__item-rating img {
    max-width: 141px;
    margin: 0 auto
}

.fancy-testimonial__item-title {
    font-size: 22px;
    line-height: 1.1818181818;
    font-weight: 900;
    color: var(--white);
    margin-bottom: 7px !important;
    font-style: italic
}

@media screen and (max-width: 767px) {
    .fancy-testimonial__item-title {
        font-size: 18px;
        line-height: 1.3888888889
    }
}

.fancy-testimonial__inner {
    text-align: center
}

.fancy-testimonial__inner .entry-content {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3636363636;
    font-style: italic;
    color: var(--white)
}

@media screen and (max-width: 767px) {
    .fancy-testimonial__inner .entry-content {
        font-size: 18px;
        line-height: 1.3888888889
    }
}

.fancy-testimonial__item-name {
    font-size: 24px;
    line-height: 1.3333333333;
    font-weight: 700;
    color: var(--white);
    margin: 0 !important
}

.fancy-testimonial__item-info {
    font-size: 14px;
    line-height: 1.5714285714;
    color: var(--white);
    margin: 0 !important
}

.fancy-testimonial__item-meta {
    margin-top: 45px
}

.featured-boxes {
    background: var(--white-300);
    padding: 130px 0 150px;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .featured-boxes {
        padding: 60px 0 85px
    }
}

.featured-boxes__pattern {
    position: absolute
}

.featured-boxes__pattern svg {
    display: block
}

.featured-boxes__pattern1 {
    bottom: 0;
    left: 0
}

.featured-boxes__pattern2 {
    top: 0;
    right: 0
}

.featured-boxes__intro {
    max-width: 960px;
    margin: 0 auto 40px;
    text-align: center;
    position: relative;
    z-index: 1
}

.featured-boxes__main-title {
    margin-bottom: 10px
}

.featured-boxes__sub-Title {
    margin: 0 !important
}

.featured-boxes__footer {
    margin-top: 40px;
    text-align: center;
    position: relative;
    z-index: 1
}

.featured-boxes__additional-content {
    font-size: .875rem;
    line-height: 1.1428571429;
    margin: 10px 0 0 !important
}

.featured-boxes__item-holder {
    max-width: 910px;
    margin: 0 auto;
    position: relative
}

.featured-boxes__inner {
    background: var(--white);
    border-radius: 31px;
    padding: 73px 80px 114px;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 1023px) {
    .featured-boxes__inner {
        padding: 34px 30px
    }
}

.featured-boxes__inner-pattern {
    position: absolute;
    -webkit-animation: moveRotateRight 7s infinite linear;
    animation: moveRotateRight 7s infinite linear
}

.featured-boxes__inner-pattern svg {
    display: block
}

.featured-boxes__inner-pattern1 {
    left: -70px;
    top: 196px
}

.featured-boxes__inner-pattern2 {
    right: -57px;
    bottom: -13px
}

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

.featured-boxes__item {
    width: 50%;
    text-align: center
}

@media screen and (max-width: 767px) {
    .featured-boxes__item {
        width: 100%
    }

    .featured-boxes__item:not(:last-child) {
        margin-bottom: 30px
    }
}

.featured-boxes__item:nth-child(2n-1) {
    padding-right: 68px;
    border-right: .5px solid var(--white-500)
}

@media screen and (max-width: 1023px) {
    .featured-boxes__item:nth-child(2n-1) {
        padding-right: 30px
    }
}

@media screen and (max-width: 767px) {
    .featured-boxes__item:nth-child(2n-1) {
        padding: 0;
        border: none
    }
}

.featured-boxes__item:nth-child(2n) {
    padding-left: 68px;
    border-left: .5px solid var(--white-500)
}

@media screen and (max-width: 1023px) {
    .featured-boxes__item:nth-child(2n) {
        padding-left: 30px
    }
}

@media screen and (max-width: 767px) {
    .featured-boxes__item:nth-child(2n) {
        padding: 0;
        border: none
    }
}

.featured-boxes__item:nth-child(1), .featured-boxes__item:nth-child(2) {
    padding-bottom: 71px;
    border-bottom: .5px solid var(--white-500)
}

@media screen and (max-width: 1023px) {
    .featured-boxes__item:nth-child(1), .featured-boxes__item:nth-child(2) {
        padding-bottom: 34px
    }
}

@media screen and (max-width: 767px) {
    .featured-boxes__item:nth-child(1), .featured-boxes__item:nth-child(2) {
        padding: 0;
        border: none
    }
}

.featured-boxes__item:nth-child(3), .featured-boxes__item:nth-child(4) {
    padding-top: 38px;
    border-top: .5px solid var(--white-500)
}

@media screen and (max-width: 1023px) {
    .featured-boxes__item:nth-child(3), .featured-boxes__item:nth-child(4) {
        padding-top: 34px
    }
}

@media screen and (max-width: 767px) {
    .featured-boxes__item:nth-child(3), .featured-boxes__item:nth-child(4) {
        padding: 0;
        border: none
    }
}

.featured-boxes__item-number {
    display: inline-block;
    font-weight: 700;
    font-size: 4.375rem;
    line-height: 1.3;
    color: var(--primary-color-100)
}

.featured-boxes__item-title {
    font-size: 1.375rem;
    line-height: 1.2727272727;
    margin-bottom: 14px;
    color: var(--primary-color-100) !important
}

@media screen and (max-width: 767px) {
    .featured-boxes__item-title {
        font-size: 1.5rem;
        line-height: 1.1666666667
    }
}

.featured-columns {
    padding: 85px 0 60px
}

@media screen and (max-width: 767px) {
    .featured-columns {
        padding: 70px 0 40px
    }
}

.light-bg {
    background: var(--white-100)
}

.featured-columns__title {
    text-align: center;
    margin-bottom: 60px
}

@media screen and (max-width: 767px) {
    .featured-columns__title {
        margin-bottom: 55px
    }
}

.featured-columns__column-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    --flex-gap: 35px;
    gap: var(--flex-gap)
}

@media screen and (max-width: 767px) {
    .featured-columns__column-grid {
        gap: 40px
    }
}

.featured-columns__column-grid .featured-column__title {
    margin-bottom: 15px
}

.featured-column {
    --flex-gap: 35px;
    --flex-items: 3;
    width: calc(100% / var(--flex-items) - (var(--flex-items) - 1) / var(--flex-items) * var(--flex-gap))
}

@media screen and (max-width: 767px) {
    .featured-column {
        width: 100%
    }
}

.featured-column__inner {
    text-align: center
}

.featured-column__image {
    max-width: 65px;
    margin: 0 auto 25px
}

.featured-column__image img {
    display: block
}

.featured-columns__title {
    margin-bottom: 15px
}

.featured-columns__title span {
    position: relative;
    display: inline-block
}

.featured-columns__title svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: visible;
    z-index: -1
}

.featured-columns__title svg path {
    --animation-duration: 1200ms;
    stroke: var(--primary-color-100);
    stroke-width: 8px;
    fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    -webkit-transition: .3s;
    transition: .3s
}

.featured-columns__title.is-animated svg path {
    -webkit-animation: animatedLine forwards;
    animation: animatedLine forwards;
    -webkit-animation-duration: var(--animation-duration, 1.2s);
    animation-duration: var(--animation-duration, 1.2s);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.featured-columns__btn-holder {
    text-align: center;
    margin-top: 60px
}

@media screen and (max-width: 767px) {
    .featured-columns__btn-holder {
        margin-top: 35px
    }
}

.featured-columns__intro {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center
}

.featured-columns__intro .featured-columns__title {
    margin-bottom: 40px
}

.featured-columns--tertiary {
    padding: 54px 0 90px
}

@media screen and (max-width: 767px) {
    .featured-columns--tertiary {
        padding: 70px 0 50px
    }
}

.featured-columns--tertiary .featured-column__image {
    position: relative;
    max-width: 75px;
    min-height: 73px;
    max-height: 73px
}

@media screen and (max-width: 767px) {
    .featured-columns--tertiary .featured-column__image {
        min-height: auto;
        max-height: unset
    }
}

.featured-columns--tertiary .featured-column__image:before {
    content: "";
    display: block;
    inline-size: 65px;
    aspect-ratio: 1/1;
    position: absolute;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #f2f4f5;
    border-radius: 50%;
    z-index: -1
}

.form-block {
    padding: 90px 0 120px;
    background: var(--white)
}

@media screen and (max-width: 767px) {
    .form-block {
        padding: 80px 0
    }
}

.form-block__inner {
    max-width: 800px;
    margin: 0 auto
}

.form-block__intro {
    text-align: center;
    margin-bottom: 25px
}

@media screen and (max-width: 767px) {
    .form-block__intro {
        text-align: left
    }
}

.form-block__title {
    margin-bottom: 20px
}

.general-content {
    padding: 70px 0
}

.general-content .container {
    max-width: 900px
}

.general-content__main-title {
    color: var(--black-100) !important;
    margin-bottom: 10px
}

.gs-intro {
    padding: 90px 0 55px;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .gs-intro {
        padding: 60px 0 40px
    }
}

.gs-intro__primary {
    max-width: 830px;
    margin: 0 auto 60px
}

@media screen and (max-width: 1023px) {
    .gs-intro__primary {
        margin-bottom: 20px
    }
}

.gs-intro__main-title {
    font-size: 38px !important;
    line-height: 1.2894736842;
    max-width: 800px;
    margin: 0 auto 30px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .gs-intro__main-title {
        font-size: 30px !important;
        line-height: 1.2
    }
}

.gs-intro__logo {
    text-align: center;
    margin-top: 30px
}

.gs-intro__logo .m-logo-secondary__label {
    margin-bottom: 20px
}

.gs-intro__form-holder {
    max-width: 1030px;
    margin: 0 auto;
    background: var(--white);
    padding: 40px 100px 50px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    position: relative
}

@media screen and (max-width: 1023px) {
    .gs-intro__form-holder {
        padding: 8px 15px 12px
    }
}

.gs-intro__form-pattern-desktop {
    position: absolute;
    top: -125px;
    right: -180px
}

@media screen and (max-width: 1023px) {
    .gs-intro__form-pattern-desktop {
        display: none
    }
}

.gs-intro__form-pattern-mobile {
    display: none
}

@media screen and (max-width: 1023px) {
    .gs-intro__form-pattern-mobile {
        display: block;
        margin: 0 auto
    }
}

.m-logo-secondary.m-logo-secondary--style1 {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--white)
}

.gs-intro__lists {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px 20px
}

.gs-intro__lists li {
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.5294117647;
    color: var(--black-100);
    position: relative;
    padding-left: 38px;
    margin: 0
}

.gs-intro__lists li:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cpath d='M22.3422 3.14425C22.0039 2.80531 21.4549 2.80473 21.1165 3.14281L10.7174 13.5145L6.96547 9.43947C6.64127 9.08755 6.09313 9.06473 5.74063 9.38888C5.3884 9.71309 5.36585 10.2615 5.69005 10.6137L10.0531 15.3521C10.2129 15.5258 10.4365 15.6266 10.6723 15.6315C10.6787 15.6318 10.6848 15.6318 10.6908 15.6318C10.92 15.6318 11.1404 15.5408 11.3028 15.379L22.3405 4.37021C22.6797 4.03218 22.6803 3.48318 22.3422 3.14425Z' fill='%230fa30c'%3E%3C/path%3E%3Cpath d='M22.1331 10.6331C21.6544 10.6331 21.2663 11.0212 21.2663 11.5C21.2663 16.8854 16.8854 21.2663 11.5 21.2663C6.11495 21.2663 1.73367 16.8854 1.73367 11.5C1.73367 6.11495 6.11495 1.73367 11.5 1.73367C11.9788 1.73367 12.3669 1.34563 12.3669 0.866857C12.3669 0.388035 11.9788 0 11.5 0C5.15883 0 0 5.15883 0 11.5C0 17.8409 5.15883 23 11.5 23C17.8409 23 23 17.8409 23 11.5C23 11.0212 22.612 10.6331 22.1331 10.6331Z' fill='%230fa30c'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
    height: 23px;
    width: 23px;
    top: 2px;
    left: 0;
    z-index: 1;
    position: absolute
}

.highlighted-box {
    margin-bottom: 45px
}

.highlighted-box .banner-notice {
    padding: 20px 25px 30px
}

.media-content {
    padding: 60px 0 155px
}

@media screen and (max-width: 767px) {
    .media-content {
        padding: 0 0 100px
    }
}

@media screen and (max-width: 767px) {
    .media-content.light-bg {
        padding: 45px 0 90px
    }
}

.media-content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .media-content__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

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

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

@media screen and (max-width: 767px) {
    .media-content__inner.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.media-content__inner.reverse .media-content__content-col {
    width: 43.8%
}

@media screen and (max-width: 767px) {
    .media-content__inner.reverse .media-content__content-col {
        width: 100%
    }
}

.media-content__inner.reverse .media-content__content-col.full {
    width: 100%
}

.media-content__inner.reverse .media-content__image-col {
    width: 53%
}

@media screen and (max-width: 767px) {
    .media-content__inner.reverse .media-content__image-col {
        width: 100%
    }
}

.media-content__content-col {
    width: 50.1%;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .media-content__content-col {
        width: 100%
    }
}

.media-content__content-col.full {
    width: 100%
}

.media-content__image-col {
    width: 49.5%
}

@media screen and (max-width: 767px) {
    .media-content__image-col {
        width: 100%
    }
}

.media-content__image-col img {
    display: block
}

.media-content__btn-holder {
    margin-top: 20px
}

.media-content__btn-holder .btn {
    min-width: 250px
}

.media-content__detail ul {
    margin: 20px 0
}

.media-content__title {
    margin-bottom: 20px
}

.media-content__image-pull-left {
    margin: 0 -43px 0 -175px
}

@media screen and (max-width: 767px) {
    .media-content__image-pull-left {
        margin: 0
    }
}

.newsletter {
    background: var(--primary-color-100);
    position: relative;
    border-radius: 0 150px 0 0;
    padding-top: 57px
}

@media screen and (max-width: 1365px) {
    .newsletter {
        border-radius: 0 50px 0 0
    }
}

.newsletter__patter1 {
    position: absolute;
    bottom: 0;
    left: 0
}

@media screen and (max-width: 1023px) {
    .newsletter__patter1 {
        display: none
    }
}

.newsletter__patter1 svg {
    display: block
}

.newsletter__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.newsletter__image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 300px
}

.newsletter__image img {
    display: block;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 1023px) {
    .newsletter__image {
        display: none
    }
}

.newsletter__image-pattern {
    position: absolute;
    left: 150px;
    top: -13px;
    -webkit-animation: moveRotateRight 7s infinite linear;
    animation: moveRotateRight 7s infinite linear
}

.newsletter__image-pattern svg {
    display: block
}

.newsletter__content {
    width: calc(100% - 385px);
    padding-bottom: 20px
}

@media screen and (max-width: 1023px) {
    .newsletter__content {
        width: 100%
    }
}

.newsletter__content .entry-content {
    color: var(--white)
}

.newsletter__content .form-holder {
    margin-bottom: 20px
}

.newsletter__content .form-holder .frm-fluent-form .ff-t-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.newsletter__content .form-holder .ff-el-group.hide-label .ff-el-input--label {
    display: none
}

.newsletter__content .form-holder .ff-default .ff_btn_style {
    min-width: 250px !important
}

@media screen and (max-width: 767px) {
    .newsletter__content .form-holder .ff-default .ff_btn_style {
        min-width: 100% !important
    }
}

.newsletter__content .form-holder .fluentform .text-danger {
    color: var(--white)
}

.newsletter__content .form-holder .ff-message-success {
    text-align: center;
    color: var(--white);
    border-color: var(--white)
}

.newsletter__main-title {
    color: var(--white) !important;
    margin-bottom: 20px
}

.newsletter__main-content {
    margin-bottom: 20px
}

.newsletter__additional-content {
    font-size: .875rem;
    line-height: 1.1428571429
}

.primary-content {
    padding: 120px 0 57px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .primary-content {
        padding: 50px 0 40px
    }
}

.primary-content__row {
    max-width: 800px;
    margin: 0 auto 30px;
    text-align: center
}

.primary-content__title {
    margin-bottom: 20px
}

.primary-content__image {
    max-width: 940px;
    margin: 0 auto;
    text-align: center
}

.primary-content__image img {
    display: block;
    margin: 0 auto
}

.process {
    padding: 55px 0 0
}

@media screen and (max-width: 1023px) {
    .process {
        padding: 32px 0 0
    }
}

.process__intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 15px
}

.process__main-title {
    margin-bottom: 10px
}

.process__sub-Title {
    margin: 0 !important
}

.process__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.process__image-column {
    position: relative;
    width: 40.5%
}

@media screen and (max-width: 1023px) {
    .process__image-column {
        display: none
    }
}

.process__image-pattern {
    position: absolute;
    left: 0;
    top: 158px;
    -webkit-animation: moveRotateRight 7s infinite linear;
    animation: moveRotateRight 7s infinite linear
}

.process__image-pattern svg {
    display: block
}

.process__image-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: -60px;
    position: relative
}

.process__image-inner img {
    display: block;
    position: relative;
    z-index: 1
}

.process__content-column {
    width: 49.67%
}

@media screen and (max-width: 1023px) {
    .process__content-column {
        width: 100%
    }
}

.process__content-column.full {
    width: 100%
}

.process__content-column.full .process-items {
    max-width: 800px;
    margin: 30px auto 0;
    padding: 0
}

@media screen and (max-width: 1023px) {
    .process__content-column.full .process-items {
        width: 100%
    }
}

.process-items {
    padding: 53px 110px 0 0
}

@media screen and (max-width: 1023px) {
    .process-items {
        padding: 27px 0 32px
    }
}

.process-item {
    position: relative;
    padding-left: 64px;
    padding-bottom: 35px
}

@media screen and (max-width: 1023px) {
    .process-item {
        padding-left: 30px
    }
}

.process-item:not(:last-child):before {
    content: "";
    height: 100%;
    width: 4px;
    background: var(--primary-color-100);
    position: absolute;
    left: 6px;
    top: 14px
}

.process-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    height: 16px;
    width: 16px;
    border: 4px solid var(--primary-color-100);
    border-radius: 50%;
    background: var(--white);
    z-index: 1
}

.process-item__title {
    font-size: 1.375rem;
    line-height: 1.2727272727;
    margin-bottom: 11px;
    color: var(--primary-color-100) !important
}

@media screen and (max-width: 767px) {
    .process-item__title {
        font-size: 1.5rem;
        line-height: 1.1666666667
    }
}

.container.container--small {
    max-width: 960px
}

.top-logo-gallery {
    max-height: 70px;
    padding: 10px 0
}

@media (max-width: 767px) {
    .top-logo-gallery {
        padding: 8px 0
    }
}

.bg-alt.seen-logo-gallery, .top-logo-gallery {
    background: #f2f4f5;
    text-align: center
}

.seen-logo-gallery {
    text-align: center
}

.seen-logo-gallery .container, .top-logo-gallery .container {
    line-height: 1
}

.seen-logo-gallery {
    font-size: 14px;
    font-weight: 700;
    padding: 20px 0
}

.seen-logo-gallery .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .seen-logo-gallery .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 768px) {
    .seen-logo-gallery .container img {
        margin-left: 20px
    }
}

.form-embed {
    padding: 100px 0 120px
}

.form-embed .container {
    padding: 0
}

@media (max-width: 767px) {
    .form-embed .container {
        padding: 0 10px
    }
}

@media (max-width: 767px) {
    .form-embed {
        padding: 50px 0 80px
    }
}

.testimonial-block {
    padding: 55px 0
}

@media screen and (max-width: 767px) {
    .testimonial-block {
        margin-bottom: 10px
    }
}

.js-testimonial-slider {
    margin: 0 -17px
}

@media screen and (max-width: 1360px) {
    .js-testimonial-slider {
        margin: 0;
        padding: 0 17px
    }
}

@media screen and (max-width: 767px) {
    .js-testimonial-slider {
        padding: 0
    }
}

.js-testimonial-slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.js-testimonial-slider .slick-slide {
    height: inherit !important
}

.js-testimonial-slider .slick-slide .testimonial-item, .js-testimonial-slider .slick-slide .testimonial-item__inner, .js-testimonial-slider .slick-slide > div {
    height: 100%
}

.js-testimonial-slider .slick-arrow {
    font-size: 0;
    text-indent: -9999em;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    height: 36px;
    width: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    color: rgba(192, 192, 192, .9);
    z-index: 5
}

.js-testimonial-slider .slick-arrow svg {
    fill: currentColor
}

.js-testimonial-slider .slick-arrow:focus, .js-testimonial-slider .slick-arrow:hover {
    background: 0 0;
    padding: 0;
    border-radius: 0;
    color: rgba(238, 238, 238, .9)
}

.js-testimonial-slider .slick-prev {
    left: -36px
}

@media screen and (max-width: 1300px) {
    .js-testimonial-slider .slick-prev {
        left: -15px
    }
}

.js-testimonial-slider .slick-next {
    right: -36px
}

@media screen and (max-width: 1300px) {
    .js-testimonial-slider .slick-next {
        right: -15px
    }
}

.testimonial-item {
    padding: 0 17px
}

@media screen and (max-width: 767px) {
    .testimonial-item {
        padding: 0
    }
}

.testimonial-item__inner {
    background: var(--white-300);
    padding: 40px 35px 35px;
    border-radius: 5px;
    height: 100%
}

.testimonial-item__inner .entry-content {
    color: var(--black-400);
    overflow: hidden
}

.testimonial-item__title {
    font-size: 19px;
    line-height: 1.3684210526;
    font-weight: 700;
    color: var(--black-200);
    margin-bottom: 5px !important
}

.testimonial-item__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.testimonial-item__meta-image {
    margin-right: 6px
}

.testimonial-item__meta-image img {
    display: block;
    max-width: 32px;
    aspect-ratio: 1;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .25) inset;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .25) inset;
    background-color: #fff;
    overflow: hidden;
    padding: 2.5px
}

.testimonial-item__meta-content {
    width: calc(100% - 39px)
}

.testimonial-item__meta-content.full {
    width: 100%
}

.testimonial-item__meta-name {
    font-size: 17px;
    line-height: 1.1764705882;
    font-weight: 700;
    color: var(--black-400);
    margin: 0 !important
}

.testimonial-item__meta-info {
    font-size: 15px;
    line-height: 1.3333333333;
    color: #888;
    margin: 0 !important
}

.testimonial-item__star-rating {
    margin-bottom: 20px
}

.testimonial-item__star-rating img {
    display: block
}

.testimonial-block--tertiary {
    background: var(--white-100);
    padding: 88px 0;
    margin: 0
}

.testimonial-block--tertiary .testimonial-item__inner {
    background: #eff1f2
}

.testimonial-block__main-heading {
    text-align: center;
    margin-bottom: 56px;
    font-size: 2rem !important;
    line-height: 1.6785714286;
    color: var(--black-100)
}

@media screen and (max-width: 767px) {
    .testimonial-block__main-heading {
        margin-bottom: 35px
    }
}

.readmore-wrap {
    position: relative
}

.readmore-wrap a.text-pinkPurple {
    position: absolute;
    right: 2px;
    bottom: 5px;
    background: #f3f4f5;
    padding: 0 0 0 5px
}

.readmore-wrap a.text-pinkPurple:before {
    content: "...";
    margin-right: 5px;
    color: #000
}

.text-content-columns {
    padding: 75px 0 90px;
    background: var(--tertiary-color);
    position: relative
}

@media screen and (max-width: 767px) {
    .text-content-columns {
        padding: 70px 0 85px
    }
}

.text-content-columns .container {
    position: relative;
    z-index: 1
}

.text-content-columns__top-pattern {
    position: absolute;
    top: 0;
    right: 0
}

.text-content-columns__top-pattern svg {
    display: block
}

.text-content-columns__bottom-pattern {
    position: absolute;
    bottom: 0;
    left: 0
}

.text-content-columns__bottom-pattern svg {
    display: block
}

h2.text-content-columns__title {
    color: var(--white) !important;
    margin-bottom: 45px;
    text-align: center
}

.text-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    --flex-gap: 50px;
    gap: var(--flex-gap)
}

.text-column {
    --flex-gap: 50px;
    --flex-items: 3;
    width: calc(100% / var(--flex-items) - (var(--flex-items) - 1) / var(--flex-items) * var(--flex-gap))
}

@media screen and (max-width: 1023px) {
    .text-column {
        width: 100%
    }
}

.text-content-columns:not(.text-content-columns--alt) .text-column__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 18px
}

.text-content-columns:not(.text-content-columns--alt) .text-column__number {
    height: 67px;
    width: 67px;
    background: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    color: var(--tertiary-color)
}

@media screen and (max-width: 767px) {
    .text-content-columns:not(.text-content-columns--alt) .text-column__number {
        height: 38px;
        width: 38px
    }
}

.text-content-columns:not(.text-content-columns--alt) .featured-column__content {
    width: calc(100% - 85px)
}

.text-content-columns:not(.text-content-columns--alt) .featured-column__content.full {
    width: 100%
}

@media screen and (max-width: 767px) {
    .text-content-columns:not(.text-content-columns--alt) .text-column__number {
        font-size: 1.875rem
    }
}

.text-column__number {
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 1
}

h4.featured-column__title {
    margin: 0;
    color: var(--white)
}

.text-content-columns--alt {
    background: var(--primary-color-100);
    overflow: hidden
}

.text-content-columns--alt .text-column__inner {
    text-align: center;
    max-width: 270px;
    margin: 0 auto
}

.text-content-columns--alt .featured-column__title {
    font-size: 19px !important;
    line-height: 1.3684210526 !important
}

@media screen and (max-width: 767px) {
    .text-content-columns--alt .featured-column__title {
        font-size: 22px !important
    }
}

.text-content-columns--alt .text-column__number {
    color: var(--white);
    margin-bottom: 9px
}

@media screen and (max-width: 1023px) {
    .text-content-columns--alt .text-columns {
        --flex-gap: 35px;
        gap: var(--flex-gap);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 1023px) {
    .text-content-columns--alt .text-column {
        --flex-gap: 35px;
        --flex-items: 2;
        width: calc(100% / var(--flex-items) - (var(--flex-items) - 1) / var(--flex-items) * var(--flex-gap))
    }
}

@media screen and (max-width: 567px) {
    .text-content-columns--alt .text-column {
        width: 100%
    }
}