@charset "UTF-8";
@import url('//use.typekit.net/adi8wbf.css');

@font-face {
    font-family: 'Untitled Serif';
    src: url('UntitledSerif-Regular.woff2') format('woff2'),
    url('UntitledSerif-Regular.woff') format('woff'),
    url('UntitledSerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Untitled Serif';
    src: url('UntitledSerif-MediumItalic.woff2') format('woff2'),
    url('UntitledSerif-MediumItalic.woff') format('woff'),
    url('UntitledSerif-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Untitled Serif';
    src: url('UntitledSerif-RegularItalic.woff2') format('woff2'),
    url('UntitledSerif-RegularItalic.woff') format('woff'),
    url('UntitledSerif-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Untitled Serif';
    src: url('UntitledSerif-Medium.woff2') format('woff2'),
    url('UntitledSerif-Medium.woff') format('woff'),
    url('UntitledSerif-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Untitled Serif';
    src: url('UntitledSerif-BoldItalic.woff2') format('woff2'),
    url('UntitledSerif-BoldItalic.woff') format('woff'),
    url('UntitledSerif-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Untitled Serif';
    src: url('UntitledSerif-Bold.woff2') format('woff2'),
    url('UntitledSerif-Bold.woff') format('woff'),
    url('UntitledSerif-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

:root {
    --color-white: #FFF;
    --color-black: #000;

    --color-primary-one: #211d4f;
    --color-primary-two: #0500D0;
    --color-primary-three: #0075F4;
    --color-primary-four: #03E9CA;
    --color-primary-five: #00ACA9;

    --color-secondary-one: #eef4fe;
    --color-secondary-two: #7D32E9;
    --color-secondary-three: #bf5dff;
    --color-secondary-four: #E84870;
    --color-secondary-five: #FF9785;
    --color-secondary-six: #FFCA6A;


    --font-color-primary: #211D4F;
    --font-color-secondary: #93a5bf;

    --font-family-primary: "hero-new", sans-serif;
    --font-family-secondary: "Untitled Serif", serif;
}

html {
    scroll-behavior: smooth;
}

.c-loop-single .wp-block-image img {
    object-fit: contain;
    height: 100%;
}

.u-color-white {
    color: #fff !important
}

.u-color-black {
    color: #000 !important
}

.u-color-gray {
    color: #b2b6b6 !important
}

.u-bgnd-transparent {
    background-color: transparent !important
}
ol.circle-indicator.midnight > li::before,
.u-bgnd-midnight,
.u-bgnd-blue-dark {
    background-color: var(--color-primary-one);
}

ol.circle-indicator.heliotrope > li::before,
ol.circle-indicator.midnight > li::before,
ol.circle-indicator.persian-green > li::before,
.u-bgnd-heliotrope p,
.u-bgnd-midnight p {
    color: var(--color-white);
}

ol.circle-indicator.yellow > li::before,
.u-bgnd-yellow {
    background-color: var(--color-secondary-six);
}

.u-bgnd-blue {
    background-color: var(--font-color-primary);
}

ol.circle-indicator.sky > li::before,
.u-bgnd-sky {
    background-color: var(--color-secondary-one);
}

ol.circle-indicator.purple > li::before,
.u-bgnd-purple {
    background-color: var(--color-secondary-two);
}

ol.circle-indicator.heliotrope > li::before,
.u-bgnd-heliotrope {
    background-color: var(--color-secondary-three);
}

.u-bgnd-dark-green {
    background-color: var(--color-primary-three);
}

.u-bgnd-green {
    background-color: var(--color-primary-four);
}

ol.circle-indicator.persian-green > li::before,
.u-bgnd-persian-green {
    background-color: var(--color-primary-five);
}

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

.u-bgnd-blue-light {
    background-color: var(--color-secondary-five);
}

.u-bgnd-blue-lighter {
    background-color: var(--color-secondary-four);
}

.c-color-rows--light-blue .c-color-rows__text h3,
.c-color-rows--light-blue .c-color-rows__text p {
    color: #FFF;
}

.u-bgnd-blue-lightest {
    background-color: var(--color-secondary-one);
}

.u-bgnd-color-gray-lighter {
    background-color: #f5f5f5 !important
}

.u-bgnd-yellow {
    background-color: var(--color-secondary-six);
}

.h-color-purple h4,
.h-color-purple h3,
.h-color-purple h2,
.h-color-purple h1 {
    color: var(--color-secondary-two);
}

.h-color-heliotrope h4,
.h-color-heliotrope h3,
.h-color-heliotrope h2,
.h-color-heliotrope h1 {
    color: var(--color-secondary-three);
}
.h-color-green,
.h-color-green h4,
.h-color-green h3,
.h-color-green h2,
.h-color-green h1 {
    color: var(--color-primary-four);
}

.h-color-midnight h4,
.h-color-midnight h3,
.h-color-midnight h2,
.h-color-midnight h1 {
    color: var(--color-primary-one);
}

.h-color-yellow h4,
.h-color-yellow h3,
.h-color-yellow h2,
.h-color-yellow h1 {
    color: var(--color-secondary-six);
}

.h-color-sky h4,
.h-color-sky h3,
.h-color-sky h2,
.h-color-sky h1 {
    color: var(--color-secondary-one);
}

.h-color-white h4,
.h-color-white h3,
.h-color-white h2,
.h-color-white h1 {
    color: var(--color-white);
}

.border-color-white {
    border-color: var(--color-white);
}
.border-color-white .current-menu-item a,
.invert .c-navbar__option .border-color-white .current-menu-item a {
    border-color: var(--color-white);
}
.border-color-white .navtop a:not(.btn--primary):hover,
.navtop .invert .border-color-white a:not(.btn--primary):hover {
    color: var(--color-white);
}

.border-color-midnight {
    border-color: var(--color-primary-one);
}
.border-color-midnight .current-menu-item a,
.invert .c-navbar__option .border-color-midnight .current-menu-item a {
    border-color: var(--color-primary-one);
}
.border-color-midnight .navtop a:not(.btn--primary):hover,
.navtop .invert .border-color-midnight a:not(.btn--primary):hover {
    color: var(--color-primary-one);
}

.border-color-sky {
    border-color: var(--color-secondary-one);
}
.border-color-sky .current-menu-item a,
.invert .c-navbar__option .border-color-sky .current-menu-item a {
    border-color: var(--color-secondary-one);
}

.border-color-sky .navtop a:not(.btn--primary):hover,
.navtop .invert .border-color-sky a:not(.btn--primary):hover {
    color: var(--color-secondary-one);
}

.border-color-purple {
    border-color: var(--color-secondary-two);
}
.border-color-purple .current-menu-item a,
.invert .c-navbar__option .border-color-purple .current-menu-item a {
    border-color: var(--color-secondary-two);
}

.border-color-purple .navtop a:not(.btn--primary):hover,
.navtop .invert .border-color-purple a:not(.btn--primary):hover {
    color: var(--color-secondary-two);
}

.border-color-heliotrope {
    border-color: var(--color-secondary-three);
}
.border-color-heliotrope .current-menu-item a,
.invert .c-navbar__option .border-color-heliotrope .current-menu-item a {
    border-color: var(--color-secondary-three);
}

.border-color-heliotrope .navtop a:not(.btn--primary):hover,
.navtop .invert .border-color-heliotrope a:not(.btn--primary):hover {
    color: var(--color-secondary-three);
}

.border-color-green {
    border-color: var(--color-primary-four);
}
.border-color-green .current-menu-item a,
.invert .c-navbar__option .current-menu-item a {
    border-color: var(--color-primary-four);
}

.navtop .border-color-green a:not(.btn--primary):hover,
.navtop .invert a:not(.btn--primary):hover {
    color: var(--color-primary-four);
}

.border-color-persian-green {
    border-color: var(--color-primary-five);
}
.border-color-persian-green .current-menu-item a,
.invert .c-navbar__option .border-color-persian-green .current-menu-item a {
    border-color: var(--color-primary-five);
}
.navtop .border-color-persian-green a:not(.btn--primary):hover,
.navtop .invert .border-color-persian-green a:not(.btn--primary):hover {
    color: var(--color-primary-five);
}

.border-color-yellow {
    border-color: var(--color-secondary-six);
}
.border-color-yellow .current-menu-item a,
.invert .c-navbar__option .border-color-yellow .current-menu-item a {
    border-color: var(--color-secondary-six);
}
.navtop .border-color-yellow a:not(.btn--primary):hover,
.navtop .border-color-yellow .invert a:not(.btn--primary):hover {
    color: var(--color-secondary-six);
}


.u-fit {
    max-width: 100% !important
}

.u-width-half {
    width: 50% !important
}

.u-width-full {
    width: 100% !important
}

.u-width-full-vw {
    width: 100vw !important
}

.u-height-full {
    height: 100% !important
}

.u-height-full-vh {
    height: 100vh !important
}

.u-bd {
    border: 1px solid #b2b6b6 !important
}

.u-bd-t {
    border-top: 1px solid #b2b6b6 !important
}

.u-bd-b {
    border-bottom: 1px solid #b2b6b6 !important
}

.u-bd-r {
    border-right: 1px solid #b2b6b6 !important
}

.u-bd-l {
    border-left: 1px solid #b2b6b6 !important
}

.u-bdn {
    border: none !important
}

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

.u-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

@media screen and (max-width: 800px) {
    .u-flex-column-mobile {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .u-flex-column-reverse-mobile {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
}

.u-flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.u-flex-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

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

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

.u-flex-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.u-flex-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

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

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

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

.u-flex-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

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

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

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

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

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

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

.u-flex-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.u-flex-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.u-flex-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.u-flex-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.u-flex-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.u-flex-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.u-flex-auto {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    min-height: 0 !important
}

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

.u-flex-order--1 {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.u-flex-order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.u-flex-order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

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

.u-flex-order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.u-flex-order-last {
    -webkit-box-ordinal-group: 100000 !important;
    -ms-flex-order: 99999 !important;
    order: 99999 !important
}

.u-dn {
    display: none !important
}

.u-di {
    display: inline !important
}

.u-db {
    display: block !important
}

.u-dib {
    display: inline-block !important
}

@media (min-width: 640px) {
    .u-dn\@xs {
        display: none !important
    }

    .u-di\@xs {
        display: inline !important
    }

    .u-db\@xs {
        display: block !important
    }

    .u-dib\@xs {
        display: inline-block !important
    }
}

@media (min-width: 768px) {
    .u-dn\@sm {
        display: none !important
    }

    .u-di\@sm {
        display: inline !important
    }

    .u-db\@sm {
        display: block !important
    }

    .u-dib\@sm {
        display: inline-block !important
    }
}

@media (min-width: 800px) {
    .u-dn\@md {
        display: none !important
    }

    .u-di\@md {
        display: inline !important
    }

    .u-db\@md {
        display: block !important
    }

    .u-dib\@md {
        display: inline-block !important
    }
}

@media (min-width: 1080px) {
    .u-dn\@lg {
        display: none !important
    }

    .u-di\@lg {
        display: inline !important
    }

    .u-db\@lg {
        display: block !important
    }

    .u-dib\@lg {
        display: inline-block !important
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

body {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body, input, select, textarea {
    overflow-x: hidden;
    overflow-y: auto
}

ol.circle-indicator:not(.cross-count) {
    counter-reset: crosscounter;
}

ol.circle-indicator > li::before {
    counter-increment:crosscounter;
    content: counter(crosscounter);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 16px;
    left: calc(-32px + -1ch);
    padding-top: 1px;
}

ol.circle-indicator.upper-alpha > li::before {
    content: counter(crosscounter, upper-alpha);
}

ol.circle-indicator > li {
    list-style-type: none;
    position: relative;
}

.c-steps-panel {
    padding: 60px 0;
}

.c-steps-panel.intro-panel {
    max-width: 100%;
    padding-top: 0;
}

.c-steps-panel .c-tiles__title {
    padding-bottom: 30px;
}

.o-container--landing-small.intro-panel > div {
    max-width: 1080px;
}

.intro-panel > div {
    max-width: 1440px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .mobile-hide {
        display: none;
    }
}

.site-testing-template ol {
    list-style-type: decimal;
}

.site-testing-template ul {
    list-style-type: initial;
}

.site-testing-template ol,
.site-testing-template ul {
    margin: initial;
    padding: 0 0 0 3rem;
}

.site-testing-template h4 {
    font-family: var(--font-family-primary);
    font-size: 1rem;
    font-weight: bold;
    line-height: initial;
}

.site-testing-template h3,
.c-steps-panel h3 {
    font-size: 30px;
}

.gutter-horizontal-small,
.c-video.reduce-padding.gutter-horizontal-small,
.c-video.gutter-horizontal-small,
.site-testing-template .c-text .c-text__body {
    padding-left: 20px;
    padding-right: 20px;
}

.c-accordions_headline {
    max-width: 1440px;
    padding: 0 1rem;
    width: 80%;
    margin: 0 auto;
}

.c-accordions__body {
    max-width: 108px;
    width: 80%;
}

.c-accordions__body .tabs .tab label {
    max-width: 75%;
}

.steps-panel-container {
    display: flex;
}

/* if background colors are the same then remove padding */
.steps-panel-container.no-padding .step-panel {
    padding: 1.5rem 0;
}
.intro-panel .steps-panel-container.no-padding.emulated-flex-gap {
    --gap: 0;
}
.steps-panel-container.no-padding.emulated-flex-gap {
    --gap: 60px;
}

.step-panel {
    padding: 1.5rem 2rem;
    flex-basis: 0;
    flex-grow: 1;
}

.step-panel.extend {
    width: 100%;
    flex-basis: auto;
}

.step-panel .panel-container,
.step-panel .panel-container .panel-content {
    height: 100%;
}

.step-max-one .step-panel {
    flex-basis: 100%;
}

.step-max-two .step-panel {
    flex-basis: 35%;
}

.step-max-three .step-panel {
    flex-basis: 24%;
}

.step-max-four .step-panel {
    flex-basis: 16%;
}

.step-max-five .step-panel {
    flex-basis: 12%;
}

.step-max-six .step-pane {
    flex-basis: 10%;
}

@media screen and (max-width: 768px) {
    .step-max-one .step-panel,
    .step-max-two .step-panel,
    .step-max-three .step-panel,
    .step-max-four .step-panel,
    .step-max-five .step-panel,
    .step-max-six .step-panel {
        flex-basis: 100%;
    }
}

.step .step-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
    border-radius: 16px;
    color: var(--color-white, #FFF);
}

.step-panel .panel-title {
    padding-bottom: 1ch;
}

.step-panel .tabs .tab {
    max-width: 100%;
}

.step-panel input.i-acc:checked + .tab-label,
.step-panel .tab .tab-label:active,
.step-panel .tab .tab-label:focus,
.step-panel .tab .tab-label:hover,
.step-panel .tab .tab-label,
.step-panel .tab .tab-content {
    background-color: transparent;
}

.step-panel .tab .tab-label {
    padding: 1em 0;
}

.emulated-flex-gap {
    --gap: 6px;
    display: inline-flex;
    flex-wrap: wrap;
    margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
    width: calc(100% + var(--gap));
}

.emulated-flex-gap > * {
    margin: var(--gap) 0 0 var(--gap);
}

.c-form {
    position: relative;
}

.c-form.o-container {
    max-width: 1024px;
}
.c-form.o-container.o-container--valign-middle {
    padding: 60px 0;
    flex-wrap: wrap;
}

.c-form__pre-form-content {
    width: 100%;
}

@media screen and (max-width: 992px) {
    .c-form__form {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.c-form__form,
.c-form__pre-form-content {
    transition: all 0.3s;
}

.c-form__form.hide,
.c-form__pre-form-content.hide {
    opacity: 0;
    user-select: none;
}

.c-form__form.hide input,
.c-form__form.hide textarea,
.c-form__form.hide select {
    visibility: collapse;
}

.c-form__form {
    padding-top: 30px;
    width: 100%;
}

.c-form__field-wrapper.emulated-flex-gap {
    --gap: 12px;
}

.c-form__field-container[data-conditional-field] {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    margin-top: 0;
    transition: all 0.3s;
}

.c-form__field-container[data-conditional-field].show-conditional {
    visibility: visible;
    opacity: 1.0;
    max-height: 500px;
    margin-top: var(--gap, 0);
}

.c-form__field-container {
    flex-basis: calc(100% - var(--gap, 0));
}

.c-form__field-container.half {
    flex-basis: calc(50% - var(--gap, 0));
}

.c-form__field-container.third {
    flex-basis: calc(33.3% - var(--gap, 0));
}

.c-form__submit-wrapper {
    padding-top: calc(30px - var(--gap, 0));
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .c-form__field-container.third,
    .c-form__field-container.half {
        flex-basis: calc(100% - var(--gap, 0));
    }
}

.c-form .form_Submit_confirmation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.c-form .form_Submit_confirmation.show {
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: auto;
}

.custom-form-error {
    padding-top: 5px;
    position: absolute;
}

.custom-form-error p {
    color: red;
    font-size: 0.8125rem;
}

.c-form__field-label label {
    font-size: 1rem;
}

.c-form__field-description p {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    color: #848484;
}

@media screen and (max-width: 768px) {
    .wp-block-image {
        margin-block-start: initial;
        margin-block-end: initial;
        margin-inline-start: initial;
        margin-inline-end: initial;
    }
    .wp-block-image img {
        object-fit: cover;
    }
}

.c-slider-item__content__title, body, input, p, select, textarea {
    font-family: var(--font-family-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625em;
    color: var(--font-color-primary)
}

.c-slider-item__content__title {
    font-family: var(--font-family-secondary);
    font-size: 20px;
}

.c-slider-item__content__title, p {
    margin-top: 0;
    word-break: unset;
    word-wrap: unset;
    overflow-wrap: unset;
    -webkit-hyphens: none;
    hyphens: none;
    -ms-hyphens: none
}

@media (max-width: 799px) {
    .c-slider-item__content__title, p {
        font-size: 14px;
        line-height: 1.71429em
    }
}

.c-slider-item__content__title:empty, p:empty {
    display: none
}

span {
    word-break: unset;
    word-wrap: unset;
    overflow-wrap: unset;
    -webkit-hyphens: none;
    hyphens: none;
    -ms-hyphens: none
}

b, strong {
    font-weight: 500
}

hr {
    border-top: 1px solid #b2b6b6 !important;
    clear: both;
    height: 0
}

blockquote {
    padding-left: 0;
    margin: 40px 0 20px;
    quotes: "“" "”" "‘" "’"
}

blockquote .c-slider-item__content__title, blockquote p {
    font-family: var(--font-family-secondary);
    font-size: 24px;
    line-height: 1.5em;
    color: var(--font-color-primary);
    margin-bottom: 0
}

@media (max-width: 799px) {
    blockquote .c-slider-item__content__title, blockquote p {
        font-size: 20px
    }
}

blockquote .c-slider-item__content__title:before, blockquote p:before {
    content: open-quote;
    color: var(--font-color-primary);
    font-size: 24px
}

@media (max-width: 799px) {
    blockquote .c-slider-item__content__title:before, blockquote p:before {
        font-size: 20px
    }
}

blockquote .c-slider-item__content__title:after, blockquote p:after {
    content: close-quote;
    color: var(--font-color-primary);
    font-size: 24px
}

@media (max-width: 799px) {
    blockquote .c-slider-item__content__title:after, blockquote p:after {
        font-size: 20px
    }
}

blockquote:before {
    display: none
}

h2 .ref-link {
    margin-right: -7px
}

@media (max-width: 1079px) {
    h2 .ref-link {
        margin-right: -5px
    }
}

.c-slider-item__content__title .ref-link, p .ref-link {
    margin-right: -3px
}

@media (max-width: 1079px) {
    .c-slider-item__content__title .ref-link, p .ref-link {
        margin-right: -1px
    }
}

.ref-link > sup {
    font-weight: 500;
    font-size: 10px;
    vertical-align: super;
    line-height: 0;
    cursor: pointer
}

.ref-link > sup, a {
    text-decoration: none
}

a {
    color: var(--color-primary-three);
    line-height: 1.625em;
    word-break: unset;
    word-wrap: unset;
    overflow-wrap: unset;
    -webkit-hyphens: none;
    hyphens: none;
    -ms-hyphens: none;
    -webkit-transition-property: color, background-color, opacity, border-color;
    transition-property: color, background-color, opacity, border-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

a:active, a:focus, a:hover {
    text-decoration: underline
}

a.btn:active, a.btn:focus, a.btn:hover {
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

h3, h5 {
    font-family: var(--font-family-secondary);
}

.h1, h1 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.21739em;
    text-transform: none
}

.h1 + :not(h1), h1 + :not(h1) {
    margin-top: 12px
}

@media (max-width: 1079px) {
    .h1, h1 {
        font-size: 36px;
        line-height: 1.27778em
    }
}
.c-testimonials-slider__title {
    /*font-family: var(--font-family-secondary);*/
}

.c-images__inner h2 {
    font-size: 28px;
}

.c-testimonials-slider--image .c-testimonials-slider__title, .h2, h2 {
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.3125em
}

.c-testimonials-slider--image .c-testimonials-slider__title + :not(h2), .h2 + :not(h2), h2 + :not(h2) {
    margin-top: 12px;
}

.c-bgimage-text__box h2 + p,
.c-text-bgimage__box h2 + p {
    font-size: 18px;
}

@media (max-width: 1079px) {
    .c-testimonials-slider--image .c-testimonials-slider__title, .h2, h2 {
        font-size: 25px;
        line-height: 1.28em
    }
}

.h3, h3 {
    font-size: 20px;
    font-family: var(--font-family-secondary);
    font-weight: 500;
    font-style: normal;
    line-height: 1.4em
}

.h3 + :not(h3), h3 + :not(h3) {
    margin-top: 12px
}

.c-tiles__items .h3 + :not(h3),
.c-tiles__items h3 + :not(h3) {
    margin-top: 0;
}

@media (max-width: 1079px) {
    .h3, h3 {
        font-size: 18px;
        line-height: 1.44444em
    }
}

.h4, h4 {
    font-size: 16px;
    font-family: var(--font-family-secondary);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em
}

.h4 + :not(h4), h4 + :not(h4) {
    margin-top: 12px
}

.h5, h5 {
    font-size: 20px;
    font-family: var(--font-family-secondary);
    font-weight: 500;
    font-style: normal;
    line-height: 1.625em
}

.h5 + :not(h5), h5 + :not(h5) {
    margin-top: 12px
}

@media (max-width: 1079px) {
    .h5, h5 {
        font-size: 14px;
        line-height: 1.71429em
    }
}

.h6, h6 {
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em
}

.h6 + :not(h6), h6 + :not(h6) {
    margin-top: 12px
}

@media (max-width: 1079px) {
    .h6, h6 {
        font-size: 25px;
        line-height: 1.28em
    }
}

#wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a.btn,
.btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 7px 38px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-style: normal;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .25s cubic-bezier(.455, .03, .515, .955);
    transition: all .25s cubic-bezier(.455, .03, .515, .955);
    max-width: 100%
}

@media (max-width: 1079px) {
    .btn {
        padding: 9px 40px 7px;
    }
}

@media (max-width: 767px) {
    .btn {
        font-size: 13px
    }
}

#wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a.btn--primary,
.btn--primary {
    color: #FFF;
    border: 2px solid var(--color-primary-three);
    background-color: var(--color-primary-three);
}
#wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a.btn--primary:active,
#wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a.btn--primary:focus,
#wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a.btn--primary:hover,
.btn--primary:active, .btn--primary:focus, .btn--primary:hover {
    background-color: var(--color-primary-two);
    border-color: var(--color-primary-two);
}

.btn--primary:nth-of-type(2) {
    background-color: #FFF;
    color: var(--color-primary-three);
}

.c-images__inner .btn--primary:nth-of-type(2) {
    padding: 7px 22px;
}

.transparent .btn--primary:nth-of-type(2) {
    border-color: #FFF;
    color: var(--color-primary-three);
}

.transparent .btn--primary:nth-of-type(2):hover,
.transparent .btn--primary:nth-of-type(2):active,
.transparent .btn--primary:nth-of-type(2):focus {
    border-color: var(--color-primary-two);
}

.btn--primary:nth-of-type(2):hover,
.btn--primary:nth-of-type(2):active,
.btn--primary:nth-of-type(2):focus {
    color: #FFF;
    background-color: var(--color-primary-two);
}

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

.btn--blue:active, .btn--blue:focus, .btn--blue:hover {
    background-color: var(--color-primary-one);
    color: var(--color-primary-four);
}

.btn--dark-blue {
    border-color: var(--color-primary-one);
    color: var(--color-primary-one);
}

.btn--dark-blue:active, .btn--dark-blue:focus, .btn--dark-blue:hover {
    background-color: var(--color-primary-one);
}

.btn--dark-blue:focus {
    outline: 3px auto #1ba8b7
}

.btn--orange {
    background-color: #ee783e;
    border-color: #ec6827;
    color: #fff
}

.btn--orange:active, .btn--orange:focus, .btn--orange:hover {
    background-color: #eb5e19;
    border-color: #c44c11
}

.btn--orange:focus {
    outline: 3px auto #1ba8b7
}

.btn--custom-color, .btn--custom-color:active, .btn--custom-color:focus, .btn--custom-color:hover {
    background-color: #fff;
    border-color: #fff
}

.btn--custom-color:focus {
    outline: none
}

.btn--wide {
    padding: 9px 70px 7px;
}

@media (max-width: 1079px) {
    .btn--wide {
        padding: 9px 40px
    }
}

@media (max-width: 799px) {
    .btn--wide {
        padding: 9px 35px 7px
    }
}

@media (max-width: 767px) {
    .btn--wide {
        padding: 9px 30px 7px
    }
}

.btn--outline-small {
    background-color: var(--color-primary-three);
    border: 2px solid var(--color-primary-three);
    color: #fff;
    padding: 5px 10px 3px;
    margin-top: 15px
}

.btn--outline-small:hover,
.btn--outline-small:focus,
.btn--outline-small:active {
    background-color: var(--color-primary-two);
    border-color: var(--color-primary-two);
}

@media (max-width: 767px) {
    .btn--outline-small {
        font-size: 12px
    }
}

.btn-xl {
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px 60px 8px;
}

.btn:not(.btn-link) {
    text-transform: capitalize
}

a.btn {
    white-space: unset
}

#paypal-button-container {
    width: inherit
}

a.play-button {
    font-size: 14px;
    vertical-align: super;
    color: inherit
}

button {
    appearance: none;
    font-family: var(--font-family-primary);
}

form {
    margin: 0 0 1.5em
}

form:last-child {
    margin-bottom: 0
}

form .c-slider-item__content__title, form p {
    margin-bottom: 1.5em
}

legend {
    margin-left: 3rem;
    padding: 0 1.5rem
}

label, legend {
    font-family: var(--font-family-primary);
    font-size: 14px
}

label {
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    line-height: 1.42857em;
    color: var(--font-color-primary);
    cursor: pointer
}

label input, label select {
    margin-top: 5px
}

label[for] {
    margin-left: 1px;
    margin-bottom: .3em;
    color: var(--font-color-primary);
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

[type=phone],[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], input[type=""], select, textarea {
    display: block;
    position: relative;
    width: 100%;
    line-height: 1.42857em;
    padding: 12px 14px;
    border: 1px solid #dadada;
    border-radius: 2px;
    background-color: #fff;
    font-family: var(--font-family-primary);
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: var(--font-color-primary);
    white-space: nowrap;
    text-decoration: none;
    -webkit-appearance: none
}

[type=phone]:focus,[type=email]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=url]:focus, input[type=""]:focus, select:focus, textarea:focus {
    border-color: #1ba8b7;
    outline: 0
}

[type=email]:disabled:focus, [type=email][disabled]:focus, [type=email][readonly]:focus, [type=number]:disabled:focus, [type=number][disabled]:focus, [type=number][readonly]:focus, [type=password]:disabled:focus, [type=password][disabled]:focus, [type=password][readonly]:focus, [type=search]:disabled:focus, [type=search][disabled]:focus, [type=search][readonly]:focus, [type=tel]:disabled:focus, [type=tel][disabled]:focus, [type=tel][readonly]:focus, [type=text]:disabled:focus, [type=text][disabled]:focus, [type=text][readonly]:focus, [type=url]:disabled:focus, [type=url][disabled]:focus, [type=url][readonly]:focus, input[type=""]:disabled:focus, input[type=""][disabled]:focus, input[type=""][readonly]:focus, select:disabled:focus, select[disabled]:focus, select[readonly]:focus, textarea:disabled:focus, textarea[disabled]:focus, textarea[readonly]:focus {
    border-color: #1ba8b7
}

[type=email]:disabled, [type=email][disabled], [type=number]:disabled, [type=number][disabled], [type=password]:disabled, [type=password][disabled], [type=search]:disabled, [type=search][disabled], [type=tel]:disabled, [type=tel][disabled], [type=text]:disabled, [type=text][disabled], [type=url]:disabled, [type=url][disabled], input[type=""]:disabled, input[type=""][disabled], select:disabled, select[disabled], textarea:disabled, textarea[disabled] {
    opacity: .8;
    cursor: not-allowed
}

::-webkit-input-placeholder {
    opacity: .5;
    white-space: nowrap
}

::-moz-placeholder {
    opacity: .5;
    white-space: nowrap
}

:-ms-input-placeholder {
    opacity: .5;
    white-space: nowrap
}

::-ms-input-placeholder {
    opacity: .5;
    white-space: nowrap
}

::placeholder {
    opacity: .5;
    white-space: nowrap
}

textarea {
    width: 100%;
    height: auto;
    min-height: 6.6em;
    padding: 1.5rem;
    white-space: normal;
    -webkit-transition-property: height, margin-bottom, padding-top, padding-bottom;
    transition-property: height, margin-bottom, padding-top, padding-bottom;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

select {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    text-overflow: "";
    background: url(./bce40088103c547ca009f5b97eeb6c64.png) 97%/2% no-repeat #fff
}

.is-focused select, select:focus {
    outline: 0
}

select::-ms-expand {
    display: none
}

@media screen and (min-width: 0\0
) {
    select {
        background: none \9;
        padding: 5px \9
    }
}

.input + .form-error-msgs, input.is-invalid + .is-invalid, select.is-invalid + .is-invalid, textarea.is-invalid + .is-invalid {
    color: #f44336
}

.hs-form, .wpcf7 {
    max-width: 1024px;
    margin: 0 auto !important
}

.wpcf7-form .text-grey {
    color: #b2b6b6
}

ul.navbar-menu,
ul.sub-menu,
.menu,
.c-mobile-submenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
}

li {
    text-align: left
}

table {
    width: 100%;
    border: none;
    line-height: 1.5em;
    table-layout: fixed;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

table tbody, table thead {
    border: 1px solid var(--color-primary-one);
}

table tfoot {
    border: none
}

table tfoot tr td {
    text-align: left;
    border-right: none
}

table tfoot tr td span {
    font-size: 14px;
    text-align: left
}

table tr:first-of-type {
    height: auto
}

/*table tr:first-of-type td, table tr:first-of-type th {
    font-size: 14px;
    font-style: normal;
    text-align: center
}*/
/*
@media (max-width: 1079px) {
    table tr:first-of-type td, table tr:first-of-type th {
        font-size: 13px
    }
}*/

table tr:first-of-type td a, table tr:first-of-type th a {
    white-space: nowrap
}

/*table tr:first-of-type td a, table tr:first-of-type td span, table tr:first-of-type th a, table tr:first-of-type th span {
    display: inline-block;
    font-size: 14px
}

@media (max-width: 1079px) {
    table tr:first-of-type td a, table tr:first-of-type td span, table tr:first-of-type th a, table tr:first-of-type th span {
        font-size: 13px
    }
}*/

table th {
    font-size: 14px;
    line-height: 1.5em;
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 500;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #1ba8b7
}

@media (max-width: 799px) {
    table th {
        text-align: left;
        margin-top: 30px;
        padding-left: 20px;
        -webkit-transform: translateY(10%) rotate(-90deg);
        transform: translateY(10%) rotate(-90deg);
        white-space: pre-wrap;
        font-size: 14px
    }
}

@media (max-width: 639px) {
    table th {
        padding-left: 0;
        -webkit-transform: translateY(20%) rotate(-90deg);
        transform: translateY(20%) rotate(-90deg);
        font-size: 13px
    }
}

@media (max-width: 799px) {
    table th:first-child {
        text-align: center;
        -webkit-transform: translateY(25%) rotate(0);
        transform: translateY(25%) rotate(0);
        padding: 0;
        width: 20% !important;
        color: var(--font-color-primary)
    }
}

table td {
    border-right: 1px solid var(--color-primary-one);
    text-align: center;
    padding: 5px 0
}

@media (max-width: 799px) {
    table td {
        font-size: 14px
    }
}

table td:first-child {
    color: var(--font-color-primary);
    font-size: 14px;
    line-height: 1.5em
}

@media (max-width: 639px) {
    table td:first-child {
        font-size: 13px;
        padding: 5px;
        width: 20% !important
    }
}

/*table table tr:nth-child(2n) td, table tr:nth-child(2n) td {*/
/*    background-color: rgba(170, 226, 230, .2)*/
/*}*/
tr {
    border-bottom: 1px solid var(--color-primary-one);
}

.grid--100 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (max-width: 767px) {
    .grid--100 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.grid--50 {
    width: 50%;
    padding: 0 20px
}

@media (max-width: 767px) {
    .grid--50 {
        width: 100%
    }
}

.o-container, .o-row {
    margin: 0 auto;
    max-width: 1440px
}

@media (min-width: 800px) {
    .o-container--width-wide {
        max-width: 1728px
    }
}

@media (min-width: 2200px) {
    .o-container--width-wide {
        max-width: 1728px
    }
}

.o-container--width-full, .o-row--width-full, .o-row--width-wide {
    max-width: none
}

.o-row {
    border: 0 solid #b2b6b6
}

.has-header-overlay > .o-row, .o-row.has-header-overlay {
    position: relative
}

.o-row.o-full-width {
    padding-left: 40px;
    padding-right: 40px
}

.o-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px
}

.o-container.o-container--no-padding {
    padding-left: 0;
    padding-right: 0
}

.o-container.o-container--no-padding > [class*=-col-] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.o-container:not(.o-container--no-padding) .o-container--width-same, .o-container:not(.o-container--no-padding):not(.o-container--width-wide):not(.o-container--width-full) .o-container {
    padding-left: 0;
    padding-right: 0
}

.o-container:not(.o-container--no-padding):not(.o-container--width-wide):not(.o-container--width-full) [class*=-col-] .o-container:not(.o-container--no-padding), .o-container:not(.o-container--no-padding) [class*=-col-] .o-container--width-same:not(.o-container--no-padding) {
    margin-left: -20px;
    margin-right: -20px
}

.o-container.extend {
    max-width: none;
}

@media (max-width: 1440px) {
    .o-container:not(.o-container--no-padding) .o-container {
        padding-left: 0;
        padding-right: 0
    }

    .o-container:not(.o-container--no-padding) [class*=-col-] .o-container:not(.o-container--no-padding) {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (max-width: 1728px) {
    .o-container--width-full:not(.o-container--no-padding) .o-container {
        padding-left: 0;
        padding-right: 0
    }

    .o-container--width-full:not(.o-container--no-padding) [class*=-col-] .o-container:not(.o-container--no-padding) {
        margin-left: -20px;
        margin-right: -20px
    }
}

.o-container--padding {
    padding: 100px 120px
}

@media (max-width: 1199px) {
    .o-container--padding {
        padding: 40px 20px
    }
}

@media (max-width: 799px) {
    .o-container--padding {
        padding: 40px 20px
    }
}

.o-container--small {
    max-width: 840px;
    margin: 0 auto
}

.o-container--landing-small {
    max-width: 1080px;
    margin: 0 auto
}

.o-container--valign-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.o-container--valign-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.o-container--valign-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

[class*=o-col-], [class*=o-xs-col-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.o-col-1, .o-xs-col-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.o-col-2, .o-xs-col-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.o-col-3, .o-xs-col-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.o-col-4, .o-xs-col-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.o-col-5, .o-xs-col-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.o-col-6, .o-xs-col-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.o-col-7, .o-xs-col-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.o-col-8, .o-xs-col-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.o-col-9, .o-xs-col-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.o-col-10, .o-xs-col-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.o-col-11, .o-xs-col-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.o-col-12, .o-xs-col-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.o-col-offset-0, .o-xs-col-offset-0 {
    margin-left: 0
}

.o-col-offset-1, .o-xs-col-offset-1 {
    margin-left: 8.33333%
}

.o-col-offset-2, .o-xs-col-offset-2 {
    margin-left: 16.66667%
}

.o-col-offset-3, .o-xs-col-offset-3 {
    margin-left: 25%
}

.o-col-offset-4, .o-xs-col-offset-4 {
    margin-left: 33.33333%
}

.o-col-offset-5, .o-xs-col-offset-5 {
    margin-left: 41.66667%
}

.o-col-offset-6, .o-xs-col-offset-6 {
    margin-left: 50%
}

.o-col-offset-7, .o-xs-col-offset-7 {
    margin-left: 58.33333%
}

.o-col-offset-8, .o-xs-col-offset-8 {
    margin-left: 66.66667%
}

.o-col-offset-9, .o-xs-col-offset-9 {
    margin-left: 75%
}

.o-col-offset-10, .o-xs-col-offset-10 {
    margin-left: 83.33333%
}

.o-col-offset-11, .o-xs-col-offset-11 {
    margin-left: 91.66667%
}

.o-col-offset-12, .o-xs-col-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    [class*=o-sm-col-] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-left: 20px;
        padding-right: 20px
    }

    .o-sm-col-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .o-sm-col-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .o-sm-col-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .o-sm-col-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .o-sm-col-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .o-sm-col-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .o-sm-col-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .o-sm-col-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .o-sm-col-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .o-sm-col-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .o-sm-col-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .o-sm-col-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .o-sm-col-offset-0 {
        margin-left: 0
    }

    .o-sm-col-offset-1 {
        margin-left: 8.33333%
    }

    .o-sm-col-offset-2 {
        margin-left: 16.66667%
    }

    .o-sm-col-offset-3 {
        margin-left: 25%
    }

    .o-sm-col-offset-4 {
        margin-left: 33.33333%
    }

    .o-sm-col-offset-5 {
        margin-left: 41.66667%
    }

    .o-sm-col-offset-6 {
        margin-left: 50%
    }

    .o-sm-col-offset-7 {
        margin-left: 58.33333%
    }

    .o-sm-col-offset-8 {
        margin-left: 66.66667%
    }

    .o-sm-col-offset-9 {
        margin-left: 75%
    }

    .o-sm-col-offset-10 {
        margin-left: 83.33333%
    }

    .o-sm-col-offset-11 {
        margin-left: 91.66667%
    }

    .o-sm-col-offset-12 {
        margin-left: 100%
    }
}

@media (max-width: 767px) {
    .o-vc-layout :not([class*=o-xs-col-])[class*=o-sm-col-] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-left: 20px;
        padding-right: 20px
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-offset-0 {
        margin-left: 0
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-offset-1 {
        margin-left: 8.33333%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-offset-2 {
        margin-left: 16.66667%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-offset-3 {
        margin-left: 25%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-offset-4 {
        margin-left: 33.33333%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-offset-5 {
        margin-left: 41.66667%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-offset-6 {
        margin-left: 50%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-offset-7 {
        margin-left: 58.33333%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-offset-8 {
        margin-left: 66.66667%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-offset-9 {
        margin-left: 75%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-offset-10 {
        margin-left: 83.33333%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-offset-11 {
        margin-left: 91.66667%
    }

    .o-vc-layout :not([class*=o-xs-col-]).o-sm-col-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 800px) {
    [class*=o-md-col-] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-left: 20px;
        padding-right: 20px
    }

    .o-md-col-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .o-md-col-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .o-md-col-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .o-md-col-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .o-md-col-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .o-md-col-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .o-md-col-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .o-md-col-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .o-md-col-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .o-md-col-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .o-md-col-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .o-md-col-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .o-md-col-offset-0 {
        margin-left: 0
    }

    .o-md-col-offset-1 {
        margin-left: 8.33333%
    }

    .o-md-col-offset-2 {
        margin-left: 16.66667%
    }

    .o-md-col-offset-3 {
        margin-left: 25%
    }

    .o-md-col-offset-4 {
        margin-left: 33.33333%
    }

    .o-md-col-offset-5 {
        margin-left: 41.66667%
    }

    .o-md-col-offset-6 {
        margin-left: 50%
    }

    .o-md-col-offset-7 {
        margin-left: 58.33333%
    }

    .o-md-col-offset-8 {
        margin-left: 66.66667%
    }

    .o-md-col-offset-9 {
        margin-left: 75%
    }

    .o-md-col-offset-10 {
        margin-left: 83.33333%
    }

    .o-md-col-offset-11 {
        margin-left: 91.66667%
    }

    .o-md-col-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1080px) {
    [class*=o-lg-col-] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-left: 20px;
        padding-right: 20px
    }

    .o-lg-col-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .o-lg-col-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .o-lg-col-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .o-lg-col-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .o-lg-col-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .o-lg-col-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .o-lg-col-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .o-lg-col-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .o-lg-col-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .o-lg-col-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .o-lg-col-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .o-lg-col-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .o-lg-col-offset-0 {
        margin-left: 0
    }

    .o-lg-col-offset-1 {
        margin-left: 8.33333%
    }

    .o-lg-col-offset-2 {
        margin-left: 16.66667%
    }

    .o-lg-col-offset-3 {
        margin-left: 25%
    }

    .o-lg-col-offset-4 {
        margin-left: 33.33333%
    }

    .o-lg-col-offset-5 {
        margin-left: 41.66667%
    }

    .o-lg-col-offset-6 {
        margin-left: 50%
    }

    .o-lg-col-offset-7 {
        margin-left: 58.33333%
    }

    .o-lg-col-offset-8 {
        margin-left: 66.66667%
    }

    .o-lg-col-offset-9 {
        margin-left: 75%
    }

    .o-lg-col-offset-10 {
        margin-left: 83.33333%
    }

    .o-lg-col-offset-11 {
        margin-left: 91.66667%
    }

    .o-lg-col-offset-12 {
        margin-left: 100%
    }
}

.o-col--valign-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.o-col--valign-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.o-col--valign-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.top-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000
}

.navtop {
    background-color: #fff;
    margin-bottom: 0;
    position: relative
}

.navtop .navtop__secondary a {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-primary-three);
}

.navtop a:not(.btn--primary):hover {
    text-decoration: none;
    color: var(--color-primary-two);
}

.navtop__mobile, .navtop__root {
    display: none
}

.navtop__mobile.is-visible {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    height: 60px;
    z-index: 2
}

.navtop__root.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 90px;
    background-color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    padding: 0 80px;
    -webkit-box-shadow: 0 2px 4px rgba(127, 134, 134, .1);
    box-shadow: 0 2px 4px rgba(127, 134, 134, .1);
}

@media (max-width: 1199px) {
    .navtop__root.is-visible {
        padding: 0 20px
    }
}

body.page-template-testing-site-template .navtop__root .o-container {
    height: 100%;
    flex-wrap: nowrap;
}

@media screen and (min-width: 768px) and (max-width: 1175px) {
    body.page-template-testing-site-template .navtop__root,
    body.page-template-testing-site-template .navtop__root.is-visible {
        display: block;
        height: 90px;
    }
    body.page-template-testing-site-template .navtop__mobile,
    body.page-template-testing-site-template .navtop__mobile.is-visible {
        display: none;
    }
}

@media screen and (min-width: 1080px) and (max-width: 1175px) {
    body:not(.page-template-testing-site-template) .navtop__root.is-visible {
        display: none;
    }

    body:not(.page-template-testing-site-template) .navtop__mobile {
        display: block;
    }
}

.subnav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.navtop__root.invert {
    background-color: var(--color-primary-one);
    box-shadow: none;
}

.invert .c-navbar__option a {
    color: var(--color-white);
}

.invert .navtop__logo .svg--full-logo-gray {
    background-image: url("./Color_wordmark_1907X627_REV.svg");
}

.navtop__logo-border {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navtop__logo-border .navtop__logo {
    --gap: 1.5ch;
    width: 93px;
    padding: 0.25rem var(--gap) 0.25rem 0;
    margin: var(--gap) var(--gap) var(--gap) 0;
    border-right: 1px solid transparent;
}
.title-image {
    max-height: 27px;
}
.invert .navtop__logo-border .navtop__logo.add-border {
    border-right: 1px solid var(--color-white);
}
.navtop__logo-border .navtop__logo.add-border {
    border-right: 1px solid var(--color-primary-one);
}

.invert .c-navbar__title {
    color: var(--color-white);
}

/*.home .top-navigation:not(.opaque) .wpmm_brand_logo_wrap a::before {
    content: "";
    background-image: url(./Color_wordmark_1907X627_REV.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100px;
    height: 33px;
    margin-top: 24px;
    margin-right: 15px;
    margin-bottom: 24px;
    display: block;
}
.home .top-navigation:not(.opaque) .wpmm_brand_logo_wrap img {
    display: none;
}

.home {
    position: relative;
}

.home .c-page-content {
    position: initial;
}

.home .c-tiles__title h2 {
    font-size: 37px;
}

.home .top-navigation {
    transition: all 125ms linear;
}

.home .top-navigation.opaque {
    background-color: rgba(255,255,255,1.0);
}

.home .navtop,
.home .navtop__root.is-visible {
    background-color: transparent;
}

.home .navtop__root.is-visible {
    box-shadow: none;
}

.home .c-intro-text-bgimage__text {
    padding-top: 90px;
}

@media screen and (min-width: 1176px) {
    .home .top-navigation:not(.opaque) .navtop__primary .menu li a,
    .home .top-navigation:not(.opaque) .navtop__secondary .menu li a,
    .home .top-navigation:not(.opaque) #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a {
        color: #FFF;
    }
    .home .top-navigation:not(.opaque) .navtop a:not(.btn--primary) {
        color: #FFF;
    }
}*/

.navtop__logo {
    width: 120px;
    margin-right: 30px;
    padding: 24px 0
}

.top-navigation .navtop__logo.show {
    display: block;
}

.navtop__logo .svg--full-logo-gray {
    background-image: url(./Color_wordmark_1907X627_POS.svg);
    display: block;
    width: 100%;
    padding-bottom: 35%;
    background-repeat: no-repeat
}

.navtop__root .o-container.u-width-full {
    position: relative;
}

.navtop__secondary {
    margin-left: auto;
    position: absolute;
    right: 0;
}

.navtop__primary, .navtop__primary ul, .navtop__secondary, .navtop__secondary ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navtop__primary ul, .navtop__secondary ul {
    list-style-type: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 0;
    height: 100%
}

.navtop__primary li a, .navtop__secondary li a {
    display: block
}

.navtop__primary .navtop_link, .navtop__secondary .navtop_link {
    padding: 10px
}

.navtop__primary .menu li a,
.navtop__secondary .menu li a {
    text-decoration: none;
    padding: 10px;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.navtop__primary .menu li a {
    color: var(--font-color-primary);
}

.navtop__secondary .menu li a {
    color: var(--color-primary-three);
}

@media (max-width: 1727px) {
    .navtop__primary .menu li a, .navtop__secondary .menu li a {
        margin-right: 0
    }
}

.admin-bar .top-navigation {
    top: 46px
}

@media (min-width: 783px) {
    .admin-bar .top-navigation {
        top: 32px
    }
}

.admin-bar .navtop__mobile.is-visible {
    top: 46px
}

@media (min-width: 783px) {
    .admin-bar .navtop__mobile.is-visible {
        top: 32px
    }
}

.c-mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(127, 134, 134, .1);
    box-shadow: 0 2px 4px rgba(127, 134, 134, .1)
}

.c-mobile-menu__hamburger {
    position: relative;
    margin-left: 20px;
    width: 20px;
    height: 15px;
    line-height: 0
}

.c-mobile-menu__hamburger span {
    display: inline-block;
    margin-top: 2px;
    width: 100%;
    height: 3px;
    background: #828282
}

.c-mobile-menu__hamburger span:first-child {
    margin-top: 0
}

.c-mobile-menu__logo {
    display: block;
    width: 112px;
    padding: 24px 10px 24px 30px
}

.c-mobile-menu__logo .logo-icon {
    display: inline-block;
    background-image: url(./Color_wordmark_1907X627_POS.svg);
    width: 100%;
    padding-bottom: 35%;
    background-repeat: no-repeat
}

.c-mobile-menu__login {
    padding-right: 20px
}

.c-mobile-menu__login > a {
    color: #828282
}

.c-mobile-submenu {
    display: none;
    opacity: 1;
    background-color: #fff;
    padding: 15px 17px;
    border-top: 1px solid #b2b6b6;
    font-size: .9rem;
    -webkit-box-shadow: 0 2px 4px #b2b6b6;
    box-shadow: 0 2px 4px #b2b6b6
}

.c-mobile-submenu .menu > .menu-item-has-children > a:after {
    content: "›";
    font-size: 1.2rem;
    font-weight: 500;
    float: right;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.c-mobile-submenu .menu > .menu-item-has-children .sub-menu {
    background-color: #f4f4f4;
    margin: 0 -17px;
    padding-left: 17px;
    padding-right: 17px
}

.c-mobile-submenu .menu-item-has-children.active > a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-mobile-submenu .menu-item {
    position: relative;
    padding: 5px 0
}

.c-mobile-submenu .menu-item > a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: var(--font-color-primary)
}

.c-mobile-submenu .menu-item > a:hover {
    color: #828282
}

.c-mobile-submenu__divider {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #b2b6b6;
    margin: 12px 0
}

.c-mobile-submenu > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #828282
}

.menu-mobile-utility-menu-container {
    padding-right: 20px;
}

.c-navbar {
    display: inline-block;
    width: 100%;
    height: 90px;
    padding: 0 80px
}

.navtop__root .top-navigation a,
.navtop__mobile .top-navigation a {
    color: var(--color-primary-two);
}

.navtop__root a:hover,
.navtop__root a:active,
.navtop__root a:focus,
.navtop__mobile a:hover,
.navtop__mobile a:active,
.navtop__mobile a:focus {
    color: var(--color-primary-three);
}

@media (max-width: 1199px) {
    .c-navbar {
        padding: 0 20px
    }
}

@media (max-width: 1079px) {
    body:not(.page-template-testing-site-template) .c-navbar {
        height: 60px;
        padding: 0 10px
    }
}

.c-navbar .navbar-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

@media (max-width: 1079px) {
    body:not(.page-template-testing-site-template) .c-navbar .navbar-container {
        padding: 0
    }
}

.c-navbar.is-empty {
    height: 0;
    margin-top: 0
}

.c-navbar.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999
}

.c-navbar__title {
    font-size: 24px;
    font-weight: 500
}

.o-container--landing-small .c-navbar__title {
    font-size: 20px;
}

@media (max-width: 1079px) {
    .c-navbar__title {
        font-size: 14px;
        color: #828282
    }
}

@media (max-width: 1079px) {
    body:not(.page-template-testing-site-template) .c-navbar__option {
        position: relative;
        display: inline-block
    }
}

.c-navbar__option .selected-menu-item {
    display: none;
    font-size: 14px;
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 500;
    color: #828282;
    background: transparent;
    border: none;
    cursor: pointer
}

@media (max-width: 1079px) {
    body:not(.page-template-testing-site-template) .c-navbar__option .selected-menu-item {
        display: block
    }
}

.c-navbar__option .selected-menu-item.is-shown {
    display: block
}

.c-navbar__option .selected-menu-item.is-hidden {
    display: none
}

.c-navbar__option .navbar-menu-container {
    display: block
}

@media (max-width: 1079px) {
    body:not(.page-template-testing-site-template) .c-navbar__option .navbar-menu-container {
        display: none;
        position: absolute;
        right: 0;
        min-width: 150px;
        padding: 10px 0;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 5px 0 #717171;
        box-shadow: 0 2px 5px 0 #717171;
        z-index: 1
    }
}

.c-navbar__option .navbar-menu-container.is-shown {
    display: block
}

.c-navbar__option .navbar-menu-container.is-hidden {
    display: none
}

.c-navbar__option .navbar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1079px) {
    body:not(.page-template-testing-site-template) .c-navbar__option .navbar-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 1079px) {
    body:not(.page-template-testing-site-template) .c-navbar__option .menu-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-navbar__option a {
    color: var(--color-primary-one);
}

.c-navbar__option .current-menu-item a {
    outline: 0;
    border-bottom-color: var(--color-primary-three);
}

@media (max-width: 1079px) {
    body:not(.page-template-testing-site-template) .c-navbar__option .current-menu-item a {
        border-bottom-color: transparent
    }
}

.c-navbar__option a {
    font-size: 14px;
    padding: 0 7px 10px;
    margin: 0 12px;
    border-bottom: 4px solid transparent
}

@media (max-width: 1079px) {
    body:not(.page-template-testing-site-template) .c-navbar__option a {
        display: block;
        width: 100%;
        padding: 0 10px;
        margin: 0;
        white-space: nowrap
    }
}

.c-navbar__option a:hover {
    outline: 0
}

@media (max-width: 1079px) {
    body:not(.page-template-testing-site-template) .c-navbar__option a:hover {
        background: rgba(127, 134, 134, .1)
    }
}

.c-navbar__option a:focus {
    outline: 2px auto #1ba8b7
}

.c-navbar__option a.is-active, .c-navbar__option a:active {
    outline: 0;
    text-decoration: none
}

@media (max-width: 1079px) {
    body:not(.page-template-testing-site-template) .c-navbar__action {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        padding: 10px 20px;
        text-align: right;
        background: #fff;
        -webkit-box-shadow: 0 -2px 4px 0 rgba(127, 134, 134, .1);
        box-shadow: 0 -2px 4px 0 rgba(127, 134, 134, .1)
    }
}

.page-template-landing-no-footer .c-navbar, .page-template-landing .c-navbar {
    display: none;
    height: 0;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.page-template-landing-no-footer .c-navbar .navbar-container, .page-template-landing .c-navbar .navbar-container {
    padding: 0 180px
}

@media (max-width: 1079px) {
    .page-template-landing-no-footer .c-navbar .navbar-container, .page-template-landing .c-navbar .navbar-container {
        padding: 0
    }
}

.page-template-landing-no-footer .c-navbar.sticky, .page-template-landing .c-navbar.sticky {
    display: inline-block;
    height: 90px;
    background-color: #fff;
    opacity: 1;
    z-index: 9999
}

.page-template-landing-no-footer .c-navbar__title, .page-template-landing .c-navbar__title {
    width: 120px;
    margin-right: 30px;
    padding: 10px 0;
    background-image: url(./Color_wordmark_1907X627_POS.svg);
    display: block;
    background-repeat: no-repeat;
    text-indent: -9999px
}

@media (max-width: 1079px) {
    .page-template-landing-no-footer .c-navbar .c-action-element__button, .page-template-landing-no-footer .c-navbar__title, .page-template-landing .c-navbar .c-action-element__button, .page-template-landing .c-navbar__title {
        margin: 0 auto
    }
}

.page-template-landing .c-navbar.sticky {
    border-bottom: 1px solid #dadada
}

@media (max-width: 1079px) {
    body:not(.page-template-testing-site-template) .page-template-landing .c-navbar__title {
        margin: 0
    }
}

@media (max-width: 639px) {
    .page-template-landing .c-navbar__title {
        width: 80px
    }
}

@media (max-width: 1079px) {
    body:not(.page-template-testing-site-template) .page-template-landing .c-navbar__action {
        position: relative;
        width: auto;
        padding: 0
    }
}

.navbar-container .c-action-element__button .btn--primary {
    padding: 5px 30px;
}

.page-template-landing .c-navbar .c-action-element__button .btn.btn--primary {
    background-color: #ee783e;
    border-color: #ec6827;
    color: #fff
}

.page-template-landing .c-navbar .c-action-element__button .btn.btn--primary:active, .page-template-landing .c-navbar .c-action-element__button .btn.btn--primary:focus, .page-template-landing .c-navbar .c-action-element__button .btn.btn--primary:hover {
    background-color: #eb5e19;
    border-color: #c44c11
}

.page-template-landing .c-navbar .c-action-element__button .btn.btn--primary:focus {
    outline: 3px auto #1ba8b7
}

@media (max-width: 639px) {
    .page-template-landing .c-navbar .c-action-element__button .btn.btn--primary {
        padding: 9px 20px
    }
}

.c-page-content {
    position: relative;
    width: 100%;
    top: 90px
}

@media (max-width: 1079px) {
    .c-page-content {
        top: 60px
    }
}

.sticky + .c-page-content {
    top: 60px
}

.page-template-landing-nav .c-page-content, .page-template-landing-no-footer .c-page-content, .page-template-landing .c-page-content {
    top: 0 !important;
    background-color: #f5f5f5
}

@media (max-width: 1199px) {
    .page-template-landing-nav .c-page-content, .page-template-landing-no-footer .c-page-content, .page-template-landing .c-page-content {
        top: 0 !important
    }
}

.page-template-landing-no-footer .sticky + .c-page-content, .page-template-landing .sticky + .c-page-content {
    top: 0
}

.footer {
    background: #f5f5f5;
    padding: 0 0 36px;
    margin-top: 90px
}

@media (max-width: 1199px) {
    .footer {
        margin-top: 60px
    }
}

.footer .footer__company {
    font-size: 14px;
    font-family: var(--font-family-secondary);
    text-align: center;
    font-weight: 500
}

.footer .footer__copyright {
    font-size: 12px;
    line-height: 1.5em;
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 400;
    color: var(--font-color-primary);
    text-align: center
}

.footer .footer__social {
    margin: 20px auto;
    text-align: center
}

.footer .footer__social a {
    text-decoration: none;
    color: var(--font-color-primary);
    margin: 0 10px;
    padding: 5px;
    font-size: 20px;
    line-height: 1.5em
}

.footer .footer__social a:hover {
    color: var(--font-color-primary)
}

.footer .footer__legalese .menu-footer-utility-menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer__legalese .menu-footer-utility-menu-container .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}

@media (max-width: 899px) {
    .footer .footer__legalese .menu-footer-utility-menu-container .menu {
        display: block;
    }
}

.footer .footer__legalese li {
    display: inline;
    color: var(--font-color-primary);
    text-align: center
}

/*.footer .footer__legalese li:last-of-type a:after {
    content: ""
}*/

.footer .footer__legalese a {
    color: var(--font-color-primary);
    font-size: 12px;
    font-family: var(--font-family-secondary);
    white-space: nowrap
}

.footer .footer__legalese a:after {
    content: "-";
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
    color: var(--font-color-primary)
}

.footer .footer__cols {
    width: 100%;
    padding-bottom: 36px;
    font-size: 14px
}

.footer .footer__col .menu-item a {
    color: var(--font-color-primary)
}

.footer .footer__row {
    margin-bottom: 8px
}

.footer__heading {
    font-family: var(--font-family-secondary);
}

.footer .footer__show-mobile, .footer .menu-footer-menu-container {
    display: none
}

.footer .menu-footer-menu-container.is-visible {
    display: block;
    padding: 40px 0;
    border-bottom: 1px solid #b2b6b6
}

@media (min-width: 1080px) {
    .footer .menu-footer-menu-container.is-visible {
        max-width: 1080px;
        margin: 0 auto
    }
}

.footer .menu-footer-menu-container.is-visible .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer .menu-footer-menu-container.is-visible .footer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px
}

.footer .menu-footer-menu-container.is-visible .footer__col:last-of-type {
    margin-right: 0
}

.footer .menu-footer-menu-container.is-visible .footer__col span {
    font-weight: 500;
    color: var(--font-color-primary);
    padding-bottom: 12px
}

.footer .menu-footer-menu-container.is-visible .footer__col a {
    padding: 8px 0;
    color: var(--font-color-primary)
}

.footer .footer__show-mobile.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #b2b6b6
}

.footer .footer__show-mobile.is-visible .menu {
    width: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    overflow: hidden;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.footer .footer__show-mobile.is-visible .menu-item {
    margin: 6px
}

.page-template-landing-no-footer .footer, .page-template-landing .footer {
    margin-top: 0;
    padding-top: 60px
}

.page-template-landing-nav .footer {
    margin-top: 0;
    padding-bottom: 70px
}

.wpcf7-form {
    width: 100%;
    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-top: 20px
}

.wpcf7-form.sent .c-slider-item__content__title, .wpcf7-form.sent p {
    display: none
}

.wpcf7-form .c-slider-item__content__title, .wpcf7-form p {
    margin-bottom: 15px;
    text-align: center
}

@media (max-width: 799px) {
    .wpcf7-form .c-slider-item__content__title, .wpcf7-form p {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.wpcf7-form br {
    display: none
}

.wpcf7-form .c-slider-item__content__title label, .wpcf7-form p label {
    text-align: left
}

@media (max-width: 799px) {
    .wpcf7-form .c-slider-item__content__title label, .wpcf7-form p label {
        width: 100%
    }
}

.wpcf7-form .c-slider-item__content__title:nth-child(2n) label, .wpcf7-form p:nth-child(2n) label {
    margin-right: 10px
}

@media (max-width: 799px) {
    .wpcf7-form .c-slider-item__content__title:nth-child(2n) label, .wpcf7-form p:nth-child(2n) label {
        margin-right: 0
    }
}

.wpcf7-form .c-slider-item__content__title:nth-child(n+6) label, .wpcf7-form p:nth-child(n+6) label {
    margin-right: 0
}

@media (min-width: 800px) {
    .wpcf7-form .c-slider-item__content__title:nth-child(n+6) label, .wpcf7-form p:nth-child(n+6) label {
        width: 580px
    }
}

.wpcf7-form .c-slider-item__content__title input[type=submit], .wpcf7-form p input[type=submit] {
    display: inline-block;
    margin: 10px auto 0;
    padding: 9px 40px;
    font-family: var(--font-family-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857;
    font-style: normal;
    white-space: nowrap;
    background-image: none;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #ce2e51;
    border: 1px solid #b92949;
    -webkit-transition: background-color .25s cubic-bezier(.455, .03, .515, .955);
    transition: background-color .25s cubic-bezier(.455, .03, .515, .955)
}

.wpcf7-form span.wpcf7-not-valid-tip {
    position: relative;
    color: #f44336;
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
    padding-left: 20px
}

.wpcf7-form span.wpcf7-not-valid-tip:before {
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    content: " ";
    background-image: url(./f4120ec81489a9adf2890d2b9d760ff8.png);
    background-size: 14px 14px;
    margin-right: 6px
}

.wpcf7-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important
}

.wpcf7-form .wpcf7-mail-sent-ok {
    border: none
}

.ddh-logo-grid__body h2 {
    color: #fff
}

.oc-two-column-c__body h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4em;
    color: var(--font-color-primary);
    margin-top: 20px
}

.oc-two-column-c__body ul {
    list-style-type: none
}

.oc-logo-row-a__inner h2, .oc-three-column-c__inner h2 {
    color: var(--font-color-primary);
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3125em
}

.oc-three-column-c__inner h2 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px
}

.oc-three-column-e__item-image {
    text-align: center
}

.oc-three-column-c__paragraph h5 {
    margin-bottom: 12px;
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 550;
    font-size: 16px;
    line-height: 1.625em;
    color: var(--font-color-primary)
}

.oc-two-column-c {
    background-size: 1440px 960px;
    background-repeat: no-repeat;
    background-position: 50%
}

.oc-two-column-c__body h5 {
    font-weight: 550
}

.oc-hero-a {
    background-size: 1440px 515px;
    background-repeat: no-repeat;
    background-position: 50%
}

.oc-hero-a__inner {
    margin-top: 140px
}

.oc-hero-a__title h2 {
    color: #fff
}

.oc-two-column-a__title h1, .oc-two-column-a__title h2, .oc-two-column-a__title h3 {
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3125em;
    color: var(--font-color-primary);
    margin-bottom: 45px
}

.oc-two-column-a__title sup {
    margin: -3px
}

.oc-two-column-e__inner h1, .oc-two-column-e__inner h2, .oc-two-column-e__inner h3 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3125em;
    color: var(--font-color-primary);
    margin-bottom: 12px
}

.oc-two-column-e__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.oc-two-column-e__content .oc-two-column-e__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto
}

.oc-two-column-e__content .oc-two-column-e__item:first-child {
    margin-left: 12px
}

@media (max-width: 800px) {
    .oc-two-column-e__content .oc-two-column-e__item:first-child {
        margin-bottom: 30px
    }
}

.oc-two-column-e__content .oc-two-column-e__item:nth-child(3), .oc-two-column-e__content .oc-two-column-e__item:nth-child(4) {
    margin-top: 30px
}

.oc-hero-b {
    margin-top: 140px
}

.oc-two-column-d__body h5 {
    text-align: left;
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 550;
    font-size: 20px;
    line-height: 1.4em;
    color: var(--font-color-primary);
    margin-bottom: 12px;
    margin-left: 25px
}

.oc-two-column-d__body ul {
    text-align: left
}

.oc-two-column-d__body ul li {
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 1.5em
}

.oc-two-column-b__body h2 {
    margin-left: 20px
}

.oc-two-column-b__body h2, .oc-two-column-b__body h3, .oc-two-column-b__body h4 {
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4em;
    color: var(--font-color-primary);
    margin-bottom: 12px
}

.oc-two-column-b__body h3, .oc-two-column-b__body h4 {
    margin-top: 20px
}

.oc-two-column-b__body ul {
    margin-left: 40px
}

.oc-two-column-b__body ul li {
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 1.5em
}

.oc-two-column-b__body a {
    margin-top: 20px
}

.oc-two-column-a__body h3 {
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 550;
    font-size: 20px;
    line-height: 1.4em;
    color: var(--font-color-primary);
    margin-bottom: 12px
}

.oc-two-column-a__body ul li {
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 1.5em
}

.oc-three-column-c__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.oc-three-column-c__items .oc-three-column-c__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px
}

.oc-three-column-c__items .oc-three-column-c__item:first-child, .oc-three-column-c__items .oc-three-column-c__item:nth-child(2) {
    margin-left: 100px
}

.oc-three-column-c__items .oc-three-column-c__item:nth-child(9) {
    margin-top: -60px
}

@media (max-width: 800px) {
    .oc-three-column-c__items .oc-three-column-c__item:nth-child(9) {
        margin-top: 20px
    }
}

.oc-two-column-d__body ul {
    margin-left: 40px
}

.oc-two-column-d__body h2 {
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 500;
    margin-bottom: 12px
}

.oc-two-column-d__body .c-slider-item__content__title, .oc-two-column-d__body p {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.oc-two-column-d__body .c-slider-item__content__title img, .oc-two-column-d__body p img {
    margin-left: 55px
}

@media (max-width: 800px) {
    .oc-two-column-d__body .c-slider-item__content__title, .oc-two-column-d__body p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .oc-two-column-d__body .c-slider-item__content__title img:nth-child(2), .oc-two-column-d__body p img:nth-child(2) {
        margin-bottom: 40px
    }
}

.oc-two-column-a__body .c-slider-item__content__title:nth-child(3), .oc-two-column-a__body p:nth-child(3) {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.oc-two-column-a__body .c-slider-item__content__title:nth-child(3) img, .oc-two-column-a__body p:nth-child(3) img {
    margin-left: 40px
}

.oc-two-column-a__image .img {
    height: 200px
}

.oc-hero-a__body h2 {
    font-family: var(--font-family-secondary);
    font-size: 46px;
    line-height: 1.21739em;
    color: #fff;
    letter-spacing: 3px
}

.oc-hero-a__body .c-slider-item__content__title, .oc-hero-a__body p {
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px
}

.oc-two-column-b__image .img {
    width: 100%;
    height: 350px
}

.oc-two-column-a__image .img {
    width: 100%;
    background-size: contain;
    margin-left: 60px;
    height: 100%
}

@media (max-width: 800px) {
    .oc-two-column-a__image .img {
        width: 100%;
        background-size: contain;
        margin-left: 60px;
        height: 200px
    }
}

.oc-hero-b__box h2 {
    font-family: var(--font-family-secondary);
    font-size: 46px;
    line-height: 1.21739em;
    color: var(--font-color-primary)
}

.oc-three-steps__content h2 {
    font-size: 32px;
    line-height: 1.3125em;
    color: var(--font-color-primary);
    text-align: center;
    margin-bottom: 45px
}

.oc-one-column-b__inner h2, .oc-three-steps__content h2 {
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 500
}

.oc-two-column-c__box {
    margin: 65px 65px 75px 0;
    background: #fff;
    padding: 65px;
    width: 600px;
    position: relative
}

.oc-two-column-c__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3125em;
    color: var(--font-color-primary)
}

.oc-two-column-c__subtitle, .oc-two-column-c__title {
    font-family: var(--font-family-primary);
    font-style: normal;
    margin-bottom: 45px
}

.oc-two-column-c__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625em;
    color: var(--font-color-primary);
    margin-top: -33px
}

.oc-two-column-c__body h4 {
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4em;
    color: var(--font-color-primary);
    margin-bottom: 12px;
    margin-top: 20px
}

.oc-two-column-c__body .c-slider-item__content__title, .oc-two-column-c__body p {
    margin-top: 20px
}

.oc-two-column-b__title {
    width: 60%;
    margin: 0 auto 50px
}

.oc-two-column-b__body h5 {
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4em;
    color: var(--font-color-primary);
    margin-left: 22px;
    margin-bottom: 20px
}

.oc-four-column-c {
    text-align: center;
    padding: 100px 0
}

.oc-four-column-c__inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center
}

.oc-four-column-c__items {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 50px;
    padding-right: 50px
}

.oc-four-column-c__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 35%;
    flex: 1 0 35%;
    margin: 5px
}

.oc-four-column-c__image {
    margin-bottom: 12px
}

.oc-four-column-c__image img {
    border: 0;
    height: auto;
    display: inline-block;
    vertical-align: middle
}

.oc-four-column-c__paragraph {
    margin-bottom: 12px;
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.625em;
    color: var(--font-color-primary)
}

@media (max-width: 800px) {
    .oc-four-column-c {
        padding: 20px
    }
}

@media (max-width: 800px) {
    .oc-four-column-c__inner {
        width: 100%;
        padding: 20px
    }
}

@media (max-width: 800px) {
    .oc-four-column-c__inner, .oc-four-column-c__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .oc-four-column-c__items {
        margin-top: 0
    }
}

@media (max-width: 800px) {
    .oc-four-column-c__item {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0
    }
}

.oc-three-column-a__inner h2 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3125em;
    margin-bottom: 12px;
    color: #fff
}

.oc-three-column-a__inner .c-slider-item__content__title, .oc-three-column-a__inner p {
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625em;
    color: #fff
}

.oc-three-column-a__paragraph h5 {
    margin-bottom: 12px;
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4em;
    color: #fff
}

.oc-three-column-a__paragraph .c-slider-item__content__title, .oc-three-column-a__paragraph p {
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.625em;
    color: #fff
}

.oc-five-column-c {
    max-width: 1440px;
    padding: 100px 0
}

.oc-five-column-c, .oc-five-column-c__inner {
    margin-left: auto;
    margin-right: auto
}

.oc-five-column-c__inner h2 {
    text-align: center;
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3125em;
    color: var(--font-color-primary);
    margin-bottom: 45px
}

.oc-five-column-c__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.oc-five-column-c__item {
    width: 235px;
    margin-left: 17px;
    margin-right: 17px
}

.oc-five-column-c__image {
    margin-bottom: 12px;
    height: 60px;
    width: 60px;
    display: inline-block
}

@media (max-width: 800px) {
    .oc-five-column-c {
        padding: 20px
    }
}

@media (max-width: 800px) {
    .oc-five-column-c__inner h2 {
        font-size: 25px;
        line-height: 1.28em
    }
}

@media (max-width: 800px) {
    .oc-five-column-c__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0
    }
}

@media (max-width: 800px) {
    .oc-five-column-c__item {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.oc-three-column-e {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0;
    background: var(--color-secondary-one);
    text-align: center
}

.oc-three-column-e__inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto
}

.oc-three-column-e__title h2 {
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3125em;
    color: var(--font-color-primary);
    margin-bottom: 12px
}

.oc-three-column-e__content {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.oc-three-column-e__item {
    text-align: left;
    width: 380px;
    padding: 30px;
    background: #fff
}

.oc-three-column-e__item + .oc-three-column-e__item {
    margin-left: 12px
}

@media (max-width: 800px) {
    .oc-three-column-e {
        padding: 20px
    }
}

@media (max-width: 800px) {
    .oc-three-column-e__title {
        font-size: 25px;
        line-height: 1.28em
    }
}

@media (max-width: 800px) {
    .oc-three-column-e__subtitle {
        font-size: 14px;
        line-height: 1.71429em
    }
}

@media (max-width: 800px) {
    .oc-three-column-e__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0
    }
}

@media (max-width: 800px) {
    .oc-three-column-e__item {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.oc-two-column-d__inner {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto
}

.oc-two-column-d__body h2 {
    font-size: 32px;
    line-height: 1.3125em;
    color: var(--font-color-primary);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.grid--50 h3, .oc-two-column-d__body h2 {
    font-style: normal;
    font-weight: 500;
    margin-bottom: 12px
}

.grid--50 h3 {
    font-size: 20px;
    line-height: 1.4em
}

.hbspt-form {
    position: relative
}

.hbspt-form.loading {
    display: none !important
}

.hbspt-form .submitted-message {
    text-align: center
}

.hs-form {
    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
}

.hs-form fieldset {
    border: none
}

.hs-form fieldset.form-columns-2 {
    width: calc(100% - 4px);
    display: flex;
}

.hs-form fieldset.form-columns-1 {
    width: 100%;
}

.hs-form .hs-form-field {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 15px;
    -moz-text-align-last: left;
    text-align-last: left;
    padding: 0.5rem;
}

/*.hs-form .hs-form-field:first-child, .hs-form .hs-form-field:nth-child(2), .hs-form .hs-form-field:nth-child(3), .hs-form .hs-form-field:nth-child(4) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}*/

@media (max-width: 799px) {
    .hs-form fieldset.form-column-2 {
        width: 100%;
    }
    .hs-form .hs-form-field:first-child, .hs-form .hs-form-field:nth-child(2), .hs-form .hs-form-field:nth-child(3), .hs-form .hs-form-field:nth-child(4) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}
/* fixes an issue where the submit button is side by side when it should not be */
.hs-dependent-field {
    flex: 1 1 100%;
}

.hs-form .hs-form-field .hs-error-msgs {
    list-style: none;
    margin: 0
}

.hs-form .hs-form-field .hs-error-msgs .hs-error-msg {
    position: relative;
    color: #f44336;
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
    padding-left: 20px
}

.hs-form .hs-form-field .hs-error-msgs .hs-error-msg:before {
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    content: " ";
    background-image: url(./f4120ec81489a9adf2890d2b9d760ff8.png);
    background-size: 14px 14px;
    margin-right: 6px
}

.hs-form input[type=submit], .hs-form label {
    font-size: 14px;
    font-family: var(--font-family-primary);
    font-style: normal;
    cursor: pointer
}

.hs-form label {
    font-weight: 400;
    line-height: 1.42857em;
    color: var(--font-color-primary);
    font-size: 1rem;
}

.hs-form input[type=submit] {
    display: inline-block;
    margin: 10px auto 0;
    padding: 9px 40px;
    font-weight: 500;
    line-height: 1.42857;
    white-space: nowrap;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--color-primary-three);
    color: #FFF;
    border: transparent;
    -webkit-transition: background-color .25s cubic-bezier(.455, .03, .515, .955);
    transition: background-color .25s cubic-bezier(.455, .03, .515, .955)
}

.hs-form input[type=submit]:hover,
.hs-form input[type=submit]:active,
.hs-form input[type=submit]:focus {
    background-color: var(--color-primary-two);

}

.hs-form .hs-field-desc {
    color: #848484;
    margin-left: 0;
    padding-left: 0;
    line-height: 1.25rem;
    padding-bottom: 0.5rem;
    max-width: 80%;
}

@media screen and (max-width: 768px) {
    .hs-form .hs-field-desc {
        max-width: initial;
    }
}

.hs-form .hs_error_rollup {
    display: none
}

.c-callout-row {
    background: var(--color-secondary-one);
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}

.c-callout-row.extend {
    max-width: 1724px;
}

.c-callout-row .c-callout-row__inner h1,
.c-callout-row p {
    /*color: #FFF;*/
}

.c-callout-row--dark-blue {
    background: var(--font-color-primary)
}

.c-callout-row--dark-blue a {
    color: var(--color-primary-four);
}

.c-callout-row--dark-blue .c-callout-row__inner .c-slider-item__content__title, .c-callout-row--dark-blue .c-callout-row__inner h1, .c-callout-row--dark-blue .c-callout-row__inner h2, .c-callout-row--dark-blue .c-callout-row__inner h3, .c-callout-row--dark-blue .c-callout-row__inner p {
    color: #fff
}

.c-callout-row--blue {
    padding: 80px 0;
    background: var(--font-color-primary)
}

@media (max-width: 1079px) {
    .c-callout-row--blue {
        padding: 40px 0
    }
}

.c-callout-row--blue .c-callout-row__inner h1, .c-callout-row--blue .c-callout-row__inner h2, .c-callout-row--blue .c-callout-row__inner h3 {
    font-weight: 400;
    color: #fff
}

@media (max-width: 767px) {
    .c-callout-row--blue .c-callout-row__inner h1, .c-callout-row--blue .c-callout-row__inner h2, .c-callout-row--blue .c-callout-row__inner h3 {
        font-size: 24px
    }
}

.c-callout-row--blue .c-callout-row__inner .btn {
    margin-top: 45px
}

@media (max-width: 1079px) {
    .c-callout-row--blue .c-callout-row__inner .btn {
        margin-top: 20px
    }
}

.c-callout-row__inner {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto
}

.c-intro-text-bgimage h3,
.c-callout-row__inner h3 {
    font-family: var(--font-family-primary);
}

.c-callout-row__inner h1, .c-callout-row__inner h2, .c-callout-row__inner h3, .c-callout-row__inner h4, .c-callout-row__inner h5, .c-callout-row__inner h6 {
    color: var(--font-color-primary);
    margin: 10px auto
}

.c-callout-row__inner .c-slider-item__content__title, .c-callout-row__inner p {
    font-weight: 500;
    margin-bottom: 0
}

.c-callout-row__inner a:not(.btn) {
    text-decoration: none;
    font-weight: 500;
    margin: 30px auto;
    z-index: 999
}

.c-callout-row--green {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1080px;
    background: #1ba8b7;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center
}

.c-callout-row--green__inner {
    padding: 20px 25px
}

.c-callout-row--green__inner .c-slider-item__content__title, .c-callout-row--green__inner p {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    color: #fff
}

.c-callout-row--green__inner .c-slider-item__content__title a, .c-callout-row--green__inner p a {
    color: #fff;
    text-decoration: underline
}

.c-intro-image-text__inner {
    max-width: 1080px;
    margin: 0 auto
}

.c-intro-image-text__inner, .c-intro-image-text__inner__image-web {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-intro-image-text__inner__image-web {
    width: 35%;
    margin-right: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-intro-image-text__inner__image-web img {
    max-width: 100%;
    height: auto
}

.c-intro-image-text__inner__content {
    width: 70%
}

.c-intro-image-text__inner__content h1, .c-intro-image-text__inner__content h2, .c-intro-image-text__inner__content h3, .c-intro-image-text__inner__content h4, .c-intro-image-text__inner__content h5, .c-intro-image-text__inner__content h6 {
    color: var(--font-color-primary)
}

.c-intro-image-text__inner__content .wpcf7 {
    max-width: none
}

.c-intro-image-text__inner__content .wpcf7-form .c-slider-item__content__title input[type=submit], .c-intro-image-text__inner__content .wpcf7-form p input[type=submit] {
    position: relative;
    top: 5px;
    margin: 0 auto;
    background-color: #20536c;
    border-color: #20536c;
    padding: 11px 40px
}

@media (max-width: 799px) {
    .c-intro-image-text__inner__content .wpcf7-form .c-slider-item__content__title input[type=submit], .c-intro-image-text__inner__content .wpcf7-form p input[type=submit] {
        width: 100%
    }
}

@media (max-width: 799px) {
    .c-intro-image-text__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-intro-image-text__inner__image-web {
        margin-right: 0;
        width: 100%
    }

    .c-intro-image-text__inner__image-web img {
        width: 280px;
        height: auto
    }

    .c-intro-image-text__inner__content {
        width: 100%;
        text-align: center
    }

    .c-intro-image-text__inner__content .c-slider-item__content__title, .c-intro-image-text__inner__content p {
        font-size: 1em
    }
}

.c-intro-text-image {
    padding: 70px 120px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1727px) {
    .c-intro-text-image {
        padding: 60px 50px 20px
    }
}

@media (max-width: 1079px) {
    .c-intro-text-image {
        padding: 40px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.c-intro-text-image__text {
    width: 60%;
    padding: 0 50px
}

@media (max-width: 1079px) {
    .c-intro-text-image__text {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-top: 30px;
        padding: 0
    }
}

.c-intro-text-image__text h1, .c-intro-text-image__text h2 {
    color: var(--font-color-primary)
}

.c-intro-text-image__text h1 + *, .c-intro-text-image__text h2 + * {
    margin-top: 0
}

@media (max-width: 799px) {
    .c-intro-text-image__text h1, .c-intro-text-image__text h2 {
        font-size: 36px;
        line-height: 1.27778em
    }
}

.c-intro-text-image__text h1:last-of-type, .c-intro-text-image__text h2:last-of-type {
    margin-bottom: 20px
}

.c-intro-text-image__text h3 {
    font-weight: 400
}

.c-intro-text-image__image {
    width: 40%;
    padding-left: 30px
}

@media (max-width: 799px) {
    .c-intro-text-image__image {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .c-intro-text-image__image {
        width: 100%;
        padding-left: 0
    }
}

.c-intro-text-image__image img {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto
}

.c-intro-image-text__inner {
    max-width: 1080px;
    margin: 0 auto
}

.c-intro-image-text__inner, .c-intro-image-text__inner__image-web {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-intro-image-text__inner__image-web {
    width: 35%;
    margin-right: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-intro-image-text__inner__image-web img {
    max-width: 100%;
    height: auto
}

.c-intro-image-text__inner__content {
    width: 70%
}

.c-intro-image-text__inner__content h1, .c-intro-image-text__inner__content h2, .c-intro-image-text__inner__content h3, .c-intro-image-text__inner__content h4, .c-intro-image-text__inner__content h5, .c-intro-image-text__inner__content h6 {
    color: var(--font-color-primary)
}

.c-intro-image-text__inner__content .wpcf7 {
    max-width: none
}

.c-intro-image-text__inner__content .wpcf7-form .c-slider-item__content__title input[type=submit], .c-intro-image-text__inner__content .wpcf7-form p input[type=submit] {
    position: relative;
    top: 5px;
    margin: 0 auto;
    background-color: #20536c;
    border-color: #20536c;
    padding: 11px 40px
}

@media (max-width: 799px) {
    .c-intro-image-text__inner__content .wpcf7-form .c-slider-item__content__title input[type=submit], .c-intro-image-text__inner__content .wpcf7-form p input[type=submit] {
        width: 100%
    }
}

@media (max-width: 799px) {
    .c-intro-image-text__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-intro-image-text__inner__image-web {
        margin-right: 0;
        width: 100%
    }

    .c-intro-image-text__inner__image-web img {
        width: 280px;
        height: auto
    }

    .c-intro-image-text__inner__content {
        width: 100%;
        text-align: center
    }

    .c-intro-image-text__inner__content .c-slider-item__content__title, .c-intro-image-text__inner__content p {
        font-size: 1em
    }
}

.c-tiles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-tiles__title {
    width: 100%
}

.c-tiles__title h1, .c-tiles__title h2, .c-tiles__title h3 {
    color: var(--font-color-primary);
    margin-bottom: 12px
}

@media (max-width: 799px) {
    .c-tiles__title h1, .c-tiles__title h2, .c-tiles__title h3 {
        font-size: 25px;
        line-height: 1.28em
    }
}

.c-tiles__title .c-slider-item__content__title, .c-tiles__title p {
    margin-bottom: 12px
}

@media (max-width: 799px) {
    .c-tiles__title .c-slider-item__content__title, .c-tiles__title p {
        font-size: 14px;
        line-height: 1.71429em
    }
}

.c-tiles__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 799px) {
    .c-tiles__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-tiles__cta {
    padding-top: 30px;
    margin: 0 auto
}
.c-tiles--icons.u-bgnd-blue-dark p,
.c-tiles--dark, .c-tiles--dark .c-slider-item__content__title, .c-tiles--dark .c-tiles__content .c-slider-item__content__title, .c-tiles--dark .c-tiles__content p, .c-tiles--dark .c-tiles__title .c-slider-item__content__title, .c-tiles--dark .c-tiles__title h1, .c-tiles--dark .c-tiles__title h2, .c-tiles--dark .c-tiles__title h3, .c-tiles--dark .c-tiles__title p, .c-tiles--dark p {
    color: #fff
}

.c-tiles--dark .c-tiles__cta .btn--primary {
    background-color: var(--color-primary-four);
    border-color: var(--color-primary-four);
    color: var(--color-primary-one);
}

.c-tiles--dark .c-tiles__cta .btn--primary:focus,
.c-tiles--dark .c-tiles__cta .btn--primary:hover,
.c-tiles--dark .c-tiles__cta .btn--primary:active {
    background-color: var(--color-primary-four);
    border-color: var(--color-primary-four);
}

.c-tiles--steps-horizontal {
    background: var(--color-secondary-one);
    padding: 100px 60px 80px;
    text-align: center
}

@media (max-width: 1199px) {
    .c-tiles--steps-horizontal {
        padding: 40px 20px 20px
    }
}

.c-tiles--steps-horizontal .c-tiles__items {
    position: relative
}

.c-tiles--steps-horizontal .c-tiles__items.line-length-50:before, .c-tiles--steps-horizontal .c-tiles__items.line-length-67:before, .c-tiles--steps-horizontal .c-tiles__items.line-length-75:before, .c-tiles--steps-horizontal .c-tiles__items.line-length-80:before, .c-tiles--steps-horizontal .c-tiles__items.line-length-84:before {
    content: "";
    position: absolute;
    top: 74px;
    left: 50%;
    width: 75%;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #b2b6b6), color-stop(50%, transparent));
    background-image: linear-gradient(90deg, #b2b6b6 50%, transparent 0);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 10px 1px;
    z-index: 1
}

@media (max-width: 799px) {
    .c-tiles--steps-horizontal .c-tiles__items.line-length-50:before, .c-tiles--steps-horizontal .c-tiles__items.line-length-67:before, .c-tiles--steps-horizontal .c-tiles__items.line-length-75:before, .c-tiles--steps-horizontal .c-tiles__items.line-length-80:before, .c-tiles--steps-horizontal .c-tiles__items.line-length-84:before {
        height: 0
    }
}

.c-tiles--steps-horizontal .c-tiles__items.line-length-84:before {
    width: 84%
}

.c-tiles--steps-horizontal .c-tiles__items.line-length-80:before {
    width: 80%
}

.c-tiles--steps-horizontal .c-tiles__items.line-length-75:before {
    width: 75%
}

.c-tiles--steps-horizontal .c-tiles__items.line-length-67:before {
    width: 67%
}

.c-tiles--steps-horizontal .c-tiles__items.line-length-50:before {
    width: 50%
}

.c-tiles--steps-landing {
    padding: 50px 60px 60px;
    margin-top: 30px;
    background: #fff
}

@media (max-width: 1079px) {
    .c-tiles--steps-landing {
        padding: 50px 20px
    }
}

@media (max-width: 799px) {
    .c-tiles--steps-landing {
        padding: 50px 0 0
    }
}

.c-tiles--steps-landing .c-tiles__title h2 {
    font-family: var(--font-family-secondary);
    color: #1ba8b7;
    font-weight: 400
}

@media (max-width: 799px) {
    .c-tiles--steps-landing .c-tiles__items {
        display: none
    }
}

.c-tiles--steps-landing .tabs {
    display: none
}

@media (max-width: 799px) {
    .c-tiles--steps-landing .tabs {
        display: block;
        width: 100%
    }
}

.c-tiles--steps-landing .tabs .tab {
    border-bottom: 1px solid #dadada
}

.c-tiles--steps-landing .tabs .tab:first-child {
    border-top: 1px solid #dadada
}

.c-tiles--steps-landing .tabs .tab-label .step-number {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    background: #1ba8b7;
    border-radius: 15px;
    z-index: 2;
    margin-right: 20px
}

.c-tiles--steps-landing .tabs .tab-label .step-title {
    color: var(--font-color-primary)
}

.c-tiles--steps-landing .tabs .tab-label:hover {
    border: none
}

.c-tiles--steps-landing .tabs .tab-label:after {
    color: #dadada
}

.c-tiles--steps-landing .tabs .tab-content {
    text-align: left
}

@media (max-width: 799px) {
    .c-tiles--steps-landing .c-tile {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.c-tiles--steps-landing .c-tile__title {
    display: none
}

@media (max-width: 799px) {
    .c-tiles--steps-landing .c-tile__title {
        display: block
    }
}

.c-tiles--steps-landing .c-tile__title h5 {
    font-size: 16px
}

.c-tiles--steps-landing .c-tile__content {
    display: block
}

.c-tile__content h3 {
    margin-bottom: 8px;
}

@media (max-width: 799px) {
    .c-tiles--steps-landing .c-tile__content {
        display: none
    }
}

.c-tiles--steps-landing .c-tile__content .c-slider-item__content__title, .c-tiles--steps-landing .c-tile__content p {
    font-weight: 500
}

@media (max-width: 799px) {
    .c-tiles--steps-landing .c-tile__content .c-slider-item__content__title, .c-tiles--steps-landing .c-tile__content p {
        font-size: 14px;
        line-height: 1.5em;
        font-weight: 400
    }
}

.c-tiles--videos-wave {
    background: var(--color-secondary-one);
    padding-bottom: 160px;
    padding-top: 160px;
}

.c-tiles--videos-wave .c-tiles__title {
    width: 100%;
    text-align: center
}

@media (min-width: 768px) {
    .c-tiles--videos-wave .c-tiles__items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.c-tiles--videos-wave .c-video {
    width: 33.33%;
    padding: 0 25px
}

@media (max-width: 767px) {
    .c-tiles--videos-wave .c-video {
        width: 100%
    }
}

.c-tiles--videos-wave .c-video .c-slider-item__content__title, .c-tiles--videos-wave .c-video p {
    margin-bottom: 0
}

.c-tiles--videos-wave .c-video__player {
    margin-bottom: 12px
}

.c-tiles--videos-wave .c-video__player .play-button-wrapper {
    height: 250px
}

@media (max-width: 799px) {
    .c-tiles--videos-wave .c-video__player .play-button-wrapper {
        height: auto
    }
}

@media (min-width: 768px) and (max-width: 799px) {
    .c-tiles--videos-wave .c-video__player .play-button {
        width: 48px;
        height: 48px;
        background-size: 48px 48px
    }
}

.c-tiles--videos-wave .c-video__info {
    text-align: left
}

.c-tiles--landing {
    padding: 50px 60px 60px;
    margin-top: 30px;
    background: #fff
}

@media (max-width: 1079px) {
    .c-tiles--landing {
        padding: 50px 20px
    }
}

.c-tiles--landing .c-tiles__title h2 {
    font-family: var(--font-family-secondary);
    color: #1ba8b7;
    font-weight: 400
}

@media (max-width: 799px) {
    .c-tiles--landing .c-tile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 639px) {
    .c-tiles--landing .c-tile {
        display: block
    }
}

@media (max-width: 799px) {
    .c-tiles--landing .c-tile__content {
        text-align: center
    }
}

@media (max-width: 639px) {
    .c-tiles--landing .c-tile__content {
        text-align: center;
        margin-left: 0
    }
}

.c-tile__content h2 {
    font-family: var(--font-family-secondary);
}

.c-tiles--landing .c-tile__content h1, .c-tiles--landing .c-tile__content h2, .c-tiles--landing .c-tile__content h3, .c-tiles--landing .c-tile__content h4, .c-tiles--landing .c-tile__content h5, .c-tiles--landing .c-tile__content h6 {
    font-weight: 500
}

.c-tiles--landing .c-tile__content h3,
.c-tile__content h4 {
    font-size: 18px
}

.c-tiles--landing:not(.c-tiles--landing-circle) .c-tile__image img {
    width: 70px;
    height: 70px
}

@media (max-width: 799px) {
    .c-tiles--landing-circle .c-tile {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width: 799px) {
    .c-tiles--landing-circle .c-tile__content {
        text-align: left;
        margin-left: 40px;
        width: 60%
    }
}

@media (max-width: 639px) {
    .c-tiles--landing-circle .c-tile__content {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        text-align: center
    }
}

.c-tiles--landing-circle .c-tile__content h3, .c-tiles--landing-circle .c-tile__content h4 {
    font-size: 18px
}

.c-tiles--landing-circle .c-tile__image {
    position: relative;
    overflow: hidden
}

@media (max-width: 799px) {
    .c-tiles--landing-circle .c-tile__image {
        width: auto
    }
}

@media (max-width: 639px) {
    .c-tiles--landing-circle .c-tile__image {
        margin: 0 auto
    }
}

.c-tiles--landing-circle .c-tile__image img {
    display: inline;
    width: 150px;
    height: 150px;
    border: 1px solid #dadada;
    border-radius: 50%
}

.page-template-landing-nav .c-tiles--steps-landing .c-tiles__title h1, .page-template-landing-nav .c-tiles--steps-landing .c-tiles__title h2, .page-template-landing-nav .c-tiles--steps-landing .c-tiles__title h3, .page-template-landing-nav .c-tiles--steps-landing .c-tiles__title h4, .page-template-landing-nav .c-tiles--steps-landing .c-tiles__title h5, .page-template-landing-nav .c-tiles--steps-landing .c-tiles__title h6 {
    font-family: var(--font-family-primary);
    color: var(--font-color-primary);
    font-weight: 500
}

.page-template-landing-nav .c-tiles--landing {
    margin-top: 0
}

.page-template-landing-nav .c-tiles--landing .c-tiles__title h1, .page-template-landing-nav .c-tiles--landing .c-tiles__title h2, .page-template-landing-nav .c-tiles--landing .c-tiles__title h3, .page-template-landing-nav .c-tiles--landing .c-tiles__title h4, .page-template-landing-nav .c-tiles--landing .c-tiles__title h5, .page-template-landing-nav .c-tiles--landing .c-tiles__title h6 {
    font-family: var(--font-family-primary);
    color: var(--font-color-primary);
    font-weight: 500
}

.page-template-landing-nav .c-tiles--landing .c-tile__content h1, .page-template-landing-nav .c-tiles--landing .c-tile__content h2, .page-template-landing-nav .c-tiles--landing .c-tile__content h3, .page-template-landing-nav .c-tiles--landing .c-tile__content h4, .page-template-landing-nav .c-tiles--landing .c-tile__content h5, .page-template-landing-nav .c-tiles--landing .c-tile__content h6 {
    color: var(--font-color-primary);
    font-weight: 500
}

.page-template-landing-nav .c-tiles--landing .c-tile__content .c-slider-item__content__title, .page-template-landing-nav .c-tiles--landing .c-tile__content p {
    font-size: 14px
}

.page-template-landing-nav .c-tiles--landing .c-tile__image {
    width: 40px;
    height: 40px;
    margin: 0 auto 12px;
    padding: 0
}

.page-template-landing-nav .c-tiles--landing .c-tile__image img {
    display: inline-block;
    width: 40px;
    height: 40px;
    max-width: none
}

.page-template-landing-nav .c-tiles--steps-landing {
    padding: 50px 20px 60px
}

.page-template-landing-nav .c-tiles--steps-landing .c-tile {
    padding: 30px 10px
}

.page-template-landing-nav .c-tiles--steps-landing .c-tile__title {
    display: block
}

.c-tile {
    margin-top: 0;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 799px) {
    .c-tile {
        width: 100% !important;
        margin-top: 20px;
        padding: 0 20px
    }
}

.c-tile__image {
    max-width: 100%;
    margin-bottom: 12px;
    padding: 0 20px
}

.c-tile__image--rounded {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1rem;
}

.c-tile__image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

@media (max-width: 799px) {
    .c-tile__image {
        width: 60%;
        margin: 0 auto
    }
}

@media (max-width: 639px) {
    .c-tile__image {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        align-items: flex-start;
    }
}

.c-tile__content {
    width: 100%;
    max-width: 100%
}

.c-tile__content h1, .c-tile__content h2, .c-tile__content h4, .c-tile__content h5 {
    margin-bottom: 12px;
    font-weight: 500
}

@media (max-width: 799px) {
    .c-tile__content .c-slider-item__content__title, .c-tile__content h1, .c-tile__content h2, .c-tile__content h3, .c-tile__content h4, .c-tile__content h5, .c-tile__content p {
        font-size: 14px;
        line-height: 1.71429em
    }
}

.c-tile__content strong {
    font-weight: 500
}

.c-tiles--icons .c-tile .c-tile__image {
    width: 60px;
    height: 60px;
    padding: 0
}

.c-tiles--icons .c-tile .c-tile__image img {
    width: 100%;
    height: auto
}

.c-tiles--steps-horizontal .c-tile__number {
    padding: 20px 0
}

.c-tiles--steps-horizontal .c-tile__number span {
    position: relative;
    display: inline-block;
    height: 48px;
    width: 48px;
    font-size: 20px;
    font-weight: 500;
    line-height: 48px;
    color: #fff;
    background: var(--color-primary-two);
    border-radius: 24px;
    z-index: 2
}

.c-tiles--steps-horizontal:not(.c-tiles--steps-landing) .c-tile__content .c-slider-item__content__title, .c-tiles--steps-horizontal:not(.c-tiles--steps-landing) .c-tile__content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em
}

@media (max-width: 639px) {
    .c-tiles--steps-horizontal:not(.c-tiles--steps-landing) .c-tile__content .c-slider-item__content__title, .c-tiles--steps-horizontal:not(.c-tiles--steps-landing) .c-tile__content p {
        font-size: 14px
    }
}

.c-tile--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 0
}

@media (max-width: 799px) {
    .c-tile--horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-tile--horizontal .c-tile__content {
    text-align: left;
    margin-left: 30px
}

@media (max-width: 1079px) {
    .c-tile--horizontal .c-tile__content {
        margin-left: 20px
    }
}

@media (max-width: 799px) {
    .c-tile--horizontal .c-tile__content {
        margin-left: 0
    }
}

.c-tile--horizontal .c-tile__image.c-tile__image--icon {
    width: 60px;
    padding: 0
}

@media (max-width: 799px) {
    .c-tile--horizontal .c-tile__image.c-tile__image--icon {
        margin-right: 20px
    }
}

.c-tile--horizontal .c-tile__image {
    max-width: 150px;
    height: auto;
    padding: 0
}

.c-tile--horizontal .c-tile__image img {
    display: block;
    max-width: 100%;
    height: auto
}

.c-tile--horizontal.c-tile--small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 799px) {
    .c-tile--horizontal.c-tile--small {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.c-tile:first-of-type {
    margin-left: 0
}

.c-text-blue-images-bg {
    background-color: var(--color-primary-one);
    padding: 40px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 800px) {
    .c-text-blue-images-bg {
        padding: 100px 0
    }
}

.c-text-blue-images-bg__content {
    max-width: 800px;
    margin: 0 auto
}

.c-text-blue-images-bg__content h1, .c-text-blue-images-bg__content h2, .c-text-blue-images-bg__content h3 {
    color: #fff;
    text-align: center
}

@media (max-width: 799px) {
    .c-text-blue-images-bg__content h1, .c-text-blue-images-bg__content h2, .c-text-blue-images-bg__content h3 {
        font-size: 25px;
        line-height: 1.28em
    }
}

.c-text-blue-images-bg__content .c-slider-item__content__title, .c-text-blue-images-bg__content p {
    color: #fff;
    text-align: center
}

@media (max-width: 799px) {
    .c-text-blue-images-bg__content .c-slider-item__content__title, .c-text-blue-images-bg__content p {
        font-size: 14px;
        line-height: 1.71429em
    }
}

.c-text-blue-images-bg__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 33px;
    padding-left: 50px;
    padding-right: 50px
}

@media (max-width: 799px) {
    .c-text-blue-images-bg__items {
        padding-left: 0;
        padding-right: 0
    }
}

.c-grid-item {
    width: 20%;
    margin: 10px 0;
    padding: 0 10px;
    min-width: 230px
}

@media (max-width: 799px) {
    .c-grid-item {
        width: 50%
    }
}

.c-grid-item img {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto
}

@media (max-width: 799px) {
    .c-grid-item img {
        max-width: 230px
    }
}

.c-text-bgimage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.c-text-bgimage__box {
    margin: 65px 0 75px 80px;
    background: #fff;
    padding: 65px;
    width: 600px;
    position: relative
}

@media (max-width: 1199px) {
    .c-text-bgimage__box {
        margin: 65px 0 75px
    }
}

@media (max-width: 799px) {
    .c-text-bgimage__box {
        margin: 40px 0;
        padding: 20px;
        width: 100%
    }
}

.c-text-bgimage .c-box-content__body {
    padding-top: 0
}

.c-text-bgimage .c-box-content__body h2 {
    margin-top: 0
}

.c-text-bgimage .c-box-content__body .btn {
    margin-top: 15px
}

@media (max-width: 1199px) {
    .c-text-bgimage.o-container {
        padding-left: 0
    }
}

@media (max-width: 799px) {
    .c-text-bgimage.o-container {
        padding-left: 20px
    }
}

.c-bgimage-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.c-bgimage-text__box {
    margin: 65px 80px 75px 0;
    background: #fff;
    padding: 65px;
    width: 600px;
    position: relative
}

@media (max-width: 1199px) {
    .c-bgimage-text__box {
        margin: 65px 0 75px
    }
}

@media (max-width: 799px) {
    .c-bgimage-text__box {
        margin: 40px 0;
        padding: 20px;
        width: 100%
    }
}

.c-bgimage-text .c-box-content__body {
    padding-top: 0
}

.c-bgimage-text .c-box-content__body h2 {
    margin-top: 0
}

.c-bgimage-text .c-box-content__body .btn {
    margin-top: 15px
}

@media (max-width: 1199px) {
    .c-bgimage-text.o-container {
        padding-right: 0
    }
}

@media (max-width: 799px) {
    .c-bgimage-text.o-container {
        padding-right: 20px
    }
}

.c-bgimage-text .c-box-content__badge {
    left: -15px
}

.c-box-content__badge {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -55px;
    right: -55px;
    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
}

@media (max-width: 799px) {
    .c-box-content__badge {
        top: -35px;
        right: -20px;
        width: 100px;
        height: 100px
    }
}

.c-box-content__badge img {
    max-width: 150px;
    max-height: 150px;
    height: auto
}

@media (max-width: 799px) {
    .c-box-content__badge img {
        max-width: 100px;
        max-height: 100px
    }
}

.c-box-content__body {
    padding-top: 15px
}

.c-box-content__body h1, .c-box-content__body h2 {
    margin-top: 30px;
    color: var(--font-color-primary)
}

@media (max-width: 799px) {
    .c-box-content__body h1, .c-box-content__body h2 {
        font-size: 25px;
        line-height: 1.28em
    }
}

@media (max-width: 799px) {
    .c-box-content__body h3, .c-box-content__body h4, .c-box-content__body h5, .c-box-content__body h6 {
        font-size: 18px;
        line-height: 1.44444em
    }
}

@media (max-width: 799px) {
    .c-box-content__body .c-slider-item__content__title, .c-box-content__body p {
        font-size: 14px;
        line-height: 1.71429em
    }
}

.c-box-content__body .btn {
    margin-top: 45px
}

.c-text:not([class*='bgnd']) {
    background: #fff;
}

.c-text {
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (min-width: 1080px) {
    .c-text {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (max-width: 1079px) {
    .c-text {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.c-text__body {
    display: block;
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: 0 auto
}

@media screen and (max-width: 1440px) {
    .c-text__body {
        width: 100%;
    }
}

.c-text__body h1, .c-text__body h2 {
    color: var(--font-color-primary);
    text-align: center
}

@media (max-width: 799px) {
    .c-text__body h1, .c-text__body h2 {
        font-size: 25px;
        line-height: 1.28em;
        text-align: center
    }
}

.c-text__body h3 {
    margin-top: 12px
}

.c-text__body .grid--50 h3 {
    margin-top: 30px
}

.c-text__body h3:first-of-type {
    margin-top: 45px
}

.c-text__body .has-img.c-slider-item__content__title, .c-text__body p.has-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 799px) {
    .c-text__body .has-img.c-slider-item__content__title, .c-text__body p.has-img {
        max-width: 100%
    }
}

.c-text__body .has-img.c-slider-item__content__title img, .c-text__body p.has-img img {
    max-width: 150px;
    height: auto;
    margin: 0 10px
}

@media (max-width: 799px) {
    .c-text__body .has-img.c-slider-item__content__title img, .c-text__body p.has-img img {
        max-width: 50%;
        height: auto;
        margin: 0 auto
    }
}

@media (max-width: 799px) {
    .c-text__body .c-slider-item__content__title, .c-text__body p {
        font-size: 14px;
        line-height: 1.71429em
    }
}

.c-text__body .c-slider-item__content__title img, .c-text__body p img {
    display: inline-block;
    vertical-align: middle;
    margin: 24px 15px 0
}

@media (max-width: 799px) {
    .c-text__body .c-slider-item__content__title img, .c-text__body p img {
        display: block;
        max-width: 100%;
        margin: 24px auto 0
    }
}

.c-text__body table {
    margin-top: 30px
}

.c-text__body ul {
    list-style: disc outside;
    margin: 12px 0 12px 18px
}

.c-text__body li {
    margin-bottom: 1em;
    line-height: 1.5em
}

.c-text__body .btn {
    margin-top: 30px;
    text-align: center
}

.c-text--bgnd-blue {
    background: var(--color-primary-two);
}

.c-text--bgnd-blue a {
    color: var(--color-primary-four);
}

.c-text--bgnd-blue .c-text__body {
    text-align: center;
}

.c-text--bgnd-blue .btn--primary,
.c-text--bgnd-blue .btn--primary,
.c-text--bgnd-blue .btn--primary {
    color: var(--color-primary-one);
    background-color: var(--color-primary-four);
    border-color: var(--color-primary-four);
}

.c-text--bgnd-blue .btn--primary:hover,
.c-text--bgnd-blue .btn--primary:focus,
.c-text--bgnd-blue .btn--primary:active {
    background-color: var(--color-primary-four);
    border-color: var(--color-primary-four);
}

.c-text--bgnd-blue .c-text__body p,
.c-text--bgnd-blue .c-text__body h1,
.c-text--bgnd-blue .c-text__body h2,
.c-text--bgnd-blue .c-text__body h3 {
    color: #FFF;
}

.c-text--bgnd-blue .c-text__body .c-slider-item__content__title, .c-text--bgnd-blue .c-text__body p {
    padding: 0 100px
}

@media (max-width: 1079px) {
    .c-text--bgnd-blue .c-text__body .c-slider-item__content__title, .c-text--bgnd-blue .c-text__body p {
        padding: 0
    }
}

.c-text--bgnd-dark-blue {
    background: var(--font-color-primary)
}

.c-text--bgnd-dark-blue .c-text__body {
    max-width: 100%;
    text-align: center
}

.c-text--bgnd-dark-blue .c-text__body h1,
.c-text--bgnd-dark-blue .c-text__body h2,
.c-text--bgnd-dark-blue .c-text__body h3,
.c-text--bgnd-dark-blue .c-text__body h4,
.c-text--bgnd-dark-blue .c-text__body h5,
.c-text--bgnd-dark-blue .c-text__body h6,
.c-text--bgnd-dark-blue .c-text__body ul {
    color: #fff
}

.c-text--bgnd-dark-blue a:not(.btn--primary) {
    color: var(--color-primary-four);
}

.c-text--bgnd-dark-blue .c-text__body blockquote {
    padding: 0;
    margin: 0
}

.c-text--bgnd-dark-blue .c-text__body blockquote .c-slider-item__content__title, .c-text--bgnd-dark-blue .c-text__body blockquote p {
    margin: 0 20px;
    font-size: 14px;
    font-weight: 400
}

.c-text--bgnd-dark-blue .c-text__body blockquote:after, .c-text--bgnd-dark-blue .c-text__body blockquote:before {
    content: ""
}

.c-text--bgnd-dark-blue .c-text__body .c-slider-item__content__title, .c-text--bgnd-dark-blue .c-text__body h2, .c-text--bgnd-dark-blue .c-text__body h3, .c-text--bgnd-dark-blue .c-text__body h4, .c-text--bgnd-dark-blue .c-text__body p {
    color: #fff
}

.c-text--light-blue {
    background: var(--color-secondary-one);
}

.c-text--light-blue .c-text__body h2 {
    padding: 0 100px
}

@media (max-width: 1079px) {
    .c-text--light-blue .c-text__body h2 {
        padding: 0
    }
}

.c-text--light-blue .c-text__body h3, .c-text--light-blue .c-text__body h3:first-of-type {
    margin-top: 30px
}

.c-text--light-blue .c-text__body .c-slider-item__content__title, .c-text--light-blue .c-text__body p {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-text--white {
    padding: 50px 60px;
    margin-top: 30px;
    background: #fff
}

@media (max-width: 1079px) {
    .c-text--white {
        padding: 40px 20px
    }
}

.c-text--white .c-text__body h1, .c-text--white .c-text__body h2, .c-text--white .c-text__body h3, .c-text--white .c-text__body h4, .c-text--white .c-text__body h5, .c-text--white .c-text__body h6 {
    font-family: var(--font-family-secondary);
    color: #1ba8b7;
    font-weight: 400
}

.c-text--white .btn {
    margin-top: 0
}

.c-text--light-gray {
    padding: 50px 60px;
    margin-top: 30px;
    background: #fafafa
}

@media (max-width: 1079px) {
    .c-text--light-gray {
        padding: 40px 20px
    }
}

.c-text--light-gray .c-text__body h1, .c-text--light-gray .c-text__body h2, .c-text--light-gray .c-text__body h3, .c-text--light-gray .c-text__body h4, .c-text--light-gray .c-text__body h5, .c-text--light-gray .c-text__body h6 {
    font-family: var(--font-family-primary);
    color: var(--font-color-primary);
    font-weight: 500
}

.c-testimonials-slider {
    padding: 60px 90px;
    background: var(--color-primary-one);
    color: #fff
}

@media (max-width: 799px) {
    .c-testimonials-slider {
        padding: 40px
    }
}

.c-testimonials-slider__heading, .c-testimonials-slider__title {
    width: 100%;
    padding: 0 160px;
    text-align: center
}

@media (max-width: 1079px) {
    .c-testimonials-slider__heading, .c-testimonials-slider__title {
        padding: 0 40px
    }
}

@media (max-width: 799px) {
    .c-testimonials-slider__heading, .c-testimonials-slider__title {
        padding: 0
    }
}

.c-testimonials-slider__heading h1, .c-testimonials-slider__heading h2, .c-testimonials-slider__heading h3, .c-testimonials-slider__heading h4, .c-testimonials-slider__heading h5, .c-testimonials-slider__heading h6, .c-testimonials-slider__title h1, .c-testimonials-slider__title h2, .c-testimonials-slider__title h3, .c-testimonials-slider__title h4, .c-testimonials-slider__title h5, .c-testimonials-slider__title h6 {
    color: var(--font-color-primary)
}

.c-testimonials-slider__title {
    margin-bottom: 45px
}

.c-testimonials-slider__quotes {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%
}

.c-testimonials-slider__quotes:not(.visible-owl-carousel) + div, .c-testimonials-slider__quotes:not(.visible-owl-carousel) .c-slider-quote:not(:first-of-type) {
    display: none
}

.c-testimonials-slider__quotes:not(.visible-owl-carousel) .c-slider-quote:first-of-type {
    visibility: visible
}

.c-testimonials-slider--image {
    background: #fff;
    color: var(--font-color-primary)
}

.c-testimonials-slider--image .c-testimonials-slider__title {
    color: var(--font-color-primary)
}

.c-testimonials-slider--video {
    background: transparent;
    color: var(--font-color-primary)
}

.c-testimonials-slider--wave.c-testimonials-slider--image {
    background: var(--color-secondary-one);
    padding-bottom: 80px;
    padding-top: 80px;
}

.c-testimonials-slider--bg-image {
    height: 376px;
    padding: 0 90px;
    background: var(--font-color-primary)
}

@media (max-width: 1079px) {
    .c-testimonials-slider--bg-image {
        padding: 0
    }
}

.c-testimonials-slider--bg-image .slider-wrapper {
    padding: 0;
    height: 100% !important
}

.c-testimonials-slider--bg-image .owl-theme .owl-stage {
    height: 100%
}

.c-testimonials-slider--bg-image .c-slider-quote {
    position: relative;
    height: 376px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 1079px) {
    .c-testimonials-slider--bg-image .c-slider-quote {
        background-size: auto;
        background-position-x: inherit !important
    }
}

.c-testimonials-slider--bg-image .c-slider-quote__body {
    margin: 0
}

.c-testimonials-slider--bg-image .c-slider-quote .c-quote-content {
    width: 60%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-testimonials-slider--bg-image .c-slider-quote--left {
    background-position-x: left
}

.c-testimonials-slider--bg-image .c-slider-quote--left .c-quote-content {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 100px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, var(--font-color-primary)), color-stop(80%, rgba(11, 91, 124, .9)), to(rgba(11, 91, 124, 0)));
    background: linear-gradient(90deg, var(--font-color-primary), rgba(11, 91, 124, .9) 80%, rgba(11, 91, 124, 0))
}

@media (max-width: 799px) {
    .c-testimonials-slider--bg-image .c-slider-quote--left .c-quote-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        top: auto;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 50%;
        padding-left: 20px;
        padding-right: 20px;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, var(--font-color-primary)), color-stop(80%, rgba(11, 91, 124, .9)), to(rgba(11, 91, 124, 0)));
        background: linear-gradient(0deg, var(--font-color-primary), rgba(11, 91, 124, .9) 80%, rgba(11, 91, 124, 0))
    }
}

.c-testimonials-slider--bg-image .c-slider-quote--left .c-quote-content .c-quote-content__author .c-slider-item__content__title, .c-testimonials-slider--bg-image .c-slider-quote--left .c-quote-content .c-quote-content__author p, .c-testimonials-slider--bg-image .c-slider-quote--left .c-quote-content .c-quote-content__text .c-slider-item__content__title, .c-testimonials-slider--bg-image .c-slider-quote--left .c-quote-content .c-quote-content__text p {
    text-align: left
}

@media (max-width: 799px) {
    .c-testimonials-slider--bg-image .c-slider-quote--left .c-quote-content .c-quote-content__author .c-slider-item__content__title, .c-testimonials-slider--bg-image .c-slider-quote--left .c-quote-content .c-quote-content__author p {
        text-align: right
    }
}

.c-testimonials-slider--bg-image .c-slider-quote--right {
    background-position-x: right
}

.c-testimonials-slider--bg-image .c-slider-quote--right .c-quote-content {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 100px;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, var(--font-color-primary)), color-stop(80%, rgba(11, 91, 124, .9)), to(rgba(11, 91, 124, 0)));
    background: linear-gradient(270deg, var(--font-color-primary), rgba(11, 91, 124, .9) 80%, rgba(11, 91, 124, 0))
}

@media (max-width: 799px) {
    .c-testimonials-slider--bg-image .c-slider-quote--right .c-quote-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        padding-left: 20px;
        padding-right: 20px;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, var(--font-color-primary)), color-stop(80%, rgba(11, 91, 124, .9)), to(rgba(11, 91, 124, 0)));
        background: linear-gradient(0deg, var(--font-color-primary), rgba(11, 91, 124, .9) 80%, rgba(11, 91, 124, 0))
    }
}

.c-testimonials-slider--bg-image .c-slider-quote--right .c-quote-content .c-quote-content__text .c-slider-item__content__title, .c-testimonials-slider--bg-image .c-slider-quote--right .c-quote-content .c-quote-content__text p {
    text-align: right
}

@media (max-width: 799px) {
    .c-testimonials-slider--bg-image .c-slider-quote--right .c-quote-content .c-quote-content__text .c-slider-item__content__title, .c-testimonials-slider--bg-image .c-slider-quote--right .c-quote-content .c-quote-content__text p {
        text-align: left
    }
}

.c-testimonials-slider--bg-image .c-slider-quote--right .c-quote-content .c-quote-content__author .c-slider-item__content__title, .c-testimonials-slider--bg-image .c-slider-quote--right .c-quote-content .c-quote-content__author p {
    text-align: right
}

.c-testimonials-slider--bg-image .c-slider-quote .c-quote-content__author {
    margin-top: 20px
}

@media (max-width: 799px) {
    .c-testimonials-slider--bg-image .c-slider-quote .c-quote-content__author {
        margin-top: 12px
    }
}

.c-testimonials-slider--bg-image .c-slider-quote .c-quote-content__author .c-slider-item__content__title, .c-testimonials-slider--bg-image .c-slider-quote .c-quote-content__author p, .c-testimonials-slider--bg-image .c-slider-quote .c-quote-content__text .c-slider-item__content__title, .c-testimonials-slider--bg-image .c-slider-quote .c-quote-content__text p {
    font-size: 16px;
    color: #fff
}

.c-testimonials-slider--bg-image .slider-wrapper .owl-theme .custom-nav .owl-prev {
    width: 45px;
    height: 45px;
    left: 20px;
    background-size: 45px 45px
}

.c-testimonials-slider--bg-image .slider-wrapper .owl-theme .custom-nav .owl-prev:hover {
    background-size: 45px 45px
}

.c-testimonials-slider--bg-image .slider-wrapper .owl-theme .custom-nav .owl-next {
    width: 45px;
    height: 45px;
    right: 20px;
    background-size: 45px 45px
}

.c-testimonials-slider--bg-image .slider-wrapper .owl-theme .custom-nav .owl-next:hover {
    background-size: 45px 45px
}

.c-slider {
    padding: 100px 80px
}

@media (max-width: 799px) {
    .c-slider {
        padding: 40px
    }
}

.c-slider__title {
    width: 100%;
    margin-bottom: 45px;
    text-align: center
}

.c-slider__title h1, .c-slider__title h2, .c-slider__title h3, .c-slider__title h4, .c-slider__title h5, .c-slider__title h6 {
    color: var(--font-color-primary)
}

.c-slider__items {
    position: relative;
    display: inline-block;
    width: 100%
}

.c-slider__items:not(.owl-loaded) + div, .c-slider__items:not(.owl-loaded) .c-slider-item {
    display: none
}

.c-slider__items:not(.owl-loaded) .c-slider-item:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slider-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 0
}

.slider-wrapper .owl-carousel {
    z-index: 0
}

.slider-wrapper .owl-theme .owl-carousel, .slider-wrapper .owl-theme .owl-stage, .slider-wrapper .owl-theme .owl-stage-outer {
    height: 100%
}

.slider-wrapper .owl-theme .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.slider-wrapper .owl-theme .custom-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider-wrapper .owl-theme .custom-nav .owl-next, .slider-wrapper .owl-theme .custom-nav .owl-prev {
    position: absolute;
    width: 120px;
    height: 120px;
    color: inherit;
    border: none;
    z-index: 100;
    opacity: .75;
    background-color: transparent;
    background-size: 120px 120px;
    -webkit-transition: opacity 625ms cubic-bezier(.25, .46, .45, .94);
    transition: opacity 625ms cubic-bezier(.25, .46, .45, .94)
}
.c-case-studies-slider .slider-wrapper .owl-theme .custom-nav .owl-prev,
.c-case-studies-slider .slider-wrapper .owl-theme .custom-nav .owl-prev:hover {
    background-image: url('../images/case-studies-arrow-left.png');
}
.c-case-studies-slider .slider-wrapper .owl-theme .custom-nav .owl-next:hover,
.c-case-studies-slider .slider-wrapper .owl-theme .custom-nav .owl-prev:hover {
    background-size: 120px 120px;
}
.slider-wrapper .owl-theme .custom-nav .owl-prev {
    left: -30px;
    background-image: url(./16727236e8f114f75f8124e257bc7a7b.png)
}

.slider-wrapper .owl-theme .custom-nav .owl-prev:hover {
    opacity: 1;
    background-image: url(./16727236e8f114f75f8124e257bc7a7b.png);
    background-size: 60px 60px;
    background-color: transparent
}

.c-case-studies-slider .slider-wrapper .owl-theme .custom-nav .owl-next,
.c-case-studies-slider .slider-wrapper .owl-theme .custom-nav .owl-next:hover {
    background-image: url('../images/case-studies-arrow-right.png');
}

.slider-wrapper .owl-theme .custom-nav .owl-next {
    right: -30px;
    background-image: url(./e3f5b97242b11d64d96c82084500e0c6.png)
}

.slider-wrapper .owl-theme .custom-nav .owl-next:hover {
    opacity: 1;
    background-image: url(./e3f5b97242b11d64d96c82084500e0c6.png);
    background-size: 60px 60px;
    background-color: transparent
}

.c-slider-quote {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 90px
}

@media (max-width: 1079px) {
    .c-slider-quote {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 799px) {
    .c-slider-quote {
        padding: 0
    }
}

.c-slider-quote__image {
    min-width: 300px;
    width: 300px;
    height: 300px;
    text-align: center
}

@media (max-width: 1079px) {
    .c-slider-quote__image {
        margin-bottom: 30px
    }
}

@media (max-width: 799px) {
    .c-slider-quote__image {
        min-width: 200px;
        width: 200px;
        height: 200px
    }
}

.c-slider-quote__image img {
    width: 300px;
    height: 300px
}

@media (max-width: 799px) {
    .c-slider-quote__image img {
        width: 200px;
        height: 200px
    }
}

.c-slider-quote__image--employees-slider {
    min-width: 300px;
    width: 300px;
    height: 350px;
    text-align: center
}

@media (max-width: 1079px) {
    .c-slider-quote__image--employees-slider {
        margin-bottom: 30px
    }
}

.c-slider-quote__body {
    margin: 0 40px
}

@media (max-width: 799px) {
    .c-slider-quote__body {
        margin: 0
    }
}

.c-testimonials-slider--image .c-slider-quote__body {
    margin: 50px 0 0 75px
}

@media (max-width: 799px) {
    .c-testimonials-slider--image .c-slider-quote__body {
        margin: 50px 0 0
    }
}

.c-testimonials-slider--wave.c-testimonials-slider--image .c-slider-quote__body {
    margin: 0
}

@media (max-width: 799px) {
    .c-testimonials-slider--wave.c-testimonials-slider--image .c-slider-quote__body {
        margin: 0
    }
}

.c-testimonials-slider--wave .c-slider-quote__image {
    min-width: 160px;
    width: 160px;
    height: 160px;
    text-align: center
}

@media (max-width: 1079px) {
    .c-testimonials-slider--wave .c-slider-quote__image {
        margin-bottom: 30px
    }
}

@media (max-width: 799px) {
    .c-testimonials-slider--wave .c-slider-quote__image {
        min-width: 160px;
        width: 160px;
        height: 160px
    }
}

.c-testimonials-slider--wave .c-slider-quote__image img {
    width: 160px;
    height: 160px
}

@media (max-width: 799px) {
    .c-testimonials-slider--wave .c-slider-quote__image img {
        width: 160px;
        height: 160px
    }
}

.c-slider-quote.c-video {
    padding: 0
}

.c-slider-quote.c-video, .c-tabs-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-tabs-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.c-tabs-header__heading {
    display: block;
    text-align: center;
    margin: 0 auto
}

.c-tabs-header__heading h1, .c-tabs-header__heading h2, .c-tabs-header__heading h3, .c-tabs-header__heading h4, .c-tabs-header__heading h5, .c-tabs-header__heading h6 {
    color: var(--font-color-primary)
}

.c-tabs-header__heading .c-slider-item__content__title, .c-tabs-header__heading p {
    margin-bottom: 40px
}

.c-tabs-header__btn-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-tab__content {
    max-width: 1080px;
    margin: 0 auto
}

.c-tab__content__sections__text .grid--100 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 767px) {
    .c-tab__content__sections__text .grid--100 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-tab__content__sections__text .grid--100 .grid--50 {
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 767px) {
    .c-tab__content__sections__text .grid--100 .grid--50 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .c-tab__content__sections__text .grid--100 .grid--50 img {
        width: 100%;
        height: 100%
    }
}

.c-tab__content__sections__text .grid--100 .grid--50 h1, .c-tab__content__sections__text .grid--100 .grid--50 h2, .c-tab__content__sections__text .grid--100 .grid--50 h3, .c-tab__content__sections__text .grid--100 .grid--50 h4, .c-tab__content__sections__text .grid--100 .grid--50 h5, .c-tab__content__sections__text .grid--100 .grid--50 h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4em;
    color: var(--font-color-primary);
    margin-bottom: 12px
}

.c-tab__content__sections__text .grid--100 .grid--50 .c-slider-item__content__title, .c-tab__content__sections__text .grid--100 .grid--50 p {
    font-size: 14px
}

.c-tab__content__sections__text-light-blue {
    background: var(--color-secondary-one);
    color: var(--font-color-primary);
    padding: 10px 20px;
    margin-bottom: 20px
}

.c-tab__content__sections__text-light-blue .c-slider-item__content__title, .c-tab__content__sections__text-light-blue p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: var(--font-color-primary);
    margin-bottom: 0
}

.c-tab__content__sections__text-dark-blue {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    background: var(--color-primary-two);
    padding: 22px 0;
    text-align: center
}

.c-tab__content__sections__text-dark-blue .c-slider-item__content__title, .c-tab__content__sections__text-dark-blue p {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0
}

.c-tab-content__hero-notes__note {
    max-width: 800px;
    margin: 40px auto 30px
}

.c-tab-content__sections {
    width: 100%
}

.c-tabs {
    margin: 0;
    padding: 0
}

.c-tabs__header {
    padding-top: 80px
}

.c-tabs__btn, .c-tabs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-tabs__btn {
    position: relative;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--font-color-secondary);
    border-radius: 3px;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    background-color: #fff;
    color: var(--font-color-secondary);
    width: 100%;
    height: 90px;
    vertical-align: middle;
    text-decoration: none;
    margin: 0 10px;
    text-align: center;
    word-break: keep-all
}

@media (max-width: 799px) {
    .c-tabs__btn {
        width: calc(33.33% - 20px);
        font-size: 14px;
        padding: 8px;
        margin: 0;
        word-break: keep-all
    }
}

@media (max-width: 639px) {
    .c-tabs__btn {
        font-size: 12px;
        word-break: keep-all
    }
}

.c-tabs__btn:hover {
    cursor: pointer;
    color: #fff;
    background-color: var(--color-primary-two);
}

.c-tabs .js--active, .c-tabs__btn-selected a:hover, .c-tabs__btn:hover, .c-tabs a:active, .c-tabs a:focus {
    text-decoration: none
}

.c-tabs .js--active {
    color: #fff;
    background-color: var(--color-primary-two);
}

.c-tabs .js--active:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    content: "";
    height: 0;
    width: 0;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-top: 19px solid var(--color-primary-two);
    bottom: -19px;
    display: inline
}

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

.hidden {
    display: none
}

.c-intro-text-bgimage {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 515px;
    background-size: cover;
    background-position: top
}

@media (max-width: 799px) {
    .c-intro-text-bgimage {
        height: auto
    }
}

.c-intro-text-bgimage.c-withAnimation.o-container {
    max-width: 1724px;
    position: relative;
    padding: 0 80px;
}

@media screen and (max-width: 1375px) {
    .c-intro-text-bgimage.c-withAnimation.o-container {
        padding: 0 20px;
    }
}

.layers-container.right {
    order: 1;
}

.c-intro-text-bgimage--fullwidth {
    width: 100%;
    height: 622px;
}

.c-intro-text-bgimage--fullwidth.c-withAnimation {
    width: 100%;
    height: initial;
}

.c-withAnimation .c-intro-text-bgimage__text h3 {
    margin-bottom: 15px;
}

.c-withAnimation .c-intro-text-bgimage__text h1 {
    margin-bottom: 40px;
}

.c-intro-text-bgimage-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.c-intro-text-bgimage__text {
    width: 100%;
}

.c-intro-text-bgimage__text h1, .c-intro-text-bgimage__text h2 {
    font-size: 40px;
    color: #fff
}

.c-intro-text-bgimage__box.transparent {
    background-color: transparent;
}

@media screen and (min-width: 800px) {
    .c-intro-text-bgimage__box.transparent {
        padding-left: 90px;
    }
}

.c-intro-text-bgimage__box.white {
    background-color: #FFF;
    width: 550px;
}

.c-intro-text-bgimage__box.right {
    right: 0;
}

.c-intro-text-bgimage__box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 680px;
    padding: 40px;
    background-color: var(--color-primary-one);
}

.c-text-blue-images-bg .btn--primary,
.c-intro-text-bgimage__box:not(.transparent):not(.white) .btn--primary {
    background-color: var(--color-primary-four);
    border-color: var(--color-primary-four);
    color: var(--color-primary-one);
}

.c-text-blue-images-bg .btn--primary:hover,
.c-text-blue-images-bg .btn--primary:active,
.c-text-blue-images-bg .btn--primary:focus,
.c-intro-text-bgimage__box:not(.transparent):not(.white) .btn--primary:hover,
.c-intro-text-bgimage__box:not(.transparent):not(.white) .btn--primary:active,
.c-intro-text-bgimage__box:not(.transparent):not(.white) .btn--primary:focus {
    background-color: var(--color-primary-four);
    border-color: var(--color-primary-four);
}

.c-text-blue-images-bg .btn--primary:nth-of-type(2),
.c-intro-text-bgimage__box:not(.transparent):not(.white) .btn--primary:nth-of-type(2) {
    background-color: var(--color-primary-one);
    border-color: var(--color-primary-four);
    color: var(--color-primary-four);
}

.c-text-blue-images-bg .btn--primary:nth-of-type(2):hover,
.c-text-blue-images-bg .btn--primary:nth-of-type(2):active,
.c-text-blue-images-bg .btn--primary:nth-of-type(2):focus,
.c-intro-text-bgimage__box:not(.transparent):not(.white) .btn--primary:nth-of-type(2):hover,
.c-intro-text-bgimage__box:not(.transparent):not(.white) .btn--primary:nth-of-type(2):active,
.c-intro-text-bgimage__box:not(.transparent):not(.white) .btn--primary:nth-of-type(2):focus {
    background-color: var(--color-primary-four);
    border-color: var(--color-primary-four);
    color: var(--color-primary-one);
}

@media (max-width: 799px) {
    .c-intro-text-bgimage__box {
        position: relative;
        width: 100%;
        padding: 20px;
        bottom: 0;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        text-align: center
    }
}

@media screen and (min-width: 800px) {
    .c-intro-text-bgimage__box.white {
        margin-left: 130px;
    }
}

.c-intro-text-bgimage__box h1, .c-intro-text-bgimage__box h2 {
    font-size: 36px;
    font-weight: 500;
}

.c-intro-text-bgimage__box:not(.transparent):not(.white) h1,
.c-intro-text-bgimage__box:not(.transparent):not(.white) h2,
.c-intro-text-bgimage__box:not(.transparent):not(.white) h3,
.c-intro-text-bgimage__box:not(.transparent):not(.white) h4,
.c-intro-text-bgimage__box:not(.transparent):not(.white) h5,
.c-intro-text-bgimage__box:not(.transparent):not(.white) h6,
.c-intro-text-bgimage__box:not(.transparent):not(.white) .c-slider-item__content__title,
.c-intro-text-bgimage__box:not(.transparent):not(.white) p {
    color: #fff
}

.c-intro-text-bgimage__box h3 {
    margin-bottom: 15px;
}

.c-intro-text-bgimage__box h3, .c-intro-text-bgimage__box h4, .c-intro-text-bgimage__box h5, .c-intro-text-bgimage__box h6 {
    font-weight: 400;
}

.c-intro-text-bgimage--fullwidth.c-withAnimation .btn,
.c-intro-text-bgimage__box .btn {
    margin-top: 30px
}

.c-intro-text-bgimage__box h3 + .btn,
.c-intro-text-bgimage__box h3 + .btn + .btn {
    margin-top: 15px;
}

@media (max-width: 799px) {
    .c-intro-text-bgimage__box .btn {
        margin-top: 12px
    }
}

.c-intro-text-bgimage.o-container {
    padding-left: 0
}

@media (max-width: 799px) {
    .c-intro-text-bgimage.o-container {
        padding-right: 0;
        background-position: left;
        background-size: auto;
    }
}

@media (max-width: 799px) {
    .c-intro-text-bgimage--fullwidth.o-container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 1079px) {
    .c-intro-text-bgimage--fullwidth {
        height: 400px
    }
    .c-intro-text-bgimage--fullwidth.c-withAnimation {
        height: initial;
    }
}

@media (max-width: 799px) {
    .c-intro-text-bgimage--fullwidth {
        height: 300px
    }
}

@media (max-width: 799px) {
    .c-intro-text-bgimage--fullwidth .c-intro-text-bgimage__text h1, .c-intro-text-bgimage--fullwidth .c-intro-text-bgimage__text h2 {
        font-size: 30px
    }
}

@media (max-width: 1079px) {
    .c-intro-text-bgimage.c-video {
        padding: 40px 0
    }
}

@media (max-width: 799px) {
    .c-intro-text-bgimage.c-video {
        padding-bottom: 0
    }
}

@media (max-width: 1079px) {
    .c-intro-text-bgimage.c-video .c-video__player {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (max-width: 799px) {
    .c-intro-text-bgimage.c-video .c-video__player__heading h1, .c-intro-text-bgimage.c-video .c-video__player__heading h2 {
        font-size: 30px
    }
}

.c-line-separator {
    width: 100%;
    height: 1px;
    background-color: #b2b6b6
}

.c-text-image-text {
    width: 100%
}

.c-text-image-text__title {
    width: 100%;
    margin-bottom: 45px;
    text-align: center
}

.c-text-image-text__title h1, .c-text-image-text__title h2, .c-text-image-text__title h3, .c-text-image-text__title h4, .c-text-image-text__title h5, .c-text-image-text__title h6 {
    color: var(--font-color-primary)
}

.c-text-image-text__title .c-slider-item__content__title:last-of-type, .c-text-image-text__title p:last-of-type {
    margin-bottom: 0
}

.c-text-image-text__columns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 639px) {
    .c-text-image-text__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.c-text-image-text__columns__image {
    width: 35%;
    height: auto;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

@media (max-width: 799px) {
    .c-text-image-text__columns__image {
        width: 50%
    }
}

@media (max-width: 639px) {
    .c-text-image-text__columns__image {
        width: 90%;
        margin-right: auto;
        margin-left: auto
    }
}

.c-text-image-text__columns__image img {
    max-width: 100%;
    height: auto
}

.c-text-image-text__columns__text {
    width: 40%;
    margin-left: 30px
}

@media (max-width: 639px) {
    .c-text-image-text__columns__text {
        width: 100%;
        margin-left: 0;
        text-align: left
    }
}

.c-text-image-text__columns__text h1, .c-text-image-text__columns__text h2, .c-text-image-text__columns__text h3, .c-text-image-text__columns__text h4, .c-text-image-text__columns__text h5, .c-text-image-text__columns__text h6 {
    margin-bottom: 12px
}

.c-text-image-text__columns__text .c-slider-item__content__title + h3, .c-text-image-text__columns__text p + h3 {
    margin-top: 30px
}

.c-text-image-text__columns__text ul {
    padding-left: 20px;
    list-style: disc inside;
    text-indent: -1.5em
}

.c-text-image-text__columns__text li {
    margin-bottom: 1em;
    line-height: 1.5em
}

.c-text-image-text__columns__text .btn {
    margin-top: 15px;
    margin-bottom: 30px
}

.c-text-image-text--light-blue {
    background-color: var(--color-secondary-one);
}

.c-text-image-text--light-blue .c-text-image-text__columns__image {
    height: 360px
}

.c-text-image-text--light-blue .c-text-image-text__columns__text {
    margin-top: 20px
}

.c-text-image-text--landing-standart {
    padding: 50px 60px 60px;
    margin-top: 30px;
    background: #fff
}

@media (max-width: 799px) {
    .c-text-image-text--landing-standart {
        padding: 50px 20px
    }
}

.c-text-image-text--landing-standart .c-text-image-text__title h1, .c-text-image-text--landing-standart .c-text-image-text__title h2, .c-text-image-text--landing-standart .c-text-image-text__title h3, .c-text-image-text--landing-standart .c-text-image-text__title h4, .c-text-image-text--landing-standart .c-text-image-text__title h5, .c-text-image-text--landing-standart .c-text-image-text__title h6 {
    font-family: var(--font-family-secondary);
    color: #1ba8b7;
    font-weight: 400
}

@media (max-width: 799px) {
    .c-text-image-text--landing-standart .c-text-image-text__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (max-width: 799px) {
    .c-text-image-text--landing-standart .c-text-image-text__columns__text {
        margin-top: 20px
    }
}

.c-text-image-text--landing-standart .c-text-image-text__columns__image {
    margin-bottom: 0;
    height: 220px
}

.c-text-image-text--landing-dropdown {
    padding: 50px 60px 0;
    margin-top: 30px;
    background: #fff
}

@media (max-width: 799px) {
    .c-text-image-text--landing-dropdown {
        padding: 50px 0 0
    }
}

.c-text-image-text--landing-dropdown .c-text-image-text__heading {
    text-align: center
}

.c-text-image-text--landing-dropdown .c-text-image-text__heading img {
    max-width: 50px;
    max-height: 50px;
    margin-bottom: 10px
}

@media (max-width: 799px) {
    .c-text-image-text--landing-dropdown .c-text-image-text__title {
        margin-bottom: 0;
        padding-left: 20px;
        padding-right: 20px
    }
}

.c-text-image-text--landing-dropdown .c-text-image-text__title h1, .c-text-image-text--landing-dropdown .c-text-image-text__title h2, .c-text-image-text--landing-dropdown .c-text-image-text__title h3, .c-text-image-text--landing-dropdown .c-text-image-text__title h4, .c-text-image-text--landing-dropdown .c-text-image-text__title h5, .c-text-image-text--landing-dropdown .c-text-image-text__title h6 {
    color: var(--font-color-primary);
    font-weight: 500
}

.c-text-image-text--landing-dropdown .c-text-image-text__columns {
    padding-bottom: 60px
}

@media (max-width: 799px) {
    .c-text-image-text--landing-dropdown .c-text-image-text__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 20px
    }
}

@media (max-width: 799px) {
    .c-text-image-text--landing-dropdown .c-text-image-text__columns__text {
        display: none
    }
}

.c-text-image-text--landing-dropdown .c-text-image-text__columns__text .text-title {
    color: var(--font-color-primary);
    font-weight: 500
}

.c-text-image-text--landing-dropdown .c-text-image-text__columns__image {
    margin-bottom: 0;
    height: 220px
}

.c-video {
    width: 100%;
    padding: 100px 0
}

.c-video.reduce-padding {
    padding: 60px 0;
}

.border-bottom {
    border-bottom: 2px solid #ebebeb;
}

@media (max-width: 799px) {
    .c-video {
        padding: 40px 20px;
    }
}

.heading-padding .c-video__heading {
    padding-bottom: 30px;
}

.c-video__heading {
    width: 100%;
    text-align: center
}

.c-video__heading h1, .c-video__heading h2, .c-video__heading h3 {
    margin-bottom: 12px
}

@media (max-width: 799px) {
    .c-video__heading h1, .c-video__heading h2, .c-video__heading h3 {
        font-size: 25px;
        line-height: 1.28em
    }
}

.c-video__player {
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

.c-video__player .play-button-wrapper {
    position: relative;
    display: block;
    width: 100%;
    max-width: 740px;
    height: 400px;
    margin: 0 auto;
    cursor: pointer;
    background-size: cover;
    background-position: 50%
}

@media (max-width: 799px) {
    .c-video__player .play-button-wrapper {
        height: 0;
        background-size: contain;
        background-repeat: no-repeat;
        padding-bottom: 54.05405%
    }
}

.c-video__player .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 88px;
    height: 88px;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(./play-button.png);
    background-size: 88px 88px;
    cursor: pointer;
    opacity: .8;
    -webkit-transition: .4s;
    transition: .4s
}

.c-video__player .play-button:hover {
    opacity: 1
}

.c-video__player__heading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding-bottom: 170px;
    text-align: center
}

.c-video__player__heading h1, .c-video__player__heading h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -.01em
}

.c-video__text {
    text-align: center
}

@media (max-width: 799px) {
    .c-video__text {
        padding: 0 20px
    }
}

.c-video__text blockquote {
    padding-right: 10px;
    padding-left: 10px
}

.c-video__testimonial {
    font-family: var(--font-family-secondary);
    width: 100%;
    max-width: 740px;
    margin-bottom: 30px
}

.c-video__testimonial p {
    font-family: var(--font-family-secondary);
    font-size: 22px;
}

.c-video__testimonial .c-slider-item__content__title, .c-video__testimonial p {
    font-weight: 500
}

.c-video__testimonial-author {
    color: #717171
}

.c-video--text {
    padding-left: 120px;
    padding-right: 120px
}

@media (max-width: 1079px) {
    .c-video--text {
        padding-left: 0;
        padding-right: 0
    }
}

.c-video--text .c-video__player, .c-video--text .c-video__text {
    width: 50%;
    padding: 0 20px;
    text-align: left
}

@media (max-width: 799px) {
    .c-video--text .c-video__player, .c-video--text .c-video__text {
        width: 100%
    }
}

.c-video--text .c-video__player h1, .c-video--text .c-video__player h2, .c-video--text .c-video__text h1, .c-video--text .c-video__text h2 {
    color: var(--font-color-primary);
    margin-bottom: 45px
}

.c-video--text .c-video__player .play-button-wrapper {
    max-width: 640px;
    max-height: 360px
}

.c-video--text-video-text {
    max-width: 1080px;
    margin: 30px auto 0
}

@media (max-width: 767px) {
    .c-video--text-video-text {
        margin: 15px auto 0
    }
}

.c-video--text-video-text .card__inner {
    width: 100%;
    padding: 50px 60px 60px;
    text-align: center
}

@media (max-width: 767px) {
    .c-video--text-video-text .card__inner {
        padding: 5px 6px 6px
    }
}

.c-video--text-video-text .card__inner h2 {
    text-align: center;
    color: var(--font-color-primary);
    margin-bottom: .25em
}

.c-video--text-video-text .card__inner__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 767px) {
    .c-video--text-video-text .card__inner__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.c-video--text-video-text .card__inner__content__video-section {
    margin-right: 3%
}

.c-video--text-video-text .card__inner__content__video-section .img--stories_lauren {
    position: relative;
    padding-bottom: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.c-video--text-video-text .card__inner__content__video-section .play-button {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(./play-button.png);
    background-repeat: no-repeat;
    background-size: 88px 88px;
    background-position: 50%;
    cursor: pointer;
    opacity: .8;
    -webkit-transition: .4s;
    transition: .4s
}

.c-video--text-video-text .card__inner__content__video-section .play-button:hover {
    opacity: 1
}

@media (max-width: 799px) {
    .c-video--text-video-text .card__inner__content__video-section {
        margin-bottom: 10px
    }
}

.c-video--text-video-text .card__inner__content__info-section .stories__text {
    text-align: left
}

.c-video--text-video-text .card__inner__content__info-section .stories__text .has-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-video--text-video-text .card__inner__content__info-section .stories__text .has-img img {
    width: 100%;
    height: auto
}

@media (max-width: 799px) {
    .c-video--text-video-text .card__inner__content__info-section .stories__text .has-img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.c-video--text-video-text .card__inner__content__info-section .stories__text blockquote {
    padding-left: 12px;
    margin: 0
}

.c-video--videos {
    max-width: 1080px;
    margin: 30px auto 0
}

@media (max-width: 799px) {
    .c-video--videos {
        margin: 0 auto
    }
}

.c-video--videos .card__inner {
    width: 100%;
    padding: 50px 60px 60px;
    text-align: center
}

@media (max-width: 799px) {
    .c-video--videos .card__inner {
        padding: 50px 0
    }
}

.c-video--videos .card__inner__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.c-video--videos .card__inner__header h1, .c-video--videos .card__inner__header h2, .c-video--videos .card__inner__header h3, .c-video--videos .card__inner__header h4, .c-video--videos .card__inner__header h5, .c-video--videos .card__inner__header h6 {
    color: var(--font-color-primary);
    margin-bottom: 1%
}

.c-video--videos .card__inner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px
}

@media (max-width: 799px) {
    .c-video--videos .card__inner__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.card__inner__content__stories-card {
    font-family: var(--font-family-secondary);
}

.c-video--videos .card__inner__content__stories-card {
    width: 31.33333%;
    margin-left: 0;
    border: 1px solid #e8e8e8;
    height: inherit
}

@media (max-width: 799px) {
    .c-video--videos .card__inner__content__stories-card {
        width: 100%;
        border: none;
        margin-bottom: 5%
    }
}

.c-video--videos .card__inner__content__stories-card:not(:last-child) {
    margin-right: 3%
}

@media (max-width: 799px) {
    .c-video--videos .card__inner__content__stories-card:not(:last-child) {
        margin-right: 0
    }
}

.c-video--videos .card__inner__content__stories-card__video-section {
    margin-bottom: 20px
}

.c-video--videos .card__inner__content__stories-card__video-section .img--stories_lauren {
    position: relative;
    width: 100%;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 56%
}

.c-video--videos .card__inner__content__stories-card__video-section .img--stories_lauren .play-button {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(./play-button.png);
    background-repeat: no-repeat;
    background-size: 88px 88px;
    background-position: 50%;
    cursor: pointer;
    opacity: .8;
    -webkit-transition: .4s;
    transition: .4s
}

.c-video--videos .card__inner__content__stories-card__video-section .img--stories_lauren .play-button:hover {
    opacity: 1
}

.c-video--videos .card__inner__content__stories-card h1, .c-video--videos .card__inner__content__stories-card h2, .c-video--videos .card__inner__content__stories-card h3, .c-video--videos .card__inner__content__stories-card h4, .c-video--videos .card__inner__content__stories-card h5, .c-video--videos .card__inner__content__stories-card h6 {
    margin-bottom: 1em
}

.c-video--videos .card__inner__content__stories-card blockquote {
    padding: 0;
    margin: 0
}

.c-video--blue, .c-video--fullwidth, .c-video--orange {
    width: 100%;
    padding: 0;
    margin-top: 30px;
    background: #ee783e
}

.c-video--blue .c-video__player, .c-video--fullwidth .c-video__player, .c-video--orange .c-video__player {
    margin-top: 0;
    margin-bottom: 0
}

.c-video--blue .c-video__player .play-button-wrapper, .c-video--fullwidth .c-video__player .play-button-wrapper, .c-video--orange .c-video__player .play-button-wrapper {
    max-width: 100%;
    height: 500px
}

@media (max-width: 799px) {
    .c-video--blue .c-video__player .play-button-wrapper, .c-video--fullwidth .c-video__player .play-button-wrapper, .c-video--orange .c-video__player .play-button-wrapper {
        height: 0;
        padding-bottom: 70%;
        background-size: cover
    }
}

.c-video--blue .c-video__text, .c-video--fullwidth .c-video__text, .c-video--orange .c-video__text {
    padding: 50px 200px
}

@media (max-width: 799px) {
    .c-video--blue .c-video__text, .c-video--fullwidth .c-video__text, .c-video--orange .c-video__text {
        padding: 20px
    }
}

.c-video--blue .c-video__text h1, .c-video--blue .c-video__text h2, .c-video--blue .c-video__text h3, .c-video--blue .c-video__text h4, .c-video--blue .c-video__text h5, .c-video--blue .c-video__text h6, .c-video--fullwidth .c-video__text h1, .c-video--fullwidth .c-video__text h2, .c-video--fullwidth .c-video__text h3, .c-video--fullwidth .c-video__text h4, .c-video--fullwidth .c-video__text h5, .c-video--fullwidth .c-video__text h6, .c-video--orange .c-video__text h1, .c-video--orange .c-video__text h2, .c-video--orange .c-video__text h3, .c-video--orange .c-video__text h4, .c-video--orange .c-video__text h5, .c-video--orange .c-video__text h6 {
    font-family: var(--font-family-secondary);
    color: #fff;
    font-weight: 400
}

.c-video--blue .c-video__text .c-slider-item__content__title, .c-video--blue .c-video__text p, .c-video--fullwidth .c-video__text .c-slider-item__content__title, .c-video--fullwidth .c-video__text p, .c-video--orange .c-video__text .c-slider-item__content__title, .c-video--orange .c-video__text p {
    color: #fff
}

.c-video--blue {
    background: #1ba8b7
}

.c-video--blue .c-video__text .c-slider-item__content__title, .c-video--blue .c-video__text p {
    font-family: var(--font-family-secondary);
    font-size: 32px;
    color: #fff;
    font-weight: 400
}

@media (max-width: 799px) {
    .c-video--blue .c-video__text .c-slider-item__content__title, .c-video--blue .c-video__text p {
        font-size: 25px
    }
}

.c-video--fullwidth {
    position: relative;
    height: 576px;
    min-height: 300px
}

@media (max-width: 799px) {
    .c-video--fullwidth {
        height: 400px
    }
}

@media (max-width: 639px) {
    .c-video--fullwidth {
        height: 250px;
        min-height: 250px
    }
}

.c-video--fullwidth .c-video__player .play-button-wrapper {
    height: 100%
}

@media (max-width: 799px) {
    .c-video--fullwidth .c-video__player .play-button-wrapper {
        padding-bottom: 0
    }
}

.c-video--fullwidth .c-video__player {
    height: 100%
}

.c-video--fullwidth .c-video__text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--color-primary-one);
}

.c-video--fullwidth .c-video__text h1, .c-video--fullwidth .c-video__text h2, .c-video--fullwidth .c-video__text h3, .c-video--fullwidth .c-video__text h4, .c-video--fullwidth .c-video__text h5, .c-video--fullwidth .c-video__text h6 {
    font-family: var(--font-family-primary)
}

.video_description {
    min-height: 150px;
    text-align: center;
    background-color: var(--color-primary-one);
    opacity: .9;
    max-width: 740px;
    margin: 0 auto;
    padding: 20px
}

.video_description .c-slider-item__content__title, .video_description p {
    color: #fff;
    font-weight: 500;
    font-size: 18px
}

.page-template-landing-nav .c-video--landing-accordions {
    padding: 50px 60px 60px;
    margin-top: 30px;
    background: #fff;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 799px) {
    .page-template-landing-nav .c-video--landing-accordions {
        padding: 50px 20px
    }
}

.page-template-landing-nav .c-video--landing-accordions .c-video__heading {
    max-width: 700px;
    margin: 0 auto
}

.page-template-landing-nav .c-video--landing-accordions .tab-label:after {
    color: #b2b6b6;
    margin-left: 20px
}

.c-boxes-blue-bg {
    width: 100%;
    padding: 100px 0 55px;
    background-color: var(--color-secondary-one);
}

@media (max-width: 799px) {
    .c-boxes-blue-bg {
        padding: 40px 0
    }
}

.c-boxes-blue-bg__heading {
    width: 100%;
    text-align: center
}

.c-boxes-blue-bg__heading h1, .c-boxes-blue-bg__heading h2, .c-boxes-blue-bg__heading h3 {
    color: var(--font-color-primary);
    margin-bottom: 12px
}

@media (max-width: 799px) {
    .c-boxes-blue-bg__heading h1, .c-boxes-blue-bg__heading h2, .c-boxes-blue-bg__heading h3 {
        font-size: 25px;
        line-height: 1.28em
    }
}

.c-boxes-blue-bg__heading .c-slider-item__content__title, .c-boxes-blue-bg__heading p {
    padding: 0 30px
}

@media (max-width: 799px) {
    .c-boxes-blue-bg__heading .c-slider-item__content__title, .c-boxes-blue-bg__heading p {
        padding: 0
    }
}

.c-boxes-blue-bg__heading .c-slider-item__content__title:last-of-type, .c-boxes-blue-bg__heading p:last-of-type {
    margin-bottom: 0
}

.c-tiles--dark + .c-boxes-blue-bg {
    max-width: 1440px;
    margin: 0 auto
}

.c-content-boxes {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
    text-align: center
}

.c-content-boxes__item {
    display: inline-block;
    width: calc(50% - 6px);
    margin-bottom: 45px;
    padding: 30px 42.5px 50px;
    background: #fff
}

@media (max-width: 799px) {
    .c-content-boxes__item {
        width: 100%
    }
}

@media (max-width: 799px) {
    .c-content-boxes__item .c-slider-item__content__title, .c-content-boxes__item p {
        font-size: 12px;
        line-height: 1.83333em
    }
}

.c-content-boxes__item .c-slider-item__content__title:first-of-type, .c-content-boxes__item p:first-of-type {
    font-size: 16px;
    margin-bottom: 12px
}

.c-text-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.c-text-image__image {
    width: 35%;
    background-size: contain;
    background-repeat: no-repeat
}

@media (max-width: 799px) {
    .c-text-image__image {
        width: 70%;
        margin: 0 auto;
        background-position: 50%
    }
}

@media (max-width: 639px) {
    .c-text-image__image {
        width: 90%
    }
}

.c-text-image__image img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 100%;
    height: auto
}

@media (max-width: 799px) {
    .c-text-image__image img {
        max-width: 100%;
        height: auto;
        background-size: contain;
        background-repeat: no-repeat
    }
}

.c-text-image__content {
    width: 55%
}

@media (max-width: 799px) {
    .c-text-image__content {
        width: 100%;
        margin-top: 20px;
        text-align: center
    }
}

.c-text-image__content h1, .c-text-image__content h2 {
    font-weight: 500;
    color: var(--font-color-primary)
}

@media (max-width: 799px) {
    .c-text-image__content h1, .c-text-image__content h2 {
        text-align: center
    }
}

.c-text-image__content h1:last-of-type, .c-text-image__content h2:last-of-type {
    margin-bottom: 45px
}

.c-text-image--wide .c-text-image__content h2:last-of-type {
    margin-bottom: 25px;
}

.c-text-image__content h3:last-of-type, .c-text-image__content h4:last-of-type, .c-text-image__content h5:last-of-type, .c-text-image__content h6:last-of-type {
    margin-bottom: 20px
}

.c-text-image__content .c-slider-item__content__title:first-of-type, .c-text-image__content p:first-of-type {
    margin-top: 0
}

.c-text-image__content .has-img.c-slider-item__content__title, .c-text-image__content p.has-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.c-text-image__content .has-img.c-slider-item__content__title img, .c-text-image__content p.has-img img {
    display: inline-block;
    margin: 20px 10px
}

.c-text-image__content ul {
    list-style: disc outside;
    margin-left: 18px
}

.c-text-image__content li {
    margin-bottom: 1em;
    line-height: 1.5em
}

.c-text-image__content .btn {
    margin-top: 30px
}

.c-text-image--wide {
    padding: 50px 0
}

@media (max-width: 799px) {
    .c-text-image--wide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 40px 0
    }
}

.c-text-image--wide .c-text-image__content {
    padding: 0 20px
}

@media (max-width: 799px) {
    .c-text-image--wide .c-text-image__content {
        margin-top: 0;
        text-align: center
    }
}

@media (max-width: 799px) {
    .c-text-image--wide .c-text-image__image {
        margin-bottom: 0
    }
}

.c-text-image--landing {
    padding: 50px 60px 60px;
    margin-top: 30px;
    background: #fff;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 799px) {
    .c-text-image--landing {
        padding: 50px 20px
    }
}

.c-text-image--landing h1, .c-text-image--landing h2, .c-text-image--landing h3 {
    font-family: var(--font-family-secondary);
    color: #1ba8b7;
    font-weight: 400
}

.c-text-image--landing h4, .c-text-image--landing h5 {
    font-size: 18px;
    line-height: 1.44em;
    color: #20536c
}

.c-text-image--landing .c-text-image__image img {
    width: 70%;
    height: auto
}

@media (max-width: 799px) {
    .c-text-image--landing .c-text-image__image img {
        height: auto;
        width: auto
    }
}

@media (max-width: 799px) {
    .c-text-image--landing .c-text-image__content {
        text-align: left
    }
}

.page-template-landing-nav .c-text-image__content h1, .page-template-landing-nav .c-text-image__content h2, .page-template-landing-nav .c-text-image__content h3 {
    font-family: var(--font-family-primary);
    color: var(--font-color-primary);
    font-weight: 500
}

.c-members {
    width: 100%
}

.c-members__heading {
    width: 100%;
    text-align: center
}

.c-members__heading h1, .c-members__heading h2, .c-members__heading h3 {
    color: var(--font-color-primary);
    margin-bottom: 12px
}

@media (max-width: 799px) {
    .c-members__heading h1, .c-members__heading h2, .c-members__heading h3 {
        font-size: 25px;
        line-height: 1.28em
    }
}

.c-members__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.c-member {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
    padding: 25px 40px;
    text-align: center
}

@media (max-width: 799px) {
    .c-member {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 25px 0
    }
}

.c-member:nth-of-type(3n+1) {
    clear: left;
    padding-left: 0
}

.c-member:nth-of-type(3n+3) {
    padding-right: 0
}

.c-member__image, .c-member__title {
    margin-bottom: 12px
}

.c-member__title {
    font-size: 18px;
    font-weight: 500
}

.c-member.last-member {
    margin: 0 auto;
    padding-bottom: 0
}

.c-small-text-gray-bg {
    width: 100%;
    background: #f5f5f5
}

.c-small-text-gray-bg__content {
    max-width: 1080px;
    margin: 0 auto
}

[id^=ref_] {
    font-family: var(--font-family-secondary);
}

@media (max-width: 799px) {
    .c-small-text-gray-bg__content {
        max-width: 100%
    }
}

.c-small-text-gray-bg__content .text {
    padding: 30px 0
}

.c-small-text-gray-bg__content .c-slider-item__content__title, .c-small-text-gray-bg__content p {
    font-size: 14px;
    line-height: 1.42857em
}

.c-small-text-gray-bg__content h4, .c-small-text-gray-bg__content h5 {
    line-height: 1.5em;
    font-weight: 500;
    color: #4a4a4a
}

.c-small-text-gray-bg__content div {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #4a4a4a
}

.c-small-text-gray-bg + .c-line-separator-container {
    background-color: #f5f5f5
}

.c-small-text-gray-bg + .c-line-separator-container .c-line-separator {
    max-width: 1080px
}

.c-text-text-image {
    width: 100%
}

.c-text-text-image__title {
    width: 100%;
    margin-bottom: 45px;
    text-align: center
}

.c-text-text-image__title h1, .c-text-text-image__title h2, .c-text-text-image__title h3, .c-text-text-image__title h4, .c-text-text-image__title h5, .c-text-text-image__title h6 {
    color: var(--font-color-primary)
}

@media (max-width: 799px) {
    .c-text-text-image__title h1, .c-text-text-image__title h2, .c-text-text-image__title h3, .c-text-text-image__title h4, .c-text-text-image__title h5, .c-text-text-image__title h6 {
        font-size: 25px;
        line-height: 1.28em
    }
}

.c-text-text-image__title .c-slider-item__content__title:last-of-type, .c-text-text-image__title p:last-of-type {
    margin-bottom: 0
}

.c-text-text-image__columns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 639px) {
    .c-text-text-image__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center
    }
}

.c-text-text-image__columns__image {
    width: 35%;
    height: auto;
    text-align: center
}

@media (max-width: 799px) {
    .c-text-text-image__columns__image {
        width: 50%
    }
}

@media (max-width: 639px) {
    .c-text-text-image__columns__image {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }
}

.c-text-text-image__columns__image img {
    max-width: 100%;
    height: auto
}

.c-text-text-image__columns__text {
    width: 55%;
    margin-left: 30px
}

@media (max-width: 639px) {
    .c-text-text-image__columns__text {
        width: 100%;
        margin-left: 0;
        margin-top: 20px
    }
}

.c-text-text-image__columns__text h1, .c-text-text-image__columns__text h2 {
    color: var(--font-color-primary)
}

.c-text-text-image__columns__text h1, .c-text-text-image__columns__text h2, .c-text-text-image__columns__text h4, .c-text-text-image__columns__text h5, .c-text-text-image__columns__text h6 {
    margin-bottom: 45px
}

.c-text-text-image__columns__text h1:nth-of-type(2), .c-text-text-image__columns__text h2:nth-of-type(2), .c-text-text-image__columns__text h3:nth-of-type(2), .c-text-text-image__columns__text h4:nth-of-type(2), .c-text-text-image__columns__text h5:nth-of-type(2), .c-text-text-image__columns__text h6:nth-of-type(2) {
    margin-top: 30px
}

.c-text-text-image__columns__text ul {
    list-style: disc outside;
    margin-left: 18px
}

.c-text-text-image__columns__text li {
    margin-bottom: 1em;
    line-height: 1.5em
}

.c-slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 0 110px
}

@media (max-width: 1079px) {
    .c-slider-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 799px) {
    .c-slider-item {
        padding: 0
    }
}

.c-slider-item__media {
    margin-right: 75px;
    text-align: center
}

@media (max-width: 1079px) {
    .c-slider-item__media {
        width: 100%;
        margin: 0 auto
    }
}

.c-slider-item__media > div:first-of-type {
    width: 300px;
    height: 300px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto
}

@media (max-width: 767px) {
    .c-slider-item__media > div:first-of-type {
        max-width: 100%
    }
}

@media (max-width: 1079px) {
    .c-slider-item__content {
        margin-top: 20px
    }
}

.c-slider-item__content__title {
    font-weight: 500
}

.c-slider-item__content__text .c-slider-item__content__title, .c-slider-item__content__text p {
    font-size: 24px;
    line-height: 1.5em;
    color: var(--font-color-primary);
    margin-top: 18px
}

@media (max-width: 1079px) {
    .c-slider-item__content__text .c-slider-item__content__title, .c-slider-item__content__text p {
        font-size: 20px;
        line-height: 1.6em
    }
}

.c-quote-content__text .c-slider-item__content__title, .c-quote-content__text h1, .c-quote-content__text h2, .c-quote-content__text h3, .c-quote-content__text h4, .c-quote-content__text p {
    font-size: 30px;
    font-weight: 500;
    color: #fff
}

.c-quote-content__text p {
    font-family: var(--font-family-secondary);
}

@media (max-width: 1079px) {
    .c-quote-content__text .c-slider-item__content__title, .c-quote-content__text h1, .c-quote-content__text h2, .c-quote-content__text h3, .c-quote-content__text h4, .c-quote-content__text p {
        font-size: 25px;
        line-height: 1.28em
    }
}

@media (max-width: 1079px) {
    .c-quote-content__text blockquote {
        margin: 0
    }
}

.c-quote-content__author {
    margin-top: 45px
}

.c-quote-content__author .c-slider-item__content__title, .c-quote-content__author p {
    color: #fff
}

@media (max-width: 1079px) {
    .c-quote-content__author .c-slider-item__content__title, .c-quote-content__author p {
        font-size: 14px;
        line-height: 1.71429em
    }
}

.c-quote-content__author strong {
    font-weight: 500
}

.c-quote-content__author a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer
}

.c-testimonials-slider--image .c-quote-content__author .c-slider-item__content__title, .c-testimonials-slider--image .c-quote-content__author a, .c-testimonials-slider--image .c-quote-content__author h1, .c-testimonials-slider--image .c-quote-content__author h2, .c-testimonials-slider--image .c-quote-content__author h3, .c-testimonials-slider--image .c-quote-content__author h4, .c-testimonials-slider--image .c-quote-content__author p, .c-testimonials-slider--image .c-quote-content__text .c-slider-item__content__title, .c-testimonials-slider--image .c-quote-content__text a, .c-testimonials-slider--image .c-quote-content__text h1, .c-testimonials-slider--image .c-quote-content__text h2, .c-testimonials-slider--image .c-quote-content__text h3, .c-testimonials-slider--image .c-quote-content__text h4, .c-testimonials-slider--image .c-quote-content__text p {
    color: var(--font-color-primary)
}

.c-testimonials-slider--image .c-quote-content__heading {
    font-weight: 500;
    line-height: 1.625em;
    color: var(--font-color-primary);
    text-align: left
}

.c-testimonials-slider--image .c-quote-content__text .c-slider-item__content__title, .c-testimonials-slider--image .c-quote-content__text p {
    font-family: var(--font-family-secondary);
    font-size: 24px;
    line-height: 1.5em;
    color: var(--font-color-primary);
    margin-top: 18px;
    text-align: left
}

.c-testimonials-slider--image .c-quote-content__author {
    margin-top: 10px
}

.c-testimonials-slider--image .c-quote-content__author .c-slider-item__content__title, .c-testimonials-slider--image .c-quote-content__author p {
    font-size: 14px;
    line-height: 1.42857em;
    text-align: right
}

.c-testimonials-slider--wave.c-testimonials-slider--image .c-quote-content__heading {
    margin-left: 40px;
    font-size: 16px;
    color: #b2b6b6
}

@media (max-width: 1079px) {
    .c-testimonials-slider--wave.c-testimonials-slider--image .c-quote-content__heading {
        margin-left: 0
    }
}

.c-testimonials-slider--wave.c-testimonials-slider--image .c-quote-content__text {
    margin-left: 40px
}

@media (max-width: 1079px) {
    .c-testimonials-slider--wave.c-testimonials-slider--image .c-quote-content__text {
        margin-left: 0
    }
}

.c-testimonials-slider--wave.c-testimonials-slider--image .c-quote-content__text blockquote {
    padding-left: 0
}

.c-action-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 799px) {
    .c-action-element {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.c-action-element__text {
    margin-right: 20px;
    font-weight: 500;
    line-height: 2.5
}

.c-action-element__button {
    margin-left: auto
}

.modal-video {
    display: block;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1050;
    height: 100vh
}

.modal-video .modal-video-body {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    z-index: 1050
}

.modal-video .modal-video-movie-wrap {
    position: relative;
    height: 0;
    clear: both;
    padding: 0;
    font-size: 16px;
    line-height: 1.5em;
    background-color: #000;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3)
}

.modal-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-modal, .modal-video .modal-video-close-btn {
    display: none
}

.c-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(55, 55, 55, .6);
    width: 100vw;
    overflow-y: auto
}

.c-modal.active {
    display: block
}

.c-modal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 600px;
    background-color: #fff;
    border-radius: 5px;
    margin: 160px auto 40px;
    padding: 30px 40px
}

@media (max-width: 767px) {
    .c-modal__inner {
        max-width: 95%;
        padding: 30px 20px
    }
}

.c-modal__inner h1, .c-modal__inner h2, .c-modal__inner h3, .c-modal__inner h4, .c-modal__inner h5, .c-modal__inner h6 {
    color: var(--font-color-primary)
}

.c-modal__inner .btn.btn--primary {
    -ms-flex-item-align: start;
    align-self: flex-start
}

@media (max-width: 767px) {
    .c-modal__inner .btn.btn--primary {
        -ms-flex-item-align: center;
        align-self: center
    }
}

.c-modal__inner .btn.btn--primary.is-disabled {
    background-color: #b2b6b6;
    border-color: #b2b6b6;
    cursor: not-allowed
}

.c-modal__inner__choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .c-modal__inner__choice {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-modal__inner__choice .modal-option {
    position: relative;
    padding: 30px;
    text-align: center;
    color: #000;
    border: 2px solid #f5f5f5;
    text-decoration: none;
    -webkit-box-shadow: 1.5px 1.5px 1.5px #e8e8e8;
    box-shadow: 1.5px 1.5px 1.5px #e8e8e8;
    font-weight: 500
}

@media (max-width: 767px) {
    .c-modal__inner__choice .modal-option {
        margin-bottom: 20px
    }
}

.c-modal__inner__choice .modal-option:active, .c-modal__inner__choice .modal-option:focus, .c-modal__inner__choice .modal-option:hover {
    text-decoration: none;
    border-color: #1ba8b7;
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-modal__inner__choice .modal-option:not(:last-child) {
    margin-right: 5%
}

@media (max-width: 767px) {
    .c-modal__inner__choice .modal-option:not(:last-child) {
        margin-right: 0
    }
}

.c-modal__inner__choice .active-option {
    text-decoration: none;
    border-color: #1ba8b7;
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-modal__inner__choice .active-option:before {
    position: absolute;
    content: "";
    display: inline-block;
    background: #00a8b9;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    top: -10px;
    right: -10px
}

.c-modal__inner__choice .active-option:after {
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url(./e9711933a0d420d5c978dd5decbd816e.png);
    background-size: 100% 100%;
    height: 20px;
    width: 20px;
    top: -5px;
    right: -5px
}

.c-small-text {
    padding-top: 0;
    padding-bottom: 40px
}

.c-small-text__content {
    width: 100%;
    line-height: 1.3rem
}

.c-small-text__content h1, .c-small-text__content h2, .c-small-text__content h3, .c-small-text__content h4, .c-small-text__content h5, .c-small-text__content h6 {
    color: #828282;
    font-weight: 500
}

.c-small-text__content .c-slider-item__content__title, .c-small-text__content div, .c-small-text__content p, .c-small-text__content span {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #828282
}

.c-small-text--landing {
    width: 100%;
    padding: 50px 60px 60px;
    background: #fff;
    position: relative
}

.c-small-text--landing:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #f5f5f5
}

@media (max-width: 799px) {
    .c-small-text--landing {
        padding: 50px 20px
    }
}

.c-press-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-press-list__inner h2 {
    color: var(--font-color-primary);
    margin-bottom: 8px
}

.c-press-list__inner__content {
    margin-top: 30px
}

.c-press-list__inner__content--list-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .75em;
    line-height: 1.5em
}

.c-press-list__inner__content--list-item--title {
    font-family: var(--font-family-secondary);
    float: left;
    clear: none;
    text-align: right;
    width: 22.6%;
    margin-left: 0;
    margin-right: 3%;
    font-weight: 500
}

.c-press-list__inner__content--list-item--title:after, .c-press-list__inner__content--list-item--title:before {
    content: "";
    display: table
}

.c-press-list__inner__content--list-item--title:after {
    clear: both
}

@media (max-width: 799px) {
    .c-press-list__inner__content--list-item--title {
        text-align: left;
        display: inline;
        clear: none;
        width: auto;
        margin-left: 0;
        margin-right: 0;
        float: none;
        font-size: 14px;
        line-height: 1.5em
    }
}

.c-press-list__inner__content--list-item:after, .c-press-list__inner__content--list-item:before {
    content: "";
    display: table
}

.c-press-list__inner__content--list-item:after {
    clear: both
}

.c-press-list__inner__content--list-item--link {
    color: var(--font-color-primary);
    float: left;
    clear: none;
    text-align: inherit;
    width: 73.4%;
    margin-left: 0
}

.c-press-list__inner__content--list-item--link:after, .c-press-list__inner__content--list-item--link:before {
    content: "";
    display: table
}

.c-press-list__inner__content--list-item--link:after {
    clear: both
}

@media (max-width: 799px) {
    .c-press-list__inner__content--list-item--link {
        text-align: left;
        display: inline;
        clear: none;
        width: auto;
        font-size: 12px;
        margin-left: 0;
        margin-right: 0;
        float: none
    }
}

.c-images {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-images__inner {
    width: 100%
}

.c-images__inner h1, .c-images__inner h2, .c-images__inner h3, .c-images__inner h4, .c-images__inner h5, .c-images__inner h6 {
    color: var(--font-color-primary)
}

.c-images__inner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 45px
}

@media (max-width: 799px) {
    .c-images__inner__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto
    }
}

.c-images__inner__content .asset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(33.33% - 20px)
}

.c-images__inner__content .asset:not(:last-child) {
    margin-right: 20px
}

@media (max-width: 799px) {
    .c-images__inner__content .asset:not(:last-child) {
        margin-right: 0
    }
}

.c-images__inner__content .asset .asset__preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-images__inner__content .asset .asset_body {
    width: 100%;
    text-align: center
}

/*
.c-images__inner__content p {
    font-family: var(--font-family-secondary);
}
*/

@media (max-width: 799px) {
    .c-images__inner__content .asset {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        margin: 15px 0 0
    }
}

.c-cols-text__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.c-cols-text__inner h1, .c-cols-text__inner h2, .c-cols-text__inner h3, .c-cols-text__inner h4, .c-cols-text__inner h5, .c-cols-text__inner h6 {
    width: 100%;
    color: var(--font-color-primary);
    -webkit-margin-after: .83em;
    margin-block-end: .83em
}

.c-cols-text__inner > .c-slider-item__content__title, .c-cols-text__inner > p {
    width: 75%;
    margin-bottom: 25px
}

@media (max-width: 799px) {
    .c-cols-text__inner > .c-slider-item__content__title, .c-cols-text__inner > p {
        width: 100%
    }
}

.c-cols-text__inner__content {
    width: 90%;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 1079px) {
    .c-cols-text__inner__content {
        width: 100%
    }
}

@media (max-width: 767px) {
    .c-cols-text__inner__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.c-cols-text__inner__content .has-img.c-slider-item__content__title img, .c-cols-text__inner__content p.has-img img {
    width: 100%;
    height: auto
}

@media (max-width: 799px) {
    .c-cols-text__inner__content .has-img.c-slider-item__content__title, .c-cols-text__inner__content p.has-img {
        max-width: 100%
    }
}

@media (max-width: 799px) {
    .c-cols-text__inner__content .has-img.c-slider-item__content__title img, .c-cols-text__inner__content p.has-img img {
        max-width: 100%;
        height: auto
    }
}

.c-cols-text__inner__content .has-img.c-slider-item__content__title a, .c-cols-text__inner__content p.has-img a {
    display: inline-block
}

.c-cols-text__inner__content__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px
}

@media (max-width: 799px) {
    .c-cols-text__inner__content__box {
        width: 100% !important
    }
}

.c-cols-text__inner__content__box .c-slider-item__content__title, .c-cols-text__inner__content__box p {
    font-size: 16px;
    margin: 0 0 5px
}

@media (max-width: 799px) {
    .c-cols-text__inner__content__box .c-slider-item__content__title, .c-cols-text__inner__content__box p {
        font-size: 14px
    }
}

.c-cols-text__inner__content__box .c-slider-item__content__title strong, .c-cols-text__inner__content__box p strong {
    display: inline-block;
    margin-bottom: 12px
}

.c-cols-text__inner__content__box a {
    display: inline-block;
    margin-top: 20px
}

.c-cols-text__inner__content__box .c-slider-item__content__title a, .c-cols-text__inner__content__box p a {
    margin-top: 0;
    line-height: 0
}

.c-cols-text--image {
    background-color: var(--color-secondary-one);
}

.c-cols-text--image .c-cols-text__inner__content {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media (max-width: 799px) {
    .c-cols-text--image .c-cols-text__inner__content__box {
        width: 100% !important
    }
}

.c-cols-text--image .content-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    width: calc(110% - 12px);
    background-color: #fff;
    margin: 45px auto 0;
    padding: 30px
}

@media (max-width: 799px) {
    .c-cols-text--image .content-box {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }
}

.c-cols-text--image .content-box h3,
.c-cols-text--image .content-box h4,
.c-cols-text--image .content-box h5 {
    font-size: 1.125em;
}

.c-cols-text--image .content-box h5 {
    line-height: 1.25em;
}

.c-cols-text--image .content-box h1,
.c-cols-text--image .content-box h2,
.c-cols-text--image .content-box h4,
.c-cols-text--image .content-box h6 {
    color: var(--font-color-primary);
    font-size: 18px;
    line-height: 1.625em
}

.c-cols-text--image .content-box h3 {
    font-size: 20px;
}

.c-cols-text--image .content-box__image {
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center
}

.c-cols-text--image .content-box__image img {
    max-width: 100%;
    height: auto
}

.c-cols-text.items-2 .c-cols-text__inner {
    max-width: 850px
}

input.i-acc {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.tab, .tabs {
    width: 100%;
    overflow: hidden
}

.tab {
    color: #fff
}

.tabs .tab {
    max-width: 740px;
    margin: 0 auto;
}

.tab .tab-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1em 0;
    margin-left: 0;
    background: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    color: var(--color-primary-three);
    cursor: pointer
}

.tab .tab-label:active, .tab .tab-label:focus, .tab .tab-label:hover {
    background: #fff;
    outline: none
}

.tab .tab-label:after {
    content: "\276F";
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    color: var(--color-primary-three);
    font-size: 20px;
    line-height: 20px
}

.tab .tab-content, .tab .tab-label:after {
    -webkit-transition: all .35s;
    transition: all .35s
}

.tab .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: var(--color-primary-two);
    background: #fff
}
.tab .tab-content td {
    color: var(--color-primary-one);
}

.site-testing-template .tab .tab-content {
    color: var(--color-primary-one);
}

.tab .tab-content ul {
    list-style-type: initial;
    padding: 1em 1em 1em 40px;
    color: var(--color-primary-one);
}

.tab .tab-content .c-slider-item__content__title, .tab .tab-content p {
    margin-bottom: 0
}

.tab .tab-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1em;
    font-size: .75em;
    cursor: pointer
}

.tab .tab-close, .tab .tab-close:hover {
    background: #fff
}

.tab label[for] {
    margin-bottom: 0
}

input.i-acc:checked + .tab-label {
    background: #fff
}

input.i-acc:checked + .tab-label:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

input.i-acc:checked ~ .tab-content {
    max-height: 100%;
    padding: 1em
}

.tabs.tabs--landing-text-image-text {
    display: none
}

@media (max-width: 799px) {
    .tabs.tabs--landing-text-image-text {
        display: block;
        width: 100%
    }
}

.tabs.tabs--landing-text-image-text .tab {
    border-bottom: 1px solid #dadada
}

.tabs.tabs--landing-text-image-text .tab:first-child {
    border-top: 1px solid #dadada
}

.tabs.tabs--landing-text-image-text .tab-label .step-number {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    background: #1ba8b7;
    border-radius: 15px;
    z-index: 2;
    margin-right: 20px
}

.tabs.tabs--landing-text-image-text .tab-label .step-title {
    color: var(--font-color-primary)
}

.tabs.tabs--landing-text-image-text .tab-label:hover {
    border: none
}

.tabs.tabs--landing-text-image-text .tab-label:after {
    color: #dadada
}

.tabs.tabs--landing-text-image-text .tab-content {
    text-align: left
}

.c-logos {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 799px) {
    .c-logos {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.c-logos__item {
    position: relative;
    width: 20%;
    height: auto;
    padding: 0 30px;
    margin: 20px 0
}

@media (max-width: 1079px) {
    .c-logos__item {
        padding: 0
    }
}

@media (max-width: 799px) {
    .c-logos__item {
        width: 33.33%
    }
}

@media (max-width: 639px) {
    .c-logos__item {
        width: 50%
    }
}

.c-logos__item img {
    display: inline-block;
    width: 100%;
    height: auto
}

.c-service {
    padding: 60px 100px 0
}

@media (max-width: 1079px) {
    .c-service {
        padding: 60px 20px 0
    }
}

.c-service__heading {
    width: 100%;
    padding: 0 90px;
    text-align: center
}

@media (max-width: 799px) {
    .c-service__heading {
        padding: 0
    }
}

.c-service__heading h1, .c-service__heading h2, .c-service__heading h3 {
    color: var(--font-color-primary)
}

.c-service__table {
    margin-top: 100px
}

@media (max-width: 1079px) {
    .c-service__table {
        margin-top: 60px
    }
}

@media (max-width: 799px) {
    .c-service__table {
        margin-top: 40px
    }
}

.c-service__footer {
    margin-left: 25px;
    margin-top: 10px
}

@media (max-width: 1079px) {
    .c-service__footer {
        margin-left: 0
    }
}

.c-service__footer .c-slider-item__content__title, .c-service__footer p {
    font-size: 14px
}

.c-compare-table {
    width: 100%
}

.c-compare-table__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 799px) {
    .c-compare-table__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.c-compare-table__divider {
    font-family: var(--font-family-secondary);
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4em;
    width: 40%;
    min-height: 50px;
    margin-top: 50px
}

@media (max-width: 799px) {
    .c-compare-table__divider {
        width: 100%;
        padding: 0 20px;
        text-align: center;
        font-size: 18px;
        line-height: 1.44444em
    }
}

.c-compare-table__divider.title-bgnd {
    width: 100%;
    min-height: 0;
    margin: 30px 0;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857em;
    color: var(--font-color-primary);
    background: var(--color-secondary-one);
    text-transform: uppercase
}

@media (max-width: 1079px) {
    .c-compare-table__divider.title-bgnd {
        width: 100vw;
        margin-left: -20px
    }
}

@media (max-width: 799px) {
    .c-compare-table__divider.title-bgnd ~ .c-compare-table__row .c-compare-table__label .c-slider-item__content__title:last-child, .c-compare-table__divider.title-bgnd ~ .c-compare-table__row .c-compare-table__label p:last-child {
        display: none
    }
}

.c-compare-table > .c-compare-table__divider ~ .c-compare-table__divider {
    margin-top: 20px
}

.c-compare-table__label {
    width: 40%;
    min-height: 50px;
    padding: 15px 20px
}

@media (max-width: 799px) {
    .c-compare-table__label {
        width: 100%;
        padding: 10px 0;
        min-height: 0;
        height: auto
    }
}

.c-compare-table__label .c-slider-item__content__title, .c-compare-table__label p {
    margin-bottom: 0
}

@media (max-width: 799px) {
    .c-compare-table__label--empty {
        display: none
    }
}

.c-compare-table__columns {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-compare-table__columns--text {
    display: block
}

@media (max-width: 799px) {
    .c-compare-table__columns {
        width: 100%;
        padding: 0 5px;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.c-compare-table__column {
    width: 30%;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-compare-table__column .column-check svg {
    fill: var(--font-color-secondary);
}

.c-compare-table__column .column-check.js-active svg {
    fill: var(--color-primary-two);
}

.c-compare-table__columns--text .c-compare-table__column {
    min-height: 0;
    width: 100%
}

.c-compare-table__column .column-text {
    display: none
}

.c-compare-table__column .column-text.js-active {
    display: block;
    width: 100%;
    min-height: 100px
}

.c-compare-table__column .column-text.js-active .c-slider-item__content__title, .c-compare-table__column .column-text.js-active p {
    font-weight: 500
}

.c-compare-table__product, .c-compare-table__text {
    display: none;
    width: 100%;
    padding: 20px 10px;
    margin-top: 40px
}

.c-compare-table__product.js-active, .c-compare-table__text.js-active {
    display: block
}

.c-compare-table__product.js-active .c-slider-item__content__title, .c-compare-table__product.js-active p, .c-compare-table__text.js-active .c-slider-item__content__title, .c-compare-table__text.js-active p {
    margin-bottom: 0
}

.c-compare-table__text.js-active {
    background: #20536c
}

@media (max-width: 1079px) {
    .c-compare-table__text.js-active {
        width: 100vw;
        margin-left: -20px
    }
}

.c-compare-table__text.js-active .c-slider-item__content__title, .c-compare-table__text.js-active h1, .c-compare-table__text.js-active h2, .c-compare-table__text.js-active h3, .c-compare-table__text.js-active p {
    color: #fff
}

.c-compare-table__text.js-active a {
    color: #1ba8b7
}

.c-compare-table .compare-product-cta {
    text-align: center;
    margin-bottom: 40px
}

.c-compare-table .compare-product-cta .c-slider-item__content__title, .c-compare-table .compare-product-cta p {
    margin-bottom: 0
}

.c-compare-table .compare-product-cta .btn {
    margin-left: 20px
}

.c-compare-table .column-picker {
    border: 1px solid var(--font-color-secondary);
    font-size: 20px;
    font-weight: 500;
    color: var(--font-color-secondary);
    width: 150px;
    height: 90px;
    border-radius: 3px;
    padding: 20px;
    text-align: center;
    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;
    background: #fff;
    cursor: pointer;
    position: relative
}

@media (min-width: 800px) and (max-width: 1079px) {
    .c-compare-table .column-picker {
        padding: 5px
    }
}

@media (max-width: 799px) {
    .c-compare-table .column-picker {
        font-size: 14px;
        padding: 14px
    }
}

.c-compare-table .column-picker-1:before,
.c-compare-table .column-picker:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    height: 0;
    width: 0;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-top: 19px solid var(--color-primary-two);
    bottom: -19px;
    display: none;
    content: "";
}

.c-compare-table .column-picker.js-active {
    color: #fff;
    background: var(--color-primary-two);
}

.c-compare-table .column-picker.js-active:before {
    display: block
}

.c-list {
    position: relative;
    margin-bottom: 60px;
    padding: 50px 60px;
    max-width: 1080px;
    background: #fff
}

@media (max-width: 1079px) {
    .c-list {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 799px) {
    .c-list {
        margin-bottom: 30px;
        padding-bottom: 30px;
        padding-top: 30px
    }
}

@media (max-width: 1079px) {
    .c-list__description {
        max-width: 100%
    }
}

.c-list ol,
.c-list ul {
    list-style-type: initial;
    padding-left: 2rem;
    padding-bottom: 0.5rem;
}

.c-list__description h1, .c-list__description h2 {
    color: var(--font-color-primary);
    font-weight: 500;
    margin-bottom: 30px
}

.c-list__description .c-slider-item__content__title, .c-list__description p {
    margin-bottom: 12px
}

@media (max-width: 1079px) {
    .c-list__description .c-slider-item__content__title, .c-list__description p {
        font-size: 16px;
        line-height: 1.71429em
    }
}

.c-list__content {
    width: 100%;
    margin-top: 30px
}

.c-list__version {
    width: 100%;
    text-align: right
}

.c-list__version .c-slider-item__content__title, .c-list__version p {
    color: #828282;
    font-size: 14px
}

.c-list--width-full {
    padding: 50px 20px
}

.c-list--width-full .c-list__description {
    max-width: 100%
}

.c-list--wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 30px
}

@media (max-width: 799px) {
    .c-list--wide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.c-list--wide__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto
}

.c-list--wide__inner__title {
    text-align: center
}

.c-list--wide__inner__title h1, .c-list--wide__inner__title h2, .c-list--wide__inner__title h3, .c-list--wide__inner__title h4, .c-list--wide__inner__title h5, .c-list--wide__inner__title h6 {
    font-size: 32px;
    color: var(--font-color-primary)
}

.c-list--wide__inner__items {
    width: 100%;
    margin-top: 45px
}

.c-list--wide__inner__items.items-dark-blue,
.c-list--wide__inner__items.items-blue,
.c-list--wide__inner__items.items-light-blue,
.c-list--wide__inner__items.items-purple,
.c-list--wide__inner__items.items-blue {
    max-width: 992px;
    margin: 45px auto 0;
}

.c-list--wide__inner__items.items-dark-blue .c-list--wide__inner__items__section,
.c-list--wide__inner__items.items-blue .c-list--wide__inner__items__section,
.c-list--wide__inner__items.items-light-blue .c-list--wide__inner__items__section,
.c-list--wide__inner__items.items-purple .c-list--wide__inner__items__section,
.c-list--wide__inner__items.items-blue .c-list--wide__inner__items__section {
    padding: 1.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.items-dark-blue .c-list--wide__inner__items__section__heading,
.items-blue .c-list--wide__inner__items__section__heading,
.items-light-blue .c-list--wide__inner__items__section__heading,
.items-purple .c-list--wide__inner__items__section__heading,
.items-blue .c-list--wide__inner__items__section__heading {
    width: initial;
    min-width: max-content;
}

.c-list--wide__inner__items.items-dark-blue .c-list--wide__inner__items__section {
    background-color: var(--color-primary-one);
    color: #FFF;
}
.c-list--wide__inner__items.items-blue .c-list--wide__inner__items__section {
    background-color: var(--color-primary-two);
    color: #FFF;
}
.c-list--wide__inner__items.items-light-blue .c-list--wide__inner__items__section {
    background-color: var(--color-secondary-one);
}
.c-list--wide__inner__items.items-purple .c-list--wide__inner__items__section {
    background-color: var(--color-secondary-two);
    color: #FFF;
}

.items-dark-blue .c-list--wide__inner__items__section__entries,
.items-blue .c-list--wide__inner__items__section__entries,
.items-light-blue .c-list--wide__inner__items__section__entries,
.items-purple .c-list--wide__inner__items__section__entries {
    padding-left: 1.5rem;
    width: initial;
}

.items-dark-blue .c-list--wide__inner__items__section__entries p,
.items-blue .c-list--wide__inner__items__section__entries p,
.items-light-blue .c-list--wide__inner__items__section__entries p,
.items-purple .c-list--wide__inner__items__section__entries p {
    margin-bottom: 0;
}

.c-list--wide__inner__items__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 799px) {
    .c-list--wide__inner__items__section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.c-list--wide__inner__items__section__heading {
    font-family: var(--font-family-secondary);
    font-weight: 500;
    font-size: 20px;
    width: 35%
}

@media (max-width: 799px) {
    .c-list--wide__inner__items__section__heading {
        width: 100%;
        margin-bottom: 12px
    }
}

.c-list--wide__inner__items__section__entries {
    width: 65%;
    padding-left: 30px
}

@media (max-width: 799px) {
    .c-list--wide__inner__items__section__entries {
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px
    }
}

.c-list--wide__inner__items__section__entries a {
    font-weight: 500
}

.c-list--wide__inner__items__section__entries .c-slider-item__content__title, .c-list--wide__inner__items__section__entries p {
    margin-bottom: 30px
}

.c-list--icons {
    background: var(--font-color-primary);
    padding: 30px 10px
}

.c-list--icons .c-slider-item__content__title, .c-list--icons p {
    color: #fff
}

.c-list--icons h1, .c-list--icons h2, .c-list--icons h3, .c-list--icons h4, .c-list--icons h5, .c-list--icons h6 {
    font-weight: 400;
    color: #FFF;
}

.c-list--icons .c-list__description {
    text-align: center
}

.c-list--icons .c-list__content {
    width: 100%
}

.c-list--icons .c-list__action {
    width: 100%;
    margin-top: 45px;
    text-align: center
}

.c-list--icons .c-list__action .btn-blue {
    padding: 9px 60px
}

.c-list--icons .c-list__action .btn-blue--dark-bg {
    color: var(--color-primary-one);
    background-color: var(--color-primary-four);
    border-color: var(--color-primary-four);
}

.c-list--icons .c-list__action .btn-blue--dark-bg:hover,
.c-list--icons .c-list__action .btn-blue--dark-bg:focus,
.c-list--icons .c-list__action .btn-blue--dark-bg:active{
    background-color: var(--color-primary-one);
    color: #FFF;
}

.c-dense {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .c-dense {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-dense__title {
    width: 30%;
    font-family: var(--font-family-secondary);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4em;
    color: var(--font-color-primary);
    padding-right: 30px
}

@media (max-width: 767px) {
    .c-dense__title {
        width: 100%;
        padding-right: 0
    }
}

.c-dense__content {
    width: 70%
}

@media (max-width: 767px) {
    .c-dense__content {
        width: 100%
    }
}

@media (max-width: 1079px) {
    .c-dense__content .c-slider-item__content__title, .c-dense__content p {
        font-size: 16px;
        line-height: 1.71429em
    }
}

.c-dense__content ul {
    width: 100%;
    list-style: outside;
    padding-left: 25px
}

.c-dense__content ul li {
    width: 100%
}

.c-dense__content ul li ul {
    width: 100%;
    list-style-type: circle
}

.c-slider-wave {
    max-width: 100%;
    overflow: hidden;
    height: 169px;
    margin-bottom: -3px
}

.c-slider-wave__inner {
    margin-left: -419px;
    width: 100%;
    height: 169px
}

.c-slider-wave__inner svg g {
    fill: var(--color-secondary-one);
}

.c-slider-wave svg {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.c-slider-wave svg g {
    fill: var(--color-secondary-one);
}

.c-benefits-list {
    width: 100%
}

.c-benefits-list__item {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

@media (max-width: 639px) {
    .c-benefits-list__item {
        width: 100%
    }
}

.c-benefits-list__item__text {
    color: #fff;
    font-weight: 500
}

.c-benefits-list__item .emoji {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
    margin-top: 3px;
    -ms-flex-preferred-size: 32px;
    flex-basis: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.c-color-rows {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-color-rows__image--small {
    width: 33.33%
}

.c-color-rows__image--wide {
    width: 66.66%
}

.c-color-rows__image .image-small, .c-color-rows__image .image-wide {
    width: 100%;
    height: 500px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width: 799px) {
    .c-color-rows__image .image-small, .c-color-rows__image .image-wide {
        height: 370px
    }
}

@media (max-width: 767px) {
    .c-color-rows__image .image-small, .c-color-rows__image .image-wide {
        height: 200px
    }
}

.c-color-rows__text {
    position: relative
}

.c-color-rows__text, .c-color-rows__text--small {
    width: 33.33%
}

.c-color-rows__text--wide {
    width: 66.66%
}

.c-color-rows__text .text-block {
    width: 100%;
    padding: 100px;
    text-align: center
}

@media (max-width: 799px) {
    .c-color-rows__text .text-block {
        padding: 20px
    }
}

.c-member__title,
.c-slider-item__content__title,
.c-color-rows__text .text-block h2 {
    font-family: var(--font-family-secondary);
}

.c-color-rows__text .text-block .c-slider-item__content__title, .c-color-rows__text .text-block h1, .c-color-rows__text .text-block h2, .c-color-rows__text .text-block h3, .c-color-rows__text .text-block h4, .c-color-rows__text .text-block h5, .c-color-rows__text .text-block h6, .c-color-rows__text .text-block p {
    color: #fff
}

.c-color-rows__text .text-block .btn {
    margin-top: 30px
}

@media (max-width: 799px) {
    .c-color-rows__text .text-block .btn {
        margin-top: 10px
    }
}

.c-color-rows--dark-blue {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0
}

.c-color-rows--dark-blue .text-block h1, .c-color-rows--dark-blue .text-block h2, .c-color-rows--dark-blue .text-block h3, .c-color-rows--dark-blue .text-block h4, .c-color-rows--dark-blue .text-block h5, .c-color-rows--dark-blue .text-block h6 {
    font-family: var(--font-family-secondary)
}

.c-color-rows--blue {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0
}

.c-color-rows--light-blue {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0
}

.c-color-rows--light-blue .c-color-rows__text .c-slider-item__content__title, .c-color-rows--light-blue .c-color-rows__text h1, .c-color-rows--light-blue .c-color-rows__text h2, .c-color-rows--light-blue .c-color-rows__text h3, .c-color-rows--light-blue .c-color-rows__text h4, .c-color-rows--light-blue .c-color-rows__text h5, .c-color-rows--light-blue .c-color-rows__text h6, .c-color-rows--light-blue .c-color-rows__text p {
    color: var(--font-color-primary)
}

.c-color-rows--light {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0
}

.c-color-rows--light .c-color-rows__text .c-slider-item__content__title, .c-color-rows--light .c-color-rows__text h1, .c-color-rows--light .c-color-rows__text h2, .c-color-rows--light .c-color-rows__text h3, .c-color-rows--light .c-color-rows__text h4, .c-color-rows--light .c-color-rows__text h5, .c-color-rows--light .c-color-rows__text h6, .c-color-rows--light .c-color-rows__text p {
    color: var(--font-color-primary)
}

.c-images-link {
    width: 100%;
    padding-bottom: 40px
}

.c-images-link__heading {
    width: 100%;
    margin-bottom: 10px;
    text-align: center
}

.c-images-link__heading h1, .c-images-link__heading h2, .c-images-link__heading h3 {
    color: var(--font-color-primary)
}

.c-images-link__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-images-link .c-image-link__title {
    font-family: var(--font-family-secondary);
}

@media (max-width: 639px) {
    .c-images-link__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-images-link--wave {
    background: var(--color-secondary-one);
    padding-bottom: 40px;
    padding-top: 40px;
}

.c-images-link--wave .c-image-link__link-title, .c-images-link--wave .c-image-link__title {
    text-align: center;
    font-weight: 500
}

.c-image-link {
    width: 33.33%;
    padding: 20px 10px;
    float: left
}

@media (max-width: 639px) {
    .c-image-link {
        width: 100%
    }
}

.c-image-link__img {
    position: relative;
    width: 100%;
    height: 350px;
    margin: 0 auto
}

@media (max-width: 1079px) {
    .c-image-link__img {
        max-width: 350px;
        max-height: 350px
    }
}

@media (max-width: 799px) {
    .c-image-link__img {
        max-width: 250px;
        max-height: 250px
    }
}

.c-image-link__img > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.c-image-link__img .image-link {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

.c-image-link__title {
    margin-top: 12px
}

@media (max-width: 799px) {
    .c-image-link__title {
        text-align: center
    }
}

.c-image-link__title a {
    font-weight: 500
}

.c-images-title {
    width: 100%
}

.c-images-title__heading {
    width: 100%;
    margin-bottom: 10px;
    text-align: center
}

.c-images-title__heading h1, .c-images-title__heading h2, .c-images-title__heading h3 {
    color: var(--font-color-primary)
}

.c-images-title__investors {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-images-title__investors .delimiter {
    width: 100%
}

.c-investor {
    width: 20%;
    padding: 20px 10px;
    float: left;
    margin: 0 auto
}

@media (max-width: 799px) {
    .c-investor {
        width: 33.33%
    }
}

@media (max-width: 639px) {
    .c-investor {
        width: 50%
    }
}

.c-investor__img {
    max-width: 170px;
    height: 0;
    display: block;
    padding-bottom: 95%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin: 0 auto
}

.c-investor__name {
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 500;
    font-family: var(--font-family-secondary);
}

.c-investor--logo .c-investor__img {
    height: 100px;
    padding-bottom: 0
}

.c-steps-vertical {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 40px
}

@media (max-width: 799px) {
    .c-steps-vertical {
        padding-top: 40px;
        padding-bottom: 0
    }
}

.c-steps-vertical__title {
    width: 100%;
    text-align: center
}

.c-steps-vertical__title h1, .c-steps-vertical__title h2, .c-steps-vertical__title h3 {
    color: var(--font-color-primary)
}

@media (max-width: 799px) {
    .c-steps-vertical__title h1, .c-steps-vertical__title h2, .c-steps-vertical__title h3 {
        font-size: 25px;
        line-height: 1.28em
    }
}

.c-steps-vertical__items {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
}

.horizontal .c-steps-vertical__items {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .c-steps-vertical__items {
        width: 70%
    }
}

@media (max-width: 1079px) {
    .c-steps-vertical__items {
        width: 80%
    }
}

@media (max-width: 799px) {
    .c-steps-vertical__items {
        width: 100%
    }
}

.c-step-vertical {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.horizontal .c-step-vertical {
    flex-wrap: wrap;
    text-align: center;
    width: initial;
}

.c-step-vertical__number {
    width: 80px;
    font-size: 48px;
    line-height: 1em
}

.horizontal .c-step-vertical__number {
    width: 100%;
}

.horizontal .c-step-vertical__number h3 {
    font-size: 32px;
    line-height: 1em;
}

.c-step-vertical__content {
    width: calc(100% - 80px)
}

.horizontal .c-step-vertical__content {
    width: 100%;
}

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

.c-jobs__heading {
    width: 100%;
    text-align: center
}

.c-jobs__heading h1, .c-jobs__heading h2, .c-jobs__heading h3, .c-jobs__heading h4, .c-jobs__heading h5, .c-jobs__heading h6 {
    color: var(--font-color-primary)
}

@media (max-width: 799px) {
    .c-jobs__heading h1, .c-jobs__heading h2, .c-jobs__heading h3, .c-jobs__heading h4, .c-jobs__heading h5, .c-jobs__heading h6 {
        font-size: 25px;
        line-height: 1.28em
    }
}

.c-jobs__content {
    width: 100%;
    margin-top: 30px;
    padding: 0 100px
}

@media (max-width: 1079px) {
    .c-jobs__content {
        padding: 0
    }
}

.c-job {
    width: 100%;
    margin-bottom: 30px
}

.c-job__department-name {
    font-family: var(--font-family-secondary);
    width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    text-align: left
}

.c-job__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media (max-width: 767px) {
    .c-job__content {
        font-size: 14px
    }
}

.c-job__content__title {
    margin-right: 20px;
    text-align: left;
    color: var(--font-color-primary)
}

.c-job__content__location {
    text-align: right
}
[id^="form-"] {
    margin-top: 24px;
}
.c-signup {
    background: #fff;
    max-width: 1080px;
    margin: 60px auto
}

.c-signup, .c-signup_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-signup_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: inherit;
    width: 63.95%;
    margin-left: 0;
    margin-right: 3%
}

.c-signup_form h1, .c-signup_form h2, .c-signup_form h3, .c-signup_form h4, .c-signup_form h5, .c-signup_form h6 {
    color: #4a4a4a
}

.c-signup_form .c-slider-item__content__title, .c-signup_form p {
    color: #b2b6b6
}

@media (max-width: 799px) {
    .c-signup_form .c-slider-item__content__title, .c-signup_form p {
        text-align: center;
        margin: 10px auto
    }
}

.c-signup_form .signUp-logo {
    float: left;
    background-image: url(./3d1fd9481830f1f7a4caf53106f75c52.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 25px
}

.c-signup_form .wpcf7, .c-signup_form form {
    margin-top: 0
}

.c-signup_form .wpcf7 .c-slider-item__content__title, .c-signup_form .wpcf7 p, .c-signup_form form .c-slider-item__content__title, .c-signup_form form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.c-signup_form .wpcf7 .c-slider-item__content__title label, .c-signup_form .wpcf7 p label, .c-signup_form form .c-slider-item__content__title label, .c-signup_form form p label {
    outline: none !important;
    border: none !important
}

.c-signup_form .wpcf7 .c-slider-item__content__title label span span[role=alert], .c-signup_form .wpcf7 p label span span[role=alert], .c-signup_form form .c-slider-item__content__title label span span[role=alert], .c-signup_form form p label span span[role=alert] {
    position: absolute;
    width: 20em
}

.c-signup_form .wpcf7 .c-slider-item__content__title label input, .c-signup_form .wpcf7 p label input, .c-signup_form form .c-slider-item__content__title label input, .c-signup_form form p label input {
    color: #555;
    border: none;
    text-align: left;
    font-size: 1.2em;
    border-bottom: 2px solid #b2b6b6 !important
}

.c-signup_form .wpcf7 .c-slider-item__content__title label input ::-webkit-input-placeholder, .c-signup_form .wpcf7 p label input ::-webkit-input-placeholder, .c-signup_form form .c-slider-item__content__title label input ::-webkit-input-placeholder, .c-signup_form form p label input ::-webkit-input-placeholder {
    color: #b2b6b6
}

.c-signup_form .wpcf7 .c-slider-item__content__title label input ::-moz-placeholder, .c-signup_form .wpcf7 p label input ::-moz-placeholder, .c-signup_form form .c-slider-item__content__title label input ::-moz-placeholder, .c-signup_form form p label input ::-moz-placeholder {
    color: #b2b6b6
}

.c-signup_form .wpcf7 .c-slider-item__content__title label input :-ms-input-placeholder, .c-signup_form .wpcf7 p label input :-ms-input-placeholder, .c-signup_form form .c-slider-item__content__title label input :-ms-input-placeholder, .c-signup_form form p label input :-ms-input-placeholder {
    color: #b2b6b6
}

.c-signup_form .wpcf7 .c-slider-item__content__title label input ::-ms-input-placeholder, .c-signup_form .wpcf7 p label input ::-ms-input-placeholder, .c-signup_form form .c-slider-item__content__title label input ::-ms-input-placeholder, .c-signup_form form p label input ::-ms-input-placeholder {
    color: #b2b6b6
}

.c-signup_form .wpcf7 .c-slider-item__content__title label input ::placeholder, .c-signup_form .wpcf7 p label input ::placeholder, .c-signup_form form .c-slider-item__content__title label input ::placeholder, .c-signup_form form p label input ::placeholder {
    color: #b2b6b6
}

.c-signup_form .wpcf7 .c-slider-item__content__title input[type=submit], .c-signup_form .wpcf7 p input[type=submit], .c-signup_form form .c-slider-item__content__title input[type=submit], .c-signup_form form p input[type=submit] {
    background-color: #fff;
    color: #ce2e51;
    border: 2px solid #ce2e51
}

@media (max-width: 799px) {
    .c-signup_form .wpcf7 .c-slider-item__content__title input[type=submit], .c-signup_form .wpcf7 p input[type=submit], .c-signup_form form .c-slider-item__content__title input[type=submit], .c-signup_form form p input[type=submit] {
        margin-bottom: 20px;
        margin-top: 30px
    }
}

.c-signup_form .wpcf7 .c-slider-item__content__title input[type=submit]:focus, .c-signup_form .wpcf7 p input[type=submit]:focus, .c-signup_form form .c-slider-item__content__title input[type=submit]:focus, .c-signup_form form p input[type=submit]:focus {
    outline: none
}

@media (max-width: 799px) {
    .c-signup_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0
    }

    .c-signup_form, .c-signup_form input[type=submit] {
        width: 100%
    }
}

.c-signup_social h1, .c-signup_social h2, .c-signup_social h3, .c-signup_social h4, .c-signup_social h5, .c-signup_social h6 {
    color: #4a4a4a
}

.c-signup_social .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-signup_social .footer__social a {
    width: 50px;
    height: 50px;
    color: var(--font-color-primary);
    text-decoration: none;
    font-size: 2.2em
}

.c-signup_social .footer__social a:not(:last-child) {
    margin-right: 10%
}

.c-signup_social .footer__social a:hover {
    color: #1ba8b7
}

@media (max-width: 799px) {
    .c-signup_social {
        width: 100%;
        text-align: center
    }
}

.c-landing-intro {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0
}

.c-landing-intro__bgnd-image-section {
    display: block;
    position: relative;
    width: 100%;
    min-height: 376px;
    padding: 0 180px 120px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent
}

@media (max-width: 1199px) {
    .c-landing-intro__bgnd-image-section {
        padding: 0 60px 120px
    }
}

@media (max-width: 1079px) {
    .c-landing-intro__bgnd-image-section {
        padding: 0 40px 120px
    }
}

.c-landing-intro__bgnd-image-section .help-text {
    position: absolute;
    bottom: 100px
}

.c-landing-intro__bgnd-image-section .help-text, .c-landing-intro__bgnd-image-section .help-text .c-slider-item__content__title, .c-landing-intro__bgnd-image-section .help-text p {
    font-size: 14px;
    line-height: 1.5em;
    opacity: .75
}

.c-landing-intro--logos .c-landing-intro__bgnd-image-section {
    display: none
}

.c-landing-intro--logos .c-landing-intro__bgnd-image-section.is-visible {
    display: block;
    width: 100%;
    min-height: 376px;
    padding: 0 180px;
    background-position: center -80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent
}

@media (max-width: 1199px) {
    .c-landing-intro--logos .c-landing-intro__bgnd-image-section.is-visible {
        padding: 0 60px
    }
}

@media (max-width: 1079px) {
    .c-landing-intro--logos .c-landing-intro__bgnd-image-section.is-visible {
        padding: 0 40px
    }
}

.c-landing-intro--logos .c-landing-intro__bgnd-image-mobile {
    display: none;
    width: 100%
}

.c-landing-intro--logos .c-landing-intro__bgnd-image-mobile.is-visible {
    display: block;
    background: #1ba8b7;
    color: #fff
}

.c-landing-intro--logos .c-landing-intro__bgnd-image-mobile.is-visible .c-bgnd-image-block {
    position: relative;
    max-width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px
}

.c-landing-intro--logos .c-landing-intro__bgnd-image-mobile.is-visible .c-bgnd-image-block h1, .c-landing-intro--logos .c-landing-intro__bgnd-image-mobile.is-visible .c-bgnd-image-block h2 {
    font-size: 30px
}

.c-landing-intro--logos .c-landing-intro__bgnd-image-mobile.is-visible .c-bgnd-image-block .c-slider-item__content__title strong, .c-landing-intro--logos .c-landing-intro__bgnd-image-mobile.is-visible .c-bgnd-image-block p strong {
    display: none
}

.c-landing-intro--logos .c-landing-intro__bgnd-image-mobile.is-visible .c-bgnd-image-block .btn.btn--blue.btn--wide {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
    background-color: #ee783e;
    border-color: #ec6827;
    color: #fff
}

.c-landing-intro--logos .c-landing-intro__bgnd-image-mobile.is-visible .c-bgnd-image-block .btn.btn--blue.btn--wide:active, .c-landing-intro--logos .c-landing-intro__bgnd-image-mobile.is-visible .c-bgnd-image-block .btn.btn--blue.btn--wide:focus, .c-landing-intro--logos .c-landing-intro__bgnd-image-mobile.is-visible .c-bgnd-image-block .btn.btn--blue.btn--wide:hover {
    background-color: #eb5e19;
    border-color: #c44c11
}

.c-landing-intro--logos .c-landing-intro__logos-section {
    display: none
}

.c-landing-intro--logos .c-landing-intro__logos-section.is-visible {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 180px
}

@media (max-width: 1199px) {
    .c-landing-intro--logos .c-landing-intro__logos-section.is-visible {
        padding: 25px 60px
    }
}

@media (max-width: 1079px) {
    .c-landing-intro--logos .c-landing-intro__logos-section.is-visible {
        padding: 25px 20px
    }
}

.c-landing-intro--start {
    position: relative;
    width: 100%
}

.c-landing-intro--start .c-landing-intro__bgnd-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#777), to(hsla(0, 0%, 46.7%, 0)));
    background-image: linear-gradient(180deg, #777, hsla(0, 0%, 46.7%, 0));
    opacity: .6
}

.c-landing-intro--content-section {
    background-color: #f5f5f5
}

.c-landing-intro--content-section .c-landing-intro__logos-section.is-visible {
    margin-top: 30px;
    padding: 25px 20px
}

@media (max-width: 1199px) {
    .c-landing-intro--content-section .c-landing-intro__logos-section.is-visible {
        padding: 25px 20px
    }
}

.c-bgnd-image-block {
    max-width: 400px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 0
}

.c-bgnd-image-block__logo {
    margin-bottom: 20px;
    z-index: 1
}

.c-bgnd-image-block__content {
    z-index: 1
}

.c-bgnd-image-block__content h1, .c-bgnd-image-block__content h2, .c-bgnd-image-block__content h3, .c-bgnd-image-block__content h4, .c-bgnd-image-block__content h5, .c-bgnd-image-block__content h6 {
    font-family: var(--font-family-secondary);
    color: #fff;
    font-weight: 400
}

.c-bgnd-image-block__content .c-slider-item__content__title, .c-bgnd-image-block__content p {
    color: #fff
}

.c-bgnd-image-block__content .btn {
    margin-top: 20px
}

.c-bgnd-image-block__image {
    height: 240px;
    width: 240px;
    border-radius: 240px;
    background-position: 50%;
    background-size: cover;
    background-position-x: 100%;
    margin: 10px auto 60px
}

.c-landing-logos__title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--font-color-primary);
    font-weight: 500;
    text-transform: uppercase
}

.c-landing-logos__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 30px
}

.c-landing-logos__logos .logo-img {
    width: 16%;
    height: 100%;
    margin: 0 10px
}

.c-landing-logos__logos img {
    display: block;
    margin: 0 auto;
    height: 30px;
    width: auto;
    max-width: 100%
}

@media (max-width: 1079px) {
    .c-landing-logos__logos img {
        width: 100%
    }
}

.c-landing-gallery {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff
}

@media (max-width: 767px) {
    .c-landing-gallery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0
    }
}

.c-landing-gallery__title {
    position: relative;
    top: -25px;
    width: 100%;
    font-weight: 500;
    color: #006e96;
    text-align: center;
    font-size: 18px;
    line-height: 1.3em;
    padding: 10px 20px 30px
}

@media (max-width: 767px) {
    .c-landing-gallery__title {
        border-bottom: 5px solid #f5f5f5
    }
}

.c-landing-gallery__gallery {
    width: 50%;
    padding: 0 30px
}

@media (max-width: 767px) {
    .c-landing-gallery__gallery {
        width: 100%
    }
}

.c-landing-gallery__content {
    width: 50%;
    padding: 0 30px
}

@media (max-width: 767px) {
    .c-landing-gallery__content {
        width: 100%;
        padding: 0 20px;
        margin-top: 30px
    }
}

.c-landing-gallery__content h1, .c-landing-gallery__content h2, .c-landing-gallery__content h3, .c-landing-gallery__content h4, .c-landing-gallery__content h5, .c-landing-gallery__content h6 {
    font-family: var(--font-family-secondary);
    color: #1ba8b7;
    font-weight: 400
}

@media (max-width: 799px) {
    .c-landing-gallery__content h2 {
        font-size: 28px
    }
}

@media (max-width: 639px) {
    .c-landing-gallery__content h2 {
        font-size: 25px
    }
}

.c-landing-gallery__content .large-text, .c-landing-gallery__content .large-text .c-slider-item__content__title, .c-landing-gallery__content .large-text p {
    font-size: 32px;
    line-height: 1.6em
}

@media (max-width: 767px) {
    .c-landing-gallery__content .large-text, .c-landing-gallery__content .large-text .c-slider-item__content__title, .c-landing-gallery__content .large-text p {
        font-size: 24px
    }
}

.c-landing-gallery__content ul {
    padding-left: 20px;
    list-style: disc inside;
    text-indent: -1.5em
}

.c-landing-gallery__content #paypal-button-container, .c-landing-gallery__content .btn {
    margin-top: 20px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .c-landing-gallery__content #paypal-button-container, .c-landing-gallery__content .btn {
        width: 100%
    }
}

.c-landing-gallery__content #paypal-button-container {
    float: right
}

.c-landing-gallery__content .help-text, .c-landing-gallery__content .help-text .c-slider-item__content__title, .c-landing-gallery__content .help-text p {
    font-size: 14px;
    line-height: 1.5em;
    color: #b2b6b6
}

.c-landing-intro--start + .c-landing-gallery {
    position: relative;
    margin-top: -80px
}

@media (max-width: 767px) {
    .c-landing-intro--start + .c-landing-gallery {
        margin-top: -100px
    }
}

.page-template-landing-nav .c-landing-gallery {
    margin-top: 0
}

@media (max-width: 767px) {
    .page-template-landing-nav .c-landing-gallery {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (max-width: 767px) {
    .page-template-landing-nav .c-landing-gallery .c-landing-gallery__title {
        border-bottom: none
    }
}

@media (max-width: 1079px) {
    .page-template-landing-nav .c-landing-gallery .c-landing-gallery__gallery {
        margin-top: 50px
    }
}

.page-template-landing-nav .c-landing-gallery .c-landing-gallery__content h1, .page-template-landing-nav .c-landing-gallery .c-landing-gallery__content h2, .page-template-landing-nav .c-landing-gallery .c-landing-gallery__content h3, .page-template-landing-nav .c-landing-gallery .c-landing-gallery__content h4, .page-template-landing-nav .c-landing-gallery .c-landing-gallery__content h5, .page-template-landing-nav .c-landing-gallery .c-landing-gallery__content h6 {
    font-family: var(--font-family-primary);
    color: var(--font-color-primary);
    font-weight: 500
}

.page-template-landing-nav .c-landing-gallery .c-landing-gallery__content .large-text {
    position: relative;
    width: inherit;
    float: right;
    margin-top: 20px
}

.page-template-landing-nav .c-landing-gallery .c-landing-gallery__content .large-text .c-slider-item__content__title, .page-template-landing-nav .c-landing-gallery .c-landing-gallery__content .large-text p {
    position: absolute;
    left: 10px;
    top: -10px
}

@media (max-width: 1079px) {
    .page-template-landing-nav .c-landing-gallery .c-landing-gallery__content .large-text .c-slider-item__content__title, .page-template-landing-nav .c-landing-gallery .c-landing-gallery__content .large-text p {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (max-width: 767px) {
    .page-template-landing-nav .c-landing-gallery .c-landing-gallery__content .help-text {
        position: absolute;
        bottom: 30px;
        width: 100%
    }
}

.c-images-gallery {
    position: relative;
    width: 100%;
    padding-top: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 640px) and (max-width: 767px) {
    .c-images-gallery {
        padding-top: 40%
    }
}

.c-images-gallery__item input[name=slide_switch] {
    display: none
}

.c-images-gallery__item label {
    margin: 0 4px;
    border: 2px solid #dadada;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s
}

.c-images-gallery input[name=slide_switch]:checked + label {
    border-color: #1ba8b7
}

.c-images-gallery input[name=slide_switch] ~ .c-images-gallery__item__image {
    opacity: 0
}

.c-images-gallery input[name=slide_switch]:checked ~ .c-images-gallery__item__image {
    opacity: 1
}

.c-images-gallery__item__thumbnail {
    width: 64px;
    height: 64px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.c-images-gallery__item__thumbnail.thumbnail-video {
    background-size: cover
}

.c-images-gallery__item__image {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 80%;
    height: 75%;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.c-images-gallery__item__image .c-video {
    padding: 0;
    height: 100%
}

.c-images-gallery__item__image .c-video__player {
    display: inline-block;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.c-images-gallery__item__image .play-button-wrapper {
    max-height: 100%
}

.c-landing-accordions {
    padding: 50px 60px;
    margin-top: 30px;
    background: #fff
}

@media (max-width: 1079px) {
    .c-landing-accordions {
        padding: 50px 20px
    }
}

.c-landing-accordions__title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px
}

.c-landing-accordions__title h1, .c-landing-accordions__title h2, .c-landing-accordions__title h3 {
    font-family: var(--font-family-secondary);
    color: #1ba8b7;
    margin-bottom: 12px;
    font-weight: 400
}

@media (max-width: 799px) {
    .c-landing-accordions__title h1, .c-landing-accordions__title h2, .c-landing-accordions__title h3 {
        font-size: 25px;
        line-height: 1.28em
    }
}

.c-landing-accordions__title .c-slider-item__content__title, .c-landing-accordions__title p {
    padding: 0 200px
}

@media (max-width: 1079px) {
    .c-landing-accordions__title .c-slider-item__content__title, .c-landing-accordions__title p {
        padding: 0
    }
}

.c-landing-callout-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    padding: 50px 60px;
    margin-top: 30px;
    background: #fff
}

@media (max-width: 1079px) {
    .c-landing-callout-image {
        padding: 50px 20px
    }
}

@media (max-width: 799px) {
    .c-landing-callout-image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-landing-callout-image__img {
    width: 35%;
    height: 230px;
    background-position: 50%;
    background-size: cover;
    margin-bottom: 5%
}

@media (max-width: 799px) {
    .c-landing-callout-image__img {
        width: 60%;
        height: 260px
    }
}

@media (max-width: 639px) {
    .c-landing-callout-image__img {
        width: 100%;
        height: 220px
    }
}

.c-landing-callout-image__content {
    width: 60%
}

@media (max-width: 799px) {
    .c-landing-callout-image__content {
        width: 100%
    }
}

@media (max-width: 1079px) {
    .c-landing-callout-image__content {
        width: 75%
    }
}

@media (min-width: 800px) and (max-width: 1079px) {
    .c-landing-callout-image__content {
        width: 55%
    }
}

.c-landing-callout-image__content h1, .c-landing-callout-image__content h2, .c-landing-callout-image__content h3 {
    font-family: var(--font-family-secondary);
    color: #1ba8b7;
    margin-bottom: 12px;
    font-size: 32px
}

@media (max-width: 799px) {
    .c-landing-callout-image__content h1, .c-landing-callout-image__content h2, .c-landing-callout-image__content h3 {
        font-size: 25px;
        line-height: 1.28em
    }
}

@media (min-width: 768px) and (max-width: 799px) {
    .c-landing-callout-image__content h1, .c-landing-callout-image__content h2, .c-landing-callout-image__content h3 {
        font-size: 32px
    }
}

.c-landing-callout-image__content .c-slider-item__content__title, .c-landing-callout-image__content p {
    font-size: 16px;
    line-height: 1.4em
}

.c-landing-callout-image__content .large-text {
    margin-left: 5%;
    vertical-align: middle;
    font-size: 32px
}

@media (max-width: 639px) {
    .c-landing-callout-image__content .large-text {
        margin-top: 5px;
        font-size: 25px
    }
}

.c-landing-callout-image__content .large-text .c-slider-item__content__title, .c-landing-callout-image__content .large-text p {
    display: inline;
    font-size: 32px
}

@media (max-width: 639px) {
    .c-landing-callout-image__content .large-text .c-slider-item__content__title, .c-landing-callout-image__content .large-text p {
        font-size: 25px
    }
}

.c-landing-callout-image__content a.btn, .c-landing-callout-image__content a.btn--wide {
    padding: 9px 70px
}

@media (max-width: 1079px) {
    .c-landing-callout-image__content a.btn, .c-landing-callout-image__content a.btn--wide {
        padding: 9px 70px
    }
}

@media (max-width: 767px) {
    .c-landing-callout-image__content a.btn, .c-landing-callout-image__content a.btn--wide {
        padding: 9px 30px
    }
}

.c-landing-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 60px 60px;
    margin-top: 30px;
    background: #fff
}

@media (max-width: 799px) {
    .c-landing-testimonial {
        padding: 50px 20px
    }
}

.c-landing-testimonial .c-slider-item__content__title, .c-landing-testimonial h1, .c-landing-testimonial h2, .c-landing-testimonial h3, .c-landing-testimonial h4, .c-landing-testimonial h5, .c-landing-testimonial h6, .c-landing-testimonial p {
    width: 100%;
    font-family: var(--font-family-secondary);
    font-size: 24px;
    font-weight: 400;
    color: #006e96;
    text-align: center
}

.c-landing-testimonial img {
    display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 55px;
    margin: 20px 0 10px
}

.c-landing-testimonial .customer-quote-author .c-slider-item__content__title, .c-landing-testimonial .customer-quote-author h1, .c-landing-testimonial .customer-quote-author h2, .c-landing-testimonial .customer-quote-author h3, .c-landing-testimonial .customer-quote-author h4, .c-landing-testimonial .customer-quote-author h5, .c-landing-testimonial .customer-quote-author h6, .c-landing-testimonial .customer-quote-author p {
    font-family: var(--font-family-primary);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.625em;
    color: var(--font-color-primary)
}

.c-landing-callout-link {
    position: relative;
    padding-top: 24px;
    padding-bottom: 12px;
    background: var(--font-color-primary)
}

.c-landing-callout-link__text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 40px;
    margin: 0 60px
}

@media (max-width: 1079px) {
    .c-landing-callout-link__text {
        padding-left: 0;
        margin: 0
    }
}

@media (max-width: 767px) {
    .c-landing-callout-link__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-landing-callout-link__text .c-slider-item__content__title, .c-landing-callout-link__text h1, .c-landing-callout-link__text h2, .c-landing-callout-link__text h3, .c-landing-callout-link__text h4, .c-landing-callout-link__text h5, .c-landing-callout-link__text h6, .c-landing-callout-link__text p {
    color: #fff;
    text-align: left
}

.c-landing-callout-link__text h3 {
    font-size: 18px
}

.c-landing-callout-link__text h3 + .c-slider-item__content__title, .c-landing-callout-link__text h3 + p {
    margin-top: 8px
}

.c-landing-callout-link__text .link-label {
    margin-left: 40px;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
    text-align: right
}

@media (max-width: 799px) {
    .c-landing-callout-link__text .link-label {
        margin-left: 20px
    }
}

@media (max-width: 767px) {
    .c-landing-callout-link__text .link-label {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: 20px
    }
}

.c-landing-callout-link__text:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 20px;
    height: 20px;
    margin-left: 12px;
    content: " ";
    background-image: url(./5f78aa7467b7d61bbd10c84ea457b604.png);
    background-size: 20px 20px
}

@media (max-width: 767px) {
    .c-landing-callout-link__text:after {
        top: auto;
        bottom: 12px;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.c-landing-callout-link__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.c-landing-navigation {
    height: 70px;
    background-color: #f5f5f5;
    padding-left: 0;
    padding-right: 0
}

.c-landing-navigation .navigation-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%
}

.c-landing-navigation__mobile {
    display: none
}

@media (max-width: 1079px) {
    .c-landing-navigation__mobile {
        display: block;
        padding: 10px 20px
    }
}

@media (max-width: 639px) {
    .c-landing-navigation__mobile {
        padding: 10px
    }
}

@media (max-width: 1079px) {
    .c-landing-navigation__mobile__button {
        color: #1ba8b7;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.5em;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: color .3s ease;
        transition: color .3s ease
    }
}

@media (max-width: 1079px) {
    .c-landing-navigation__mobile__button:hover {
        color: var(--font-color-primary);
        text-decoration: none
    }
}

.c-landing-navigation__button {
    display: none
}

@media (max-width: 1079px) {
    .c-landing-navigation__button {
        display: block;
        margin-right: 20px;
        margin-left: auto
    }
}

.c-landing-navigation.is-mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: 999
}

.c-landing-navigation.is-mobile .show {
    display: block !important
}

.c-landing-navigation.is-mobile .darker-bg {
    background: rgba(0, 0, 0, .5);
    top: auto;
    height: 500px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.c-landing-navigation.is-mobile .c-landing-tabs, .c-landing-navigation.is-mobile .darker-bg {
    display: none;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%
}

.c-landing-navigation.is-mobile .c-landing-tabs {
    opacity: 1;
    background-color: #fff;
    right: 0;
    padding-top: 20px;
    padding-bottom: 20px
}

.c-landing-navigation.is-mobile .c-landing-tabs__item .landing-tab {
    padding: 12px;
    text-align: left;
    color: #828282;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500
}

.c-landing-navigation.is-mobile .c-landing-navigation__button {
    margin-right: 0
}

.c-landing-navigation.sticky .c-landing-navigation__button {
    display: block;
    margin-left: auto
}

.c-landing-navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999
}

@media (max-width: 1079px) {
    .c-landing-navigation.sticky {
        margin-top: 0;
        bottom: 0;
        top: auto
    }
}

.c-landing-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-landing-tabs__item .landing-tab {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding: 24px;
    text-align: center;
    color: #1ba8b7;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
    text-decoration: none
}

.c-landing-tabs__item .landing-tab:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    background: #1ba8b7;
    -webkit-transition: all .1s .2s;
    transition: all .1s .2s
}

@media (max-width: 1079px) {
    .c-landing-tabs__item .landing-tab:after {
        background: transparent
    }
}

.c-landing-tabs__item .landing-tab:after {
    left: 100%;
    right: 0
}

.c-landing-tabs__item .landing-tab.active-tab ~ .landing-tab:after {
    left: 0;
    right: 100%
}

.c-landing-tabs__item .landing-tab.active-tab:after {
    left: 0;
    right: 0
}

.c-select {
    background: #f5f5f5
}

.c-select-main {
    background-color: #fff;
    max-width: 1080px;
    margin: 0 auto
}

.c-select-main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-select-main__inner h1, .c-select-main__inner h2, .c-select-main__inner h3, .c-select-main__inner h4, .c-select-main__inner h5, .c-select-main__inner h6 {
    margin-bottom: 12px;
    color: var(--font-color-primary)
}

.c-select-main__inner .form_wraper {
    max-width: 580px
}

.c-select-main__inner__content {
    margin-top: 30px;
    margin-bottom: 55px;
    width: 100%
}

.c-select-main__inner__content .select-form {
    width: 100%;
    margin: 0 auto
}

.c-select-main__inner__content .select-form .form-group {
    margin-bottom: 15px;
    font-weight: 500
}

.c-select-main__inner #change-my-address-0.active, .c-select-main__inner #other-1.active, .c-select-main__inner #report-a-broken-or-damaged-kit-2.active, .c-select-main__inner #request-a-refund-3.active, .c-select-main__inner #request-kits-for-your-office-in-the-us-4.active, .c-select-main__inner #request-kits-for-your-office-internationally-5.active {
    display: block
}

.c-select-main__inner #change-my-address-0 div[role=form], .c-select-main__inner #other-1 div[role=form], .c-select-main__inner #report-a-broken-or-damaged-kit-2 div[role=form], .c-select-main__inner #request-a-refund-3 div[role=form], .c-select-main__inner #request-kits-for-your-office-in-the-us-4 div[role=form], .c-select-main__inner #request-kits-for-your-office-internationally-5 div[role=form] {
    width: 100%
}

.c-select-main__inner #change-my-address-0 div[role=form] form, .c-select-main__inner #other-1 div[role=form] form, .c-select-main__inner #report-a-broken-or-damaged-kit-2 div[role=form] form, .c-select-main__inner #request-a-refund-3 div[role=form] form, .c-select-main__inner #request-kits-for-your-office-in-the-us-4 div[role=form] form, .c-select-main__inner #request-kits-for-your-office-internationally-5 div[role=form] form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.c-select-main__inner #change-my-address-0 div[role=form] form .c-slider-item__content__title, .c-select-main__inner #change-my-address-0 div[role=form] form p, .c-select-main__inner #other-1 div[role=form] form .c-slider-item__content__title, .c-select-main__inner #other-1 div[role=form] form p, .c-select-main__inner #report-a-broken-or-damaged-kit-2 div[role=form] form .c-slider-item__content__title, .c-select-main__inner #report-a-broken-or-damaged-kit-2 div[role=form] form p, .c-select-main__inner #request-a-refund-3 div[role=form] form .c-slider-item__content__title, .c-select-main__inner #request-a-refund-3 div[role=form] form p, .c-select-main__inner #request-kits-for-your-office-in-the-us-4 div[role=form] form .c-slider-item__content__title, .c-select-main__inner #request-kits-for-your-office-in-the-us-4 div[role=form] form p, .c-select-main__inner #request-kits-for-your-office-internationally-5 div[role=form] form .c-slider-item__content__title, .c-select-main__inner #request-kits-for-your-office-internationally-5 div[role=form] form p {
    text-align: left
}

@media (max-width: 799px) {
    .c-select-main__inner #change-my-address-0 div[role=form] form .c-slider-item__content__title input[type=submit], .c-select-main__inner #change-my-address-0 div[role=form] form p input[type=submit], .c-select-main__inner #other-1 div[role=form] form .c-slider-item__content__title input[type=submit], .c-select-main__inner #other-1 div[role=form] form p input[type=submit], .c-select-main__inner #report-a-broken-or-damaged-kit-2 div[role=form] form .c-slider-item__content__title input[type=submit], .c-select-main__inner #report-a-broken-or-damaged-kit-2 div[role=form] form p input[type=submit], .c-select-main__inner #request-a-refund-3 div[role=form] form .c-slider-item__content__title input[type=submit], .c-select-main__inner #request-a-refund-3 div[role=form] form p input[type=submit], .c-select-main__inner #request-kits-for-your-office-in-the-us-4 div[role=form] form .c-slider-item__content__title input[type=submit], .c-select-main__inner #request-kits-for-your-office-in-the-us-4 div[role=form] form p input[type=submit], .c-select-main__inner #request-kits-for-your-office-internationally-5 div[role=form] form .c-slider-item__content__title input[type=submit], .c-select-main__inner #request-kits-for-your-office-internationally-5 div[role=form] form p input[type=submit] {
        width: 100%
    }
}

.c-select-main__inner #change-my-address-0 div[role=form] form .c-slider-item__content__title label, .c-select-main__inner #change-my-address-0 div[role=form] form p label, .c-select-main__inner #other-1 div[role=form] form .c-slider-item__content__title label, .c-select-main__inner #other-1 div[role=form] form p label, .c-select-main__inner #report-a-broken-or-damaged-kit-2 div[role=form] form .c-slider-item__content__title label, .c-select-main__inner #report-a-broken-or-damaged-kit-2 div[role=form] form p label, .c-select-main__inner #request-a-refund-3 div[role=form] form .c-slider-item__content__title label, .c-select-main__inner #request-a-refund-3 div[role=form] form p label, .c-select-main__inner #request-kits-for-your-office-in-the-us-4 div[role=form] form .c-slider-item__content__title label, .c-select-main__inner #request-kits-for-your-office-in-the-us-4 div[role=form] form p label, .c-select-main__inner #request-kits-for-your-office-internationally-5 div[role=form] form .c-slider-item__content__title label, .c-select-main__inner #request-kits-for-your-office-internationally-5 div[role=form] form p label {
    width: 100%
}

.c-select-main__inner #change-my-address-0 div[role=form] form .c-slider-item__content__title label input, .c-select-main__inner #change-my-address-0 div[role=form] form .c-slider-item__content__title label span textarea, .c-select-main__inner #change-my-address-0 div[role=form] form p label input, .c-select-main__inner #change-my-address-0 div[role=form] form p label span textarea, .c-select-main__inner #other-1 div[role=form] form .c-slider-item__content__title label input, .c-select-main__inner #other-1 div[role=form] form .c-slider-item__content__title label span textarea, .c-select-main__inner #other-1 div[role=form] form p label input, .c-select-main__inner #other-1 div[role=form] form p label span textarea, .c-select-main__inner #report-a-broken-or-damaged-kit-2 div[role=form] form .c-slider-item__content__title label input, .c-select-main__inner #report-a-broken-or-damaged-kit-2 div[role=form] form .c-slider-item__content__title label span textarea, .c-select-main__inner #report-a-broken-or-damaged-kit-2 div[role=form] form p label input, .c-select-main__inner #report-a-broken-or-damaged-kit-2 div[role=form] form p label span textarea, .c-select-main__inner #request-a-refund-3 div[role=form] form .c-slider-item__content__title label input, .c-select-main__inner #request-a-refund-3 div[role=form] form .c-slider-item__content__title label span textarea, .c-select-main__inner #request-a-refund-3 div[role=form] form p label input, .c-select-main__inner #request-a-refund-3 div[role=form] form p label span textarea, .c-select-main__inner #request-kits-for-your-office-in-the-us-4 div[role=form] form .c-slider-item__content__title label input, .c-select-main__inner #request-kits-for-your-office-in-the-us-4 div[role=form] form .c-slider-item__content__title label span textarea, .c-select-main__inner #request-kits-for-your-office-in-the-us-4 div[role=form] form p label input, .c-select-main__inner #request-kits-for-your-office-in-the-us-4 div[role=form] form p label span textarea, .c-select-main__inner #request-kits-for-your-office-internationally-5 div[role=form] form .c-slider-item__content__title label input, .c-select-main__inner #request-kits-for-your-office-internationally-5 div[role=form] form .c-slider-item__content__title label span textarea, .c-select-main__inner #request-kits-for-your-office-internationally-5 div[role=form] form p label input, .c-select-main__inner #request-kits-for-your-office-internationally-5 div[role=form] form p label span textarea {
    margin-top: 15px
}

.c-select-main__inner #change-my-address-0 div[role=form] form div.wpc7-warning-text, .c-select-main__inner #other-1 div[role=form] form div.wpc7-warning-text, .c-select-main__inner #report-a-broken-or-damaged-kit-2 div[role=form] form div.wpc7-warning-text, .c-select-main__inner #request-a-refund-3 div[role=form] form div.wpc7-warning-text, .c-select-main__inner #request-kits-for-your-office-in-the-us-4 div[role=form] form div.wpc7-warning-text, .c-select-main__inner #request-kits-for-your-office-internationally-5 div[role=form] form div.wpc7-warning-text {
    padding: 15px 20px;
    text-align: left;
    background-color: #f9edbe;
    border: 1px solid #edc318
}

.c-landing-text-cols {
    width: 100%;
    padding: 50px 60px 0;
    background: #fafafa
}

@media (max-width: 799px) {
    .c-landing-text-cols {
        padding: 0;
        background: #fff
    }
}

.c-landing-text-cols__columns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-landing-text-cols__columns__text {
    width: 50%;
    margin-left: 30px
}

@media (max-width: 799px) {
    .c-landing-text-cols__columns__text {
        display: none
    }
}

.c-landing-text-cols__columns__text .text-title {
    color: var(--font-color-primary);
    font-weight: 500
}

.c-videos {
    width: 100%
}

.c-videos--landing {
    padding: 50px 60px 60px;
    margin-top: 30px;
    background: #fff;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 1079px) {
    .c-videos--landing {
        padding: 50px 20px
    }
}

.c-videos--landing .c-videos__heading {
    width: 100%;
    text-align: center
}

.c-videos--landing .c-videos__heading h1, .c-videos--landing .c-videos__heading h2, .c-videos--landing .c-videos__heading h3, .c-videos--landing .c-videos__heading h4, .c-videos--landing .c-videos__heading h5, .c-videos--landing .c-videos__heading h6 {
    color: var(--font-color-primary)
}

.c-videos--landing .c-videos__heading a {
    font-weight: 500
}

.c-videos--landing .c-videos__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media (max-width: 1079px) {
    .c-videos--landing .c-videos__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-videos--landing .c-videos__content__item {
    width: calc(50% - 30px)
}

@media (max-width: 1079px) {
    .c-videos--landing .c-videos__content__item {
        width: 100%
    }
}

.c-videos--landing .c-video {
    position: relative;
    width: 100%
}

.c-videos--landing .c-video__text {
    padding: 8px
}

.c-videos--landing .c-video__text .c-slider-item__content__title, .c-videos--landing .c-video__text p {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 0
}

.c-videos--landing .c-video--fullwidth {
    height: 300px;
    min-height: 300px
}

@media (max-width: 1079px) {
    .c-videos--landing .c-video--fullwidth {
        height: 400px
    }
}

@media (max-width: 639px) {
    .c-videos--landing .c-video--fullwidth {
        height: 250px;
        min-height: 250px
    }
}

/* Mindk LP === BEGIN */
body.page-template-testing-site-template .navtop__root {
    display: block;
    padding: 0 20px;
}

body.page-template-testing-site-template .navtop__mobile {
    display: none;
}

.c-intro-text-image--landing-page.o-container {
    max-width: 1080px;
    padding: 0;
}

@media (max-width: 1079px) {
    .c-intro-text-image--landing-page.o-container {
        padding: 40px 20px 0 20px;
    }
}

.c-intro-text-image--landing-page .c-intro-text-image__text {
    width: 50%;
    padding-left: 0;
    margin-top: 40px;
}

.c-intro-text-image--landing-page .c-intro-text-image__image {
    width: 50%;
}

.c-intro-text-image--landing-page .c-intro-text-image__image img {
    border-radius: 20px;
    position: relative;
    top: 50px;
}

.c-intro-text-image--landing-page .c-intro-text-image__text h1,
.c-intro-text-image--landing-page .c-intro-text-image__text h2 {
    font-weight: 500;
    font-size: 43px;
}

.c-intro-text-image--landing-page .c-intro-text-image__text h1 + *,
.c-intro-text-image--landing-page .c-intro-text-image__text h2 + * {
    margin-top: 0;
}

.c-intro-text-image--landing-page .c-intro-text-image__text p {
    color: var(--color-white);
    width: 74%;
}

@media (max-width: 1079px) {
    .c-intro-text-image--landing-page .c-intro-text-image__text p {
        width: 100%;
    }
    .c-intro-text-image.c-intro-text-image--landing-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
/*
        position: relative;
        top: 70px;
*/
    }

    .c-intro-text-image--landing-page .c-intro-text-image__text,
    .c-intro-text-image--landing-page .c-intro-text-image__image {
        width: 100%;
        padding: 0;
    }

    .c-intro-text-image--landing-page .c-intro-text-image__image img {
        top: 30px;
    }

    .c-intro-text-image--landing-page .c-intro-text-image__text {
        text-align: left !important;
    }

    .c-tiles--landing-page {
        padding-top: 100px;
    }
}

@media (max-width: 799px) {
    .c-tiles--landing-page .c-tile__content h3 {
        font-size: 30px;
    }

    .c-tiles--landing-page .c-tile__content p {
        font-size: 16px;
    }

    .c-intro-image-text--landing-page .c-intro-image-text__inner__image-web img {
        width: 100%;
        padding: 40px 0;
    }
}

.c-text-image--landing-page {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-tiles--landing-page {
    padding-bottom: 50px;
}

.c-tiles--landing-circle .c-tile__image img {
    display: inline;
    width: 150px;
    height: 150px;
    border: 1px solid #dadada;
    border-radius: 50%
}

.c-tiles--landing-page .c-tile__image img {
    display: inline;
    width: 180px;
    height: 180px;
}

@media (max-width: 799px) {
    .c-tiles--landing-page .c-tile__image {
        width: auto;
        text-align: center;
    }

    .c-tiles--landing-page .c-tile {
        padding: 10px 0;
    }
}

/*
.c-tiles--landing-page .c-tile__content h3 {
    color: var(--color-primary-two);
}
*/

.c-text-image--landing-page .c-text-image__image {
    width: 50%;
}

.c-text-image--landing-page .c-text-image__image img {
    padding: 0 30px 30px;
}

.c-text-image--landing-page .c-text-image__content {
    width: 50%;
    padding: 0 100px;
}

.c-text-image--landing-page.o-container--padding {
    padding: 10px 120px;
}

@media (max-width: 1079px) {
    .c-text-image.c-text-image--landing-page:nth-child(4) {
        padding: 0 20px;
    }
    
    .c-text-image.c-text-image--landing-page:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .c-text-image.c-text-image--landing-page:nth-child(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .c-text-image--landing-page .c-text-image__content,
    .c-text-image--landing-page .c-text-image__content * {
        text-align: left !important;
    }

    .c-text-image--landing-page.o-container--padding {
        padding: 20px;
    }

    .c-tiles--landing-page .c-tile__content h3 {
        line-height: 42px;
    }
}

@media (max-width: 799px) {
    .c-text-image--landing-page .c-text-image__image {
        width: 70%;
    }

    .c-text-image--landing-page .c-text-image__content {
        width: 100%;
        padding: 30px;
    }
}

@media (max-width: 639px) {

    .c-text-image--landing-page .c-text-image__image {
        width: 100%;
    }

}

.c-text-image--landing-page .c-text-image__content h1:last-of-type,
.c-text-image--landing-page .c-text-image__content h2:last-of-type {
    margin-bottom: 20px;
}

.c-text-image--landing-page .c-text-image__content h1,
.c-text-image--landing-page .c-text-image__content h2 {
    font-family: var(--font-family-secondary);
    font-weight: 500;
/*     color: var(--color-primary-two); */
    padding: 15px 30px 0 0;
    border-top: 2px solid var(--color-secondary-six);
}

.c-text-image--landing-page .c-text-image__content h2 {
    font-size: 30px;
}

.c-intro-image-text--landing-page .c-intro-image-text__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-intro-image-text--landing-page .c-intro-image-text__inner {
    max-width: none;
}

.c-intro-image-text--landing-page .c-intro-image-text__inner__image-web {
    width: 70%;
}

.c-intro-image-text--landing-page .c-intro-image-text__inner__content {
    width: 30%;
}

.c-intro-image-text--landing-page .c-intro-image-text__inner__content h1,
.c-intro-image-text--landing-page .c-intro-image-text__inner__content h2 {
    color: var(--color-secondary-six);
    margin-bottom: 20px;
}

.c-intro-image-text--landing-page .c-intro-image-text__inner__content h1 + *,
.c-intro-image-text--landing-page .c-intro-image-text__inner__content h2 + * {
    margin-top: 0;
}

.c-intro-image-text--landing-page .c-intro-image-text__inner__content p {
    color: var(--color-white);
}

@media (max-width: 1079px) {
    .c-intro-image-text--landing-page .c-intro-image-text__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .c-intro-image-text--landing-page .c-intro-image-text__inner__content {
        text-align: left !important;
    }
}

@media (max-width: 799px) {
    .c-intro-image-text--landing-page .c-intro-image-text__inner__image-web,
    .c-intro-image-text--landing-page .c-intro-image-text__inner__content {
        width: 100%;
    }
}

.c-text-image-text--landing-page .c-text-image-text__columns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-text-image-text--landing-page .c-text-image-text__columns__image {
    width: 60%;
    height: auto;
}

.c-text-image-text--landing-page .c-text-image-text__columns__text * {
    font-size: 20px;
}

.c-text-image-text--landing-page .c-benefits-list__item .emoji {
    height: 32px;
    width: 32px;
    margin-right: 20px;
}

.c-text-image-text--landing-page .c-text-image-text__columns__text b,
.c-text-image-text--landing-page .c-text-image-text__columns__text strong {
    font-weight: 700;
}

.c-text-image-text--landing-page .c-text-image-text__title:last-child {
    margin-top: 45px;
}

.c-text-image-text--landing-page .c-text-image-text__title:last-child h4 {
    font-family: var(--font-family-secondary);
    font-size: 20px;
}

.c-text-image-text--landing-page .c-benefits-list {
    margin: 0;
}

.c-text-image-text--landing-page .c-benefits-list__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: none;
    padding: 0;
    width: 100%;
}

.c-text-image-text--landing-page .c-benefits-list__item__text {
    color: var(--font-color-primary);
    font-weight: 400;
}

.c-text-image-text--landing-page .c-list__action {
    padding-top: 30px;
    margin: 0 auto;
}

@media (max-width: 1079px) {
    .c-text-image-text--landing-page .c-text-image-text__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.c-text-image-text--landing-page-small-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.c-text-image-text--landing-page-small-padding .c-text-image-text__title {
    margin-bottom: 25px;
}

.c-text-image--landing-page:nth-child(2) {
    background-image: url('../images/Covid-19_Test_package_delivery_pattern.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.site-testing-template .c-tiles.items-3 .c-tile__image img {
    width: 80px;
}

.site-testing-template .c-tiles.items-3 .c-tile {
    padding-bottom: 40px;
}

.c-text-image-text--landing-page .c-text-image-text__columns__text {
    margin-left: 90px;
}

@media (max-width: 1079px) {
    .c-text-image-text--landing-page .c-text-image-text__columns__text {
        margin-left: 20px;
    }

    .site-testing-template .c-tiles.items-3 .c-tile__content h3 {
        font-size: 30px;
    }

    .site-testing-template .c-tiles.items-3 .c-tile__content p {
        font-size: 16px;
    }

    .c-text-image-text--landing-page .c-text-image-text__columns__image {
        width: 100%;
    }

    .c-text-image-text--landing-page .btn--primary {
        padding: 11px 40px 11px;
        margin: 10px 0;
        font-size: 15px;
    }

    .page-template-testing-site-template .c-logos__item {
        padding: 0 !important;
    }

    .upper-left-dots .c-intro-text-image .c-intro-text-image--landing-page img {
        width: 100%;
    }
}

.page-template-testing-site-template .navtop__root a:hover,
.page-template-testing-site-template .navtop__root a:active,
.page-template-testing-site-template .navtop__root a:focus,
.page-template-testing-site-template .navtop__mobile a:hover,
.page-template-testing-site-template .navtop__mobile a:active,
.page-template-testing-site-template .navtop__mobile a:focus {
    color: var(--color-white);
}

.page-template-testing-site-template .c-logos {
    padding: 40px 60px;
}

.page-template-testing-site-template .full-width-background .c-text {
    padding-bottom: 20px;
}

.page-template-testing-site-template .c-logos__item {
    padding: 0 50px;
}

.tall-dot-pattern .c-text-image__image img {
    background-image: url('../images/Covid-19_Test_package_delivery_pattern.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding: 30px;
}

.short-dot-pattern .c-text-image__image img {
    background-image: url('../images/Group.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 200px;
    padding: 0 30px 30px;
}

.diagonal-dot-pattern .c-text-image-text__columns__image img {
    background-image: url('../images/Color_Self_serve_test_kit_pattern.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 30px;
}

.upper-left-dots .c-intro-text-image--landing-page img {
    background-image: url('../images/Covid-19_test_office_work_gathering_pattern.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 60px 0 0 60px;
    width: 105%;
}

@media (max-width: 1079px) {
    .upper-left-dots .c-intro-text-image .c-intro-text-image--landing-page img {
        width: 100%;
    }
}

.c-text-image-text--landing-page-small-padding .btn:not(.btn-link) {
    text-transform: none;
}

.c-intro-image-text--landing-page.o-container--padding {
    padding: 60px 120px;
}

@media (max-width: 1079px) {
    .c-intro-image-text--landing-page.o-container--padding {
        padding: 60px 30px;
    }
}

.page-template-testing-site-template .c-tiles.items-3.o-container--padding:not(.c-tiles--landing-page) {
    padding-top: 60px;
    padding-bottom: 30px;
}

.c-landing-page-text-buttons-text-yellow-bg .o-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.c-landing-page-text-buttons-text-yellow-bg .o-container--padding {
    padding: 60px 120px;
}

@media (max-width: 1079px) {
    .c-landing-page-text-buttons-text-yellow-bg .o-container--padding {
        padding: 40px 20px;
    }
}

.c-landing-page-text-buttons-text-yellow-bg__top-content h1,
.c-landing-page-text-buttons-text-yellow-bg__top-content h2,
.c-landing-page-text-buttons-text-yellow-bg__top-content h3 {
    font-family: var(--font-family-primary);
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.3125em;
}

.c-landing-page-text-buttons-text-yellow-bg__top-content .h3 + :not(h3), 
.c-landing-page-text-buttons-text-yellow-bg__top-content h3 + :not(h3) {
    margin-bottom: 0;
}

.c-landing-page-text-buttons-text-yellow-bg__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px 0;
}

.c-landing-page-text-buttons-text-yellow-bg__action:not(:last-child) {
    margin-right: 60px;
}

.c-landing-page-text-buttons-text-yellow-bg__bottom-content h4 {
    font-family: var(--font-family-secondary);
    font-size: 25px;
}

@media (max-width: 1079px) {
    .c-landing-page-text-buttons-text-yellow-bg__top-content h1,
    .c-landing-page-text-buttons-text-yellow-bg__top-content h2,
    .c-landing-page-text-buttons-text-yellow-bg__top-content h3 {
        font-size: 25px;
        line-height: 1.28em;
    }
    
    .c-landing-page-text-buttons-text-yellow-bg__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
    }
    
    .c-landing-page-text-buttons-text-yellow-bg__action:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }
}
/* Mindk LP === END */

.c-story {
    width: 100%
}

.c-story blockquote {
    padding-left: 0;
    margin: 40px 0 20px;
    quotes: "“" "”" "‘" "’"
}

.c-story blockquote .c-slider-item__content__title, .c-story blockquote p {
    font-family: var(--font-family-secondary);
    font-size: 24px;
    line-height: 1.5em;
    color: var(--font-color-primary);
    margin-bottom: 0
}

@media (max-width: 799px) {
    .c-story blockquote .c-slider-item__content__title, .c-story blockquote p {
        font-size: 20px
    }

    .page-template-testing-site-template .c-tiles.items-3 .c-tile {
        padding: 10px 0;
    }
}

.c-story blockquote .c-slider-item__content__title:before, .c-story blockquote p:before {
    content: open-quote;
    color: var(--font-color-primary);
    font-size: 24px
}

.c-story blockquote .c-slider-item__content__title:after, .c-story blockquote p:after {
    content: close-quote;
    color: var(--font-color-primary);
    font-size: 24px
}

.c-story blockquote:before {
    display: none
}

.c-icon-link-shortcode {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500
}

.c-icon-link-shortcode__img {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 16px;
    height: 20px;
    background-image: url(./3ba4fc105594a8fe41ae83cc295ce466.png);
    background-size: cover;
    background-repeat: no-repeat
}

.c-not-found {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 580px
}

.c-not-found h1, .c-not-found h2, .c-not-found h3, .c-not-found h4, .c-not-found h5, .c-not-found h6 {
    font-size: 150px;
    font-weight: 200;
    color: #20536c;
    letter-spacing: 0;
    line-height: 180px
}

.c-search-form {
    margin-top: 30px
}

.c-search-form form[role=search] {
    margin: 0 auto
}

.c-search-form form[role=search] div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-search-form form[role=search] div label {
    display: none
}

.c-search-form form[role=search] div input[type=text] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70%;
    margin-right: 2%;
    border-radius: 1px
}

.c-search-form form[role=search] div input[type=submit] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #ce2e51;
    border: none;
    width: 30%;
    border-radius: 5px
}

.c-search-form--search-result form[role=search] {
    margin: 0 auto
}

@media (max-width: 799px) {
    .c-search-form--search-result form[role=search] {
        width: 100%;
        margin-bottom: 20px
    }
}

.c-search-form--search-result form[role=search] div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c-search-form--search-result form[role=search] div label {
    display: none
}

.c-search-form--search-result form[role=search] div input[type=text] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    width: 300px;
    margin-right: 2%;
    border-radius: 1px
}

@media (max-width: 799px) {
    .c-search-form--search-result form[role=search] div input[type=text] {
        width: 70%
    }
}

.c-search-form--search-result form[role=search] div input[type=submit] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: var(--color-primary-three);
    border: none;
    width: 110px;
    border-radius: 3px
}

.c-search-form--search-result form[role=search] div input[type=submit]:hover {
    background-color: var(--color-primary-two);
    border-color: var(--color-primary-two);
}

@media (max-width: 799px) {
    .c-search-form--search-result form[role=search] div input[type=submit] {
        width: 30%
    }
}

@media (max-width: 799px) {
    .c-search-form--search-result {
        width: 100%
    }
}

.c-search {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-search, .c-search__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-search__header {
    max-width: 1250px;
    width: 80%;
    padding-top: 80px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: var(--font-color-primary)
}

@media (max-width: 799px) {
    .c-search__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
        justify-content: baseline;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .c-search__header .c-slider-item__content__title, .c-search__header p {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
}

.c-search__header h1 {
    font-weight: 500;
    font-size: 24px
}

.c-search__header .c-slider-item__content__title, .c-search__header p {
    font-size: 18px;
    margin-top: 32px;
    margin-bottom: 56px
}

.c-search__header .c-slider-item__content__title span, .c-search__header p span {
    font-weight: 500
}

.c-search__header .c-slider-item__content__title span:before, .c-search__header p span:before {
    content: "\201C"
}

.c-search__header .c-slider-item__content__title span:after, .c-search__header p span:after {
    content: "\201D"
}

.c-result-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    width: 100%;
    min-height: 480px;
    font-size: 24px;
    color: #d0c9c9;
    text-align: center
}

.c-result-content, .c-result-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-result-content ul {
    color: var(--font-color-primary);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
    margin: 40px auto;
    text-align: left
}

.c-result-content ul li {
    background-color: #fff;
    padding: 40px 50px 40px 55px;
    border-radius: 4px
}

.c-result-content ul li:not(:last-child) {
    margin-bottom: 11px
}

.c-result-content ul li h1, .c-result-content ul li h2, .c-result-content ul li h3 {
    font-size: 24px
}

.c-result-content ul li .article__meta {
    font-size: 14px;
    margin-bottom: 15px
}

.c-result-content ul li .article__meta span {
    color: var(--font-color-primary);
    font-weight: 500
}

.c-result-content ul li .c-slider-item__content__title, .c-result-content ul li p {
    font-size: 18px
}

.c-pagination ul {
    width: 30%;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.c-pagination ul li a {
    color: #828282;
    text-decoration: none
}

.c-pagination ul li a:hover {
    color: #1ba8b7;
    text-decoration: none
}

.c-pagination ul li span.current {
    color: var(--font-color-primary)
}

.c-loop {
    margin-top: 90px
}

.c-loop__header {
    width: 85%;
    margin: 0 auto
}

.c-loop__header h1 {
    color: var(--font-color-primary);
    width: 100%;
    line-height: 45px;
    font-size: 24px;
    margin: 35px auto;
    font-weight: 500
}

.c-loop-single {
    margin: 90px auto 0;
    width: 80%
}

.c-loop-single__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    margin-bottom: 15px
}

@media (max-width: 799px) {
    .c-loop-single__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.c-loop-single__header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 30px
}

@media (max-width: 799px) {
    .c-loop-single__header__info {
        margin: 24px 0 36px
    }
}

.c-loop-single__header__info__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 37px;
    color: var(--font-color-primary)
}

@media (max-width: 799px) {
    .c-loop-single__header__info__title {
        text-align: center;
        margin-bottom: 36px
    }
}

.c-loop-single__header__info .article__meta span {
    color: var(--font-color-primary);
    font-weight: 500
}

@media (max-width: 799px) {
    .c-loop-single__header__info .article__meta {
        text-align: center
    }
}

.c-comments h3 {
    text-align: center;
    margin-bottom: 38px
}

.c-comments .coments-wrapper {
    background-color: #f5f5f5
}

.c-comments ul.comments {
    width: 80%;
    margin: 0 auto
}

.c-comments ul.comments li {
    border-top: none
}

.c-comments ul.comments li div.comment__entry {
    padding: 23px 29px
}

.c-comments ul.comments li div.comment__entry .comment__author {
    font-weight: 500
}

.c-comments ul.comments li div.comment__entry .comment__author img.avatar {
    position: relative;
    float: left;
    top: unset;
    width: 74px;
    height: 74px;
    margin-right: 20px
}

.c-comments ul.comments li div.comment__entry .comment__text {
    margin-top: 16px
}

.c-comments ul.comments li div.comment__entry .comment__reply a {
    color: var(--font-color-primary);
    font-size: 16px;
    line-height: 30px;
    font-weight: 500
}

.c-comments ul.comments li ul.children {
    padding-left: unset;
    margin-left: 70px
}

.c-comments ul.comments li ul.children:after, .c-comments ul.comments li ul.children:before {
    display: none
}

.c-comments ul.children {
    background-color: #fff
}

.c-comments .comment-respond {
    border-top: none;
    background-color: #fff
}

.c-comments .comment-reply-title {
    display: none
}

.c-comments .comment-respond {
    width: 80%;
    margin: 0 auto
}

.c-comments .comment-respond form.comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-comments .comment-respond form.comment-form .comment-notes {
    display: none
}

.c-comments .comment-respond form.comment-form .comment-form-author {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 35px
}

@media (max-width: 799px) {
    .c-comments .comment-respond form.comment-form .comment-form-author {
        margin-right: 0
    }
}

.c-comments .comment-respond form.comment-form .comment-form-email {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 35px
}

@media (max-width: 799px) {
    .c-comments .comment-respond form.comment-form .comment-form-email {
        margin-right: 0
    }
}

.c-comments .comment-respond form.comment-form .comment-form-url {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.c-comments .comment-respond form.comment-form .comment-form-cookies-consent {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    width: 100%
}

.c-comments .comment-respond form.comment-form .comment-form-comment {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    width: 100%
}

.c-comments .comment-respond form.comment-form .form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    width: 100%
}

.c-comments .comment-respond form.comment-form .form-submit input[type=submit] {
    background-color: #ce2e51;
    border-radius: 3px;
    color: #fff;
    border: none;
    padding: 13px 38px
}

.c-comments .comment-respond form.comment-form .form-submit input[type=submit]:hover {
    cursor: pointer;
    background-color: #ad2744
}

@media (max-width: 799px) {
    .c-comments .comment-respond form.comment-form .form-submit input[type=submit] {
        width: 100%
    }
}

.c-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 80%;
    margin: 0 auto;
    padding-top: 12px;
    padding-bottom: 12px
}

@media (max-width: 1079px) {
    .c-banner {
        margin-top: 60px
    }
}

@media (max-width: 767px) {
    .c-banner {
        padding-top: 12px;
        padding-bottom: 12px
    }
}

.c-banner__icon {
    display: block;
    margin-right: 10px
}

@media (max-width: 767px) {
    .c-banner__icon {
        display: none
    }
}

.c-banner__icon img {
    width: 18px;
    height: 15px
}

.c-banner__text {
    display: block;
    text-align: center
}

@media (max-width: 767px) {
    .c-banner__text {
        display: none
    }
}

.c-banner__text .c-slider-item__content__title, .c-banner__text p {
    color: inherit;
    margin-bottom: 0
}

.c-banner__text a {
    color: inherit;
    text-decoration: underline
}

.c-banner__mobile-text {
    display: none;
    width: 100%;
    text-align: center
}

@media (max-width: 767px) {
    .c-banner__mobile-text {
        display: block
    }
}

.c-banner__mobile-text .c-slider-item__content__title, .c-banner__mobile-text p {
    font-size: 13px;
    line-height: 1.5em;
    color: inherit;
    margin-bottom: 0
}

.c-banner__mobile-text a {
    font-size: 13px;
    color: inherit;
    text-decoration: underline
}

@media (max-width: 1079px) {
    .c-navbar + div .c-banner {
        margin-top: 0
    }
}

.c-text-video-images-text {
    max-width: 1080px;
    margin: 30px auto 0
}

@media (max-width: 767px) {
    .c-text-video-images-text {
        margin: 15px auto 0
    }
}

.c-text-video-images-text .card__inner {
    width: 100%;
    padding: 50px 60px 60px;
    text-align: center
}

@media (max-width: 767px) {
    .c-text-video-images-text .card__inner {
        padding: 5px 6px 6px
    }
}

.c-text-video-images-text .card__inner h1, .c-text-video-images-text .card__inner h2, .c-text-video-images-text .card__inner h3 {
    color: var(--font-color-primary)
}

.c-text-video-images-text .card__inner__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 799px) {
    .c-text-video-images-text .card__inner__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .c-text-video-images-text .card__inner__content .grid--50 {
        width: 75%
    }
}

@media (max-width: 799px) and (max-width: 767px) {
    .c-text-video-images-text .card__inner__content .grid--50 {
        width: 100%
    }
}

.c-text-video-images-text .card__inner__content__video-section {
    margin-right: 3%
}

.c-text-video-images-text .card__inner__content__video-section .img--stories_lauren {
    position: relative;
    padding-bottom: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.c-text-video-images-text .card__inner__content__video-section .play-button {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(./play-button.png);
    background-repeat: no-repeat;
    background-size: 88px 88px;
    background-position: 50%;
    cursor: pointer;
    opacity: .8;
    -webkit-transition: .4s;
    transition: .4s
}

.c-text-video-images-text .card__inner__content__video-section .play-button:hover {
    opacity: 1
}

@media (max-width: 799px) {
    .c-text-video-images-text .card__inner__content__video-section {
        margin-bottom: 5%;
        margin-right: 0
    }
}

.c-text-video-images-text .card__inner__content .section-wrapper .img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5%
}

.c-text-video-images-text .card__inner__content .section-wrapper .img-wrapper img {
    max-width: 220px;
    height: auto
}

@media (max-width: 799px) {
    .c-text-video-images-text .card__inner__content .section-wrapper .img-wrapper img {
        max-width: none;
        width: 100%;
        margin-bottom: 5%
    }
}

@media (max-width: 799px) {
    .c-text-video-images-text .card__inner__content .section-wrapper .img-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-text-video-images-text .card__inner__content__info-section .stories__text {
    text-align: left
}

.c-text-video-images-text .card__inner__content__info-section .stories__text .has-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-text-video-images-text .card__inner__content__info-section .stories__text .has-img img {
    width: 100%;
    height: auto
}

@media (max-width: 799px) {
    .c-text-video-images-text .card__inner__content__info-section .stories__text .has-img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.c-text-video-images-text .card__inner__content__info-section .stories__text blockquote {
    padding-left: 12px;
    margin: 0
}

.c-text-video-images-text .card__inner__content__info-section .stories__text blockquote .c-slider-item__content__title, .c-text-video-images-text .card__inner__content__info-section .stories__text blockquote p {
    font-family: var(--font-family-secondary);
    font-size: 24px;
    line-height: 1.5em;
    color: var(--font-color-primary);
    font-weight: 400
}

.c-cols-callout-row {
    display: flex;
    flex-wrap: nowrap;
}

.c-cols-callout-row.extend {
    max-width: 1724px;
    padding-right: 0;
    padding-left: 0;
}

.c-cols-callout-row__inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.c-cols-callout-media {
    display: flex;
    height: 100%;
}

.c-cols-callout-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

.c-cols-callout-row__inner:not(:first-of-type) {
    margin-left: 6px;
}

.c-cols-callout-content {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 8px;
}

.c-cols-callout-content h2 {
    font-size: 28px;
}

.c-cols-callout-content p {
    margin: 0;
}
.c-cols-callout-content .btn {
    padding: 7px 38px;
    font-size: 14px;
    line-height: 20px;
}

@media screen and (max-width: 1200px) {
    .c-cols-callout-row {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .c-cols-callout-row__inner:not(:first-of-type) {
        margin-left: 0;
    }
    .c-cols-callout-row__inner {
        height: initial!important;
        flex-wrap: wrap;
    }
    .c-cols-callout-content {
        flex-wrap: wrap;
    }
    .c-cols-callout-media {
        width: 100%!important;
    }
    .c-cols-callout-row__inner:not(:first-of-type) {
        margin-top: 0;
    }
}

.c-callout-bg-image {
    width: 100%;
    padding: 25px 80px;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width: 1199px) {
    .c-callout-bg-image {
        padding: 25px 20px
    }
}

@media (max-width: 799px) {
    .c-callout-bg-image {
        background-position-x: 15%
    }
}

.c-callout-bg-image__logo {
    width: 35px;
    height: 58px;
    margin-left: 40px;
    background-size: contain;
    background-repeat: no-repeat
}

@media (max-width: 799px) {
    .c-callout-bg-image__logo {
        margin-left: 0;
        margin-bottom: 12px
    }
}

.c-callout-bg-image__text {
    color: #fff
}

.c-callout-bg-image__text .c-slider-item__content__title, .c-callout-bg-image__text p {
    margin-bottom: 6px;
    color: #fff
}

@media (max-width: 799px) {
    .c-callout-bg-image__btn {
        margin-top: 20px
    }
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

mark {
    background: rgba(22, 100, 187, .1)
}

.aligncenter, .alignleft, .alignnone, .alignright {
    margin: 5px 15px 10px
}

.alignleft {
    margin-left: 0
}

.alignnone, .alignright {
    margin-right: 0
}

.alignnone {
    display: block;
    margin-left: 0
}

.wp-caption {
    position: relative
}

.wp-caption img {
    width: 100%
}

.wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px 40px;
    background: var(--color-blue);
    color: #fff;
    font-family: var(--font-exo);
    line-height: 1.1
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

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

.gallery {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    margin: 0 -15px
}

.gallery .wp-caption-text {
    right: 15px;
    bottom: 15px;
    left: 15px
}

.gallery-item {
    float: left;
    position: relative;
    padding: 15px
}

.gallery-columns-1 .gallery-item, .gallery-item img {
    width: 100%
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33.33%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.67%
}

.gallery-columns-7 .gallery-item {
    width: 14.29%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.11%
}

.gallery-columns-7 .wp-caption, .gallery-columns-8 .wp-caption, .gallery-columns-9 .wp-caption {
    display: none
}

.paging {
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
    font-family: var(--font-exo)
}

.paging ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.paging a, .paging li, .paging ul {
    display: inline-block;
    vertical-align: middle
}

.paging li {
    padding: 0 5px
}

.paging a {
    padding: 5px;
    color: var(--color-base);
    text-decoration: none
}

.paging .current a {
    color: var(--color-red)
}

.section-comments {
    padding-top: 15px
}

.section-comments .c-slider-item__content__title, .section-comments p {
    padding-bottom: 18.2px
}

.section-comments ol, .section-comments ul {
    padding: 0;
    margin: 0;
    list-style: none outside none
}

.section-comments h3 {
    position: relative;
    padding: 0 0 10px
}

.section-comments h3 small {
    position: absolute;
    top: 0;
    right: 0
}

.comments, .comments .children {
    position: relative
}

.comments .children:after, .comments .children:before {
    content: "";
    position: absolute;
    display: block
}

.comments .children:before {
    top: 33px;
    left: 23px;
    width: 32px;
    height: 27px;
    border-left: 8px solid #c3c3c3;
    border-bottom: 8px solid #c3c3c3;
    border-radius: 0 0 0 8px
}

.comments .children:after {
    top: -5px;
    left: 8px;
    border: 20px solid transparent;
    border-bottom-color: #c3c3c3;
    border-width: 20px 19px
}

.comments .comment {
    position: relative;
    border-top: 1px dashed #363636
}

.comments .children {
    padding-left: 70px
}

.comments .avatar {
    position: absolute;
    top: 28px;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #ccc
}

.comments .says {
    padding-left: 5px
}

.comments .moderation-notice {
    display: inline-block;
    margin: 3px 0 8px;
    color: #999
}

.comments .comment-entry {
    position: relative;
    padding: 30px 0 30px 65px
}

.comments .comment-text .c-slider-item__content__title:last-child, .comments .comment-text p:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.comments .comment-meta {
    padding-bottom: 12px
}

.comments .comment-meta a {
    color: #363636
}

.comments .comment-reply {
    padding-top: 10px;
    text-align: right
}

.comments .comment-reply a {
    display: inline-block;
    padding: 5px 10px;
    background: #363636;
    color: #fff;
    border-radius: 6px
}

.comments .comment-reply a:hover {
    text-decoration: none;
    opacity: .8
}

.content {
    float: right;
    width: 65%
}

.sidebar {
    float: left;
    width: 30%
}

.widgets {
    list-style: none outside none
}

.widget {
    padding: 10px 15px;
    margin-bottom: 15px
}

.widget ul {
    list-style: none outside none;
    margin: 0
}

.widget li {
    padding: 5px 0
}

.widget-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 12px
}

.widget_categories .screen-reader-text {
    display: none
}

.widget_categories .post-form {
    width: 100%;
    padding: 5px
}

.widget_calendar table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center
}

.widget_calendar td, .widget_calendar th {
    padding: 5px;
    border: 1px solid #000
}

.widget_calendar caption {
    padding: 12px;
    font-weight: 700
}

.widget_calendar tfoot {
    font-weight: 700
}

.widget_rss .rsswidget {
    vertical-align: middle
}

.widget_rss .rsswidget img {
    float: left;
    margin: 5px 8px 0 0
}

@media (--tablet-portrait) {
    .wp-caption-text {
        padding: 18px
    }

    .gallery {
        margin: 0 -10px
    }

    .gallery .wp-caption-text {
        right: 10px;
        bottom: 10px;
        left: 10px
    }

    .gallery-item {
        padding: 10px
    }
}

@media (--mobile) {
    .aligncenter, .alignleft, .alignnone, .alignright {
        display: block;
        float: none;
        margin: 0 auto 20px
    }

    .gallery .gallery-item {
        width: 100%
    }
}

.has-img img {
    max-width: 100%;
    height: auto
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #b2b6b6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #b2b6b6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

#ot-sdk-btn.ot-sdk-show-settings.mimic-link {
    display: inline;
    color: var(--color-primary-one);
    border: none;
    padding: 0;
    font-size: 12px;
    line-height: 1.625em;
    font-family: var(--font-family-secondary);
    font-style: normal;
    font-weight: 400;
}

#ot-sdk-btn.ot-sdk-show-settings.mimic-link:hover {
    background-color: transparent;
    text-decoration: underline;
    color: var(--color-primary-one);
}

.footer__legalese {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

/*  ==========================================================================================
    MINDK
	==========================================================================================  */

/*  UTILITIES
    ============================================================   */
   
.u-no-padding-bottom {
    padding-bottom: 0;
}

.u-padding-bottom-20 {
    padding-bottom: 20px;
}

.u-padding-bottom-40 {
    padding-bottom: 40px;
}

.u-padding-bottom-50 {
    padding-bottom: 50px;
}

.u-padding-bottom-60 {
    padding-bottom: 60px;
}

.u-padding-left-right-30 {
    padding: 0 30px;
}
    
.u-no-padding-top {
    padding-top: 0;
}

.u-padding-top-60 {
    padding-top: 60px;
}

/*  COMPONENT MODIFIERS
    ============================================================   */

.c-form-submit--large .c-form__submit-button input {
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px 60px 8px;
}

.c-tiles--icons-80 .c-tiles--icons .c-tile .c-tile__image {
    height: 80px;
    width: 80px;
}

.c-tiles--container-padding-bottom-top-60 .o-container--padding {
    padding-bottom: 60px;
    padding-top: 60px;
}

.c-form-content--padded .c-form__pre-form-content {
    padding-left: 20px;
    padding-right: 20px;
}

.c-tiles--colored-icons .c-tile {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.c-tiles--colored-icons.c-tiles--icons .c-tile .c-tile__image {
    height: 40px;
    margin-bottom: 30px;
    width: 40px;
}

/*  NAV
    ============================================================   */

.page-template-testing-site-template .navtop__root {
    display: block;
    padding: 0 20px;
}

.page-template-testing-site-template .navtop__logo-border .navtop__logo {
    width: 112px;
}

@media screen and (max-width: 768px) {
    .page-template-testing-site-template .navtop__logo-border .navtop__logo {
        width: 88px;
    }
}


.page-template-testing-site-template .navtop__mobile {
    display: none;
}

.page-template-testing-site-template .navtop__root a:hover,
.page-template-testing-site-template .navtop__root a:active,
.page-template-testing-site-template .navtop__root a:focus,
.page-template-testing-site-template .navtop__mobile a:hover,
.page-template-testing-site-template .navtop__mobile a:active,
.page-template-testing-site-template .navtop__mobile a:focus {
    color: var(--color-white);
}

.page-template-testing-site-template .navtop__mobile.is-visible {
    height: auto;
    top: 0 !important;
}

.page-template-testing-site-template .c-mobile-menu {
    background: transparent;
}

.page-template-testing-site-template .c-mobile-menu__hamburger span {
    background: var(--color-white);
}

.page-template-testing-site-template .c-mobile-submenu {
    background: var(--color-primary-one);
    border: 0;
    box-shadow: none;
}

.page-template-testing-site-template .c-mobile-submenu .menu-item > a {
    color: var(--color-white);
    position: relative;
}

.page-template-testing-site-template .c-mobile-submenu .menu-item > a::after {
    content: "›";
    position: absolute;
    right: 0;
}

/*  LP-INTRO-TEXT-IMAGE
    ============================================================   */

.page-template-testing-site-template .lp-intro-text-image .o-container {
    max-width: 1080px;
    padding: 0;
}

.page-template-testing-site-template .lp-intro-text-image .c-intro-text-image__text {
    padding-left: 0;
    margin-top: 40px;
    width: 50%;
}

.page-template-testing-site-template .lp-intro-text-image .c-intro-text-image__text h1,
.page-template-testing-site-template .lp-intro-text-image .c-intro-text-image__text h2 {
    font-size: 43px;
    font-weight: 500;
}

.page-template-testing-site-template .lp-intro-text-image .c-intro-text-image__text h1 + *,
.page-template-testing-site-template .lp-intro-text-image .c-intro-text-image__text h2 + * {
    margin-top: 0;
}

.page-template-testing-site-template .lp-intro-text-image .c-intro-text-image__text p {
    color: var(--color-white);
    width: 74%;
}

.page-template-testing-site-template .lp-intro-text-image .c-intro-text-image__image {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    position: relative;
    width: 50%;
}

.page-template-testing-site-template .lp-intro-text-image .c-intro-text-image__image > img {
    border-radius: 20px;
    padding-top: 30px;
    position: relative;
    top: 50px;
    width: 105%;
    z-index: 1;
}

.page-template-testing-site-template .lp-intro-text-image .c-intro-text-image__image-pattern {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

/*  LP-TILES
    ============================================================   */

.page-template-testing-site-template .lp-tiles .o-container {
    padding-bottom: 50px;
}

.page-template-testing-site-template .lp-tiles .c-tile__image img {
    display: inline-block;
}

.page-template-testing-site-template .lp-tiles.tiles-implement .c-tile__image img {
    height: 180px;
    width: 180px;
}

.page-template-testing-site-template .lp-tiles.tiles-stats .c-tile__image img {
    width: 80px;
}

/*  LP-IMAGE-TEXT
    ============================================================   */

.lp-image-text .o-container--valign-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lp-image-text .o-container--padding {
    padding: 50px 120px;
}

.lp-image-text .c-text-image__image {
    background-repeat: no-repeat;
    padding: 0 30px 30px;
    position: relative;
    width: 50%;
}

.lp-image-text.pattern-participant .c-text-image__image {
    background-position: right bottom;
    background-size: 200px;
}

.lp-image-text .c-text-image__image > img {
    display: block;
}

.lp-image-text .c-text-image__content {
    padding: 0 100px;
    width: 50%;
}

.lp-image-text .c-text-image__content h1,
.lp-image-text .c-text-image__content h2 {
    border-top: 2px solid var(--color-secondary-six);
    font-family: var(--font-family-secondary);
    font-weight: 500;
    padding: 15px 30px 0 0;
}

.lp-image-text .c-text-image__content h1:last-of-type,
.lp-image-text .c-text-image__content h2:last-of-type {
    margin-bottom: 20px;
}

.lp-image-text .c-text-image__content h2 {
    font-size: 30px;
}

/*  LP-TEXT-IMAGE
    ============================================================   */

.lp-text-image .o-container--valign-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lp-text-image .o-container--padding {
    padding: 50px 120px;
}

.lp-text-image .c-text-image__content {
    padding: 0 100px;
    width: 50%;
}

.lp-text-image .c-text-image__content h1,
.lp-text-image .c-text-image__content h2 {
    border-top: 2px solid var(--color-secondary-six);
    font-family: var(--font-family-secondary);
    font-weight: 500;
    padding: 15px 30px 0 0;
}

.lp-text-image .c-text-image__content h1:last-of-type,
.lp-text-image .c-text-image__content h2:last-of-type {
    margin-bottom: 20px;
}

.lp-image-text .c-text-image__content h2 {
    font-size: 30px;
}

.lp-text-image .c-text-image__image {
    background-repeat: no-repeat;
    padding: 0 30px 30px;
    position: relative;
    width: 50%;
}

.lp-text-image.pattern-package .c-text-image__image {
    background-position: left top;
    background-size: contain;
}

.lp-image-text.pattern-package-right .c-text-image__image {
    background-position: right bottom;
    background-size: 100px;
}

.lp-image-text.pattern-student .c-text-image__image {
    background-position: right top;
    background-size: 140px;
    padding-top: 15px;
}

.lp-text-image .c-text-image__image > img {
    display: block;
}

/*  LP-INTRO-IMAGE-TEXT
    ============================================================   */

.page-template-testing-site-template .lp-intro-image-text .o-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 120px;
}

.page-template-testing-site-template .lp-intro-image-text .c-intro-image-text__image {
    width: 60%;
}

.page-template-testing-site-template .lp-intro-image-text .c-intro-image-text__image > img {
    height: auto;
    width: 100%;
}

.page-template-testing-site-template .lp-intro-image-text .c-intro-image-text__text {
    padding-left: 80px;
    width: 40%;
}

.page-template-testing-site-template .lp-intro-image-text .c-intro-image-text__text h1,
.page-template-testing-site-template .lp-intro-image-text .c-intro-image-text__text h2 {
    color: var(--color-secondary-six);
    margin-bottom: 20px;
}

.page-template-testing-site-template .lp-intro-image-text .c-intro-image-text__text h1 + *,
.page-template-testing-site-template .lp-intro-image-text .c-intro-image-text__text h2 + * {
    margin-top: 0;
}

.page-template-testing-site-template .lp-intro-image-text .c-intro-image-text__text p {
    color: var(--color-white);
}

/*  LP-LOGOS
    ============================================================   */

.page-template-testing-site-template .lp-logos .c-logos__item {
    padding: 0 50px;
}

/*  LP-TEXT-IMAGE-TEXT
    ============================================================   */

.page-template-testing-site-template .lp-text-image-text .c-text-image-text__columns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-template-testing-site-template .lp-text-image-text .c-text-image-text__columns__image {
    height: auto;
    width: 60%;
}

.page-template-testing-site-template .lp-text-image-text.pattern-kit .c-text-image-text__columns__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 60px;
}

.page-template-testing-site-template .lp-text-image-text .c-text-image-text__columns__text * {
    color: var(--color-primary-one);
    font-size: 20px;
    font-weight: 400;
}

.page-template-testing-site-template .lp-text-image-text .c-benefits-list__item .emoji {
    height: 32px;
    margin-right: 20px;
    width: 32px;
}

.page-template-testing-site-template .lp-text-image-text .c-text-image-text__columns__text b,
.page-template-testing-site-template .lp-text-image-text .c-text-image-text__columns__text strong {
    font-weight: 700;
}

.page-template-testing-site-template .lp-text-image-text .c-text-image-text__title:last-child {
    margin-top: 45px;
}

.page-template-testing-site-template .lp-text-image-text .c-text-image-text__title:last-child h4 {
    font-family: var(--font-family-secondary);
    font-size: 20px;
}

.page-template-testing-site-template .lp-text-image-text .c-benefits-list {
    margin: 0;
}

.page-template-testing-site-template .lp-text-image-text .c-benefits-list__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: none;
    padding: 0;
    width: 100%;
}

.page-template-testing-site-template .lp-text-image-text.c-benefits-list__item__text {
    color: var(--font-color-primary);
    font-weight: 400;
}

.page-template-testing-site-template .lp-text-image-text .c-list__action {
    margin: 0 auto;
    padding-top: 30px;
}

.page-template-testing-site-template .lp-text-image-text .o-containner--padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-template-testing-site-template .lp-text-image-text .c-text-image-text__title {
    margin-bottom: 25px;
}

.page-template-testing-site-template .lp-text-image-text .c-text-image-text__columns__text {
    margin-left: 90px;
}

/*  LP-TEXT-BUTTONS-TEXT
    ============================================================   */

.page-template-testing-site-template .lp-text-buttons-text .o-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-template-testing-site-template .lp-text-buttons-text .o-container--padding {
    padding: 60px 120px;
}

.page-template-testing-site-template .lp-text-buttons-text .c-text-buttons-text__top-content h1,
.page-template-testing-site-template .lp-text-buttons-text .c-text-buttons-text__top-content h2,
.page-template-testing-site-template .lp-text-buttons-text .c-text-buttons-text__top-content h3 {
    font-family: var(--font-family-primary);
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.3125em;
}

.page-template-testing-site-template .lp-text-buttons-text .c-text-buttons-text__top-content .h3 + :not(h3),
.page-template-testing-site-template .lp-text-buttons-text .c-text-buttons-text__top-content h3 + :not(h3) {
    margin-bottom: 0;
}

.page-template-testing-site-template .lp-text-buttons-text .c-text-buttons-text__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px 0;
}

.page-template-testing-site-template .lp-text-buttons-text .c-text-buttons-text__action:not(:last-child) {
    margin-right: 60px;
}

.page-template-testing-site-template .lp-text-buttons-text .c-text-buttons-text__bottom-content h4 {
    font-family: var(--font-family-secondary);
    font-size: 25px;
}

@media (max-width: 1079px) {

    /*  LP-INTRO-TEXT-IMAGE
        ============================================================   */

    .page-template-testing-site-template .lp-intro-text-image .o-container {
        padding: 40px 20px 0 20px;
    }

    .page-template-testing-site-template .lp-intro-text-image .c-intro-text-image__text p {
        width: 100%;
    }

    .page-template-testing-site-template .lp-intro-text-image .c-intro-text-image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-template-testing-site-template .lp-intro-text-image .c-intro-text-image__text,
    .page-template-testing-site-template .lp-intro-text-image .c-intro-text-image__image {
        padding: 0;
        width: 100%;
    }

    .page-template-testing-site-template .lp-intro-text-image .c-intro-text-image__image img {
        top: 30px;
        width: 100%;
    }

    .page-template-testing-site-template .lp-intro-text-image .c-intro-text-image__text {
        text-align: left !important;
    }

    /*  LP-TILES
        ============================================================   */

    .page-template-testing-site-template .lp-tiles .o-container--padding {
        padding: 100px 20px 20px;
    }

    .page-template-testing-site-template .lp-tiles .c-tiles--landing-page .c-tile__content h3 {
        line-height: 42px;
    }

    /*  LP-IMAGE-TEXT
        ============================================================   */

    .lp-image-text .o-container {
        padding: 0 20px;
    }

    .lp-image-text .o-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .lp-image-text .c-text-image__content * {
        text-align: left !important;
    }

    /*  LP-TEXT-IMAGE
        ============================================================   */

    .lp-text-image .o-container {
        padding: 0 20px;
    }

    .lp-text-image .o-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lp-text-image .c-text-image__content * {
        text-align: left !important;
    }

    /*  LP-INTRO-IMAGE-TEXT
        ============================================================   */

    .page-template-testing-site-template .lp-intro-image-text .o-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 50px 30px;
    }

    .page-template-testing-site-template .lp-intro-image-text .c-intro-image-text__image,
    .page-template-testing-site-template .lp-intro-image-text .c-intro-image-text__text {
        width: 100%;
    }

    .page-template-testing-site-template .lp-intro-image-text .c-intro-image-text__text {
        padding-left: 0;
        text-align: left !important;
    }

    /*  LP-LOGOS
        ============================================================   */

    .page-template-testing-site-template .lp-logos .c-logos__item {
        padding: 0;
    }

    /*  LP-TEXT-IMAGE-TEXT
        ============================================================   */

    .page-template-testing-site-template .lp-text-image-text .c-text-image-text__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .page-template-testing-site-template .lp-text-image-text .c-text-image-text__columns__text {
        margin-left: 20px;
    }

    .page-template-testing-site-template .lp-text-image-text .c-text-image-text__columns__image {
        width: 100%;
    }

    /*  LP-TEXT-BUTTONS-TEXT
        ============================================================   */
    .page-template-testing-site-template .lp-text-buttons-text .o-container--padding {
        padding: 40px 20px;
    }

    .page-template-testing-site-template .lp-text-buttons-text .c-text-buttons-text__top-content h1,
    .page-template-testing-site-template .lp-text-buttons-text .c-text-buttons-text__top-content h2,
    .page-template-testing-site-template .lp-text-buttons-text .c-text-buttons-text__top-content h3 {
        font-size: 25px;
        line-height: 1.28em;
    }

    .page-template-testing-site-template .lp-text-buttons-text .c-text-buttons-text__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
    }

    .page-template-testing-site-template .lp-text-buttons-text .c-text-buttons-text__action:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }

}

@media (max-width: 799px) {

    /*  NAV
        ============================================================   */

    .page-template-testing-site-template .invert .navtop__logo-border .navtop__logo.add-border {
        border: 0;
    }

    .page-template-testing-site-template .c-navbar__option {
        display: none;
    }

    .page-template-testing-site-template .navtop__mobile,
    .page-template-testing-site-template .navtop__mobile.is-visible {
        display: block;
    }

    .page-template-testing-site-template .c-navbar__title {
        font-size: 16px;
    }

    /*  LP-INTRO-TEXT-IMAGE
        ============================================================   */

    .page-template-testing-site-template .lp-intro-text-image .c-intro-image-text__inner__image-web img {
        padding: 40px 0;
        width: 100%;
    }

    /*  LP-TILES
        ============================================================   */

    .page-template-testing-site-template .lp-tiles .c-tile {
        padding: 10px 0;
    }

    .page-template-testing-site-template .lp-tiles .c-tile__image {
        text-align: center;
        width: auto;
    }

    .page-template-testing-site-template .lp-tiles .c-tile__content h3 {
        font-size: 30px;
    }

    .page-template-testing-site-template .lp-tiles .c-tile__content p {
        font-size: 16px;
    }

    /*  LP-IMAGE-TEXT
        ============================================================   */

    .lp-image-text .c-text-image__image {
        width: 70%;
    }

    .lp-image-text .c-text-image__content {
        width: 70%;
        padding: 30px;
    }

    /*  LP-TEXT-IMAGE
        ============================================================   */

    .lp-text-image .c-text-image__content {
        width: 70%;
        padding: 30px;
    }

    .lp-text-image .c-text-image__image {
        width: 70%;
    }

}

@media (max-width: 639px) {

    /*  UTILITIES
        ============================================================   */
        
    .u-sm-margin-bottom-30 {
        margin-bottom: 30px;
    }

    /*  COMPONENT MODIFIERS
        ============================================================   */
    
    .c-tiles--colored-icons .c-tile {
        margin-bottom: 25px;
    }
    
    .c-tiles--colored-icons .c-tile:first-child {
        margin-top: 30px;
    }
    
    .c-tiles--colored-icons .c-tile__image {
        margin: 0;
    }

    /*  LP-IMAGE-TEXT
        ============================================================   */

    .lp-image-text .c-text-image__image,
    .lp-image-text .c-text-image__content {
        width: 100%;
    }

    /*  LP-TEXT-IMAGE
        ============================================================   */

    .lp-text-image .c-text-image__content,
    .lp-text-image .c-text-image__image {
        width: 100%;
    }

}

/*
.page-template-testing-site-template .illustration-background .steps-panel-container {
    background-position-y: 25px;
    width: 100%;
}

.page-template-testing-site-template .illustration-background .step-panel {
    padding-right: 60px !important;
}
*/
/* Mindk LP === END */
/* === Case Studies Slider === */
.c-case-studies-slider {
    max-width: 1080px;
}
.c-case-studies-slider .slider-wrapper .owl-theme .custom-nav {
    top: 19%;
}
.c-slider-story {
    margin: 35px;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
    border-bottom: 8px solid var(--color-primary-one);
}

.c-study-content {
    display: flex;
    flex-wrap:wrap;
    max-width: 85%;
    margin: 0 auto;
    padding: 35px 0;
}

.c-slider-story__header .c-study-content {
    justify-content: space-between;
    align-items: center;
}

.c-slider-story__title {
    text-transform: uppercase;
    font-weight: 700;
}

.pink .c-slider-story__title {
    color: var(--color-secondary-five);
}

.c-slider-story__header {
    background-color: var(--color-primary-one);
    color: var(--color-white);
}

.c-slider-story__title {
    flex-basis: 100%;
}

.c-slider-story__feature-image {
    flex-basis: 50%;
}

.c-slider-story__header-right {
    flex-grow: 1;
}

.owl-carousel .owl-item .c-slider-story__feature-image img {
    max-height: 164px;
    width: auto;
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    .c-slider-story {
        margin: 15px;
    }

    .c-study-content {
        padding: 15px;
    }
}

/* === End Case Studies Slider === */

/* === Filterable List Block === */
.c-filterable-list-item {
    display: flex;
    justify-content: space-evenly;
    flex-basis: 50%;
}

.c-filterable-list-item p {
    flex-basis: 100%;
}

.c-filterable-list-search {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.c-filterable-list.list {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
}

div[id^="filterable-list-"] {
    width: 100%;
}

ul.c-filterable-list-pagination {
    display: flex;
    margin-top: 1rem;
    padding-left: 0;
}

.c-filterable-list-pagination-page {
    width: 2rem;
    height: 2rem;
    margin: 0 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color :rgba(196, 196, 196, 0.0);
    border-radius: 1rem;
    transition: all 0.3s;
}

.c-filterable-list-pagination-page.active {
    background-color :rgba(196, 196, 196, 0.25);
}

.c-filterable-list-pagination-page .page {
    color: #211D4F;
}

.c-filterable-list-search {
    position: relative;
}
.c-filterable-list-search input {
    width: 100%;
    padding: 14px 14px 9px 84px;
}
.c-filterable-list-search::before {
    font-family: simple-line-icons;
    font-size: 1.5rem;
    position: absolute;
    display: flex;
    height: calc(100% - 1rem);
    content: "\e090";
    width: 60px;
    border-right: 1px solid #C4C4C4;
    justify-content: center;
    align-items: center;
}

.bold-second-header .c-filterable-list-item {
    flex-wrap: wrap;
}
.bold-second-header .c-filterable-list-item p:first-child {
    margin-bottom: 0;
}
.bold-second-header .c-filterable-list-item p:nth-child(2) {
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    .c-filterable-list-item {
        flex-basis: 100%;
    }
}
/* === End Filterable List Block === */