.text-light {
    color: #fff;
}
.testing {
    color: pink;
}
.testing2 {
    color: purple;
}

html {
    box-sizing: border-box;
    font-size: 16px;
}
*,
:after,
:before {
    box-sizing: inherit;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0;
    font-weight: 400;
}
ol,
ul {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
.bridge2020 a {
    color: #00a2b8;
}
.bridge2020-inner .home-hero-carousel-slick .slide-av {
    height: 583px;
}
.bridge2020-inner .home-hero-carousel-slick .title {
    margin-bottom: 20px;
    font-family: Graphik Light;
    font-weight: 400;
    font-size: 52px;
    line-height: 54px;
    letter-spacing: normal;
}
@media (max-width: 576px) {
    .bridge2020-inner .home-hero-carousel-slick .title {
        font-size: 40px;
        line-height: 50px;
    }
}
.bridge2020-inner .home-hero-carousel-slick .subtitle {
    font-family: Graphik Light;
    font-weight: 400;
    font-size: 40px;
    line-height: 32px;
    letter-spacing: normal;
}
@media (max-width: 576px) {
    .bridge2020-inner .home-hero-carousel-slick .subtitle {
        font-size: 35px;
        line-height: 34px;
    }
}
.bridge2020-inner .home-hero-carousel-slick .av-hero__button {
    margin-top: 30px;
}
.bridge2020-inner .home-hero-carousel-slick .av-hero__text-container {
    justify-content: flex-end;
}
.bridge2020-inner .cleansimple {
    background-color: #fff;
}
.bridge2020-inner .cleansimple-inner {
    padding-top: 64px;
    padding-bottom: 84px;
}
@media (max-width: 576px) {
    .bridge2020-inner .cleansimple-inner {
        padding-bottom: 64px;
    }
}
.bridge2020-inner .cleansimple-inner .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bridge2020-inner .cleansimple-inner h2 {
    font-family: Graphik Light;
    font-weight: 300;
    font-size: 56px;
    letter-spacing: -0.02em;
    line-height: 60px;
    text-align: center;
    color: #000;
    max-width: 486px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
}
@media (max-width: 576px) {
    .bridge2020-inner .cleansimple-inner h2 {
        font-family: Graphik Light;
        font-weight: 300;
        font-size: 36px;
        line-height: 38px;
        text-align: center;
        color: #000;
    }
}
.bridge2020-inner .cleansimple-inner h4 {
    font-family: Graphik LIght;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #666;
    max-width: 620px;
    margin-left: 40px;
    margin-right: 40px;
}
@media (max-width: 576px) {
    .bridge2020-inner .cleansimple-inner h4 {
        font-family: Graphik Light;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        color: #666;
    }
}
.bridge2020-inner .bridge5050 {
    background-color: #fff;
}
.bridge2020-inner .bridge5050-inner {
    height: 460px;
}
@media (max-width: 768px) {
    .bridge2020-inner .bridge5050-inner {
        height: 786px;
    }
}
.bridge2020-inner .bridge5050-inner .flexbox {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}
@media (max-width: 768px) {
    .bridge2020-inner .bridge5050-inner .flexbox {
        flex-direction: column-reverse;
    }
}
.bridge2020-inner .bridge5050-inner .flexbox .start {
    flex: 1;
}
@media (max-width: 768px) {
    .bridge2020-inner .bridge5050-inner .flexbox .start {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.bridge2020-inner .bridge5050-inner .flexbox .start .content {
    max-width: 360px;
    margin-left: 20%;
}
@media (max-width: 980px) {
    .bridge2020-inner .bridge5050-inner .flexbox .start .content {
        margin-left: 10%;
        margin-right: 10%;
    }
}
@media (max-width: 768px) {
    .bridge2020-inner .bridge5050-inner .flexbox .start .content {
        margin-left: auto;
        margin-right: auto;
    }
}
.bridge2020-inner .bridge5050-inner .flexbox .start .content h3 {
    font-family: Graphik Medium;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
    margin-top: 100px;
}
@media (max-width: 768px) {
    .bridge2020-inner .bridge5050-inner .flexbox .start .content h3 {
        margin-top: 50px;
    }
}
.bridge2020-inner .bridge5050-inner .flexbox .start .content p {
    font-family: Graphik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #666;
}
.bridge2020-inner .bridge5050-inner .flexbox .end {
    flex: 1;
    height: 100%;
}
@media (max-width: 768px) {
    .bridge2020-inner .bridge5050-inner .flexbox .end {
        min-height: 490px;
    }
}
.bridge2020-inner .bridge5050-inner .flexbox .end .image-wrapper {
    height: 100%;
    position: relative;
    max-width: 100vw;
}
.bridge2020-inner .bridge5050-inner .flexbox .end .image-wrapper img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.bridge2020-inner .bridge5050-inner .flexbox .end .image-wrapper .notif {
    position: absolute;
    height: 87px;
    width: 359px;
    left: 20px;
    top: 70px;
}
@media (max-width: 768px) {
    .bridge2020-inner .bridge5050-inner .flexbox .end .image-wrapper .notif {
        top: unset;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 768px) and (max-width: 370px) {
    .bridge2020-inner .bridge5050-inner .flexbox .end .image-wrapper .notif {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}
.bridge2020-inner .bridge5050.left .flexbox {
    flex-direction: row-reverse;
}
@media (max-width: 768px) {
    .bridge2020-inner .bridge5050.left .flexbox {
        flex-direction: column-reverse;
    }
}
.bridge2020-inner .bridge5050.left .flexbox .content {
    margin-left: 50px;
}
@media (max-width: 768px) {
    .bridge2020-inner .bridge5050.left .flexbox .content {
        margin-left: auto;
    }
}
.bridge2020-inner .controlvoice-inner .desktop-esc {
    height: 547px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 600px) {
    .bridge2020-inner .controlvoice-inner .desktop-esc {
        display: none;
    }
}
.bridge2020-inner .controlvoice-inner .desktop-esc .content {
    margin-left: 10%;
}
.bridge2020-inner .controlvoice-inner .desktop-esc .content h2 {
    font-family: Graphik Light;
    font-weight: 300;
    font-size: 56px;
    letter-spacing: -0.02em;
    line-height: 60px;
    text-align: left;
    color: #000;
    margin-bottom: 60px;
    max-width: 307px;
}
.bridge2020-inner .controlvoice-inner .desktop-esc .content > div {
    font-family: Graphik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #7e7e7e;
    max-width: 400px;
    white-space: pre-wrap;
}
.bridge2020-inner .controlvoice-inner .mobile-esc {
    min-height: 874px;
    display: none;
    background-color: #fff;
}
@media screen and (max-width: 600px) {
    .bridge2020-inner .controlvoice-inner .mobile-esc {
        display: block;
    }
}
.bridge2020-inner .controlvoice-inner .mobile-esc .image-wrapper {
    width: 100%;
    height: 600px;
    position: relative;
}
@media screen and (max-width: 440px) {
    .bridge2020-inner .controlvoice-inner .mobile-esc .image-wrapper {
        height: 490px;
    }
}
.bridge2020-inner .controlvoice-inner .mobile-esc .image-wrapper h2 {
    font-family: Graphik Light;
    font-weight: 300;
    font-size: 36px;
    letter-spacing: -0.02em;
    line-height: 38px;
    text-align: left;
    color: #000;
    position: absolute;
    margin-top: 16%;
    z-index: 1;
    width: 210px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.bridge2020-inner .controlvoice-inner .mobile-esc .image-wrapper img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.bridge2020-inner .controlvoice-inner .mobile-esc .content {
    height: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Graphik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #666;
    padding: 46px 5vw;
}
.bridge2020-inner .compat {
    background-color: #fff;
}
.bridge2020-inner .compat .desktop-only {
    display: block;
}
@media (max-width: 768px) {
    .bridge2020-inner .compat .desktop-only {
        display: none;
    }
}
.bridge2020-inner .compat .mobile-only {
    display: none;
}
@media (max-width: 768px) {
    .bridge2020-inner .compat .mobile-only {
        display: block;
    }
}
.bridge2020-inner .compat .compat-inner {
    max-width: 935px;
    width: 100%;
    height: 831px;
    margin-right: 10%;
    padding-left: 20px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 768px) {
    .bridge2020-inner .compat .compat-inner {
        margin-right: 0;
        padding: 65px 20px 60px;
        height: auto;
        min-height: 1180px;
    }
}
.bridge2020-inner .compat .compat-inner .flexbox-esc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
@media (max-width: 768px) {
    .bridge2020-inner .compat .compat-inner .flexbox-esc {
        flex-direction: column-reverse;
    }
}
.bridge2020-inner .compat .compat-inner .flexbox-esc .start {
    flex: 1;
}
.bridge2020-inner .compat .compat-inner .flexbox-esc .start .content {
    max-width: 352px;
}
.bridge2020-inner .compat .compat-inner .flexbox-esc .start .content h3 {
    font-family: Graphik Medium;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}
.bridge2020-inner .compat .compat-inner .flexbox-esc .start .content .body {
    font-family: Graphik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #666;
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    .bridge2020-inner .compat .compat-inner .flexbox-esc .start .content .body {
        line-height: 26px;
    }
}
.bridge2020-inner .compat .compat-inner .flexbox-esc .start .content .body:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .bridge2020-inner .compat .compat-inner .flexbox-esc .start .content .body:last-child {
        line-height: 35px;
    }
}
.bridge2020-inner .compat .compat-inner .flexbox-esc .spacer {
    width: 90px;
    min-width: 5%;
}
@media (max-width: 768px) {
    .bridge2020-inner .compat .compat-inner .flexbox-esc .spacer {
        display: none;
    }
}
.bridge2020-inner .compat .compat-inner .flexbox-esc .end {
    flex: 1;
    max-height: 700px;
    margin-right: 20px;
}
@media (max-width: 768px) {
    .bridge2020-inner .compat .compat-inner .flexbox-esc .end {
        width: 100%;
        max-width: 329px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 48px;
    }
}
.bridge2020-inner .compat .compat-inner .flexbox-esc .end .image-wrapper {
    padding-top: 189%;
    position: relative;
    width: 100%;
}
@media (max-width: 768px) {
    .bridge2020-inner .compat .compat-inner .flexbox-esc .end .image-wrapper {
        height: 610px;
    }
}
.bridge2020-inner .compat .compat-inner .flexbox-esc .end .image-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-height: 700px;
}
.bridge2020-inner .also-like {
    background-color: #f5f5f5;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
}
.bridge2020-inner .also-like #carouselheading {
    font-family: Graphik Medium;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    color: #000;
    margin-bottom: 55px;
}
.bridge2020-inner .also-like-inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 50px;
}
@media screen and (min-width: 880px) {
    .bridge2020-inner .also-like-inner .cards-esc {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-bottom: 10px;
    }
}
@media screen and (min-width: 880px) {
    .bridge2020-inner .also-like-inner .cards-esc .item {
        margin-left: 18px;
    }
    .bridge2020-inner .also-like-inner .cards-esc .item:first-of-type {
        margin-left: 0;
    }
}
@media screen and (max-width: 880px) {
    .bridge2020-inner .also-like-inner .cards-esc .item {
        text-align: center;
        padding-bottom: 10px;
    }
}
.bridge2020-inner .also-like-inner .cards-esc .card-esc {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: #fff;
    padding: 18px;
    height: 396px;
    width: 266px;
    max-width: 266px;
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
}
.bridge2020-inner .also-like-inner .cards-esc .card-esc h4 {
    font-family: Graphik Medium;
    font-weight: 400;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: normal;
    text-decoration: none;
    color: #000;
    margin-top: 4px;
}
.bridge2020-inner .also-like-inner .cards-esc .card-esc .compare-at-price,
.bridge2020-inner .also-like-inner .cards-esc .card-esc .price {
    font-family: Graphik Medium;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #666;
    text-decoration: none;
    margin-top: 14px;
    display: inline-block;
    position: relative;
}
.bridge2020-inner .also-like-inner .cards-esc .card-esc .compare-at-price:after {
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DC101D;
}
.bridge2020-inner .also-like-inner .cards-esc .card-esc .image-wrapper {
    margin-top: auto;
    border-radius: 6px;
    background-color: #f5f5f5;
    position: relative;
    width: 232px;
    height: 275px;
}
.bridge2020-inner .also-like-inner .cards-esc .card-esc .image-wrapper img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.early-access {
    padding: 137px 5vw 102px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #ecefeb;
}
@media screen and (max-width: 800px) {
    .early-access {
        padding-bottom: 500px;
        padding-top: 40px;
    }
}
.early-access-inner {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
.early-access-inner .all-set,
.early-access-inner h1 {
    font-size: 46px;
    font-family: Graphik Light;
    line-height: 50px;
    max-width: 635px;
    margin-bottom: 20px;
}
@media (max-width: 576px) {
    .early-access-inner .all-set,
    .early-access-inner h1 {
        margin-bottom: 40px;
    }
}
.early-access-inner .continue {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    margin-top: 30px;
    padding: 13px 26px;
    border-radius: 25px;
    background: #DC101D;
    border: none;
    color: #fff;
    font-family: Graphik Medium;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: normal;
    cursor: pointer;
}
.early-access-inner h2 {
    font-family: Graphik Regular;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: normal;
    max-width: 578px;
    margin-bottom: 15px;
}
.early-access-inner ul {
    max-width: 578px;
}
.early-access-inner ul header {
    font-family: Graphik Medium;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: normal;
}
.early-access-inner ul li {
    font-family: Graphik Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: normal;
}
.early-access-inner input[type="email"],
.early-access-inner input[type="number"],
.early-access-inner input[type="text"] {
    width: 433px;
    height: 46px;
    display: block;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    padding-left: 20px;
    margin-top: 15px;
    font-family: Graphik Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
}
@media (max-width: 576px) {
    .early-access-inner input[type="email"],
    .early-access-inner input[type="number"],
    .early-access-inner input[type="text"] {
        width: 100%;
    }
}
.early-access-inner p {
    font-family: Graphik Regular;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: normal;
    display: block;
    margin-top: 30px;
    max-width: 420px;
}
.early-access-inner input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    margin-top: 30px;
    padding: 13px 26px;
    border-radius: 25px;
    background: #DC101D;
    border: none;
    color: #fff;
    font-family: Graphik Medium;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: normal;
    cursor: pointer;
}
.early-access-inner small {
    font-family: Graphik Regular;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: normal;
}
@media (max-width: 576px) {
    .early-access-inner small {
        max-width: 200px;
        display: inline-block;
    }
}
@media (max-width: 768px) {
    .early-access-inner {
        min-height: auto !important;
    }
}
@media (max-width: 768px) {
    .early-access-inner .success {
        text-align: center;
    }
    .early-access-inner .success a {
        margin-top: 0 !important;
        line-height: 14px !important;
    }
}
.early-access-inner .success a {
    line-height: 14px !important;
}
.early-access #error-container {
    color: #DC101D;
    font-size: 12px;
    line-height: 18px;
}
.early-access #error-container a {
    color: #DC101D;
}
.home-carousel-2020 {
    box-sizing: border-box;
}
.home-carousel-2020-inner .slides {
    position: relative;
}
.home-carousel-2020-inner .slide-inner {
    height: 750px;
    background-position: 50%;
    background-size: cover;
    color: #fff;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
    color: attr("data-breakpoint");
}
.home-carousel-2020-inner .slide-inner .content-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.home-carousel-2020-inner .slide-inner .left .content {
    max-width: 280px;
    text-align: center;
}
.home-carousel-2020-inner .slide-inner .left .content .subtitle {
    margin-bottom: 5px;
}
.home-carousel-2020-inner .slide-inner .right {
    margin-right: 4%;
}
@media (max-width: 576px) {
    .home-carousel-2020-inner .slide-inner .right {
        margin-right: unset;
    }
}
.home-carousel-2020-inner .slide-inner .right .content {
    max-width: 260px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-carousel-2020-inner .slide-inner .right .content > :first-child {
    margin-bottom: 40px;
}
.home-carousel-2020-inner .slide-inner .right .content .button-container {
    display: flex;
    flex-direction: column;
}
.home-carousel-2020-inner .slide-inner .right .content .button-container a:last-child {
    margin-top: 10px;
}
.home-carousel-2020-inner .slide-inner .title {
    font-family: Graphik Extralight;
    font-size: 86px;
    line-height: 80px;
}
.home-carousel-2020-inner .slide-inner .subtitle {
    font-family: Graphik Light;
    font-size: 18px;
    line-height: 28px;
}
.home-carousel-2020-inner .slide-inner .right-copy {
    font-family: Graphik Light;
    line-height: 32px;
    font-size: 28px;
}
.home-carousel-2020-inner .slide-inner a.button {
    padding: 12px 24px;
    border: 1px solid #fff;
    border-radius: 24px;
    font-family: Graphik Medium;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.home-carousel-2020-inner .slide-inner a.button:hover {
    background: #fff;
    color: #302e30;
}
.home-carousel-2020-v2.break-me-out {
    width: 100vw;
    margin-left: calc((100vw - 1280px) / 2 * -1);
}
@media screen and (max-width: 1280px) {
    .home-carousel-2020-v2.break-me-out {
        margin-left: 0;
        width: 100%;
    }
}
.home-carousel-2020-v2 .slick-dots {
    bottom: 25px !important;
}
.home-carousel-2020-v2 .slick-dots li {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 15px;
    width: 15px;
}
.home-carousel-2020-v2 .slick-dots li button:before {
    display: none !important;
}
.home-carousel-2020-v2 .slick-dots li.slick-active {
    background: #fff !important;
}
.home-carousel-2020-v2 .next,
.home-carousel-2020-v2 .prev {
    height: 35px !important;
    opacity: 1 !important;
    background-image: none;
}
.home-carousel-2020-v2 .next {
    right: 30px;
}
.home-carousel-2020-v2 .prev {
    left: 30px;
}
.home-carousel-2020-v2 .slide {
    height: 748px;
    color: #fff;
    background-size: cover;
}
@media (max-width: 768px) {
    .home-carousel-2020-v2 .slide {
        height: 736px;
    }
}
.home-carousel-2020-v2 .slide .slide-inner {
    height: 100%;
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 768px) {
    .home-carousel-2020-v2 .slide .slide-inner {
        justify-content: flex-start;
        margin-top: 44px;
        padding-left: 5vw;
        padding-right: 5vw;
    }
}
@media (max-width: 768px) {
    .home-carousel-2020-v2 .slide .slide-inner.content-at-bottom {
        justify-content: flex-end;
        margin-top: unset;
        padding-bottom: 68px;
    }
}
.home-carousel-2020-v2 .slide .hero-carousel-blade__text-container {
    max-width: 626px;
    margin-left: 6%;
}
@media (max-width: 768px) {
    .home-carousel-2020-v2 .slide .hero-carousel-blade__text-container {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}
.home-carousel-2020-v2 .slide .hero-carousel-blade__text-container a {
    font-family: Graphik Medium;
    font-size: 14px;
    line-height: 23px;
    cursor: pointer;
    color: #fff;
    width: 145px;
    height: 44px;
    border-radius: 30px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}
.home-carousel-2020-v2 .slide .hero-carousel-blade__text-container a:last-of-type {
    margin-left: 20px;
}
@media (max-width: 360px) {
    .home-carousel-2020-v2 .slide .hero-carousel-blade__text-container a {
        display: flex;
        margin-left: auto !important;
        margin-right: auto;
    }
    .home-carousel-2020-v2 .slide .hero-carousel-blade__text-container a:last-of-type {
        margin-top: 20px;
    }
}
.home-carousel-2020-v2 .slide .hero-carousel-blade__text-container a.buy-now {
    background: #DC101D;
}
.home-carousel-2020-v2 .slide .hero-carousel-blade__text-container a.learn-more {
    border: 1px solid #fff;
    text-decoration: none;
}
.home-carousel-2020-v2 .slide h1 {
    font-family: Graphik Light;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.72px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .home-carousel-2020-v2 .slide h1 {
        font-size: 44px;
        line-height: 50px;
    }
}
.home-carousel-2020-v2 .slide h2 {
    font-family: Graphik Medium;
    font-size: 23px;
    line-height: 34px;
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    .home-carousel-2020-v2 .slide h2 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 24px;
    }
}
.keypad2020 a {
    color: #00a2b8;
}
.keypad2020-inner .home-hero-carousel-slick .slide-av {
    height: 583px;
}
.keypad2020-inner .home-hero-carousel-slick .title {
    margin-bottom: 20px;
    font-family: Graphik Light;
    font-weight: 400;
    font-size: 52px;
    line-height: 54px;
    letter-spacing: normal;
}
@media (max-width: 576px) {
    .keypad2020-inner .home-hero-carousel-slick .title {
        font-size: 40px;
        line-height: 50px;
    }
}
.keypad2020-inner .home-hero-carousel-slick .subtitle {
    font-family: Graphik Light;
    font-weight: 400;
    font-size: 40px;
    line-height: 32px;
    letter-spacing: normal;
}
@media (max-width: 576px) {
    .keypad2020-inner .home-hero-carousel-slick .subtitle {
        font-size: 35px;
        line-height: 34px;
    }
}
.keypad2020-inner .home-hero-carousel-slick .av-hero__button {
    margin-top: 30px;
}
.keypad2020-inner .home-hero-carousel-slick .av-hero__text-container {
    justify-content: flex-end;
}
.keypad2020-inner .cleansimple {
    background-color: #fff;
}
.keypad2020-inner .cleansimple-inner {
    padding-top: 64px;
    padding-bottom: 84px;
}
@media (max-width: 576px) {
    .keypad2020-inner .cleansimple-inner {
        padding-bottom: 64px;
    }
}
.keypad2020-inner .cleansimple-inner .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.keypad2020-inner .cleansimple-inner h2 {
    font-family: Graphik Light;
    font-weight: 300;
    font-size: 56px;
    letter-spacing: -0.02em;
    line-height: 60px;
    text-align: center;
    color: #000;
    max-width: 486px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
}
@media (max-width: 576px) {
    .keypad2020-inner .cleansimple-inner h2 {
        font-family: Graphik Light;
        font-weight: 300;
        font-size: 36px;
        line-height: 38px;
        text-align: center;
        color: #000;
    }
}
.keypad2020-inner .cleansimple-inner h4 {
    font-family: Graphik LIght;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #666;
    max-width: 620px;
    margin-left: 40px;
    margin-right: 40px;
}
@media (max-width: 576px) {
    .keypad2020-inner .cleansimple-inner h4 {
        font-family: Graphik Light;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        color: #666;
    }
}
.keypad2020-inner .quad {
    background-color: #fff;
    height: 443px;
    padding: 0 20px;
}
@media (max-width: 768px) {
    .keypad2020-inner .quad {
        height: 1200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
.keypad2020-inner .quad-inner h2 {
    font-family: Graphik Medium;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    color: #000;
    margin-bottom: 46px;
}
.keypad2020-inner .quad-inner .flexbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .keypad2020-inner .quad-inner .flexbox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
.keypad2020-inner .quad-inner .flexbox .item {
    width: 208px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}
@media (max-width: 768px) {
    .keypad2020-inner .quad-inner .flexbox .item {
        margin-bottom: 32px;
    }
}
.keypad2020-inner .quad-inner .flexbox .item h3 {
    font-family: Graphik Semibold;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.01em;
}
.keypad2020-inner .quad-inner .flexbox .item p {
    font-family: Graphik Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.01em;
}
.keypad2020-inner .quad-inner .flexbox .item .image-wrapper img {
    height: 128px;
    width: 128px;
}
.keypad2020-inner .quad-inner .flexbox .item .icon-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 172px;
    margin-top: 20px;
}
.keypad2020-inner .quad-inner .flexbox .item .icon-row span {
    color: #00a2b8;
    font-family: Graphik Medium;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: normal;
    text-align: left;
    margin-left: 5px;
}
.keypad2020-inner .quad-inner .flexbox .item .image-wrapper2 {
    height: 20px;
    min-width: 20px;
    position: relative;
    display: block;
}
.keypad2020-inner .quad-inner .flexbox .item .image-wrapper2 img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.keypad2020-inner .keypad5050 {
    background-color: #fff;
}
.keypad2020-inner .keypad5050-inner {
    height: 460px;
}
@media (max-width: 768px) {
    .keypad2020-inner .keypad5050-inner {
        height: 786px;
    }
}
.keypad2020-inner .keypad5050-inner .flexbox {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}
@media (max-width: 768px) {
    .keypad2020-inner .keypad5050-inner .flexbox {
        flex-direction: column-reverse;
    }
}
.keypad2020-inner .keypad5050-inner .flexbox .start {
    flex: 1;
}
@media (max-width: 768px) {
    .keypad2020-inner .keypad5050-inner .flexbox .start {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.keypad2020-inner .keypad5050-inner .flexbox .start .content {
    max-width: 360px;
    margin-left: 20%;
}
@media (max-width: 980px) {
    .keypad2020-inner .keypad5050-inner .flexbox .start .content {
        margin-left: 10%;
        margin-right: 10%;
    }
}
@media (max-width: 768px) {
    .keypad2020-inner .keypad5050-inner .flexbox .start .content {
        margin-left: auto;
        margin-right: auto;
    }
}
.keypad2020-inner .keypad5050-inner .flexbox .start .content h2 {
    font-family: Graphik Medium;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
    margin-top: 100px;
}
@media (max-width: 768px) {
    .keypad2020-inner .keypad5050-inner .flexbox .start .content h2 {
        margin-top: 50px;
    }
}
.keypad2020-inner .keypad5050-inner .flexbox .start .content p {
    font-family: Graphik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #666;
}
.keypad2020-inner .keypad5050-inner .flexbox .end {
    flex: 1;
    height: 100%;
}
@media (max-width: 768px) {
    .keypad2020-inner .keypad5050-inner .flexbox .end {
        min-height: 490px;
    }
}
.keypad2020-inner .keypad5050-inner .flexbox .end .image-wrapper {
    height: 100%;
    position: relative;
    max-width: 100vw;
}
.keypad2020-inner .keypad5050-inner .flexbox .end .image-wrapper img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.keypad2020-inner .keypad5050-inner .flexbox .end .image-wrapper .notif {
    position: absolute;
    height: 87px;
    width: 359px;
    left: 20px;
    top: 70px;
}
@media (max-width: 768px) {
    .keypad2020-inner .keypad5050-inner .flexbox .end .image-wrapper .notif {
        top: unset;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 768px) and (max-width: 370px) {
    .keypad2020-inner .keypad5050-inner .flexbox .end .image-wrapper .notif {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}
.keypad2020-inner .keypad5050.left .flexbox {
    flex-direction: row-reverse;
}
@media (max-width: 768px) {
    .keypad2020-inner .keypad5050.left .flexbox {
        flex-direction: column-reverse;
    }
}
.keypad2020-inner .keypad5050.left .flexbox .content {
    margin-left: 50px;
}
@media (max-width: 768px) {
    .keypad2020-inner .keypad5050.left .flexbox .content {
        margin-left: auto;
    }
}
.keypad2020-inner .compat {
    background-color: #fff;
}
.keypad2020-inner .compat .desktop-only {
    display: block;
}
@media (max-width: 768px) {
    .keypad2020-inner .compat .desktop-only {
        display: none;
    }
}
.keypad2020-inner .compat .mobile-only {
    display: none;
}
@media (max-width: 768px) {
    .keypad2020-inner .compat .mobile-only {
        display: block;
    }
}
.keypad2020-inner .compat .compat-inner {
    max-width: 935px;
    width: 100%;
    height: 679px;
    margin-right: 10%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 768px) {
    .keypad2020-inner .compat .compat-inner {
        margin-right: 0;
        padding: 65px 20px 60px;
        height: auto;
        min-height: 1180px;
    }
}
.keypad2020-inner .compat .compat-inner .flexbox-esc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
@media (max-width: 768px) {
    .keypad2020-inner .compat .compat-inner .flexbox-esc {
        flex-direction: column-reverse;
    }
}
.keypad2020-inner .compat .compat-inner .flexbox-esc .start {
    flex: 1;
}
.keypad2020-inner .compat .compat-inner .flexbox-esc .start .content {
    max-width: 352px;
}
.keypad2020-inner .compat .compat-inner .flexbox-esc .start .content h2 {
    font-family: Graphik Medium;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}
.keypad2020-inner .compat .compat-inner .flexbox-esc .start .content .body {
    font-family: Graphik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #666;
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    .keypad2020-inner .compat .compat-inner .flexbox-esc .start .content .body {
        line-height: 26px;
    }
}
.keypad2020-inner .compat .compat-inner .flexbox-esc .start .content .body:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .keypad2020-inner .compat .compat-inner .flexbox-esc .start .content .body:last-child {
        line-height: 35px;
    }
}
.keypad2020-inner .compat .compat-inner .flexbox-esc .start .content .body a {
    cursor: pointer;
    text-decoration: underline;
}
.keypad2020-inner .compat .compat-inner .flexbox-esc .spacer {
    width: 90px;
    min-width: 5%;
}
@media (max-width: 768px) {
    .keypad2020-inner .compat .compat-inner .flexbox-esc .spacer {
        display: none;
    }
}
.keypad2020-inner .compat .compat-inner .flexbox-esc .end {
    flex: 1;
    max-height: 700px;
    margin-right: 20px;
}
@media (max-width: 768px) {
    .keypad2020-inner .compat .compat-inner .flexbox-esc .end {
        width: 100%;
        max-width: 219px;
        margin-left: -46px;
        margin-bottom: 48px;
        max-height: auto;
    }
}
.keypad2020-inner .compat .compat-inner .flexbox-esc .end .image-wrapper {
    padding-top: 89%;
    position: relative;
    width: 100%;
}
@media (max-width: 768px) {
    .keypad2020-inner .compat .compat-inner .flexbox-esc .end .image-wrapper {
        padding-top: 384%;
    }
}
.keypad2020-inner .compat .compat-inner .flexbox-esc .end .image-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-height: 700px;
}
.keypad2020-inner .also-like {
    background-color: #f5f5f5;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
}
.keypad2020-inner .also-like #carouselheading {
    font-family: Graphik Medium;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    color: #000;
    margin-bottom: 55px;
}
.keypad2020-inner .also-like-inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 50px;
}
@media screen and (min-width: 880px) {
    .keypad2020-inner .also-like-inner .cards-esc {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-bottom: 10px;
    }
}
@media screen and (min-width: 880px) {
    .keypad2020-inner .also-like-inner .cards-esc .item {
        margin-left: 18px;
    }
    .keypad2020-inner .also-like-inner .cards-esc .item:first-of-type {
        margin-left: 0;
    }
}
@media screen and (max-width: 880px) {
    .keypad2020-inner .also-like-inner .cards-esc .item {
        text-align: center;
        padding-bottom: 10px;
    }
}
.keypad2020-inner .also-like-inner .cards-esc .card-esc {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: #fff;
    padding: 18px;
    height: 396px;
    width: 266px;
    max-width: 266px;
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
}
.keypad2020-inner .also-like-inner .cards-esc .card-esc h3 {
    font-family: Graphik Medium;
    font-weight: 400;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: normal;
    text-decoration: none;
    color: #000;
    margin-top: 4px;
}
.keypad2020-inner .also-like-inner .cards-esc .card-esc .compare-at-price,
.keypad2020-inner .also-like-inner .cards-esc .card-esc .price {
    font-family: Graphik Medium;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #666;
    text-decoration: none;
    margin-top: 14px;
    display: inline-block;
    position: relative;
}
.keypad2020-inner .also-like-inner .cards-esc .card-esc .compare-at-price:after {
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DC101D;
}
.keypad2020-inner .also-like-inner .cards-esc .card-esc .image-wrapper {
    margin-top: auto;
    border-radius: 6px;
    background-color: #f5f5f5;
    position: relative;
    width: 232px;
    height: 275px;
}
.keypad2020-inner .also-like-inner .cards-esc .card-esc .image-wrapper img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@charset "UTF-8";
.parts {
    box-sizing: border-box;
    padding-bottom: 130px;
}
@media (max-width: 980px) {
    .parts {
        padding-bottom: 30px;
    }
}
@media (max-width: 980px) {
    .parts .desktop-only {
        display: none;
    }
}
.parts .parts-inner .hero-inner {
    height: 506px;
    background-size: cover;
    background-position: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
@media screen and (max-width: 1280px) {
    .parts .parts-inner .hero-inner {
        align-items: center;
    }
}
.parts .parts-inner .hero-inner .headline-desktop {
    display: block;
    font-family: Graphik Light;
    font-size: 53px;
    line-height: 69px;
    color: #fff;
    margin-left: 160px;
}
@media screen and (max-width: 1280px) {
    .parts .parts-inner .hero-inner .headline-desktop {
        margin-left: unset;
    }
}
@media (max-width: 768px) {
    .parts .parts-inner .hero-inner .headline-desktop {
        display: none;
    }
}
.parts .parts-inner .hero-inner .headline-mobile {
    display: none;
    font-family: Graphik Light;
    font-size: 53px;
    line-height: 69px;
    color: #fff;
}
@media (max-width: 768px) {
    .parts .parts-inner .hero-inner .headline-mobile {
        display: block;
    }
}
@media (max-width: 576px) {
    .parts .parts-inner .hero-inner .headline-mobile {
        font-size: 42px;
        line-height: 52px;
        margin-left: 28px;
    }
}
.parts .parts-inner .parts-section h2 {
    font-family: Graphik Regular;
    font-size: 33px;
    line-height: 43px;
    color: #000;
    margin: 60px auto;
    text-align: center;
}
@media (max-width: 980px) {
    .parts .parts-inner .parts-section h2 {
        margin-bottom: 0;
    }
}
@media (max-width: 576px) {
    .parts .parts-inner .parts-section h2 {
        margin-bottom: 20px;
    }
}
.parts .parts-inner .parts-section-inner {
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 980px) {
    .parts .parts-inner .parts-section-inner {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}
@media (max-width: 576px) {
    .parts .parts-inner .parts-section-inner {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}
.parts .parts-inner .parts-section-inner .part {
    max-width: 945px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.parts .parts-inner .parts-section-inner .part-inner {
    display: flex;
    flex-direction: row;
}
.parts .parts-inner .parts-section-inner .part-inner .end {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.parts .parts-inner .parts-section-inner .part-inner .end .content {
    max-width: 465px;
    text-align: left;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.parts .parts-inner .parts-section-inner .part-inner .end .content h3 {
    font-family: Graphik Medium;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}
.parts .parts-inner .parts-section-inner .part-inner .end .content p {
    font-family: Graphik Regular;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}
.parts .parts-inner .parts-section-inner .part-inner .end .content h4 {
    font-family: Graphik Medium;
    font-size: 18px;
    line-height: 26px;
}
.parts .parts-inner .parts-section-inner .part-inner .end .content ul {
    list-style: disc;
}
.parts .parts-inner .parts-section-inner .part-inner .end .content ul li {
    font-family: Graphik Regular;
    font-size: 18px;
    line-height: 26px;
    margin-left: 18px;
}
.parts .parts-inner .parts-section-inner .part-inner .end .content ul li a {
    color: #DC101D;
    font-weight: 700;
    text-decoration: none;
}
.parts .parts-inner .parts-section-inner .part-inner .end .content ul li.red-bullet {
    content: "•";
    color: #DC101D;
}
.parts .parts-inner .parts-section-inner .part-inner .end .content .price-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.parts .parts-inner .parts-section-inner .part-inner .end .content .price-row span {
    font-family: Graphik SemiBold;
    font-size: 18px;
    line-height: 26px;
}
.parts .parts-inner .parts-section-inner .part-inner .end .content button {
    padding: 10px 24px;
    background: #DC101D;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 20px;
    font-family: Graphik Medium;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    margin-left: 40px;
}
.parts .parts-inner .parts-section-inner .part-inner .end .compat-row {
    margin-bottom: 30px;
}
.parts .parts-inner .parts-section-inner .part-inner .image-wrapper img {
    height: 420px;
    width: 420px;
}
.parts .parts-inner .parts-section-inner .mobile-only {
    display: none;
    margin-top: 80px;
}
@media (max-width: 980px) {
    .parts .parts-inner .parts-section-inner .mobile-only {
        display: block;
    }
}
@media (max-width: 576px) {
    .parts .parts-inner .parts-section-inner .mobile-only {
        margin-top: 40px;
    }
}
.parts .parts-inner .parts-section-inner .mobile-only .part-inner {
    flex-direction: column !important;
    height: 658px;
    width: 330px;
    height: auto;
}
@media (max-width: 576px) {
    .parts .parts-inner .parts-section-inner .mobile-only .part-inner {
        width: 100%;
        height: auto;
    }
}
.parts .parts-inner .parts-section-inner .mobile-only .part-inner .start .image-wrapper img {
    width: 330px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media (max-width: 576px) {
    .parts .parts-inner .parts-section-inner .mobile-only .part-inner .start .image-wrapper img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 980px) {
    .parts .parts-inner .parts-section-inner .mobile-only .part-inner .end {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 576px) {
    .parts .parts-inner .parts-section-inner .mobile-only .part-inner .end {
        padding: 0;
    }
}
.parts .parts-inner .parts-section-inner .mobile-only .part-inner .end .content {
    margin-top: 30px;
    height: 350px !important;
}
@media (max-width: 980px) {
    .parts .parts-inner .parts-section-inner .mobile-only .part-inner .end .content {
        height: auto !important;
    }
}
.parts .parts-inner .parts-section-inner .mobile-only .part-inner .end .content h3 {
    font-size: 23px;
    line-height: 25px;
}
.titan {
    box-sizing: border-box;
}
.titan a {
    color: #DC101D;
}
.titan-inner .titan-hero {
    height: 728px;
    background-size: cover;
    background-position: 50%;
}
.titan-inner .titan-hero-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
}
.titan-inner .titan-hero .content {
    color: #fff;
    width: 990px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}
@media (max-width: 768px) {
    .titan-inner .titan-hero .content {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (max-width: 500px) {
    .titan-inner .titan-hero .content {
        text-align: center;
        align-items: center;
        height: 79%;
    }
}
.titan-inner .titan-hero .content h3 {
    font-family: Graphik Regular;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: center;
}
@media screen and (max-width: 500px) {
    .titan-inner .titan-hero .content h3 {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    .titan-inner .titan-hero .content h3 {
        font-size: 14px;
        font-family: Graphik Light;
        line-height: 22px;
    }
}
.titan-inner .titan-hero .content h2 {
    font-family: Graphik Regular;
    font-size: 23px;
    line-height: 30px;
    max-width: 245px;
    text-align: center;
}
@media (max-width: 768px) {
    .titan-inner .titan-hero .content h2 {
        max-width: 299px;
        font-size: 20px;
        line-height: 28px;
    }
}
.titan-inner .titan-hero .content h1 {
    font-family: Graphik Extralight;
    font-size: 52px;
    line-height: 70px;
    max-width: 299px;
    text-align: center;
}
@media (max-width: 768px) {
    .titan-inner .titan-hero .content h1 {
        margin-bottom: 75px;
        font-size: 44px;
        line-height: 48px;
    }
}
.titan-inner .number-one {
    background: #f5f5f5;
}
.titan-inner .number-one-inner {
    padding-top: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
}
.titan-inner .number-one-inner .video-row .image-wrapper {
    position: relative;
    display: block;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
}
@media (max-width: 576px) {
    .titan-inner .number-one-inner .video-row .image-wrapper {
        width: 100vw;
        min-width: 100vw;
        margin-left: -5vw;
        margin-right: -5vw;
        border-radius: 0;
    }
}
.titan-inner .number-one-inner .video-row .image-wrapper img {
    width: 1004px;
    height: 520px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media (max-width: 576px) {
    .titan-inner .number-one-inner .video-row .image-wrapper img {
        height: 377px;
    }
}
.titan-inner .number-one-inner .video-row .image-wrapper .overlay {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.titan-inner .number-one-inner .video-row .image-wrapper .overlay img {
    height: 72px;
    width: 72px;
    display: block;
    margin: auto auto 30px;
}
.titan-inner .number-one-inner .video-row .image-wrapper .overlay span {
    font-family: Graphik Medium;
    font-size: 26px;
    line-height: 28px;
    display: block;
    color: hsla(0, 0%, 100%, 0.8);
    margin: auto;
}
.titan-inner .number-one-inner .content-row {
    margin: 40px auto auto;
    max-width: 834px;
    text-align: center;
}
@media (max-width: 768px) {
    .titan-inner .number-one-inner .content-row {
        padding-bottom: 50px;
    }
}
.titan-inner .number-one-inner .content-row h3 {
    font-family: Graphik Semibold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2em;
    color: #DC101D;
}
.titan-inner .number-one-inner .content-row h2 {
    font-family: Graphik Light;
    font-size: 46px;
    line-height: 50px;
    margin: 25px auto auto;
    color: #000;
    max-width: 590px;
}
.titan-inner .number-one-inner .content-row p {
    margin-top: 20px;
    font-family: Graphik Regular;
    font-size: 20px;
    line-height: 28px;
}
.titan-inner .number-one-inner > .image-wrapper {
    margin-left: -5vw;
    margin-right: -5vw;
}
.titan-inner .number-one-inner > .image-wrapper img {
    display: block;
}
.titan-inner .number-one-inner .triplet-row {
    background: #e3e1de;
    padding-top: 65px;
    margin-left: -5vw;
    margin-right: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
}
.titan-inner .number-one-inner .triplet-row .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 900px;
    margin: auto;
}
.titan-inner .number-one-inner .triplet-row .flex .flex-item {
    max-width: 255px;
    text-align: center;
    padding-bottom: 60px;
}
.titan-inner .number-one-inner .triplet-row .flex .flex-item img {
    height: 64px;
    width: 64px;
    margin-bottom: 15px;
}
.titan-inner .number-one-inner .triplet-row .flex .flex-item h4 {
    font-family: Graphik Bold;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
}
.titan-inner .number-one-inner .triplet-row .flex .flex-item p {
    font-family: Graphik Regular;
    font-size: 16px;
    line-height: 20px;
}
.titan-inner .smarter-way {
    padding-left: 35px;
    padding-right: 35px;
}
@media (max-width: 768px) {
    .titan-inner .smarter-way {
        padding-left: 0;
        padding-right: 0;
    }
}
.titan-inner .smarter-way-inner .content-row {
    margin: 40px auto;
    max-width: 834px;
    text-align: center;
}
@media (max-width: 768px) {
    .titan-inner .smarter-way-inner .content-row {
        max-width: 560px;
    }
}
@media (max-width: 576px) {
    .titan-inner .smarter-way-inner .content-row {
        margin-left: 5vw;
        margin-right: 5vw;
    }
}
.titan-inner .smarter-way-inner .content-row h4 {
    font-family: Graphik Semibold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2em;
    color: #DC101D;
}
.titan-inner .smarter-way-inner .content-row h2 {
    font-family: Graphik Light;
    font-size: 46px;
    line-height: 50px;
    margin: 25px auto auto;
    color: #000;
}
.titan-inner .smarter-way-inner .content-row p {
    margin-top: 20px;
    font-family: Graphik Regular;
    font-size: 20px;
    line-height: 28px;
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner {
    background: #eae9e7;
    border-radius: 10px;
    padding: 30px 30px 60px;
}
@media (max-width: 768px) {
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner {
        border-radius: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner > .image-wrapper {
    border-radius: 10px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner > .image-wrapper {
        height: 350px;
    }
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner > .image-wrapper img {
    display: block;
}
@media (max-width: 768px) {
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner > .image-wrapper img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left;
        width: 100%;
    }
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .flex .flex-item {
    max-width: 420px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    cursor: pointer;
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .flex .flex-item.active {
    z-index: 5;
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .flex .flex-item.active:before {
    content: "";
    display: inline-block;
    height: 90%;
    position: absolute;
    background: #efefef;
    width: calc(100% + 4vw);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: -1;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    transform: translate(-50%, -50%);
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .flex .flex-item:nth-of-type(2) {
    margin-left: 30px;
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .flex .flex-item h3 {
    font-family: Graphik Medium;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #000;
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .flex .flex-item p {
    font-family: Graphik Regular;
    font-size: 18px;
    line-height: 26px;
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner {
    display: flex;
    flex-direction: row;
}
@media (max-width: 768px) {
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner {
        flex-direction: column;
    }
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .left {
    flex: 1;
    margin-right: 84px;
}
@media (max-width: 768px) {
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .left {
        margin-right: 0;
    }
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .left .image-wrapper {
    border-radius: 10px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .left .image-wrapper {
        display: none;
    }
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .left .image-wrapper img {
    width: 565px;
    height: 565px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media (max-width: 768px) {
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .left .image-wrapper img {
        display: none;
    }
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .left .image-wrapper-mobile {
    display: none;
}
@media (max-width: 768px) {
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .left .image-wrapper-mobile {
        border-radius: 12px;
        display: block;
        overflow: hidden;
        height: 326px;
    }
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .left .image-wrapper-mobile img {
    display: block;
    width: 100%;
}
@media (max-width: 768px) {
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .left .image-wrapper-mobile img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left;
    }
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .right {
    flex: 1;
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .right .content {
    max-width: 420px;
}
@media (max-width: 768px) {
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .right .content {
        margin-top: 42px;
        max-width: unset;
        width: 100%;
        text-align: center;
    }
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .right .content h3 {
    color: #000;
    font-family: Graphik Medium;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
}
@media (max-width: 576px) {
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .right .content h3 {
        margin-left: 15px;
        margin-right: 15px;
    }
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .right .content p {
    font-family: Graphik Regular;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    margin-bottom: 60px;
}
@media (max-width: 576px) {
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .right .content p {
        margin-left: 15px;
        margin-right: 15px;
    }
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .right .content h4 {
    font-family: Graphik Bold;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    text-align: center;
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .right .content .flex-quad {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 300px;
    justify-content: space-around;
    margin: auto;
}
@media (max-width: 768px) {
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .right .content .flex-quad {
        width: 100%;
    }
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .right .content .flex-quad .flex-quad-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 50%;
    margin-top: 33px;
}
@media (max-width: 768px) {
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .right .content .flex-quad .flex-quad-item {
        min-width: 25%;
    }
}
@media (max-width: 576px) {
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .right .content .flex-quad .flex-quad-item {
        min-width: 50%;
    }
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .right .content .flex-quad .flex-quad-item .image-wrapper {
    margin-bottom: 15px;
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .right .content .flex-quad .flex-quad-item .image-wrapper img {
    width: 64px;
    height: 64px;
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .image-content-inner .right .content .flex-quad .flex-quad-item span {
    color: #000;
    font-family: Graphik Bold;
    font-size: 13px;
    line-height: 18px;
    max-width: 110px;
}
@media (max-width: 576px) {
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner .double-row-inner .double-row-desktop,
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner .image-wrapper-desktop {
        display: none;
    }
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .gif-slider-mobile {
    display: none;
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .gif-slider-mobile .slick-dots {
    bottom: unset !important;
    top: 370px !important;
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .gif-slider-mobile .slick-dots button {
    background: #e0e0e0;
    padding: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .gif-slider-mobile .slick-dots button:before {
    display: none;
}
.titan-inner .smarter-way-inner .inset-area .inset-area-inner .gif-slider-mobile .slick-dots .slick-active button {
    background: #DC101D;
    padding: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
@media (max-width: 576px) {
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner .gif-slider-mobile {
        display: block;
    }
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner .gif-slider-mobile img {
        height: 350px;
        border-radius: 10px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left;
    }
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner .gif-slider-mobile h3 {
        color: #000;
        font-family: Graphik Medium;
        font-size: 26px;
        line-height: 28px;
        margin: 60px 10px 20px;
    }
    .titan-inner .smarter-way-inner .inset-area .inset-area-inner .gif-slider-mobile p {
        font-family: Graphik Regular;
        font-size: 18px;
        line-height: 26px;
        display: inline-block;
        margin-bottom: 60px;
        margin-left: 10px;
        margin-right: 10px;
    }
}
.titan-inner .ultimate-control {
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 768px) {
    .titan-inner .ultimate-control {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 576px) {
    .titan-inner .ultimate-control {
        padding-left: 0;
        padding-right: 0;
    }
}
.titan-inner .ultimate-control-inner > .content {
    padding-top: 50px;
    max-width: 830px;
    margin: auto;
}
@media (max-width: 576px) {
    .titan-inner .ultimate-control-inner > .content {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}
.titan-inner .ultimate-control-inner > .content h4 {
    font-family: Graphik Semibold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2em;
    color: #DC101D;
    text-align: center;
    margin-bottom: 25px;
}
.titan-inner .ultimate-control-inner > .content h2 {
    font-family: Graphik Light;
    font-size: 46px;
    line-height: 50px;
    color: #000;
    text-align: center;
    margin: auto auto 30px;
}
.titan-inner .ultimate-control-inner .side-by-sides .flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
}
@media (max-width: 768px) {
    .titan-inner .ultimate-control-inner .side-by-sides .flex {
        flex-direction: column-reverse;
    }
}
.titan-inner .ultimate-control-inner .side-by-sides .flex .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.titan-inner .ultimate-control-inner .side-by-sides .flex .left .content {
    max-width: 340px;
    margin-right: 100px;
}
@media (max-width: 980px) {
    .titan-inner .ultimate-control-inner .side-by-sides .flex .left .content {
        margin-right: 50px;
    }
}
@media (max-width: 768px) {
    .titan-inner .ultimate-control-inner .side-by-sides .flex .left .content {
        text-align: center;
        margin-top: 50px;
        max-width: 560px;
        margin-left: 5vw;
        margin-right: 5vw;
    }
}
.titan-inner .ultimate-control-inner .side-by-sides .flex .left .content h3 {
    font-family: Graphik Medium;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
}
.titan-inner .ultimate-control-inner .side-by-sides .flex .left .content p {
    font-family: Graphik Regular;
    font-size: 18px;
    line-height: 26px;
}
.titan-inner .ultimate-control-inner .side-by-sides .flex .right .image-wrapper {
    max-width: 684px;
    height: 560px;
    border-radius: 10px;
    overflow: hidden;
}
.titan-inner .ultimate-control-inner .side-by-sides .flex .right .image-wrapper.plus {
    height: 588px;
}
@media (max-width: 576px) {
    .titan-inner .ultimate-control-inner .side-by-sides .flex .right .image-wrapper.plus {
        height: 506px;
    }
}
@media (max-width: 576px) {
    .titan-inner .ultimate-control-inner .side-by-sides .flex .right .image-wrapper.plus img {
        max-width: unset;
    }
}
@media (max-width: 576px) {
    .titan-inner .ultimate-control-inner .side-by-sides .flex .right .image-wrapper {
        height: 506px;
        border-radius: 0;
    }
}
.titan-inner .ultimate-control-inner .side-by-sides .flex .right .image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.titan-inner .ultimate-control-inner .side-by-sides .flex:nth-of-type(2n) {
    flex-direction: row-reverse;
}
@media (max-width: 768px) {
    .titan-inner .ultimate-control-inner .side-by-sides .flex:nth-of-type(2n) {
        flex-direction: column-reverse;
    }
}
.titan-inner .ultimate-control-inner .side-by-sides .flex:nth-of-type(2n) .left .content {
    margin-left: 100px;
}
@media (max-width: 980px) {
    .titan-inner .ultimate-control-inner .side-by-sides .flex:nth-of-type(2n) .left .content {
        margin-left: 50px;
    }
}
@media (max-width: 768px) {
    .titan-inner .ultimate-control-inner .side-by-sides .flex:nth-of-type(2n) .left .content {
        margin-left: 5vw;
        margin-right: 5vw;
    }
}
.titan-inner .ultimate-control-inner .side-by-sides .flex:nth-of-type(2n) .right .image-wraper {
    width: 100%;
}
@media (max-width: 576px) {
    .titan-inner .ultimate-control-inner .side-by-sides .flex:first-child .image-wrapper {
        height: 383px;
    }
}
.titan-inner .feel-safer-inner .content-row {
    margin: 40px auto;
    max-width: 834px;
    text-align: center;
}
@media (max-width: 768px) {
    .titan-inner .feel-safer-inner .content-row {
        max-width: 560px;
    }
}
@media (max-width: 576px) {
    .titan-inner .feel-safer-inner .content-row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}
.titan-inner .feel-safer-inner .content-row h4 {
    font-family: Graphik Semibold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2em;
    color: #DC101D;
}
.titan-inner .feel-safer-inner .content-row h2 {
    font-family: Graphik Light;
    font-size: 46px;
    line-height: 50px;
    margin: 25px auto auto;
    color: #000;
    max-width: 600px;
}
.titan-inner .feel-safer-inner .content-row p {
    margin-top: 20px;
    font-family: Graphik Regular;
    font-size: 20px;
    line-height: 28px;
}
.titan-inner .feel-safer-inner .double-gradient-inner .image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
}
.titan-inner .feel-safer-inner .double-gradient-inner .double-row {
    background: #000;
    padding-top: 25px;
    padding-left: 5vw;
    padding-right: 5vw;
}
.titan-inner .feel-safer-inner .double-gradient-inner .double-row .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 950px;
    margin: auto;
}
@media (max-width: 980px) {
    .titan-inner .feel-safer-inner .double-gradient-inner .double-row .flex {
        justify-content: space-around;
    }
}
@media (max-width: 768px) {
    .titan-inner .feel-safer-inner .double-gradient-inner .double-row .flex {
        flex-wrap: wrap;
    }
}
.titan-inner .feel-safer-inner .double-gradient-inner .double-row .flex .flex-item {
    max-width: 430px;
    margin-bottom: 40px;
}
@media (max-width: 980px) {
    .titan-inner .feel-safer-inner .double-gradient-inner .double-row .flex .flex-item {
        max-width: 293px;
    }
}
@media (max-width: 576px) {
    .titan-inner .feel-safer-inner .double-gradient-inner .double-row .flex .flex-item {
        max-width: unset;
        width: 100%;
    }
}
.titan-inner .feel-safer-inner .double-gradient-inner .double-row .flex .flex-item img {
    height: 64px;
    width: 64px;
    display: block;
    margin-bottom: 15px;
}
.titan-inner .feel-safer-inner .double-gradient-inner .double-row .flex .flex-item h3 {
    color: #fff;
    font-size: 28px;
    font-family: Graphik Medium;
    line-height: 28px;
    margin-bottom: 15px;
}
.titan-inner .feel-safer-inner .double-gradient-inner .double-row .flex .flex-item p {
    color: #f2f1ef;
    font-size: 18px;
    font-family: Graphik Regular;
    line-height: 26px;
}
.titan-inner .feel-safer-inner .security-features {
    background: #000;
    padding-top: 30px;
    padding-bottom: 40px;
}
.titan-inner .feel-safer-inner .security-features-inner h3 {
    font-family: Graphik Medium;
    font-size: 28px;
    line-height: 28px;
    color: #DC101D;
    text-align: center;
    margin-bottom: 30px;
}
.titan-inner .feel-safer-inner .security-features-inner .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
@media (max-width: 576px) {
    .titan-inner .feel-safer-inner .security-features-inner .flex {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}
.titan-inner .feel-safer-inner .security-features-inner .flex .flex-item {
    max-width: 240px;
    text-align: center;
}
@media (max-width: 576px) {
    .titan-inner .feel-safer-inner .security-features-inner .flex .flex-item {
        min-width: 100%;
        max-width: unset;
        margin-bottom: 10px;
    }
}
.titan-inner .feel-safer-inner .security-features-inner .flex .flex-item .image-wrapper {
    display: block;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.titan-inner .feel-safer-inner .security-features-inner .flex .flex-item .image-wrapper img {
    height: 64px;
    width: 64px;
    display: block;
    margin: auto;
}
.titan-inner .feel-safer-inner .security-features-inner .flex .flex-item h4 {
    font-family: Graphik Bold;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 10px;
}
.titan-inner .feel-safer-inner .security-features-inner .flex .flex-item p {
    font-family: Graphik Regular;
    font-size: 16px;
    line-height: 20px;
    color: #d3d3d3;
}
.titan-inner .easy-installation {
    margin-top: 20px;
}
@media (max-width: 768px) {
    .titan-inner .easy-installation {
        padding-bottom: 100px;
    }
}
@media (max-width: 576px) {
    .titan-inner .easy-installation {
        padding-bottom: 40px;
    }
}
.titan-inner .easy-installation .easy-installation-inner {
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 768px) {
    .titan-inner .easy-installation .easy-installation-inner {
        padding-left: 0;
        padding-right: 0;
    }
}
.titan-inner .easy-installation .easy-installation-inner .image-row {
    max-width: 1216px;
    height: 573px;
    background-size: cover;
    background-position: 50%;
    margin: auto;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 768px) {
    .titan-inner .easy-installation .easy-installation-inner .image-row {
        border-radius: 0;
        height: 383px;
    }
}
.titan-inner .easy-installation .easy-installation-inner .image-row .content-desktop {
    max-width: 402px;
    margin-left: 9%;
}
@media (max-width: 768px) {
    .titan-inner .easy-installation .easy-installation-inner .image-row .content-desktop {
        display: none;
    }
}
.titan-inner .easy-installation .easy-installation-inner .image-row .content-desktop h3 {
    font-family: Graphik Medium;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
}
.titan-inner .easy-installation .easy-installation-inner .image-row .content-desktop p {
    font-family: Graphik Regular;
    line-height: 26px;
    font-size: 18px;
}
.titan-inner .easy-installation .easy-installation-inner .content-mobile {
    max-width: 560px;
    text-align: center;
    margin: 40px auto auto;
    display: none;
}
@media (max-width: 768px) {
    .titan-inner .easy-installation .easy-installation-inner .content-mobile {
        display: block;
    }
}
@media (max-width: 576px) {
    .titan-inner .easy-installation .easy-installation-inner .content-mobile {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}
.titan-inner .easy-installation .easy-installation-inner .content-mobile h3 {
    font-family: Graphik Medium;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
}
.titan-inner .easy-installation .easy-installation-inner .content-mobile p {
    font-family: Graphik Regular;
    line-height: 26px;
    font-size: 18px;
}
.titan-inner .divider {
    box-sizing: border-box;
    height: 1px;
    margin: 0 30px;
    background: #d3d3d3;
    display: none;
}
@media (max-width: 768px) {
    .titan-inner .divider {
        display: block;
    }
}
.titan-inner .smart-home {
    padding-bottom: 100px;
}
.titan-inner .smart-home .smart-home-inner .content-row {
    margin: 40px auto 100px;
    max-width: 834px;
    text-align: center;
}
@media (max-width: 768px) {
    .titan-inner .smart-home .smart-home-inner .content-row {
        max-width: 560px;
    }
}
@media (max-width: 576px) {
    .titan-inner .smart-home .smart-home-inner .content-row {
        padding-left: 5vw;
        padding-right: 5vw;
        margin-bottom: 40px;
    }
}
.titan-inner .smart-home .smart-home-inner .content-row h4 {
    font-family: Graphik Semibold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2em;
    color: #DC101D;
}
.titan-inner .smart-home .smart-home-inner .content-row h2 {
    font-family: Graphik Light;
    font-size: 50px;
    line-height: 50px;
    margin: 25px auto auto;
    color: #000;
    max-width: 600px;
}
.titan-inner .smart-home .smart-home-inner .content-row p {
    margin-top: 20px;
    font-family: Graphik Regular;
    font-size: 20px;
    line-height: 28px;
}
.titan-inner .smart-home .smart-home-inner .smart-integrations-desktop {
    display: block;
}
@media (max-width: 576px) {
    .titan-inner .smart-home .smart-home-inner .smart-integrations-desktop {
        display: none;
    }
}
.titan-inner .smart-home .smart-home-inner .smart-integrations-desktop .smart-integrations-inner .flex {
    display: flex;
    flex-direction: row;
}
.titan-inner .smart-home .smart-home-inner .smart-integrations-desktop .smart-integrations-inner .flex .flex-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.titan-inner .smart-home .smart-home-inner .smart-integrations-desktop .smart-integrations-inner .flex .flex-item .bubble-wrapper {
    position: relative;
}
.titan-inner .smart-home .smart-home-inner .smart-integrations-desktop .smart-integrations-inner .flex .flex-item .image-wrapper {
    margin-top: auto;
}
.titan-inner .smart-home .smart-home-inner .smart-integrations-desktop .smart-integrations-inner .flex .flex-item:first-of-type .bubble-wrapper {
    opacity: 0;
    left: -13px;
    -webkit-animation: fade-in-out 15s ease-in-out 0s infinite forwards;
    animation: fade-in-out 15s ease-in-out 0s infinite forwards;
}
.titan-inner .smart-home .smart-home-inner .smart-integrations-desktop .smart-integrations-inner .flex .flex-item:nth-of-type(2) .bubble-wrapper {
    opacity: 0;
    left: -8px;
    -webkit-animation: fade-in-out 15s ease-in-out 5s infinite forwards;
    animation: fade-in-out 15s ease-in-out 5s infinite forwards;
}
.titan-inner .smart-home .smart-home-inner .smart-integrations-desktop .smart-integrations-inner .flex .flex-item:nth-of-type(3) .bubble-wrapper {
    opacity: 0;
    left: -22px;
    -webkit-animation: fade-in-out 15s ease-in-out 10s infinite forwards;
    animation: fade-in-out 15s ease-in-out 10s infinite forwards;
}
@-webkit-keyframes fade-in-out {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    33% {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
@keyframes fade-in-out {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    33% {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
.titan-inner .smart-home .smart-home-inner .smart-integrations-mobile {
    display: none;
}
@media (max-width: 576px) {
    .titan-inner .smart-home .smart-home-inner .smart-integrations-mobile {
        display: block;
    }
}
.titan-inner .smart-home .smart-home-inner .smart-integrations-mobile .smart-integrations-inner .flex,
.titan-inner .smart-home .smart-home-inner .smart-integrations-mobile .smart-integrations-inner .flex .flex-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.titan-inner .smart-home .smart-home-inner .smart-integrations-mobile .smart-integrations-inner .flex .flex-item .image-wrapper {
    position: relative;
}
.titan-inner .smart-home .smart-home-inner .smart-integrations-mobile .smart-integrations-inner .flex .flex-item:first-of-type .image-wrapper {
    right: -14px;
}
.titan-inner .smart-home .smart-home-inner .smart-integrations-mobile .smart-integrations-inner .flex .flex-item:nth-of-type(2) {
    margin-top: 20px;
}
.titan-inner .smart-home .smart-home-inner .smart-integrations-mobile .smart-integrations-inner .flex .flex-item:nth-of-type(2) .image-wrapper {
    right: -10px;
}
.titan-inner .smart-home .smart-home-inner .smart-integrations-mobile .smart-integrations-inner .flex .flex-item:nth-of-type(3) {
    margin-top: 20px;
}
.titan-inner .smart-home .smart-home-inner .smart-integrations-mobile .smart-integrations-inner .flex .flex-item:nth-of-type(3) .image-wrapper {
    right: -21px;
}
.titan-inner .keypad {
    background: #2e334a;
}
.titan-inner .keypad .keypad-inner .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
@media (max-width: 576px) {
    .titan-inner .keypad .keypad-inner .flex {
        flex-direction: column-reverse;
    }
}
@media (max-width: 768px) {
    .titan-inner .keypad .keypad-inner .flex .flex-item.left {
        margin-left: 30px;
    }
}
@media (max-width: 576px) {
    .titan-inner .keypad .keypad-inner .flex .flex-item.left {
        margin-left: unset;
        margin-bottom: 40px;
    }
}
@media (max-width: 576px) {
    .titan-inner .keypad .keypad-inner .flex .flex-item.right {
        position: relative;
        right: -30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
.titan-inner .keypad .keypad-inner .flex .flex-item .learn-more {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-family: Graphik Medium;
    line-height: 28px;
    padding: 12px 15px;
    color: #fff;
}
.titan-inner .keypad .keypad-inner .flex .flex-item .buy-now {
    background: #DC101D;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-family: Graphik Medium;
    line-height: 28px;
    padding: 12px 15px;
    color: #fff;
    margin-left: 46px;
}
@media (max-width: 768px) {
    .titan-inner .keypad .keypad-inner .flex .flex-item .buy-now {
        margin-left: 30px;
    }
}
.titan-inner .keypad .keypad-inner .flex .flex-item h2 {
    font-family: Graphik Light;
    font-size: 32px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 14px;
}
.titan-inner .keypad .keypad-inner .flex .flex-item h3 {
    font-family: Graphik Medium;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 35px;
}
@media (max-width: 768px) {
    .titan-inner .keypad .keypad-inner .flex .flex-item h3 {
        max-width: 314px;
        text-align: center;
    }
}
.titan-inner .keypad .keypad-inner .flex .flex-item .image-wrapper {
    height: 90%;
}
.titan-inner .keypad .keypad-inner .flex .flex-item .image-wrapper img {
    height: 100%;
    width: auto;
}
.titan-inner .specs {
    padding: 120px 5vw 175px;
    background: #fff;
}
.titan-inner .specs * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.titan-inner .specs .specs-inner {
    max-width: 970px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin: auto;
}
@media (max-width: 980px) {
    .titan-inner .specs .specs-inner {
        flex-direction: column-reverse;
        max-width: 1680px;
        align-items: center;
    }
}
.titan-inner .specs .specs-inner .col-right {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    margin-top: 0;
}
.titan-inner .specs .specs-inner .col-right h3 {
    display: none;
    font-family: Graphik Medium;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    text-align: left;
    color: #000;
    margin-bottom: 40px;
}
@media (max-width: 980px) {
    .titan-inner .specs .specs-inner .col-right h3 {
        display: block;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .titan-inner .specs .specs-inner .col-right .slides {
        border-radius: 0;
        margin-left: -5vw;
        margin-right: -5vw;
    }
}
.titan-inner .specs .specs-inner .col-right .slide img {
    max-width: 500px;
}
@media (max-width: 980px) {
    .titan-inner .specs .specs-inner .col-right .slide img {
        height: 620px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
    }
}
@media screen and (max-width: 980px) and (max-width: 500px) {
    .titan-inner .specs .specs-inner .col-right .slide img {
        border-radius: 0;
    }
}
@media (max-width: 768px) {
    .titan-inner .specs .specs-inner .col-right .slide img {
        width: 100vw;
        margin: auto;
    }
}
.titan-inner .specs .specs-inner .col-left {
    margin-left: 20px;
    max-width: 387px;
}
@media (max-width: 980px) {
    .titan-inner .specs .specs-inner .col-left {
        margin-top: 103px;
        margin-left: 0;
    }
}
.titan-inner .specs .specs-inner .col-left h3 {
    font-family: Graphik Medium;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    text-align: left;
    color: #000;
    margin-bottom: 60px;
    display: block;
}
@media (max-width: 980px) {
    .titan-inner .specs .specs-inner .col-left h3 {
        display: none;
    }
}
.titan-inner .specs .specs-inner .col-left tbody tr:first-child td {
    display: flex;
    justify-content: flex-start;
}
.titan-inner .specs .specs-inner .col-left tbody tr:first-child td .col-left-inner {
    margin-right: 80px;
}
.titan-inner .specs .specs-inner .col-left th {
    font-family: Graphik Medium;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #000;
    position: relative;
    margin-top: 35px;
    margin-bottom: 30px;
}
.titan-inner .specs .specs-inner .col-left th:after {
    content: "";
    position: absolute;
    color: #DC101D;
    display: block;
    border: 1px solid #DC101D;
    width: 100%;
    margin-top: 8px;
}
.titan-inner .specs .specs-inner .col-left td strong {
    margin-bottom: 20px;
    display: inline-block;
}
.titan-inner .specs .specs-inner .col-left td p {
    line-height: 18px;
    font-family: Graphik Regular;
    font-size: 13px;
}
@media (max-width: 980px) {
    .titan-inner .specs .specs-inner .col-left {
        max-width: 500px;
    }
}
.titan-inner .specs .specs-inner .col-left table,
.titan-inner .specs .specs-inner .col-left tbody,
.titan-inner .specs .specs-inner .col-left td,
.titan-inner .specs .specs-inner .col-left th,
.titan-inner .specs .specs-inner .col-left thead,
.titan-inner .specs .specs-inner .col-left tr {
    display: block;
    text-align: left;
}
.titan-inner .specs .specs-inner .col-left .warning {
    font-family: Graphik Regular;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    color: #8b8b8b;
    margin-top: 80px;
}
.titan-inner .specs .slick-dots {
    bottom: -35px;
}
.titan-inner .specs .slick-dots li {
    margin: 0 15px;
}
.titan-inner .specs .slick-dots li button {
    width: 20px;
    height: 20px;
    background: #3c3c3c;
    border-radius: 50%;
}
.titan-inner .specs .slick-dots li button:after,
.titan-inner .specs .slick-dots li button:before {
    display: none;
}
.titan-inner .specs .slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
    background: #b1b1b1;
    border-radius: 50%;
    position: relative;
}
.titan-inner .specs .slick-dots li.slick-active button:after {
    display: block;
    content: "";
    left: 50%;
    top: 50%;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: transparent;
    border: 1px solid #000;
}
.titan-inner .buy-now {
    height: 88px;
    background: #eae9e7;
}
@media (max-width: 576px) {
    .titan-inner .buy-now {
        padding-top: 20px;
        padding-bottom: 40px;
        height: auto;
    }
}
.titan-inner .buy-now .buy-now-inner {
    height: 100%;
}
.titan-inner .buy-now .buy-now-inner .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    width: 100%;
}
@media (max-width: 576px) {
    .titan-inner .buy-now .buy-now-inner .flex {
        flex-direction: column;
    }
}
.titan-inner .buy-now .buy-now-inner h2 {
    font-family: Graphik Medium;
    font-size: 23px;
    line-height: 24px;
    color: #000;
}
@media (max-width: 576px) {
    .titan-inner .buy-now .buy-now-inner h2 {
        margin-bottom: 40px;
    }
}
.titan-inner .buy-now .buy-now-inner a {
    padding: 13px 32px;
    border-radius: 10px;
    background: #DC101D;
    font-family: Graphik Medium;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
}
.triplet-2020 {
    padding: 40px 50px;
}
@media (max-width: 980px) {
    .triplet-2020 {
        padding: 20px 20px 100px;
    }
}
.triplet-2020-inner {
    width: 100%;
}
.triplet-2020-inner .flexbox {
    display: flex;
    flex-direction: row;
    width: 100%;
}
@media (max-width: 980px) {
    .triplet-2020-inner .flexbox {
        flex-wrap: wrap;
    }
}
.triplet-2020-inner .flexbox .flex-item {
    margin-right: 20px;
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.triplet-2020-inner .flexbox .flex-item img {
    position: absolute;
    z-index: -1;
    transition: transform 1s, -webkit-filter 1s ease-in-out;
    transition: transform 1s, filter 1s ease-in-out;
    transition: transform 1s, filter 1s ease-in-out, -webkit-filter 1s ease-in-out;
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
    transform: scale(1);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: auto;
}
@media (max-width: 980px) {
    .triplet-2020-inner .flexbox .flex-item img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}
.triplet-2020-inner .flexbox .flex-item:hover img {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    transform: scale(1.1);
    transition: transform 1s, -webkit-filter 1s ease-in-out;
    transition: transform 1s, filter 1s ease-in-out;
    transition: transform 1s, filter 1s ease-in-out, -webkit-filter 1s ease-in-out;
}
@media (max-width: 980px) {
    .triplet-2020-inner .flexbox .flex-item {
        margin-right: 0;
        margin-bottom: 40px;
    }
}
.triplet-2020-inner .flexbox .flex-item h3 {
    font-family: Graphik Regular;
    font-size: 26px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 5px;
}
.triplet-2020-inner .flexbox .flex-item h4 {
    font-family: Graphik Light;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.triplet-2020-inner .flexbox .flex-item:last-child {
    margin-right: 0;
}
@media (max-width: 980px) {
    .triplet-2020-inner .flexbox .flex-item:last-child {
        min-width: 100%;
    }
}
.reserve {
    box-sizing: border-box;
    min-height: 854px;
    background: rgba(0, 0, 0, 0.8);
    overflow: auto;
}
@media (max-width: 768px) {
    .reserve {
        min-height: 878px;
        background-position: 0 40% !important;
    }
}
.reserve-inner {
    margin-left: 11%;
    margin-top: 130px;
}
.reserve-inner .fade-in {
    margin-bottom: 60px;
    max-width: unset !important;
}
.reserve-inner .continue {
    padding: 13px 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    font-family: Graphik Medium;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    border: 1px solid #fff;
    text-decoration: none;
    position: relative;
    bottom: -50px;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
}
.reserve-inner .slideUp {
    bottom: 0;
    visibility: visible;
    opacity: 1;
    transition: all 1s;
}
@media screen and (max-width: 768px) {
    .reserve-inner {
        text-align: center;
        margin: 46px auto auto;
    }
}
.reserve-inner h1 {
    font-size: 46px;
    font-family: Graphik Light;
    line-height: 50px;
    color: #fff;
    max-width: 635px;
    margin-bottom: 15px;
}
.reserve-inner h1 span {
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .reserve-inner h1 {
        text-align: center;
        max-width: 355px;
        margin-bottom: 23px;
    }
}
@media screen and (max-width: 420px) {
    .reserve-inner h1 {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.reserve-inner h2 {
    font-size: 20px;
    font-family: Graphik Regular;
    line-height: 28px;
    color: #ddd;
    max-width: 635px;
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
    .reserve-inner h2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 355px;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 420px) {
    .reserve-inner h2 {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.reserve-inner input {
    display: block;
}
.reserve-inner input[type="email"],
.reserve-inner select {
    font-size: 14px;
    font-family: Graphik Regular;
    line-height: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    width: 430px;
    color: #fff;
    border-radius: 4px;
    border-width: 1px;
    padding: 16px 20px;
    border-color: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.reserve-inner input[type="email"]::-webkit-input-placeholder,
.reserve-inner select::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: Graphik Regular;
    line-height: 24px;
}
.reserve-inner input[type="email"]::-moz-placeholder,
.reserve-inner select::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: Graphik Regular;
    line-height: 24px;
}
.reserve-inner input[type="email"]:-ms-input-placeholder,
.reserve-inner select:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: Graphik Regular;
    line-height: 24px;
}
.reserve-inner input[type="email"]::-ms-input-placeholder,
.reserve-inner select::-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: Graphik Regular;
    line-height: 24px;
}
.reserve-inner input[type="email"]::placeholder,
.reserve-inner select::placeholder {
    color: #fff;
    font-size: 14px;
    font-family: Graphik Regular;
    line-height: 24px;
}
.reserve-inner input[type="email"] {
    margin-bottom: 30px;
}
.reserve-inner select {
    width: 66px;
}
.reserve-inner .select-wrapper {
    position: relative;
    margin-bottom: 45px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.reserve-inner .select-wrapper span {
    font-size: 14px;
    font-family: Graphik Regular;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
}
.reserve-inner .select-wrapper:after {
    content: "";
    position: absolute;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: 52%;
    transform: translateY(-50%);
    right: 12px;
}
.reserve-inner button[type="submit"] {
    padding: 13px 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    font-family: Graphik Medium;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    margin-bottom: 200px;
}
@media (max-width: 768px) {
    .reserve-inner button[type="submit"] {
        margin: auto;
    }
}
.reserve-inner button[type="submit"]:hover {
    background: #fff;
    color: #000;
}
.reserve-inner div[id^="swatch-"] {
    margin-bottom: 50px;
}
.reserve-inner div[id^="swatch-"],
.reserve-inner div[id^="swatch-"] > div {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.reserve-inner div[id^="swatch-"] > div:first-of-type label {
    display: inline-block;
    margin-right: 20px;
}
.reserve-inner div[id^="swatch-"] input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    background: transparent;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 5px solid #464646;
    position: relative;
}
.reserve-inner div[id^="swatch-"] input:first-of-type:after,
.reserve-inner div[id^="swatch-"] input:last-of-type:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    left: 2px;
    bottom: 2px;
    border: 1px solid #929292;
    border-radius: 50%;
}
.reserve-inner div[id^="swatch-"] input:checked {
    border: 5px solid #fff;
}
.reserve-inner div[id^="swatch-"] input:checked:after {
    background: #bfbfbf;
    border: none;
}
.reserve-inner div[id^="swatch-"] label,
.reserve-inner div[id^="swatch-"] span {
    font-size: 14px;
    line-height: 24px;
    font-family: Graphik Regular;
    color: #fff;
}
.reserve-inner div[id^="swatch-"] span {
    display: inline-block;
    margin-right: 40px;
}
.reserve-inner div[id^="swatch-"] input[type="radio"] {
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
    .reserve-inner {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
    .reserve-inner input[type="email"] {
        width: 100%;
        padding: 14px 10px;
    }
}
@media screen and (max-width: 420px) {
    .reserve-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .reserve-inner #quantity-select,
    .reserve-inner input[type="email"] {
        line-height: 14px;
    }
    .reserve-inner div[id^="swatch-"] {
        justify-content: space-around;
    }
    .reserve-inner div[id^="swatch-"] span {
        margin-right: 0;
    }
    .reserve-inner div[id^="swatch-"] label {
        margin-right: 0 !important;
    }
}
/*# sourceMappingURL=_briefcase.min.scss.css.map */
