:root {
    --main-color: #9c64f4;
    --white-color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.42857143;
    background-color: rgba(35, 35, 35, 0);
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
        Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: var(--white-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-position: center center;
}

body .main-image-video {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -3;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.main-image-video .video-fg {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
    height: 0;
}

body .main-image-video iframe,
.main-image-video .video-fg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body .main-image-video iframe {
    transform: scale(1.15);
}

.main-image-video:before {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.9);
    opacity: var(--overlay-opacity);
    z-index: 1;
}

.main-image {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -3;
    top: 0;
    left: 0;
}

.main-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -2;
    object-fit: cover;
    ;
}

.main-image:before {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0.7;
    z-index: -1;
}

.header.header-center {
    display: block;
    text-align: center;
}

.header .top-info {
    color: #fff;
    text-align: right;
}

.header .top-info span {
    color: var(--main-color);
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0px;
    margin-bottom: 20px;
}

.header .logo h1,
.header .logo a {
    color: var(--white-color);
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 34px;
    font-weight: bold;
    margin: 0px;
}

.header .logo h1 img {
    max-width: 200px;
    max-height: 100px;
    object-fit: contain;
}

.button-cta {
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    fill: var(--white-color) !important;
    color: var(--white-color) !important;
    background-color: var(--main-color);
    padding: 5px 25px 5px 25px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
}

.header a.button-cta {
    max-width: 300px;
}

.container {
    width: 1170px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

@media (max-width: 1170px) {
    .container {
        width: 100% !important;
    }
}

.top-bar {
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    padding: 10px 0px 10px 0px;
    background-color: #ffe300;
    padding: 10px 0px 10px 0px;
}

.hero {
    padding: 30px 0px 0px 0px;
}

.top-bar p {
    text-align: center;
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin: 0px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px 15px 0px;
}

.hero {
    text-align: center;
    color: #fff;
}

.row-flex {
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
}

.row-flex img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0px;
}

.row-flex>div {
    width: 50%;
    display: block;
    text-align: center;
}

.hero-text-top {
    margin: 0px;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    text-align: center;
    color: var(--main-color);
    font-family: "Open Sans", Sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin-top: 0px !important;
}

.hero p {
    margin-bottom: 20px;
}

.hero h2 {
    color: var(--white-color);
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;

}

.hero h3 {
    text-align: center;
    color: var(--white-color);
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: 500;
}

.date {
    text-align: center;
    color: var(--white-color);
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    position: absolute;
    /* bottom: 0; */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.date b {
    color: var(--main-color);
}

.hero-text p.join-text {
    text-align: center;
    color: var(--main-color);
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
}

.hero-text p.and-learn {
    text-align: center;
    color: var(--white-color);
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.hero-video {
    padding: 0px 25px 0px 25px;
    position: relative;
}

.hero-text {
    padding: 0px 25px 0px 25px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

ul.has-icon>li {
    padding-left: 1.5em;
    display: block !important;
    position: relative;
}

ul.has-icon>li::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 0.4em;
    font-size: 0.6em;
    font-style: normal;
    background-color: #11d250;
    color: #fff;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    text-align: center;
    border-radius: 50%;
}

ul.has-icon.crossmark>li::before {
    content: "\f00d";
    background-color: #c92222;
}

.countdown ul {
    margin: 0 auto;
    padding: 0;
    width: auto;
    display: block;
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.countdown ul li span {
    display: block;
    width: 55px;
    height: 55px;
    border: 3px solid var(--white-color);
    line-height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.countdown ul li {
    display: inline-block;
    color: var(--main-color) !important;
    font-family: "Lato", Sans-serif;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    list-style-type: none;
    text-align: center;
    padding: 20px 0;
}

a {
    text-decoration: none;
}

.btn-claim {
    font-family: "Open Sans", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    fill: #ffffff;
    color: #ffffff;
    background-color: #9c64f4;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 40px 10px 40px;
    text-align: center;
}

.button-cta small {
    font-size: 14px;
    letter-spacing: 0px;
    opacity: 0.7;
}

.box-white {
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    padding: 50px 55px 20px 55px;
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    max-width: 836px;
    margin: 0 auto;
}

.box-white p {
    text-align: center;
    color: #9c64f4;
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}

.box-white h2 {
    color: #000000;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 56px;
    font-weight: 700;
    margin: 0px 0px 40px 0px;
    text-align: center;
}

.box-white ul {
    padding: 0px;
    list-style: none;
    text-align: left;
}

.box-white ul li i {
    color: #11d250;
    font-size: 24px;
}

.box-white {
    text-align: center;
}

.box-white ul li {
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 6px;
}

.box-white .remember {
    text-align: center;
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    margin-bottom: 20px;
}

.box-white .button-cta {
    padding: 10px 40px 10px 40px;
}

.p10 {
    padding: 10px;
}

.this-training {
    background-color: #ffffff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    padding: 100px 0px 80px 0px;
    z-index: 2;
}

.section-margin {
    margin: 80px 0px 80px 0px;
}

.this-training .for-you {
    text-align: left;
}

.this-training .for-you h4 {
    font-weight: 700;
    text-align: left;
    color: #000000;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 34px;
    margin-bottom: 40px;
}

.this-training .for-you {
    padding: 30px;
    gap: 50px;
}

.this-training .for-you h4 i {
    color: #11d250;
    font-size: 34px;
    padding-right: 20px;
}

.this-training .for-you ul {
    padding: 0px;
    list-style: none;
    text-align: left;
}

.this-training .for-you ul li i {
    color: #11d250;
    padding-right: 20px;
    position: relative;
    top: 5px;
}

.this-training {
    margin: 80px 0px 0px 0px;
}

.for-you {
    display: flex;
}

.for-you>div {
    width: 50%;
}

.this-training .for-you ul li {
    font-family: "Open Sans", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 6px;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.this-training .for-you .not i {
    color: #e43b2c;
}

.this-training .row-flex {
    margin: 0px;
}

.this-training {
    text-align: center;
}

.this-training p {
    line-height: 1.5;
    text-align: center;
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: bold;
}

.this-training .button-cta {
    font-family: "Open Sans", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    fill: #ffffff;
    color: #ffffff;
    background-color: #9c64f4;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 40px 10px 40px;
}

.section-hero {
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 95px 0px 95px 0px;
}

.section-hero h2 {
    color: #ffffff;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    margin-bottom: 0px;
}

.section-white {
    background-color: #ffffff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 100px 0px 100px 0px;
    z-index: 2;
    margin-bottom: 0px;
}

.section-bio {
    display: flex;
}

.section-bio .bio-text {
    width: 66.667%;
    padding: 30px;
}

.section-bio .bio-image {
    width: 33.33333333%;
}

.bio-text h2 {
    color: #000000;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -1.34px;
    line-height: 1;
    margin: 0px 0px 30px 0px;
}

.bio-text .bio-content p {
    text-align: left;
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.box-image {
    display: inline;
    position: relative;
}

.box-image img {
    height: auto;
    width: 100%;
    object-fit: contain;
}

.box-image h2.name {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 2em !important;
    font-weight: 700;
}

.bio-content {
    margin: 0px 0px 25px 0px;
}

.box-image p {
    text-align: left;
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}

.section .button-cta {
    font-size: 24px;
    padding: 10px 40px 10px 40px;
}

/* section-testimonial */

.section-testimonial {
    background-color: #f0f2f5;
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    border-color: #9c64f4;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 100px 0px 45px 0px;
    text-align: center;
}

.section-testimonial h2 {
    color: #9c64f4;
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
}

.section-testimonial h3 {
    color: #000000;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
}

.testimonial-video {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}

.testimonial-video>div {
    width: 50%;
    padding: 0 20px;
    text-align: center;
}

.fit-aspect-ratio {
    position: relative;
    padding-bottom: 56.25%;
}

iframe {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    margin-bottom: 20px;
}

.fit-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000;
}

.testimonial-video p {
    line-height: 1.5;
    text-align: center;
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
}

.testimonial-video h4 {
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #9c64f4;
}

.testimonial-image {
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}

.testimonial-image img {
    width: var(--container-widget-width, 30%);
    max-width: 30%;
    --container-widget-width: 30%;
    --container-widget-flex-grow: 0;
    margin: 0px 0px 45px 0px;
}

.section-footer .container,
.footer-bottom .container {
    max-width: 1000px;
    padding: 20px 0px 20px 0px;
}

.section-footer {
    padding: 75px 0px 75px 0px;
}

.section-footer p {
    color: #9c64f4;
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0px;
}

.section-footer h2 {
    color: #ffffff;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 0px;
}

.footer-bottom {
    text-align: center;
    color: #fff;
}

.footer-logo {
    padding: 0px 0px 40px 0px;
    width: 140px;
}

.footer-bottom .footer-link {
    list-style: none;
    padding: 0px;
    display: flex;
    justify-content: center;
}

.footer-bottom .footer-link li {
    position: relative;
    margin-right: calc(30px / 2);
    margin-left: calc(30px / 2);
    font-family: "Open Sans", Sans-serif;
    font-size: 13px;
}

.footer-bottom .footer-link li:last-child::after {
    display: none;
}

.footer-bottom .footer-link li:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -15px;
    content: "";
    border-color: #ddd;
}

.footer-bottom p {
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.arrow-icon {
    color: #9c64f4;
    font-size: 50px;
    margin-bottom: 45px;
    padding: 20px 0px 20px 0px;
}

header img.logo {
    width: 240px;
    padding: 10px;
}

/* Replay Page */

.section-replay {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px 0px 30px 0px;
}

.section-replay .button-cta {
    font-size: 28px;
    margin-top: 50px;
    line-height: 42px;
}

.section-replay {
    text-align: center;
}

.footer-replay {
    padding: 40px 0px 40px 0px;
}

/* Thank You Page */

body.step-thankyou .header {
    justify-content: center;
}

body.step-thankyou .header .logo {
    width: 275px;
}

.section-thankyou p.sub-title {
    line-height: 1.5;
    color: #9c64f4;
    margin-top: 30px;
    text-align: center;
    color: #9d64f4;
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: bold;
}

body.step-thankyou .countdown ul li {
    color: #9d64f4;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: 3px solid #fff;
    line-height: 15px;
    border-radius: 50%;
    margin-bottom: 10px;
}

body.step-thankyou .countdown ul li span {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 47px;
    font-weight: bold;
    position: relative;
}

body.step-thankyou .countdown ul li span::after {
    content: ":";
    position: absolute;
    right: -20px;
    top: -5px;
}

body.step-thankyou .countdown ul li:last-child span::after {
    content: "";
}

.step-thankyou .section-thankyou .icon-arrow-section {
    padding: 15px;
}

.step-thankyou .section-thankyou {
    margin-top: 40px;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.section-thankyou h2 {
    color: #000000;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

.section-thankyou p {
    line-height: 1.5;
    text-align: center;
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.step-thankyou .section-thankyou .step-title {
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 34px;
    font-weight: 700;
}

.step-thankyou .section-thankyou .button-cta {
    font-family: "Open Sans", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #9d64f4;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 40px 10px 40px;
    margin-top: 30px;
}

.step-thankyou .section-thankyou p small {
    margin-bottom: 30px;
    text-align: center;
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

/* Section Application */

.section-aplication {
    margin-top: 40px;
    padding-bottom: 80px;
    margin-bottom: 80px;
    width: 836px;
}

.section-aplication h2 {
    color: #000000;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

.section-aplication form {
    display: block;
    width: 100%;
}

.section-aplication form .form-block {
    padding-right: calc(10px / 2);
    padding-left: calc(10px / 2);
    margin-bottom: 10px;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    min-height: 1px;
    display: flex;
}

.section-aplication .text-approximate {
    margin-top: 30px;
    text-align: center;
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.section-aplication form .form-block label,
.section-aplication form .form-block input,
.section-aplication form .form-block textarea {
    display: block;
    text-align: left;
    width: 100%;
}

.section-aplication form .form-block label {
    padding-bottom: 10px;
    font-family: "Open Sans", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.section-aplication form .form-block input,
.section-aplication form .form-block textarea {
    background-color: #ffffff;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 18px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px !important;
    box-shadow: inset 0 1px 2px rgb(130 137 150 / 23%),
        0 1px 0 rgb(255 255 255 / 95%) !important;
    outline: none !important;
}

.section-aplication form .button-submit,
.section-aplication .button-cta {
    background-color: #9c64f4;
    color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
    margin-top: 30px;
    font-family: "Lato", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 10px 25px 10px 25px;
    width: auto;
    min-height: 40px;
    line-height: 40px;
    border-radius: 5px;
}

.section-aplication .button-cta {
    padding: 10px 40px 10px 40px;
}

.section-aplication form .form-action {
    justify-content: center;
}

/* SECTION COURSE */

body.step-course .header {
    justify-content: center;
}

.section-course.box-white {
    max-width: 1120px !important;
    width: 1120px !important;
}

.section-course .d-flex {
    display: flex;
}

.section-course .d-flex>div {
    width: 50%;
}

.section-course .course-include img {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    border-style: dashed;
    border-width: 0px 0px 3px 0px;
    border-color: #cbcbcb;
}

.section-course .course-include h2 {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

.section-course .list-include li span {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    padding-left: 5px;
    line-height: 1.42857143 !important;
}

.section-course .list-include li i {
    color: var(--main-color);
    width: 1.25em;
    font-size: 14px;
    position: relative;
    top: 5px;
}

.section-course .list-include li {
    margin-top: calc(12px / 2);
    display: flex;
}

.section-course .list-include li span b {
    color: var(--main-color);
    color: #9c64f4;
    font-weight: 700;
}

p.total-value {
    line-height: 1.5;
    text-align: center;
    color: #c5c5c5;
    font-family: "Open Sans", Sans-serif;
    font-size: 28px;
    font-weight: bold;
}

p.today {
    color: #9c64f4;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
}

.section-course .form-checkout img {
    margin-top: 30px;
    width: 300px;
    margin: 0 auto;
}

.course-testimonial {
    margin-top: 65px;
}

.course-testimonial p.testimoial-title {
    line-height: 1.5;
    text-align: center;
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
}

.course-testimonial p.testimoial-title i,
.course-testimonial p.testimoial-title b {
    color: var(--main-color);
}

.course-testimonial hr {
    border: 1px solid var(--main-color);
    margin-top: 30px;
}

.course-testimonial .testimonial-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.course-testimonial .testimonial-text div {
    padding: 30px;
}

.course-testimonial .testimonial-text p {
    line-height: 1.5;
    text-align: left !important;
    color: #000000;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 20px;
    display: block;
}

.course-testimonial .testimonial-text p b {
    color: var(--main-color);
}

.section-course {
    margin-top: 40px;
    margin-bottom: 80px;
}

.course-testimonial .testimonial-image {
    padding: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-gap: 45px;
    margin-bottom: 30px;
}

.course-testimonial .testimonial-image img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}

.course-testimonial .button-cta {
    margin-top: 20px;
    font-size: 22px;
    padding: 10px 40px 10px 40px;
}

.course-testimonial .box-border {
    padding: 0px 25px 0px 25px;
    padding-top: 0px;
    padding-bottom: 35px;
    margin: 85px auto 0px;
    width: 75%;
    max-width: 100%;
    outline: none;
    border-color: rgba(0, 0, 0, 0.5);
    border-width: 3px;
    border-style: dashed;
}

.course-testimonial .box-border img {
    margin: -100px 0px 0px 0px;
    margin-bottom: 20px;
}

.course-testimonial .box-border h2 {
    color: #000000;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}

.box-border .list-include li span {
    font-size: 24px;
    padding-left: 24px;
}

.box-border .list-include li i {
    width: 1.25em;
    font-size: 24px;
}

.box-border .button-cta {
    display: block;
    padding: 15px 40px 15px 40px;
    font-size: 24px;
}

/* COURSE CONFIRMATION */

body.step-course-confirmation small {
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
}

body.step-course-confirmation .hero h2 {
    font-size: 72px !important;
    font-weight: 700;
    line-height: 72px !important;
}

body.step-course-confirmation .hero .hero-text-top {
    margin-bottom: 0px;
}

.section-course-confirmation {
    background: #fff;
    margin-top: 60px;
}

.section-course-confirmation h2 {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-course-confirmation .list-include li span {
    font-family: "Open Sans", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    padding-left: 24px;
}

.section-course-confirmation .list-include li i {
    color: var(--main-color);
}

.section-course-confirmation .course-product-heading {
    display: flex;
    justify-content: space-between;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #dddddd;
    padding-bottom: 10px;
}

.section-course-confirmation .course-product {
    margin: 0px 0px 15px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 10px 30px 10px 30px;
}

.section-course-confirmation .button-next {
    display: block;
    border-radius: 3px 3px 3px 3px;
    padding: 15px 40px 15px 40px;
    font-size: 24px;
}

.section-course-confirmation .note {
    padding: 10px 55px 10px 55px;
    margin-top: 30px;
    display: block;
}

.section-course-confirmation .note h3 {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 26px !important;
    font-weight: 600;
    text-align: left;
}

.section-course-confirmation .note p {
    line-height: 1.5;
    text-align: left;
    color: #000000;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: left;
}

.section-course-confirmation .note .title-support,
.section-course-confirmation .note .text-support {
    text-align: center;
}

.section-course-confirmation .note .button-cta {
    margin-bottom: 20px;
    margin-top: 20px;
}

.icon-card-payment {
    margin-top: 20px !important;
}

/* COURSE LIMITED */

.countdown.countdown-style-2 ul li span {
    border: none;
    font-family: "Lato", Sans-serif;
    font-size: 47px;
    font-weight: bold;
    line-height: 80px;
    position: relative;
}

.countdown.countdown-style-2 ul li span::after {
    content: ":";
    position: absolute;
    right: -20px;
    top: -5px;
}

.countdown.countdown-style-2 ul li:last-child span::after {
    content: "";
}

.countdown.countdown-style-2 ul {
    gap: 30px;
}

@media only screen and (max-width: 768px) {

    .header .logo img,
    .footer-bottom .logo img {
        max-width: 150px !important
    }

    .section-aplication,
    .section-course.box-white,
    .course-testimonial .box-border {
        max-width: 100% !important;
        width: 100% !important;
        overflow: hidden;
    }

    .course-testimonial .testimonial-text {
        grid-template-columns: 1fr;
    }

    body.step-thankyou .header .logo {
        width: 250px;
    }

    .top-bar {
        display: none;
    }

    .header {
        justify-content: center;
    }

    .header .button-cta {
        display: none;
    }

    .row-flex,
    .this-training .for-you,
    .section-bio,
    .section-bio .box-image,
    .testimonial-video,
    .testimonial-image,
    .section-course .d-flex {
        display: block !important;
    }

    .row-flex>div,
    .this-training .for-you>div,
    .section-bio .bio-text,
    .testimonial-video>div,
    .section-course .d-flex>div {
        width: 100%;
        padding: 0px;
    }

    .section-bio .box-image {
        padding: 30px;
        text-align: center;
    }

    .section-testimonial {
        padding: 50px 15px;
    }

    .box-image h2.name {
        text-align: left;
        font-size: 24px !important;
    }

    .testimonial-image img {
        max-width: 100%;
        width: 100%;
    }

    .section .button-cta {
        font-size: 22px;
    }
}

.section-course .form-checkout,
.section-course .course-include {
    padding: 0px 25px;
}

.box-white.section-course {
    padding-left: 25px;
    padding-right: 25px;
}

.step-course .section-course .form-checkout h3 {
    text-align: center;
    font-size: 36px;
    color: rgb(0, 0, 0);
}

.step-course .form-row.place-order .button {
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: rgb(156, 100, 244);
    font-size: 22px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    display: block;
    width: 100%;
    border-radius: 5px;
    border: none;
}

.step-course .section-course .form-checkout input,
.step-course .section-course .form-checkout textarea,
.step-course .section-course .form-checkout select {
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 24px;
    padding: 12px 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.step-course .section-course .form-checkout .col-1,
.step-course .section-course .form-checkout .col-1 {
    width: 100% !important;
}

.step-course .woocommerce-no-available-payment-methods-message {
    font-size: 16px;
}

.step-course .section-course .form-checkout .wcopc {
    width: 100% !important;
    margin-bottom: 10px;
}

.step-course .section-course .form-checkout .wcopc p.form-row,
.step-course form .form-row label {
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 12px !important;
    line-height: normal;
    display: block;
    text-align: left;
}

.step-course .section-course .form-checkout .wcopc p.form-row label {
    display: block;
    width: 100%;
}

.note-refunds {
    text-align: center;
    color: rgb(149, 149, 149) !important;
    font-size: 14px !important;
    margin-bottom: 25px !important;
    display: block;
}

.section-course .form-checkout .woocommerce-checkout-review-order-table {
    width: 100%;
    text-align: left;
    display: none !important;
}

.section-course .form-checkout .wc-stripe-card-icons-container img {
    width: 40px !important;
}

#payment_method_stripe_cc,
#payment_method_cheque,
input[type="radio"] {
    width: auto !important;
    display: inline;
}

.wc-stripe-bootstrap-form .stripe-input {
    border-radius: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 24px;
    padding: 12px 18px;
}

.woocommerce-checkout-payment label {
    font-size: 18px !important;
}

.woocommerce-checkout-payment p,
.payment_box.payment_method_cheque p {
    font-size: 14px !important;
    color: #000;
    line-height: 24px;
    text-align: left;
}

.section-course .form-checkout h3 {
    margin-top: 30px;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
}

.step-course .shop_table.woocommerce-checkout-review-order-table tr,
.step-course .shop_table.woocommerce-checkout-review-order-table td,
.step-course .shop_table.woocommerce-checkout-review-order-table th {
    border: none;
}

.step-course #order_review_heading,
.step-course #order_review .shop_table tfoot {
    display: none;
}

#order_review {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .hero-text-top {
        font-size: 20px !important;
    }

    .hero h2,
    .box-white h2,
    .this-training .for-you h4,
    .section-hero h2,
    .bio-text h2,
    .section-testimonial h3,
    .section-pre-application .pre-box .section-title {
        font-size: 30px;
        line-height: 1;
    }

    .section-bio .bio-text,
    .section-bio .box-image {
        padding: 15px;
    }

    .hero h3,
    .date,
    .hero-text p.join-text,
    .hero-text p.and-learn,
    .box-white ul li,
    .box-white .remember,
    .this-training .for-you ul li,
    .bio-text .bio-content p,
    .section-aplication h2,
    .section-aplication form .form-block label,
    .section-aplication .sub-title,
    .course-testimonial .testimonial-text p,
    .section-course-confirmation .note p {
        font-size: 20px !important;
    }

    .section-aplication h2 {
        font-size: 32px !important;
    }

    .section-aplication .text-approximate,
    .box-border .list-include li span,
    .section-course .list-include li i {
        font-size: 18px;
    }

    .box-border .list-include li span {
        padding-left: 12px;
    }

    .course-testimonial .box-border {
        padding: 10px;
    }

    .this-training,
    .box-white {
        padding: 20px 10px 60px;
    }

    .this-training .for-you {
        padding: 60px 0px;
    }

    .btn-claim {
        font-size: 22px;
    }

    .box-white p,
    .this-training p,
    .section-testimonial h2 {
        font-size: 20px !important;
        line-height: 1em !important;
    }

    body.step-course-confirmation .hero h2 {
        font-size: 24px !important;
        line-height: 1em !important;
    }

    .section .button-cta,
    .course-testimonial p.testimoial-title {
        font-size: 22px;
    }

    .testimonial-video iframe {
        height: 250px !important;
    }

    .section-footer {
        padding: 60px 10px 30px 10px;
    }

    .course-testimonial .box-border h2 {
        font-size: 28px;
    }

    .course-testimonial .box-border {
        overflow: visible;
    }

    .course-testimonial .testimonial-text div,
    .course-testimonial .testimonial-image,
    .section-course-confirmation .note {
        padding: 10px;
    }

    .footer-bottom {
        padding: 0px 10px;
    }

    .section-footer p {
        font-size: 20px !important;
        line-height: normal;
    }

    .section-footer h2 {
        font-size: 30px !important;
        line-height: 1em;
    }

    body.page-pre-application .header,
    body.page-pre-application .header .top-info {
        display: block;
        text-align: center;
        padding: 15px;
    }

    .section-pre-application .pre-box .section-title,
    .section-pre-application h3.are-you-ready,
    .section-pre-application h3.are-you-ready {
        font-size: 36px !important;
        line-height: 1;
    }

    .footer-bottom .footer-link li {
        margin-left: calc(20px / 2);
        margin-right: calc(20px / 2);
    }

    .header .logo h1,
    .header .logo a {
        font-size: 24px;
    }

    .header .logo img,
    .footer-bottom .logo img {
        max-width: 150px !important;
    }

    .section-replay {
        padding: 30px 10px;
    }

    .section-replay .button-cta {
        font-size: 16px;
    }

}

body.page-pre-application .footer-bottom {
    padding-top: 30px;
}

.section-pre-application {
    background: #fff;
    margin-top: 100px;
}

.section-pre-application .pre-box {
    top: -75px;
    position: relative;
    border: 2px solid #381273;
    border-radius: 0px;
    padding-bottom: 30px;
}

.section-pre-application .pre-box .section-title {
    font-size: 50px;
    color: var(--main-color) !important;
    margin-bottom: 0px;
}

.section-pre-application .pre-box h3 {
    font-size: 26px;
}

.section-pre-application .pre-box .countdown {
    margin: 20px 0px;
}

.section-pre-application .pre-box .image-pre-application {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
}

.section-pre-application .pre-box .countdown ul li span {
    color: #000;
    font-size: 24px;
    font-weight: bold !important;
    border-color: #fff;
}

.section-pre-application .pre-box .countdown ul li {
    font-size: 9px;
}

.section-pre-application h3.are-you-ready {
    margin-top: 30px;
    font-size: 42px !important;
}

.section-pre-application .section-testimonial {
    padding-bottom: 50px !important;
    background: #fff;
    border: none;
}

.section-pre-application .list-include li i {
    color: var(--main-color);
    width: 1em;
    font-size: 20px;
    position: relative;
    top: 5px;
}

.section-pre-application .list-include li {
    margin-top: calc(12px / 2);
    display: flex;
}

.section-pre-application .button-cta {
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-pre-application .pre-box .button-cta {
    margin-top: 30px;
}

.section-pre-application .pre-box .total-value {
    font-size: 38px;
}

.section-pre-application .pre-box .today {
    font-size: 48px;
}

.section-pre-application .list-include li span {
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    padding-left: 24px;
}

.section-course .product-quantity,
.section-course #opc-messages,
.section-course #opc-product-selection {
    display: none !important;
}

#cl_gdpr_message {
    color: #000;
}

#cl_gdpr_no_thanks {
    color: var(--main-color);
}

.cwi_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    overflow: auto;
}


.cwi_popup .cwi_popup_content_wrapper {
    background-color: #fff;
    width: 720px;
    min-height: 500px;
    margin: 0 auto;
    position: relative;
    top: calc((100vh - 500px) / 2);
    border-radius: 12px;
    padding: 45px;
}

.cwi_popup h2 {
    color: #843ef1;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    font-family: 'Open Sans';
    margin-bottom: 15px;
}

.cwi_popup h1 {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-family: 'Source Sans Pro';
    font-size: 46px;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.cwi_popup p {
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.cwi_popup .cwi_popup_input {
    margin-bottom: 10px;
}

.cwi_popup .cwi_popup_input input {
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-family: 'Open Sans';
    padding: 12px 18px;
    box-shadow: inset 0 1px 2px rgb(130 137 150 / 23%), 0 1px 0 rgb(255 255 255 / 95%) !important;
    outline: none !important;
    appearance: none;
    border-radius: 5px !important;
    color: #000;
}

.cwi_popup .cwi_popup_action {
    margin-top: 20px;
    margin-bottom: 10px;
}

.cwi_popup .cwi_popup_action button {
    background-color: #9c64f4;
    color: #fff;
    width: 100%;
    border-radius: 0;
    font-size: 28px;
    font-weight: 500;
    padding: 10px 40px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
    word-wrap: break-word;
    white-space: break-spaces;
}

.cwi_popup .cwi_popup_content_wrapper .cwi_popup_close {
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgNDggNDgiIHdpZHRoPSI0OHB4IiBoZWlnaHQ9IjQ4cHgiPjxwYXRoIGZpbGw9IiNmNDQzMzYiIGQ9Ik00NCwyNGMwLDExLjA0NS04Ljk1NSwyMC0yMCwyMFM0LDM1LjA0NSw0LDI0UzEyLjk1NSw0LDI0LDRTNDQsMTIuOTU1LDQ0LDI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yOS42NTYsMTUuNTE2bDIuODI4LDIuODI4bC0xNC4xNCwxNC4xNGwtMi44MjgtMi44MjhMMjkuNjU2LDE1LjUxNnoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMzIuNDg0LDI5LjY1NmwtMi44MjgsMi44MjhsLTE0LjE0LTE0LjE0bDIuODI4LTIuODI4TDMyLjQ4NCwyOS42NTZ6Ii8+PC9zdmc+);
    color: transparent;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    top: -20px;
    right: -20px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.show-popup {
    cursor: pointer !important;
}

.cwi_popup .cwi_option_form {
    position: relative;
}

.cwi_popup .cwi_option_form.sending::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/plugins/cwi-custom/img/loading.gif);
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 999;
}

.lw-testimonials {
    display: flex;
    flex-wrap: wrap;
}

.lw-testimonials .testimonial-item {
    flex-grow: 1;
    width: 28%;
    margin: 20px 20px;
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 8px;
    position: relative;
}

.lw-testimonials .testimonial-item::before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik03Ljc5OTk5IDIxLjQ3SDQuNTgwMDJDMi43NTAwMiAyMS40NyAxLjI1IDE5Ljk4MDEgMS4yNSAxOC4xNDAxVjEyLjM0MDFDMS4yNSAxMS45MzAxIDEuNTkgMTEuNTkwMSAyIDExLjU5MDFINy43OTk5OUM5LjY5OTk5IDExLjU5MDEgMTEuMTMgMTMuMDIgMTEuMTMgMTQuOTJWMTguMTQwMUMxMS4xMiAyMC4wNDAxIDkuNjg5OTkgMjEuNDcgNy43OTk5OSAyMS40N1pNMi43NSAxMy4xVjE4LjE1MDFDMi43NSAxOS4xNjAxIDMuNTcwMDIgMTkuOTggNC41ODAwMiAxOS45OEg3Ljc5OTk5QzguODU5OTkgMTkuOTggOS42MyAxOS4yMTAxIDkuNjMgMTguMTUwMVYxNC45MzAxQzkuNjMgMTMuODcwMSA4Ljg1OTk5IDEzLjEgNy43OTk5OSAxMy4xSDIuNzVaIiBmaWxsPSIjQzFDMUMxIi8+DQo8cGF0aCBkPSJNMiAxMy4xQzEuNTkgMTMuMSAxLjI1IDEyLjc2IDEuMjUgMTIuMzVDMS4yNSA2LjEwMDA0IDIuNTIwMDIgNC43OTAwOCA2LjE1MDAyIDIuNjQwMDhDNi41MTAwMiAyLjQzMDA4IDYuOTY5OTkgMi41NTAwOSA3LjE3OTk5IDIuOTAwMDlDNy4zODk5OSAzLjI2MDA5IDcuMjY5OTggMy43MjAwNiA2LjkxOTk4IDMuOTMwMDZDMy42Nzk5OCA1Ljg1MDA2IDIuNzUgNi42NTAwNCAyLjc1IDEyLjM1QzIuNzUgMTIuNzYgMi40MSAxMy4xIDIgMTMuMVoiIGZpbGw9IiNDMUMxQzEiLz4NCjxwYXRoIGQ9Ik0xOS40MjAxIDIxLjQ3SDE2LjIwMDFDMTQuMzcwMSAyMS40NyAxMi44NzAxIDE5Ljk4MDEgMTIuODcwMSAxOC4xNDAxVjEyLjM0MDFDMTIuODcwMSAxMS45MzAxIDEzLjIxMDEgMTEuNTkwMSAxMy42MjAxIDExLjU5MDFIMTkuNDIwMUMyMS4zMjAxIDExLjU5MDEgMjIuNzUwMSAxMy4wMiAyMi43NTAxIDE0LjkyVjE4LjE0MDFDMjIuNzUwMSAyMC4wNDAxIDIxLjMyMDEgMjEuNDcgMTkuNDIwMSAyMS40N1pNMTQuMzgwMSAxMy4xVjE4LjE1MDFDMTQuMzgwMSAxOS4xNjAxIDE1LjIwMDEgMTkuOTggMTYuMjEwMSAxOS45OEgxOS40MzAxQzIwLjQ5MDEgMTkuOTggMjEuMjYwMSAxOS4yMTAxIDIxLjI2MDEgMTguMTUwMVYxNC45MzAxQzIxLjI2MDEgMTMuODcwMSAyMC40OTAxIDEzLjEgMTkuNDMwMSAxMy4xSDE0LjM4MDFaIiBmaWxsPSIjQzFDMUMxIi8+DQo8cGF0aCBkPSJNMTMuNjI5OSAxMy4xQzEzLjIxOTkgMTMuMSAxMi44Nzk5IDEyLjc2IDEyLjg3OTkgMTIuMzVDMTIuODc5OSA2LjEwMDA0IDE0LjE0OTkgNC43OTAwOCAxNy43Nzk5IDIuNjQwMDhDMTguMTM5OSAyLjQzMDA4IDE4LjU5OTkgMi41NTAwOSAxOC44MDk5IDIuOTAwMDlDMTkuMDE5OSAzLjI2MDA5IDE4Ljg5OTkgMy43MjAwNiAxOC41NDk5IDMuOTMwMDZDMTUuMzA5OSA1Ljg1MDA2IDE0LjM3OTkgNi42NTAwNCAxNC4zNzk5IDEyLjM1QzE0LjM3OTkgMTIuNzYgMTQuMDM5OSAxMy4xIDEzLjYyOTkgMTMuMVoiIGZpbGw9IiNDMUMxQzEiLz4NCjwvc3ZnPg0K);
    width: 30px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
    top: 10px;
    left: 10px;
}

.lw-testimonials .testimonial-item .testimonial-text {
    font-style: italic;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    font-family: 'Open Sans';
    color: #333;
    margin-bottom: 30px;
}

.lw-testimonials .testimonial-item .testimonial-author {
    display: flex;
    align-items: center;
}

.lw-testimonials .testimonial-item .author-thumb {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
}

.lw-testimonials .testimonial-item .author-name {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    width: calc(100% - 60px);
}

.header .logo img,
.footer-bottom .logo img {
    max-width: 200px;
    max-height: 100px;
    object-fit: contain;
}

.section-replay video {
    margin-top: 30px;
    margin-bottom: 20px;
}

.note-refunds {
    display: none;
    visibility: hidden;
}

.wrap-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.wrap-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}