@font-face {
    font-family: "Gotham";
    src: url(../fonts/Gotham-Medium.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Gotham";
    src: url(../fonts/Gotham-Black.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

a {
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
label,
select,
button,
textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    font-size: 13px;
}

a.button:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: 0;
}

input,
textarea {
    box-sizing: content-box;
}

button,
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

::-webkit-search-decoration {
    display: none;
}

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
    overflow: visible;
    width: auto;
}

::-webkit-file-upload-button {
    padding: 0;
    border: 0;
    background: none;
}

textarea {
    vertical-align: top;
    overflow: auto;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select[multiple] {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
table,
tr,
td {
    font-family: "Gotham";
    color: #fff;
}

a {
    font-family: "Gotham";
    color: #fed018;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6,
.text p,
.text ul,
.text table tr td {
    padding-bottom: 0.75rem;
}

.text h1:last-child,
.text h2:last-child,
.text h3:last-child,
.text h4:last-child,
.text h5:last-child,
.text h6:last-child,
.text p:last-child,
.text ul:last-child,
.text table tr td:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.text h1 b,
.text h1 strong,
.text h2 b,
.text h2 strong,
.text h3 b,
.text h3 strong,
.text h4 b,
.text h4 strong,
.text h5 b,
.text h5 strong,
.text h6 b,
.text h6 strong,
.text p b,
.text p strong,
.text ul b,
.text ul strong,
.text table tr td b,
.text table tr td strong {
    font-weight: 700;
}

.text h1 a,
.text h2 a,
.text h3 a,
.text h4 a,
.text h5 a,
.text h6 a,
.text p a,
.text ul a,
.text table tr td a {
    text-decoration: underline;
    color: #fff;
}

.text h1 u,
.text h2 u,
.text h3 u,
.text h4 u,
.text h5 u,
.text h6 u,
.text p u,
.text ul u,
.text table tr td u {
    text-decoration: underline;
}

.text td {
    padding: 0.5rem;
}

.text table {
    margin-bottom: 0.75rem;
}

.text table,
.text td {
    border: 1px solid #fff;
}

.text table tr td {
    padding: 0.5rem;
    font-weight: 400;
}

.text ul {
    padding-left: 1.25rem;
}

.text ul li {
    list-style: disc;
}

p {
    font-size: 1rem;
    line-height: 1.25rem;
}

h1 {
    font-size: 2rem;
    line-height: 2.5rem;
}

h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
}

header .nav-up {
    height: 40px !important;
    transition: height 0.6s;
}

.sub-down {
    display: flex;
    transition: all 0.6s linear;
    opacity: 1;
    background-color: #f9b32b;
}

.sub-up {
    display: none;
    opacity: 0;
    transition: all 0.6s linear;
    background-color: #f9b32b;
}

.menu-down {
    opacity: 1;
    transition: opacity 0.6s;
}

.menu-up {
    opacity: 0;
    transition: opacity 0.6s;
}

header .wrapper__header .logo-big {
    display: block;
    transition: width 0.5s;
    max-width: 70px !important;
    width: 100%;
    min-width: 70px !important;
}

header .wrapper__header .logo-small {
    max-width: 40px !important;
    width: 100%;
    min-width: 40px !important;
    transition: width 0.5s;
}

header .wrapper__header .header__navigation nav .add-mainnav {
    display: flex;
    transition: display 0.6s;
}

header .wrapper__header .header__navigation nav .remove-mainnav {
    display: none;
    transition: display 0.6s;
}

header .wrapper__header .header__navigation .add-social {
    display: flex;
    transition: display 0.6s;
}

header .wrapper__header .header__navigation .remove-social {
    display: none;
    transition: display 0.6s;
}

header .wrapper__header .header__navigation nav .add-subnav {
    display: flex;
    width: 100%;
    white-space: nowrap;
    transition: display 0.6s;
}

header .wrapper__header .header__navigation nav .remove-subnav {
    display: none;
    transition: display 0.6s;
}

.sub_menu {
    top: 70px;
    background-color: #f9c11d;
}

.sub_menu .wrapper__header {
    display: flex;
    width: 95%;
    margin: 0 auto;
    height: 50px;
    max-width: 2500px;
}

.sub_menu .wrapper__header .header__navigation {
    transform: scaleY(1);
    display: flex;
    padding: 0;
    background-color: transparent;
    max-height: none;
    -webkit-box-align: center;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    position: static;
}

.sub_menu .wrapper__header .header__navigation nav ul li {
    width: auto;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
    border-radius: 15px;
    white-space: nowrap;
}

.sub_menu .wrapper__header .header__navigation nav ul li .current {
    color: #1c672b;
}

.main_menu .wrapper__header .header__navigation nav #subNav li .current {
    color: #1c672b;
}

.main_menu {
    box-shadow: 0 5px 0 rgb(0 0 0 / 20%);
    z-index: 10;
}

header {
    background-color: #fed018;
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    transition: transform 0.6s, opacity 0.3s, height 0.6s;
}

header .wrapper__header {
    display: flex;
    width: 95%;
    margin: 0 auto;
    height: 70px;
    max-width: 2500px;
}

header .wrapper__header .header__logo {
    max-width: 70px;
    width: 100%;
    min-width: 70px;
}

header .wrapper__header .header__logo a {
    text-decoration: none;
    text-align: -webkit-center;
    display: flex;
    justify-content: center;
    height: 100%;
}

header .wrapper__header .header__logo a img {
    display: block;
    width: 100%;
    align-self: center;
}

header .wrapper__header .header__navigation {
    transform: scaleY(1);
    display: flex;
    padding: 0;
    background-color: transparent;
    max-height: none;
    -webkit-box-align: center;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    position: static;
}

header .wrapper__header .header__navigation nav {
    display: flex;
}

header .wrapper__header .header__navigation nav ul {
    display: flex;
    align-items: center;
    position: relative;
}

header .wrapper__header .header__navigation nav ul .products_mobil {
    display: none;
}

header .wrapper__header .header__navigation nav #subNav li {
    width: auto;
    text-align: center;
    margin: 0 auto;
    padding: 10px 15px;
    border-radius: 15px;
    display: flex;
    justify-content: flex-end;
}

header .wrapper__header .header__navigation nav #subNav li a {
    font-size: 1rem;
}

header .wrapper__header .header__navigation nav #mainNav li a {
    font-size: 1rem;
}

header .wrapper__header .header__navigation nav ul li {
    width: 10vw;
    text-align: center;
    margin: 0 auto;
    padding: 10px 5px;
    border-radius: 15px;
}

header .wrapper__header .header__navigation nav ul li a {
    font-size: 1.275rem;
    color: #fff;
    line-height: 1rem;
}

header .wrapper__header .header__navigation nav ul .green-farm {
    background-color: #1c672b;
    -moz-text-align-last: center;
    text-align-last: center;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel {
    display: none;
    height: 20vw;
    width: 68vw;
    position: absolute;
    background-color: #fed018;
    top: 100%;
    left: 0;
    background-size: cover;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer {
    width: 100%;
    height: 18vw;
    position: relative;
    height: 20vw;
    display: block;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    .tns-controls
    button[data-controls="prev"],
header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    .tns-controls
    button[data-controls="next"] {
    transition: 0.3s background-color;
    background-color: rgba(255, 255, 255, 0.4);
    border: 5px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    .tns-controls
    button[data-controls="prev"]:hover,
header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    .tns-controls
    button[data-controls="next"]:hover {
    background-color: #fff;
    border: 5px solid #fff;
    border-radius: 50%;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    .tns-controls
    button[data-controls="prev"]::after {
    font-family: "icomoon";
    content: "\F123";
    font-size: 16px;
    color: #e31f0e;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    .tns-controls
    button[data-controls="next"]::after {
    font-family: "icomoon";
    content: "\F124";
    font-size: 16px;
    color: #e31f0e;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    .tns-visually-hidden {
    display: none !important;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    .tns-inner
    .tns-slider {
    display: flex;
    justify-content: space-around;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    .tns-inner
    .tns-slider
    .item {
    padding: 30px;
    padding-right: 30px !important;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    .tns-inner
    .tns-slider
    .item
    .product {
    position: relative;
    display: flex;
    justify-content: center;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    .tns-inner
    .tns-slider
    .item
    .product
    .product_detail_menu {
    display: none;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    .tns-inner
    .tns-slider
    .item
    .product:hover
    img {
    filter: opacity(0.5);
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    .tns-inner
    .tns-slider
    .item
    .product:hover
    .product_detail_menu {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    justify-content: center;
    top: 15%;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    .tns-inner
    .tns-slider
    .item
    .product:hover
    .product_detail_menu
    h2 {
    font-size: 1.35rem;
    top: 2vw;
    position: absolute;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    .tns-inner
    .tns-slider
    .item
    .product:hover
    .product_detail_menu
    a {
    bottom: 0;
    position: absolute;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    font-weight: 900;
    font-size: 1vw;
    line-height: 1;
    padding: 1vw;
    color: red;
    border: 2px solid #fff;
    border-radius: 100px;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    .tns-nav {
    display: flex;
    position: absolute;
    top: 90%;
    z-index: 8;
    width: 100%;
    justify-content: center;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    .tns-nav
    .tns-nav-active {
    background: #e31f0e !important;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    .tns-nav
    button {
    margin: 0 4px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    height: 20px;
    width: 20px;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    img {
    width: 85%;
    height: 100%;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    [hidden] {
    display: none;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    [aria-controls],
header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    [data-action] {
    cursor: pointer;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    button {
    display: block;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    .tns-inner {
    width: 100%;
    height: 20vw;
    display: inherit;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu
    .products_carousel
    .tns-outer
    .tns-inner
    #tns1 {
    display: flex;
}

header
    .wrapper__header
    .header__navigation
    nav
    ul
    .products_menu:hover
    .products_carousel {
    display: block;
}

header .wrapper__header .header__navigation nav ul .active a {
    color: #fed018;
    font-weight: 900;
}

header .wrapper__header .header__navigation .social ul {
    display: flex;
    align-items: center;
}

header .wrapper__header .header__navigation .social ul li {
    width: 5vw;
    text-align: center;
}

header .wrapper__header .header__navigation .social ul li a {
    font-size: 20px;
    font-family: icomoon;
    color: #e31f0e;
    line-height: 30px;
    text-align: center;
    border: 12px solid #fff;
    border-radius: 50px;
    background-color: #fff;
}

header .wrapper__header .header__navigation .legal {
    display: none;
}

header .wrapper__header .header__menu_mobile {
    display: none;
}

header .wrapper__header .burger-hide {
    opacity: 0;
    transition: opacity 0.6s;
}

header .wrapper__header .burger-show {
    opacity: 1;
    transition: opacity 0.6s;
}

header .wrapper__header .header__menu_mobile_lp {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    max-width: 54px;
}

header .wrapper__header .header__menu_mobile_lp a {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #e31f0e;
}

header .wrapper__header .header__menu_mobile_lp a::after,
header .wrapper__header .header__menu_mobile_lp a::before {
    transition: opacity 0.3s;
    font-size: 26px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-family: icomoon;
    position: absolute;
    width: 100%;
    height: 100%;
}

header .wrapper__header .header__menu_mobile_lp a::after {
    opacity: 0;
}

header .wrapper__header .header__menu_mobile_lp .opened::after {
    opacity: 1;
}

header .wrapper__header .header__menu_mobile_lp .opened::before {
    opacity: 0;
}

header .wrapper__header .header__navigation.opened {
    flex: 1 0 100%;
    margin: 0;
    padding: 0 0 0 2vw;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    opacity: 1;
    z-index: 1;
    width: 98%;
    background-color: #e31f0e;
    transform: scaleY(1);
    transform-origin: left top;
    transition: all 0.3s ease-in;
    height: calc(100vh - 60px);
    overflow-y: auto;
    z-index: 10;
    flex-direction: column;
    justify-content: flex-start;
}

header .wrapper__header .header__navigation.opened nav,
header .wrapper__header .header__navigation.opened .social,
header .wrapper__header .header__navigation.opened .legal {
    opacity: 1;
    transition: opacity 0.3s 0.3s;
}

header .wrapper__header .header__navigation.opened nav {
    width: 100%;
    margin-bottom: 4vw;
}

header .wrapper__header .header__navigation.opened nav ul {
    flex-direction: column;
}

header .wrapper__header .header__navigation.opened nav ul li {
    margin-bottom: 1.25rem;
    width: 100%;
    text-align: initial;
}

header .wrapper__header .header__navigation.opened nav ul li a {
    font-size: 4vw;
    font-weight: 800;
}

header .wrapper__header .header__navigation.opened .social {
    width: 100%;
    margin-bottom: 4vw;
}

header .wrapper__header .header__navigation.opened .social ul li {
    margin-bottom: 1.25rem;
    width: 100%;
    text-align: initial;
    padding: 1vw;
}

header .wrapper__header .header__navigation.opened .legal {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 4vw;
}

header .wrapper__header .header__navigation.opened .legal ul li {
    margin-bottom: 1.25rem;
    width: 100%;
    text-align: initial;
}

header .wrapper__header .header__navigation.opened .legal ul li a {
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    header .wrapper__header .header__menu_mobile_lp a {
        display: none;
    }

    .section__tarladan .introduction_component .content_container .image-block {
        justify-content: flex-start;
    }

    .sub_menu {
        display: none;
    }

    header .wrapper__header {
        justify-content: space-between;
        width: 100%;
        height: 61px;
        padding: 0 1vw;
    }

    header .wrapper__header .header__logo {
        align-self: center;
        min-width: 54px;
        width: 100%;
        position: relative;
        z-index: 1;
        margin: 0;
        padding: 0 10px;
    }

    header .wrapper__header .header__logo a {
        justify-content: flex-start;
    }

    header .wrapper__header .header__logo a img {
        width: 75%;
    }

    header .wrapper__header .header__navigation {
        transform: scaleY(0);
        margin: 0;
        padding: 1vw;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 1;
        width: 98%;
        background-color: #fed018;
        transform-origin: left top;
        height: calc(100vh - 60px);
        overflow-y: hidden;
        transition: all 0.3s;
        flex-direction: column;
        justify-content: flex-start;
    }

    header .wrapper__header .header__navigation nav,
    header .wrapper__header .header__navigation .social,
    header .wrapper__header .header__navigation .legal {
        opacity: 0;
        transition: opacity 0.1s 0;
    }

    header .wrapper__header .header__navigation nav {
        width: 100%;
        margin-bottom: 4vw;
    }

    header .wrapper__header .header__navigation nav ul {
        flex-direction: column;
    }

    header .wrapper__header .header__navigation nav ul .products_menu {
        display: none;
    }

    header .wrapper__header .header__navigation nav ul .products_mobil {
        display: block;
    }

    header .wrapper__header .header__navigation nav ul li {
        margin-bottom: 1.25rem;
        width: 100%;
        text-align: initial;
    }

    header .wrapper__header .header__navigation nav ul li a {
        font-size: 3vw;
        font-weight: 800;
    }

    header .wrapper__header .header__navigation .social {
        width: 100%;
        margin-bottom: 4vw;
    }

    header .wrapper__header .header__navigation .social ul li {
        margin-bottom: 1.25rem;
        width: 100%;
        text-align: initial;
        padding: 1vw;
    }

    header .wrapper__header .header__navigation .legal {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 4vw;
    }

    header .wrapper__header .header__navigation .legal ul li {
        width: 12vw;
        margin: 0 auto;
        text-align: initial;
    }

    header .wrapper__header .header__navigation.opened {
        flex: 1 0 100%;
        margin: 0;
        padding: 0 0 0 2vw;
        overflow: hidden;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 1;
        width: 98%;
        background-color: #e31f0e;
        transform: scaleY(1);
        transform-origin: left top;
        transition: all 0.3s ease-in;
        height: calc(100vh - 60px);
        overflow-y: auto;
        z-index: 10;
        flex-direction: column;
        justify-content: flex-start;
    }

    header .wrapper__header .header__navigation.opened nav,
    header .wrapper__header .header__navigation.opened .social,
    header .wrapper__header .header__navigation.opened .legal {
        opacity: 1;
        transition: opacity 0.3s 0.3s;
    }

    header .wrapper__header .header__navigation.opened nav {
        width: 100%;
        margin-bottom: 4vw;
    }

    header .wrapper__header .header__navigation.opened nav ul {
        flex-direction: column;
    }

    header .wrapper__header .header__navigation.opened nav ul li {
        margin-bottom: 1.25rem;
        width: 100%;
        text-align: initial;
    }

    header .wrapper__header .header__navigation.opened nav ul li a {
        font-size: 4vw;
        font-weight: 800;
    }

    header .wrapper__header .header__navigation.opened .social {
        width: 100%;
        margin-bottom: 4vw;
    }

    header .wrapper__header .header__navigation.opened .social ul li {
        margin-bottom: 1.25rem;
        width: 100%;
        text-align: initial;
        padding: 1vw;
    }

    header .wrapper__header .header__navigation.opened .legal {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 4vw;
    }

    header .wrapper__header .header__navigation.opened .legal ul li {
        margin-bottom: 1.25rem;
        width: 100%;
        text-align: initial;
    }

    header .wrapper__header .header__navigation.opened .legal ul li a {
        color: #fff;
    }

    header .wrapper__header .header__menu_mobile {
        display: block !important;
        position: relative;
        top: 0;
        right: 0;
        max-width: 54px;
    }

    header .wrapper__header .header__menu_mobile a {
        position: relative;
        display: block;
        width: 48px;
        height: 48px;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }

    header .wrapper__header .header__menu_mobile a::after,
    header .wrapper__header .header__menu_mobile a::before {
        transition: opacity 0.3s;
        font-size: 26px;
        line-height: 48px;
        color: #fff;
        text-align: center;
        font-family: icomoon;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    header .wrapper__header .header__menu_mobile a::after {
        opacity: 0;
    }

    header .wrapper__header .header__menu_mobile .opened::after {
        opacity: 1;
    }

    header .wrapper__header .header__menu_mobile .opened::before {
        opacity: 0;
    }
}

@media (max-width: 479px) {
    header .wrapper__header .header__navigation.opened nav ul li a {
        font-size: 6vw;
    }
}

 .__nav {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
}

 .__nav .legal {
    display: flex;
    width: 100%;
}

 .__nav .legal ul {
    display: flex;
    flex-direction: row;
    width: 80%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto;
}

 .__nav .legal ul li {
    display: flex;
    padding: 1vw;
}

 .__nav .legal ul li a {
    color: #fff;
    line-height: 4vw;
}

@media only screen and (min-width: 1200px) {
     .__nav {
        padding: 1vw;
    }

     .__nav .legal ul li {
        padding: 0;
    }
}

@media only screen and (max-width: 760px) {
     .__nav {
        padding: 6vw 0;
    }

     .__nav .legal ul li a {
        line-height: 6vw;
    }
}

.section__hakkimizda {
    height: 100%;
    display: flex;
    background-image: url(/qa/s3fs-public/2024-06/lays_website_circles_yellow@desktop.png);
    place-content: center;
    align-items: center;
    padding: 3rem 0;
}

.section__hakkimizda .hakkimizda_container {
    align-self: center;
    top: 30%;
    right: 10%;
    z-index: 8;
    max-width: 50%;
    width: auto;
    height: auto;
    background-color: #fff;
}

.section__hakkimizda .hakkimizda_container .hakkimizda_text {
    padding: 30px;
}

.section__hakkimizda .hakkimizda_container .hakkimizda_text p {
    padding-bottom: 1rem;
    color: #616368;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    font-family: "Gotham";
}

.section__hakkimizda .hakkimizda_container .hakkimizda_text span {
    font-size: 0.75rem;
    font-style: italic;
    float: right;
    color: #616368;
}

.section__hakkimizda .hakkimizda_container .hakkimizda_text h1 {
    color: #fbb517;
    font-size: 5vw;
    font-family: "MarkOT-Bold", sans-serif;
    height: 100px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    .video-content {
        display: inline-grid;
    }

    .hakkimizda {
        height: 780px !important;
    }

    .section__hakkimizda .hakkimizda_container {
        top: 35%;
        right: 5%;
        z-index: 8;
        display: flex;
        width: 100%;
        max-width: 100%;
        text-align: center;
        height: auto;
    }

    .section__hakkimizda .hakkimizda_container .hakkimizda_text {
        padding: 5px 10px;
    }

    .section__hakkimizda .hakkimizda_container .hakkimizda_text h1 {
        color: #fbb517;
        font-size: 3rem;
        font-family: "MarkOT-Bold", sans-serif;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem 0;
    }

    .section__hakkimizda .hakkimizda_container .hakkimizda_text p {
        line-height: 1.5rem;
    }

}

.section__main {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.section__main .hero__component {
    width: 100%;
}

.section__main .hero__component .slider1 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

.section__main .hero__component .slider1 .icon-youtube-ads {
    position: relative;
}

.section__main .hero__component .slider1 .icon-youtube-ads::before {
    content: "\E905";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    font-size: 60px;
    color: #212121;
    opacity: 0.9;
    text-align: center;
    margin-top: 28%;
    margin-left: 0;
}

.section__main .hero__component .slider1 .icon-youtube-ads:hover::before {
    color: #e2061a;
    opacity: 1;
}

.section__main .hero__component .slider1 .img {
    position: relative;
}

.section__main .hero__component .slider1 .img #video {
    position: absolute;
    top: 45vh;
    right: 20px;
    display: flex;
    width: 53vh;
    height: 30vh;
    border: 10px solid #fff;
    border-radius: 25px;
}

.section__main .welcome__content {
    color: #fafafa;
    width: 100%;
    display: flex;
}

.section__main .welcome__content .container {
    display: flex;
    position: relative;
    align-items: center;
}

.section__main .welcome__content .container .content_block {
    display: flex;
    width: 100%;
}

.section__main .welcome__content .container .content_block .text-block {
    padding-left: 0;
    align-self: center;
    text-align: center;
}

.section__main .welcome__content .container .content_block .text-block span {
    font-size: 4rem;
    line-height: 4rem;
}

.section__main .welcome__content .container .content_block .text-block p {
    font-size: 1.5vw;
    line-height: 1.5vw;
}

.section__main .welcome__content .container .content_block .image-block {
    width: 100%;
}

.section__main
    .welcome__content
    .container
    .content_block
    .image-block
    picture {
    box-sizing: border-box;
}

.section__main
    .welcome__content
    .container
    .content_block
    .image-block
    picture
    img {
    transform: translate(0%, 50%) translate3d(0px, 0px, 0px);
}

.section__main
    .welcome__content
    .container
    .content_block
    .image-block
    picture
    .chips {
    position: absolute;
    top: 100%;
    right: 1%;
    z-index: 8;
    width: auto;
}

.section__main
    .welcome__content
    .container
    .content_block
    .image-block
    .image-wrapper
    img {
    width: 100%;
}

.section__main .welcome__content .container .button_block {
    display: flex;
}

.section__main .welcome__content .container .button_block button {
    width: 400px;
    font-size: 2rem;
    font-family: "Gotham";
    line-height: 2rem;
    background-color: transparent;
    padding: 20px 0;
    color: #fff;
    border: 5px solid #fff;
    border-radius: 16px;
}

@media only screen and (max-width: 760px) {
    .section__main .welcome__content .container .content_block {
        flex-direction: column;
    }

    .section__main .welcome__content .container .content_block .text-block {
        width: 100%;
        padding: 5% 0;
    }

    .section__main
        .welcome__content
        .container
        .content_block
        .text-block
        span {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .section__main .welcome__content .container .content_block .image-block {
        max-width: 100%;
    }

    .section__main
        .welcome__content
        .container
        .content_block
        .image-block
        .video-wrapper
        video {
        width: 90%;
    }

    .section__main .welcome__content .container .button_block {
        width: 90%;
        padding: 5% 0;
        justify-content: center;
    }

    .section__main .welcome__content .container .button_block button {
        padding: 10px 0;
    }

    .section__main
        .welcome__content
        .container
        .content_block
        .image-block
        picture
        .chips {
        position: absolute;
        top: 85%;
        right: 1%;
        z-index: 1;
        width: 25%;
    }
}

.section__main .products {
    background-image: url(/qa/s3fs-public/2024-06/lays_website_circles@desktop.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex;
    padding: 8.125rem 0;
    width: 100%;
    position: relative;
}

.section__main .products .bowl {
    display: block;
    position: absolute;
    top: 10vw;
    left: -18vw;
    width: 30vw;
}

.section__main .products .bowl img {
    max-width: 100%;
    height: auto;
}

.section__main .products .text-block {
    max-width: 40%;
    z-index: 1;
    align-self: center;
}

.section__main .products .text-block span {
    font-size: 5vw;
    color: #e31f0e;
    line-height: 5vw;
}

.section__main .products .text-block p {
    font-size: 1.5vw;
    line-height: 1.5vw;
    margin: 2vw 0;
    padding: 0;
}

.section__main .products .text-block a {
    background-color: #e31f0e;
    border-color: #e31f0e;
    cursor: pointer;
    text-align: center;
    font-weight: 900;
    font-size: 0.875rem;
    line-height: 1;
    padding: 1vw;
    color: #fff;
    border: 2px solid #e31f0e;
    display: block;
    width: 50%;
    margin-top: 10px;
}

.section__main .products .text-block a:hover {
    background-color: #fff;
    color: #e31f0e;
}

.section__main .products .product-slider {
    display: inline-flex;
}

.section__main .products .product-slider .item {
    padding: 30px;
    padding-top: 0;
}

.section__main .products .product-slider .item .product {
    text-align: -webkit-center;
    text-align: -moz-webkit-center;
    text-align: center;
}

.section__main .products .product-slider .item .product img {
    width: 30%;
}

.section__main .products .product-slider .item .product h2 {
    padding: 30px 0;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
}

.section__main .products .product-slider .item .product a {
    background-color: #e31f0e;
    border-color: #e31f0e;
    cursor: pointer;
    text-align: center;
    font-weight: 900;
    font-size: 0.875rem;
    line-height: 1;
    padding: 0.9375rem 2.6875rem;
    color: #fff;
    border: 2px solid #e31f0e;
    justify-content: center;
    display: inline-flex;
}

.section__main .products .product-slider .item .product a:hover {
    background-color: #fff;
    color: #e31f0e;
}

.section__main .tns-inner {
    overflow: hidden;
}

.section__main .slider_options .tns-outer {
    width: 100%;
    position: relative;
}

.section__main .slider_options .tns-outer img {
    width: 100%;
    height: 100%;
}

.section__main .slider_options .tns-outer [hidden] {
    display: none;
}

.section__main .slider_options .tns-outer [aria-controls],
.section__main .slider_options .tns-outer [data-action] {
    cursor: pointer;
}

.section__main .slider_options .tns-outer button {
    display: block;
}

.section__main .slider_options .tns-outer .tns-inner {
    width: 100%;
    height: 100%;
    display: inherit;
}

.section__main .slider_options .tns-outer .tns-inner #tns1 {
    display: flex;
}

.section__main .tns-controls {
    width: 92%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 5;
    top: 40%;
    margin: 0 2%;
    height: 1px;
}

.section__main .tns-controls button[data-controls="prev"],
.section__main .tns-controls button[data-controls="next"] {
    transition: 0.3s background-color;
    background-color: rgba(255, 255, 255, 0.4);
    border: 10px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    height: 45px;
}

.section__main .tns-controls button[data-controls="prev"]:hover,
.section__main .tns-controls button[data-controls="next"]:hover {
    background-color: #fff;
    border: 10px solid #fff;
    border-radius: 50%;
}

.section__main .tns-controls button[data-controls="prev"]::after {
    font-family: "icomoon";
    content: "\F123";
    font-size: 24px;
    color: gray;
}

.section__main .tns-controls button[data-controls="next"]::after {
    font-family: "icomoon";
    content: "\F124";
    font-size: 24px;
    color: gray;
}

.section__main .tns-controls:focus {
    border: none;
}

.section__main .tns-outer {
    width: 60%;
}

.section__main .tns-outer .tns-nav {
    display: none;
    position: absolute;
    top: 85%;
    z-index: 8;
    width: 50%;
    justify-content: center;
}

.section__main .tns-outer .tns-nav .tns-nav-active {
    background: #e31f0e !important;
}

.section__main .tns-outer .tns-nav button {
    margin: 1vw 4px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    height: 20px;
    width: 20px;
}

.section__main .animation-wrapper {
    background-image: url(/qa/s3fs-public/2024-06/crunchy-bg-red.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 15vw;
}

.section__main .animation-wrapper #crunchyAnimation {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.section__main .animation-wrapper #crunchyAnimation p {
    font-size: 5vw;
    color: #e31f0e;
}

.section__main .crunchy-images {
    width: 100%;
    display: flex;
}

.section__main .crunchy-images .image {
    display: flex;
    justify-content: center;
    width: 33.4%;
    overflow: hidden;
    transition: 1s;
}

.section__main .crunchy-images .image img {
    width: 100%;
}

.section__main .crunchy-images .image video {
    width: 100%;
}

.section__main .crunchy-images .image:hover img {
    transform: scale(1.2);
    transition: 1s;
}

.section__main .crunchy-images .fade,
.section__main .crunchy-images .scale,
.section__main .crunchy-images .fade_right,
.section__main .crunchy-images .fade_left {
    opacity: 0;
}

.section__main .fadeUp {
    -webkit-animation: fadeIn 2s ease-out;
    animation: fadeIn 2s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.section__main .crunchy-images .fade,
.section__main .crunchy-images .fade2 {
    opacity: 0;
}

.section__tarladan .fade3 {
    opacity: 0;
}

.section__tarladan .fadeUp {
    opacity: 1;
    -webkit-animation: fadeIn 3s ease-in-out;
    animation: fadeIn 3s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.section__main .scaleUp {
    -webkit-animation: scale 1.5s ease-in-out;
    animation: scale 1.5s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.section__main .fadeLeft {
    -webkit-animation: fadeleft 1.5s ease-out;
    animation: fadeleft 1.5s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.section__main .fadeRight {
    -webkit-animation: faderight 1.5s ease-out;
    animation: faderight 1.5s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes scale {
    0% {
        opacity: 0;
        transform: scale(1);
    }

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

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

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

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    60% {
        opactiy: 1;
        transform: translateY(-2px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    60% {
        opactiy: 1;
        transform: translateY(-2px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.section__main #about__lays {
    display: flex;
}

.section__main .why-lays {
    background-image: url(/qa/s3fs-public/2024-06/lays_website_circles_yellow@desktop.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.section__main .why-lays .chips_v2 {
    display: block;
    position: absolute;
    bottom: 0;
    left: -10%;
    width: 300px;
    z-index: 1;
}

.section__main .why-lays .paprika {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.section__main .why-lays .paprika img {
    width: 100%;
    max-height: 1053px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left top;
    object-position: left top;
}

.section__main .why-lays .container {
    background-color: transparent;
}

.section__main .why-lays .container .row {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    max-height: 40vh;
}

.section__main .why-lays .container .row-1 {
    justify-content: flex-end;
    padding: 10vw 0;
}

.section__main .why-lays .container .row-1 .row-image-0 {
    display: none;
}

.section__main .why-lays .container .row-4 {
    justify-content: space-around;
}

.section__main .why-lays .container .row-4 .text-block {
    width: 40%;
}

.section__main .why-lays .container .row-4 .row-image {
    flex: 0 0 46% !important;
    min-width: 46% !important;
}

.section__main .why-lays .container .row-1 .row-image,
.section__main .why-lays .container .row-2 .row-image,
.section__main .why-lays .container .row-3 .row-image,
.section__main .why-lays .container .row-4 .row-image {
    text-align: center;
    flex: 0 0 60%;
    min-width: 50%;
}

.section__main .why-lays .container .row-1 .row-image-1 img,
.section__main .why-lays .container .row-2 .row-image-1 img,
.section__main .why-lays .container .row-3 .row-image-1 img,
.section__main .why-lays .container .row-4 .row-image-1 img {
    left: 30%;
}

.section__main .why-lays .container .row-1 .row-image-2 img,
.section__main .why-lays .container .row-2 .row-image-2 img,
.section__main .why-lays .container .row-3 .row-image-2 img,
.section__main .why-lays .container .row-4 .row-image-2 img {
    max-height: 90%;
    left: 10%;
    max-width: 100%;
}

.section__main .why-lays .container .row-1 .row-image-3 img,
.section__main .why-lays .container .row-2 .row-image-3 img,
.section__main .why-lays .container .row-3 .row-image-3 img,
.section__main .why-lays .container .row-4 .row-image-3 img {
    max-height: 90%;
    left: 10%;
    max-width: 100%;
}

.section__main .why-lays .container .row-1 .row-text-0,
.section__main .why-lays .container .row-1 .row-text-1,
.section__main .why-lays .container .row-1 .row-text-2,
.section__main .why-lays .container .row-1 .row-text-3,
.section__main .why-lays .container .row-2 .row-text-0,
.section__main .why-lays .container .row-2 .row-text-1,
.section__main .why-lays .container .row-2 .row-text-2,
.section__main .why-lays .container .row-2 .row-text-3,
.section__main .why-lays .container .row-3 .row-text-0,
.section__main .why-lays .container .row-3 .row-text-1,
.section__main .why-lays .container .row-3 .row-text-2,
.section__main .why-lays .container .row-3 .row-text-3,
.section__main .why-lays .container .row-4 .row-text-0,
.section__main .why-lays .container .row-4 .row-text-1,
.section__main .why-lays .container .row-4 .row-text-2,
.section__main .why-lays .container .row-4 .row-text-3 {
    color: #e31f0e;
    padding: 0;
}

.section__main .why-lays .container .row-1 .row-text-1,
.section__main .why-lays .container .row-1 .row-text-2,
.section__main .why-lays .container .row-1 .row-text-3,
.section__main .why-lays .container .row-2 .row-text-1,
.section__main .why-lays .container .row-2 .row-text-2,
.section__main .why-lays .container .row-2 .row-text-3,
.section__main .why-lays .container .row-3 .row-text-1,
.section__main .why-lays .container .row-3 .row-text-2,
.section__main .why-lays .container .row-3 .row-text-3,
.section__main .why-lays .container .row-4 .row-text-1,
.section__main .why-lays .container .row-4 .row-text-2,
.section__main .why-lays .container .row-4 .row-text-3 {
    width: 25%;
}

.section__main .why-lays .container .row-1 .row-text-1 span,
.section__main .why-lays .container .row-1 .row-text-2 span,
.section__main .why-lays .container .row-1 .row-text-3 span,
.section__main .why-lays .container .row-2 .row-text-1 span,
.section__main .why-lays .container .row-2 .row-text-2 span,
.section__main .why-lays .container .row-2 .row-text-3 span,
.section__main .why-lays .container .row-3 .row-text-1 span,
.section__main .why-lays .container .row-3 .row-text-2 span,
.section__main .why-lays .container .row-3 .row-text-3 span,
.section__main .why-lays .container .row-4 .row-text-1 span,
.section__main .why-lays .container .row-4 .row-text-2 span,
.section__main .why-lays .container .row-4 .row-text-3 span {
    font-size: 2vw;
    line-height: 2vw;
}

.section__main .why-lays .container .row-1 .row-text-1 p,
.section__main .why-lays .container .row-1 .row-text-2 p,
.section__main .why-lays .container .row-1 .row-text-3 p,
.section__main .why-lays .container .row-2 .row-text-1 p,
.section__main .why-lays .container .row-2 .row-text-2 p,
.section__main .why-lays .container .row-2 .row-text-3 p,
.section__main .why-lays .container .row-3 .row-text-1 p,
.section__main .why-lays .container .row-3 .row-text-2 p,
.section__main .why-lays .container .row-3 .row-text-3 p,
.section__main .why-lays .container .row-4 .row-text-1 p,
.section__main .why-lays .container .row-4 .row-text-2 p,
.section__main .why-lays .container .row-4 .row-text-3 p {
    font-size: 1vw;
    line-height: 1.5vw;
}

.section__main #video__component {
    display: flex;
}

.section__main .video-content {
    position: relative;
    display: flex;
    width: 100%;
}

.section__main .video-content video {
    width: 100%;
    height: auto;
}

.section__main .h1-style {
    font-size: 3.75vw;
    line-height: 4vw;
    font-weight: 600;
}

.section__main .text-block {
    width: 46%;
    padding-left: 10%;
}

.section__main .text-block p {
    font-size: 1.375vw;
    line-height: 2vw;
    margin: 1vw 0;
}

.section__main .slider_options {
    overflow: hidden;
}

.section__main .slider_options .tns-outer {
    width: 100%;
    position: relative;
}

.section__main .slider_options .tns-outer img {
    width: 100%;
    height: 100%;
}

.section__main .slider_options .tns-outer .tns-controls {
    width: 92%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 5;
    top: 45%;
    margin: 0 2%;
}

.section__main
    .slider_options
    .tns-outer
    .tns-controls
    button[data-controls="prev"],
.section__main
    .slider_options
    .tns-outer
    .tns-controls
    button[data-controls="next"] {
    transition: 0.3s background-color;
    background-color: rgba(255, 255, 255, 0.4);
    border: 10px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.section__main
    .slider_options
    .tns-outer
    .tns-controls
    button[data-controls="prev"]:hover,
.section__main
    .slider_options
    .tns-outer
    .tns-controls
    button[data-controls="next"]:hover {
    background-color: #fff;
    border: 10px solid #fff;
    border-radius: 50%;
}

.section__main
    .slider_options
    .tns-outer
    .tns-controls
    button[data-controls="prev"]::after {
    font-family: "icomoon";
    content: "\F123";
    font-size: 24px;
    color: #e31f0e;
}

.section__main
    .slider_options
    .tns-outer
    .tns-controls
    button[data-controls="next"]::after {
    font-family: "icomoon";
    content: "\F124";
    font-size: 24px;
    color: #e31f0e;
}

.section__main .slider_options .tns-outer .tns-inner {
    width: 100%;
    height: 100%;
    display: inherit;
}

.section__main .slider_options .tns-outer .tns-nav {
    display: flex;
    position: absolute;
    top: 85%;
    z-index: 8;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.section__main .slider_options .tns-outer .tns-nav .tns-nav-active {
    background: #fed018 !important;
}

.section__main .slider_options .tns-outer .tns-nav button {
    margin: 0 4px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    height: 14px;
    width: 14px;
}

@media (max-width: 1200px) {
    .section__main .welcome__content .container .text-block {
        padding-left: 2vw;
    }

    .section__main .welcome__content .container .text-block span {
        font-size: 5vw;
        line-height: 5vw;
    }

    .section__main .welcome__content .container .text-block p {
        font-size: 2vw;
        line-height: 2vw;
    }

    .section__main .welcome__content .container .image-block picture .chips {
        top: 35%;
        z-index: 8;
        width: 30%;
    }

    .section__main .welcome__content .container .image-block .video-wrapper {
        justify-content: center;
        display: flex;
    }

    .section__main
        .welcome__content
        .container
        .image-block
        .video-wrapper
        video {
        display: -webkit-flex;
        z-index: 8;
    }

    .section__main .products {
        display: flex;
        flex-direction: column;
        padding: 6vw 0;
    }

    .section__main .products .bowl {
        display: none;
    }

    .section__main .products .text-block span {
        font-size: 8vw;
        line-height: 8vw;
    }

    .section__main .products .text-block p {
        font-size: 3vw;
        line-height: 3vw;
        margin: 1vw 0;
        padding: 0;
    }

    .section__main .products .tns-outer .tns-controls {
        width: 100% !important;
        display: flex;
        justify-content: space-around;
        position: absolute;
        z-index: 99;
        top: 25%;
        margin: 0 auto;
    }

    .section__main .products .product-slider .item {
        padding: 4vw 0;
    }

    .section__main .products .product-slider .item .product h2 {
        font-size: 5vw;
    }

    .section__main .products .text-block {
        max-width: 90%;
        width: 100%;
        padding: 20px;
    }

    .section__main .products .text-block p {
        line-height: 3vw;
    }

    .section__main .products .tns-outer {
        width: 100%;
    }

    .section__main .products .tns-outer .tns-nav {
        display: none;
    }

    .section__main .why-lays {
        padding: 5vw;
    }

    .section__main .why-lays .chips_v2 {
        display: none;
    }

    .section__main .why-lays .container .row {
        flex-direction: row;
        margin: 3vw auto;
    }

    .section__main .why-lays .container .row-1 {
        width: 90%;
        padding: 0 0 10vw;
    }

    .section__main .why-lays .container .row-1 .text-block span {
        font-size: 7vw;
        line-height: 7vw;
    }

    .section__main .why-lays .container .row-2 .text-block,
    .section__main .why-lays .container .row-3 .text-block,
    .section__main .why-lays .container .row-4 .text-block {
        width: 50%;
        padding-left: 0;
    }

    .section__main .why-lays .container .row-2 .text-block span,
    .section__main .why-lays .container .row-3 .text-block span,
    .section__main .why-lays .container .row-4 .text-block span {
        font-size: 4vw;
        line-height: 4vw;
    }

    .section__main .why-lays .container .row-2 .text-block p,
    .section__main .why-lays .container .row-3 .text-block p,
    .section__main .why-lays .container .row-4 .text-block p {
        font-size: 2vw;
        line-height: 3vw;
    }

    .section__main .why-lays .container .row-2 .row-image-1 img,
    .section__main .why-lays .container .row-2 .row-image-2 img,
    .section__main .why-lays .container .row-2 .row-image-3 img,
    .section__main .why-lays .container .row-3 .row-image-1 img,
    .section__main .why-lays .container .row-3 .row-image-2 img,
    .section__main .why-lays .container .row-3 .row-image-3 img,
    .section__main .why-lays .container .row-4 .row-image-1 img,
    .section__main .why-lays .container .row-4 .row-image-2 img,
    .section__main .why-lays .container .row-4 .row-image-3 img {
        width: 30vw;
        max-height: none;
        left: 0;
    }

    .section__main .why-lays .container .row-2 .row-image-2 img,
    .section__main .why-lays .container .row-3 .row-image-2 img,
    .section__main .why-lays .container .row-4 .row-image-2 img {
        width: 40vw;
    }

    .section__main .why-lays .container .row-2 .row-image-1,
    .section__main .why-lays .container .row-2 .row-text-1 {
        opacity: 0;
        color: #fed018;
    }

    .section__main .why-lays .container .row-2 .row-image-1.fadeRight,
    .section__main .why-lays .container .row-2 .row-text-1.fadeLeft {
        opacity: 1;
    }

    .section__main .why-lays .container .row-3 .row-image-2,
    .section__main .why-lays .container .row-3 .row-text-2 {
        opacity: 0;
    }

    .section__main .why-lays .container .row-3 .row-image-2.fadeRight,
    .section__main .why-lays .container .row-3 .row-text-2.fadeLeft {
        opacity: 1;
    }

    .section__main .why-lays .container .row-4 .row-image-3,
    .section__main .why-lays .container .row-4 .row-text-3 {
        opacity: 0;
    }

    .section__main .why-lays .container .row-4 .row-image-3.fadeRight,
    .section__main .why-lays .container .row-4 .row-text-3.fadeLeft {
        opacity: 1;
    }
}

@-webkit-keyframes fadeleft {
    0% {
        opacity: 0;
        transform: translateX(250px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadeleft {
    0% {
        opacity: 0;
        transform: translateX(250px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@-webkit-keyframes faderight {
    0% {
        opacity: 0;
        transform: translateX(-250px);
    }

    100% {
        opacity: 1;
        transform: translateX(50px);
    }
}

@keyframes faderight {
    0% {
        opacity: 0;
        transform: translateX(-250px);
    }

    100% {
        opacity: 1;
        transform: translateX(50px);
    }
}

.slider_products .tns-outer .tns-controls {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
    position: absolute;
    z-index: 99;
    top: 25%;
    margin: 0 auto;
}

.slider_products .tns-outer {
    width: 100%;
}

.slider_products .tns-outer .tns-nav {
    display: none;
}

@media (max-width: 767px) {
    .section__main .welcome__content .container .text-block span {
        font-size: 5vw;
        line-height: 5vw;
    }

    .section__main .welcome__content .container .text-block p {
        font-size: 2vw;
        line-height: 4vw;
    }

    .section__main .products .tns-outer .tns-controls {
        width: 90% !important;
        display: flex;
        justify-content: space-between;
        position: absolute;
        z-index: 8;
        top: 35%;
        margin: 0 !important;
        left: 5%;
    }

    .section__main .slider_products .tns-outer .tns-controls {
        width: 90% !important;
        display: flex;
        justify-content: space-between;
        position: absolute;
        z-index: 8;
        top: 35%;
        margin: 0 !important;
        left: 5%;
    }

    .section__main .why-lays {
        padding: 2vw;
    }

    .section__main .why-lays .paprika {
        display: none;
    }

    .section__main .why-lays .container .row {
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }

    .section__main .why-lays .container .row-1 {
        width: auto;
        margin: 0 auto;
        padding: 8vw;
    }

    .section__main .why-lays .container .row-1 .text-block {
        width: 100%;
    }

    .section__main .why-lays .container .row-2 .row-image,
    .section__main .why-lays .container .row-3 .row-image,
    .section__main .why-lays .container .row-4 .row-image {
        flex: 0 0 50%;
    }

    .section__main .why-lays .container .row-2 .text-block,
    .section__main .why-lays .container .row-3 .text-block,
    .section__main .why-lays .container .row-4 .text-block {
        width: 48%;
        align-self: center;
    }
}

@-webkit-keyframes faderight {
    0% {
        opacity: 0;
        transform: translateX(-250px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes faderight {
    0% {
        opacity: 0;
        transform: translateX(-250px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@media (max-width: 479px) {
    .section__main .welcome__content .container,
    .section__main .welcome__content .row {
        flex-direction: column;
    }

    .section__main .welcome__content .container .text-block,
    .section__main .welcome__content .row .text-block {
        width: 90%;
        text-align: center;
    }

    .section__main .welcome__content .container .text-block span,
    .section__main .welcome__content .row .text-block span {
        font-size: 8vw;
    }

    .section__main .welcome__content .container .text-block p,
    .section__main .welcome__content .row .text-block p {
        font-size: 4vw;
    }

    .section__main .welcome__content .container .image-block,
    .section__main .welcome__content .row .image-block {
        width: 100%;
    }

    .section__main .welcome__content .container .image-block picture .chips,
    .section__main .welcome__content .row .image-block picture .chips {
        z-index: 8;
        width: 30vw;
        top: 80%;
    }

    .section__main .welcome__content .container .image-block .video-wrapper,
    .section__main .welcome__content .row .image-block .video-wrapper {
        display: flex;
        place-content: center;
        float: none;
    }

    .section__main
        .welcome__content
        .container
        .image-block
        .video-wrapper
        video,
    .section__main .welcome__content .row .image-block .video-wrapper video {
        display: -webkit-flex;
        width: 80vw;
        z-index: 8;
    }

    .section__main .products .tns-outer {
        width: 100%;
    }

    .section__main .products .tns-outer .tns-nav {
        display: none;
    }

    .section__main .products .product-slider .item .product h2 {
        padding: 10px 0;
    }

    .section__main .products .slider_products .tns-outer {
        width: 100%;
    }

    .section__main .products .slider_products .tns-outer .tns-nav {
        display: none;
    }

    .section__main
        .products
        .slider_products
        .product-slider
        .item
        .product
        h2 {
        padding: 10px 0;
    }

    .section__main .products .text-block {
        align-self: center;
        padding: 0;
    }

    .section__main .products .text-block a {
        width: 90%;
        padding: 4vw;
    }

    .section__main .products .text-block span {
        font-size: 12vw;
        line-height: 12vw;
    }

    .section__main .products .text-block p {
        padding: 2vw 0;
        font-size: 5vw;
        line-height: 5vw;
    }

    .section__main .crunchy-images {
        flex-direction: column;
    }

    .section__main .crunchy-images .image {
        width: 100vw;
    }

    .section__main .why-lays .container .row {
        max-height: none;
        padding: 1vw 0;
        flex-direction: column;
        justify-content: center;
    }

    .section__main .why-lays .container .row-1 .text-block span {
        font-size: 12vw;
        line-height: 12vw;
    }

    .section__main .why-lays .container .row-2 .text-block,
    .section__main .why-lays .container .row-3 .text-block,
    .section__main .why-lays .container .row-4 .text-block {
        width: 85%;
    }

    .section__main .why-lays .container .row-2 .text-block span,
    .section__main .why-lays .container .row-3 .text-block span,
    .section__main .why-lays .container .row-4 .text-block span {
        font-size: 8vw;
        line-height: 8vw;
    }

    .section__main .why-lays .container .row-2 .text-block p,
    .section__main .why-lays .container .row-3 .text-block p,
    .section__main .why-lays .container .row-4 .text-block p {
        font-size: 4vw;
        line-height: 5vw;
    }

    .section__main .why-lays .container .row-2 .row-image-1 img,
    .section__main .why-lays .container .row-2 .row-image-2 img,
    .section__main .why-lays .container .row-2 .row-image-3 img,
    .section__main .why-lays .container .row-3 .row-image-1 img,
    .section__main .why-lays .container .row-3 .row-image-2 img,
    .section__main .why-lays .container .row-3 .row-image-3 img,
    .section__main .why-lays .container .row-4 .row-image-1 img,
    .section__main .why-lays .container .row-4 .row-image-2 img,
    .section__main .why-lays .container .row-4 .row-image-3 img {
        width: 100%;
    }
}

@-webkit-keyframes faderight {
    0% {
        opacity: 0;
        transform: translateX(-250px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes faderight {
    0% {
        opacity: 0;
        transform: translateX(-250px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@media only screen and (min-width: 630px) {
    .section__main .products .tns-outer .tns-controls {
        display: none;
    }

    .slider_products .tns-outer .tns-controls {
        display: none;
    }
}

.main_container {
    min-height: calc(100% - 80px);
    width: 100% !important;
    margin-left: 0 !important;
}

.products {
    background-image: url(/qa/s3fs-public/2024-06/lays_website_circles_yellow@desktop.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-flex;
    padding: 3vw 0 10vw;
    width: 100%;
}

.products .text-block {
    max-width: 35%;
    width: 35%;
    z-index: 1;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.products .text-block h1 {
    font-size: 3.75rem;
    color: #e31f0e;
    line-height: 4rem;
    font-weight: 700;
    padding: 30px 0;
}

.products .text-block p {
    font-size: 1.5rem;
    line-height: 1.75rem;
    padding: 3vw 0;
}

.products .text-block a {
    background-color: #e31f0e;
    border-color: #e31f0e;
    cursor: pointer;
    text-align: center;
    font-weight: 900;
    font-size: 1vw;
    line-height: 1;
    padding: 1vw;
    color: #fff;
    border: 2px solid #e31f0e;
}

.products .text-block a:hover {
    background-color: #fff;
    color: #e31f0e;
}

.products .product-slider {
    display: flex;
    width: 35%;
    justify-content: center;
    align-items: center;
}

.products .product-slider .item {
    padding: 30px;
    padding-top: 0;
}

.products .product-slider .item .product {
    text-align: -webkit-center;
}

.products .product-slider .item .product img {
    width: 50%;
}

.products .product-slider .item .product h2 {
    padding: 30px 0;
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
}

.products .product-slider .item .product a {
    background-color: #e31f0e;
    border-color: #e31f0e;
    cursor: pointer;
    text-align: center;
    font-weight: 900;
    font-size: 0.875rem;
    line-height: 1;
    padding: 0.9375rem 2.6875rem;
    color: #fff;
    border: 2px solid #e31f0e;
    display: flex;
    width: 50%;
    justify-content: center;
}

.products .product-slider .item .product a:hover {
    background-color: #fff;
    color: #e31f0e;
}

@media only screen and (max-width: 1060px) {
    .container .products .product-slider {
        width: 96%;
        margin: 0 auto;
    }
}

.tns-inner {
    overflow: hidden;
}

.slider_options .tns-outer {
    width: 100%;
    position: relative;
}

.slider_options .tns-outer img {
    width: 100%;
    height: 100%;
}

.slider_options .tns-outer [hidden] {
    display: none;
}

.slider_options .tns-outer [aria-controls],
.slider_options .tns-outer [data-action] {
    cursor: pointer;
}

.slider_options .tns-outer button {
    display: block;
}

.slider_options .tns-outer .tns-inner {
    width: 100%;
    height: 100%;
    display: inherit;
}

.slider_options .tns-outer .tns-inner #tns1 {
    display: flex;
}

.tns-outer {
    width: 70%;
}

.tns-outer .tns-inner .tns-slider .item {
    padding: 15px 0;
}

.tns-outer .tns-nav {
    display: flex;
    position: absolute;
    top: 90%;
    z-index: 8;
    width: 50%;
    justify-content: center;
}

.tns-outer .tns-nav .tns-nav-active {
    background: #e31f0e !important;
}

.tns-outer .tns-nav button {
    margin: 0 4px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    height: 20px;
    width: 20px;
}

.tns-outer .tns-controls {
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    z-index: 9;
    top: 88%;
    margin: 0 auto;
}

.container {
    background-color: #fed018;
    width: 100%;
}

#products {
    overflow-x: hidden;
}

@media (max-width: 2500px) {
    .products {
        padding: 3vw 0 10vw;
        justify-content: space-evenly;
    }
}

@media (max-width: 1023px) {
    .products {
        display: flex;
        flex-direction: column;
        background-image: url(/qa/s3fs-public/2024-06/bg-product.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .products .text-block {
        max-width: 100%;
        width: 95%;
        padding: 2vw;
    }

    .products .text-block a {
        width: 23%;
        font-size: 2vw;
        padding: 2vw;
    }

    .products .product-slider .item .product h2 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .tns-outer {
        position: relative;
        width: 100%;
    }

    .tns-outer .tns-nav {
        top: auto;
        bottom: -2%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .products .text-block h1 {
        font-size: 2.75rem;
        line-height: 3rem;
    }

    .products .text-block p {
        font-size: 1rem;
        line-height: 1.25rem;
    }
}

@media (max-width: 479px) {
    .products .text-block {
        padding: 0 5vw;
    }

    .products .text-block h1 {
        font-size: 1.75rem;
        line-height: 1.75rem;
        padding: 20px 0;
    }

    .products .text-block a {
        font-size: 3vw;
        padding: 3vw 27.5vw;
    }

    .products .product-slider .item .product a {
        padding: 2vw 15vw;
    }

    .products .product-slider .item .product h2 {
        padding: 10px 0;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.product_detail {
    display: inline-grid;
    padding: 2vw 0 0;
}

.product_detail .product_image {
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(
            to bottom,
            rgba(255, 206, 0, 0.5) 60%,
            rgba(255, 232, 0, 0.9)
        ),
        radial-gradient(
            circle at 50% 31%,
            #ffe800 0,
            #ffe800 140px,
            #ffdc00 140px,
            #ffdc00 200px,
            #ffce00 200px,
            #ffce00 260px,
            #ffe800 260px,
            #ffe800 320px,
            #ffdc00 320px,
            #ffdc00 360px,
            transparent 360px
        ),
        repeating-radial-gradient(
            circle at 50% 31%,
            #ffce00 360px,
            #ffce00 390px,
            #ffe800 390px,
            #ffe800 420px,
            #ffdc00 420px,
            #ffdc00 450px
        );
    background-position: center;
    position: relative;
}

.product_detail .product_image img {
    padding: 50px 0;
    width: 25%;
}

.product_detail .product_image img:hover {
    transform: scale(1.1);
    transition: 0.3s transform;
}

.product_detail .product_image .change-product {
    height: 100%;
    width: 70%;
    position: absolute;
    display: flex;
    top: 0;
    left: 15%;
    margin: 0 auto;
    justify-content: space-between;
}

.product_detail .product_image .change-product a {
    align-self: center;
}

.product_detail .product_image .change-product a .nextButton::after {
    font-family: "icomoon";
    content: "\F123";
    background-color: #fff;
    opacity: 0.5;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 2.5vw;
}

.product_detail .product_image .change-product a .prevButton::after {
    font-family: "icomoon";
    content: "\F124";
    background-color: #fff;
    opacity: 0.5;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 2.5vw;
}

.product_detail .product_red {
    background-image: linear-gradient(
            to bottom,
            rgba(162, 19, 31, 0.5) 60%,
            rgba(194, 16, 32, 0.9)
        ),
        radial-gradient(
            circle at 50% 31%,
            #c21020 0px,
            #c21020 140px,
            #b01a1e 140px,
            #b01a1e 200px,
            #a2131f 200px,
            #a2131f 260px,
            #c21020 260px,
            #c21020 320px,
            #b01a1e 320px,
            #b01a1e 360px,
            transparent 360px
        ),
        repeating-radial-gradient(
            circle at 50% 31%,
            #a2131f 360px,
            #a2131f 390px,
            #c21020 390px,
            #c21020 420px,
            #b01a1e 420px,
            #b01a1e 450px
        );
}

.product_detail .product_green {
    background-image: linear-gradient(
            to bottom,
            rgba(0, 122, 51, 0.5) 60%,
            rgba(0, 143, 66, 0.9)
        ),
        radial-gradient(
            circle at 50% 31%,
            #008f42 0px,
            #008f42 140px,
            #008335 140px,
            #008335 200px,
            #007a33 200px,
            #007a33 260px,
            #008f42 260px,
            #008f42 320px,
            #008335 320px,
            #008335 360px,
            transparent 360px
        ),
        repeating-radial-gradient(
            circle at 50% 31%,
            #007a33 360px,
            #007a33 390px,
            #008f42 390px,
            #008f42 420px,
            #008335 420px,
            #008335 450px
        );
}

.product_detail .product_blue {
    background-image: linear-gradient(
            to bottom,
            rgba(0, 124, 193, 0.5) 60%,
            rgba(0, 150, 217, 0.9)
        ),
        radial-gradient(
            circle at 50% 31%,
            #0096d9 0px,
            #0096d9 140px,
            #0085ca 140px,
            #0085ca 200px,
            #007cc1 200px,
            #007cc1 260px,
            #0096d9 260px,
            #0096d9 320px,
            #0085ca 320px,
            #0085ca 360px,
            transparent 360px
        ),
        repeating-radial-gradient(
            circle at 50% 31%,
            #007cc1 360px,
            #007cc1 390px,
            #0096d9 390px,
            #0096d9 420px,
            #0085ca 420px,
            #0085ca 450px
        );
}

.product_detail .product_purple {
    background-image: linear-gradient(
            to bottom,
            rgba(114, 28, 91, 0.5) 60%,
            rgba(142, 55, 112, 0.9)
        ),
        radial-gradient(
            circle at 50% 31%,
            #8e3770 0px,
            #8e3770 140px,
            #841a5f 140px,
            #841a5f 200px,
            #721c5b 200px,
            #721c5b 260px,
            #8e3770 260px,
            #8e3770 320px,
            #841a5f 320px,
            #841a5f 360px,
            transparent 360px
        ),
        repeating-radial-gradient(
            circle at 50% 31%,
            #721c5b 360px,
            #721c5b 390px,
            #8e3770 390px,
            #8e3770 420px,
            #841a5f 420px,
            #841a5f 450px
        );
}

.product_detail .product_black {
    background-image: linear-gradient(
            to bottom,
            rgba(5, 7, 8, 0.5) 60%,
            rgba(61, 68, 70, 0.9)
        ),
        radial-gradient(
            circle at 50% 31%,
            #3d4446 0px,
            #3d4446 140px,
            #1d2528 140px,
            #1d2528 200px,
            #050708 200px,
            #050708 260px,
            #3d4446 260px,
            #3d4446 320px,
            #1d2528 320px,
            #1d2528 360px,
            transparent 360px
        ),
        repeating-radial-gradient(
            circle at 50% 31%,
            #050708 360px,
            #050708 390px,
            #3d4446 390px,
            #3d4446 420px,
            #1d2528 420px,
            #1d2528 450px
        );
}

.product_detail .product_detail .product_orange {
    background-image: linear-gradient(
            to bottom,
            rgba(242, 117, 0, 0.5) 60%,
            rgba(255, 159, 49, 0.9)
        ),
        radial-gradient(
            circle at 50% 31%,
            #d96000 0px,
            #d96000 140px,
            #e66a00 140px,
            #e66a00 200px,
            #ff7f00 200px,
            #ff7f00 260px,
            #ff8916 260px,
            #ff8916 320px,
            #ff9424 320px,
            #ff9424 360px,
            transparent 360px
        ),
        repeating-radial-gradient(
            circle at 50% 31%,
            #f27500 360px,
            #f27500 390px,
            #ff8916 390px,
            #ff8916 420px,
            #ff9f31 420px,
            #ff9f31 450px
        );
}

.product_detail .product_baked_green {
    background-image: url(/qa/s3fs-public/2024-06/baked_green.jpg);
}

.product_detail .product_baked_red {
    background-image: url(/qa/s3fs-public/2024-06/baked_red.jpg);
}

.product_detail .product_baked_burgundy {
    background-image: url(/qa/s3fs-public/2024-06/baked_burgundy.jpg);
}

.product_detail .product_baked_brown {
    background-image: url(/qa/s3fs-public/2024-06/baked_brown.png);
}

.product_detail .product_baked_blue {
    background-image: url(/qa/s3fs-public/2024-06/baked_blue.jpg);
}

.product_detail .product__detail {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
}

.product_detail .product__detail h1 {
    color: #fed018;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
}

.product_detail .product__detail p {
    width: 50%;
    margin: 0 auto;
    color: #616368;
    padding: 20px;
}

.product_detail .product__detail table {
    border: #fff;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    font-family: Montserrat;
}

.product_detail .product__detail table tbody tr td {
    border-top: 3px solid #fed018;
    border-bottom: 3px solid #fed018;
    color: #e31f0e;
    line-height: 2rem;
}

.product_detail .product__detail table thead tr th {
    border-top: 3px solid #fed018;
    border-bottom: 3px solid #fed018;
    color: #e31f0e;
    line-height: 3rem;
}

@media (max-width: 767px) {
    .product_detail {
        padding: 0;
    }

    .product_detail .product_image img {
        width: 50%;
    }

    .product_detail .product_image .change-product a .prevButton::after,
    .product_detail .product_image .change-product a .nextButton::after {
        font-size: 5vw;
    }

    .product_detail .product__detail {
        padding: 4vw 2vw;
        box-sizing: border-box;
    }

    .product_detail .product__detail table,
    .product_detail .product__detail p {
        width: 90%;
    }
}

@media (max-width: 400px) {
    .product_detail .product_image {
        margin-top: 9vw;
    }

    .products--text {
        font-size: 1rem !important;
        line-height: 1rem !important;
        padding: 0 0 4vw !important;
    }
}

.section__ads {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(
            to bottom,
            rgba(255, 206, 0, 0.5) 60%,
            rgba(255, 232, 0, 0.9)
        ),
        radial-gradient(
            circle at 50% 2%,
            #ffe800 0,
            #ffe800 140px,
            #ffdc00 140px,
            #ffdc00 200px,
            #ffce00 203px,
            #ffce00 261px,
            #ffe800 260px,
            #ffe800 313px,
            #ffdc00 375px,
            #ffdc00 360px,
            transparent 360px
        ),
        repeating-radial-gradient(
            circle at 50% 2%,
            #ffce00 300px,
            #ffce00 370px,
            #ffe800 360px,
            #ffe800 400px,
            #ffdc00 440px,
            #ffdc00 450px
        );
    background-position: top center;
}

.section__ads .ads__content {
    width: 70%;
    padding: 50px;
    margin: 5% auto;
}

.section__ads .ads__content .text-align {
    text-align: center;
}

.section__ads .ads__content h1 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: #e31f0e;
    padding-bottom: 30px;
    text-align: center;
}

.section__ads .ads__content .card {
    width: 100%;
    padding: 1%;
    margin: 0 auto;
}

.section__ads .ads__content .card .card-description {
    display: block;
}

.section__ads .ads__content .card .card-description h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #e31f0e;
    padding-bottom: 20px;
}

.section__ads .ads__content .card .card-description p {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    padding-bottom: 20px;
}

.section__ads .ads__content .card .card-video img {
    width: 100%;
    display: flex;
}

.section__ads .ads__content .card .card-video .sub-video {
    width: 100%;
    display: flex;
    justify-content: center;
}

.section__ads .ads__content .card .card-video .sub-video img {
    width: 95%;
    float: left;
    display: flex;
    padding: 2%;
}

.section__ads .ads__content .card .icon-youtube-ads {
    position: relative;
}

.section__ads .ads__content .card .icon-sub-youtube {
    position: relative;
}

.section__ads .ads__content .card .icon-youtube-ads::before {
    content: "\E919";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    font-size: 60px;
    color: #212121;
    opacity: 0.9;
    text-align: center;
    margin-top: 28%;
    margin-left: 0;
    display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M15.841 4.8s-.156-1.103-.637-1.587c-.609-.637-1.291-.641-1.603-.678c-2.237-.163-5.597-.163-5.597-.163h-.006s-3.359 0-5.597.163c-.313.038-.994.041-1.603.678C.317 3.697.164 4.8.164 4.8S.005 6.094.005 7.391v1.213c0 1.294.159 2.591.159 2.591s.156 1.103.634 1.588c.609.637 1.409.616 1.766.684c1.281.122 5.441.159 5.441.159s3.363-.006 5.6-.166c.313-.037.994-.041 1.603-.678c.481-.484.637-1.588.637-1.588s.159-1.294.159-2.591V7.39c-.003-1.294-.162-2.591-.162-2.591zm-9.494 5.275V5.578l4.322 2.256z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.section__ads .ads__content .card .icon-sub-youtube::before {
    content: "\E905";
    position: absolute;
    top: 40%;
    left: 14vw;
    width: 50px;
    height: 50px;
    font-size: 60px;
    color: #212121;
    opacity: 0.9;
    text-align: center;
    margin-top: 22%;
    margin-left: 0;
}

.section__ads .ads__content .card .icon-youtube-ads:hover::before {
    color: #e2061a;
    opacity: 1;
}

.section__ads .ads__content .card .icon-sub-youtube:hover::before {
    color: #e2061a;
    opacity: 1;
}

@media (max-width: 767px) {
    .section__ads .ads__content {
        width: 80%;
        padding: 50px 20px;
    }

    .section__ads .ads__content h1 {
        font-size: 20px;
        line-height: 22px;
        padding-bottom: 10px;
    }

    .section__ads .ads__content .card {
        width: 100%;
        padding: 1%;
        margin: 0 auto;
    }

    .section__ads .ads__content .card .card-description {
        display: block;
    }

    .section__ads .ads__content .card .card-description h2 {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 10px;
    }

    .section__ads .ads__content .card .card-description p {
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 10px;
    }

    .section__ads .ads__content .card .card-video img {
        width: 100%;
        display: flex;
    }

    .section__ads .ads__content .card .card-video .sub-video {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .section__ads .ads__content .card .card-video .sub-video img {
        width: 100%;
        padding: 2% 0;
    }

    .section__ads
        .ads__content
        .card
        .card-video
        .sub-video
        .icon-sub-youtube::before {
        content: "\E905";
        left: 34vw;
        margin-top: 22%;
        font-size: 45px;
    }

    .section__ads .ads__content .card .icon-youtube-ads::before {
        font-size: 45px;
    }
}

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: 0 !important;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lity.lity-opened {
    opacity: 1;
}

.lity.lity-closed {
    opacity: 0;
}

.lity * {
    box-sizing: border-box;
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: 0 !important;
}

.lity-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: 0 !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    transform: scale(1);
    transition: transform 0.3s ease;
}

.lity-closed .lity-content,
.lity-loading .lity-content {
    transform: scale(0.8);
}

.lity-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: -15%;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 70px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: 0 0;
    outline: 0;
    box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 70px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: 0 0;
    outline: 0;
    box-shadow: none;
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container,
.lity-iframe .lity-container,
.lity-vimeo .lity-container,
.lity-youtube .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.lity-hide {
    display: none;
}

.section__urunler {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 1260px;
    min-height: 200px;
    margin: 0 auto;
}

.section__urunler .urunler__content {
    width: 65%;
    padding: 50px;
    margin: 5% auto;
    background-color: #fff;
}

.section__urunler .urunler__content p {
    color: #000;
}

.section__urunler .urunler__content .text-align {
    text-align: center;
}

.section__urunler .urunler__content h1 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: #e31f0e;
    padding-bottom: 30px;
}

.section__urunler .urunler__content .card {
    width: 100%;
    padding: 1%;
    margin: 0 auto;
    display: flex;
    padding: 15px 0;
}

.section__urunler .urunler__content .card .card-img {
    width: 30%;
    position: relative;
}

.section__urunler .urunler__content .card .card-img img {
    z-index: 2;
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    transition: 0.3s transform;
    display: block;
    position: relative;
}

.section__urunler .urunler__content .card .card-description {
    padding-top: 30px;
    width: 70%;
}

.section__urunler .urunler__content .card .card-description h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #e31f0e;
    padding-bottom: 20px;
}

.section__urunler .urunler__content .card .card-description p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
    color: #000;
}

.section__urunler .urunler__content .card .card-img .card-img-bg {
    opacity: 0;
    transition: 0.3s all;
    position: absolute;
    z-index: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.5);
    background-color: #ffda0b;
    filter: blur(40px);
}

.section__urunler .urunler__content .card:hover .card-img .card-img-bg {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.section__urunler .urunler__content .card:hover .card-img img {
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .section__urunler {
        padding-top: 100px;
        padding-bottom: 20px;
    }

    .section__urunler .urunler__content {
        width: 80%;
        padding: 20px;
    }

    .section__urunler .urunler__content h1 {
        font-size: 20px;
        line-height: 22px;
        padding-bottom: 10px;
    }

    .section__urunler .urunler__content .card {
        flex-direction: column;
        align-items: center;
    }

    .section__urunler .urunler__content .card .card-img {
        width: 100%;
    }

    .section__urunler .urunler__content .card .card-img img {
        position: relative;
        z-index: 2;
        transition: 0.3s transform;
        margin: 0 auto;
        max-width: 100px;
        width: 100%;
        display: block;
    }

    .section__urunler .urunler__content .card .card-img .card-img-bg {
        opacity: 1;
    }

    .section__urunler .urunler__content .card .card-description {
        width: 100%;
        padding-top: 30px;
    }

    .section__urunler .urunler__content .card .card-description h6,
    .section__urunler .urunler__content .card .card-description p {
        text-align: center;
    }

    .section__urunler .urunler__content .card .card-description h6 {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 10px;
    }

    .section__urunler .urunler__content .card .card-description p {
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 10px;
        color: #000;
    }
}

@media (max-width: 1200px) {
    .section__urunler .urunler__content {
        width: 80%;
    }
}

.section__urunler {
    min-height: 1000px;
    justify-content: center;
}

.section__urunler .urunler__content .card_klasik {
    width: 100%;
    padding: 1%;
    margin: 0 auto;
    display: flex;
    padding: 15px 0;
}

.section__urunler .urunler__content .card_klasik .card-img {
    width: 50%;
    position: relative;
}

.section__urunler .urunler__content .card_klasik .card-img img {
    width: 80%;
    max-width: none;
}

.section__urunler .urunler__content .card_klasik .card-description {
    width: 50%;
}

.section__urunler .urunler__content .card_klasik .card-description table {
    width: 100%;
}

.section__urunler .urunler__content .card_klasik .card-description table tr td {
    width: 50%;
    padding: 2%;
    border: 1px solid #bcbec0;
}

.section__gulumseyen_paket {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 960px;
    min-height: 200px;
    margin: 0 auto;
}

.section__gulumseyen_paket .paket__content {
    width: 65%;
    padding: 50px;
    margin: 5% auto;
    background-color: #fff;
}

.section__gulumseyen_paket .paket__content .text-align {
    text-align: center;
}

.section__gulumseyen_paket .paket__content h1 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: #e31f0e;
    padding-bottom: 30px;
}

.section__gulumseyen_paket .paket__content .card {
    width: 100%;
    padding: 1%;
    margin: 0 auto;
    display: flex;
    padding: 15px 0;
    flex-direction: column;
}

.section__gulumseyen_paket .paket__content .card .card-img {
    width: 100%;
    position: relative;
}

.section__gulumseyen_paket .paket__content .card .card-img img {
    width: 100%;
    margin: 0 auto;
    transition: 0.3s transform;
    display: block;
    position: relative;
}

.section__gulumseyen_paket .paket__content .card .card-description {
    padding-top: 30px;
    width: 100%;
}

.section__gulumseyen_paket .paket__content .card .card-description p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
    color: #000;
}

.section__gulumseyen_paket .paket__content .products {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.section__gulumseyen_paket .paket__content .products img {
    width: 30%;
}

@media (max-width: 767px) {
    .section__gulumseyen_paket {
        padding-top: 85px;
        padding-bottom: 20px;
    }

    .section__gulumseyen_paket .paket__content {
        width: 80%;
        padding: 20px;
    }

    .section__gulumseyen_paket .paket__content h1 {
        font-size: 20px;
        line-height: 22px;
        padding-bottom: 10px;
    }

    .section__gulumseyen_paket .paket__content .card .card-description p {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 10px;
    }
}

.communication {
    display: inline-flex;
    padding: 14vw 0;
    background-repeat: no-repeat;
    background-image: url(/qa/s3fs-public/2024-06/bg-product.png);
    background-size: cover;
    background-position: center;
}

.communication .communication_detail {
    width: 40%;
    margin: 0 auto;
}

.communication .communication_detail h1 {
    color: red;
    font-weight: 700;
    margin: 0 auto;
    width: 70%;
    font-size: 2rem;
    line-height: 2.5rem;
}

.communication .communication_detail p {
    color: #000;
    margin: 0 auto;
    width: 70%;
    margin-top: 30px;
    line-height: 1.25rem;
}

.communication .maps {
    width: 40%;
    margin: 0 auto;
    min-height: 500px;
}

.communication .maps iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .communication {
        display: inline-grid;
    }

    .communication .communication_detail {
        width: 90%;
    }

    .communication .communication_detail h1 {
        margin: 0 auto;
        width: 90%;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .communication .communication_detail p {
        margin: 10px auto;
        width: 90%;
    }

    .communication .maps {
        width: 90%;
    }
}

.section__patetesler {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 1460px;
    min-height: 1000px;
    margin: 0 auto;
}

.section__patetesler .text-align {
    text-align: center;
}

.section__patetesler .sub__content {
    width: 60%;
    padding: 50px;
    margin: -100px auto 5%;
    background-color: #fff;
    z-index: 8;
}

.section__patetesler .sub__content h1 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: #e31f0e;
    padding-bottom: 30px;
}

.section__patetesler .sub__content p {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    padding-bottom: 20px;
}

.section__patetesler .images_semi_content {
    display: flex;
    flex-direction: row;
}

.section__patetesler .images_semi_content img {
    width: 50%;
}

.section__patetesler .images_semi_content .left-images {
    width: 50%;
    position: relative;
    display: flex;
}

.section__patetesler .images_semi_content .left-images img {
    width: 100%;
}

.section__patetesler .images_semi_content .right-images {
    width: 50%;
    position: relative;
    display: flex;
}

.section__patetesler .images_semi_content .right-images img {
    width: 100%;
}

@media (max-width: 1200px) {
    .section__patetesler {
        min-height: 900px;
    }

    .section__patetesler .sub__content {
        width: 75%;
        padding: 30px;
        margin: -20px auto 5%;
        background-color: #fff;
        z-index: 8;
    }

    .section__patetesler .sub__content h1 {
        font-size: 20px;
        line-height: 22px;
        padding-bottom: 10px;
        color: #e31f0e;
    }

    .section__patetesler .sub__content p {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 10px;
        color: #000;
    }
}

.section__ciftci {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 1000px;
    margin: 0 auto;
}

.section__ciftci .text-align {
    text-align: center;
}

.section__ciftci .sub__content {
    width: 50%;
    padding: 50px;
    margin: -100px auto 5%;
    background-color: #fff;
    z-index: 8;
}

.section__ciftci .sub__content h1 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: #e31f0e;
    padding-bottom: 30px;
}

.section__ciftci .sub__content img {
    display: flex;
    margin: 0 auto;
    width: 80%;
}

.section__ciftci .products_content {
    display: flex;
    flex-direction: row;
}

.section__ciftci .products_content img {
    width: 100%;
}

@media (max-width: 1600px) {
    .section__ciftci {
        min-height: 600px;
    }

    .section__ciftci .sub__content img {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .section__ciftci {
        min-height: 750px;
    }

    .section__ciftci .sub__content {
        width: 75%;
        padding: 30px;
        margin: -20px auto 5%;
        background-color: #fff;
        z-index: 8;
    }

    .section__ciftci .sub__content h1 {
        font-size: 20px;
        line-height: 22px;
        padding-bottom: 10px;
        color: #e31f0e;
    }
}

.main_container-tarladan {
    background-color: transparent;
    padding-top: 0 !important;
    background-image: url(/qa/s3fs-public/2024-06/background-pattern.png);
    background-repeat: no-repeat;
}

.section__tarladan {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-image: url(/qa/s3fs-public/2024-06/background-pattern.png);
}

.section__tarladan .hero__component {
    background-image: url(/qa/s3fs-public/2024-06/background-pattern.png);
    width: 100%;
    background-position-y: bottom;
    z-index: 8;
}

.section__tarladan .hero__component .desktop {
    display: flex;
}

.section__tarladan .hero__component .mobil {
    display: none;
}

.section__tarladan .hero__component .slider {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    justify-content: center;
}
.text-block-tarim .text_container .tarim_img a:hover .text_container_image {
    transform: scale(1.25);
}
.section__tarladan .hero__component .slider video {
    width: 100%;
}

.section__tarladan .hero__component .slider img {
    width: 100%;
}

.section__tarladan .video__component {
    background-image: url(/qa/s3fs-public/2024-06/background-pattern.png);
    width: 100%;
    background-position-y: bottom;
    z-index: 8;
}

.section__tarladan .video__component .desktop {
    display: flex;
}

.section__tarladan .video__component .mobil {
    display: none;
}

.section__tarladan .video__component .slider {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    justify-content: center;
}

.section__tarladan .video__component .slider video {
    width: 100%;
}

.section__tarladan .video__component .slider img {
    width: 100%;
}

.section__tarladan .introduction_component {
    width: 100%;
    align-self: center;
    position: relative;
}

.section__tarladan .introduction_component .background-pattern {
    background-image: url(/qa/s3fs-public/2024-06/background-pattern.png);
    background-size: cover;
}

.section__tarladan .introduction_component #map {
    width: 100%;
    height: 400px;
    border: 10px solid #fff;
    border-radius: 25px;
    z-index: 1;
}

@media only screen and (max-width: 540px) {
    .section__tarladan .introduction_component .hashtag {
        font-size: 6.5vw !important;
    }

    .section__tarladan .introduction_component .video-wrapper {
        height: 110% !important;
    }

    .section__tarladan .introduction_component #map {
        height: 200px;
    }
}

.section__tarladan .introduction_component .seperator {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -2rem;
    width: 100%;
}

.section__tarladan .introduction_component .content_container {
    background-color: transparent;
    display: flex;
    flex-direction: row;
}

.section__tarladan
    .introduction_component
    .content_container
    .field-background {
    background-image: url(/qa/s3fs-public/2024-06/field-bkg-black.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    display: flex;
    padding: 0 1rem;
    justify-content: center;
}

.section__tarladan
    .introduction_component
    .content_container
    .field-background
    .field_container {
    flex: 0 0 32%;
}

.section__tarladan
    .introduction_component
    .content_container
    .field-background
    .field_container
    .person_container {
    display: flex;
    position: relative;
    width: 90%;
    margin: 0 auto;
    z-index: 1;
}

.section__tarladan
    .introduction_component
    .content_container
    .field-background
    .field_container
    .person_container
    .image-block {
    flex: 0 0 100%;
}

.section__tarladan
    .introduction_component
    .content_container
    .field-background
    .field_container
    .person_container
    .image-block
    img {
    width: 35%;
}

.section__tarladan
    .introduction_component
    .content_container
    .field-background
    .field_container
    .person_container
    .zeynep_aker {
    position: absolute;
    top: 15px;
    right: 20px;
}

.section__tarladan
    .introduction_component
    .content_container
    .field-background
    .field_container
    .person_container
    .zeynep_aker
    p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 20px 0;
}

.section__tarladan
    .introduction_component
    .content_container
    .field-background
    .field_container
    .person_container
    .yakup_ozbay {
    position: absolute;
    top: 15px;
    right: 20px;
}

.section__tarladan
    .introduction_component
    .content_container
    .field-background
    .field_container
    .person_container
    .yakup_ozbay
    p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 20px 0;
}

.section__tarladan
    .introduction_component
    .content_container
    .field-background
    .field_container
    .person_container
    .mustafa_ersoy {
    position: absolute;
    top: 15px;
    right: 20px;
}

.section__tarladan
    .introduction_component
    .content_container
    .field-background
    .field_container
    .person_container
    .mustafa_ersoy
    p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 20px 0;
}

.section__tarladan
    .introduction_component
    .content_container
    .field-background
    .field_container
    .image-block
    .video-wrapper
    video {
    width: 90%;
}

.section__tarladan .introduction_component .content_container .image-block {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
}

.section__tarladan
    .introduction_component
    .content_container
    .image-block
    .video-wrapper {
    display: flex;
    z-index: 9;
    transform: none !important;
}

.section__tarladan
    .introduction_component
    .content_container
    .image-block
    video {
    width: 85%;
    margin: 0 auto;
}

.section__tarladan
    .introduction_component
    .content_container
    .harita
    img {
    flex: 0 0 45%;
    width: 95%;
    border: 4px solid #fed018;
    border-radius: 20px;
}

.section__tarladan .introduction_component .content_container .text-block {
    flex: 0 0 50%;
    padding: 1rem;
    background-image: url(/qa/s3fs-public/2024-06/field-bkg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section__tarladan .introduction_component .content_container .text-block span {
    font-size: 3.25vw;
    line-height: 4vw;
    color: #e31f0e;
}

.section__tarladan .introduction_component .content_container .text-block p {
    font-size: 1.5vw;
    line-height: 2.5vw;
}

.section__tarladan
    .introduction_component
    .content_container
    .text-block-yellow {
    flex: 2 0 0;
}

.section__tarladan
    .introduction_component
    .content_container
    .text-block-yellow
    span {
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #1e6d2c;
}

.section__tarladan
    .introduction_component
    .content_container
    .text-block-yellow
    p {
    color: #1e6d2c;
}

.section__tarladan .introduction_component .content_container .text-block-info {
    align-self: center;
    display: flex;
    flex-direction: column;
}

.section__tarladan
    .introduction_component
    .content_container
    .text-block-info
    span {
    color: #fff;
    align-self: center;
    font-size: 1.5rem;
}

.section__tarladan
    .introduction_component
    .content_container
    .text-block-info
    p {
    color: #fff;
    align-self: center;
    text-align: center;
}

.section__tarladan
    .introduction_component
    .content_container
    .text-block-yellow {
    flex: 0 0 45%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section__tarladan
    .introduction_component
    .content_container
    .text-block-yellow
    span {
    font-size: 3.25vw;
    line-height: 4vw;
    color: #db1a0b;
}

.section__tarladan
    .introduction_component
    .content_container
    .text-block-yellow
    p {
    font-size: 1rem;
    text-align: center;
    line-height: 1.5vw;
}

.section__tarladan .introduction_component .content_container .image-block {
    flex: 0 0 45%;
    text-align: -webkit-center;
}

.section__tarladan .introduction_component .content_container-patatesler {
    display: flex;
}

.section__tarladan
    .introduction_component
    .content_container-patatesler
    .image-block {
    flex: 0 0 100%;
    padding: 1rem 0;
    text-align: center;
}

.section__tarladan
    .introduction_component
    .content_container-patatesler
    .image-block
    img {
    width: 95%;
}

.section__tarladan .introduction_component .field_left {
    background-position: left;
}

.section__tarladan .introduction_component .field_right {
    background-position: right;
    flex-direction: column;
}

.section__tarladan .introduction_component .field_right h1 {
    text-align: center;
    color: #fed018;
    padding: 1rem 0;
    background-color: #195c25;
}

.section__tarladan .introduction_component .background-red {
    background-image: url(/qa/s3fs-public/2024-06/background-pattern-red.jpg);
}

.section__tarladan .introduction_component .background-green {
    background-image: url(/qa/s3fs-public/2024-06/background-pattern-green.png);
}

.section__tarladan
    .introduction_component
    .background-green
    .animation-wrapper {
    background-image: url(/qa/s3fs-public/2024-06/crunchy-bg-red.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 10vw;
}

.section__tarladan
    .introduction_component
    .background-green
    .animation-wrapper
    #crunchyAnimation {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.section__tarladan
    .introduction_component
    .background-green
    .animation-wrapper
    #crunchyAnimation
    .scaleUp {
    -webkit-animation: scale 1.5s ease-in-out;
    animation: scale 1.5s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.section__tarladan
    .introduction_component
    .background-green
    .animation-wrapper
    #crunchyAnimation
    p {
    font-size: 3.5vw;
    color: #fed018;
}

.section__tarladan .introduction_component .background-yellow {
    background-image: url(/qa/s3fs-public/2024-06/background-pattern-yellow.jpg);
}

.section__tarladan .introduction_component .background-soft {
    background-image: url(/qa/s3fs-public/2024-06/background-pattern.png);
    position: relative;
    padding: 1rem 0;
}

.section__tarladan .products {
    background-image: url(/qa/s3fs-public/2024-06/lays_website_circles@desktop.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex;
    padding: 0 0 2rem;
    width: 100%;
    position: relative;
    justify-content: center;
}

.section__tarladan .products .text-block {
    max-width: 20%;
    z-index: 1;
    align-self: center;
}

.section__tarladan .products .text-block span {
    font-size: 2.5vw;
    color: #e31f0e;
    line-height: 2.5vw;
}

.section__tarladan .products .text-block p {
    font-size: 1.5vw;
    line-height: 1.5vw;
    margin: 2vw 0;
    padding: 0;
}

.section__tarladan .products .text-block a {
    background-color: #e31f0e;
    border-color: #e31f0e;
    cursor: pointer;
    text-align: center;
    font-weight: 900;
    font-size: 0.875rem;
    line-height: 1;
    padding: 1vw;
    color: #fff;
    border: 2px solid #e31f0e;
    display: block;
    width: 50%;
    margin-top: 10px;
}

.section__tarladan .products .text-block a:hover {
    background-color: #fff;
    color: #e31f0e;
}

.section__tarladan .products .product-slider {
    display: inline-flex;
}

.section__tarladan .products .product-slider .item {
    padding: 0;
    padding-top: 0;
}

.section__tarladan .products .product-slider .item .product {
    text-align: -webkit-center;
    text-align: -moz-webkit-center;
    text-align: center;
}

.section__tarladan .products .product-slider .item .product img {
    width: 75%;
}

.section__tarladan .products .product-slider .item .product h2 {
    padding: 30px 0;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
}

.section__tarladan .products .product-slider .item .product a {
    background-color: #e31f0e;
    border-color: #e31f0e;
    cursor: pointer;
    text-align: center;
    font-weight: 900;
    font-size: 0.875rem;
    line-height: 1;
    padding: 0.9375rem 2.6875rem;
    color: #fff;
    border: 2px solid #e31f0e;
    justify-content: center;
    display: inline-flex;
}

.section__tarladan .products .product-slider .item .product a:hover {
    background-color: #fff;
    color: #e31f0e;
}

.section__tarladan .products .tns-outer {
    width: 60%;
}

.section__tarladan .tns-inner {
    overflow: hidden;
}

.section__tarladan .slider_options .tns-outer {
    width: 100%;
    position: relative;
}

.section__tarladan .slider_options .tns-outer img {
    width: 100%;
    height: 100%;
}

.section__tarladan .slider_options .tns-outer [hidden] {
    display: none;
}

.section__tarladan .slider_options .tns-outer [aria-controls],
.section__tarladan .slider_options .tns-outer [data-action] {
    cursor: pointer;
}

.section__tarladan .slider_options .tns-outer button {
    display: block;
}

.section__tarladan .slider_options .tns-outer .tns-inner {
    width: 100%;
    height: 100%;
    display: inherit;
}

.section__tarladan .slider_options .tns-outer .tns-inner #tns1 {
    display: flex;
}

.section__tarladan .tns-controls {
    width: 60%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 5;
    top: 40%;
    margin: 0 2%;
    height: 1px;
}

.section__tarladan .tns-controls button[data-controls="prev"],
.section__tarladan .tns-controls button[data-controls="next"] {
    transition: 0.3s background-color;
    background-color: rgba(255, 255, 255, 0.4);
    border: 10px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    height: 45px;
}

.section__tarladan .tns-controls button[data-controls="prev"]:hover,
.section__tarladan .tns-controls button[data-controls="next"]:hover {
    background-color: #fff;
    border: 10px solid #fff;
    border-radius: 50%;
}

.section__tarladan .tns-controls button[data-controls="prev"]::after {
    font-family: "icomoon";
    content: "\F123";
    font-size: 24px;
    color: gray;
}

.section__tarladan .tns-controls button[data-controls="next"]::after {
    font-family: "icomoon";
    content: "\F124";
    font-size: 24px;
    color: gray;
}

.section__tarladan .tns-controls:focus {
    border: none;
}

@media only screen and (max-width: 992px) {
    .section__tarladan {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .section__tarladan .hero__component {
        background-image: url(/qa/s3fs-public/2024-06/background-pattern.png);
        width: 100%;
        background-position-y: bottom;
        z-index: 8;
    }

    .section__tarladan .hero__component .desktop {
        display: flex;
    }

    .section__tarladan .hero__component .mobil {
        display: none;
    }

    .section__tarladan .hero__component .slider {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        justify-content: center;
        padding: 2rem 0 0;
    }

    .section__tarladan .hero__component .slider img {
        width: 100%;
    }

    .section__tarladan .introduction_component {
        width: 100%;
        align-self: center;
        position: relative;
    }

    .section__tarladan .introduction_component .seperator {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: -2rem;
        width: 100%;
    }

    .section__tarladan .introduction_component .intro_desc {
        padding: 15% 0 !important;
        margin: -55px 0;
    }

    .section__tarladan .introduction_component .content_container {
        background-color: transparent;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background {
        flex-direction: row;
        display: flex;
        background-size: contain;
        justify-content: space-between;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container {
        flex: 0 0 30%;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container {
        display: flex;
        position: relative;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .zeynep_aker {
        position: unset;
        width: 50%;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .zeynep_aker
        span {
        align-self: unset;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .zeynep_aker
        p {
        text-align: initial;
        align-self: unset;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .yakup_ozbay {
        position: unset;
        width: 50%;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .yakup_ozbay
        span {
        align-self: unset;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .yakup_ozbay
        p {
        text-align: initial;
        align-self: unset;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .mustafa_ersoy {
        position: unset;
        width: 50%;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .mustafa_ersoy
        span {
        align-self: unset;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .mustafa_ersoy
        p {
        text-align: initial;
        align-self: unset;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .animation-wrapper {
        height: 15vw;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-tarim {
        flex-direction: row;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-tarim
        .text_container {
        max-width: 20%;
        flex: none;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-tarim
        .text_container
        .tarim_img {
        width: unset;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text_container_main {
        flex-direction: column;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text_container_main
        .text_container_image {
        width: 25%;
        align-self: center;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-white {
        padding: 1rem;
        width: 80%;
        margin: 0 auto;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-white
        p {
        line-height: 2rem;
        font-size: 1.25rem;
        color: #1e6d2c;
        text-align: center;
    }

    .section__tarladan .introduction_component .content_container .text-block {
        flex: 0 0 50%;
        padding: 1rem;
        background-image: url(/qa/s3fs-public/2024-06/field-bkg.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block
        span {
        font-size: 4vw;
        line-height: 4vw;
        color: #e31f0e;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block
        p {
        font-size: 2vw;
        line-height: 2.5vw;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-black {
        flex: 1 0 0;
        padding: 1rem;
        background-image: url(/qa/s3fs-public/2024-06/field-bkg-black.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        .text_container {
        margin: 1rem 0;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        .text_container
        p {
        font-size: 1rem;
        line-height: 1.25rem;
        text-align: center;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        .text_container
        p
        a {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        span {
        font-size: 6.25vw;
        line-height: 6.5vw;
        color: #fed018;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        p {
        font-size: 2vw;
        line-height: 2.5vw;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        span {
        color: #1e6d2c;
        text-align: center;
        font-size: 6.25vw;
        line-height: 6.5vw;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        p {
        color: #fed018;
    }

    .section__tarladan .introduction_component .content_container .farmers {
        flex: 1 0 0;
        align-self: flex-end;
        display: flex;
    }

    .section__tarladan .introduction_component .content_container .farmers img {
        width: 50%;
        margin-bottom: 4px !important;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-info {
        width: 100%;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-yellow {
        flex: 0 0 45%;
        padding: inherit;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-yellow
        span {
        font-size: 6vw;
        line-height: 6.5vw;
        color: #fed018;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-yellow
        p {
        font-size: 6vw;
        line-height: 6.5vw;
        text-align: center;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .image-block {
        padding-bottom: 1rem;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .text-block-yellow {
        padding-bottom: 1rem;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .text-block-yellow
        p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .image-block {
        flex: 1 0 0;
        padding: 1rem 0;
        text-align: -webkit-center;
        height: 250px;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .image-block
        img {
        margin-bottom: -5px;
        width: 180px;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .image-block
        img.bottom-edge {
        position: absolute;
        bottom: 0;
        display: block;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .image-block
        video {
        width: 70%;
    }

    .section__tarladan .introduction_component .content_container-patatesler {
        display: flex;
    }

    .section__tarladan
        .introduction_component
        .content_container-patatesler
        .image-block {
        flex: 0 0 100%;
        padding: 1rem 0;
        text-align: center;
    }

    .section__tarladan
        .introduction_component
        .content_container-patatesler
        .image-block
        img {
        width: 95%;
    }
}

@media only screen and (max-width: 860px) {
    .section__tarladan {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .section__tarladan .hero__component {
        background-image: url(/qa/s3fs-public/2024-06/background-pattern.png);
        width: 100%;
        background-position-y: bottom;
        z-index: 8;
    }

    .section__tarladan .hero__component .desktop {
        display: none;
    }

    .section__tarladan .hero__component .mobil {
        display: flex;
    }

    .section__tarladan .hero__component .slider {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        justify-content: center;
        padding: 2rem 0 0;
    }

    .section__tarladan .hero__component .slider img {
        width: 100%;
    }

    .section__tarladan .introduction_component {
        width: 100%;
        align-self: center;
        position: relative;
    }

    .section__tarladan .introduction_component .seperator {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: -2rem;
        width: 100%;
    }

    .section__tarladan .introduction_component .intro_desc {
        padding: 15% 0 !important;
        margin: -55px 0;
    }

    .section__tarladan .introduction_component .background-soft .image-block {
        justify-content: center;
    }

    .section__tarladan .introduction_component .content_container {
        background-color: transparent;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background {
        flex-direction: column;
        display: flex;
        background-size: contain;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container {
        flex: 0 0 30%;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container {
        display: flex;
        position: relative;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .zeynep_aker {
        position: unset;
        width: 50%;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .zeynep_aker
        p {
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding: 20px 0;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .yakup_ozbay {
        position: unset;
        width: 50%;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .yakup_ozbay
        p {
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding: 20px 0;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .mustafa_ersoy {
        position: unset;
        width: 50%;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .mustafa_ersoy
        p {
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding: 20px 0;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .animation-wrapper {
        height: 25vw;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .animation-wrapper
        #crunchyAnimation
        p {
        font-size: 2rem;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-tarim {
        flex-direction: column;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-tarim
        .text_container {
        max-width: 100%;
        padding-bottom: 5rem;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text_container_main {
        flex-direction: column;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text_container_main
        .text_container_image {
        width: 25%;
        align-self: center;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-white {
        padding: 1rem;
        width: 80%;
        margin: 0 auto;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-white
        p {
        line-height: 2rem;
        font-size: 1.25rem;
        color: #1e6d2c;
        text-align: center;
    }

    .section__tarladan .introduction_component .content_container .text-block {
        flex: 0 0 50%;
        padding: 1rem;
        background-image: url(/qa/s3fs-public/2024-06/field-bkg.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block
        span {
        font-size: 4vw;
        line-height: 4vw;
        color: #e31f0e;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block
        p {
        font-size: 2vw;
        line-height: 2.5vw;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-black {
        flex: 1 0 0;
        padding: 1rem;
        background-image: url(/qa/s3fs-public/2024-06/field-bkg-black.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        .text_container {
        margin: 1rem 0;
        flex: 0 0 30%;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        .text_container
        p {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        .text_container
        p
        a {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        span {
        font-size: 6.25vw;
        line-height: 6.5vw;
        color: #fed018;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        p {
        font-size: 2vw;
        line-height: 2.5vw;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        span {
        color: #1e6d2c;
        text-align: center;
        font-size: 6.25vw;
        line-height: 6.5vw;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        p {
        color: #fed018;
    }

    .section__tarladan .introduction_component .content_container .farmers {
        flex: 1 0 0;
        align-self: flex-end;
        display: flex;
    }

    .section__tarladan .introduction_component .content_container .farmers img {
        width: 50%;
        margin-bottom: 4px !important;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-info {
        width: 100%;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-info
        span {
        font-size: 1.25rem;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-yellow {
        flex: 0 0 45%;
        padding: inherit;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-yellow
        span {
        font-size: 6vw;
        line-height: 6.5vw;
        color: #fed018;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-yellow
        p {
        font-size: 6vw;
        line-height: 6.5vw;
        text-align: center;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .image-block {
        padding-bottom: 1rem;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .text-block-yellow {
        padding-bottom: 1rem;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .text-block-yellow
        p {
        font-size: 2vw;
        line-height: 2.5vw;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .image-block {
        flex: 1 0 0;
        padding: 1rem 0;
        text-align: -webkit-center;
        height: 250px;
        justify-content: center;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .image-block
        img {
        margin-bottom: -5px;
        width: 180px;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .image-block
        img.bottom-edge {
        position: absolute;
        bottom: 0;
        display: block;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .image-block
        video {
        width: 70%;
    }

    .section__tarladan .introduction_component .content_container-patatesler {
        display: flex;
    }

    .section__tarladan
        .introduction_component
        .content_container-patatesler
        .image-block {
        flex: 0 0 100%;
        padding: 1rem 0;
        text-align: center;
    }

    .section__tarladan
        .introduction_component
        .content_container-patatesler
        .image-block
        img {
        width: 95%;
    }
}

@media only screen and (max-width: 600px) {
    .section__tarladan {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .section__tarladan .hero__component {
        background-image: url(/qa/s3fs-public/2024-06/background-pattern.png);
        width: 100%;
        background-position-y: bottom;
        z-index: 8;
    }

    .section__tarladan .hero__component .desktop {
        display: none;
    }

    .section__tarladan .hero__component .mobil {
        display: flex;
    }

    .section__tarladan .hero__component .slider {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        justify-content: center;
        padding: 2rem 0 0;
    }

    .section__tarladan .hero__component .slider img {
        width: 100%;
    }

    .section__tarladan .introduction_component {
        width: 100%;
        align-self: center;
        position: relative;
    }

    .section__tarladan .introduction_component .seperator {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: -2rem;
        width: 100%;
    }

    .section__tarladan .introduction_component .intro_desc {
        padding: 15% 0 !important;
        margin: -55px 0;
    }

    .section__tarladan .introduction_component .content_container {
        background-color: transparent;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background {
        flex-direction: column;
        display: flex;
        background-size: contain;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container {
        flex: 0 0 30%;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container {
        display: flex;
        position: relative;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .zeynep_aker {
        position: unset;
        width: 50%;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .zeynep_aker
        p {
        font-size: 1.25rem;
        line-height: 1.25rem;
        padding: 20px 0;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .yakup_ozbay {
        position: unset;
        width: 50%;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .yakup_ozbay
        p {
        font-size: 1.25rem;
        line-height: 1.25rem;
        padding: 20px 0;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .mustafa_ersoy {
        position: unset;
        width: 50%;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .mustafa_ersoy
        p {
        font-size: 1.25rem;
        line-height: 1.25rem;
        padding: 20px 0;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .animation-wrapper {
        height: 25vw;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .animation-wrapper
        #crunchyAnimation
        p {
        font-size: 1rem;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-tarim {
        flex-direction: column;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-tarim
        .text_container {
        max-width: 100%;
        padding-bottom: 5rem;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text_container_main {
        flex-direction: column;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text_container_main
        .text_container_image {
        width: 25%;
        align-self: center;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-white {
        padding: 1rem;
        width: 80%;
        margin: 0 auto;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-white
        p {
        line-height: 2rem;
        font-size: 1.25rem;
        color: #1e6d2c;
        text-align: center;
    }

    .section__tarladan .introduction_component .content_container .text-block {
        flex: 0 0 50%;
        padding: 1rem;
        background-image: url(/qa/s3fs-public/2024-06/field-bkg.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block
        span {
        font-size: 4vw;
        line-height: 4vw;
        color: #e31f0e;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block
        p {
        font-size: 2vw;
        line-height: 2.5vw;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-black {
        flex: none;
        padding: 1rem;
        background-image: url(/qa/s3fs-public/2024-06/field-bkg-black.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        .text_container {
        margin: 1rem 0;
        flex: 0 0 40%;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        .text_container
        p {
        font-size: 3vw;
        line-height: 3.5vw;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        .text_container
        p
        a {
        font-size: 3vw;
        line-height: 3.5vw;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        span {
        font-size: 6.25vw;
        line-height: 6.5vw;
        color: #fed018;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        p {
        font-size: 2vw;
        line-height: 2.5vw;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        span {
        color: #1e6d2c;
        text-align: center;
        font-size: 6.25vw;
        line-height: 6.5vw;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .section__tarladan
        .introduction_component
        .content_container
        .text-block-black
        p {
        color: #fed018;
    }

    .section__tarladan .introduction_component .content_container .farmers {
        flex: 1 0 0;
        align-self: flex-end;
        display: flex;
    }

    .section__tarladan .introduction_component .content_container .farmers img {
        width: 50%;
        margin-bottom: 4px !important;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-info {
        width: 100%;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-info
        span {
        font-size: 1.25rem;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-yellow {
        flex: 0 0 45%;
        padding: inherit;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-yellow
        span {
        font-size: 6vw;
        line-height: 6.5vw;
        color: #fed018;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .text-block-yellow
        p {
        font-size: 6vw;
        line-height: 6.5vw;
        text-align: center;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .image-block {
        padding-bottom: 1rem;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .text-block-yellow {
        padding-bottom: 1rem;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .text-block-yellow
        p {
        font-size: 3vw;
        line-height: 3.5vw;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .image-block {
        flex: 1 0 0;
        padding: 1rem 0;
        text-align: -webkit-center;
        height: 250px;
        justify-content: center;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .image-block
        img {
        margin-bottom: -5px;
        width: 180px;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .image-block
        img.bottom-edge {
        position: absolute;
        bottom: 0;
        display: block;
    }

    .section__tarladan
        .introduction_component
        .content_container
        .field-background
        .field_container
        .person_container
        .image-block
        video {
        width: 70%;
    }

    .section__tarladan .introduction_component .content_container-patatesler {
        display: flex;
    }

    .section__tarladan
        .introduction_component
        .content_container-patatesler
        .image-block {
        flex: 0 0 100%;
        padding: 1rem 0;
        text-align: center;
    }

    .section__tarladan
        .introduction_component
        .content_container-patatesler
        .image-block
        img {
        width: 95%;
    }
}

.section__tarladan .introduction_component .content_container .farmers {
    flex: 1 0 0;
    align-self: flex-end;
    display: flex;
}

.section__tarladan .introduction_component .content_container .farmers img {
    width: 50%;
    margin-bottom: -15px;
}

.text-block-black {
    flex: 1 0 0;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem 1rem;
}

.text-block-black .text_container {
    display: flex;
    flex: 0 0 32%;
    flex-direction: column;
    background-color: #1e6d2c;
    border-radius: 20px;
    overflow: overlay;
}

.text-block-black .text_container .text_container_image {
    width: 100%;
}
.text-block-black .text_container .patates-cuvali {
    text-align: center;
    text-align: -webkit-center;
}
.text-block-black .text_container .patates-cuvali img {
    width: 50%;
    align-self: center;
    padding-bottom: 5px;
}

.text-block-black .text_container p {
    align-self: center;
    padding: 1rem;
}

.text-block-black ul {
    width: 80%;
    margin: 0 auto;
}

.text-block-black li {
    color: #1e6d2c;
    font-size: 1rem;
    line-height: 1rem;
    display: block;
    white-space: pre-wrap;
    text-align: center;
}

.text-block-black span {
    color: #1e6d2c;
    text-align: center;
}

.text-block-black p {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #fff;
    text-align: justify;
}

.text-block-black p a {
    color: #fff;
    font-size: 1.25vw;
    line-height: 2.5vw;
    text-decoration: underline;
}

.text-block-white {
    padding: 1rem;
    width: 80%;
    margin: 0 auto;
}

.text-block-white p {
    line-height: 2rem;
    font-size: 1.25rem;
    color: #1e6d2c;
    text-align: justify;
}

.text_container_main {
    display: flex;
    padding: 0.5rem;
    justify-content: center;
}

.text_container_main img {
    width: 10%;
    padding: 0 1rem;
}

.text_container_main span {
    align-self: center;
    padding: 1rem;
}

.text_container_main span {
    font-size: 1.5rem;
    color: #1e6d2c;
    text-align: center;
}

.text-block-tarim {
    display: flex;
    flex: 1 0 0;
}

.text-block-tarim .text_container {
    flex-direction: column;
    display: flex;
    max-width: 20%;
    padding-bottom: 1rem;
}

.text-block-tarim .text_container .tarim_img {
    height: 150px;
    width: 250px;
    align-self: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.text-block-tarim .text_container .tarim_img a img {
    width: auto;
    padding: 1rem;
    align-self: center;
    transition: all 0.2s ease-in-out;
}

.text-block-tarim .text_container .tarim_img a:hover img {
    transform: scale(1.25);
}

.text-block-tarim .text_container .h1-style {
    align-self: initial;
    padding: 1rem 0;
    height: 50px;
    text-align: center;
    font-size: 1.25rem;
}

.text-block-tarim span {
    color: #fff;
    text-align: center;
}

.text-block-tarim p {
    color: #fff;
    text-align: center;
    padding: 1rem;
    font-size: 1rem;
}

.text-block-tarim li {
    color: #fff;
    text-align: center;
    padding: 0 1rem;
    font-size: 1rem;
    list-style: disc;
}

.section__tarladan .introduction_component .content_container .text-block {
    flex: 1 0 0;
}

.section__tarladan
    .introduction_component
    .content_container
    .text-block-yellow {
    flex: 2 0 0;
    color: #f1dab1;
}

.section__tarladan
    .introduction_component
    .content_container
    .text-block-yellow
    span {
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #f1dab1;
}

.section__tarladan
    .introduction_component
    .content_container
    .text-block-yellow
    p {
    color: #f1dab1;
}

.yellow-bg {
    padding: 1rem;
    align-self: center;
}

.yellow-bg span {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #1e6d2c;
}

.yellow-bg p {
    color: #1e6d2c;
}

.section__tarladan
    .introduction_component
    .background-yellow
    .text-block-yellow {
    flex: 2 0 0;
    color: #fff;
}

.section__tarladan
    .introduction_component
    .background-yellow
    .text-block-yellow
    span {
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
}

.section__tarladan
    .introduction_component
    .background-yellow
    .text-block-yellow
    p {
    color: #fff;
}

.section__tarladan
    .introduction_component
    .content_container
    .image-block
    img.bottom-edge {
    position: absolute;
    bottom: 0;
    display: block;
}

.section__tarladan
    .introduction_component
    .content_container
    .image-block
    img.left-edge {
    right: 10px;
    width: 15%;
}

.section__tarladan
    .introduction_component
    .content_container
    .image-block
    img.right-edge {
    right: 300px;
    width: 15%;
}

@media (max-width: 1200px) {
    .section__tarladan .products {
        display: flex;
        flex-direction: column;
        padding: 6vw 0;
    }

    .section__tarladan .products .bowl {
        display: none;
    }

    .section__tarladan .products .text-block span {
        font-size: 8vw;
        line-height: 8vw;
    }

    .section__tarladan .products .text-block p {
        font-size: 3vw;
        line-height: 3vw;
        margin: 1vw 0;
        padding: 0;
    }

    .section__tarladan .products .tns-outer .tns-controls {
        width: 100% !important;
        display: flex;
        justify-content: space-around;
        position: absolute;
        z-index: 99;
        top: 25%;
        margin: 0 auto;
    }

    .section__tarladan .products .product-slider .item {
        padding: 4vw 0;
    }

    .section__tarladan .products .product-slider .item .product h2 {
        font-size: 5vw;
    }

    .section__tarladan .products .text-block {
        max-width: 96%;
        width: 100%;
        padding: 20px;
    }

    .section__tarladan .products .text-block p {
        line-height: 3vw;
    }

    .section__tarladan .products .tns-outer {
        width: 100%;
    }

    .section__tarladan .products .tns-outer .tns-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .section__tarladan .products .tns-outer .tns-controls {
        width: 90% !important;
        display: flex;
        justify-content: space-between;
        position: absolute;
        z-index: 8;
        top: 35%;
        margin: 0 !important;
        left: 5%;
    }
}

@media (max-width: 479px) {
    .section__tarladan .products .tns-outer {
        width: 100%;
    }

    .section__tarladan .products .tns-outer .tns-nav {
        display: none;
    }

    .section__tarladan .products .product-slider .item .product h2 {
        padding: 10px 0;
    }

    .section__tarladan .products .text-block {
        align-self: center;
        padding: 0;
    }

    .section__tarladan .products .text-block a {
        width: 90%;
        padding: 4vw;
    }

    .section__tarladan .products .text-block span {
        font-size: 12vw;
        line-height: 12vw;
    }

    .section__tarladan .products .text-block p {
        padding: 2vw 0;
        font-size: 5vw;
        line-height: 5vw;
    }
}

@media only screen and (min-width: 630px) {
    .section__main .products .tns-outer .tns-controls {
        display: none;
    }
}

.main_container {
    min-height: 650px;
    width: 100% !important;
    margin-left: 0 !important;
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.leaflet-container {
    overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.leaflet-tile::-moz-selection {
    background: transparent;
}

.leaflet-tile::selection {
    background: transparent;
}

.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}

.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    touch-action: none;
    touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    touch-action: none;
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    box-sizing: border-box;
    z-index: 800;
}

.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 400;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}

.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-control {
    float: left;
    clear: both;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}

.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}

.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted;
    pointer-events: auto;
}

.leaflet-container {
    background: #ddd;
    outline: 0;
}

.leaflet-container a {
    color: #0078a8;
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}

.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-bar a:hover {
    background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px "Lucida Console", Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}

.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.leaflet-control-layers label {
    display: block;
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

.leaflet-default-icon-path {
    background-image: url(images/marker-icon.png);
}

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}

.leaflet-control-attribution a {
    text-decoration: none;
}

.leaflet-control-attribution a:hover {
    text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}

.leaflet-popup-content p {
    margin: 18px 0;
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #fff;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: 700;
    background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}

.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

.leaflet-tooltip-bottom {
    margin-top: 6px;
}

.leaflet-tooltip-top {
    margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.leaflet-tooltip-left {
    margin-left: -6px;
}

.leaflet-tooltip-right {
    margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Gotham";
    background-color: #fed018;
    width: -webkit-fill-available;
}

:focus {
    outline: 0;
}

.container {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 1800px) {
    .container {
        padding-top: 0;
    }
}

.hidden-h1 {
    font-size: 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    position: absolute !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
}
