@keyframes cursor1frame {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@media only screen and (max-width: 768px) {
    .bg-1 .frame-1 .fb-link .fb-pic {
        width: 15vw;
        margin-top: .5rem;
    }

    .bg-1 .frame-1 .fb-link .fb-hand {
        margin-top: 1rem;
    }

    .bg-1 .frame-1 .fb-link .fb-hand1 {
        width: 12vw;
    }

    .bg-1 .frame-1 .fb-link .fb-hand2 {
        width: 20vw;
    }

    .bg-1 .video-section .video-xoso-text {
        font-size: 8vw;
    }

    .text-1 {
        font-size: 7vw;
        line-height: 60px;
    }

    .text-2 {
        font-size: 3.5vw;
        line-height: 20px;
    }

    .text-3 {
        font-size: 2.25vw;
        line-height: 30px;
    }

    #input_1_12,
    #input_1_14 {
        width: 85%;
        padding-left: 2vw;
    }

    .btn-1 {
        width: 20vw;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .bg-1 .frame-1 .fb-link .fb-pic {
        width: 10vw;
        margin-top: .65rem;
    }

    .bg-1 .video-section .video-xoso-text {
        font-size: 3.25vw;
    }

    .bg-1 .frame-1 .fb-link .fb-hand {
        margin-top: 2rem;
    }

    .bg-1 .frame-1 .fb-link .fb-hand1 {
        width: 10vw;
    }

    .bg-1 .frame-1 .fb-link .fb-hand2 {
        width: 20vw;
    }

    #input_1_12,
    #input_1_14 {
        width: 45vw;
        padding-left: 1.85vw;
    }

    .frame-1 {
        /* width: 40vw; */
    }

    .text-1 {
        font-size: 6vw;
        line-height: 60px;
    }

    .text-2 {
        font-size: 3vw;
        line-height: 32px;
    }

    .text-3 {
        font-size: 2.25vw;
        line-height: 25px;
    }

    .btn-1 {
        width: 18vw;
        margin-top: 1rem;
    }
}

@media only screen and (min-width: 1025px) {
    .bg-1 .frame-1 .fb-link .fb-pic {
        width: 4.25vw;
    }

    .bg-1 .video-section .video-xoso-text {
        font-size: 3.25vw;
    }

    .bg-1 .frame-1 .fb-link .fb-hand {
        margin-top: 2rem;
    }

    .bg-1 .frame-1 .fb-link .fb-hand1 {
        width: 5vw;
    }

    .bg-1 .frame-1 .fb-link .fb-hand2 {
        width: 8vw;
    }

    #input_1_12,
    #input_1_14 {
        width: 15vw;
        padding-left: .85vw;
    }

    .frame-1 {
        width: 40vw;
    }

    .text-1 {
        font-size: 2.5vw;
        line-height: 60px;
    }

    .text-2 {
        font-size: 1.2vw;
        line-height: 32px;
    }

    .text-3 {
        font-size: .95vw;
        line-height: 25px;
    }

    .btn-1 {
        width: 6.75vw;
    }
}

@media only screen and (min-width: 769px) and (max-width: 850px) {
    .bg-1 iframe {
        width: 100%;
    }

    .bg-2 img {
        width: 90vw;
        margin-bottom: 1.5rem;
    }
}

@media only screen and (min-width: 851px) and (max-width: 1024px) {
    .bg-1 iframe {
        width: 100%;
    }

    .bg-2 img {
        width: 90vw;
        margin-bottom: 1.5rem;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
    .bg-1 iframe {
        width: 47vw;
    }

    .bg-2 img {
        width: 90vw;
        margin-bottom: 1.5rem;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1600px) {
    .bg-1 iframe {
        width: 47vw;
    }

    .bg-2 img {
        margin-bottom: 1.5rem;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {
    .bg-1 iframe {
        width: 47vw;
    }

    .bg-2 img {
        margin-bottom: 1.5rem;
    }
}

body {
    font-family: var(--global-body-font-family);
}

.bg-1 {
    background-image: url('/wp-content/uploads/2023/03/bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.bg-1 .logo-image {
    opacity: 0;
}

.bg-1 .video-section {
    margin-top: .5rem;
}

.bg-1 .video-section .video-xoso-text {
    color: #BB2D1A;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}

.bg-2 {
    background-image: url('/wp-content/themes/kadence-child/assets/home_page/pc/img/e46614ef38d2a2427075c4949e33007a.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.bg-2 img {
    margin-bottom: 1.5rem;
}

.bg-2 img.banner_01 {
    margin-left: auto;
    margin-right: auto;
}

.frame-1 {
    display: block;
    padding: 48px 32px;
    gap: 16px;
    height: auto;
    background: linear-gradient(314.97deg, #FFB514 -16.52%, #FEEB63 82.65%);
    border-radius: 20px;
}

.text-1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    text-align: center;
    background: linear-gradient(180deg, #C21924 0%, #C21924 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.text-2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    color: #003366;
    margin-bottom: 1.5rem;
}

.text-3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    text-align: start;
}

.bg-1 .frame-1 .fb-link .fb-pic {
    height: auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.bg-1 .frame-1 .fb-link .fb-hand1 {
    height: auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.bg-1 .frame-1 .fb-link .fb-hand2 {
    height: auto;
}

.bg-1 .frame-1 .fb-link .anim {
    cursor: pointer;
    animation: cursor1frame 1s ease-in-out infinite;
}

.btn-1 {
    height: auto;
    border-style: solid;
    border-color: #C21924;
    border-radius: 28px;
}

#input_1_12,
#input_1_14 {
    height: 40px;
    background: #FFFFFF;
    border-radius: 15px;
    margin-bottom: .85rem;
    text-align: start;
    border-style: none;
}

#input_1_12:focus,
#input_1_14:focus {
    outline: none;
}

#validation_message_1_12,
#validation_message_1_14 {
    display: none;
}

.gform_wrapper .hidden_label .gfield_label,
.gform_wrapper label.hidden_sub_label,
.gform_wrapper label.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.gform_wrapper li.hidden_label input {
    margin-top: 12px;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 12px;
}

.gform_wrapper .left_label li.hidden_label input,
.gform_wrapper .right_label li.hidden_label input {
    margin-left: 3.7%;
}

.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large {
    width: 100%;
}

#gform_wrapper_1 .gform_footer {
    visibility: hidden;
    position: absolute;
    left: -100vw;
}

body .gform_wrapper .gform_validation_errors>h5 {
    background: #ddecf5;
    border: 1.5px solid #65a9cb;
    box-shadow: 0 1px 4px rgb(0 0 0 / 11%), 0 0 4px rgb(18 25 97 / 4%);
    margin-bottom: 1rem;
    border-radius: 18px;
}

body .gform_wrapper .gfield_error .gfield_repeater_cell label,
body .gform_wrapper .gfield_error label,
body .gform_wrapper .gfield_error legend,
body .gform_wrapper .gfield_validation_message,
body .gform_wrapper .validation_message,
body .gform_wrapper [aria-invalid=true]+label,
.gform_wrapper label+[aria-invalid=true] {
    color: #212529;
}