/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

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

/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
    content: " ";
    display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}

/* # Main Global
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
    scroll-behavior: smooth;
}

/* Chrome fix */
body > div {
    font-size: 18px;
    font-size: 2rem;
}

body {
    background-color: #fff;
    font-family: 'Inter';
    font-weight: normal;
    font-variant: lining-nums;
    color: #000;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-optical-sizing: auto;
    font-size: 18px;
    line-height: 1.1;
}

body input {
    outline: none!important;
}

a:active,
a:focus, {
  outline:0;
  border:none;
  -moz-outline-style: none;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

a {
    text-decoration: underline;
    outline:0;
    border:none;
    -moz-outline-style: none;
}

a:focus,
a:hover {
    text-decoration: none;
    outline:0;
    border:none;
    -moz-outline-style: none;
}

p {
    margin: 0 0 28px;
    padding: 0;
}

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

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    clear: both;
    margin: 1em 0;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

mark {
    background: #ddd;
    color: #000;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

p:last-of-type {
  margin-bottom: unset!important;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

figure {
    margin: 0;
}

/* ## Forms
--------------------------------------------- */

input {
    -webkit-appearance: none!important;
    border-radius: 0px!important;
}

/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #eee;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #eee;
    padding: 6px;
}

th {
    font-weight: 400;
    padding: 0 6px;
}

td:first-child,
th:first-child {
    padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}

/* ## Font References
--------------------------------------------- */

@font-face {
    font-family: 'Avantt';
    src: url('../fonts/AvanttTRIAL-ExtraBold.woff2') format('woff2'),
        url('../fonts/AvanttTRIAL-ExtraBold.woff') format('woff'),
        url('../fonts/AvanttTRIAL-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avantt';
    src: url('../fonts/AvanttTRIAL-BoldItalic.woff2') format('woff2'),
        url('../fonts/AvanttTRIAL-BoldItalic.woff') format('woff'),
        url('../fonts/AvanttTRIAL-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avantt';
    src: url('../fonts/AvanttTRIAL-Bold.woff2') format('woff2'),
        url('../fonts/AvanttTRIAL-Bold.woff') format('woff'),
        url('../fonts/AvanttTRIAL-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avantt';
    src: url('../fonts/AvanttTRIAL-ThinItalic.woff2') format('woff2'),
        url('../fonts/AvanttTRIAL-ThinItalic.woff') format('woff'),
        url('../fonts/AvanttTRIAL-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avantt';
    src: url('../fonts/AvanttTRIAL-Medium.woff2') format('woff2'),
        url('../fonts/AvanttTRIAL-Medium.woff') format('woff'),
        url('../fonts/AvanttTRIAL-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avantt';
    src: url('../fonts/AvanttTRIAL-RegularItalic.woff2') format('woff2'),
        url('../fonts/AvanttTRIAL-RegularItalic.woff') format('woff'),
        url('../fonts/AvanttTRIAL-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avantt';
    src: url('../fonts/AvanttTRIAL-SemiBold.woff2') format('woff2'),
        url('../fonts/AvanttTRIAL-SemiBold.woff') format('woff'),
        url('../fonts/AvanttTRIAL-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avantt';
    src: url('../fonts/AvanttTRIAL-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/AvanttTRIAL-ExtraBoldItalic.woff') format('woff'),
        url('../fonts/AvanttTRIAL-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avantt';
    src: url('../fonts/AvanttTRIAL-Regular.woff2') format('woff2'),
        url('../fonts/AvanttTRIAL-Regular.woff') format('woff'),
        url('../fonts/AvanttTRIAL-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avantt';
    src: url('../fonts/AvanttTRIAL-LightItalic.woff2') format('woff2'),
        url('../fonts/AvanttTRIAL-LightItalic.woff') format('woff'),
        url('../fonts/AvanttTRIAL-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avantt';
    src: url('../fonts/AvanttTRIAL-HeavyItalic.woff2') format('woff2'),
        url('../fonts/AvanttTRIAL-HeavyItalic.woff') format('woff'),
        url('../fonts/AvanttTRIAL-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avantt';
    src: url('../fonts/AvanttTRIAL-Light.woff2') format('woff2'),
        url('../fonts/AvanttTRIAL-Light.woff') format('woff'),
        url('../fonts/AvanttTRIAL-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avantt';
    src: url('../fonts/AvanttTRIAL-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/AvanttTRIAL-SemiBoldItalic.woff') format('woff'),
        url('../fonts/AvanttTRIAL-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avantt';
    src: url('../fonts/AvanttTRIAL-MediumItalic.woff2') format('woff2'),
        url('../fonts/AvanttTRIAL-MediumItalic.woff') format('woff'),
        url('../fonts/AvanttTRIAL-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avantt';
    src: url('../fonts/AvanttTRIAL-Heavy.woff2') format('woff2'),
        url('../fonts/AvanttTRIAL-Heavy.woff') format('woff'),
        url('../fonts/AvanttTRIAL-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avantt';
    src: url('../fonts/AvanttTRIAL-Regular_1.woff2') format('woff2'),
        url('../fonts/AvanttTRIAL-Regular_1.woff') format('woff'),
        url('../fonts/AvanttTRIAL-Regular_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avantt';
    src: url('../fonts/AvanttTRIAL-Thin.woff2') format('woff2'),
        url('../fonts/AvanttTRIAL-Thin.woff') format('woff'),
        url('../fonts/AvanttTRIAL-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter18pt-Bold.woff2') format('woff2'),
        url('../fonts/Inter18pt-Bold.woff') format('woff'),
        url('../fonts/Inter18pt-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter18pt-BoldItalic.woff2') format('woff2'),
        url('../fonts/Inter18pt-BoldItalic.woff') format('woff'),
        url('../fonts/Inter18pt-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter18pt-ExtraBold.woff2') format('woff2'),
        url('../fonts/Inter18pt-ExtraBold.woff') format('woff'),
        url('../fonts/Inter18pt-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter18pt-MediumItalic.woff2') format('woff2'),
        url('../fonts/Inter18pt-MediumItalic.woff') format('woff'),
        url('../fonts/Inter18pt-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter18pt-Regular.woff2') format('woff2'),
        url('../fonts/Inter18pt-Regular.woff') format('woff'),
        url('../fonts/Inter18pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter18pt-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Inter18pt-ExtraBoldItalic.woff') format('woff'),
        url('../fonts/Inter18pt-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter18pt-Medium.woff2') format('woff2'),
        url('../fonts/Inter18pt-Medium.woff') format('woff'),
        url('../fonts/Inter18pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ## Structural
--------------------------------------------- */

section,
header,
footer {
    position: relative;
    width: 100%;
    float: left;
}

.flex,
.flex.slick-slide,
.slick-initialized .flex.slick-slide {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.v-center {
    align-items: center;
}

.h-center {
    justify-content: center;
}

.upper {
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.h-end {
    justify-content: flex-end;
}

.h-start {
    justify-content: flex-start;
}

.one-half {
    width: 49%;
    margin-right: 2%;
}

.one-half:nth-child(2n){
    margin-right: unset;
}

.one-third {
    width: 31.5%;
    margin-right: 2.5%
}

.one-third:nth-child(3n){
    margin-right: unset;
}

/* ## Type
--------------------------------------------- */

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

h1,
.h1 {
    font-size: 77px;
}

h2.small,
.h2.small {
    font-size: 28px;
    margin-bottom: 16px;
}

h2.big,
.h2.big {
    font-size: 37px;
}

h1.main,
.h1.main {
    margin-bottom: 35px;
}

.main-p {
    font-weight: 500;
}

.main-p-narrow {
    width: 342px;
    max-width: 100%;
    margin: 0 auto;
}


/* ## Slick Slider
--------------------------------------------- */

/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* # Header
---------------------------------------------------------------------------------------------------- */

header + main .main-form {
    min-height: calc(100vh - 114px);
}

header {
    background: #fff;
    height: 114px;
}

header img {
    max-height: 52px;
    width: auto;
    object-fit: contain;
    object-position: center;
}


/* # Footer
---------------------------------------------------------------------------------------------------- */

footer {
    padding: 30px 0;
}

.main-footer-copy {
    line-height: 1.4;
    font-size: 11px;
}

.main-footer-copy p {
    margin-bottom: 15px;
}

.main-footer-copy p:last-of-type {
    margin-bottom: unset;
}

.enjoy-responsibly {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.links-line {
    border-top: 2px solid #000;
    padding-top: 21px;
}

.footer-logo-holder {
    padding-bottom: 10px;
}

.footer-logo {
    width: 126px;
    max-width: 100%;
    margin-left: auto;
}

.bottom-link {
    font-family: 'Avantt';
    font-weight: 500;
    line-height: 1.1;
    font-size: 12px;
    margin-right: 27px;
    color: #000;
    text-decoration: none;
}

.bottom-link:last-of-type {
    margin-right: unset;
}

.bottom-links {
    margin-top: 15px;
}

.bottom-links-top {
    margin: 0px 0 19px;
}

.bottom-links-bottom {
    font-size: 9px;
    line-height: 1.3;
}

.social-icon {
    margin-right: 15px;
}

.social-icon:last-of-type {
    margin-right: unset;
}

.links-left {
    width: calc(100% - 120px);
}

.links-right {
    width: 120px;
    margin-left: auto;
}

/* # Page Templates
---------------------------------------------------------------------------------------------------- */

/* ## Containers
--------------------------------------------- */

.form-inner-container {
    width: 700px;
    max-width: 90%;
    margin: 0 auto;
}

.form-inner-narrow {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

.l-site-container {
    width: 1241px;
    max-width: 90%;
    margin: 0 auto;
}

.m-site-container {
    width: 1020px;
    max-width: 90%;
    margin: 0 auto;
}

/* ## Page
--------------------------------------------- */

.form-full {
    width: 100%;
}

.form-area input[type="checkbox"]{
    display: none;
}

.form-area input[type="checkbox"]:checked + .checkbox {
    background-image: url(../on-page/check.svg);
    background-size: 14px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.checkbox {
    width: 20px;
    height: 20px;
    padding: unset;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px!important;
    background-color: #fff;
    content: '';
    display: block;
}

.consent-area {
    font-size: 12px;
    font-weight: 500;
}

.consent-area {
    position: relative;
    padding-left: 30px;
}

.form-area select {
    appearance: none;
    background-image: url(../on-page/arrow-down.svg);
    background-position: calc(100% - 23px) center;
    background-repeat: no-repeat;
    background-size: 26px 24px;
}

.form-area input:not(input[type="checkbox"]),
.form-area select {
    background-color: #fff;
    border: unset!important;
    border-radius: 16px!important;
    font-size: 16px;
    font-weight: 500;
    padding: 19px 23px;
    width: 100%;
}

.pay-method {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

.upload-faux-box-inner svg {
    margin-bottom: 5px;
}

form .steps-box {
    margin-bottom: 37px;
}

form .step-main-text {
    min-height: 30px;
    margin-bottom: 15px;
}

.form-area .one-half,
.form-area .form-full {
    margin-bottom: 17.5px;
}

.steps-box {
    width: 100%;
}

.steps-box .step {
    background: #fff;
    border-radius: 9px;
    position: relative;
    padding: 45px 2.5% 26px;
}

.steps-box h2 {
    margin-bottom: 6px;
}

.step-no {
    height: 62px;
    width: 62px;
    position: absolute;
    top: calc(-62px / 2);
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.step-main-text {
    font-weight: 500;
    font-size: 13px;
}

.steps-box {
    margin-bottom: 17px;
}

.icon-holder svg {
    margin-bottom: 20px;
}

.graphic-left {
    width: 39%;
}

.graphic-left img {
    width: 347px;
    max-width: 90%;
    margin: 0 auto;
}

.form-right {
    width: calc(100% - 39%);
    position: relative;
}

.logo-bg {
    pointer-events: none;
    z-index: 1;
    position: absolute;
    right: -2.5%;
    bottom: -2.5%;
    width: 611px;
    max-width: 75%;
    mix-blend-mode: luminosity;
}

.main-form {
    min-height: 100vh;
    overflow: hidden;
    font-family: 'Avantt';
    font-weight: bold;
}

.form-right-section,
.form-right-sections,
.form-right .slick-track,
.form-right .slick-list {
    height: 100%;
}

.form-right-sections {
    position: relative;
    z-index: 3;
}

.date-verify {
    margin-top: 30px;
}

.date-input input:last-of-type {
    margin-right: unset;
}

.date-input input {
    text-align: center;
    background: unset!important;
    border-radius: unset!important;
    border: unset!important;
    color: #000;
    letter-spacing: 6px;
}

input::placeholder {
    color: #000!important;
    opacity: 1!important;
}

.date-input {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    color: #000;
}

.date-s {
    width: 60px;
}

.date-s-2 {
    width: 50px;
}

.date-m {
    width: 89px;
}

.slash {
    margin: 0 9px;
}

.button-holder {
    margin-top: 40px;
}

.main-button.loading {
    pointer-events: none;
    opacity: .7;
}

.main-button.mail {
    margin-left: 15px;
}

.main-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    font-size: 17px;
    line-height: 1;
    border-radius: 6px;
    text-transform: uppercase;
    height: 46px;
    min-width: 176px;
    padding: 0 15px;
    border: unset;
    appearance: none;
    transition-duration: .3s;
}

.rebate-text {
    font-weight: 900;
    font-size: 22px;
    line-height: 1.1;
}

.main-button-holder {
    width: 100%;
}

.uploader:before {
    padding-top: 65%;
    content: '';
    display: block;
}

.uploader {
    position: relative;
    background: #F3F3F3;
    border-radius: 13px;
}

.upload-faux-box {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
}

.uploader input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

}

.upload-faux-box span {
    font-size: 12px;
    font-weight: 500;
    display: block;
    width: 100%;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media (max-width: 1050px){
    .main-form {
        min-height: unset;
    }
    .graphic-left,
    .form-right {
        width: 100%;
    }
    .graphic-left img {
        width: 200px;
    }
    .graphic-left {
        padding: 50px 0 25px;
        background: unset!important;
    }

    h1.main, .h1.main {
        margin-bottom: 20px;
    }

    .form-right-section.v-center {
        align-items: flex-start;
    }
    h1, .h1 {
        font-size: 37px;
    }
    h2.small, .h2.small {
        font-size: 21px;
        margin-bottom: 12px;
    }

    .main-p {
        font-size: 16px;
    }
    .date-verify {
        margin-top: 21px;
    }
    .button-holder {
        margin-top: 30px;
    }

    .date-input {
        font-size: 22px;
    }

    .date-m {
        width: 77px;
    }

    .date-s-2 {
        width: 42px;
    }

    .date-s {
        width: 50px;
    }
    .slash {
        margin: 0 6px;
    }

    .form-right-section, .form-right-sections, .form-right .slick-track, .form-right .slick-list {
        height: auto;
    }
    .form-right-section {
        padding: 0 0 50px;
    }
    .step-no {
        height: 42px;
        width: 42px;
        top: unset;
        font-size: 23px;
        position: relative;
        margin-bottom: 9px;
    }
    .steps-box .step:last-of-type {
        margin-bottom: unset;
    }
    .form-area select {
        background-position: calc(100% - 15px) center;
    }
    .steps-box .step {
        width: 100%;
        padding: 14px 2.5% 25px;
        margin-right: unset;
        margin-bottom: 15px;
    }
    .form-area input:not(input[type="checkbox"]), .form-area select {
        border-radius: 10px!important;
        padding: 19px 15px;
    }
    .one-half {
        width: 100%;
        margin-right: unset;
    }
    h2.big, .h2.big {
        font-size: 31px;
    }

    .step-main-text {
        width: 266px;
        margin: 0 auto;
        max-width: 90%;
    }
    .form-area .one-half, .form-area .form-full {
        margin-bottom: 12.5px;
    }

    .footer-logo,
    .links-right {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
    .links-left {
        width: 100%;
    }
    .links-right {
        margin-top: 15px;
    }
    .bottom-link {
        margin-right: 15px;
    }
    .bottom-link:last-of-type {
        margin-right: unset;
    }
    .bottom-links-top {
        margin-bottom: 12px;
    }
    .bottom-links-bottom {
        text-align: center;
    }
    .bottom-links-top {
        justify-content: center;
    }
    .bottom-links {
        margin-top: 30px;
    }
    .uploader:before {
        padding-top: 35%;
    }
    form .step-main-text {
        min-height: unset;
    }
    .icon-holder svg {
        margin-bottom: 10px;
    }
    header {
        height: 64px;
    }
    header img {
        max-height: 39px;
    }
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

    *,
    *::before,
    *::after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]::after,
    a[href^="#"]::after,
    .site-title > a::after {
        content: "";
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .content,
    .content-sidebar {
        width: 100%;
    }

    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }

    .title-area {
        text-align: center;
        width: 100%;
    }

    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }

    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px;
    }

    .author-box {
        margin-bottom: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }


    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }

}