.elementor-kit-7 {
    --e-global-color-primary: #6EC1E4;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-color-084653a: #23548E;
    --e-global-color-0c9148d: #40A0FF;
    --e-global-color-7e86b8f: #FFFFFF;
    --e-global-color-066e08e: #000000;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
    font-family: "Fredoka", Sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.elementor-kit-7 a {
    font-family: "Fredoka", Sans-serif;
}

.elementor-kit-7 h1 {
    color: var(--e-global-color-084653a);
    font-family: "Fredoka", Sans-serif;
    font-size: 60px;
    font-weight: 400;
}

.elementor-kit-7 h2 {
    color: var(--e-global-color-0c9148d);
    font-family: "Fredoka", Sans-serif;
    font-size: 50px;
    font-weight: 400;
}

.elementor-kit-7 h3 {
    font-family: "Fredoka", Sans-serif;
    font-weight: 400;
}

.elementor-kit-7 h4 {
    font-family: "Fredoka", Sans-serif;
}

.elementor-kit-7 h5 {
    font-family: "Fredoka", Sans-serif;
}

.elementor-kit-7 h6 {
    font-family: "Fredoka", Sans-serif;
}

.elementor-kit-7 button,
.elementor-kit-7 input[type="button"],
.elementor-kit-7 input[type="submit"],
.elementor-kit-7 .elementor-button {
    font-family: "Fredoka", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--e-global-color-7e86b8f);
    background-color: var(--e-global-color-0c9148d);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-0c9148d);
    border-radius: 50px 50px 50px 50px;
    padding: 15px 30px 15px 30px;
}

.elementor-kit-7 button:hover,
.elementor-kit-7 button:focus,
.elementor-kit-7 input[type="button"]:hover,
.elementor-kit-7 input[type="button"]:focus,
.elementor-kit-7 input[type="submit"]:hover,
.elementor-kit-7 input[type="submit"]:focus,
.elementor-kit-7 .elementor-button:hover,
.elementor-kit-7 .elementor-button:focus {
    color: var(--e-global-color-0c9148d);
    background-color: #02010100;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-0c9148d);
    border-radius: 50px 50px 50px 50px;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px;
}

.e-con {
    --container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
    margin-block-end: 20px;
}

.elementor-element {
    --widgets-spacing: 20px 20px;
    --widgets-spacing-row: 20px;
    --widgets-spacing-column: 20px;
}


h1.entry-title {
    display: var(--page-title-display);
}

.elementor-kit-7 e-page-transition {
    background-color: #FFBC7D;
}

.site-header .site-branding {
    flex-direction: column;
    align-items: stretch;
}

.site-header {
    padding-inline-end: 0px;
    padding-inline-start: 0px;
}

.site-footer .site-branding {
    flex-direction: column;
    align-items: stretch;
}

@media(max-width:1024px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px;
    }

    .e-con {
        --container-max-width: 1024px;
    }
}

@media(max-width:767px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px;
    }

    .e-con {
        --container-max-width: 767px;
    }
}

/* Start custom CSS */
.fishing-line {
    position: fixed;
    top: 0;
    right: 40px;
    width: 1px;
    background-color: #000000;
    z-index: 40;
    transition: all 0.1s ease-out;
}

.fishing-hook {
    position: fixed;
    right: 40px;
    z-index: 99999;
    display: block;

    width: 50px;
    height: 81px;
    top: 200px;
    transition: all 0.1s ease-out;
}

.fishing-hook .hook-image {
    position: absolute;
    width: 50px;
    height: 126.5px;
    bottom: -22px;
    right: -35.5px;
    display: block;
}

/* End custom CSS */