@import url(https://fonts.googleapis.com/css2?family=Unbounded:wght@400;700&display=swap);
@import "common.css";
body {
    font-family: 'general_sansregular';
    font-size: 24px;
    color: #13162F
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Unbounded', cursive;
    font-weight: 700
}
h1, h2 {
    font-size: 42px;
    line-height: 58px
}
h3 {
    font-size: 40px;
    line-height: 50px
}
h4 {
    font-size: 32px;
    line-height: 40px
}
h5 {
    font-size: 24px;
    line-height: 29px
}
a, a:hover, a:focus {
    outline: none
}
a:hover {
    color: #ff007a;
}
p {
    margin-bottom: 30px;
    line-height: 32px
}
.btn {
    padding: 20px 63px 16px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'general_sansbold';
    border: 3px solid transparent;
    line-height: 1;
    font-weight: 400
}
.btn-accent:hover, .btn-accent:focus, .btn-accent {
    background-image: linear-gradient(to right, rgba(184,0,21,1) 0%,rgba(66,0,163,1) 50%,rgba(184,0,21,1) 100%);
    color: #fff;
    background-size: 200% auto;
    transition: .3s all ease-in-out;
}
.btn:hover {
    background-position: right center !important;
}
.btn-medium {
    font-size: 24px;
    line-height: normal
}
.text-white {
    color: #ffffff !important
}
.accent {
    color: #618FCA !important
}
.text-grey {
    color: #888888 !important
}
.text-blue {
    color: #FF007A !important;
}
.w-700 {
    max-width: 700px
}
.w-800 {
    max-width: 800px
}
.w-870 {
    max-width: 870px
}
.w-1040 {
    max-width: 1040px
}
.font-14 {
    font-size: 14px;
    line-height: 17px
}
.font-16 {
    font-size: 16px;
    line-height: 24px
}
.font-18 {
    font-size: 18px;
    line-height: 24px
}
.font-20 {
    font-size: 20px;
    line-height: 27px
}
.font-22 {
    font-size: 22px;
    line-height: 29px
}
.font-28 {
    font-size: 28px;
    line-height: 38px
}
.font-32 {
    font-size: 32px;
    line-height: 43px
}
.font-48 {
    font-size: 48px;
    line-height: 1
}
.font-50 {
    font-size: 50px;
    line-height: 62px
}
.font-70 {
    font-size: 70px;
    line-height: 1
}
.font-80 {
    font-size: 80px;
    line-height: 1
}
.f-700 {
    font-weight: 700;
}
.text-gradient {
    background: -webkit-linear-gradient(#FFEF9B, #F3D11C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.warning-box {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 24px
}
.warning-box img {
    min-width: 58px;
    margin-right: 14px
}
.step-group {
    text-align: center;
    position: relative;
    overflow: hidden
}
.step-group:after {
    content: "";
    width: 100%;
    height: 2px;
    border-top: 2px dashed rgba(237, 108, 104, .4);
    position: absolute;
    left: 50%;
    top: 18px;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%)
}
.tp-step .highlighted.style4 {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 4px 8px 0
}
.clips .col-lg-6 p.font-20 {
    text-align: justify;
}
.tp-step.first .highlighted.style4:before {
    content: "";
    width: 1000px;
    height: 2px;
    border-top: 2px solid #fff;
    position: absolute;
    right: 100%;
    top: 10px;
    z-index: 2
}
.tp-step.last .highlighted.style4:after {
    content: "";
    width: 500px;
    height: 2px;
    border-top: 2px solid #fff;
    position: absolute;
    left: 100%;
    top: 10px;
    z-index: 2
}
.highlighted {
    background-color: #FF007A;
    color: #fff;
    border-radius: 8px;
    padding: 5px 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: 0 3px 3px rgba(0 0 0/50%);
}
.highlighted.style2 {
    background: #FF007A;
    color: #fff;
    text-shadow: 0 3px 3px rgba(0 0 0/40%);
}
.highlighted.style3 {
    background: #E76C69;
    color: #fff
}
.highlighted.style4 {
    background: #5C5AE8;
    color: #fff
}
.tp-date {
    padding: 6px 13px 4px;
    display: inline-block;
    background-color: #F3D11C;
    color: #13162F;
    border-radius: 8px;
    font-family: 'general_sanssemibold'
}
.wrapper-video {    
    border: 2px solid #1d1c1b;
    border-bottom-width: 20px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 30px rgba(255 255 255/50%)
}
.wrapper-video .ratio {
    border: 10px solid #000
}
.wrapper-video:after {
    content: "";
    width: 864px;
    height: 27px;
    background: url(../images/bg-video.png) no-repeat center center;
    position: absolute;
    top: 100%;
    margin-top: 20px;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%)
}
.m-video {
    margin-bottom: -60px
}
.img-wrapper.training {
    scale: 1.1;
    transform-origin: 85% 50%;
}
.bundle {
    filter: drop-shadow(0 0 10px rgba(0 0 0/80%)) !important;
}
.box-button-wrapper {
    position: relative
}
.box-button-wrapper:after {
    content: "";
    background: linear-gradient(to bottom, rgba(184,0,21,1) 0%,rgba(66,0,163,1) 100%);
    position: absolute;
    top: -30px;
    right: -30px;
    left: -30px;
    bottom: 30px;
    border-radius: 30px;
}
.box-button {
    text-align: center;
    color: #fff;
    padding: 60px 30px 20px;
    background: url(../images/bg-box-button.png) no-repeat center center;
    background-size: cover;
    border-radius: 16px;
    position: relative;
    z-index: 2;
    box-shadow: 0 30px 30px rgba(19, 22, 47, .283)
}
.box-1 {
    padding: 32px;
    border-bottom: 6px solid #FF007A;
    box-shadow: 0 19px 29px rgba(0, 0, 0, .05);
    border-radius: 16px;
    background: #fff;
    display: flex;
    align-items: flex-start;
}
.box-1 img {
    min-width: 118px;
    max-width: 118px;
    margin-right: 30px
}
.img-shadow {
    box-shadow: 0 5px 6px rgba(0, 0, 0, .3);
    border-radius: 32px
}
.box-2 {
    background: #fff;
    box-shadow: 0 5px 16px rgba(40, 62, 90, .2);
    padding: 30px;
    border: 1px solid rgba(97, 143, 202, .2);
    border-radius: 24px;
    margin-bottom: 30px
}
.product-item {
    background: linear-gradient(135deg, rgba(0,0,0,1) 0%,rgba(125,14,77,1) 100%);
    border-radius: 24px;
    padding: 10px 25px 30px;
    border: 1px solid #FF007A;
    margin-bottom: 30px;
    margin-top: 200px;
    text-align: center;
    color: #fff;
}
.product-item .img-product {
    margin-top: -210px;
    filter: drop-shadow(0 0 5px rgba(255 255 255/90%));
    margin-bottom: 25px;
}
.product-item.special {
    border: 3px solid #FF007A;
    background: #F5F6FE;
    color: #000;
}
.product-item.special .highlighted.style2,
.product-item.special .list-dots li:before {
    background: #FF007A;
}
.list-dots {
    padding: 0;
    margin: 0;
    list-style: none
}
.list-dots li {
    padding-left: 20px;
    position: relative;
    text-align: left;
    margin-bottom: 25px;
}
.list-dots li:before {
    width: 8px;
    height: 8px;
    content: "";
    background: #ff007a;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
}
.list-close-2, .list-check {
    padding: 0;
    margin: 0;
    list-style: none
}
.list-close-2 li, .list-check li {
    padding-left: 26px;
    position: relative;
    margin: 0 0 10px;
    text-align: left
}
.list-close-2 li:before, .list-check li:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../images/icon-check.png) no-repeat center center
}
.list-close-2 li:before {
    background-image: url(../images/icon-close.png)
}
.no-thank {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 30px;
    border: 3px solid #ff007a;
    border-radius: 16px;
}
.tp-box {
    margin: 200px 0 45px;
    border-radius: 24px;
    padding: 40px 30px;
    background: rgba(97, 143, 202, .2)
}
.testimonial-item {
    background: #fff;
    border-top: 6px solid #FF007A;
    padding: 40px;
    border-radius: 24px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 5px 6px rgba(40, 62, 90, .3);
}
.testimonial-item:after {
    content: "";
    width: 32px;
    height: 32px;
    background: url(../images/icon-test.png) no-repeat center center;
    position: absolute;
    right: 40px;
    bottom: 52px
}
.testimonial-item.no-icon:after {
    display: none
}
.testimonial-item .testimonial-info {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: 'general_sansbold';
    text-transform: uppercase
}
.testimonial-item .testimonial-info img {
    width: 64px;
    border-radius: 100%;
    margin-right: 20px
}
.text-del del {
    position: relative
}
.text-del del:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: 5px;
    left: 0
}
#disclaimer {
    padding: 60px 15px
}
.font-dusty-gray {
    color: #9a9a9a
}
#disclaimer p, #disclaimer a {
    font-size: 12px;
    line-height: 1.8
}
#disclaimer .copyright {
    font-size: 14px;
    display: unset;
    text-transform: unset;
    letter-spacing: unset;
    font-weight: 700
}
#disclaimer a.copyright:hover {
    color: #046ded !important
}
#disclaimer .content-wrapper {
    max-width: 680px
}
.font-dusty-gray {
    color: #9a9a9a !important
}
#disclaimer p, #disclaimer a {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    text-decoration: unset
}
#footer-section li {
    padding: 0 20px
}
#footer-section ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.flex-elem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}
#footer-section li a {
    color: #000;
    font-size: 14px;
    font-family: 'Poppins';
    text-decoration: unset
}
#footer-section li a:hover {
    color: #046ded !important
}
#footer-section {
    padding: 30px
}
#footer-section {
    padding: 30px;
    background: #fafafa
}
@media screen and (max-width:1280.98px) {
    #disclaimer {
        padding: 50px 0
    }
    #footer-section .custom-wrapper {
        max-width: 100%
    }
}
@media screen and (max-width:1024.98px) {
    #footer-section li a {
        font-size: 12px
    }
}
@media screen and (max-width:991.98px) {
    #footer-section li {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding: 5px 0;
        border: none !important
    }
    #footer-section li a {
        font-size: 12px
    }
}
@media screen and (max-width:575.98px) {
    #disclaimer p {
        font-size: 12px;
        line-height: 1.8
    }
}
@media screen and (max-width:440.98px) {
    #disclaimer .copyright {
        font-size: 12px
    }
    #disclaimer p {
        font-size: 10px
    }
    #footer-section {
        padding: 20px 15px
    }
    #footer-section li {
        padding: 0 0
    }
}