:root {
    --license-logo-item-margin: 0 10px 10px 10px;
    --license-text-align: left;
    --license-text-color: #000;
    --license-text-size: 13.6px;
    --license-text-link-color: #000;
    --license-text-link-hover-decoration: underline;
    --license-text-link-hover-color: #000;
    --beam-background: #1988fe;
    --beam-font-size: 14px;
    --beam-padding: 0;
    max-height: 30px;
}

@media screen and (max-width: 767px) {

    /* mobile view */
    :root {
        --beam-font-size: 12px;
        --license-logo-item-margin: 0 4px 4px 4px;
    }
}

/***********************************************************************/
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKfw72.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mavenpro/v40/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Rf21nejog.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Maven Pro 800';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/mavenpro/v40/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8aXx1nejog.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Maven Pro 900';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/mavenpro/v40/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Yzx1nejog.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/***********************************************************************/

html {
    font-size: 10px;
    font-family: 'Ubuntu', sans-serif;
}

body {
    margin: 0;
    height: 100vh;
}

h1 {
    font-family: 'Maven Pro 800';
    color: #ff346b;
}

h2 {
    font-family: 'Maven Pro 900';
    color: #FF336B;
}

h3 {
    font-family: 'Maven Pro 900';
    color: #13005b;
}

span {
    font-family: 'Maven Pro';
}

p,
ul li,
ol li {
    line-height: 145%;
}

a:hover {
    text-decoration: none;
}

.center {
    text-align: center;
}

.mt3 {
    margin-top: 3em;
}

.slogan {
    width: 100%;
    background-color: #00072c;
    text-transform: uppercase;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    position: fixed;
    top: 30px;
    height: 44.66px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.slogan span {
    margin: 0 auto;
}


@media screen and (max-width: 767px) {
    .slogan {
        font-size: 1.4rem;
    }
}

.banner {
    position: relative;
}

.banner img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    aspect-ratio: 1905 / 468.312;
}

.banner-terms {
    position: absolute;
    bottom: 0;
    width: stretch;
    background-color: rgba(0, 0, 0, .7);
    padding: 12px;
    font-size: 1.2rem;
    line-height: normal;
}

.banner-terms,
.banner-terms a {
    color: #fff;
}

@media screen and (max-width: 1032px) {
    .banner-terms {
        position: unset;
        background-color: #000;
    }
}

@media screen and (max-width: 767px) {
    .banner img {
        aspect-ratio: unset;
    }

    .banner-terms {
        position: unset;
        background-color: #000;
    }
	
	.banner {
		margin-top: 59px;
	}
}

/************************ CONTENT ********************************/

.area-wrapper-lp {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 1310px;
    padding: 2% 0;
}

.content-section {
    margin-bottom: 20px;
}

.content-section h1 {
    font-size: 4.7rem;
}


.content-section h2 {
    font-size: 3.2rem;
}

.content-section p,
.content-section ul li {
    font-size: 1.7rem;
}

.content-section h3 {
    font-size: 2.6rem;
    color: #1988FE;
}

.content-section ol li {
    font-weight: 800;
    font-size: 2.5rem;
}

.content-section .button-wrapper a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1988fe;
    color: #fff;
    padding: 25px 80px;
    text-transform: uppercase;
    border-radius: 500px;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 3rem;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
    font-weight: 900;
    font-family: 'Maven Pro 900';
}

.content-section .col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
}

.content-section .col-2 img {
    width: 100%;
    height: 100%;
}

.content-section .video-area {
	width: 100%; 
    max-width: 1000px; 
    margin: 0 auto;
}

.content-section .video-area iframe {
	aspect-ratio: 16 / 9; 
    width: 100%;
}


@media screen and (max-width: 767px) {
    .area-wrapper-lp {
        padding: 7% 0;
    }

    .content-section h1 {
        font-size: 3rem;
    }

    .content-section h2 {
        font-size: 2.8rem;
    }

    .content-section h3 {
        font-size: 2rem;
    }

    .content-section p,
    .content-section ul li {
        font-size: 1.5rem;
    }

    .content-section ol li {
        font-size: 1.6rem;
        line-height: 200%;
    }

    .content-section .col-2 {
        grid-template-columns: 1fr;
    }

    .content-section .col-2 div:first-child {
        order: 2;
    }

    .content-section .col-2 div:last-child {
        order: 1;
    }

    .content-section .button-wrapper a {
        padding: 15px 40px;
        font-size: 2rem;
    }
}

/*************************** PINK BG **********************/
.bg-pink {
    background: linear-gradient(to right, #FF346B, #6539FE);
}

.bg-pink h2,
.bg-pink h3,
.bg-pink p {
    color: #fff;
}

.bg-pink h2 {
    font-size: 4.7rem;
    margin-top: 0;
}

.bg-pink h3 {
    font-size: 3.2rem;
}

.bg-pink h3 span {
    font-weight: 100;
}

.bg-pink p {
    font-size: 1.7rem;
}

.bg-pink .col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
}

.bg-pink .col-2 > div {
    display: flex;
    flex-direction: column;
    background-color: #F4F4F4;
    border-radius: 5px;
    text-align: center;
}

.bg-pink .col-2 > div span {
    color: #FF346B;
    font-size: 3.2rem;
    font-weight: 900;
    font-family: 'Maven Pro 900';
    text-align: center;
    margin: 0.5em 0;
    line-height: 100%;
}

.bg-pink .col-2 img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .bg-pink {
        padding: 0 1em 1.5em 1em;
    }

    .bg-pink .col-2 {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    .bg-pink h2 {
        font-size: 2.8rem;
    }

    .bg-pink h3 {
        font-size: 2.4rem;
    }

    .bg-pink p {
        font-size: 1.5rem;
    }

    .bg-pink .col-2 > div span {
        font-size: 2.4rem;
    }
}

/*************************** PROMO VIDEO **********************/
@media screen and (max-width: 767px) {
    .promo-video {
        margin-bottom: 5em;
    }
}


/*************************** TERMS **********************/
.terms h3 {
    font-size: 2.6rem;
    color: #000000;
    margin: 0;
}

.terms h4 {
    margin-bottom: 0;
}

.terms h4,
.terms ul li {
    font-size: 1.7rem;
}

.terms ul {
    padding-left: 30px;
}

.terms a {
    color: #0b63ce;
}