@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700;900&display=swap);
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
body {
    line-height: 1
}
ol, ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
html {
    font-size: 8px
}
body {
    background-color: #fff;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 300
}
body * {
    outline: 0;
    -webkit-tap-highlight-color: transparent
}
body.no_scroll {
    overflow: hidden
}
.container {
    max-width: calc(36rem + 30px)
}

@media only screen and (min-width:335px) {
html {
    font-size: 10px
}
}

@media only screen and (min-width:576px) {
html {
    font-size: 12px
}
}

@media only screen and (min-width:768px) {
html {
    font-size: .6vw
}
.container {
    max-width: calc(157rem + 30px)
}
}

@media only screen and (min-width:1200px) {
html {
    font-size: .53vw
}
}
img {
    max-width: 100.5%
}
img.img-fluid {
    width: 100.5%
}
strong {
    font-weight: 700
}
strong .bolder {
    font-weight: 900
}
.font-italic {
    font-style: italic
}
a {
    text-decoration: none
}
sub {
    font-size: smaller;
    vertical-align: .6em
}
sup {
    vertical-align: super;
    font-size: .6em
}
.c-purple {
    color: #7f28c4
}
.bg-purple {
    background-color: #7f28c4!important
}
.c-pink {
    color: #e83d71
}
.bg-pink {
    background-color: #e83d71!important
}
#pcontent {
    position: relative;
    overflow: hidden
}
.cta {
    display: inline-block;
    color: #fff;
    background-color: #7f28c4;
    padding: 1em 1.2em;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    /*-webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
    border-top-left-radius: 1em;
    border-bottom-right-radius: 1em;*/
    text-align: center;
    min-width: 15em
}
.cta:hover {
    background-color: #000000;
}

@media only screen and (min-width:768px) {
.cta {
    font-size: 3rem;
}
}
.border {
    overflow: hidden;
    border-top-left-radius: 10rem;
    border-bottom-right-radius: 10rem
}

@media only screen and (min-width:768px) {
.border {
    border-top-left-radius: 20rem;
    border-bottom-right-radius: 20rem
}
}
.gradient_text {
    display: inline-block;
    background: url(../img/gradient_small.jpg) 50% 50%;
    color: transparent;
    background-size: 100% auto;
    -webkit-background-clip: text;
    background-clip: text
}
.txt_more {
    cursor: pointer
}
.txt_more strong {
    text-decoration: underline
}
.container__inner {
    border-bottom: 1px solid #ccc
}
header {
    background: url(../img/gradient_small.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    padding: 2rem 0 3rem
}
header h1 {
    margin-bottom: 2rem
}
header .video-wrap {
    position: relative
}
header .video-wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60%
}
header .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
header .video__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/video_placeholder.jpg) no-repeat 50% 50%;
    background-size: cover;
    cursor: pointer
}
header .video__arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.5rem;
    height: 3.5rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (min-width:768px) {
header {
    padding: 5rem 0 7rem
}
header h1 {
    margin-bottom: 0
}
header .video__arrow {
    width: 11rem;
    height: 11rem
}
}
.color_bar {
    background: url(../img/gradient_small.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 2rem 0
}

@media only screen and (min-width:768px) {
.color_bar {
    background: url(../img/gradient_big.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 3rem 0
}
}
.col_titles {
    display: none;
    padding: 3rem 0 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 976px
}

@media only screen and (min-width:480px) {
.col_titles {
    display: block
}
.col_titles .col_titles__row {
    padding: 0 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.col_titles .col_titles__row .col_title {
    width: 33.3333%;
    font-weight: 900;
    text-align: center;
    font-size: 1.2rem
}
}

@media only screen and (min-width:768px) {
.col_titles {
    padding: 10rem 0 2rem
}
.col_titles .col_titles__row .col_title {
    font-size: 3rem
}
}

@media only screen and (min-width:992px) {
.col_titles .col_titles__row .col_title {
    font-size: 15px
}
}
.h1 {
    font-weight: 900;
    font-size: 2.3rem;
    text-transform: uppercase;
    line-height: 1.1
}
.h2 {
    font-weight: 900;
    font-size: 2.3rem;
    text-transform: uppercase;
    line-height: 1.1
}
.h2 span {
    display: inline-block;
    vertical-align: middle
}
.h2 img {
    height: .8em;
    width: auto;
    margin-right: .1em;
    display: inline-block;
    vertical-align: middle
}
.h3 {
    font-weight: 900;
    font-size: 2.8rem;
    text-transform: uppercase;
    line-height: 1.2;
    color: #fff
}
.h3 span {
    display: block
}
.h3 .outline {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff
}
.h2 .outline {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff
}
.h1 .outline {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
	font-size: 8rem !important;
}
@media only screen and (max-width:767px) {
.h1 .outline {
	font-size: 2.3rem !important;
}
}
@media only screen and (max-width:767px) {
#pcontent {
	text-align: center;
}
}
p {
    font-size: 1.5rem;
    line-height: 1.5
}
section.color_bar .pl-md-8 {
	padding-left: 0px !important;
}

@media only screen and (min-width:768px) {
.h1 {
    font-size: 8rem
}
.h1 span.outer {
    font-size: 8rem !important;
}
.h1 span {
    font-size: 4rem
}
.h2 {
    font-size: 6rem
}
.h3 {
    font-size: 4rem
}
.h3 span {
    display: inline
}
p {
    font-size: 3rem;
    line-height: 1.3
}
}
.video-fulls {
	padding: 0 15rem;
}
@media only screen and (max-width:767px) {
.video-fulls {
	padding: 0;
}
}
