@font-face {
    font-family: 'FiraGO-Regular';
    src: url("../fonts/FiraGO-Regular.woff2");
    font-weight: normal;
    font-style: normal;
}

.profile-thumb__user {
    width: 70px
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
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:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct inline-block display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying audio without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body font-size is set using
 *    em units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address outline inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside a element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting line-height on input using !important in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent text-transform inheritance for button and select.
 * All other form control elements do not inherit text-transform values.
 * Correct button style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct select style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native audio
 *    and video controls.
 * 2. Correct inability to style clickable input types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    input and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    height: 13px;
    /* 3 */
    width: 13px;
    /* 3 */
}

/**
 * 1. Address appearance set to searchfield in Safari 5 and Chrome.
 * 2. Address box-sizing set to border-box in Safari 5 and Chrome
 *    (include -moz to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

/*Global*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

@media (max-width: 1600px) {
    html {
        font-size: 52%;
    }
}

@media (max-width: 1440px) {
    html {
        font-size: 46%;
    }
}

@media (max-width: 1200px) {
    html {
        font-size: 40%;
    }
}

@media (max-width: 960px) {
    html {
        font-size: 38%;
    }
}

@media (max-width: 640px) {
    html {
        font-size: 36%;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 34%;
    }
}

html,
body {
    font-family: 'FiraGO-Regular';
}

img {
    max-width: 100%;
}

.vc-container {
    margin-left: 5%;
    margin-right: 5%;
}

@media (min-width: 2200px) {
    .vc-container {
        max-width: 2000px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.select2-results__option {
    font-size: 2rem;
    line-height: 3rem;
}

.vc-block {
    display: block;
}

.vc-inline-block {
    display: inline-block;
}

.vc-text-center {
    text-align: center;
}

/*flex*/
.vc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.vc-flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vc-flex-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.vc-flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.vc-flex-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.vc-flex-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.vc-flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vc-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*border*/
.vc-br-9 {
    border-radius: 9px;
}

.vc-br-18 {
    border-radius: 18px;
}

.vc-b-3-blue {
    border: 3px solid #012966;
}

.vc-b-4-light-blue {
    border: 4px solid #5461F8;
}

/*color*/
.vc-color-black {
    color: #000000;
}

.vc-color-blue {
    color: #012966;
}

.vc-color-green {
    color: #2BC016;
}

.vc-color-white {
    color: #FFFFFF;
}

.vc-color-brown {
    color: #4A4A4A;
}

.vc-color-dark-blue {
    color: #031E48;
}

/*bg color*/
.vc-bg-green {
    background-color: #2BC016;
}

.vc-bg-white {
    background-color: #FFFFFF;
}

.vc-bg-grey {
    background: #F7F9FC;
}

.vc-bg-blue {
    background: #012966;
}

.vc-bg-light-blue {
    background: #EDF3FF;
}

/*Global end */
.vc-modal-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    -webkit-transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 2;
    outline: none;
    background-color: rgba(33, 33, 33, 0.46);
}

.vc-modal-wrapper.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.vc-modal-wrapper .vc-modal-inner {
    max-width: 65rem;
    margin: 8px;
    width: 100%;
}

.vc-modal-wrapper .vc-modal {
    background-color: #FFF;
    padding: 20px;
    position: relative;
}

.vc-modal-wrapper .vc-modal-close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    cursor: pointer;
}

.vc-modal-wrapper .vc-modal-close img {
    width: 3.4rem;
    height: 3.4rem;
}

.vc-modal-wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.vc-modal-wrapper form input {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 14px;
    border-radius: 4px;
    font-family: 'FiraGO-Regular';
    border: 1px solid #000;
}

.vc-modal-wrapper form input:focus {
    border: 1px solid #2bc016;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.vc-modal-wrapper form button {
    width: 100%;
    background: #2bc016;
    padding: 14px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: none;
    color: #fff;
    font-family: 'FiraGO-Regular';
    font-size: 2rem;
    line-height: 3rem;
}

.vc-modal-wrapper form button:hover {
    background: #012966;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.vc-modal-wrapper .vc-modal-title {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 3rem;
}

.options-main-box .vc-hero-right-img img {
    display: block;
}

.options-main-box .vc-hero-right-info .slide {
    display: block;
}

.options-main-box .vc-hero-right-info li {
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 1440px) {
    .options-main-box .vc-hero-right-info li {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 960px) {
    .options-main-box .vc-hero-right-info li {
        font-size: 14px;
        line-height: 18px;
    }
}

.options-main-box .vc-hero-right-info h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 3rem;
    font-weight: bold;
}

.vc-hero-right-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4rem;
}

.vc-hero-right-grid>* {
    width: 100% !important;
    max-width: 76rem;
    margin-bottom: 4rem;
    padding-left: 4rem;
}

.vc-hero-right-grid .vc-video-section-boxes>.vc-flex {
    -webkit-box-shadow: 0px 9px 24px #0000002e;
    box-shadow: 0px 9px 24px #0000002e;
    border-radius: 9px;
}

.vc-hero-right-grid .vc-hero-right-inner>div {
    padding-left: 30px;
}

.vc-hero-right-grid .vc-hero-right-inner {
    margin-left: -30px;
}

.vc-hero-right-grid .vc-hero-right-before-inner {
    padding-top: 30px;
    padding-bottom: 30px;
}

.vc-hero-right-grid li {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 1440px) {
    .vc-hero-right-grid li {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 960px) {
    .vc-hero-right-grid li {
        font-size: 14px;
        line-height: 18px;
    }
}

.vc-hero-right-grid li strong {
    display: block;
    font-weight: normal;
}

.main-nav.show-tablet {
    display: none;
}

@media (max-width: 960px) {
    .main-nav.show-tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 960px) {
    .main-nav.show-tablet .log-in-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #000;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .main-nav.show-tablet .log-in-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (max-width: 960px) {
    .main-nav.show-tablet .log-in-buttons li:first-child {
        padding-left: 0;
    }
}

@media (max-width: 640px) {
    .main-nav.show-tablet .log-in-buttons li:first-child {
        margin-top: 10px;
    }
}

.main-nav.hide-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 960px) {
    .main-nav.hide-tablet {
        display: none;
    }
}

.video-modal-new .vc-video-list {
    margin-left: -3rem;
}

.video-modal-new .cv-videos-section article {
    width: 100%;
}

.video-modal-new .vc-video-list>li {
    width: 16.6666%;
    padding-left: 3rem;
}

@media (max-width: 1200px) {
    .video-modal-new .vc-video-list>li {
        width: 20%;
    }
}

@media (max-width: 960px) {
    .video-modal-new .vc-video-list>li {
        width: 25%;
    }
}

@media (max-width: 640px) {
    .video-modal-new .vc-video-list>li {
        width: 33.333%;
    }
}

@media (max-width: 480px) {
    .video-modal-new .vc-video-list>li {
        width: 50%;
    }
}

@media (max-width: 400px) {
    .video-modal-new .vc-video-list>li {
        width: 100%;
    }
}

.video-modal-new .vc-video-section-boxes figure {
    max-width: none;
}

.video-modal-new-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.52);
    z-index: 2;
    display: none;
    padding-top: 80px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

@media (max-width: 1200px) {
    .video-modal-new-box {
        padding-top: 60px;
    }
}

.video-modal-new-box .see-all-button {
    background: rgba(255, 255, 255, 0.3);
}

.video-modal-new-box>section:last-child {
    margin-top: 4rem;
}

.video-modal-new-box .cv-videos-section article {
    max-width: none;
}

.video-modal-new-box .video-modal-new-close {
    max-width: 40px;
    position: fixed;
    right: 40px;
    top: 20px;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    padding: 8px;
}

.video-modal-new-box .video-modal-new-close img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

@media (max-width: 1200px) {
    .video-modal-new-box .video-modal-new-close {
        top: 10px;
    }
}

@media (max-width: 480px) {
    .video-modal-new-box .video-modal-new-close {
        right: 20px;
    }
}

#cardList li article {
    cursor: pointer;
}

.active-video figure img {
    border: 2px solid #2BC016;
}

.video-page-cv-listing .vc-video-section-boxes figure {
    max-width: none !important;
}

.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -8px;
}

.tags>* {
    padding-left: 8px;
}

.tags div {
    font-size: 2rem;
    line-height: 3rem;
    color: #FFFFFF;
}

.tags a {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.26);
    display: block;
}

@media (max-width: 1600px) {
    .vc-main-logo img {
        max-width: 75%;
    }
}

@media (max-width: 1440px) {
    .vc-main-logo img {
        max-width: 60%;
    }
}

@media (max-width: 1200px) {
    .vc-main-logo img {
        max-width: 50%;
    }
}

@media (max-width: 960px) {
    .vc-main-logo img {
        max-width: none;
    }
}

.vc-main-logo img.show-desk {
    display: block;
}

@media (max-width: 960px) {
    .vc-main-logo img.show-desk {
        display: none;
    }
}

.vc-main-logo img.hide-desk {
    display: none;
}

@media (max-width: 960px) {
    .vc-main-logo img.hide-desk {
        display: block;
    }
}

.vc-main-logo a {
    display: block;
}

.vc-main-header {
    padding: 25px 0px;
    -webkit-box-shadow: 0px 2px 12px #00000017;
    box-shadow: 0px 2px 12px #00000017;
    position: relative;
    z-index: 1;
}

@media (max-width: 1600px) {
    .vc-main-header {
        padding: 20px 0px;
    }
}

@media (max-width: 1440px) {
    .vc-main-header {
        padding: 16px 0px;
    }
}

@media (max-width: 960px) {
    .vc-main-header {
        padding: 12px 0px;
    }
}

.main-nav ul {
    margin-left: -49px;
}

@media (max-width: 1600px) {
    .main-nav ul {
        margin-left: -45px;
    }
}

@media (max-width: 1440px) {
    .main-nav ul {
        margin-left: -40px;
    }
}

@media (max-width: 1200px) {
    .main-nav ul {
        margin-left: -35px;
    }
}

@media (max-width: 960px) {
    .main-nav ul {
        margin-left: -30px;
    }
}

.main-nav li {
    padding-left: 49px;
}

@media (max-width: 1600px) {
    .main-nav li {
        padding-left: 45px;
    }
}

@media (max-width: 1440px) {
    .main-nav li {
        padding-left: 40px;
    }
}

@media (max-width: 1200px) {
    .main-nav li {
        padding-left: 35px;
    }
}

@media (max-width: 960px) {
    .main-nav li {
        padding-left: 30px;
    }
}

.vc-log-in-button {
    padding: 1.3rem 3.6rem;
    font-size: 2rem;
    line-height: 3rem;
}

.vc-log-in-button:hover {
    color: #FFF;
    background: #012966;
    -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    transition: 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.vc-log-in-button:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vc-create-cv-button {
    padding: 1.5rem 2rem;
    font-size: 2.2rem;
    line-height: 3rem;
    background: #012966;
}

.vc-create-cv-button:hover {
    background: #2BC016;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 960px) {
    .log-in-buttons {
        display: none;
    }
}

.log-in-buttons a {
    position: relative;
    overflow: hidden;
}

.log-in-buttons a span {
    position: relative;
    z-index: 2;
}

.nav-open-button {
    display: none;
    cursor: pointer;
}

@media (max-width: 960px) {
    .nav-open-button {
        display: block;
    }
}

.hr-header-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -50px;
}

@media (max-width: 960px) {
    .hr-header-login {
        margin-left: 0;
    }
}

@media (max-width: 960px) {
    .hr-header-login.hide-tablet {
        display: none;
    }
}

.hr-header-login.show-tablet {
    display: none;
}

@media (max-width: 960px) {
    .hr-header-login.show-tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        border-top: 1px solid #000;
        margin-top: 15px;
    }
}

.hr-header-login>* {
    padding-left: 50px;
}

@media (max-width: 960px) {
    .hr-header-login>* {
        padding-left: 40px;
    }
}

.balance-box {
    color: rgba(0, 0, 0, 0.8);
}

.balance-box:hover {
    color: #2bc016;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.header-user-box p {
    color: black;
}

@media (max-width: 960px) {
    .header-user-box {
        margin-bottom: 20px;
    }
}

.header-user-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-user-box a:hover p {
    color: #2bc016;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.header-user-box img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: 12px;
}

@media (max-width: 1600px) {
    .header-user-box img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1440px) {
    .header-user-box img {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 960px) {
    .header-user-box img {
        width: 30px;
        height: 30px;
    }
}

.balance-box {
    cursor: pointer;
}

.balance-box,
.header-user-box p {
    font-size: 2.2rem;
    line-height: 3.2rem;
}

.vc-hero {
    padding-top: 17rem;
    padding-bottom: 16rem;
}

.vc-hero h1 {
    font-size: 6rem;
    line-height: 8rem;
    margin-bottom: 2.8rem;
    letter-spacing: 1.6px;
    font-weight: bold;
}

.vc-hero p {
    font-size: 2.8rem;
    line-height: 3.7rem;
    margin-bottom: 5rem;
}

.vc-hero-right-img {
    position: relative;
    width: 50%;
}

@media (max-width: 640px) {
    .vc-hero-right-img {
        width: 100%;
        margin-bottom: 30px;
    }
}

.vc-hero-right-img img {
    width: 100%;
    height: auto;
    display: none;
}

.vc-hero-right-img img.activeImg {
    display: block;
}

.vc-hero-right-info .slide {
    display: none;
}

.vc-hero-right-info .slide.activeText {
    display: block;
}

.vc-hero-right-info {
    width: 50%;
}

@media (max-width: 640px) {
    .vc-hero-right-info {
        width: 100%;
    }
}

.slider-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -14px;
    margin-top: 22px;
}

.slider-bullets>div {
    width: 20%;
    padding-left: 14px;
    max-width: 47px;
}

.slider-bullets>div>div {
    background: #E5EEFA;
    border-radius: 2px;
    display: block;
    height: 5px;
    position: relative;
}

.activeBullet div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #2BC016;
    border-radius: 2px;
    -webkit-animation-name: lineGo;
    animation-name: lineGo;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes lineGo {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes lineGo {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.vc-hero-right-img span {
    width: 19px;
    height: 19px;
    position: absolute;
    background: #E01818;
    -webkit-box-shadow: 0px 3px 15px #F51E1EB1;
    box-shadow: 0px 3px 15px #F51E1EB1;
    top: 19px;
    right: 22px;
    border-radius: 50%;
    -webkit-animation-name: dot;
    animation-name: dot;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@media (max-width: 1600px) {
    .vc-hero-right-img span {
        width: 17px;
        height: 17px;
    }
}

@media (max-width: 1440px) {
    .vc-hero-right-img span {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 1200px) {
    .vc-hero-right-img span {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 960px) {
    .vc-hero-right-img span {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 640px) {
    .vc-hero-right-img span {
        width: 11px;
        height: 11px;
        top: 12px;
        right: 15px;
    }
}

.hero-buttons {
    margin-left: -20px;
}

@media (max-width: 960px) {
    .hero-buttons {
        margin-left: -12px;
    }
}

.hero-buttons li {
    padding-left: 20px;
}

@media (max-width: 960px) {
    .hero-buttons li {
        padding-left: 12px;
    }
}

@media (max-width: 640px) {
    .hero-buttons li:last-child {
        padding-left: 0;
    }
}

.hero-button-left {
    padding: 18px 32px;
    position: relative;
    overflow: hidden;
    background: #2BC016;
}

@media (max-width: 1600px) {
    .hero-button-left {
        padding: 17px 28px;
    }
}

@media (max-width: 1440px) {
    .hero-button-left {
        padding: 16px 22px;
    }
}

@media (max-width: 1200px) {
    .hero-button-left {
        padding: 14px 20px;
    }
}

@media (max-width: 960px) {
    .hero-button-left {
        padding: 14px 14px;
    }
}

@media (max-width: 640px) {
    .hero-button-left {
        padding: 14px 8px;
    }
}

.hero-button-left div {
    position: relative;
    z-index: 1;
}

.hero-button-left:hover {
    background: #012966;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hero-button-right {
    padding: 14px 42px;
}

.hero-button-right:hover {
    color: #FFF;
    background: #5461F8;
    -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    transition: 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

@media (max-width: 1600px) {
    .hero-button-right {
        padding: 13px 36px;
    }
}

@media (max-width: 1440px) {
    .hero-button-right {
        padding: 12px 34px;
    }
}

@media (max-width: 1200px) {
    .hero-button-right {
        padding: 10px 30px;
    }
}

@media (max-width: 960px) {
    .hero-button-right {
        padding: 11px 26px;
        border: 3px solid #5461F8;
    }
}

@media (max-width: 640px) {
    .hero-button-right {
        padding: 12px 20px;
        border: 2px solid #5461F8;
    }
}

.hero-buttons a {
    font-size: 2.2rem;
    line-height: 3rem;
    text-align: center;
}

.hero-buttons span {
    font-size: 2.2rem;
    line-height: 3rem;
}

@media (max-width: 960px) {
    .hero-buttons span {
        display: none;
    }
}

.vc-hero-grid {
    margin-left: -8%;
}

.vc-hero-grid>div {
    padding-left: 8%;
}

.vc-hero-left {
    width: 50%;
}

@media (max-width: 1200px) {
    .vc-hero-left {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 960px) {
    .vc-hero-left {
        margin-bottom: 26px;
    }
}

.vc-hero-right {
    width: 50%;
}

@media (max-width: 1200px) {
    .vc-hero-right {
        width: 100%;
    }
}

.vc-hero-right-info h2 {
    font-size: 2.8rem;
    line-height: 4rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

.vc-hero-right-info h2 span {
    opacity: 0.23;
    height: 1px;
    width: 118px;
    background: #4F5DFF;
    margin-top: 24px;
}

@media (max-width: 1600px) {
    .vc-hero-right-info h2 span {
        margin-top: 20px;
    }
}

@media (max-width: 1440px) {
    .vc-hero-right-info h2 span {
        margin-top: 16px;
    }
}

.vc-hero-right-info li {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 2rem;
}

.vc-hero-right-info li:last-child {
    margin-bottom: 0 !important;
}

.vc-hero-right-info li.line {
    margin-bottom: 16px;
}

@media (max-width: 1600px) {
    .vc-hero-right-info li.line span:first-child {
        display: block;
    }
}

@media (max-width: 1600px) {
    .vc-hero-right-info li.line span {
        display: none;
    }
}

@media (max-width: 1200px) {
    .vc-hero-right-info li.line span {
        display: block;
    }
}

.vc-hero-right-info li.big-margin {
    margin-bottom: 32px;
}

@media (max-width: 1600px) {
    .vc-hero-right-info li.big-margin span:first-child {
        display: block;
    }
}

@media (max-width: 1600px) {
    .vc-hero-right-info li.big-margin span {
        display: none;
    }
}

@media (max-width: 1200px) {
    .vc-hero-right-info li.big-margin span {
        display: block;
    }
}

.vc-hero-right-info ul li span {
    border-radius: 6px;
    background: #E5EEFA;
    height: 11px;
    width: 100%;
    margin-bottom: 18px;
    display: block;
    position: relative;
    overflow: hidden;
}

.vc-hero-right-info ul li span::before {
    content: "";
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 100%;
    width: 150px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
    background: linear-gradient(0.25turn, transparent, #fff, transparent);
    pointer-events: none;
    opacity: 0.8;
    -webkit-animation: skeleton-animation 1.3s infinite;
    animation: skeleton-animation 1.3s infinite;
    z-index: 1;
}

@-webkit-keyframes skeleton-animation {
    from {
        left: -150px;
    }

    to {
        left: 100%;
    }
}

@keyframes skeleton-animation {
    from {
        left: -150px;
    }

    to {
        left: 100%;
    }
}

.vc-hero-right-info ul li .line-short-1 {
    width: 70%;
}

.vc-hero-right-info ul li .line-short-2 {
    width: 80%;
}

.vc-hero-right-info ul li .line-short-3 {
    width: 40%;
}

.vc-hero-right-inner {
    margin-left: -50px;
}

@media (max-width: 1600px) {
    .vc-hero-right-inner {
        margin-left: -40px;
    }
}

@media (max-width: 1440px) {
    .vc-hero-right-inner {
        margin-left: -36px;
    }
}

@media (max-width: 1200px) {
    .vc-hero-right-inner {
        margin-left: -30px;
    }
}

.vc-hero-right-inner>div {
    padding-left: 50px;
}

@media (max-width: 1600px) {
    .vc-hero-right-inner>div {
        padding-left: 40px;
    }
}

@media (max-width: 1440px) {
    .vc-hero-right-inner>div {
        padding-left: 36px;
    }
}

@media (max-width: 1200px) {
    .vc-hero-right-inner>div {
        padding-left: 30px;
    }
}

.vc-hero-right-before-inner {
    padding: 37px 33px 31px;
    -webkit-box-shadow: 0px 9px 24px #0000002E;
    box-shadow: 0px 9px 24px #0000002E;
}

@media (max-width: 640px) {
    .vc-hero-right-before-inner {
        padding: 10px 18px 20px;
    }
}

.gif-section-grid {
    margin-left: -67px;
}

@media (max-width: 1600px) {
    .gif-section-grid {
        margin-left: -46px;
    }
}

@media (max-width: 1440px) {
    .gif-section-grid {
        margin-left: -36px;
    }
}

@media (max-width: 1200px) {
    .gif-section-grid {
        margin-left: -30px;
    }
}

@media (max-width: 960px) {
    .gif-section-grid {
        margin-left: -20px;
    }
}

@media (max-width: 640px) {
    .gif-section-grid {
        margin-left: -10px;
    }
}

.gif-section-grid li {
    padding-left: 67px;
    width: 20%;
    position: relative;
}

@media (max-width: 1600px) {
    .gif-section-grid li {
        padding-left: 46px;
    }
}

@media (max-width: 1440px) {
    .gif-section-grid li {
        padding-left: 36px;
        width: 25%;
    }

    .gif-section-grid li:last-child {
        display: none;
    }
}

@media (max-width: 1200px) {
    .gif-section-grid li {
        padding-left: 30px;
    }
}

@media (max-width: 960px) {
    .gif-section-grid li {
        padding-left: 20px;
        width: 33.333%;
    }

    .gif-section-grid li:nth-last-child(2) {
        display: none;
    }
}

@media (max-width: 640px) {
    .gif-section-grid li {
        width: 50%;
        margin-bottom: 16px;
        padding-left: 10px;
    }

    .gif-section-grid li:nth-last-child(2) {
        display: block;
    }
}

.gif-section-grid img {
    display: block;
    border-radius: 18px;
    width: 100%;
    height: auto;
}

.gif-section-grid span {
    width: 19px;
    height: 19px;
    position: absolute;
    background: #E01818;
    -webkit-box-shadow: 0px 3px 15px #F51E1EB1;
    box-shadow: 0px 3px 15px #F51E1EB1;
    top: 19px;
    right: 22px;
    border-radius: 50%;
    -webkit-animation-name: dot;
    animation-name: dot;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@media (max-width: 1600px) {
    .gif-section-grid span {
        width: 17px;
        height: 17px;
    }
}

@media (max-width: 1440px) {
    .gif-section-grid span {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 1200px) {
    .gif-section-grid span {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 960px) {
    .gif-section-grid span {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 640px) {
    .gif-section-grid span {
        width: 11px;
        height: 11px;
        top: 12px;
        right: 15px;
    }
}

.gif-section {
    padding: 7.5rem 0 12.1rem;
}

.gif-section h2 {
    font-size: 3.8rem;
    line-height: 5.1rem;
    margin-bottom: 8rem;
    letter-spacing: 0.95px;
    font-weight: bold;
}

@-webkit-keyframes dot {
    from {
        opacity: 1;
        -webkit-box-shadow: 0px 3px 15px #F51E1EB1;
        box-shadow: 0px 3px 15px #F51E1EB1;
    }

    to {
        opacity: 0.5;
        -webkit-box-shadow: 0px 2px 15px #F51E1EB1;
        box-shadow: 0px 2px 15px #F51E1EB1;
    }
}

@keyframes dot {
    from {
        opacity: 1;
        -webkit-box-shadow: 0px 3px 15px #F51E1EB1;
        box-shadow: 0px 3px 15px #F51E1EB1;
    }

    to {
        opacity: 0.5;
        -webkit-box-shadow: 0px 2px 15px #F51E1EB1;
        box-shadow: 0px 2px 15px #F51E1EB1;
    }
}

.vc-partner-logos {
    margin-left: -7.0rem;
}

.vc-partner-logos li {
    padding-left: 7.0rem;
    width: 16.6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1200px) {
    .vc-partner-logos li {
        width: 33.33%;
        margin-bottom: 5rem;
    }
}

@media (max-width: 960px) {
    .vc-partner-logos li {
        width: 50%;
    }
}

.vc-about-partners {
    padding-bottom: 10.6rem;
    padding-top: 8.2rem;
}

.vc-about-partners h2 {
    margin-bottom: 6.5rem;
    font-size: 3.8rem;
    line-height: 4.6rem;
    letter-spacing: 1.5px;
    font-weight: bold;
}

.cv-main-footer {
    padding-top: 52px;
    padding-bottom: 77px;
}

@media (max-width: 1600px) {
    .cv-main-footer {
        padding-top: 42px;
        padding-bottom: 67px;
    }
}

@media (max-width: 1440px) {
    .cv-main-footer {
        padding-bottom: 57px;
    }
}

@media (max-width: 1200px) {
    .cv-main-footer {
        padding-bottom: 47px;
    }
}

.cv-main-footer p {
    font-size: 22px;
    line-height: 30px;
    color: #B2B2B2;
}

@media (max-width: 1600px) {
    .cv-main-footer p {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 1440px) {
    .cv-main-footer p {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 1200px) {
    .cv-main-footer p {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }
}

.cv-main-footer h1 {
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .cv-main-footer h1 {
        text-align: center;
    }
}

.cv-main-footer h1 a {
    display: block;
}

@media (max-width: 1200px) {
    .footer-navs {
        margin-bottom: 40px;
    }
}

.footer-navs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 1200px) {
    .footer-navs ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-navs a {
    position: relative;
    white-space: nowrap;
}

.footer-navs a::before {
    content: '';
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    bottom: -6px;
    left: 0;
    pointer-events: none;
}

.footer-navs a:hover::before {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.footer-nav-1 {
    margin-left: -46px;
    margin-bottom: 37px;
}

@media (max-width: 1600px) {
    .footer-nav-1 {
        margin-left: -40px;
    }
}

@media (max-width: 1440px) {
    .footer-nav-1 {
        margin-left: -30px;
    }
}

@media (max-width: 640px) {
    .footer-nav-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer-nav-1 li {
    padding-left: 46px;
}

@media (max-width: 1600px) {
    .footer-nav-1 li {
        padding-left: 40px;
    }
}

@media (max-width: 1440px) {
    .footer-nav-1 li {
        padding-left: 30px;
    }
}

@media (max-width: 640px) {
    .footer-nav-1 li {
        margin-bottom: 20px;
    }
}

.footer-nav-1 a {
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}

@media (max-width: 1600px) {
    .footer-nav-1 a {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 1440px) {
    .footer-nav-1 a {
        font-size: 16px;
        line-height: 22px;
    }
}

.footer-nav-2 {
    margin-left: -58px;
}

@media (max-width: 1600px) {
    .footer-nav-2 {
        margin-left: -50px;
    }
}

@media (max-width: 1440px) {
    .footer-nav-2 {
        margin-left: -40px;
    }
}

@media (max-width: 640px) {
    .footer-nav-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer-nav-2 li {
    padding-left: 58px;
}

@media (max-width: 1600px) {
    .footer-nav-2 li {
        padding-left: 50px;
    }
}

@media (max-width: 1440px) {
    .footer-nav-2 li {
        padding-left: 40px;
    }
}

@media (max-width: 640px) {
    .footer-nav-2 li {
        margin-bottom: 20px;
    }
}

.footer-nav-2 a {
    font-size: 22px;
    line-height: 30px;
    color: #B2B2B2;
}

@media (max-width: 1600px) {
    .footer-nav-2 a {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 1440px) {
    .footer-nav-2 a {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 1200px) {
    .footer-nav-2 a {
        font-size: 16px;
        line-height: 22px;
    }
}

.footer-nav-3 {
    margin-left: -52px;
}

.footer-nav-3 li {
    padding-left: 52px;
}

.footer-nav-3 a {
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
}

@media (max-width: 1600px) {
    .footer-nav-3 a {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 1440px) {
    .footer-nav-3 a {
        font-size: 26px;
        line-height: 36px;
    }
}

@media (max-width: 1200px) {
    .footer-nav-3 a {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (max-width: 960px) {
    .footer-nav-3 a {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 1200px) {
    .cv-main-footer>.vc-container>.vc-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (max-width: 1200px) {
    .cv-main-footer>.vc-container>.vc-flex>div {
        width: 100%;
    }
}

.vc-hero-hr-left {
    position: relative;
}

.vc-hero-hr-left::before {
    content: '';
    position: absolute;
    left: 8%;
    top: -20%;
    width: 49.4rem;
    height: 44.6rem;
    z-index: 0;
    background-image: url("../images/dots.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

@media (max-width: 1600px) {
    .vc-hero-hr-left::before {
        max-width: 80%;
    }
}

@media (max-width: 1440px) {
    .vc-hero-hr-left::before {
        max-width: 70%;
    }
}

@media (max-width: 1200px) {
    .vc-hero-hr-left::before {
        left: 4%;
        max-width: 40%;
    }
}

@media (max-width: 960px) {
    .vc-hero-hr-left::before {
        display: none;
    }
}

.vc-hero-hr-left h1 {
    font-size: 6.4rem;
    line-height: 8.0rem;
    margin-bottom: 4.2rem;
    letter-spacing: 1.8px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.vc-hero-hr-left p {
    font-size: 2.8rem;
    line-height: 4.0rem;
    color: #4A4A4A;
    margin-bottom: 3.0rem;
    position: relative;
    z-index: 1;
}

.vc-hero-hr-left a {
    padding: 2.0rem 1.9rem;
    font-size: 2.6rem;
    line-height: 3.5rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #012966;
    text-align: center;
}

.vc-hero-hr-left a:hover {
    background: #2BC016;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.vc-hero-hr-left a span {
    position: relative;
    z-index: 2;
}

.vc-hero-hr {
    padding: 12.0rem 0 17.6rem;
    background: #EFFDF2;
}

.vc-hero-hr-grid {
    margin-left: -8%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 1200px) {
    .vc-hero-hr-grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.vc-hero-hr-grid .vc-hero-hr-left {
    padding-left: 8%;
    width: 55%;
}

@media (max-width: 1600px) {
    .vc-hero-hr-grid .vc-hero-hr-left {
        width: 50%;
    }
}

@media (max-width: 960px) {
    .vc-hero-hr-grid .vc-hero-hr-left {
        width: 100%;
    }
}

.vc-hero-hr-grid .vc-hero-hr-right {
    padding-left: 8%;
    width: 45%;
}

.vc-hero-hr-grid .vc-hero-hr-right img {
    width: 65rem;
    height: auto;
    max-width: 100%;
}

@media (max-width: 1600px) {
    .vc-hero-hr-grid .vc-hero-hr-right {
        width: 50%;
    }
}

@media (max-width: 960px) {
    .vc-hero-hr-grid .vc-hero-hr-right {
        width: 100%;
        text-align: right;
    }
}

.vc-create-cv {
    padding: 13.3rem 0 16rem;
    margin-bottom: 6rem;
}

.vc-create-cv h1 {
    font-size: 4.8rem;
    line-height: 6rem;
    margin-bottom: 6.8rem;
    font-weight: 600;
}

.vc-create-cv p {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 5rem;
}

.vc-create-cv a {
    font-size: 3rem;
    line-height: 4rem;
    padding: 3rem 4.8rem;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    background: #2BC016;
}

.vc-create-cv a:hover {
    background: #012966;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.vc-create-cv a span {
    position: relative;
    overflow: hidden;
}

/*second section starts*/
.after-hero-section h2 {
    font-size: 4.2rem;
    line-height: 5.6rem;
    letter-spacing: 1.05px;
    margin-bottom: 6.3rem;
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 3rem;
    font-weight: bold;
}

.after-hero-section ul li p {
    font-size: 2.8rem;
    line-height: 3.7rem;
    letter-spacing: 0.7px;
    margin-left: 5rem;
}

.vc-registration-button-box {
    margin-top: 8.2rem;
}

.after-hero-section ul li {
    margin-bottom: 4.7rem;
}

.after-hero-section ul li:last-child {
    margin-bottom: 0;
}

.after-hero-section {
    background: #E0E6FE;
}

.after-hero-section li div {
    max-width: 45px;
    width: 100%;
    text-align: center;
}

@media (max-width: 1600px) {
    .after-hero-section li div {
        max-width: 40px;
    }
}

@media (max-width: 1440px) {
    .after-hero-section li div {
        max-width: 36px;
    }
}

@media (max-width: 960px) {
    .after-hero-section li div {
        max-width: 32px;
    }
}

@media (max-width: 640px) {
    .after-hero-section li div {
        max-width: 30px;
    }
}

.vc-registration-button {
    padding: 2rem 7rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
    position: relative;
    overflow: hidden;
    background: #2BC016;
}

.vc-registration-button:hover {
    background: #012966;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.vc-registration-button span {
    position: relative;
    z-index: 1;
}

.after-hero-grid-left,
.after-hero-grid-right {
    padding: 12rem 5% 9rem;
    width: 50%;
}

@media (max-width: 1200px) {

    .after-hero-grid-left,
    .after-hero-grid-right {
        width: 100%;
    }
}

.after-hero-grid-right {
    background: #F2F6FD;
}

/*second section end*/
/* sixth section starts */
.cv-videos-section {
    margin-bottom: 91px;
}

.cv-videos-section-header {
    margin-bottom: 57px;
}

@media (max-width: 1600px) {
    .cv-videos-section-header {
        margin-bottom: 50px;
    }
}

@media (max-width: 1440px) {
    .cv-videos-section-header {
        margin-bottom: 45px;
    }
}

@media (max-width: 1200px) {
    .cv-videos-section-header {
        margin-bottom: 40px;
    }
}

@media (max-width: 960px) {
    .cv-videos-section-header {
        margin-bottom: 35px;
    }
}

@media (max-width: 640px) {
    .cv-videos-section-header {
        margin-bottom: 30px;
    }
}

.cv-videos-section h2 {
    font-size: 3.8rem;
    line-height: 5rem;
    font-weight: bold;
    letter-spacing: 1.05px;
}

.home-body .vc-video-section-boxes figure {
    max-width: 27rem;
}

@media (max-width: 960px) {
    .home-body .vc-video-section-boxes figure {
        max-width: 31rem !important;
    }
}

@media (max-width: 1600px) {
    .home-body .vc-video-list>li {
        width: 50%;
    }
}

@media (max-width: 960px) {
    .home-body .vc-video-list>li {
        width: 100%;
    }
}

@media (max-width: 1600px) {
    .home-body .vc-video-list>li:last-child {
        display: none;
    }
}

@media (max-width: 960px) {
    .home-body .vc-video-list>li:last-child {
        display: block;
    }
}

.see-all-button-hidden.see-all-button {
    display: none;
    text-align: center;
}

@media (max-width: 1200px) {
    .see-all-button-hidden.see-all-button {
        display: block;
    }
}

.video-section-box span.vc-block {
    height: 1px;
    width: 99px;
    background: #4F5DFF;
    opacity: 0.23;
    margin-bottom: 16px;
}

.see-all-button {
    font-size: 2rem;
    line-height: 2.8rem;
    padding: 2.6rem 4.6rem;
    position: relative;
    overflow: hidden;
    background: #2BC016;
}

@media (max-width: 1200px) {
    .see-all-button {
        display: none;
    }
}

.see-all-button:hover {
    background: #012966;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.see-all-button span {
    position: relative;
    z-index: 2;
}

.video-section-box h3 {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.video-section-box h4 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: bold;
    margin-bottom: 9px;
    color: #012966;
}

.video-section-box p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #012966;
    margin-bottom: 14px;
}

.vc-video-section-boxes figure {
    position: relative;
    max-width: 21rem !important;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.vc-video-section-boxes figure:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 176.22951%;
}

.vc-video-section-boxes figure .vc-ratio-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1600px) {
    .vc-video-section-boxes figure {
        max-width: 27rem !important;
    }
}

@media (max-width: 480px) {
    .vc-video-section-boxes figure {
        position: relative;
        overflow: hidden;
    }

    .vc-video-section-boxes figure:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 93.75%;
    }

    .vc-video-section-boxes figure .vc-ratio-img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.vc-video-section-boxes figure img {
    width: 100%;
    height: auto;
}

.vc-video-section-boxes figure span {
    width: 19px;
    height: 19px;
    position: absolute;
    background: #E01818;
    -webkit-box-shadow: 0px 3px 15px #F51E1EB1;
    box-shadow: 0px 3px 15px #F51E1EB1;
    top: 19px;
    right: 22px;
    border-radius: 50%;
    -webkit-animation-name: dot;
    animation-name: dot;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@media (max-width: 1600px) {
    .vc-video-section-boxes figure span {
        width: 17px;
        height: 17px;
    }
}

@media (max-width: 1440px) {
    .vc-video-section-boxes figure span {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 1200px) {
    .vc-video-section-boxes figure span {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 960px) {
    .vc-video-section-boxes figure span {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 640px) {
    .vc-video-section-boxes figure span {
        width: 11px;
        height: 11px;
        top: 12px;
        right: 15px;
    }
}

.cv-videos-section article {
    -webkit-box-shadow: 0px 9px 24px #0000002E;
    box-shadow: 0px 9px 24px #0000002E;
}

@media (max-width: 960px) {
    .cv-videos-section article {
        max-width: 76%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 640px) {
    .cv-videos-section article {
        max-width: 100%;
    }
}

.video-section-box {
    padding: 14px 20px 14px 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 1600px) {
    .video-section-box {
        padding: 12px 16px 12px 16px;
    }
}

.vc-video-list {
    margin-left: -30px;
}

.vc-video-list>li {
    padding-left: 30px;
    width: 33.33%;
}

.mini-logo-list img {
    max-width: 30px;
}

@media (max-width: 1600px) {
    .mini-logo-list img {
        max-width: 24px;
    }
}

@media (max-width: 1440px) {
    .mini-logo-list img {
        max-width: 20px;
    }
}

@media (max-width: 1200px) {
    .mini-logo-list img {
        max-width: 18px;
    }
}

@media (max-width: 960px) {
    .mini-logo-list img {
        max-width: 16px;
    }
}

@media (max-width: 640px) {
    .mini-logo-list img {
        max-width: 14px;
    }
}

.mini-logo-list {
    margin-left: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mini-logo-list li {
    padding-left: 10px;
    margin-bottom: 6px;
}

.mini-logo-list div {
    -webkit-box-shadow: 0px 3px 6px #0000001A;
    box-shadow: 0px 3px 6px #0000001A;
    border-radius: 16px;
    padding: 6px;
    min-width: 42px;
    min-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1600px) {
    .mini-logo-list div {
        min-width: 40px;
        min-height: 40px;
    }
}

@media (max-width: 1440px) {
    .mini-logo-list div {
        min-width: 38px;
        min-height: 38px;
    }
}

@media (max-width: 960px) {
    .mini-logo-list div {
        min-width: 36px;
        min-height: 36px;
    }
}

@media (max-width: 640px) {
    .mini-logo-list div {
        min-width: 34px;
        min-height: 34px;
    }
}

@media (max-width: 960px) {
    .hr-discovery-info {
        padding-left: 6%;
        padding-right: 6%;
        margin-bottom: 7.0rem;
    }
}

.hr-discovery-info h2 {
    font-size: 3.2rem;
    line-height: 4.4rem;
    margin-bottom: 7.5rem;
    color: #4F5DFF;
    letter-spacing: 0.88px;
}

.hr-discovery-info h2 span {
    font-size: 4.4rem;
    line-height: 6.0rem;
    color: #000000;
    font-weight: bold;
    letter-spacing: 1.2px;
    margin-top: 2.5rem;
}

.hr-discovery-info ul {
    margin-left: -5.3rem;
    margin-bottom: 4.7rem;
}

.hr-discovery-info li {
    padding-left: 5.3rem;
    width: 33.33%;
    position: relative;
}

@media (max-width: 640px) {
    .hr-discovery-info li {
        width: 50%;
    }

    .hr-discovery-info li:last-child {
        display: none;
    }
}

.hr-discovery-info li span {
    width: 1.9rem;
    height: 1.9rem;
    position: absolute;
    background: #E01818;
    -webkit-box-shadow: .0rem .3rem 1.5rem #F51E1EB1;
    box-shadow: .0rem .3rem 1.5rem #F51E1EB1;
    top: 1.9rem;
    right: 2.2rem;
    border-radius: 50%;
    -webkit-animation-name: dot;
    animation-name: dot;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.hr-discovery-info li img {
    width: 100%;
    height: auto;
}

.hr-discovery-info a {
    padding: 1.6rem 2.5rem;
    font-size: 2.6rem;
    line-height: 3.5rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #012966;
    text-align: center;
}

.hr-discovery-info a:hover {
    background: #2BC016;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hr-discovery-info a span {
    position: relative;
    z-index: 2;
}

@media (max-width: 960px) {
    .hr-discovery-gird {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.hr-discovery-gird .hr-discovery-img,
.hr-discovery-gird .hr-discovery-info {
    width: 50%;
}

@media (max-width: 960px) {

    .hr-discovery-gird .hr-discovery-img,
    .hr-discovery-gird .hr-discovery-info {
        width: 100%;
    }
}

.hr-discovery-img {
    padding-left: 7.3%;
    padding-right: 7.3%;
}

.hr-discovery-img img {
    max-width: 64.0rem;
    width: 100%;
}

@media (max-width: 960px) {
    .hr-discovery-img {
        padding-left: 6%;
        padding-right: 6%;
        text-align: center;
    }
}

.vc-hero-hr-discovery {
    margin-bottom: 10.0rem;
    background: #F7F9FC;
    padding: 9.2rem 0 8.6rem;
}

.vc-opportunity-title span {
    background: #E01818;
    -webkit-box-shadow: .0rem .3rem 2.4rem #F51E1E57;
    box-shadow: .0rem .3rem 2.4rem #F51E1E57;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    margin-left: 1.5rem;
    -webkit-animation-name: dot;
    animation-name: dot;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.vc-opportunity-title {
    font-size: 4.4rem;
    line-height: 6.0rem;
    margin-bottom: 7.3rem;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: black;
}

.vc-opportunity-title div {
    font-size: 3.2rem;
    line-height: 4.4rem;
    color: #4F5DFF;
    letter-spacing: 0.88px;
    margin-bottom: 2.6rem;
}

@media (max-width: 1200px) {
    .vc-opportunity-left {
        margin-bottom: 5.0rem;
    }
}

.vc-opportunity-left p {
    font-size: 2.6rem;
    line-height: 3.4rem;
    letter-spacing: 0.7px;
    color: #000000;
    position: relative;
    padding-left: 2.8rem;
}

.vc-opportunity-left p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 20%;
    width: .3rem;
    background: #4F5DFF;
}

.vc-opportunity-grid {
    margin-left: -9%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vc-opportunity-grid .vc-opportunity-left {
    padding-left: 9%;
    width: 45%;
}

@media (max-width: 960px) {
    .vc-opportunity-grid .vc-opportunity-left {
        width: 100%;
    }
}

.vc-opportunity-grid .vc-opportunity-right {
    padding-left: 9%;
    width: 55%;
}

@media (max-width: 960px) {
    .vc-opportunity-grid .vc-opportunity-right {
        width: 100%;
    }
}

.vc-opportunity {
    padding-bottom: 9.4rem;
}

.vc-opportunity-right img {
    margin-right: 1.6rem;
    max-width: 100%;
    width: 40rem;
    height: auto;
}

@media (max-width: 640px) {
    .vc-opportunity-right img {
        width: 30rem;
    }
}

.vc-opportunity-right p {
    margin-bottom: 3.4rem;
    color: #012966;
    font-size: 1.8rem;
    line-height: 2.4rem;
    opacity: 0.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.vc-opportunity-right p.activeTxt {
    opacity: 1;
}

.vc-opportunity-right p:last-child {
    margin-bottom: 0;
}

.vc-save-time-section {
    background: #EFFDF2;
    padding: 10.0rem 0 11.0rem;
    margin-bottom: 5.8rem;
}

@media (max-width: 960px) {
    .vc-save-time-left {
        text-align: center;
    }
}

.vc-save-time-left h2 {
    font-size: 3.2rem;
    line-height: 4.4rem;
    margin-bottom: 4.0rem;
}

.vc-save-time-left p {
    font-size: 4.4rem;
    line-height: 6.0rem;
    margin-bottom: 5.0rem;
    font-weight: bold;
}

.vc-save-time-left a {
    font-size: 2.6rem;
    line-height: 3.2rem;
    padding: 2.4rem 3.0rem;
    position: relative;
    overflow: hidden;
    background: #012966;
    text-align: center;
}

.vc-save-time-left a:hover {
    background: #2BC016;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.vc-save-time-left a span {
    position: relative;
    z-index: 2;
}

.save-time-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -6.5rem;
}

@media (max-width: 960px) {
    .save-time-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.save-time-grid .vc-save-time-right {
    max-width: 62.5rem;
    width: 100%;
    padding-left: 6.5rem;
}

@media (max-width: 960px) {
    .save-time-grid .vc-save-time-right {
        max-width: none;
        text-align: center;
        margin-bottom: 6.0rem;
    }
}

.save-time-grid .vc-save-time-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 6.5rem;
}

@media (max-width: 960px) {
    .save-time-grid .vc-save-time-left {
        width: 100%;
    }
}

.showHideForm {
    display: none;
    /* Firefox */
}

.showHideForm.activeForm {
    display: block;
}

.showHideForm input::-webkit-outer-spin-button,
.showHideForm input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.showHideForm input[type=number] {
    -moz-appearance: textfield;
}

.before-registration-page ul {
    margin-left: -3.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4.0rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.before-registration-page ul li {
    padding-left: 3.0rem;
    width: 50%;
}

@media (max-width: 1200px) {
    .before-registration-page ul li {
        width: 100%;
        margin-bottom: 1.4rem;
    }
}

@media (max-width: 1200px) {
    .before-registration-page ul li:last-child {
        margin-bottom: 0;
    }
}

.before-registration-page ul li.activeForm div {
    background: #2BC016;
    cursor: default;
}

.before-registration-page ul li div {
    background: #012966;
    text-align: center;
    border-radius: 1.0rem;
    color: #fff;
    cursor: pointer;
    padding: 2.0rem 1.0rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
}

.before-registration-page ul li div:hover {
    background: #2BC016;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.vs-registration-container {
    max-width: 101.0rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 640px) {
    .vs-registration-container {
        max-width: none;
        width: auto;
        margin-left: 7.3%;
        margin-right: 7.3%;
    }
}

@media (max-width: 480px) {
    .vs-registration-container {
        margin-left: 6%;
        margin-right: 6%;
    }
}

.registration-form {
    margin-top: 2.5rem;
    margin-bottom: 3.8rem;
}

.vc-registration-box {
    -webkit-box-shadow: .0rem .3rem 1.2rem #00000029;
    box-shadow: .0rem .3rem 1.2rem #00000029;
}

.form-info-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-info-grid .form-info-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 960px) {
    .form-info-grid .form-info-left {
        width: 100%;
    }
}

.form-info-grid .form-info-right {
    max-width: 42.5rem;
    width: 100%;
    background: #F7F7F7;
}

@media (max-width: 640px) {
    .form-info-grid .form-info-right {
        display: none;
    }
}

.form-info-left .registration-icons {
    margin-top: 3.9rem;
}

.form-info-left .registration-icons p {
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-align: center;
    margin-bottom: 3.0rem;
    color: #888888;
}

.form-info-left .registration-icons ul {
    margin-left: -2.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-info-left .registration-icons li {
    padding-left: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.form-info-left .registration-icons li img {
    max-width: 5.5rem;
}

.form-info-left select {
    display: block;
    margin-bottom: 2.2rem;
    padding: 1.8rem 3.0rem;
    border-radius: .9rem;
    border: .1rem solid #012966;
    font-size: 2.0rem;
    line-height: 2.7rem;
    width: 100%;
    font-family: 'FiraGO-Regular';
    cursor: pointer;
}

.form-info-left input {
    display: block;
    margin-bottom: 2.2rem;
    font-size: 1.9rem;
    padding: 1.7rem 2.6rem;
    border-radius: .9rem;
    border: .1rem solid #012966;
    line-height: 2.7rem;
    width: 100%;
    font-family: 'FiraGO-Regular';
}

.form-info-left input:focus {
    border: .1rem solid #000;
}

.form-info-left input:focus::-webkit-input-placeholder {
    color: #000000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.form-info-left input:focus:-ms-input-placeholder {
    color: #000000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.form-info-left input:focus::-ms-input-placeholder {
    color: #000000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.form-info-left input:focus::placeholder {
    color: #000000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.form-info-left button {
    font-size: 1.9rem;
    line-height: 2.7rem;
    border-radius: .9rem;
    color: #FFFFFF;
    padding: 1.4rem;
    width: 100%;
    font-family: 'FiraGO-Regular';
    border: none;
    outline: none;
    position: relative;
    overflow: hidden;
    background: #012966;
}

.form-info-left button:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #2BC016;
}

.form-info-left button span {
    position: relative;
    z-index: 1;
}

.form-info-left {
    padding: 5.4rem 4.6rem 6.0rem 6.2rem;
}

.form-info-left h1 {
    font-size: 3.0rem;
    line-height: 4.0rem;
    font-weight: bold;
    margin-bottom: 3.2rem;
}

.registration-form-nav {
    border-bottom: .7rem solid #F4F4F4;
    padding-top: 2.6rem;
}

.registration-form-nav li {
    margin-bottom: 1.9rem;
}

@media (max-width: 640px) {
    .registration-form-nav li {
        width: 50%;
    }
}

.registration-form-nav a:hover {
    border-bottom: .7rem solid #012966;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.registration-form-nav a {
    font-size: 2.1rem;
    line-height: 2.9rem;
    font-weight: bold;
    padding-left: 5.0rem;
    padding-right: 5.0rem;
    padding-bottom: 2.1rem;
    border-bottom: .7rem solid transparent;
}

.registration-form-nav a.active {
    border-bottom: .7rem solid #012966;
    cursor: pointer;
}

.video-cv-listing-body .vc-container {
    margin-left: 3.5%;
    margin-right: 3.5%;
}

.video-cv-listing-title {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 960px) {
    .video-cv-listing-title {
        margin-bottom: 0;
    }
}

.video-cv-listing-title h1 {
    font-size: 3.2rem;
    line-height: 4.4rem;
    color: #000000;
}

@media (max-width: 1440px) {
    .video-cv-listing-title h1 {
        width: 100%;
        margin-bottom: 5rem;
    }
}

.video-cv-listing-title h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    color: #000000;
    opacity: 0.56;
}

.video-cv-listing-title h3 {
    font-size: 2rem;
    line-height: 3rem;
    color: #000000;
}

.video-cv-listing-title .filter-form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -25px;
}

@media (max-width: 960px) {
    .video-cv-listing-title .filter-form-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.video-cv-listing-title .filter-form-inner>* {
    padding-left: 25px;
}

@media (max-width: 960px) {
    .video-cv-listing-title .filter-form-inner>* {
        width: 100%;
        margin-bottom: 20px;
    }
}

.video-cv-listing-title select {
    font-size: 2rem;
    line-height: 3rem;
    color: #000000;
    padding: 1.8rem 2.4rem;
    border: 2px solid #012966;
    border-radius: 9px;
    font-family: 'FiraGO-Regular';
    cursor: pointer;
    max-width: 250px;
}

@media (max-width: 960px) {
    .video-cv-listing-title select {
        max-width: none;
        width: 100%;
    }
}

.vc-video-list>li {
    margin-bottom: 39px;
}

@media (max-width: 1440px) {
    .vc-video-list>li {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 960px) {
    .vc-video-list>li {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 960px) {
    .filter-form-box {
        width: 100%;
        display: none;
    }
}

.hidden-title {
    display: none;
    text-align: right;
    width: 100%;
    cursor: pointer;
}

@media (max-width: 960px) {
    .hidden-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 20px;
    }

    .hidden-title img {
        margin-left: 14px;
        min-width: 20px;
    }
}

@media (max-width: 960px) {
    .hide-h2 {
        display: none;
    }
}

.vc-video-section-boxes:hover .video-section-box-hidden {
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media (max-width: 480px) {
    .vc-video-section-boxes>.vc-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .vc-video-section-boxes>.vc-flex figure {
        max-width: none !important;
        width: 100%;
    }
}

.vc-video-section-boxes>.vc-flex .video-section-box {
    position: relative;
}

@media (max-width: 480px) {
    .vc-video-section-boxes>.vc-flex .video-section-box {
        width: 100%;
    }
}

.video-section-box-hidden {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    padding: 10px;
}

.video-section-box-hidden p {
    font-size: 2.6rem;
    line-height: 3.6rem;
    color: #012966;
    text-shadow: 0px 3px 6px #00000029;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: bold;
}

.video-section-box-hidden button {
    font-size: 2rem;
    line-height: 2.8rem;
    color: #FFFFFF;
    background: #012966;
    position: relative;
    overflow: hidden;
    font-family: 'FiraGO-Regular';
    padding: 12px 64px;
    border-radius: 9px;
    outline: none;
    border: none;
}

@media (max-width: 640px) {
    .video-section-box-hidden button {
        padding: 8px 44px;
    }
}

.video-section-box-hidden button span {
    position: relative;
    z-index: 2;
}

.video-section-box-hidden button:hover {
    background: #2BC016;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.vc-card-list {
    margin-left: -3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vc-card-list span {
    width: 19px;
    height: 19px;
    position: absolute;
    background: #E01818;
    -webkit-box-shadow: 0px 3px 15px #F51E1EB1;
    box-shadow: 0px 3px 15px #F51E1EB1;
    top: 19px;
    right: 22px;
    border-radius: 50%;
    -webkit-animation-name: dot;
    animation-name: dot;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@media (max-width: 1600px) {
    .vc-card-list span {
        width: 17px;
        height: 17px;
    }
}

@media (max-width: 1440px) {
    .vc-card-list span {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 1200px) {
    .vc-card-list span {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 960px) {
    .vc-card-list span {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 640px) {
    .vc-card-list span {
        width: 11px;
        height: 11px;
        top: 12px;
        right: 15px;
    }
}

.vc-card-list li {
    padding-left: 3rem;
    width: 25%;
    margin-bottom: 4rem;
}

@media (max-width: 960px) {
    .vc-card-list li {
        width: 33.333%;
    }
}

@media (max-width: 640px) {
    .vc-card-list li {
        width: 50%;
    }
}

@media (max-width: 350px) {
    .vc-card-list li {
        width: 100%;
    }
}

.vc-card-list article {
    -webkit-box-shadow: 0px 9px 24px #0000002E;
    box-shadow: 0px 9px 24px #0000002E;
    padding: 1.6rem 2rem 2.4rem;
    border-radius: 9px;
}

.vc-card-list article figure {
    position: relative;
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
}

.vc-card-list article figure:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 134.33476%;
}

.vc-card-list article figure .vc-ratio-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.vc-card-list img {
    margin-bottom: 12px;
    border-radius: 9px;
}

.vc-card-list h2 {
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 3rem;
    color: #000000;
}

.vc-card-list h2 a {
    font-size: 2.2rem;
    line-height: 3rem;
    color: #000000;
}

.vc-card-list p {
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #000000;
    opacity: 0.46;
}

.profile-body .vc-main-header {
    margin-bottom: 4.0rem;
}

.profile-body main {
    margin-bottom: 14.2rem;
}

.vc-my-profile {
    border-bottom: 0.1rem solid rgba(112, 112, 112, 0.3);
    margin-bottom: 5.0rem;
    padding-bottom: 2.5rem;
}

@media (max-width: 640px) {
    .vc-my-profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.vc-my-profile figure {
    position: relative;
    overflow: hidden;
    min-width: 8.4rem;
    min-height: 8.4rem;
}

.vc-my-profile figure:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}

.vc-my-profile figure .vc-ratio-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.vc-my-profile img {
    border-radius: 5.0rem;
}

.vc-my-profile h1 {
    margin-left: 3.0rem;
    font-size: 3.2rem;
    line-height: 4.3rem;
    color: #000000;
}

.vc-my-profile a {
    font-size: 2.4rem;
    line-height: 3.2rem;
    padding: 1.3rem 2.5rem;
    position: relative;
    overflow: hidden;
    background: #012966;
}

@media (max-width: 640px) {
    .vc-my-profile a {
        margin-top: 3rem;
    }
}

.vc-my-profile a span {
    position: relative;
    z-index: 2;
}

.vc-my-profile a:hover {
    background: #2BC016;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1200px) {
    .my-profile-video-cv-info {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 1200px) {
    .my-profile-video-cv-info>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -4.0rem;
    }
}

.my-profile-video-cv-info li {
    margin-bottom: 4.8rem;
}

@media (max-width: 800px) {
    .my-profile-video-cv-info li {
        width: 100%;
        margin-bottom: 3.0rem !important;
    }
}

@media (max-width: 1600px) {
    .my-profile-video-cv-info li img {
        max-width: 2.8rem;
    }
}

@media (max-width: 1200px) {
    .my-profile-video-cv-info li {
        margin-bottom: 0;
        padding-left: 4.0rem;
    }
}

.my-profile-video-cv-info li:last-child {
    margin-bottom: 0;
}

.my-profile-video-cv-info li:hover p {
    color: #2BC016;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.my-profile-video-cv-info li.active a {
    cursor: default;
}

.my-profile-video-cv-info li.active p {
    color: #2BC016;
}

.my-profile-video-cv-info p {
    font-size: 2.2rem;
    line-height: 3.0rem;
    color: #000000;
    margin-left: 2.0rem;
}

.tbc-bank-info h1 {
    font-size: 3.0rem;
    line-height: 4.0rem;
    text-align: center;
    margin-bottom: 2.7rem;
    color: #012966;
    font-weight: bold;
}

.tbc-bank-info p {
    text-align: center;
    font-size: 2.2rem;
    line-height: 3.0rem;
    color: #012966;
    margin-bottom: 3.0rem;
    max-width: 43.4rem;
}

.tbc-bank-info .tbc-bank-box-button {
    text-align: center;
}

.tbc-bank-info .tbc-bank-box-button a {
    padding: 1.7rem 12.1rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #012966;
}

.tbc-bank-info .tbc-bank-box-button a span {
    position: relative;
    z-index: 2;
}

.tbc-bank-info .tbc-bank-box-button a:hover {
    background: #2BC016;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tbc-bank-box {
    -webkit-box-shadow: .0rem .9rem 2.4rem #0000001A;
    box-shadow: .0rem .9rem 2.4rem #0000001A;
    border-radius: .9rem;
    background: #F8F9FC;
    padding: 1.0rem 12.0rem 4.6rem 5.8rem;
}

@media (max-width: 1200px) {
    .tbc-bank-box {
        margin-top: 7rem;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 80rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.tbc-bank-box img {
    max-width: 25rem;
}

@media (max-width: 960px) {
    .tbc-bank-box>.vc-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 1600px) {
    .tbc-bank-box img {
        max-width: 26.0rem;
    }
}

.vc-my-profile-exit {
    margin-top: 30.0rem;
}

@media (max-width: 1600px) {
    .vc-my-profile-exit {
        margin-top: 28.0rem;
    }
}

@media (max-width: 1200px) {
    .vc-my-profile-exit {
        padding-left: 0;
        width: 100%;
        margin-top: 3rem;
    }
}

@media (max-width: 1600px) {
    .vc-my-profile-exit img {
        max-width: 2.8rem;
    }
}

.vc-my-profile-exit p {
    font-size: 2.2rem;
    line-height: 3.0rem;
    margin-left: 1.6rem;
    color: #000000;
}

.vc-my-profile-exit p:hover {
    color: #FF0000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.hr-profile-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5.0rem;
    margin-top: -5.0rem;
}

.hr-profile-grid .video-cv-listing-title .filter-form-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hr-profile-grid .video-cv-listing-title .filter-form-inner>* {
    margin-bottom: 1.0rem;
}

@media (max-width: 960px) {
    .hr-profile-grid .video-cv-listing-title {
        margin-bottom: 4.0rem;
    }
}

.hr-profile-grid>* {
    padding-left: 5.0rem;
    padding-top: 4.0rem;
}

.hr-profile-grid .my-profile-video-cv-info {
    width: 100%;
    max-width: 38.0rem;
}

@media (max-width: 1200px) {
    .hr-profile-grid .my-profile-video-cv-info {
        max-width: none;
        margin-bottom: 4rem;
    }
}

.hr-profile-grid .vc-card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 0.1rem solid rgba(112, 112, 112, 0.3);
}

@media (max-width: 1200px) {
    .hr-profile-grid .vc-card {
        width: 100%;
        border-left: 0;
    }
}

.hr-profile-grid .vc-card .video-cv-listing-title {
    margin-top: 0;
}

.options-main-box h2 {
    margin-bottom: 4.0rem;
    font-weight: bold;
    color: #012966;
    font-size: 3.6rem;
    line-height: 4.8rem;
}

.options-main-box section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -4.0rem;
    margin-bottom: 4.0rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 640px) {
    .options-main-box section {
        margin-bottom: 3.0rem;
    }
}

.options-main-box section>div {
    width: 50%;
    padding-left: 4.0rem;
}

@media (max-width: 640px) {
    .options-main-box section>div {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .options-main-box section>div:first-child {
        margin-bottom: 3.0rem;
    }
}

.options-main-box .options-input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.options-main-box label {
    cursor: pointer;
    color: #012966;
    margin-bottom: 1.0rem;
    width: 100%;
    font-size: 2.2rem;
    line-height: 3.2rem;
}

.options-main-box .select2-container .select2-search--inline .select2-search__field {
    height: auto;
    min-height: auto;
    font-family: inherit;
    padding-bottom: 0;
    max-height: 3.0rem;
}

.options-main-box .select2-container .select2-selection--multiple {
    min-height: auto;
}

.options-main-box .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0;
}

.options-main-box .selector-label-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 4.0rem;
}

.options-main-box .file-upload-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 640px) {
    .options-main-box .file-upload-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.options-main-box .file-upload-box .big-span {
    font-size: 3.6rem;
    line-height: 4.8rem;
    margin-bottom: 3.0rem;
    color: #012966;
}

.options-main-box .file-upload-box .small-span {
    color: #012966;
    font-size: 2.2rem;
    line-height: 3.2rem;
}

.options-main-box .file-upload-box.file-upload-box-2 label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.options-main-box .file-upload-box.file-upload-box-3 label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6.0rem 1.0rem;
    background: #F8F9FC;
    -webkit-box-shadow: .0rem .2rem 1.2rem #00000017;
    box-shadow: .0rem .2rem 1.2rem #00000017;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1.0rem;
}

.options-main-box .file-upload-box.file-upload-box-3 label img {
    width: 12.0rem;
    margin-bottom: 2.0rem;
}

.options-main-box .file-upload-box.file-upload-box-3 label:hover {
    background: #F8F9FC;
}

.options-main-box .file-upload-box label {
    margin-bottom: 0;
    width: auto;
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-align: center;
    padding: 1.8rem 4.0rem;
    position: relative;
    overflow: hidden;
    background: #012966;
    border-radius: .9rem;
    color: #FFF;
    font-family: inherit;
    outline: none;
    border: none;
}

.options-main-box .file-upload-box label:hover {
    background: #2BC016;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.options-main-box .file-upload-box span {
    margin-left: 2.0rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
}

@media (max-width: 640px) {
    .options-main-box .file-upload-box span {
        margin-left: 0;
        margin-top: 1rem;
    }
}

.options-main-box select {
    cursor: pointer;
}

.options-main-box .select2-container--default .select2-selection--multiple {
    border: none !important;
}

.options-main-box select,
.options-main-box .select2.select2-container.select2-container--default,
.options-main-box input {
    border: .1rem solid #012966;
    border-radius: 1.0rem;
    color: #000;
    font-family: inherit;
    font-size: 2.0rem;
    line-height: 3.0rem;
    padding: 1.4rem 1.6rem;
    width: 100%;
}

.options-main-box select:focus,
.options-main-box .select2.select2-container.select2-container--default:focus,
.options-main-box input:focus {
    border: .1rem solid #2BC016;
    -webkit-box-shadow: .0rem .2rem 1.2rem #00000017;
    box-shadow: .0rem .2rem 1.2rem #00000017;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.options-main-box select:focus::-webkit-input-placeholder,
.options-main-box .select2.select2-container.select2-container--default:focus::-webkit-input-placeholder,
.options-main-box input:focus::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.options-main-box select:focus:-ms-input-placeholder,
.options-main-box .select2.select2-container.select2-container--default:focus:-ms-input-placeholder,
.options-main-box input:focus:-ms-input-placeholder {
    opacity: 1;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.options-main-box select:focus::-ms-input-placeholder,
.options-main-box .select2.select2-container.select2-container--default:focus::-ms-input-placeholder,
.options-main-box input:focus::-ms-input-placeholder {
    opacity: 1;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.options-main-box select:focus::placeholder,
.options-main-box .select2.select2-container.select2-container--default:focus::placeholder,
.options-main-box input:focus::placeholder {
    opacity: 1;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.options-main-box select:focus+label,
.options-main-box .select2.select2-container.select2-container--default:focus+label,
.options-main-box input:focus+label {
    color: #2BC016;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.options-main-box .submit-button {
    font-size: 2.2rem;
    text-align: center;
    padding: 1.8rem 8.0rem;
    position: relative;
    overflow: hidden;
    background: #012966;
    border-radius: .9rem;
    display: block;
    color: #FFF;
    line-height: 3.2rem;
    font-family: inherit;
    outline: none;
    border: none;
    width: 100%;
}

.options-main-box .submit-button:hover {
    background: #2BC016;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.options-main-box .submit-button div {
    position: relative;
    z-index: 1;
}

.how-it-works-section {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.how-it-works-section .vc-accordion {
    border: 1px solid rgba(0, 0, 0, 0.87);
}

.how-it-works-section .vc-accordion li {
    margin-bottom: 0;
    background: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.87);
    cursor: pointer;
}

.how-it-works-section .vc-accordion li:last-child {
    border-bottom: none;
}

.how-it-works-section .vc-accordion li:hover .vc-accordion-header {
    color: #2BC016;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.how-it-works-section .vc-accordion li:hover .vc-accordion-header img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.how-it-works-section .vc-accordion li.active {
    cursor: default;
}

.how-it-works-section .vc-accordion li.active .vc-accordion-header {
    color: #2BC016;
}

.how-it-works-section .vc-accordion li.active .vc-accordion-header img {
    display: none;
}

.how-it-works-section .vc-accordion li.active .vc-accordion-footer {
    display: block;
}

.how-it-works-section .vc-accordion li a {
    color: #012966;
    text-decoration: underline;
}

.how-it-works-section .vc-accordion li a:hover {
    color: #2BC016;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.how-it-works-section .vc-accordion .vc-accordion-header {
    padding: 2.4rem;
    position: relative;
    width: 100%;
    color: rgba(0, 0, 0, 0.87);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
}

.how-it-works-section .vc-accordion .vc-accordion-header img {
    min-width: 4rem;
    max-width: 4rem;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    margin-left: 3rem;
}

.how-it-works-section .vc-accordion .vc-accordion-footer {
    padding: 0 2.4rem 2.4rem;
    position: relative;
    width: 100%;
    display: none;
    color: rgba(0, 0, 0, 0.87);
}

.how-it-works-section.packages-section .vc-container {
    max-width: 100rem;
}

@media (max-width: 1200px) {
    .how-it-works-section.packages-section .vc-container {
        max-width: none;
        margin-left: 7.3%;
        margin-right: 7.3%;
    }
}

@media (max-width: 960px) {
    .how-it-works-section.packages-section .vc-container {
        margin-left: 6%;
        margin-right: 6%;
    }
}

.how-it-works-section .vc-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
}

@media (max-width: 960px) {
    .how-it-works-section .vc-container {
        max-width: none;
        margin-left: 5%;
        margin-right: 5%;
    }
}

.how-it-works-section .vc-container.vc-container-full {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
}

.how-it-works-section h1 {
    font-size: 3.2rem;
    line-height: 4.2rem;
    margin-bottom: 4rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87);
}

.how-it-works-section h3 {
    margin-bottom: 1.4rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87);
    font-size: 2.3rem;
    line-height: 3.3rem;
}

.how-it-works-section p,
.how-it-works-section li {
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 3rem;
    font-size: 2.1rem;
    line-height: 3.1rem;
}

.how-it-works-section p:last-child,
.how-it-works-section li:last-child {
    margin-bottom: 0;
}

.how-it-works-section ol {
    list-style-type: decimal;
    padding-left: 2.4rem;
    margin-bottom: 7rem;
}

.how-it-works-section .btn-new-box {
    text-align: center;
}

.how-it-works-section .btn-new {
    font-size: 2.2rem;
    text-align: center;
    padding: 1.8rem 6rem;
    position: relative;
    overflow: hidden;
    background: #012966;
    border-radius: 9px;
    display: inline-block;
    color: #FFF;
    line-height: 3.2rem;
}

.how-it-works-section .btn-new:hover {
    background: #2BC016;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.how-it-works-section .btn-new div {
    position: relative;
    z-index: 1;
}

.how-it-works-section .packages-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4rem;
}

.how-it-works-section .packages-grid li {
    padding-left: 4rem;
    width: 50%;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 960px) {
    .how-it-works-section .packages-grid li {
        width: 100%;
        margin-bottom: 4rem;
        max-width: 55rem;
    }
}

.how-it-works-section .packages-grid li:last-child {
    margin-bottom: 0;
}

.how-it-works-section .packages-grid article {
    border-radius: 2rem;
    width: 100%;
    position: relative;
    top: 0;
    -webkit-box-shadow: 1px 1px 1rem #80808087;
    box-shadow: 1px 1px 1rem #80808087;
    -webkit-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
}

.how-it-works-section .packages-grid .packages-info-list {
    padding: 0 2rem 3rem 2rem;
    text-align: center;
}

.how-it-works-section .packages-grid .packages-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 5rem;
    line-height: 6rem;
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
    font-weight: bold;
    padding: 4rem 2rem;
}

.how-it-works-section .packages-grid .packages-price span {
    font-size: 3.6rem;
    line-height: 4.4rem;
    display: block;
    margin-left: 1rem;
}

.how-it-works-section .packages-grid p {
    color: rgba(0, 0, 0, 0.87);
    font-size: 1.7rem;
    line-height: 2.5rem;
    margin-bottom: 2.6rem;
}

.how-it-works-section .packages-grid p:last-child {
    margin-bottom: 0;
}

.how-it-works-section .packages-grid h3 {
    text-align: center;
    background: #012966;
    color: #fff;
    padding: 2rem 1rem;
    border-radius: 2rem 2rem 0 0;
    margin-bottom: 0;
}

.terms-card {
    margin-top: 6rem;
}

.terms-card:first-child {
    margin-top: 0;
}

.contact-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -10rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .contact-grid {
        margin-left: -8rem;
    }
}

.contact-grid iframe {
    width: 100%;
    height: 40rem;
}

.contact-grid>div {
    padding-left: 10rem;
    width: 50%;
}

@media (max-width: 1200px) {
    .contact-grid>div {
        padding-left: 8rem;
    }
}

@media (max-width: 960px) {
    .contact-grid>div {
        width: 100%;
        margin-top: 5rem;
    }
}

.contact-grid>div:first-child {
    margin-top: 0;
}

.contact-grid p {
    margin-bottom: 2rem;
}

.contact-grid p a {
    text-decoration: underline;
    color: #012966;
}

.contact-grid p a:hover {
    color: #2BC016;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.contact-form>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.contact-form>div {
    margin-bottom: 4rem;
}

@media (max-width: 1200px) {
    .contact-form>div {
        margin-bottom: 3rem;
    }
}

.contact-form>div:last-child {
    margin-bottom: 0;
}

.contact-form label {
    font-size: 2.1rem;
    line-height: 3.1rem;
    cursor: pointer;
    color: #012966;
    margin-bottom: 1rem;
    width: 100%;
}

.contact-form input,
.contact-form textarea {
    border: 1px solid #012966;
    border-radius: 1rem;
    color: #000;
    font-family: inherit;
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 1.4rem 1.6rem;
    width: 100%;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border: 1px solid #2BC016;
    -webkit-box-shadow: rem 2px 12px #00000017;
    box-shadow: rem 2px 12px #00000017;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.contact-form input:focus::-webkit-input-placeholder,
.contact-form textarea:focus::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.contact-form input:focus:-ms-input-placeholder,
.contact-form textarea:focus:-ms-input-placeholder {
    opacity: 1;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.contact-form input:focus::-ms-input-placeholder,
.contact-form textarea:focus::-ms-input-placeholder {
    opacity: 1;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.contact-form input:focus::placeholder,
.contact-form textarea:focus::placeholder {
    opacity: 1;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.contact-form input:focus+label,
.contact-form textarea:focus+label {
    color: #2BC016;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.contact-form textarea {
    min-height: 20rem;
}

.contact-form button {
    border-radius: 1rem;
    color: #FFF;
    font-family: inherit;
    border: none;
    outline: none;
    font-family: inherit;
    padding: 2rem 6rem;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: auto;
    font-size: 1.8rem;
    line-height: 2.8rem;
    background: #012966;
}

.contact-form button:hover,
.contact-form button:focus {
    background: #2BC016;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-form button div {
    position: relative;
    z-index: 2;
}

.create-interview-section {
    width: 102rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10.0rem;
    padding-bottom: 10.0rem;
}

@media (max-width: 640px) {
    .create-interview-section {
        margin-left: 5%;
        margin-right: 5%;
        width: auto;
    }
}

.create-interview-section h1 {
    font-size: 3.4rem;
    line-height: 4.6rem;
    margin-bottom: 2.0rem;
    font-weight: bold;
    color: #012966;
    text-align: center;
}

.create-interview-section h2 {
    margin-bottom: 4.0rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87);
    font-size: 2.3rem;
    line-height: 3.3rem;
    text-align: center;
}

.create-interview-section h3 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 1.0rem;
    font-size: 2.1rem;
    line-height: 3.1rem;
}

.create-interview-section p {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    color: rgba(0, 0, 0, 0.87);
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 1.0rem;
}

.create-interview-section #addButton {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    padding: 1.2rem 2.0rem;
    position: relative;
    overflow: hidden;
    background: #012966;
    border-radius: .9rem;
    display: inline-block;
    color: #FFF;
    font-family: inherit;
    outline: none;
    border: none;
    width: auto;
    font-size: 1.8rem;
    line-height: 2.8rem;
    max-width: 30.0rem;
    margin-bottom: 4.0rem;
}

.create-interview-section #addButton:hover {
    background: #2BC016;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.create-interview-section #addButton div {
    position: relative;
    z-index: 1;
}

.create-interview-section .interview-box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 2.0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.create-interview-section .interview-box>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.create-interview-section .interview-box>div>div {
    margin-bottom: 2.0rem;
}

.create-interview-section span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 2.0rem;
}

.create-interview-section form>div {
    margin-bottom: 4.0rem;
}

.create-interview-section form>div:last-child {
    margin-bottom: 0;
}

.create-interview-section form div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.create-interview-section #hiddenQuestions>div {
    display: none;
    position: relative;
}

.create-interview-section #hiddenQuestions>div.showInputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.create-interview-section #hiddenQuestions .removeQuestion {
    position: absolute;
    right: 1.0rem;
    bottom: .3rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: inherit;
    border: none;
    background: #FF3D3D;
    color: #FFF;
    border-radius: 1.0rem;
    padding: .4rem 1.0rem;
    outline: none;
    font-size: 1.6rem;
}

.create-interview-section .hideButton {
    display: none !important;
}

.create-interview-section .date-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4.0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.create-interview-section .date-grid>div {
    width: 50%;
    padding-left: 4.0rem;
}

@media (max-width: 640px) {
    .create-interview-section .date-grid>div {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .create-interview-section .date-grid>div:first-child {
        margin-bottom: 3.0rem;
    }
}

.create-interview-section .submit-button {
    font-size: 2.1rem;
    line-height: 3.1rem;
    text-align: center;
    padding: 1.8rem 8.0rem;
    position: relative;
    overflow: hidden;
    background: #012966;
    border-radius: .9rem;
    display: block;
    color: #FFF;
    font-family: inherit;
    outline: none;
    border: none;
    width: 100%;
}

.create-interview-section .submit-button:hover {
    background: #2BC016;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.create-interview-section .submit-button div {
    position: relative;
    z-index: 1;
}

.create-interview-section label {
    font-size: 2.1rem;
    line-height: 3.1rem;
    cursor: pointer;
    color: #012966;
    margin-bottom: 1.0rem;
    width: 100%;
}

.create-interview-section input {
    border: .1rem solid #012966;
    border-radius: 1.0rem;
    color: #000;
    font-family: inherit;
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 1.4rem 1.6rem;
    width: 100%;
}

.create-interview-section input:focus {
    border: .1rem solid #2BC016;
    -webkit-box-shadow: .0rem .2rem 1.2rem #00000017;
    box-shadow: .0rem .2rem 1.2rem #00000017;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.create-interview-section input:focus::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.create-interview-section input:focus:-ms-input-placeholder {
    opacity: 1;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.create-interview-section input:focus::-ms-input-placeholder {
    opacity: 1;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.create-interview-section input:focus::placeholder {
    opacity: 1;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.create-interview-section input:focus+label {
    color: #2BC016;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.persone-user-in-header a {
    font-size: 2.2rem;
    line-height: 3.2rem;
    color: #012966;
    display: inline-block;
}

.persone-user-in-header a:hover {
    color: #2BC016;
    text-decoration: underline;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.vjs-poster {
    border-radius: 30px;
}

#my-video .vjs-big-play-button {
    width: 7rem !important;
    height: 7rem !important;
    font-size: 3rem;
}

.video-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 960px) {
    .video-grid {
        margin-left: -4%;
        margin-right: -4%;
    }
}

.video-grid>div>div {
    width: 40rem !important;
    max-width: 100%;
    padding-bottom: 2rem;
    padding-top: 2rem;
    margin-left: 5rem;
    margin-right: 5rem;
    border-radius: 30px;
    height: 64rem !important;
}

@media (max-width: 960px) {
    .video-grid>div>div {
        margin-left: 3rem;
        margin-right: 3rem;
    }
}

@media (max-width: 640px) {
    .video-grid>div>div {
        width: 300px;
    }
}

@media (max-width: 480px) {
    .video-grid>div>div {
        width: 260px;
        margin-left: 1.4rem;
        margin-right: 1.4rem;
    }
}

.video-grid>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-grid>div a>img {
    width: 6rem;
    height: 6rem;
}

.video-grid p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 24px;
}

@media (max-width: 1600px) {
    .video-grid p {
        font-size: 21px;
        line-height: 31px;
    }
}

@media (max-width: 1440px) {
    .video-grid p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .video-grid p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 960px) {
    .video-grid p {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .video-grid p {
        font-size: 16px;
        line-height: 26px;
    }
}

.video-grid #current-balance-value {
    color: lawngreen;
    font-weight: bold;
}

.video-grid .showHide-user-btn-box {
    text-align: center;
}

.video-grid .showHide-user-btn {
    cursor: pointer;
    text-align: center;
    background: #5151c1;
    border-radius: 20px;
    padding: 20px 22px !important;
    color: #fff !important;
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
}

.video-grid .showHide-user-btn.active {
    background: #e3342f;
}

.video-grid .showHide-user-btn.active:hover {
    background-color: #e3342f;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.video-grid .showHide-user-btn.active .show-text {
    display: inline-block;
}

.video-grid .showHide-user-btn.active .hide-text {
    display: none;
}

.video-grid .showHide-user-btn .show-text {
    display: none;
}

.video-grid .showHide-user-btn:hover {
    background-color: lawngreen;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media (max-width: 1440px) {
    .video-grid .showHide-user-btn {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 960px) {
    .video-grid .showHide-user-btn {
        font-size: 14px;
        line-height: 18px;
    }
}

.showHide-user-box {
    padding-top: 20px;
    display: none;
}

.showHide-user-box.active {
    display: block;
}

.showHide-user-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px;
}

.showHide-user-box li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

@media (max-width: 1440px) {
    .showHide-user-box li {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 960px) {
    .showHide-user-box li {
        font-size: 14px;
        line-height: 18px;
    }
}

.showHide-user-box li a {
    color: lawngreen;
    text-decoration: underline;
}

.video-js {
    width: 100%;
}

#my-video {
    height: 550px;
    position: relative;
}

@media (max-width: 1440px) {
    #my-video {
        height: 500px;
    }
}

@media (max-width: 960px) {
    #my-video {
        height: 450px;
    }
}

@media (max-width: 640px) {
    #my-video {
        height: 400px;
    }
}

#my-video .vjs-big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

#my-video .vjs-big-play-button .vjs-icon-placeholder:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}

@media (max-width: 1200px) {
    .video-page-cv-listing .see-all-button {
        display: block;
    }
}

.video-page-video-box {
    margin-bottom: 3rem;
}

.interviews-card {
    background: #1976d2;
    padding: 3rem;
    border-radius: 10px;
}

.interviews-card h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 3rem;
    color: #FFF;
}

.interviews-card h3:last-child {
    margin-bottom: 0;
}

.interviews-card h3 strong {
    font-weight: bold;
}

.interviews-card h3 span {
    display: block;
}

.interviews-card h3 a {
    display: block;
    color: #FFF;
    text-decoration: underline;
    word-break: break-all;
}

.interviews-card h3 a:hover {
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.interviews-card h3.send-invite-email {
    background: #2bc016;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
}

.interviews-card h3.send-invite-email:hover {
    background: #012966;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.interviews-card-list li {
    margin-bottom: 4rem;
}

.interviews-card-list li:last-child {
    margin-bottom: 0;
}

/*# sourceMappingURL=main.css.map */
