.elementor-kit-256{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-33e8ddd:#000000;--e-global-color-e3d3b86:#EEEEEE;--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;--e-global-typography-a71d243-font-family:"Roboto";--e-global-typography-a71d243-font-size:17px;--e-global-typography-a71d243-font-weight:600;--e-global-typography-a71d243-text-transform:uppercase;--e-global-typography-a71d243-letter-spacing:0.5px;--e-global-typography-3ccf8a0-font-family:"Roboto";--e-global-typography-3ccf8a0-font-size:16px;--e-global-typography-3ccf8a0-font-weight:500;--e-global-typography-3ccf8a0-text-transform:uppercase;--e-global-typography-3ccf8a0-line-height:150%;--e-global-typography-3ccf8a0-letter-spacing:1px;--e-global-typography-c5cd1f3-font-family:"Rubik";--e-global-typography-c5cd1f3-font-size:35px;--e-global-typography-c5cd1f3-font-weight:300;--e-global-typography-c5cd1f3-text-transform:uppercase;--e-global-typography-cc254e9-font-family:"Roboto Condensed";--e-global-typography-cc254e9-font-size:30px;--e-global-typography-cc254e9-font-weight:300;--e-global-typography-cc254e9-text-transform:uppercase;--e-global-typography-cc254e9-line-height:1.2em;--e-global-typography-28634ef-font-family:"Roboto";--e-global-typography-28634ef-font-size:17px;--e-global-typography-28634ef-line-height:1.4em;}.elementor-kit-256 e-page-transition{background-color:#FFBC7D;}.elementor-kit-256 p{margin-block-end:0px;}.elementor-kit-256 a{color:var( --e-global-color-33e8ddd );}.elementor-kit-256 a:hover{color:#808080;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1100px;}.e-con{--container-max-width:1100px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.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-kit-256{--e-global-typography-3ccf8a0-line-height:150%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:800px){.elementor-kit-256{--e-global-typography-3ccf8a0-font-size:14px;--e-global-typography-3ccf8a0-line-height:150%;--e-global-typography-cc254e9-line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.stronglight strong{
    font-weight: 500 !important;
}

b{
    font-weight: 700 !important;
}

.nyilasgomb {
    --arrow-width: 1.3em;
    --arrow-height: calc(var(--arrow-width) * 12 / 20);
    --arrow-gap: 1.8em;
}

.nyilasgomb .elementor-button-content-wrapper {
    position: relative;
    padding-right: calc(
        var(--arrow-width) + var(--arrow-gap)
    );
}

.nyilasgomb .elementor-button-content-wrapper::before {
    content: "";
    position: absolute;

    width: var(--arrow-width);
    height: var(--arrow-height);

    right: 0;
    top: 50%;
    transform: translateY(-50%);

    background-color: currentColor;

    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12'%3E%3Cpath d='M14,12c-.26,0-.51-.1-.71-.29-.39-.39-.39-1.02,0-1.41l3.29-3.29H1c-.55,0-1-.45-1-1s.45-1,1-1h15.59l-3.29-3.29c-.39-.39-.39-1.02,0-1.41s1.02-.39,1.41,0l5,5c.1.1.17.21.22.33.05.12.08.24.08.38h0c0,.14-.03.27-.08.38-.05.12-.12.23-.22.33l-5,5c-.2.2-.45.29-.71.29Z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12'%3E%3Cpath d='M14,12c-.26,0-.51-.1-.71-.29-.39-.39-.39-1.02,0-1.41l3.29-3.29H1c-.55,0-1-.45-1-1s.45-1,1-1h15.59l-3.29-3.29c-.39-.39-.39-1.02,0-1.41s1.02-.39,1.41,0l5,5c.1.1.17.21.22.33.05.12.08.24.08.38h0c0,.14-.03.27-.08.38-.05.12-.12.23-.22.33l-5,5c-.2.2-.45.29-.71.29Z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;

    pointer-events: none;
}



.tulnyulo-bg {
    position: relative;
}

.tulnyulo-bg::before {
    content: "";
    position: absolute;

    top: 0;
    bottom: 0;

    right: 0 !important;
    left: auto !important;

    width: 200%;

   background: #fff;
    opacity: 0.6;

    pointer-events: none;
    z-index: -1;
}/* End custom CSS */