body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
p {
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}
input:hover,
input:focus,
input:active {
    outline: none;
}
ul {
    margin: 0px;
    padding: 0px;
}
ul li {
    list-style-type: none;
}
img {
    border: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
:before,
:after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clearfix {
    clear: both;
    overflow: hidden;
}
.wrapper {
    margin: 0px auto;
    overflow: hidden;
}
.container {
    max-width: 1306px;
    position: relative;
}
.container-844 {
    max-width: 844px;
}
.container-1060 {
    max-width: 1060px;
}

.btn:focus,
.btn.focus {
    box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}
.row {
    display: block !important;
}
font {
    vertical-align: top !important;
}
svg {
    vertical-align: top;
}
button:focus {
    outline: 0px;
}

:root {
    --Grey: #f7f7f7;
    --Black: #1f1f1d;
    --Rose: #9d257a;
    --Blue: #404291;
    --LightBlue: #3d3cb5;
    --Mauve: #6f40a5;
    --White: #ffffff;
    --Degrade: linear-gradient(90deg, #404291 0%, #9d257a 100%);
    --Degrade1: linear-gradient(90deg, #3337b8 0%, #b42189 100%);
    --Degrade2: linear-gradient(90deg, #3d3cb5 0%, #6f40a5 100%);
    --Dropshadow: -15px 15px 40px 0px rgba(0, 0, 0, 0.15);
    --BtnDropshadow: -10px 10px 18px 0px rgba(0, 0, 0, 0.15);
    --DegradeHover: linear-gradient(90deg, #9d257a 0%, #9d257a 100%);
}

h1 {
    font-size: 70px;
    line-height: 84px;
    font-weight: 300;
}
h1 strong {
    font-weight: 800;
}
h2 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 400;
    color: var(--Blue);
}
h2 strong {
    font-weight: 800;
}
h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 800;
    color: var(--Blue);
}
h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: var(--Rose);
}
h5 {
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
    color: var(--Blue);
}
p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--Blue);
}
p strong {
    font-weight: 600;
}

/*--------------- COMMON_START ---------------*/
.default-btn-hp {
    background: var(--Degrade);
    border: 0px;
    border-radius: 42px;
    height: 42px;
    font-size: 18px;
    line-height: 42px;
    color: var(--White);
    font-family: 'avenir_roman';
    text-transform: uppercase;
    padding: 0px 30px;
    margin: 0px;
    box-shadow: var(--BtnDropshadow);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.default-btn-hp:hover {
    background: var(--DegradeHover);
    color: var(--White);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.default-btn-white-hp {
    background: var(--White);
    color: var(--Rose);
}
.default-btn-white-hp span {
    background: var(--Degrade);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.default-btn-white-hp:hover {
    background: var(--Blue);
    color: var(--White);
}
.default-btn-white-hp:hover span {
    background: var(--White);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.common-title-main-hp {
    margin: 0 0 34px;
    padding: 0;
    text-align: center;
}
.common-title-main-hp h2 {
    margin: 0 0 23px;
    padding: 0;
}
.common-title-main-hp p {
    width: 100%;
    margin: 25px auto 0;
    padding: 0;
    text-align: left;
}
.common-title-main-hp p strong {
    font-weight: 800;
}
.common-title-border-hp {
    display: flex;
    justify-content: center;
    margin: 0 0 0;
    padding: 0;
}
.common-title-border-hp img {
    height: 6px;
}
.common-title-left-hp {
    text-align: left;
}
.common-title-left-hp .common-title-border-hp {
    justify-content: left;
}
.common-title-main-white-hp h2 {
    color: var(--White);
}
.common-title-main-white-hp p {
    color: var(--White);
}

.title-info-hp {
    margin: 0px;
    padding: 0px;
}
.title-info-hp p {
    font-size: 18px;
    line-height: 22px;
    color: var(--Blue);
    margin: 0px;
    padding: 0px 0px 20px;
}
.title-info-hp p:last-child {
    padding-bottom: 0px;
}
/*--------------- COMMON_END ---------------*/

/*--------------- HEADER_START --------------*/
#header {
    background: var(--White);
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 99999999;
}
.header-in-hp {
    margin: 0px;
}
.header-left-hp {
    float: left;
    display: flex;
    margin: 0px;
    padding: 0px;
}
.menu-burger-hp {
    margin: 0px;
    padding: 22px 24px 22px 0px;
}
.logo-main-hp {
    margin: 17px 0 17px;
    padding: 0;
}
.logo-main-hp img {
    height: 50px;
}

.header-right-hp {
    float: right;
    margin: 0;
    padding: 21px 0 21px;
    display: flex;
    gap: 2rem;
}
.my-account-btn-hp {
    margin: 0;
    padding: 0;
}
.my-account {
    position: relative;
}
.my-account > a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    background: var(--Degrade);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.my-account > a > span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--Degrade);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.my-account-modal {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    background: var(--White);
    border-radius: 25px;
    box-shadow: var(--Dropshadow);
    padding: 5px;
}
.my-account-modal.open {
    display: block;
}
.my-account-modal ul {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.my-account-modal ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 40px;
    padding: 0 16px;
    background: var(--Grey);
    color: var(--Blue);
    border-radius: 20px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}
.my-account-menu-mobile.open {
    left: -100%;
}
.navigation-menu-main-hp {
    width: 710px;
    margin: 0px;
    padding: 0px;
    background: var(--Degrade2);
    position: fixed;
    left: -710px;
    top: 0px;
    height: 100%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.navigation-menu-in-hp {
    margin: 0px;
    padding: 17px 25px 0px 82px;
}
.navigation-menu-header-hp {
    margin: 0px;
    padding: 0px 0px 101px;
}
.navigation-menu-logo-hp {
    float: left;
    display: flex;
    margin: 0px;
    padding: 0px;
}
.navigation-menu-logo-hp a img {
    height: 50px;
}
.navigation-menu-close-hp {
    float: right;
    margin: 4px 0px 0px;
    padding: 0px;
}
.nav-menu-close-btn-hp {
    width: 40px;
    height: 40px;
    margin: 0px;
    padding: 0px;
}
.nav-menu-close-btn-hp a {
    background: var(--White);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0px;
    padding: 0px;
}
.nav-menu-close-btn-hp a:hover {
    background: var(--Degrade1);
}
.nav-menu-close-btn-hp a:hover svg path {
    stroke: var(--White);
}

.navigation-menu-list-hp {
    margin: 0px;
    padding: 0px 0px 89px;
}
.navigation-menu-list-hp ul {
    margin: 0px;
    padding: 0px;
}
.navigation-menu-list-hp ul li {
    display: flex;
    margin: 0px;
    padding: 0px 0px 15px;
}
.navigation-menu-list-hp ul li a {
    background: url(../images/menu_dot_hp.svg) no-repeat top 9px left;
    background-size: auto 26px;
    font-size: 35px;
    line-height: 44px;
    color: var(--White);
    font-weight: 800;
    margin: 0px;
    padding: 0px 0px 0px 26px;
}
.navigation-menu-list-hp ul li a:hover {
    color: var(--Rose);
}
.navigation-menu-list-hp p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: var(--White);
}

.navigation-sub-menu-list-hp {
    margin: 0px;
    padding: 0px;
}
.navigation-sub-menu-list-hp ul {
    margin: 0px;
    padding: 0px;
}
.navigation-sub-menu-list-hp ul li {
    display: flex;
    margin: 0px;
    padding: 0px 0px 9px;
}
.navigation-sub-menu-list-hp ul li a {
    font-size: 25px;
    line-height: 30px;
    color: var(--White);
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}
.navigation-sub-menu-list-hp ul li a:hover {
    color: var(--Rose);
}
.navigation-menu-main-hp.Nav_menu_open {
    left: 0px;
}
.my-account-menu-mobile .navigation-menu-list-hp {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.my-account-menu-mobile .navigation-menu-list-hp ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.my-account-menu-mobile .navigation-menu-list-hp ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
}
.my-account-menu-mobile .navigation-menu-list-hp ul li a {
    padding: 0;
    background: none;
    font-weight: 700;
    text-transform: uppercase;
}

/*----- MOBILE_MENU_START -----*/
.mobile-menu-icon-hp {
    background: var(--Degrade);
    margin: 0px;
    padding: 10px 10px 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    position: relative;
    cursor: pointer;
}
.menu-toggle-btn-hp {
    margin: 0px auto 0px;
    padding: 3px 0px 3px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menu-toggle-btn-hp span {
    background: var(--White);
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    margin: 0px 0px 4px 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menu-toggle-btn-hp span:last-child {
    margin-bottom: 0px;
}
.mobile-menu-icon-hp.open {
    background: var(--DegradeHover);
}
/* .mobile-menu-icon-hp.open .menu-toggle-btn-hp span:nth-child(1), .mobile-menu-icon-hp.open .menu-toggle-btn-hp span:nth-child(3){ transform: translate(0px, 6px) rotate(-45deg) scalex(1); margin-bottom:0px;}
.mobile-menu-icon-hp.open .menu-toggle-btn-hp span:nth-child(2){ height:0; margin-bottom:0px;}
.mobile-menu-icon-hp.open .menu-toggle-btn-hp span:nth-child(3){ transform: translate(0px, 4px) rotate(45deg) scalex(1);} */
.hide-scroll {
    overflow: hidden !important;
}
.mobile-menu-icon-hp:hover {
    background: var(--DegradeHover);
}
/*----- MOBILE_MENU_END -----*/

.fix-header #header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: var(--Dropshadow);
}

.start-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999999999;
}
.start-popup-open .start-popup {
    display: flex;
}
.start-popup-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 3rem;
    border-radius: 3rem;
    background: var(--White);
    box-shadow: var(--Dropshadow);
}
.start-popup-content .start-popup-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 26px;
    right: 26px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: var(--Degrade);
}
/*--------------- HEADER_END --------------*/

/*--------------- CONTAIN_START --------------*/
#contain {
    margin: 0px;
    padding: 84px 0px 0px;
    position: relative;
}

.hero-block-main-hp {
    margin: 0 0 86px;
    padding: 0;
}
.hero-block-in-hp {
    margin: 0;
    padding-bottom: 29px;
}
.hero-banner-main-hp {
    margin: 0px;
    padding: 0px;
    height: 500px;
    position: relative;
    z-index: 9;
}
.hero-banner-text-hp {
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 108px;
    bottom: -21px;
    text-align: right;
    z-index: 99;
}
.hero-banner-text-hp h1 {
    color: var(--White);
    margin: 0px;
    padding: 0px 0px 30px;
}
.hero-banner-btns-hp {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
    margin: 0px;
    padding: 0px;
}

.hero-video-main-hp {
    margin: 0px;
    padding: 0px;
    position: relative;
}
.hero-video-in-hp {
    margin: 0px;
    padding: 0px;
    height: 500px;
    position: relative;
    z-index: 9;
}
.hero-video-bg1-hp {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 326px;
    opacity: 0.5;
    background: linear-gradient(180deg, #0f172a 0%, #ffffff 100%);
    mix-blend-mode: multiply;
    z-index: 9999;
}
.hero-video-bg2-hp {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: var(--Blue);
    mix-blend-mode: color;
    z-index: 999;
}
.hero-video-bg3-hp {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/trame_points_bg_hp.svg) no-repeat center top;
    background-size: cover;
    mix-blend-mode: soft-light;
    z-index: 99;
}
.video-back-hp {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    z-index: 9;
}
img.video-back-hp {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-video-hp {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.hero-video-btns-hp {
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 0px;
    bottom: -29px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 13px;
}
.Hvideo-btn-hp {
    display: flex;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}
.Hvideo-btn-hp svg path {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.Hvideo-btn-hp:hover svg path {
    fill: var(--Rose);
}

.about-block-main-hp {
    margin: 86px 0 150px;
    padding: 0;
}
.about-block-in-hp {
    margin: 0;
}
.about-info-main-hp {
    max-width: 844px;
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
}
.about-info-main-hp .common-title-main-hp h2 {
    line-height: 55px;
    color: var(--Rose);
    margin-bottom: 0;
}
.about-info-in-hp {
    margin: 0px;
    padding: 9px 0px 0px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 9;
}
.about-info-in-hp::after {
    content: '';
    position: absolute;
    right: 87px;
    top: 40px;
    width: 1421px;
    height: 511px;
    background: url(../images/about_pattern_img_hp.svg) no-repeat center top;
    background-size: 100% auto;
    z-index: -1;
}
.about-info-img-hp {
    width: 306px;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 9;
}
.about-info-img-in-hp {
    width: 520px;
    margin: 0px;
    padding: 0px;
    float: right;
}
.about-info-img-in-hp img {
    width: 100%;
    filter: drop-shadow(-20px 20px 20px rgba(0, 0, 0, 0.15));
}
.about-info-text-hp {
    width: 518px;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 9;
}
.about-info-text-in-hp {
    margin: 0px;
    padding: 0px;
}
.about-info-text-in-hp p {
    text-align: right;
    padding: 0px 0px 22px;
}
.about-info-text-in-hp p:last-child {
    padding-bottom: 0px;
}
.about-info-text-in-hp p strong {
    font-weight: 800;
}

.find-terminal-block-main-hp {
    margin: 0px;
    padding: 75px 0px 70px;
}
.find-terminal-block-in-hp {
    margin: 0px;
}
.find-terminal-map-main-hp {
    margin: 0px;
    padding: 22px 0px 0px;
}
.find-terminal-map-in-hp {
    width: 100%;
    height: 586px;
    background: var(--White);
    border-radius: 50px;
    box-shadow: var(--Dropshadow);
    margin: 0px;
    padding: 14px 16px 14px;
}
.find-terminal-map-img-hp {
    margin: 0px;
    padding: 0px;
    border-radius: 40px;
    overflow: hidden;
}
.find-terminal-map-img-hp img {
    width: 100%;
}

.pricing-adapted-block-main-hp {
    margin: 60px 0 170px;
    padding: 0;
}
.pricing-adapted-block-in-hp {
    margin: 0px;
    position: relative;
    z-index: 9;
}
.pricing-adapted-block-in-hp::after {
    content: '';
    position: absolute;
    right: 10px;
    top: -61px;
    width: 1363px;
    height: 628px;
    background: url(../images/price_pattern_img_hp.svg) no-repeat center top;
    background-size: 100% auto;
    margin: 0px;
    padding: 0px;
    z-index: -1;
}
.pricing-adapt-list-main-hp {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 9;
}
.pricing-adapt-list-in-hp {
    margin: 0px -37px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.pricing-adapt-card-hp {
    display: flex;
    margin: 0px;
    padding: 0px 37px 83px;
}
.pricing-adapt-card-in-hp {
    background: var(--White);
    border-radius: 50px;
    box-shadow: var(--Dropshadow);
    text-align: center;
    margin: 0px;
    padding: 23px 18px 22px;
}
.pricing-adapt-card-icon-hp {
    height: 91px;
    display: flex;
    justify-content: center;
    margin: 0px 0px 16px;
    padding: 0px;
}
.pricing-adapt-card-in-hp h3 {
    color: var(--Blue);
    margin: 0px;
    padding: 0px 0px 4px;
}
.pricing-adapt-card-in-hp p {
    font-size: 18px;
    line-height: 22px;
    color: var(--Blue);
    margin: 0px;
    padding: 0px 0px 0px;
}
.pricing-adapt-card-bg-hp .pricing-adapt-card-in-hp {
    background: var(--Degrade);
    padding-left: 34px;
    padding-right: 34px;
}
.pricing-adapt-card-bg-hp .pricing-adapt-card-in-hp h3 {
    color: var(--White);
}
.pricing-adapt-card-bg-hp .pricing-adapt-card-in-hp p {
    color: var(--White);
}
.pricing-adapt-btn-hp {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.why-choose-block-main-hp {
    margin: 60px 0 150px;
    padding: 0;
}
.why-choose-block-in-hp {
    margin: 0px;
    position: relative;
    z-index: 9;
}
.why-choose-block-in-hp::before {
    content: '';
    position: absolute;
    right: 859px;
    top: 0;
    width: 1363px;
    height: 628px;
    background: url(../images/Wchoose_pattern_img2_hp.svg) no-repeat center top;
    background-size: 100% auto;
    z-index: -1;
}
.why-choose-block-in-hp::after {
    content: '';
    position: absolute;
    left: 869px;
    top: -32px;
    width: 1363px;
    height: 628px;
    background: url(../images/Wchoose_pattern_img2_hp.svg) no-repeat center top;
    background-size: 100% auto;
    z-index: -1;
}
.Wchoose-list-main-hp {
    max-width: 1060px;
    margin: 0px auto;
    padding: 6px 0px 17px;
    position: relative;
}
.Wchoose-list-in-hp {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 128px;
}
.Wchoose-card-main-hp {
    width: 304px;
    margin: 0px;
    padding: 0px 0px 74px;
}
.Wchoose-card-in-hp {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.Wchoose-card-img-hp {
    width: 88px;
    margin: 0px;
    padding: 0px;
}
.Wchoose-card-info-hp {
    width: calc(100% - 88px);
    margin: 0px;
    padding: 20px 0px 0px 20px;
}
.Wchoose-card-info-hp h3 {
    margin: 0px;
    padding: 0px 0px 4px;
}
.Wchoose-card-info-hp p {
    font-size: 18px;
    line-height: 22px;
    color: var(--Blue);
    margin: 0px;
    padding: 0px;
}
.Wchoose-list-end-hp {
    justify-content: end;
}
.Wchoose-btn-hp {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.latest-news-block-main-hp {
    margin: 60px 0 150px;
    padding: 0;
}
.latest-news-block-in-hp {
    margin: 0px;
}
.LNews-list-main-hp {
    margin: 0 0 94px;
    padding: 0;
}
.LNews-list-in-hp {
    margin: 0px -10px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.LNews-card-main-hp {
    margin: 0;
    padding: 0 10px;
}
.LNews-card-in-hp {
    margin: 0px;
    padding: 11px 11px 28px;
    background: var(--White);
    box-shadow: var(--Dropshadow);
    border-radius: 50px;
}
.LNews-card-img-hp {
    margin: 0px 0px 21px;
    padding: 0px;
    height: 335px;
    border-radius: 40px;
    overflow: hidden;
}
.LNews-card-img-hp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.LNews-card-info-hp {
    margin: 0px;
    padding: 0px 11px 0px;
}
.LNews-card-info-hp h3 {
    margin: 0px;
    padding: 0px 0px 12px;
}
.LNews-card-info-hp h3 a {
    color: var(--Blue);
}
.LNews-card-info-hp p {
    margin: 0px;
    padding: 0px 0px 15px;
}
.LNews-card-more-link-hp {
    margin: 0px;
    padding: 0px;
}
.LNews-card-more-link-hp a {
    display: flex;
    text-decoration: underline;
    font-size: 16px;
    line-height: 20px;
    color: var(--Rose);
    margin: 0px;
    padding: 0px;
}
.LNews-card-more-link-hp a:hover {
    color: var(--Blue);
}
.LNews-btn-hp {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
/*--------------- CONTAIN_END --------------*/

/*--------------- FOOTER_START --------------*/
#footer {
    margin: 0px;
    padding: 0px;
}
.footer-top-hp {
    margin: 0px;
    padding: 55px 0px;
    background: var(--Degrade2);
}
.footer-top-in-hp {
    margin: 0px;
}
.footer-title-hp {
    padding-bottom: 25px;
}
.footer-title-hp h2 {
    font-size: 35px;
    line-height: 39px;
    color: var(--White);
}
.footer-main-hp {
    margin: 0px;
    padding: 0px;
    font-size: 0;
}
.help-main-hp {
    margin: 0px;
    display: inline-block;
    vertical-align: top;
}
.help-main-hp h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 800;
    color: var(--White);
    padding-bottom: 15px;
}
.consult-info-hp {
    margin: 0px;
    padding: 0px 0px 38px 0px;
}
.consult-info-hp h4 {
    text-transform: uppercase;
    color: var(--White);
    padding-bottom: 5px;
}
.consult-info-hp ul {
    margin: 0px;
    padding: 0px;
}
.consult-info-hp ul li {
    margin: 0px;
    padding: 0px 0px 5px 0px;
}
.consult-info-hp ul li a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: var(--White);
    display: flex;
    align-items: center;
}
.consult-info-hp ul li a img {
    margin-right: 5px;
}
.consult-info-hp p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: var(--White);
    width: 359px;
}
.contact-further-info .consult-info-hp {
    flex: 50%;
    padding: 0;
}
.contact-further-info .consult-info-hp p {
    color: var(--Blue);
    width: 100%;
}
.contact-further-info {
    margin: 4rem 0 0;
    display: flex;
    gap: 1rem;
}
.contact-further-info .hardToHear-main-hp {
    flex: 50%;
}
.hardToHear-main-hp {
    margin: 0;
}
.hardToHear-main-hp img {
    height: 29px;
    margin-right: 8px;
    float: left;
}
.hardToHear-main-hp svg {
    height: 29px;
    margin-right: 8px;
    float: left;
}
.hardToHear-main-hp p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: var(--White);
    width: 359px;
}
.contact-further-info .hardToHear-main-hp p {
    color: var(--Blue);
    width: 100%;
}
.social-info-hp ul {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.social-info-hp ul li a img {
    height: 2rem;
}
.footer-bottom-hp {
    margin: 0;
    padding: 2rem 1rem;
    background: var(--Degrade);
}
.footer-bottom-in-hp {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.footer-bottom-right-hp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-logo-hp {
    margin: 0;
    padding: 0;
}
.footer-logo-hp img {
    height: 60px;
}
.footer-extra-links-hp {
    margin: 0;
}
.footer-extra-links-hp ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 10px;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.footer-extra-links-hp ul li {
    margin: 0;
    padding: 0;
}
.footer-extra-links-hp ul li a {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: var(--White);
}
/*--------------- FOOTER_END --------------*/

/*--------------- PRICES_START --------------*/
.default-hero-block-main-prip {
    margin: 0 0 100px;
    padding: 0;
}
.default-hero-block-in-prip {
    margin: 0px;
}
.hero-banner-text-main-prip {
    margin: 0px;
    padding: 0px;
    min-height: 200px;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-banner-bg1-prip {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: var(--Blue);
    mix-blend-mode: color;
    margin: 0px;
    padding: 0px;
    z-index: 99;
}
.hero-banner-bg2-prip {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/trame_points_bg_hp-2.png) no-repeat center top;
    background-size: 100% auto;
    mix-blend-mode: soft-light;
    margin: 0px;
    padding: 0px;
    z-index: 9;
}
.hero-banner-text-in-prip {
    margin: 0px;
    padding: 58px 0px 58px;
    text-align: center;
    position: relative;
    z-index: 999;
}
.hero-banner-text-in-prip h1 {
    font-family: 'avenir_black';
    color: var(--White);
}

.price-plans-block-main-prip {
    margin: 60px 0 150px;
    padding: 0;
}
.price-plans-block-in-prip {
    margin: 0px;
}
.price-table-main-prip {
    margin: 0;
    padding: 0;
}
.price-table-title-prip {
    margin: 0px;
    padding: 0px 0px 28px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.price-table-title-prip h3 {
    background: var(--Degrade2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    line-height: 37px;
    margin: 0px;
    padding: 0px;
}
.price-table-in-prip {
    margin: 0 0 15px;
    padding: 0;
}
.price-table-header-prip {
    margin: 0px;
    padding: 0px 0px 5px;
}
.price-table-header-in-prip {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.price-Thead-col-prip {
    width: calc(25% - 15px);
    margin: 0px;
    padding: 5px 0px 5px;
    display: flex;
    flex-wrap: wrap;
}
.price-Thead-col-in-prip {
    background: var(--Grey);
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    border-radius: 30px 30px 0px 0px;
    padding: 0px;
}
.price-Thead-col-prip h3 {
    font-size: 30px;
    line-height: 38px;
    margin: 0px;
    padding: 0px;
}
.price-col-bgcolor-prip .price-Thead-col-in-prip {
    background: var(--Degrade2);
}
.price-col-bgcolor-prip.price-Thead-col-prip h3 {
    color: var(--White);
    text-align: center;
    padding: 0 10px;
}
.price-table-row-prip {
    margin: 0px;
    padding: 0px 0px 5px;
}
.price-table-row-in-prip {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.price-Trow-col-prip {
    width: calc(25% - 15px);
    margin: 0px;
    padding: 5px 0px 5px;
    display: flex;
    flex-wrap: wrap;
}
.price-Trow-col-in-prip {
    background: var(--Grey);
    min-height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 15px 15px 15px;
}
.price-Stitle-col-prip {
    margin: 0px;
}
.price-Stitle-col-prip .price-Trow-col-in-prip {
    border-radius: 30px 0px 0px 30px;
    justify-content: left;
    padding: 0px 20px 0px;
}
.price-Stitle-text-prip h4 {
    font-size: 20px;
    line-height: 24px;
    color: var(--Blue);
    font-weight: 800;
    margin: 0;
    padding: 0 10px;
}
.price-Stitle-text-prip p {
    font-size: 14px;
    line-height: 18px;
    color: var(--Blue);
    font-weight: 600;
    margin: 0;
    padding: 4px 10px 0;
}
.price-Tinfo-text-prip {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.price-Tinfo-text-prip h3 {
    display: none;
}
.price-Tinfo-text-prip h4 {
    font-size: 20px;
    line-height: 24px;
    color: var(--Blue);
    font-weight: 800;
    margin: 0px;
    padding: 0px;
}
.price-Tinfo-text-prip p {
    font-size: 14px;
    line-height: 18px;
    color: var(--Blue);
    font-weight: 600;
    margin: 0px;
    padding: 4px 0px 0px;
}
.price-col-bgcolor-prip .price-Trow-col-in-prip {
    background: var(--Degrade2);
}
.price-col-bgcolor-prip .price-Tinfo-text-prip h4 {
    color: var(--White);
}
.price-col-bgcolor-prip .price-Tinfo-text-prip p {
    color: var(--White);
}
.price-table-row-prip:last-child
    .price-Trow-col-prip:last-child
    .price-Trow-col-in-prip {
    border-radius: 0px 0px 30px 0px;
}
.price-highlight-prip .price-table-row-in-prip {
    background-color: var(--Rose);
    border-radius: 30px 0px 0px 30px;
}
.price-highlight-prip .price-Trow-col-in-prip {
    background-color: var(--Rose);
}
.price-highlight-prip .price-Stitle-text-prip h4 {
    color: var(--White);
}
.price-highlight-prip .price-Tinfo-text-prip h4 {
    color: var(--White);
}
.price-plan-info-prip {
    margin: 0px;
    padding: 0px;
}
.price-plan-info-prip p {
    margin: 30px 0;
    padding: 0;
}
/*---------------- PRICES_END ---------------*/

/*--------------- NEWS_START --------------*/
.news-block-main-np {
    margin: 100px 0 150px;
    padding: 0;
}
.news-block-in-np {
    margin: 0px;
}
.news-info-main-np {
    margin: 0 0 100px;
    padding: 0;
}
.news-card-main-np {
    margin: 0 0 20px;
    padding: 0;
}
.news-card-in-np {
    margin: 0px;
    padding: 14px 35px 14px 14px;
    background-color: var(--Grey);
    border-radius: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.news-card-image-np {
    margin: 0px;
    padding: 0px;
    width: 382px;
    border-radius: 18px;
    overflow: hidden;
}
.news-card-image-np img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-card-info-np {
    width: calc(100% - 382px);
    margin: 0px;
    padding: 0px 0px 0px 36px;
}
.news-datetime-np {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 25px 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.news-datetime-np img {
    height: 11px;
}
.news-datetime-np span {
    padding-left: 5px;
    background: var(--Degrade2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.news-card-info-np p {
    padding-bottom: 18px;
}
.readmore-link-np {
    margin: 0px;
    padding: 0px;
}
.readmore-link-np a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--Rose);
    text-decoration: underline;
}
.readmore-link-np a:hover {
    color: var(--Blue);
}
.pagination-main-np {
    margin: 0px;
    padding: 0px 0px 0px 0px;
}
.pagination-main-np .page-item {
    padding: 0px 4px;
}
.pagination-main-np .page-link {
    padding: 0px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    color: var(--Blue);
    border: 0px;
    background: var(--White);
    border-radius: 100% !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-main-np .page-item.active .page-link {
    color: var(--Blue);
    font-weight: 900;
    background: rgba(64, 66, 145, 0.1);
}
.pagination-main-np .page-item .page-link:hover {
    color: var(--Blue);
    background: rgba(64, 66, 145, 0.1);
}
/*--------------- NEWS_END --------------*/

/*--------------- MAP_START --------------*/
.map-block-main-mp {
    margin: 0px;
    padding: 98px 0px 75px 0px;
}
.map-block-in-mp {
    margin: 0px;
}
.map-main-mp {
    margin: 0px;
    padding: 100px 0px 0px 0px;
}
.map-in-mp {
    background: var(--White);
    border-radius: 50px;
    height: 786px;
    width: 100%;
    padding: 14px 16px;
    box-shadow: -15px 15px 40px rgba(0, 0, 0, 0.15);
}
.map-image-mp {
    border-radius: 35px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.map-image-mp img {
    width: 100%;
}

.ondemand-block-main-mp {
    margin: 150px 0;
    padding: 0;
}
.ondemand-block-in-mp {
    margin: 0px;
}
.ondemand-main-mp {
    margin: 0px;
    padding: 35px 104px 50px;
    background: var(--Degrade1);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ondemand-info-mp {
    width: 631px;
    margin: 0px;
    padding: 0px;
}
.ondemand-info-text-mp {
    margin: 0px;
}
.ondemand-info-text-mp p {
    color: var(--White);
    margin: 0 0 35px;
}
.ondemand-info-text-mp p:last-of-type {
    margin: 0;
}
.go-to-site-btn-mp {
    margin: 35px 0 0;
    padding: 0;
}
.ondemand-image-mp {
    width: 436px;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.ondemand-image-in-mp {
    position: absolute;
    left: -10px;
    top: -121px;
    width: 632px;
}
.ondemand-image-in-mp:after {
    content: '';
    position: absolute;
    left: 79px;
    bottom: -53px;
    width: 441px;
    height: 90px;
    background: url(../images/laptop-img-shadow-mp.png) no-repeat center left;
    background-size: 100%;
    mix-blend-mode: color-burn;
}
.ondemand-image-in-mp img {
    width: 100%;
}
/*--------------- MAP_START --------------*/

/*--------------- CMS_START --------------*/
.Cms-block-main-cmsp {
    margin: 60px 0 150px;
    padding: 0;
}
.Cms-block-in-cmsp {
    margin: 0px;
}
.cms-content-main-cmsp {
    margin: 0;
    padding: 0;
}
.img-text-card-main-cmsp {
    margin: 0 0 58px;
    padding: 0;
}
.img-text-card-in-cmsp {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.img-text-card-img-main-cmsp {
    width: 520px;
    margin: 0px;
    padding: 0px;
}
.img-text-card-img-in-cmsp {
    background: var(--White);
    border-radius: 50px;
    box-shadow: var(--Dropshadow);
    margin: 0px;
    padding: 14px;
}
.img-text-card-img-cmsp {
    border-radius: 34px;
    overflow: hidden;
}
.img-text-card-img-cmsp img {
    width: 492px;
}
.img-text-card-info-cmsp {
    margin: 0px;
    padding: 0px;
}
.img-text-card-info-cmsp h3 {
    margin: 0px 0px 4px;
    padding: 0px;
}
.img-text-card-info-cmsp p {
    margin: 0px;
    padding: 0px 0px 20px;
}
.img-text-card-info-cmsp p a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    color: var(--Rose);
    text-decoration: underline;
    margin: 0px;
    padding: 0px;
}
.img-text-card-info-cmsp p a:hover {
    color: var(--Blue);
}
.img-text-card-info-cmsp h4 {
    text-transform: uppercase;
    margin: 0px;
    padding: 20px 0px 5px;
}
.img-text-card-info-cmsp h5 {
    margin: 0px;
    padding: 20px 0px 5px;
}

.default-link-text-cmsp {
    margin: 0px;
    padding: 0px;
}
.default-link-text-cmsp a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    color: var(--Rose);
    text-decoration: underline;
    margin: 0px;
    padding: 0px;
}
.default-link-text-cmsp a:hover {
    color: var(--Blue);
}

.img-text-card-reverse-cmsp .img-text-card-in-cmsp {
    flex-direction: row-reverse;
}
.common-btns-hp {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 40px;
}
.common-btn-hp {
    margin: 0px;
    padding: 0px;
}

.FAQ-block-main-cmsp {
    margin: 60px 0 150px;
    padding: 0;
}
.FAQ-block-in-cmsp {
    margin: 0px;
}
.FAQ-list-main-cmap {
    margin: 0 0 15px;
    padding: 0;
}
.FAQ-list-main-cmap:last-child {
    margin-bottom: 0;
}
.FAQ-list-title-cmap {
    margin: 0 0 5px;
    padding: 0;
}
.FAQ-list-title-cmap h3 {
    color: var(--Blue);
    margin: 0px;
    padding: 0px;
}
.FAQ-list-in-cmap {
    margin: 0px;
    padding: 0px;
}
.FAQ-card-main-cmsp {
    background: var(--Degrade2);
    border: 0px;
    border-radius: 35px !important;
    margin: 0px 0px 10px;
    padding: 0px;
}
.FAQ-card-main-cmsp.card {
    max-width: none;
}
.FAQ-card-main-cmsp .card-header {
    margin: 0px;
    padding: 0px;
    background: none;
    border: 0px;
    border-radius: 0px !important;
}
.FAQ-card-main-cmsp .card-header a.collapsed {
    background: var(--Grey) url(../images/collapse_plus_icon_cmsp.svg) no-repeat
        center right 9px;
    background-size: auto 52px;
    color: var(--Blue);
    border-radius: 0px;
}
.FAQ-card-main-cmsp .card-header a {
    display: block;
    background: rgba(244, 244, 244, 0.1)
        url(../images/collapse_minus_icon_cmsp.svg) no-repeat center right 9px;
    background-size: auto 52px;
    border-radius: 35px;
    font-size: 18px;
    line-height: 22px;
    color: var(--White);
    font-weight: 600;
    margin: 0px;
    padding: 24px 108px 24px 36px;
}
.FAQ-card-main-cmsp .card-body {
    padding: 0px;
}
.FAQ-card-body-cmsp {
    margin: 0px;
    padding: 22px 108px 28px 36px;
}
.FAQ-card-body-cmsp p {
    color: var(--White);
    margin: 0 0 1em;
    padding: 0;
}
.FAQ-card-body-cmsp p:last-of-type {
    margin: 0;
}

.featured-block-main-cmsp {
    margin: 0px;
    padding: 75px 0px 75px;
}
.featured-block-in-cmsp {
    margin: 0px;
}
.featured-box-main-cmsp {
    background: var(--Degrade1);
    margin: 0px;
    padding: 35px 104px 42px;
}
.featured-box-main-cmsp .title-info-hp p {
    font-size: 16px;
    line-height: 22px;
}
.featured-box-coloredBG-cmsp {
    background: var(--Degrade1);
}
.featured-box-coloredBG-cmsp .title-info-hp p {
    color: var(--White);
}

.process-block-main-cmsp {
    margin: 150px 0;
    padding: 0;
}
.process-block-in-cmsp {
    margin: 0px;
}
.process-box-main-cmsp {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}
.process-box-in-cmsp {
    width: 100%;
    background: var(--White);
    box-shadow: var(--Dropshadow);
    border-radius: 50px;
    margin: 0px;
    padding: 34px 26px 32px;
}
.process-box-in-cmsp .common-title-main-hp {
    margin-bottom: 30px;
}
.process-box-slider-cmsp {
    margin: 0px;
    padding: 0px;
}
.process-box-slider-in-cmsp {
    margin: 0px;
    padding: 0px 82px;
}
.process-box-item-cmsp {
    display: flex;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
}
.process-Bitem-icon-cmsp {
    width: 196px;
    margin: 0px;
    padding: 0px;
}
.process-Bitem-info-cmsp {
    width: calc(100% - 196px);
    margin: 0px;
    padding: 0px 0px 0px 20px;
}
.process-Bitem-info-cmsp h3 {
    margin: 0px;
    padding: 0px 0px 4px;
}
.process-Bitem-info-cmsp p {
    margin: 0px;
    padding: 0px 0px 5px;
}
.process-Bitem-info-cmsp p:last-child {
    padding-bottom: 0px;
}
.process-Bitem-info-cmsp p strong {
    color: var(--Rose);
}

.custom-owl-dots-main-cmsp {
    height: 52px;
    margin: 35px 0px 0px;
    padding: 0px 72px 0px;
    width: 100%;
    display: flex;
    align-items: center;
}
.custom-owl-dots-main-cmsp .owl-dots {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    background: var(--Degrade2);
    border-radius: 25px;
    height: 25px;
    margin: 0px;
    padding: 3px 3px 3px;
}
.custom-owl-dots-main-cmsp .owl-dot {
    display: flex;
    border: 0px;
    background: none;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px;
    position: relative;
    z-index: 9;
}

.process-owl-dot-icon-hp {
    border: solid 2px var(--Blue);
    background: var(--White);
    border-radius: 25px;
    width: 19px;
    height: 19px;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
    margin: 0px;
    padding: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}
.process-owl-dot-icon-hp:after {
    display: none;
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 3px;
    width: 11px;
    height: 11px;
    background: #2a2626;
    border-radius: 100%;
    margin: 0px auto;
    opacity: 0;
    transition: all 0.3s linear;
}
.custom-owl-dots-main-cmsp .owl-dot:after {
    width: 0px;
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 0;
    height: 19px;
    background: var(--White);
    border-radius: 19px;
    z-index: -1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.custom-owl-dots-main-cmsp .owl-dot:last-child:after {
    display: none;
}
.custom-owl-dots-main-cmsp .owl-dot.active .process-owl-dot-icon-hp {
    background: var(--White);
    border-color: var(--Blue);
}
.custom-owl-dots-main-cmsp .owl-dot.active .process-owl-dot-icon-hp:after {
    opacity: 1;
}
.custom-owl-dots-main-cmsp .owl-dot.owl-dot-prev:after {
    width: calc(100% + 19px);
}
.custom-owl-dots-main-cmsp .owl-dot.owl-dot-prev.active:after {
    width: 0px;
}
.custom-owl-dots-main-cmsp .owl-dot:last-child {
    width: auto;
}

.video-block-main-cmsp {
    margin: 75px 0 150px;
    padding: 0;
}
.video-block-in-cmsp {
    margin: 0px;
}
.video-block-in-cmsp.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.video-block-in-cmsp.owl-carousel .owl-item {
    opacity: 0;
    transition: opacity 0.3s;
}
.video-block-in-cmsp.owl-carousel .owl-item.active {
    opacity: 1;
}
.video-block-in-cmsp.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.video-block-in-cmsp.owl-carousel .owl-prev,
.video-block-in-cmsp.owl-carousel .owl-next {
    bottom: 0;
    transform: translateY(50%);
}
.iframe-carousel-custom-owl-dots.owl-dots {
    position: static;
    margin: 1rem 0 2rem;
    height: auto;
}
.iframe-carousel-custom-owl-dots.owl-dots .owl-dot {
    background: var(--White);
    height: auto;
}
.iframe-carousel-custom-owl-dots.owl-dots .owl-dot span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--Blue);
    border: 2px solid var(--White);
    pointer-events: none;
    opacity: 0;
}
.iframe-carousel-custom-owl-dots.owl-dots .owl-dot.active span {
    opacity: 1;
}
.video-box-main-cmsp {
    width: 100%;
    background: var(--White);
    border-radius: 50px;
    box-shadow: var(--Dropshadow);
    padding: 14px;
    margin: 0px auto;
}
.video-box-in-cmsp {
    margin: 0px;
    padding: 0px;
    border-radius: 40px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
.video-box-in-cmsp:has(video),
.video-box-in-cmsp:has(iframe) {
    aspect-ratio: 16 / 9;
}
.video-box-in-cmsp img {
    width: 100%;
}
.video-box-in-cmsp video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-box-in-cmsp iframe {
    width: 100%;
    height: 100%;
}
.video-back-hp {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.video-box-main-cmsp .playpause {
    position: absolute;
    background: url(../images/video_play_icon_cmsp.svg) no-repeat center center;
    background-size: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    width: 96px;
    height: 96px;
    z-index: 9;
}

.our-partners-block-main-cmsp {
    margin: 60px 0 150px;
    padding: 0;
}
.our-partners-block-in-cmsp {
    margin: 0px;
}
.Opartners-list-main-cmsp {
    margin: 0px;
    padding: 0px;
}
.Opartners-list-in-cmsp {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.Opartners-card-main-cmsp {
    margin: 0;
    padding: 0;
    width: 196px;
}
.Opartners-card-logo-cmsp {
    width: 100%;
    height: 196px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.Opartners-card-logo-cmsp a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.Opartners-card-logo-cmsp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.Opartners-card-text-cmsp {
    font-size: 15px;
    line-height: 18px;
    color: var(--Blue);
    font-style: italic;
    text-align: center;
    margin: 0px;
    padding: 13px 0px 9px;
}
.Opartners-card-text-cmsp a {
    color: var(--Blue);
}

.accessible-block-main-cmsp {
    margin: 100px 0 150px;
    padding: 0;
}
.accessible-block-in-cmsp {
    padding-top: 126px;
}
.accessible-box-main-cmsp {
    margin: 0px;
    padding: 35px 104px 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.accessible-box-info-cmsp {
    width: 740px;
    margin: 0px;
    padding: 0px;
}
.accessible-box-img-cmsp {
    width: 328px;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.accessible-box-img-in-cmsp {
    position: absolute;
    left: -147px;
    top: -161px;
    width: 642px;
}
.accessible-box-img-in-cmsp img {
    width: 100%;
}
.accessible-info-points-cmsp {
    width: 562px;
    margin: 0px;
    padding: 0px;
}
.accessible-info-points-cmsp ul {
    margin: 0 0 22px;
    padding: 0;
}
.accessible-info-points-cmsp ul li {
    display: flex;
    align-items: flex-start;
    margin: 0 0 18px;
    padding: 0;
}
.accessible-points-icon-cmsp {
    width: 18px;
    display: flex;
    margin: 0px;
    padding: 2px 0px 0px;
}
.accessible-points-text-cmsp {
    width: calc(100% - 18px);
    font-size: 20px;
    line-height: 24px;
    color: var(--White);
    margin: 0px;
    padding: 0px 0px 0px 10px;
}
.app-store-btns-cmsp {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}
.app-store-btn-cmsp {
    margin: 0px;
    padding: 0px;
}

.drive-electric-block-main-cmsp {
    margin: 100px 0 150px;
    padding: 0;
}
.drive-electric-block-in-cmsp {
    margin: 0px;
}
.Delectric-info-main-cmsp {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Delectric-info-text-cmsp {
    width: 386px;
    margin: 0px;
    padding: 40px 0px 0px;
}
.Delectric-info-text-cmsp .common-title-main-hp {
    margin-bottom: 0;
}
.Delectric-card-list-cmsp {
    width: calc(100% - 386px);
    margin: 0px;
    padding: 0px 105px;
    display: flex;
    gap: 64px;
    justify-content: space-between;
}
.Delectric-card-main-cmsp {
    width: 304px;
    margin: 0px;
    padding: 0px;
    display: flex;
}
.Delectric-card-in-cmsp {
    width: 100%;
    height: 304px;
    display: flex;
    justify-content: center;
    background: var(--White);
    border-radius: 50px;
    box-shadow: var(--Dropshadow);
    margin: 0px;
    padding: 0px;
}
.Delectric-card-in-cmsp a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px 30px 0px;
}
.Delectric-card-info-cmsp {
    text-align: center;
}
.Delectric-card-img-cmsp {
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px 0px 34px;
}
.Delectric-card-img-cmsp img {
    height: 126px;
}
.Delectric-card-info-cmsp p {
    font-size: 18px;
    line-height: 22px;
    color: var(--Rose);
    text-align: center;
}
.Delectric-card-info-cmsp p strong {
    font-weight: 800;
}
.Delectric-card-blue-cmsp .Delectric-card-info-cmsp p {
    color: var(--Blue);
}
/*---------------- CMS_END ---------------*/

/*--------------- CONTACT_START --------------*/
.contact-block-main-contp {
    margin: 100px 0 150px;
    padding: 0;
}
.contact-block-in-contp {
    margin: 0px;
}

.contact-form-main-contp {
    max-width: 844px;
    width: 100%;
    margin: 0px auto;
    padding: 0;
}
.contact-form-in-contp {
    margin: 0px;
    padding: 0px;
}
.contact-form-row-contp {
    margin: 0px -10px;
    padding: 0px 0px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-form-field-contp {
    margin: 0px;
    padding: 0px 10px;
    position: relative;
}
.contact-Ffield-title-contp {
    margin: 0px;
    padding: 0px 0px 6px;
}
.default-form-Tbox-contp {
    margin: 0px;
    padding: 0px;
}
.default-form-Tbox-contp input {
    width: 100%;
    height: 30px;
    background: var(--Grey);
    border-radius: 30px;
    border: 0px;
    font-size: 14px;
    line-height: 30px;
    color: var(--Blue);
    font-weight: 600;
    margin: 0px;
    padding: 0px 15px;
}
.default-form-Tbox-contp input::-webkit-input-placeholder {
    color: var(--Blue);
}
.default-form-Tbox-contp input::-moz-placeholder {
    color: var(--Blue);
}
.default-form-Tbox-contp input:-ms-input-placeholder {
    color: var(--Blue);
}
.default-form-Tbox-contp input:-moz-placeholder {
    color: var(--Blue);
}

.default-form-Tbox-contp textarea {
    vertical-align: top;
    width: 100%;
    height: 258px;
    background: var(--Grey);
    border-radius: 15px;
    border: 0px;
    font-size: 14px;
    line-height: 16px;
    color: var(--Blue);
    font-weight: 600;
    margin: 0px;
    padding: 10px 15px 10px;
    resize: none;
}
.default-form-Tbox-contp textarea::-webkit-input-placeholder {
    color: var(--Blue);
}
.default-form-Tbox-contp textarea::-moz-placeholder {
    color: var(--Blue);
}
.default-form-Tbox-contp textarea:-ms-input-placeholder {
    color: var(--Blue);
}
.default-form-Tbox-contp textarea:-moz-placeholder {
    color: var(--Blue);
}
.default-form-Tbox-contp textarea:focus {
    outline: 0px;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*='col-'] {
    width: 100%;
}

.default-Tbox-error-contp {
    display: none;
    position: absolute;
    left: 0;
    bottom: -8px;
    font-size: 12px;
    line-height: 15px;
    color: #ff0000;
    margin: 0px;
    padding: 0px 10px;
}
.default-Tbox-error-contp strong {
    font-weight: 600;
}

.default-form-Cbox-contp {
    margin: 0px;
    padding: 0px;
}
.contact-form-Cbox-contp {
    padding-top: 27px;
}
.default-form-Cbox-contp .wpcf7-list-item {
    margin: 0;
}
.default-form-Cbox-contp label.custom-control-label,
.default-form-Cbox-contp .custom-control-input ~ .wpcf7-list-item-label {
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 15px;
    color: var(--Blue);
    margin: 0px;
    padding: 0px 0px 0px 22px;
}
.default-form-Cbox-contp label.custom-control-label::before,
.default-form-Cbox-contp
    .custom-control-input
    ~ .wpcf7-list-item-label::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
    background: var(--White);
    border: solid 1px;
    border-color: var(--Blue);
    border-radius: 4px;
}
.default-form-Cbox-contp label.custom-control-label::after,
.default-form-Cbox-contp .custom-control-input ~ .wpcf7-list-item-label::after {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
}
.custom-control-input:checked ~ label.custom-control-label::before,
.custom-control-input:checked ~ .wpcf7-list-item-label::before {
    background: var(--White);
    border-color: var(--Blue);
    border-radius: 4px;
}
.custom-checkbox
    .custom-control-input:checked
    ~ label.custom-control-label::after,
.custom-checkbox .custom-control-input:checked ~ .wpcf7-list-item-label::after {
    background: var(--Blue);
    border: solid 3px transparent;
    border-radius: 4px;
}

/*----- DEFAULT_SELECT_MENU_START -----*/
.default-selectbox-contp
    .bootstrap-select:not([class*='col-']):not([class*='form-control']):not(
        .input-group-btn
    ) {
    width: 100%;
}
.default-selectbox-contp .bootstrap-select {
    margin: 0px !important;
    background: none !important;
    padding: 0px !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    width: 100%;
    height: 40px;
    border-radius: 0px;
    position: relative;
    z-index: 999;
    border: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.default-selectbox-contp .bootstrap-select:hover,
.default-selectbox-contp .bootstrap-select:focus,
.default-selectbox-contp .bootstrap-select:active {
    border: 0px;
}
.default-selectbox-contp .dropdown-toggle {
    background: var(--Grey);
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 27px 0px 15px;
    position: relative;
    box-shadow: 0px 0px 0px;
    color: var(--Blue);
    border: 0px;
    border-radius: 30px;
}
.default-selectbox-contp
    .bootstrap-select.btn-group
    .dropdown-toggle
    .filter-option {
    color: var(--Blue) !important;
}
.default-selectbox-contp .bootstrap-select.btn-group .dropdown-toggle::after {
    display: none;
}
.default-selectbox-contp .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 15px;
    top: calc(50% - 4px);
    background: url(../images/select_arrow_contp.svg) no-repeat center right;
    background-size: auto 8px;
    width: 10px;
    height: 8px;
    border: 0px;
    margin: 0px;
}
.default-selectbox-contp
    .bootstrap-select.btn-group.show
    .dropdown-toggle
    .caret {
    background: url(../images/select_arrow_contp.svg) no-repeat center right;
    background-size: auto 8px;
    width: 10px;
    height: 8px;
    border: 0px;
}
.default-selectbox-contp .show > .dropdown-toggle.btn-default {
    background: var(--Grey);
    color: var(--Blue);
    border-color: var(--Grey);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.default-selectbox-contp .show > .dropdown-toggle.btn-default:hover,
.default-selectbox-contp .open > .dropdown-toggle.btn-default:focus,
.default-selectbox-contp .open > .dropdown-toggle.btn-default.focus {
    background: var(--Grey);
    border-color: var(--Grey);
    color: var(--Blue);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.default-selectbox-contp .btn-default:active:hover,
.default-selectbox-contp .btn-default.active:hover,
.default-selectbox-contp .show > .dropdown-toggle.btn-default:hover,
.default-selectbox-contp .btn-default:active:focus,
.default-selectbox-contp .btn-default.active:focus,
.default-selectbox-contp .show > .dropdown-toggle.btn-default:focus,
.default-selectbox-contp .btn-default.focus:active,
.default-selectbox-contp .btn-default.active.focus,
.default-selectbox-contp .show > .dropdown-toggle.btn-default.focus {
    background: var(--Grey);
    border: 0;
    color: var(--Blue);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.default-selectbox-contp .show > .dropdown-toggle.btn-default .filter-option {
    color: var(--Blue) !important;
}
.default-selectbox-contp .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.default-selectbox-contp .show > .dropdown-menu {
    display: block;
    margin: 0px;
    z-index: 0;
    padding: 0px 0px 0px;
    background: var(--Grey);
    border: 0px;
    border-radius: 0px 0px 15px 15px;
    top: 30px;
    right: 0px;
    left: 0;
    width: 100% !important;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
}
.default-selectbox-contp .bootstrap-select.btn-group .dropdown-menu li {
    border-bottom: 0;
}
.default-selectbox-contp .bootstrap-select.btn-group .dropdown-menu li a {
    display: block;
    color: var(--Blue);
    padding: 0px 27px 0px 15px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
}
.default-selectbox-contp .bootstrap-select.btn-group .dropdown-menu li a:hover {
    background: var(--Blue);
    color: var(--White);
}
.default-selectbox-contp
    .bootstrap-select.btn-group
    .dropdown-menu
    li.selected
    a {
    background: var(--Blue);
    color: var(--White);
}
/*----- DEFAULT_SELECT_MENU_END -----*/

.contact-form-note-contp {
    margin: 0px;
    padding: 0px 0px 30px;
}
.contact-form-note-contp p {
    font-size: 12px;
    line-height: 15px;
    color: var(--Blue);
    letter-spacing: -0.24px;
    margin: 0px;
    padding: 0px;
}
.contact-form-captcha-contp {
    margin: 0px;
    padding: 0px 0px 50px;
}
.contact-form-submit-contp {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.Cform-field-error-gqp .default-Tbox-error-contp {
    display: block;
}
/*---------------- CONTACT_END ---------------*/

/*--------------- ERROR_404_START --------------*/
.error-block-main-erp {
    margin: 100px 0 150px;
    padding: 0;
}
.error-block-in-erp {
    margin: 0px;
}
.error-block-img-main-erp {
    margin: 40px 0px 112px;
    padding: 0px;
    position: relative;
}
.error-img-erp {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    display: flex;
    justify-content: center;
}
.error-img-erp img {
    height: 408px;
}
.error-btn-erp {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
/*--------------- ERROR_404_END --------------*/

/*--------------- GUTENBERG_START --------------*/
.wp-block:not(h1, :has(.block-editor-button-block-appender)) {
    max-width: none !important;
}
/*--------------- GUTENBERG_END --------------*/

/*--------------- LOADER_START --------------*/
.loader {
    width: 80px;
    height: 40px;
    color: #404291;
    border: 2px solid currentColor;
    border-right-color: transparent;
    padding: 3px;
    background: repeating-linear-gradient(
            90deg,
            currentColor 0 10px,
            #0000 0 15px
        )
        0/0% no-repeat content-box content-box;
    position: relative;
    box-sizing: border-box;
    animation: l5 2s infinite steps(6);
}
.loader::before {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: 100%;
    width: 10px;
    background: linear-gradient(
                #0000 calc(50% - 7px),
                currentColor 0 calc(50% - 5px),
                #0000 0 calc(50% + 5px),
                currentColor 0 calc(50% + 7px),
                #0000 0
            )
            left / 100% 100%,
        linear-gradient(
                currentColor calc(50% - 5px),
                #0000 0 calc(50% + 5px),
                currentColor 0
            )
            left / 2px 100%,
        linear-gradient(
                #0000 calc(50% - 5px),
                currentColor 0 calc(50% + 5px),
                #0000 0
            )
            right/2px 100%;
    background-repeat: no-repeat;
}
@keyframes l5 {
    100% {
        background-size: 120%;
    }
}
/*--------------- LOADER_END --------------*/
