/* 
Theme Name: VFI Theme Child
Theme URI: #
Description: VFI Theme Child is a child theme of VFI Theme
Author: VFI team
Author URI: #
Template: vfi-theme
Version: 2.0.0
Text Domain: vfi-theme-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

b, strong {
    font-weight: bold;
}

/* body fixed background */
body {
    background-attachment: fixed !important;
}

/* text editor delete margin-bottom */
.elementor-widget-text-editor .elementor-widget-container > *:last-child,
.elementor-widget-text-editor .elementor-widget-container .elementor-text-editor > *:last-child {
    margin-bottom: 0;
}

/* delete area under icon */
.elementor-widget-icon .elementor-icon {
    display: block;
}

/* header menu */
.elementor-location-header .elementor-nav-menu .menu-item a.elementor-item:hover,
.elementor-location-header .elementor-nav-menu .menu-item.current-menu-item a.elementor-item {
    text-decoration: underline;
    color: var(--e-global-color-accent);
}

/* footer menu */
@media(min-width:900px) {
.elementor-location-footer .elementor-nav-menu .sub-arrow {
    display: none;
}
.elementor-location-footer .sub-menu {
    display: block !important;
    width: 100% !important;
    position: unset !important;
}
.elementor-location-footer .elementor-nav-menu {
    align-items: flex-start;
}
.elementor-location-footer .elementor-nav-menu .menu-item a {
    flex-grow: unset;
}
.elementor-location-footer .menu-item.menu-item-has-children {
    flex-direction: column;
}
.elementor-location-footer .menu-item.menu-item-has-children .elementor-nav-menu--dropdown a {
    padding-right: 0;
    border: none;
    line-height: 1.67;
}
.elementor-location-footer .elementor-nav-menu .menu-item:not(:last-child) a.elementor-item:hover,
.elementor-location-footer .elementor-nav-menu .menu-item:not(:last-child).current-menu-item a.elementor-item {
    text-decoration: underline;
    color: var(--e-global-color-accent);
}
.elementor-location-footer .elementor-nav-menu .menu-item:last-child a.elementor-item {
    padding: 6px 16px !important;
    border: 1px solid #fff;
}
.elementor-location-footer .elementor-nav-menu .menu-item:last-child a.elementor-item:hover {
    color: #fff !important;
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
}
}
@media(max-width:899px) {
.elementor-nav-menu--main .elementor-nav-menu ul {
    position: unset;
    width: 100% !important;
    margin: 0 !important;
}
.elementor-location-footer .menu-item.menu-item-has-children .elementor-nav-menu--dropdown a {
    border: none;
    justify-content: center;
}
.elementor-location-footer .elementor-nav-menu--main > ul > .menu-item {
    border-bottom: 1px solid #fff;
}
.elementor-location-footer .elementor-nav-menu .sub-arrow {
    /* pointer-events: none; */
}
.elementor-location-footer .menu-item.menu-item-has-children .sub-menu {
    margin-bottom: 15px !important;
}
}
.popup__menu .elementor-nav-menu--main .elementor-nav-menu ul {
    position: unset;
    width: 100% !important;
    margin: 0 !important;
}
.popup__menu .menu-item.menu-item-has-children .elementor-nav-menu--dropdown a {
    border: none;
    justify-content: center;
}
.popup__menu .elementor-nav-menu .sub-arrow {
    /* pointer-events: none; */
}
.popup__menu .menu-item.menu-item-has-children .sub-menu {
    margin-bottom: 15px !important;
}

/* custom img box */
.custom_img_box .elementor-image-box-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 93px;
    border-radius: 30px;
    background-color: var(--e-global-color-accent);
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .75s;
}
.custom_img_box.elementor-widget-image-box {
    overflow: hidden;
}
.custom_img_box.elementor-widget-image-box:not(.elementor-element-edit-mode) {
    border-radius: 30px;
}
.custom_img_box.elementor-widget-image-box:hover .elementor-image-box-description {
    opacity: 1;
    visibility: visible;
}
@media(max-width:1199px) {
.custom_img_box .elementor-image-box-description {
    padding: 10px 15px 10px 37px;
}
}

/* home tabs */
.custom__tabs {
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.custom__tabs.mob {
    display: none;
}
.custom__tabs_top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}
.custom__tabs_top .tab__name {
    padding: 40px;
    background-color: rgba(217, 217, 217, 0.05);
    box-shadow: -14px 23px 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: .75;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: .35s;
}
.custom__tabs_top .tab__name.active {
    background-color: var(--e-global-color-accent);
    font-weight: 700;
}
.tab__content {
    display: none;
    align-items: center;
    gap: 63px;
}
.tab__content.with__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.tab__content .img {
    width: 475px;
    max-width: 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 20px;
}
.tab__content .list_img {
    width: 475px;
    max-width: 50%;
    flex-shrink: 0;
}
.tab__content:not(.with__list) .list_img .img {
    max-width: 100%;
}
.tab__content .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.tab__content .content .title {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.29;
    color: #fff;
}
.tab__content .content .text {
    margin-top: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.78;
    color: rgba(255, 255, 255, 0.8);
    max-width: 498px;
}
.new__tabs .tab__content .content .text {
    max-width: unset;
}
.tab__content .content .text > *:last-child {
    margin-bottom: 0;
}
.tab__content .content .btn {
    margin-top: 40px;
    padding: 10px 31px;
    border: 1px solid #fff;
    border-radius: 80px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    transition: .35s;
}
.tab__content .content .btn:hover {
    background-color: #fff;
    color: #334155;
}
.tab__content.with__list .list_img {
    width: 100%;
    max-width: unset;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 69px;
}
.tab__content.with__list .list_img .list {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.tab__content.with__list .list_img .list .list__item {
    display: flex;
    gap: 29px;
    padding: 30px;
    border-bottom: 1px solid #111;
    font-family: "Inter", sans-serif;
    cursor: pointer;
    transition: .35s;
}
.tab__content.with__list .list_img .list .list__item.active {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border-width: 0;
}
.tab__content.with__list .list_img .list .list__item.prev {
    border-width: 0;
}
.tab__content.with__list .list_img .list .list__item .num {
    color: var(--e-global-color-accent);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.29;
    flex-shrink: 0;
}
.tab__content.with__list .list_img .list .list__item .li__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.tab__content.with__list .list_img .list .list__item .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.29;
    color: #fff;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.tab__content.with__list .list_img .list .list__item .title:after {
    content: '+';
    flex-shrink: 0;
}
.tab__content.with__list .list_img .list .list__item.active .title:after {
    content: '-';
    flex-shrink: 0;
}
.tab__content.with__list .list_img .list .list__item .text {
    display: none;
    padding-top: 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.57;
    color: #fff;
}
.tab__content.with__list .list_img .list .list__item .text > *:last-child {
    margin-bottom: 0;
}
@media(max-width:1079px) {
.tab__content.with__list .list_img {
    gap: 24px;
}
}
@media(max-width:899px) {
.custom__tabs {
    gap: 40px;
}
.custom__tabs_top {
    gap: 12px;
}
.custom__tabs_top .tab__name {
    font-size: 16px;
    padding: 30px 20px;
}
.tab__content {
    flex-direction: column;
    gap: 40px;
}
.tab__content .img {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 315 / 175;
}
.tab__content:not(.with__list) .content {
    max-width: 600px;
}
.tab__content.with__list .list_img {
    flex-direction: column-reverse;
    align-items: center;
}
.tab__content.with__list .list_img .list {
    width: 560px;
    max-width: 100%;
}
}
@media(max-width:599px) {
.custom__tabs.mob {
    display: block;
}
.custom__tabs:not(.mob) {
    display: none;
}
.custom__tabs {
    overflow: hidden;
}
.custom__tabs_nav .prev, 
.custom__tabs_nav .next {
    padding: 10px;
}
.custom__tabs_nav .prev {
    margin-left: -10px;
}
.custom__tabs_nav .next {
    margin-right: -10px;
}
.custom__tabs_nav .prev svg, 
.custom__tabs_nav .next svg {
    display: block;
}
.custom__tabs_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}
.custom__tabs_nav .slide__name {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.47;
    text-align: center;
    color: #fff;
}
.custom__tabs_nav .slide__name .item {
    display: none;
}
.custom__tabs_nav .slide__name .item.active {
    display: block;
}
.custom__tabs .swiper-slide,
.custom__tabs .swiper-slide .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.custom__tabs .swiper-slide .content {
    gap: 0;
}
.custom__tabs .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}
.custom__tabs .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 315/175;
    object-fit: cover;
    border-radius: 20px;
}
.custom__tabs .swiper-slide .content .title {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 129%;
    color: #fff;
}
.custom__tabs .swiper-slide .content .text {
    margin-top: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 178%;
    color: rgba(255, 255, 255, 0.8);
}
.custom__tabs .swiper-slide .content .text > *:last-child {
    margin-bottom: 0;
}
.custom__tabs .swiper-slide .content .btn {
    margin-top: 28px;
    padding: 12px;
    width: 201px;
    border: 1px solid #fff;
    border-radius: 30px;
    background-color: transparent;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    text-align: center;
    color: #fff;
    align-self: center;
}
.custom__tabs.new__mob {
    width: calc(100% + 78px);
    margin-left: -39px;
    margin-right: -39px;
}
.custom__tabs.new__mob .custom__tabs_nav {
    padding-left: 39px;
    padding-right: 39px;
}
.custom__tabs.new__mob .swiper-slide {
    padding-left: 39px;
    padding-right: 39px;
}
.custom__tabs.new__mob .swiper-slide .list {
    margin-left: -39px;
    margin-right: -39px;
}
.custom__tabs.new__mob .swiper-slide .list .list__item {
    padding: 20px 39px;
    display: flex;
    gap: 12px;
    font-family: "Inter", sans-serif;
    position: relative;
    margin-top: -1px;
    transition: .35s;
}
.custom__tabs.new__mob .swiper-slide .list .list__item.active {
    background-color: rgba(255, 255, 255, 0.05);
}
.custom__tabs.new__mob .swiper-slide .list .list__item:before {
    content: '';
    position: absolute;
    left: 39px;
    bottom: 0;
    width: calc(100% - 78px);
    height: 1px;
    background-color: #363636;
    transition: .35s;
}
.custom__tabs.new__mob .swiper-slide .list .list__item.active:before,
.custom__tabs.new__mob .swiper-slide .list .list__item.prev:before {
    opacity: 0;
}
.custom__tabs.new__mob .swiper-slide .list .list__item .num {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.78;
    color: #0064ff;
}
.custom__tabs.new__mob .swiper-slide .list .list__item .li__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.custom__tabs.new__mob .swiper-slide .list .list__item .title {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.29;
    color: #fff;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.custom__tabs.new__mob .swiper-slide .list .list__item .title:after {
    content: '+';
    flex-shrink: 0;
}
.custom__tabs.new__mob .swiper-slide .list .list__item.active .title:after {
    content: '-';
    flex-shrink: 0;
}
.custom__tabs.new__mob .swiper-slide .list .list__item .text {
    display: none;
    padding-top: 12px;
    font-weight: 300;
    font-size: 14px;
    line-height: 157%;
    color: rgba(255, 255, 255, 0.8);
}
.custom__tabs.new__mob .swiper-slide .list .list__item .text > *:last-child {
    margin-bottom: 0;
}
}

/* marquee */
.marquee {
    overflow: hidden;
    justify-content: flex-start;
    width: 100%;
    display: flex;
}
.marquee__wrapper {
    flex: none;
    justify-content: space-between;
    align-items: center;
    display: flex;
    animation: logoloop 50s linear infinite;
}
.marquee__wrapper img {
    margin-left: 50px;
    margin-right: 50px;
    display: block;
}
@keyframes logoloop {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@media(max-width:899px){
.marquee__wrapper img {
    margin: 0 30px;
    max-height: 30px;
}
}
@media(max-width:599px) {
.marquee .marquee__wrapper {
    animation: none;
    flex-direction: column;
    gap: 24px;
}
.marquee .marquee__wrapper:not(:first-child) {
    display: none;
}
.marquee {
    justify-content: center;
}
.marquee__wrapper img {
    max-height: unset;
    margin: 0;
}
}

/* form */
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework input:not([type="checkbox"], [type="radio"]),
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework textarea,
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework select {
    background-color: transparent;
    padding: 21px 33px 21px;
    border: 1px solid #fff;
    border-radius: 0;
    height: auto;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: .95;
    color: #fff;
    box-shadow: -14px 23px 30px 0 rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.05);
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework select option {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework textarea {
    resize: none;
    min-height: unset;
    height: 172px;
    min-block-size: auto !important;
}
.elementor-widget-wp-widget-gform_widget .gform-theme--foundation .gform_fields {
    gap: 16px 17px;
}
.elementor-widget-wp-widget-gform_widget .gform-theme--api,
.elementor-widget-wp-widget-gform_widget .gform-theme--foundation {
    --gf-field-gap-y: 16px;
    --gf-field-gap-x: 17px;
}
.elementor-widget-wp-widget-gform_widget .gform-theme--foundation .gform_footer {
    margin-top: 64px;
    
    justify-content: center;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework input[type="submit"].gform_button.button {
    padding: 19px;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework .gform_footer input[type="submit"].gform_button.button {
    padding: 10px;
    width: 154px;
    border-radius: 100px;
    background-color: transparent;
    border: 1px solid #fff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    transition: .35s;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework .gform_footer input[type="submit"].gform_button.button:hover {
    background-color: #fff;
    color: #000;
}
.elementor-widget-wp-widget-gform_widget .gform-theme--framework .gform-field-label {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.29;
    color: #fff;
    font-family: "Inter", sans-serif;
    margin-bottom: 12px;
}
.elementor-widget-wp-widget-gform_widget .gform-theme--framework .gform-field-label .gfield_required {
    display: none;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework .gfield--type-consent {
    display: flex;
    align-items: flex-end;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework .gfield--type-consent .ginput_container_consent label {
    margin-bottom: 0;
    margin-left: 10px;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework .gfield--type-consent .ginput_container_consent input {
    position: relative;
    border: 1px solid #fff;
    border-radius: 40px;
    width: 63px;
    height: 21px;
    box-shadow: -14px 23px 30px 0 rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework .gfield--type-consent .ginput_container_consent input:before {
    content: '';
    width: 28px;
    height: 28px;
    background: var(--e-global-color-accent);
    border-radius: 50%;
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1 !important;
    transition: .35s;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework .gfield--type-consent .ginput_container_consent input:checked:before {
    left: calc(100% - 27px);
}
.gform_confirmation_message,
.gform_confirmation_wrapper {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.78;
    font-weight: 300;
    color: #fff;
    text-align: center;
}
@media(max-width:599px){
.elementor-widget-wp-widget-gform_widget .gform-theme--foundation .gform_fields {
    gap: 8px;
}
.elementor-widget-wp-widget-gform_widget .gform-theme--api,
.elementor-widget-wp-widget-gform_widget .gform-theme--foundation {
    --gf-field-gap-y: 8px;
    --gf-field-gap-x: 8px;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework input:not([type="checkbox"], [type="radio"]) {
    padding: 25px 14px 22px 19px;
}
.elementor-widget-wp-widget-gform_widget .gform-theme--foundation .gform_footer {
    margin-top: 50px;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework .gform_footer input[type="submit"].gform_button.button {
    padding: 12px;
    width: 201px;
    font-size: 20px;
    line-height: 135%;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework .gfield--type-consent {
    order: 1;
    justify-self: center;
    margin: 10px 0 38px;
}
}


/* difference block */
.diff__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.diff__img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
.diff__item_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.diff__item_content .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 38px;
    text-align: center;
}
.diff__item_content .title svg {
    fill: #fff;
    transition: .5s;
}
.active .diff__item_content .title svg {
    fill: #0064ff;
    transform: rotate(180deg);
}
.diff__item_content .content {
    display: none;
    padding-top: 38px;
}
.diff__item_content .content > *:last-child {
    margin-bottom: 0;
}
@media(max-width: 899px) {
.diff__item {
    flex-direction: row;
    align-items: stretch;
}
.diff__img {
    align-self: flex-start;
}
.diff__item_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.diff__item_content .title {
    flex-direction: row;
    gap: 12px;
    text-align: left;
}
.diff__item_content .title svg {
    width: 16px;
    fill: #fff !important;
}
.diff__item_content .content {
    padding-top: 15px;
}
.diff__item_content {
    flex-grow: 1;
}
}

/* faqs */
.faqs__item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.faqs__item .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.faqs__item .title:after {
    content: '+';
    flex-shrink: 0;
    font-size: 130%;
}
.faqs__item.active .title:after {
    content: '-';
    flex-shrink: 0;
}
.faqs__item .content {
    display: none;
}

/* land carousel */
.landing__carousel {
    position: relative;
    overflow-x: clip;
}
.landing__carousel .swiper-slide {
    width: 328px;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.lc__title {
    background: linear-gradient(180deg, #0064ff 0%, #003c99 86%);
    text-align: center;
}
.lc__content {
    background: rgba(255, 255, 255, 0.05);
    flex-grow: 1;
}
.lc__content ul {
    padding-left: 35px;
}
.lc__content ul li:not(:last-child) {
    margin-bottom: 1em;
}
.land__nav {
    display: flex;
    align-items: center;
    gap: 38px;
    position: absolute;
    bottom: calc(100% + 68px);
    right: 0;
    z-index: 1;
}
.land__nav>* {
    width: 17px;
    aspect-ratio: 17/29;
    height: auto;
    transition: .35s;
    cursor: pointer;
}
.land__nav>* svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.land__nav>*.swiper-button-disabled {
    opacity: .2;
}
@media(max-width:767px){
.land__nav {
    position: relative;
    margin-top: 35px;
    justify-content: center;
    gap: 80px;
}
.land__nav>* {
    width: 12px;
}
}

/* new form */
.new_form .form_title.mb_24 {
    margin-bottom: 24px;
}
.new_form .mt_20 {
    margin-top: 20px;
}
.new_form .form_title {
    font-family: "Gilroy", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
}
.new_form.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework input:not([type="checkbox"], [type="radio"]), 
.new_form.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework textarea {
    padding: 13.5px 20px;
    font-size: 18px;
}
.new_form.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework input:not([type="checkbox"])::placeholder,
.new_form.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework textarea::placeholder {
    font-weight: 300;
    color: rgba(255,255,255,.2);
}
.new_form.elementor-widget-wp-widget-gform_widget .gform-theme--framework .gform-field-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}
.new_form .form_title.mb_30 {
	margin-bottom: 30px;
}
.new_form .form_title.mb_15 {
	margin-bottom: 15px;
}
.new_form .form_title.mb_20 {
	margin-bottom: 20px;
}
.new_form .form_title.mt_30 {
	margin-top: 30px;
}
.new_form .form_title.mt_60 {
	margin-top: 60px;
}
.new_form .form_text.mt_60 {
    margin-top: 60px;
}
.new_form .form_text.mt_90 {
    margin-top: 90px;
}
.new_form .gfield.mt_-20 {
    margin-top: -20px;
}
.new_form .form_text {
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
    color: #fff;
}
.new_form .gfield--type-repeater_start {
    display: none;
}
.new_form .gfield--type-repeater_end {
    padding: 0 !important;
    position: relative;
}
.new_form .gfield--type-repeater_end .repeater-field-warp-item {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.new_form .gfield--type-repeater_end > .gform-field-label,
.new_form .gfield--type-repeater_end .repeater-field-warp-item .repeater-field-header {
    display: none;
}
.new_form .gfield--type-repeater_end .repeater-field-warp-item .repeater-field-content .container-repeater-field {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px 17px;
}
.new_form .gfield--type-repeater_end .repeater-field-footer {
    margin-top: 16px;
    display: flex;
    gap: 16px;
}
.new_form .gfield--type-repeater_end .repeater-field-footer .gf-repeater-field-button-add {
    display: block;
    min-width: 215px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    padding: 16px 34px;
    background-color: #0064ff;
    box-shadow: -14px 23px 30px 0 rgba(0, 0, 0, 0.05) !important;
    color: #fff;
}
.new_form .gfield--type-repeater_end .gfield_description {
    position: absolute;
    right: 0;
    bottom: 40px;
}
.new_form .gf_hidden_field {
    display: none;
}
.new_form .gf_hidden_field_visible_form .gf_hidden_field {
    display: block;
}
.new_form .gf_hidden_field_visible {
    display: inline-block;
    min-width: 215px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    padding: 16px 34px;
    background-color: #0064ff;
    box-shadow: -14px 23px 30px 0 rgba(0, 0, 0, 0.05) !important;
    color: #fff;
}
.new_form .gf_hidden_field_visible_form .gf_hidden_field_visible {
    display: none;
}
.new_form .gf_separator {
    width: 100%;
    height: 1px;
    margin: 90px 0;
    background-color: #fff;
}
.new_form .gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    color: #0064ff;
    text-align: right;
}
.new_form .descrpition_absolute {
    position: relative;
}
.new_form .descrpition_absolute .gfield_description {
    position: absolute;
    right: 0;
    bottom: -24px;
}
.elementor-widget-wp-widget-gform_widget:not(.new_form) .gform_wrapper.gform-theme--framework .gform_footer .cancel__button {
    display: none;
}
.new_form.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework .gform_footer {
    gap: 28px;
}
.new_form.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework .gform_footer input[type="submit"].gform_button.button,
.new_form.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework .gform_footer .cancel__button {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 80px;
    min-width: 154px;
    padding: 12px 20px;
    cursor: pointer;
}
.new_form.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework .gform_footer input[type="submit"].gform_button.button:hover,
.new_form.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework .gform_footer .cancel__button:hover {
    background-color: #fff;
    color: #000;
}
.new_form.elementor-widget-wp-widget-gform_widget .gform-theme--framework .gfield--type-choice .gfield_checkbox,
.new_form.elementor-widget-wp-widget-gform_widget .gform-theme--framework .gfield--type-choice .gfield_radio {
    flex-direction: row;
    gap: 10px 30px;
    flex-wrap: wrap;
}
.new_form.elementor-widget-wp-widget-gform_widget .gform-theme--framework .gfield--type-choice .gfield_checkbox .gchoice .gform-field-label,
.new_form.elementor-widget-wp-widget-gform_widget .gform-theme--framework .gfield--type-choice .gfield_radio .gchoice .gform-field-label {
    margin-bottom: 0;
}
.new_form.elementor-widget-wp-widget-gform_widget .gform-theme--framework .gfield_checkbox input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    box-shadow: -14px 23px 30px 0 rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #fff;
    border-radius: 0;
    width: 24px;
    height: 24px;
}
.new_form.elementor-widget-wp-widget-gform_widget .gform-theme--framework .gfield_checkbox input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
    color: #fff;
}
.new_form.elementor-widget-wp-widget-gform_widget .gform-theme--framework .gfield_radio input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    box-shadow: -14px 23px 30px 0 rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
}
.new_form.elementor-widget-wp-widget-gform_widget .gform-theme--framework .gfield_radio input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
    width: 14px;
    height: 14px;
    background: #fff;
}
@media(max-width:600px) {
.new_form .gfield--type-repeater_end .repeater-field-footer {
    margin-top: 32px;
}
.new_form .gfield--type-repeater_end .gfield_description {
    bottom: 60px;
}
.new_form.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework .gform_footer {
    gap: 16px;
}
.new_form.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework .gform_footer input[type="submit"].gform_button.button,
.new_form.elementor-widget-wp-widget-gform_widget .gform_wrapper.gform-theme--framework .gform_footer .cancel__button {
    width: 201px;
}
}