@charset "UTF-8";

.pagination ul li+li,
.radio-select label+label,
.table__row {
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e1eaf0;
}

.border-b,
.modal__content,
.table__row {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e1eaf0;
}

p,
time {
    font-family: "Nunito Sans", sans-serif;
}

h1,
h2 {
    letter-spacing: .1rem;
}

a,
mark,
strong {
    color: #ff4344;
}

.table__item--link,
a:hover {
    text-decoration: none;
}

.small-caps h2,
.table__header p {
    font-variant: small-caps;
}

.footer ul li,
.global-nav ul li,
.pagination ul,
.slider__nav ul li,
.social-nav ul li,
.tags li,
.tags--vertical li,
ol li,
ul li {
    list-style-type: none;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .3s;
}

.slide-left-enter-active,
.slide-left-leave-active,
.slide-right-enter-active,
.slide-right-leave-active {
    transition: all .4s ease;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}

.slide-left-enter {
    -webkit-transform: translate(900px, 0);
    transform: translate(900px, 0);
}

.slide-left-enter-to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.slide-left-leave-to,
.slide-right-enter {
    -webkit-transform: translate(-900px, 0);
    transform: translate(-900px, 0);
}

.slide-right-enter-to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.slide-right-leave-to {
    -webkit-transform: translate(900px, 0);
    transform: translate(900px, 0);
}

.slide-transition {
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    position: static;
}

blockquote,
body,
caption,
dd,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
table,
td,
th,
ul {
    margin: 0;
    padding: 0;
}

.border,
.feedback__info,
.radio-select,
.table--status-active,
.table--status-disabled,
.table__header,
input[type=text],
input[type=password],
input[type=email],
input[type=name],
input[type=tel],
input[type=url],
textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #e1eaf0;
}

.table__row {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e1eaf0;
}

.table__row:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.margin-t-15 {
    margin: 15px 0 0;
}

.margin-t-25 {
    margin: 25px 0 0;
}

.margin-t-50 {
    margin: 50px 0 0;
}

.margin-t-75 {
    margin: 75px 0 0;
}

.margin-t-100 {
    margin: 100px 0 0;
}

.margin-t-150 {
    margin: 150px 0 0;
}

.margin-t-200 {
    margin: 200px 0 0;
}

.margin-b-25 {
    margin: 0 0 25px;
}

.margin-b-50 {
    margin: 0 0 50px;
}

.margin-b-75 {
    margin: 0 0 75px;
}

.margin-b-100 {
    margin: 0 0 100px;
}

.margin-b-150 {
    margin: 0 0 150px;
}

.margin-tb-25 {
    margin: 25px 0;
}

.margin-tb-50 {
    margin: 50px 0;
}

.margin-tb-75 {
    margin: 75px 0;
}

.margin-tb-100 {
    margin: 100px 0;
}

.margin-tb-150 {
    margin: 150px 0;
}

.padding-t-25 {
    padding: 25px 0 0;
}

.padding-t-50 {
    padding: 50px 0 0;
}

.padding-t-100 {
    padding: 100px 0 0;
}

.padding-b-25 {
    padding: 0 0 25px;
}

.padding-b-50 {
    padding: 0 0 50px;
}

.padding-b-100 {
    padding: 0 0 100px;
}

.padding-tb-15 {
    padding: 15px 0;
}

.padding-tb-25 {
    padding: 25px 0;
}

.padding-tb-50 {
    padding: 50px 0;
}

.padding-tb-100 {
    padding: 100px 0;
}

.padding-tb-150 {
    padding: 150px 0;
}

body,
html {
    height: 100%;
    font-size: 62.5%;
    background-color: #fff;
}

p,
pre,
span,
time {
    font-size: 1.7rem;
    color: #29384d;
    line-height: 3rem;
}

p {
    font-weight: 400;
    font-style: normal;
}

.italic,
em {
    font-style: italic;
}

p+p {
    padding: 1.4rem 0 0;
}

p+h1,
p+h2,
p+h3,
p+h4,
p+img {
    padding: 4rem 0 0;
}

h1+h2,
h2+h2,
h2+h3,
h2+p,
h3+p,
h4+h1,
h4+ul {
    padding: 1.4rem 0 0;
}

p+p img {
    margin-top: 50px;
}

.font--light h1,
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4 {
    font-weight: 300;
}

blockquote h1::before,
blockquote h2::before,
blockquote h3::before,
blockquote h4::before,
blockquote p::before {
    content: open-quote;
}

blockquote h1::after,
blockquote h2::after,
blockquote h3::after,
blockquote h4::after,
blockquote p::after {
    content: close-quote;
}

blockquote+p,
h1+p {
    margin-top: 15px;
}

pre,
span,
time {
    font-weight: 400;
}

strong {
    font-weight: 600;
}

em,
table {
    font-weight: 400;
    color: #29384d;
    line-height: 3rem;
}

em {
    font-size: 1em;
    text-align: left;
}

mark {
    background-color: transparent;
}

table {
    font-size: 1.7rem;
}

@media all and (max-width:1024px) {

    body,
    html {
        font-size: 60%;
    }
}

@media all and (max-width:375px) {

    blockquote h1,
    blockquote h2,
    blockquote h3,
    blockquote h4 {
        font-size: 3rem;
        line-height: 4rem;
    }
}

h1 {
    font-family: "Source Sans Pro", serif;
    font-size: 5rem;
    line-height: 6rem;
    color: #29384d;
    font-weight: 600;
}

h2,
h3 {
    font-family: "Source Sans Pro", serif;
    font-weight: 400;
    color: #29384d;
}

h2 {
    font-size: 3.4rem;
    line-height: 4.4rem;
}

h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    letter-spacing: .1rem;
}

h4,
h5 {
    font-family: "Source Sans Pro", serif;
    font-weight: 600;
    letter-spacing: .1rem;
    text-transform: uppercase;
}

h4 {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #50575f;
}

h5 {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #29384d;
}

@media all and (max-width:667px) {
    h1 {
        font-size: 3.4rem;
        line-height: 4.4rem;
    }
}

@media all and (max-width:375px) {
    h1 {
        font-size: 3rem;
        line-height: 4rem;
    }
}

a,
ol li,
ul li {
    font-size: 1.7rem;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
}

a {
    line-height: 1.7rem;
    text-decoration: underline;
    outline: 0;
}

ol li,
ul li {
    color: #29384d;
    letter-spacing: .1rem;
    line-height: 3rem;
    font-style: normal;
}

h3+ul {
    margin-top: 10px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=name],
input[type=tel],
input[type=url],
label,
textarea {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: left;
    text-decoration: none;
    color: #29384d;
    letter-spacing: .1rem;
}

input[type=email]:invalid {
    outline: 0;
    box-shadow: none;
}

label {
    font-weight: 500;
    float: left;
    margin-bottom: 14px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=name],
input[type=tel],
input[type=url],
textarea {
    background-color: #fff;
    padding: 18px 20px 15px;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    transition: border-color .2s, ease-in;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=name]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus {
    border-color: #ff4344;
}

h3+label,
input+label,
textarea+label {
    margin-top: 25px;
}

textarea {
    min-height: 150px;
    resize: none;
}

:required {
    box-shadow: none;
}

.box,
.feature .icon {
    box-shadow: 0 10px 30px 0 #e6eaee;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}

.radio-select {
    border-radius: 5px;
    float: left;
}

.radio-select label {
    padding: 12px 20px;
    box-sizing: border-box;
    float: left;
    margin: 0;
    cursor: pointer;
}

.radio-select label input[type=radio] {
    margin-right: 15px;
}

input[type=text].code-input {
    background-color: #f9fcfd;
    font-weight: 500;
}

::-webkit-input-placeholder {
    color: #c9c9cc;
}

:-moz-placeholder {
    color: #c9c9cc;
    opacity: 1;
}

::-moz-placeholder {
    color: #c9c9cc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #c9c9cc;
}

::-moz-focus-inner {
    border: 0;
}

.checkbox {
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-image: url("/images/checkbox-sprite.svg");
    background-size: 18px 36px;
    background-position: 0 0;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 5px;
}

.checkbox input[type=checkbox] {
    border: 0;
    line-height: unset;
    outline: 0;
    opacity: .01;
    display: block;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.table__header,
.table__row {
    width: 100%;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    align-content: center;
    box-sizing: border-box;
}

.checkbox--checked {
    background-position: 0 -18px;
}

.table,
.table--sign-ups {
    max-width: 1000px;
    width: 100%;
    float: left;
    border-radius: 3px;
    box-sizing: border-box;
}

.table--sign-ups {
    max-width: 600px;
}

.table__header {
    display: flex;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.table__header p {
    color: #29384d;
    font-weight: 500;
    font-size: 1.6rem;
}

.table__body {
    float: left;
    width: 100%;
}

.table__row {
    display: flex;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}

.container,
.flex {
    display: -webkit-box;
}

.flex--direction,
.modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.table__item--lg,
.table__item--md,
.table__item--sm,
.table__item--xlg,
.table__item--xsm {
    box-sizing: border-box;
    padding: 12px 0;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
}

.table__item--xsm {
    -webkit-box-flex: .5;
    flex: .5;
}

.table__item--sm {
    -webkit-box-flex: 1;
    flex: 1;
}

.table__item--md {
    -webkit-box-flex: 2;
    flex: 2;
}

.table__item--lg {
    -webkit-box-flex: 3;
    flex: 3;
}

.table__item--xlg {
    -webkit-box-flex: 4;
    flex: 4;
}

.table__item--lg:first-of-type,
.table__item--md:first-of-type,
.table__item--sm:first-of-type,
.table__item--xlg:first-of-type,
.table__item--xsm:first-of-type {
    padding: 12px 0 12px 20px;
}

.table__item--lg:last-of-type,
.table__item--md:last-of-type,
.table__item--sm:last-of-type,
.table__item--xlg:last-of-type,
.table__item--xsm:last-of-type {
    padding: 12px 20px 12px 0;
}

.table__item--thumb {
    height: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50%;
}

.container,
.row {
    width: 100%;
    float: left;
}

.table__item--link {
    transition: color, text-decoration, .2s, ease-in;
    color: #29384d;
}

.table--status-active,
.table--status-disabled {
    border-color: #ff4344;
    transition: background-color, .2s, ease-in;
}

.table__item--link:focus,
.table__item--link:hover {
    text-decoration: underline;
    color: #ff4344;
}

.table--status-active,
.table--status-disabled {
    font-size: 1.3rem;
    padding: 2px 0;
    border-radius: 25px;
    text-decoration: none;
}

.table--status-active {
    background-color: #fff;
    color: #fff;
    line-height: 2rem;
    vertical-align: middle;
    white-space: nowrap;
}

.table--status-disabled {
    background-color: #ff4344;
    color: #29384d;
}

.container {
    display: flex;
}

.flex {
    display: flex;
}

.flex--align {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.flex--direction {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.flex--img {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.flex--space {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.flex--center {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.tags,
.tags--vertical {
    float: left;
}

.border-radius {
    border-radius: 5px;
}

hr {
    margin: 10px 0;
    display: inline-block;
    border: 0;
    height: 3px;
    background-image: linear-gradient(to right, #ff4344 0, #ff6a43 80%);
    width: 80px;
}

.base-color-60 {
    background-color: #fff;
}

.base-color-30 {
    background-color: #ff6a43;
}

.base-color-10 {
    background-color: #ff4344;
}

.lighter-gray {
    background-color: #eef4f7;
}

.dark-gray {
    background-color: #ff5e34;
}

.dark-blue {
    background-color: #ff1011;
}

.gradient {
    background: linear-gradient(to bottom, #fff 0, #f6f7fb 34%, #f6f7fb 57%, #fff 100%);
}

.btn--secondary,
.feature .icon {
    background-color: #fff;
    box-sizing: border-box;
}

.base-img img {
    max-width: 100%;
}

.base-img--90 img {
    max-width: 90%;
}

.base-img--80 img {
    max-width: 80%;
}

.base-img--grid {
    display: -webkit-box;
    display: flex;
}

.base-img--grid .img {
    -webkit-box-flex: 1;
    flex: 1;
}

.base-img--grid .img img {
    max-width: 100%;
}

.base-img--grid .img:first-child {
    padding-right: 10px;
}

.base-img--grid .img:last-child {
    padding-left: 10px;
}

@media all and (max-width:400px) {
    .base-img--grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .base-img--grid .img+.img {
        margin-top: 10px;
    }

    .base-img--grid .img:first-child {
        padding-right: 0;
    }

    .base-img--grid .img:last-child {
        padding-left: 0;
    }
}

.test-img img {
    width: 100%;
    max-width: 412px;
}

.logo--sm {
    max-width: 80px;
    width: 100%;
}

.logo--mt {
    max-width: 100px;
    width: 100%;
    margin-bottom: 50px;
}

.logo--md {
    max-width: 120px;
    width: 100%;
}

.logo--lg {
    max-width: 200px;
    width: 100%;
}

.logo--xlg {
    max-width: 300px;
    width: 100%;
}

.video__wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video__wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feature .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: background-color, .2s ease-in;
}

.feature .icon p {
    color: #ff4344;
    text-transform: uppercase;
    line-height: 1.7rem;
}

.tags li {
    margin: 10px 5px 0 0;
    padding: 0;
    display: inline-block;
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 300;
    color: #ff4344;
}

.tags--vertical li {
    display: block;
    color: #ff4344;
}

@media all and (max-width:900px) {

    .feature .col-5,
    .feature .col-7 {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .feature .col-5:last-child,
    .feature .col-7:last-child {
        float: right;
        margin-right: 0;
    }

    .feature .col-5+.col-7 {
        margin-top: 50px;
    }
}

.wrap--lg,
.wrap--md,
.wrap--sm,
.wrap--xlg,
.wrap--xsm {
    margin-left: auto;
    margin-right: auto;
}

@media all and (max-width:768px) {

    .feature .feature__center,
    .flex--align {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .flex--align {
        flex-direction: column;
    }

    .base-img--80,
    .base-img--90 {
        text-align: center;
    }

    .base-img--80 img,
    .base-img--90 img {
        max-width: 100%;
    }

    .feature .feature__center {
        text-align: center;
        display: -webkit-box;
        display: flex;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
    }
}

.wrap--lg:after,
.wrap--md:after,
.wrap--sm:after,
.wrap--xlg:after,
.wrap--xsm:after {
    content: " ";
    display: block;
    clear: both;
}

.wrap,
.wrap--lg,
.wrap--md,
.wrap--sm,
.wrap--xlg,
.wrap--xsm {
    width: 90%;
    box-sizing: border-box;
}

.wrap--xlg {
    max-width: 1400px;
}

.wrap--lg {
    max-width: 1180px;
}

.wrap--md {
    max-width: 900px;
}

.wrap--sm {
    max-width: 700px;
}

.wrap--xsm {
    max-width: 400px;
}

.wrap--md__left {
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    float: left;
}

.grid-row {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.col-1 {
    width: 5.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
}

.col-1:last-child {
    margin-right: 0;
    float: left;
}

.col-2 {
    width: 14.2857142857%;
    float: left;
    margin-right: 2.8571428571%;
}

.col-2:last-child {
    margin-right: 0;
    float: left;
}

.col-3 {
    width: 22.8571428571%;
    float: left;
    margin-right: 2.8571428571%;
}

.col-3:last-child {
    margin-right: 0;
    float: left;
}

.col-4 {
    width: 31.4285714286%;
    float: left;
    margin-right: 2.8571428571%;
}

.col-4:last-child {
    margin-right: 0;
    float: left;
}

.col-5 {
    width: 40%;
    float: left;
    margin-right: 2.8571428571%;
}

.col-5:last-child {
    margin-right: 0;
    float: left;
}

.col-6 {
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%;
}

.col-6:last-child {
    margin-right: 0;
    float: left;
}

.col-7 {
    width: 57.1428571429%;
    float: left;
    margin-right: 2.8571428571%;
}

.col-7:last-child {
    margin-right: 0;
    float: left;
}

.col-8 {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
}

.col-8:last-child {
    margin-right: 0;
    float: left;
}

.col-9 {
    width: 74.2857142857%;
    float: left;
    margin-right: 2.8571428571%;
}

.col-9:last-child {
    margin-right: 0;
    float: left;
}

.col-10 {
    width: 82.8571428571%;
    float: left;
    margin-right: 2.8571428571%;
}

.col-10:last-child {
    margin-right: 0;
    float: left;
}

.col-11 {
    width: 91.4285714286%;
    float: left;
    margin-right: 2.8571428571%;
}

.col-11:last-child,
.col-12 {
    float: left;
    margin-right: 0;
}

.col-12 {
    width: 100%;
    margin-left: 0;
}

@media all and (max-width:950px) {

    .col-3,
    .col-8 {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .col-3:last-child,
    .col-8:last-child {
        float: right;
        margin-right: 0;
    }

    .col-3+.col-8 {
        margin-top: 25px;
    }
}

@media all and (max-width:768px) {

    .col-10,
    .col-4,
    .col-5,
    .col-6,
    .col-7 {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .col-10:last-child,
    .col-4:last-child,
    .col-5:last-child,
    .col-6:last-child,
    .col-7:last-child {
        float: right;
        margin-right: 0;
    }

    .col-3+.col-8,
    .col-4+.col-4,
    .col-6+.col-6,
    .col-7+.col-5 {
        margin-top: 25px;
    }
}

.btn,
.btn--primary,
.btn--secondary,
.contact .contact__wrap input[type=submit] {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
}

.btn+.btn,
.btn+.btn--primary,
.btn+.btn--secondary,
.btn--primary+.btn,
.btn--primary+.btn--primary,
.btn--primary+.btn--secondary,
.btn--secondary+.btn,
.btn--secondary+.btn--primary,
.btn--secondary+.btn--secondary,
.contact .contact__wrap .btn+input[type=submit],
.contact .contact__wrap .btn--primary+input[type=submit],
.contact .contact__wrap .btn--secondary+input[type=submit],
.contact .contact__wrap input[type=submit]+.btn,
.contact .contact__wrap input[type=submit]+.btn--primary,
.contact .contact__wrap input[type=submit]+.btn--secondary,
.contact .contact__wrap input[type=submit]+input[type=submit] {
    margin-left: 5px;
}

.btn--primary {
    box-sizing: border-box;
    color: #fff;
    border: none;
    border-radius: 9999px;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #ff4344 0, #ff8f54 60%, #ff6a43 100%);
    transition: background-position .2s ease-in;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
    text-decoration: none;
    background-position: right center;
}

.btn--secondary {
    color: #ff4344;
    border-radius: 9999px;
    border: 2px solid transparent;
    transition: background-color, .2s ease-in;
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn--sm {
    padding: 14px 10px 13px;
}

.btn--md {
    padding: 18px 50px 17px;
}

.btn--lg {
    width: 100%;
    padding: 18px 0 17px;
}

.btn[disabled],
.contact .contact__wrap input[disabled][type=submit],
[disabled].btn--primary,
[disabled].btn--secondary {
    cursor: not-allowed;
    opacity: .3;
}

.btn[disabled]:active,
.btn[disabled]:focus,
.btn[disabled]:hover,
.contact .contact__wrap input[disabled][type=submit]:active,
.contact .contact__wrap input[disabled][type=submit]:focus,
.contact .contact__wrap input[disabled][type=submit]:hover,
[disabled].btn--primary:active,
[disabled].btn--primary:focus,
[disabled].btn--primary:hover,
[disabled].btn--secondary:active,
[disabled].btn--secondary:focus,
[disabled].btn--secondary:hover {
    background-position: left;
}

.active.btn--primary,
.active.btn--secondary,
.btn.active,
.contact .contact__wrap input.active[type=submit] {
    background-color: #ff2a2b;
}

.btn--spinner {
    min-width: 16px;
    min-height: 16px;
    display: inline-block;
    margin-right: 10px;
}

.btn--spinner:before {
    content: "Loadingâ€¦";
    width: 16px;
    height: 16px;
    display: block;
}

.overlay,
.preloader__overlay {
    left: 0;
    height: 100vh;
    z-index: 1000;
    overflow-y: scroll;
    bottom: 0;
}

.btn--spinner:not(:required):before {
    content: "";
    border-radius: 50%;
    border-top: 2px solid #fff;
    border-right: 2px solid transparent;
    -webkit-animation: spinner .6s linear infinite;
    animation: spinner .6s linear infinite;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, .7);
}

.modal {
    max-width: 860px;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    margin: 5vh auto;
}

.box,
.modal__footer {
    -webkit-box-align: center;
}

.modal__header {
    padding: 10px 0;
    text-align: center;
    background-color: #354153;
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.modal__content,
.modal__footer {
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.modal__header h3 {
    color: #fff;
    font-size: 1.8rem;
    display: inline-block;
    text-transform: uppercase;
}

.modal__header a.close {
    position: absolute;
    right: 18px;
    top: 18px;
}

.modal__header a.close img {
    transition: .2s, ease-in, -webkit-transform;
    transition: transform, .2s, ease-in;
    transition: transform, .2s, ease-in, -webkit-transform;
    display: block;
}

.modal__content {
    text-align: center;
    min-height: 400px;
    padding: 40px 30px 30px;
    float: left;
    box-sizing: border-box;
}

.modal__content h2 {
    font-size: 2.2rem;
}

.modal__content p {
    padding: 0;
}

.modal__footer {
    padding: 25px 0;
    display: -webkit-box;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.modal__footer a+a {
    margin: 0 0 0 40px;
    transition: color, text-decoration, .2s, ease-in;
}

.modal__footer a+a:hover {
    text-decoration: underline;
    color: #ff4344;
}

.feedback,
.feedback__alert,
.feedback__info,
.feedback__success {
    width: 100%;
    float: left;
    padding: 18px 20px;
    box-sizing: border-box;
}

.feedback__success {
    background-color: #e1f5e8;
}

.feedback__success h2,
.feedback__success p {
    color: #63c099;
    font-size: 1.6rem;
}

.feedback__alert {
    background-color: #f5b7a4;
}

.feedback__alert h2,
.feedback__alert p {
    color: #f06b4d;
    font-size: 1.6rem;
}

.feedback__alert--span {
    color: #e37674;
    display: block;
}

.feedback__info {
    vertical-align: middle;
    background-color: #f7fbfe;
    border-radius: 3px;
}

.feedback__info h2 {
    font-size: 1.6rem;
    font-weight: 500;
}

.feedback__info p {
    font-size: 1.6rem;
}

.feedback__info .alert {
    color: #e37674;
    font-weight: 500;
}

.pagination {
    width: 100%;
    float: left;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li a:link,
.pagination ul li a:visited {
    color: #29384d;
    text-decoration: none;
    transition: color, .2s, ease-in;
}

.pagination ul li a:focus,
.pagination ul li a:hover {
    color: #ff4344;
}

.pagination ul li .current {
    border-bottom: 2px solid #ff4344;
}

.pagination ul li .disabled {
    opacity: .5;
    cursor: default;
}

.pagination ul li .disabled:hover {
    color: #29384d;
}

.pagination ul li+li {
    margin-left: 14px;
    padding-left: 14px;
}

.preloader__overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.preloader {
    height: 4px;
    width: 50%;
    position: relative;
    overflow: hidden;
    background-color: #e1eaf0;
}

.preloader:before {
    display: block;
    position: absolute;
    content: "";
    left: -100px;
    width: 100px;
    height: 4px;
    background-color: #ff4344;
    -webkit-animation: loading 1.5s linear infinite;
    animation: loading 1.5s linear infinite;
}

.project-wrap,
.project__box {
    position: relative;
}

.box,
.project__box .info {
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

@-webkit-keyframes loading {
    from {
        left: -100px;
        width: 20%;
    }

    to {
        left: 100%;
    }
}

@keyframes loading {
    from {
        left: -100px;
        width: 20%;
    }

    to {
        left: 100%;
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.preloader--spinner {
    min-width: 60px;
    min-height: 60px;
    display: inline-block;
}

.preloader--spinner:before {
    content: "Loadingâ€¦";
    width: 60px;
    height: 60px;
    display: block;
}

.box,
.box-wrap {
    display: -webkit-box;
}

.preloader--spinner:not(:required):before {
    content: "";
    border-radius: 50%;
    border-top: 4px solid #ff4344;
    border-right: 4px solid transparent;
    -webkit-animation: spinner .6s linear infinite;
    animation: spinner .6s linear infinite;
}

.box-wrap {
    display: flex;
    flex-wrap: wrap;
}

.box {
    width: 31.4285714286%;
    float: left;
    margin-right: 2.8571428571%;
    padding: 65px 20px;
    border-radius: 5px;
    border: 1px solid transparent;
    margin-bottom: 40px;
    transition: all .2s ease-in;
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.box .body,
.box .logo {
    width: 100%;
    float: left;
}

.banner,
.box .logo {
    -webkit-box-align: center;
}

.box:last-child {
    margin-right: 0;
    float: left;
}

.box .logo {
    display: -webkit-box;
    display: flex;
    align-items: center;
    padding: 0;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.box img {
    border: none;
    display: inline-block;
}

.box h2 {
    font-size: 3rem;
    line-height: 3rem;
}

.box p {
    padding: 1rem 0 0;
}

.box a:link,
.box a:visited {
    margin-top: 15px;
    display: block;
}

.box:nth-child(3n) {
    margin-right: 0;
}

.box__col-6 {
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%;
    margin-bottom: 25px;
}

.box__col-6:last-child {
    margin-right: 0;
    float: left;
}

@media all and (max-width:550px) {
    .box__col-6 {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}

.box__col-6:nth-child(2n) {
    margin-right: 0;
}

.box__col-6:nth-child(n+3) {
    margin-top: 50px;
}

.project__box {
    width: calc(50% - 10px);
    float: left;
    margin: 0 20px 20px 0;
    text-decoration: none;
    color: transparent;
}

.project__box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: block;
}

.project__box .info {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    padding: 20px;
    transition: opacity .2s ease-in;
}

.project__box .info h2 {
    font-size: 5.5rem;
    line-height: 5.5rem;
    font-weight: 600;
}

@media all and (max-width:650px) {
    .project__box {
        width: 100%;
    }

    .project__box .info {
        opacity: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .3);
    }

    .project__box .info h2 {
        font-size: 3.5rem;
        line-height: 3.5rem;
        font-weight: 600;
        color: #fff;
    }

    .project__box .info p {
        color: #fff;
    }
}

.project__box .info .btn--md {
    padding: 18px 30px 17px;
}

.ua-mobile .info {
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}

.ua-mobile .info h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-weight: 600;
    color: #fff;
}

.ua-mobile .info p {
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
}

.project__box:hover .info {
    opacity: 1;
}

.project__box:nth-child(1),
.project__box:nth-child(3) {
    height: 540px;
}

.project__box:nth-child(2) {
    float: right;
    margin: 0 0 20px;
    height: 1100px;
}

@media all and (max-width:650px) {
    .project__box:nth-child(2) {
        height: 340px;
    }
}

.project__box:nth-child(6) {
    margin: 0 0 20px;
    float: right;
    height: 540px;
}

.project__box:nth-child(8) {
    margin: 0 0 20px;
    float: right;
    height: 340px;
}

.project__box:nth-child(9) {
    margin: 0 0 20px;
    float: right;
    height: 540px;
}

.project__box:nth-child(5) {
    margin: 0 0 20px;
    float: right;
    height: 540px;
}

@media all and (max-width:700px) {
    .box {
        width: 48.5714285714%;
        float: left;
        margin-right: 2.8571428571%;
    }

    .box:last-child {
        margin-right: 0;
        float: left;
    }

    .box:nth-child(2n) {
        margin-right: 0;
    }

    .box:nth-child(3n) {
        margin-right: 2.8571428571%;
    }
}

@media all and (max-width:550px) {
    .box {
        margin: 0;
        width: 100%;
        float: left;
    }

    .box:last-child {
        margin-right: 0;
        float: left;
    }

    .box+.box {
        margin: 25px 0 0;
    }

    .box:nth-child(2n),
    .box:nth-child(3n) {
        margin-right: 0;
    }
}

.top-bar {
    width: 100%;
    float: left;
    padding: 25px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .2s ease-in;
    background-color: #fff;
}

.show {
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}

.logo {
    float: left;
    width: 30%;
    padding: 6px 0 0;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 204px;
    width: 100%;
    border: none;
}

.global-nav__toggle {
    position: relative;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    float: right;
    background-color: transparent;
    transition: all .3s ease;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.global-nav__toggle p {
    float: left;
    font-size: 2rem;
    font-weight: 400;
    transition: color .3s ease;
}

.global-nav__toggle span,
.global-nav__toggle span:after,
.global-nav__toggle span:before {
    position: relative;
    width: 40px !important;
    height: 4px !important;
    padding: 0 !important;
    background-color: #29384d;
    display: block;
    content: "";
    top: 16px;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    float: right;
    border-radius: 5px;
}

.global-nav__toggle span:before {
    top: -9px;
}

.global-nav__toggle span:after {
    top: 6px;
}

.global-nav__toggle.open span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    z-index: 1000;
}

.global-nav__toggle.open span:after,
.global-nav__toggle.open span:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 0;
    background-color: #fff;
}

.global-nav__toggle.open span:after {
    top: -2px;
}

.global-nav__toggle.open p {
    color: #fff;
}

.global-nav__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to top right, #ff4344 0, #ff6a43 80%);
    z-index: 999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    transition: all .3s ease;
    box-sizing: border-box;
}

.global-nav__overlay p {
    font-weight: 400;
    color: #fff;
}

.global-nav p {
    font-size: 2rem;
    line-height: 2rem;
}

.global-nav ul,
.global-nav ul li {
    padding: 0;
}

.global-nav ul li a:link,
.global-nav ul li a:visited {
    text-decoration: none;
    font-size: 5rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: .2rem;
    position: relative;
    padding: 4px 0;
    color: #fff;
    text-transform: uppercase;
}

.global-nav ul li a:link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: "";
    opacity: 0;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    text-decoration: none;
}

.global-nav ul li a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.global-nav ul li+li {
    margin-top: 30px;
}

.global-nav ul li:first-child {
    margin-top: 25px;
}

.social-nav p {
    font-size: 2rem;
    line-height: 2rem;
}

.social-nav ul {
    width: 100%;
    float: left;
    margin: 25px 0;
}

.social-nav ul li {
    float: left;
    padding: 0;
    margin: 0;
}

.social-nav ul li a:link img,
.social-nav ul li a:visited img {
    width: 42px;
    height: 42px;
    display: block;
    transition: all .3s, -webkit-transform .3s;
    transition: all .3s, transform .3s;
    transition: all .3s, transform .3s, -webkit-transform .3s;
    border: none;
}

.social-nav ul li a:hover img {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.social-nav ul li+li {
    margin-left: 25px;
}

.no-scroll {
    overflow: hidden;
    position: fixed;
}

@media all and (max-width:667px) {
    .logo {
        width: 50%;
    }

    .global-nav ul li a:link,
    .global-nav ul li a:visited {
        font-size: 4rem;
        line-height: 4rem;
        font-weight: 700;
    }

    .global-nav ul li+li {
        margin-top: 20px;
    }
}

.footer p {
    color: #adbabf;
}

.footer a:link {
    display: block;
}

.footer a:link img {
    max-width: 180px;
    width: 100%;
    border: none;
}

.footer ul {
    float: right;
}

.footer ul li {
    float: left;
}

.footer ul li a:link,
.footer ul li a:visited {
    color: #29384d;
    text-decoration: none;
    position: relative;
    padding-bottom: 4px;
    transition: color .3s, -webkit-transform .3s;
    transition: color .3s, transform .3s;
    transition: color .3s, transform .3s, -webkit-transform .3s;
}

.footer ul li a:link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ff4344;
    content: "";
    opacity: 0;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    text-decoration: none;
}

.footer ul li a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.footer ul li a:hover {
    color: #ff4344;
}

.contact h2,
.contact p,
.slider .slider__content .item .item__body a:link,
.slider .slider__content .item .item__body a:visited,
.slider .slider__content .item .item__body h3,
.slider .slider__content .item .item__body p {
    color: #fff;
}

.footer ul li+li {
    margin: 0 0 0 15px;
}

@media all and (max-width:900px) {
    .footer ul li+li {
        margin: 0 0 0 10px;
    }
}

@media all and (max-width:850px) {
    .footer {
        text-align: center;
    }

    .footer .col-3,
    .footer .col-6 {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .footer .col-3:last-child,
    .footer .col-6:last-child {
        margin-right: 0;
        float: left;
    }

    .footer .col-3+.col-3,
    .footer .col-3+.col-6 {
        margin-top: 15px;
    }

    .footer ul {
        width: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .footer ul li+li {
        margin: 0 0 0 10px;
    }
}

.banner,
.slider {
    display: -webkit-box;
}

@media all and (max-width:400px) {
    .footer ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .footer ul li+li {
        margin: 10px 0 0;
    }
}

.banner {
    background-image: url("/images/header-img-new.jpg");
    background-position: bottom 0 right 7%;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 750px;
    display: flex;
    align-items: center;
}

.banner__content {
    width: 100%;
    max-width: 600px;
    float: left;
    box-sizing: border-box;
}

.banner__content h1 {
    font-size: 6.4rem;
    line-height: 7.4rem;
    font-weight: 600;
}

@media all and (max-width:1400px) {
    .banner {
        background-size: 70%;
        background-position: bottom 0 right -15%;
    }
}

@media all and (max-width:900px) {
    .banner {
        background-size: 80%;
        background-position: bottom 0 right -60%;
    }

    .banner__content {
        max-width: 550px;
    }
}

@media all and (max-width:800px) {
    .banner {
        background-size: 80%;
        background-position: bottom 0 right -60%;
        min-height: 550px;
    }

    .banner__content h1 {
        font-size: 5.5rem;
        line-height: 6.5rem;
    }
}

@media all and (max-width:766px) {
    .center--mobile {
        text-align: center;
    }

    .banner {
        background-image: none;
        min-height: 500px;
        background-color: #eef4f7;
    }

    .banner__content {
        text-align: center;
        max-width: 100%;
    }

    .banner__content h1 {
        font-size: 6rem;
        line-height: 7rem;
    }
}

@media all and (max-width:400px) {
    .banner__content h1 {
        font-size: 5.5rem;
        line-height: 6rem;
    }
}

.slider {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.slider .arrows a,
.slider .slider__content .item .item__body {
    display: -webkit-box;
    transition: background-color, .2s ease-in;
    box-sizing: border-box;
}

.slider .arrows {
    float: left;
    margin: 0 20px;
}

.slider .arrows a {
    width: 50px;
    height: 50px;
    float: left;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 30px 0 #e6eaee;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.slider .arrows a img {
    max-width: 100%;
    display: block;
    border: none;
}

.slider .left:hover a {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
}

.slider .right:hover a {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

.slider .slider__content {
    width: 100%;
    margin: auto;
}

.slider .slider__content .item {
    width: 31.4285714286%;
    float: left;
    margin-right: 2.8571428571%;
    box-sizing: border-box;
    box-shadow: 0 10px 30px 0 #e6eaee;
    position: relative;
}

.slider .slider__content .item:last-child {
    margin-right: 0;
    float: left;
}

.slider .slider__content .item img {
    max-width: 100%;
    border-radius: 5px;
    display: block;
}

.slider .slider__content .item .item__body {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 5px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 40px;
}

.slider .slider__content .item .item__body h3 {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 300;
}

.slider .slider__content .item .item__body p {
    line-height: 1.7rem;
}

.slider .slider__content .item .item__body p+a {
    padding-top: 1rem;
}

.slider .slider__content .item .item__body:hover {
    background-color: rgba(255, 67, 68, .8);
}

.slider__nav ul {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.slider__nav ul li {
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 50%;
    background-color: rgba(255, 67, 68, .6);
    padding: 0;
    transition: background-color, .2s ease-in;
}

.slider__nav ul li.selected,
.slider__nav ul li:hover {
    background-color: #ff4344;
}

.slider__nav ul li+li {
    margin: 0 0 0 20px;
}

.slider__nav ul li:hover {
    cursor: pointer;
}

@media all and (max-width:740px) {
    .slider .slider__content {
        width: 60%;
    }

    .slider .slider__content .item {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .slider .slider__content .item+.item {
        margin-top: 20px;
    }
}

@media all and (max-width:500px) {
    .slider .slider__content {
        width: 80%;
    }
}

.contact {
    background-image: linear-gradient(to top right, #ff4344 0, #ff6a43 90%);
}

.contact .contact__wrap {
    background-color: #eb3334;
    border-radius: 9999px;
    width: 100%;
    max-width: 600px;
    float: left;
}

.contact .contact__wrap input[type=email] {
    background-color: transparent;
    border: none;
    width: 65%;
    float: left;
    color: #fff;
    padding: 21px 20px 0;
    line-height: normal;
}

.contact .contact__wrap input[type=submit] {
    width: 35%;
    float: left;
    background-color: #fff;
    box-sizing: border-box;
    border: none;
    border-radius: 9999px;
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in;
    padding: 22px 0;
    color: #ff4344;
    font-weight: 600;
    line-height: 1.6rem;
    margin: 0;
}

.contact .contact__wrap input[type=submit]:hover {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

.contact .contact__wrap ::-webkit-input-placeholder {
    color: #fff;
}

.contact .contact__wrap :-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.contact .contact__wrap ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.contact .contact__wrap :-ms-input-placeholder {
    color: #fff;
}

.contact .contact__wrap ::-moz-focus-inner {
    border: 0;
}

.contact__form {
    width: 100%;
    max-width: 760px;
    float: left;
}

.contact__form p {
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 8.5rem;
}

.contact__form input[type=text] {
    border: none;
    border-radius: 0;
    line-height: normal;
    transition: all .2s ease-in;
    font-size: 2rem;
    box-shadow: inset 0 -2px 0 0 transparent;
}

.contact__form input[type=text]:active,
.contact__form input[type=text]:focus {
    background-color: transparent;
    box-shadow: inset 0 -2px 0 0 #ff4344;
}

.contact__form ::-webkit-input-placeholder {
    font-size: 2rem;
    font-weight: 300;
}

.contact__form :-moz-placeholder {
    font-size: 2rem;
    font-weight: 300;
    opacity: 1;
}

.contact__form ::-moz-placeholder {
    font-size: 2rem;
    font-weight: 300;
    opacity: 1;
}

.contact__form :-ms-input-placeholder {
    font-size: 2rem;
    font-weight: 300;
}

@media all and (max-width:530px) {
    .contact__form input[type=text] {
        max-width: 220px;
        width: 100%;
    }
}

@media all and (max-width:375px) {
    .contact .contact__wrap {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        background-color: transparent;
        border-radius: 0;
    }

    .contact .contact__wrap input[type=submit],
    .contact .contact__wrap input[type=email] {
        width: 100%;
    }

    .contact .contact__wrap input[type=email] {
        margin-bottom: 15px;
        background-color: #df5362;
        padding: 22px 20px 20px;
        line-height: normal;
        border-radius: 9999px;
    }
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}