@charset "UTF-8";
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Italic.woff2) format("woff2"), url(../fonts/Roboto-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold.woff2) format("woff2"), url(../fonts/Roboto-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: the_handregular;
    src: url(../fonts/s-c_type_-_the_hand_regular-webfont.woff2) format("woff2"), url(../fonts/s-c_type_-_the_hand_regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: the_handbold;
    src: url(../fonts/s-c_type_-_the_hand_bold-webfont.woff2) format("woff2"), url(../fonts/s-c_type_-_the_hand_bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 16px;
}
body {
    line-height: 1;
    padding: 0;
    margin: 0;
    color: #101820;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
a,
button,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0;
}
::-moz-focus-inner {
    border: 0;
}
::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #f95c6f;
}
::selection {
    text-shadow: none;
    color: #fff;
    background: #f95c6f;
}
[hidden],
template {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 1.2rem;
    margin-bottom: 1rem;
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.75rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1rem;
}
p {
    margin: 1rem 0;
}
b,
strong {
    font-weight: 700;
}
cite,
dfn,
em,
i {
    font-style: italic;
}
blockquote {
    position: relative;
    margin: 1.35rem 1.45em;
    border-radius: 0.5em;
    border: 1px solid #e7ecef;
    padding: 1.5em 3em;
    opacity: 0.7;
    font-size: 1rem;
    line-height: 1.5;
}
blockquote:before {
    content: "“";
    top: 0.36em;
    left: 0.2em;
    position: absolute;
    color: #9eccee;
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
}
blockquote p:first-child {
    margin-top: 0;
}
blockquote p:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    blockquote {
        padding: 2em 4.4em;
    }
    blockquote:before {
        top: 0.59em;
        left: 0.7em;
    }
}
address {
    font-style: italic;
    margin-bottom: 1rem;
}
code,
kbd,
pre,
samp,
tt,
var {
    font-size: 1em;
    font-family: monospace, monospace;
}
var {
    font-style: italic;
}
code {
    color: #c7254e;
    padding: 2px 4px;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    color: #fff;
    padding: 2px 4px;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
    color: #333;
    font-size: 0.9em;
    line-height: 1.42857143;
    display: block;
    padding: 10px;
    margin-bottom: 1rem;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
mark {
    color: inherit;
    padding: 0 5px;
    text-decoration: none;
}
del,
s,
strike {
    text-decoration: line-through;
}
ins,
u {
    text-decoration: underline;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
small {
    font-size: 85%;
}
big {
    font-size: 125%;
}
hr {
    background: 0 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    margin: 1rem 0;
}
ol,
ul {
    margin: 1rem 0;
    padding: 0 0 0 1.6em;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 1rem;
}
caption,
td,
th {
    text-align: left;
}
td,
th {
    padding: 20px 8px;
    vertical-align: top;
    border-bottom: 1px solid transparent;
}
th {
    font-weight: 700;
    text-transform: uppercase;
}
table > thead > tr > th {
    font-size: 0.8em;
    line-height: 1.1;
    padding-top: 0;
    padding-bottom: 8px;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio,
iframe,
img,
video {
    max-width: 100%;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
figure {
    margin: 0;
}
svg:not(:root) {
    overflow: hidden;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
a {
    color: inherit;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a,
a:hover {
    text-decoration: none;
}
.wysiwyg a:hover,
a.text-pink:hover {
    color: #f13a50 !important;
    text-decoration: none !important;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    cursor: pointer;
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #ccc;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
optgroup {
    font-weight: 700;
}
select[multiple] {
    height: auto;
}
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
    display: block;
    width: 100%;
    height: 2.75em;
    border-radius: 0.45em;
    border: 2px solid #fff;
    padding: 0.6em 0.9em;
    background-image: none;
    background-color: #fff;
    color: #101820;
    font-family: inherit;
    font-weight: 400;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.2em;
    -webkit-transition: border 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: border 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: border 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-appearance: none;
}
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
    border-color: #9eccee;
    background-color: #fff;
    color: rgba(16, 24, 32, 0.5);
}
input[type="date"] .disabled,
input[type="date"]:disabled,
input[type="date"]:disabled[disabled],
input[type="datetime-local"] .disabled,
input[type="datetime-local"]:disabled,
input[type="datetime-local"]:disabled[disabled],
input[type="datetime"] .disabled,
input[type="datetime"]:disabled,
input[type="datetime"]:disabled[disabled],
input[type="email"] .disabled,
input[type="email"]:disabled,
input[type="email"]:disabled[disabled],
input[type="month"] .disabled,
input[type="month"]:disabled,
input[type="month"]:disabled[disabled],
input[type="number"] .disabled,
input[type="number"]:disabled,
input[type="number"]:disabled[disabled],
input[type="password"] .disabled,
input[type="password"]:disabled,
input[type="password"]:disabled[disabled],
input[type="search"] .disabled,
input[type="search"]:disabled,
input[type="search"]:disabled[disabled],
input[type="tel"] .disabled,
input[type="tel"]:disabled,
input[type="tel"]:disabled[disabled],
input[type="text"] .disabled,
input[type="text"]:disabled,
input[type="text"]:disabled[disabled],
input[type="time"] .disabled,
input[type="time"]:disabled,
input[type="time"]:disabled[disabled],
input[type="url"] .disabled,
input[type="url"]:disabled,
input[type="url"]:disabled[disabled],
input[type="week"] .disabled,
input[type="week"]:disabled,
input[type="week"]:disabled[disabled],
select .disabled,
select:disabled,
select:disabled[disabled],
textarea .disabled,
textarea:disabled,
textarea:disabled[disabled] {
    border-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(16, 24, 32, 0.5);
}
textarea {
    height: 150px;
}
::-webkit-input-placeholder {
    color: rgba(16, 24, 32, 0.5);
}
:-ms-input-placeholder {
    color: rgba(16, 24, 32, 0.5);
}
::-moz-placeholder {
    color: rgba(16, 24, 32, 0.5);
}
::-ms-input-placeholder {
    color: rgba(16, 24, 32, 0.5);
}
::placeholder {
    color: rgba(16, 24, 32, 0.5);
}
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.wp-caption.alignleft,
blockquote.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
.wp-caption.alignright,
blockquote.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    margin-bottom: 1.2em;
}
.wp-caption {
    background: 0 0;
    border: none;
    color: inherit;
    margin: 0 0 28px 0;
    max-width: 100%;
}
.wp-caption.alignleft {
    margin: 7px 28px 21px 0;
}
.wp-caption.alignright {
    margin: 7px 0 21px 28px;
}
.wp-caption.aligncenter {
    margin: 7px auto;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
    padding: 11px 16px 0 16px;
    color: rgba(16, 24, 32, 0.5);
    font-size: 14px;
    font-style: italic;
    line-height: 1.2;
    text-align: left;
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: inherit;
    opacity: 0.75;
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
.mce-content-body > :first-child,
.wysiwyg > :first-child {
    margin-top: 0;
}
.mce-content-body > :last-child,
.wysiwyg > :last-child {
    margin-bottom: 0;
}
.mce-content-body a,
.wysiwyg a {
    color: #f95c6f;
    text-decoration: underline;
}
.mce-content-body a:visited,
.wysiwyg a:visited {
    color: #a43542;
}
.mce-content-body a:hover,
.wysiwyg a:hover {
    text-decoration: none;
}
.mce-content-body ol,
.wysiwyg ol {
    list-style-type: decimal;
    padding: 0 0 0 3em;
}
.mce-content-body ol li,
.wysiwyg ol li {
    margin: 10px 0;
    padding-left: 7px;
}
.list-clear {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bg-pink {
    background-color: #f95c6f !important;
}
.bg-cyan {
    background-color: #aad3f2 !important;
}
.bg-cream {
    background-color: #edd3c4 !important;
}
.bg-sky {
    background-color: rgba(158, 204, 238, 0.15) !important;
}
.bg-dark {
    background-color: #101820 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-light-pink {
    background-color: #edd3c4 !important;
}
.bg-img--no-repeat {
    background-repeat: no-repeat;
}
.bg-img--r-c {
    background-position: right center;
}
.brd-b {
    border-bottom: 1px solid transparent;
}
.brd-cyan {
    border-color: #9eccee !important;
}
.brd-grey {
    border-color: #101820 !important;
}
.title-thin {
    font-family: the_handregular, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
}
.title-thin strong {
    font-family: the_handbold, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.title-thin--md {
    margin: 0 0 1.1rem 0;
    font-size: 4rem;
    letter-spacing: 0.01em;
}
.title-thin--sm {
    margin: 0 0 1.1rem 0;
    font-size: 3rem;
    letter-spacing: 0.01em;
}
@media (min-width: 768px) {
    .title-thin--md {
        font-size: 5rem;
    }
	.title-thin--sm {
        font-size: 4rem;
    }
}
.text-pink {
    color: #f95c6f !important;
}
.text-grey {
    color: #101820 !important;
}
.text-white {
    color: #fff !important;
}
.text-cyan {
    color: #9eccee !important;
}
.text-center {
    text-align: center;
}
.text-bold {
    font-weight: 700;
}
.text-vcenter {
    display: inline-block;
    vertical-align: middle;
}
.text-sm {
    font-size: 14px;
    line-height: 1.9;
}
.text-md {
    font-size: 0.9rem;
    line-height: 1.6;
}
.accordion__cont.wysiwyg ul,
.info-table__cell__text ul,
.list-check,
.sec-partnership__wysiwyg ul,
.wwa-section3 .wysiwyg ul {
    list-style: none;
    margin: 1rem 0;
    padding: 0;
}
.accordion__cont.wysiwyg ul li,
.info-table__cell__text ul li,
.list-check li,
.sec-partnership__wysiwyg ul li,
.wwa-section3 .wysiwyg ul li {
    position: relative;
    margin-bottom: 0.8rem;
    padding-left: 2.5em;
}
.accordion__cont.wysiwyg ul li:last-child,
.info-table__cell__text ul li:last-child,
.list-check li:last-child,
.sec-partnership__wysiwyg ul li:last-child,
.wwa-section3 .wysiwyg ul li:last-child {
    margin-bottom: 0;
}
.accordion__cont.wysiwyg ul li:before,
.info-table__cell__text ul li:before,
.list-check li:before,
.sec-partnership__wysiwyg ul li:before,
.wwa-section3 .wysiwyg ul li:before {
    content: "\e900";
    font-size: 1em;
    font-family: iconfont;
    line-height: 1;
    top: 0.23em;
    left: 0;
    position: absolute;
}
.accordion__cont.wysiwyg ul li:before,
.info-table__cell__text ul li:before,
.list-check--primary li:before,
.sec-partnership__wysiwyg ul li:before {
    color: #9eccee;
}
.accordion__cont.wysiwyg ul li li:before,
.info-table__cell__text ul li li:before,
.list-check--primary li li:before,
.sec-partnership__wysiwyg ul li li:before {
    color: #d5d5d6;
}
.list-check--white li:before,
.wwa-section3 .wysiwyg ul li:before {
    color: #fff;
}
.accordion__cont.wysiwyg ul li:before,
.info-table__cell__text ul li:before,
.sec-partnership__wysiwyg ul li:before,
.wwa-section3 .wysiwyg ul li:before {
    content: "\e907";
}
.grid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grid__cell {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
}
.grid--gutter--20.grid {
    margin-right: -10px;
    margin-left: -10px;
}
.grid--gutter--20 > .grid__cell {
    padding-right: 10px;
    padding-left: 10px;
}
.grid--gutter--30.grid {
    margin-right: -15px;
    margin-left: -15px;
}
.grid--gutter--30 > .grid__cell {
    padding-right: 15px;
    padding-left: 15px;
}
.grid--gutter--40.grid {
    margin-right: -20px;
    margin-left: -20px;
}
.grid--gutter--40 > .grid__cell {
    padding-right: 20px;
    padding-left: 20px;
}
.grid__cell--1 {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.grid__cell--2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.grid__cell--4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.grid__cell--3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.grid__cell--5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.grid__cell--6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.grid__cell--7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.grid__cell--8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.grid__cell--9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.grid__cell--10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.grid__cell--11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.grid__cell--12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 480px) {
    .grid__cell--sm--1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .grid__cell--sm--2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .grid__cell--sm--4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .grid__cell--sm--3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .grid__cell--sm--5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .grid__cell--sm--6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .grid__cell--sm--7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .grid__cell--sm--8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .grid__cell--sm--9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .grid__cell--sm--10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .grid__cell--sm--11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .grid__cell--sm--12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .grid__cell--md--1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .grid__cell--md--2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .grid__cell--md--4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .grid__cell--md--3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .grid__cell--md--5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .grid__cell--md--6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .grid__cell--md--7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .grid__cell--md--8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .grid__cell--md--9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .grid__cell--md--10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .grid__cell--md--11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .grid__cell--md--12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .grid__cell--lg--1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .grid__cell--lg--2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .grid__cell--lg--4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .grid__cell--lg--3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .grid__cell--lg--5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .grid__cell--lg--6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .grid__cell--lg--7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .grid__cell--lg--8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .grid__cell--lg--9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .grid__cell--lg--10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .grid__cell--lg--11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .grid__cell--lg--12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .grid__cell--xl--1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .grid__cell--xl--2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .grid__cell--xl--4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .grid__cell--xl--3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .grid__cell--xl--5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .grid__cell--xl--6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .grid__cell--xl--7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .grid__cell--xl--8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .grid__cell--xl--9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .grid__cell--xl--10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .grid__cell--xl--11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .grid__cell--xl--12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.grid.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.m-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.abs {
    position: absolute;
    display: block;
}
.abs--l {
    left: 0;
}
.abs--r {
    right: 0;
}
.abs--t {
    top: 0;
}
.abs--b {
    bottom: 0;
}
.abs--y-center {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.abs--x-center {
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.abs--center {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.container-lg,
.container-sm,
.container-xl {
    width: 100%;
    margin: 0 auto;
}
.container-xl {
    position: relative;
    max-width: 1437px;
}
.container-lg {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}
.hide {
    display: none !important;
}
@media (max-width: 479px) {
    .hide-xs {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hide-sm {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .hide-md {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .hide-lg {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .visible-md {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .visible-sm {
        display: none !important;
    }
}
.btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-radius: 8px;
    padding: 0.8em 1em;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}
.btn-reset {
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0;
}
.btn--primary,
.btn--secondary,
.btn__icon {
    color: #fff;
}
.btn--primary {
    background-color: #f95c6f;
}
.btn--primary:hover {
    background-color: #f13a50;
}
.btn--primary:focus {
    background-color: #b72133;
}
.btn--primary:disabled {
    background-color: #a3a5ae;
}
.btn--secondary {
    background-color: #9eccee;
}
.btn--secondary:hover {
    background-color: #6aa6d1;
}
.btn--secondary:focus {
    background-color: #417396;
}
.btn--secondary:disabled {
    background-color: #a3a5ae;
}
.btn--sm {
    padding: 0.45rem 0.75rem;
    font-size: 0.875rem;
}
.btn-wrap--has-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn--has-icon,
.btn-wrap--has-icon .btn {
    min-width: 13.3rem;
    text-align: left;
    padding-right: 2.8em;
}
.btn__icon {
    margin-right: 0.65em;
    font-size: 1.2em;
}
.maxbutton-1 {
    position: relative;
    min-width: 13.3rem;
    color: #fff !important;
    text-decoration: none !important;
}
.maxbutton-1:after {
    content: "\e901";
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-right: 0.65em;
    font-family: iconfont;
    font-size: 1.2em;
}
.accordion__head,
.accordion__wysiwyg {
    max-width: 735px;
}
.accordion__cont,
.accordion__head {
    padding-left: 2.5rem;
}
@media (min-width: 768px) {
    .accordion__cont,
    .accordion__head {
        padding-left: 6.2rem;
    }
}
.accordion__cont {
    display: none;
    padding-bottom: 1.2rem;
}
@media (max-width: 479px) {
    .accordion__cont {
        padding-left: 0;
    }
}
.accordion__head {
    position: relative;
    display: inline-block;
    margin-bottom: 1.2rem;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
}
.accordion__icon {
    font-size: 0.8em;
    top: 0.29em;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.accordion__head--opened .accordion__icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.breadcrumbs {
    margin: 15px -5px 13px;
    font-size: 12px;
    line-height: 16px;
}
@media (min-width: 768px) {
    .breadcrumbs {
        margin-top: 32px;
        margin-bottom: 25px;
    }
}
.breadcrumbs > span {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}
.breadcrumbs span {
    color: #101820;
}
.breadcrumbs,
.breadcrumbs .current-item {
    color: rgba(16, 24, 32, 0.33);
}
.breadcrumbs a:hover {
    opacity: 0.6;
}
.info-table {
    margin: 1.5rem 0;
}
.info-table__title {
    display: none;
    margin: 0;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #f95c6f;
    border-radius: 8px 8px 0 0;
    font-size: 18px;
    padding: 12px 15px;
}
.info-table__cell {
    overflow: hidden;
    margin-bottom: 1rem;
    border: 1px solid #f95c6f;
    border-radius: 8px;
}
.info-table__cell__title {
    margin-top: 0;
    margin-bottom: 0;
    background: #fa7585;
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 700;
}
.info-table__cell__text {
    padding: 0.9375rem;
    font-size: 1rem;
    line-height: 1.5;
}
@media (min-width: 768px) {
    .info-table__cell__text {
        font-size: 0.875rem;
    }
}
@media (min-width: 768px) {
    .info-table {
        width: 100%;
        max-width: 848px;
    }
    .info-table__title {
        display: block;
    }
    .info-table__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .info-table__cell,
    .info-table__title {
        width: 33.33%;
    }
    .info-table__cell--1 {
        border-right: none;
        border-radius: 8px 0 0 8px;
    }
    .info-table__cell--2 {
        border-right: none;
        border-radius: 0;
    }
    .info-table__cell--3 {
        border-radius: 0 8px 8px 0;
    }
}
.header {
    position: relative;
    background-color: #101820;
    padding: 23px 0;
    font-size: 1rem;
    line-height: 1;
    -webkit-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}
.header--dark {
    background-color: #0b1116;
}
@media (min-width: 992px) {
    .header {
        padding: 2.4em 0 2.5em;
    }
}
.search .header {
    margin-bottom: 1.7rem;
}
.header__logo {
    margin-top: 10px;
}
@media (max-width: 991px) {
    .header__logo {
        max-width: 218px;
    }
}
.header__col--2,
.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
}
.header__col--2 {
    position: relative;
    padding-left: 3.5rem;
}
.header__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__phone {
    margin-right: 1.35em;
}
.header__btn,
.header__search {
    margin-right: 1.6em;
}
.header__burger {
    font-size: 1em;
    min-width: 1.8em;
    text-align: center;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
.header__burger:hover {
    opacity: 0.5;
}
.header__drawer {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 0.8rem 0 3.5rem;
    background: #0b1116;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
    -webkit-transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out, transform 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out, transform 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.header__drawer--active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.wp-megamenu > li > ul.wp-megamenu-sub-menu li .wpmm-item-title {
    font-size: 16px;
    margin: 0 0 5px 0;
    color: rgba(158, 204, 238, 0.5);
    font-weight: 400;
    text-transform: uppercase;
}
.wp-megamenu > li > ul.wp-megamenu-sub-menu li > a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.wp-megamenu > li > ul.wp-megamenu-sub-menu li > a:hover {
    color: #f95c6f;
}
#menu-header-mega-menu > li > ul > li > ul > li:last-child {
    display: none;
}
#menu-footer-mega-menu,
#menu-footer-mega-menu ul,
#menu-header-mega-menu,
#menu-header-mega-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu-footer-mega-menu > li > a,
#menu-header-mega-menu > li > a {
    display: none;
}
@media (min-width: 1050px) {
    #menu-header-mega-menu > li > ul > li > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
#menu-header-mega-menu > li > ul > li > ul > li {
    width: auto;
}
@media (min-width: 1050px) {
    #menu-header-mega-menu > li > ul > li > ul > li .wpmm-submenu-right + .wpmm-submenu-right {
        margin-top: 1.5rem;
    }
}
@media (max-width: 1049px) {
    #menu-header-mega-menu .wpmm-item-title {
        position: relative;
        margin: 0;
        color: #fff;
        font-weight: 700;
        text-transform: capitalize;
        padding: 10px 0 10px 2rem;
        cursor: pointer;
    }
    #menu-header-mega-menu .wpmm-item-title:before {
        content: "\e901";
        font-family: iconfont;
        position: absolute;
        left: 0;
        top: 9px;
        color: #fff;
        font-size: 19px;
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        -o-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    }
    #menu-header-mega-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item {
        position: relative;
    }
    #menu-header-mega-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item.opened .wpmm-item-title {
        color: #f95c6f;
    }
    #menu-header-mega-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item.opened .wpmm-item-title::before {
        color: #f95c6f;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    #menu-header-mega-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item:after {
        content: "";
        position: absolute;
        display: block;
        left: 2rem;
        right: 0;
        height: 1px;
        background: rgba(255, 255, 255, 0.2);
    }
    #menu-header-mega-menu .menu {
        display: none;
        padding: 0 0 14px 2rem;
    }
    #menu-header-mega-menu .menu a {
        padding: 8px 0 !important;
    }
}
@media (min-width: 768px) {
    #menu-footer-mega-menu > li > ul > li > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
#menu-footer-mega-menu > li > ul > li > ul > li {
    width: auto;
}
@media (min-width: 768px) {
    #menu-footer-mega-menu > li > ul > li > ul > li .wpmm-submenu-right + .wpmm-submenu-right {
        margin-top: 1.5rem;
    }
}
@media (max-width: 767px) {
    #menu-footer-mega-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item {
        margin-bottom: 23px;
    }
}
.drawer__search {
    margin-bottom: 1.5rem;
}
.drawer__btn {
    margin-bottom: 1.5rem;
}
.drawer__btn .btn {
    width: 100%;
    display: block;
    text-align: center;
    padding: 1rem 0.75rem;
    font-size: 15px;
    letter-spacing: 0.035em;
}
.drawer__phone {
    margin-bottom: 1.5rem;
    text-align: center;
}
.search__icon,
.search__submit {
    font-size: 1.35rem;
}
.search__submit {
    margin-left: 0.65em;
}
.search__cancel {
    font-size: 1em;
    margin-right: 0.9em;
}
.search__icon {
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
.search__icon:hover {
    opacity: 0.5;
}
@media (max-width: 991px) {
    .search__wrap {
        position: relative;
    }
    .search .search__input {
        padding-left: 3em;
        padding-right: 1em;
        height: 3.1em;
    }
}
@media (min-width: 992px) {
    .search__wrap {
        top: 50%;
        left: 0;
        right: 3.1rem;
        display: block;
        position: absolute;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .search__cancel,
    .search__wrap {
        opacity: 0;
        visibility: hidden;
    }
    .search .search__input {
        padding-left: 3em;
        padding-right: 4.3em;
    }
    .search--opened .search__cancel,
    .search--opened .search__wrap {
        opacity: 1;
        visibility: visible;
    }
}
.phone-num {
    font-size: 0.9375rem;
}
.phone-num__icon {
    margin-right: 0.3em;
    font-size: 1.5em;
}
.footer {
    position: relative;
    background: #101820;
    font-size: 1rem;
    line-height: 1;
}
.footer__top {
    padding: 5.6rem 0 5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
    .footer__top {
        padding-top: 47px;
        padding-bottom: 24px;
    }
    .footer__top .grid__cell--md--3 {
        text-align: center;
    }
}
.footer__logo {
    margin-bottom: 34px;
}
@media (max-width: 991px) {
    .footer__logo img {
        max-width: 170px;
    }
}
.footer__phone {
    margin-bottom: 1.5rem;
}
.footer__btn {
    margin-bottom: 26px;
}
@media (min-width: 992px) {
    .footer__btn {
        margin-bottom: 2.1rem;
    }
}
.footer__social {
    margin-left: -0.37rem;
    margin-right: -0.37rem;
}
@media (max-width: 991px) {
    .footer__social {
        margin-bottom: 31px;
    }
}
.footer__social__item {
    margin: 0 0.37rem;
}
.footer__social__link:hover {
    opacity: 0.6;
}
@media (max-width: 991px) {
    .footer .footer__btn .btn {
        font-size: 14px;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }
    .footer .footer__phone .phone-num {
        font-size: 15px;
    }
}
.footer__btm {
    padding: 2.43rem 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    line-height: 20px;
}
.footer__links {
    color: #fff;
}
.footer__links a {
    text-decoration: underline;
}
.footer__links a:hover {
    text-decoration: none;
}
.footer__copyright {
    color: rgba(255, 255, 255, 0.5);
}
.white-popup {
    position: relative;
    border-radius: 8px;
    background-color: #101820;
    padding: 78px;
    width: auto;
    max-width: 520px;
    margin: 20px auto;
}
.white-popup h2 {
    margin: 0 0 1.1rem 0;
    font-size: 32px;
}
@media (max-width: 766px) {
    .white-popup h2 {
        font-size: 24px;
    }
    .white-popup {
        padding: 30px 25px;
    }
}
#getStartedFormPopup .wpcf7-acceptance label {
    color: #fff;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
    -webkit-transition: opacity 0.15s ease-out, -webkit-transform 0.15s ease-out;
    transition: opacity 0.15s ease-out, -webkit-transform 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out, transform 0.15s ease-out;
    transition: opacity 0.15s ease-out, transform 0.15s ease-out;
    transition: opacity 0.15s ease-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
}
