* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input,
button,
textarea {
    border: 0;
    background: none;
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style: none;
}

::-webkit-scrollbar {
    display: none;
}

svg-icon-sprite {
    aspect-ratio: 1/1;
    display: block;
    width: 20px;
}

svg-icon-sprite svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: var(--button-text-color);
}

body {
    background-color: var(--main-theme-color);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--text-color);
    font-family: "Geologica", sans-serif;
}

body.mr-punter-hck1p0 {
    overflow: hidden;
}

.mr-punter-7cimmk {
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 1920px;
}

header {
    height: 64px;
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: var(--fh-bg-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

header .mr-punter-7cimmk {
    height: 100%;
    max-width: none;
    width: 100%;
    padding: 0 2px 0 20px;
}

header.mr-punter-j86ikv .mr-punter-ljjgog:last-child {
    color: var(--button-text-color);
}

.mr-punter-gqh4ky {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.mr-punter-l5yec7 {
    display: flex;
    align-items: center;
    gap: 30px;
}

.mr-punter-9bd8y0 {
    display: none;
}

.mr-punter-57ztbr {
    width: 143px;
}

.mr-punter-57ztbr img {
    width: 100%;
    height: 100%;
    display: block;
}

.mr-punter-4z0rtz {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mr-punter-4z0rtz svg-icon-sprite {
    width: 100%;
}

.mr-punter-odazik {
    display: flex;
    gap: 2px;
}

.mr-punter-1jq0yd {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 59px;
    width: 300px;
    padding: 0 20px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background-color: var(--button-bg-color);
    letter-spacing: -0.03em;
    color: var(--button-text-color)
}

.mr-punter-1jq0yd svg-icon-sprite {
    width: 16px;
}

.mr-punter-ljjgog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 59px;
    padding: 0 24px;
    text-align: center;
    position: relative;
    border-radius: 8px;
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: uppercase;
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    text-shadow: 0 1px 0 rgb(0, 0, 0);
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
}

.mr-punter-ljjgog:before {
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 1px);
    content: "";
    z-index: 1;
    border-radius: 8px;
    box-shadow: inset 0 -1px 0 rgb(0, 0, 0);
}

.mr-punter-fwpgma {
    position: fixed;
    left: 0;
    top: 64px;
    height: calc(100vh - 64px);
    width: 232px;
    z-index: 99;
    overflow: auto;
    display: flex;
    flex-direction: column;
    transition-duration: 0.3s;
    background-color: var(--fh-bg-color);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.08);
}

.mr-punter-fwpgma .mr-punter-1jq0yd {
    display: none;
}

.mr-punter-fwpgma.mr-punter-j86ikv {
    width: 80px;
}

.mr-punter-fwpgma.mr-punter-j86ikv .mr-punter-yjq1lq a::after {
    display: none;
}

.mr-punter-fwpgma.mr-punter-j86ikv .mr-punter-yjq1lq a span:nth-child(2) {
    display: none;
}

.mr-punter-fwpgma.mr-punter-j86ikv .mr-punter-1h5nkh {
    grid-template-columns: repeat(1, 1fr);
}

.mr-punter-fwpgma.mr-punter-j86ikv .mr-punter-1h5nkh a span {
    display: none;
}

.mr-punter-kr60v6 {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--border-color);
}

.mr-punter-ibcmdb {
    height: 1px;
    margin: 0 6px;
    background-color: 1px solid var(--border-color);
}

.mr-punter-ibcmdb:last-child {
    display: none;
}

.mr-punter-yjq1lq {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 4px 6px;
    gap: 1px;
}

.mr-punter-yjq1lq:nth-child(12)::after {
    display: none;
}

.mr-punter-yjq1lq:nth-child(4) li:first-child a {
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
}

.mr-punter-yjq1lq:nth-child(4) li:first-child a span:nth-child(1) svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.mr-punter-yjq1lq:nth-child(4) li:first-child a:after,
.mr-punter-yjq1lq:nth-child(4) li:first-child a:before {
    background-color: var(--button-bg-color);
    opacity: 1;
}

.mr-punter-yjq1lq li {
    width: 100%;
}

.mr-punter-yjq1lq a {
position: relative;
    display: flex;
    align-items: center;
    height: 52px;
    gap: 12px;
    width: 100%;
    padding: 0 16px;
    color: var(--button-text-color);
    letter-spacing: -0.04em;
    font-weight: 600;
    transition: 0.3s;
    text-transform: uppercase;
    background: var(--button-bg-color);
    border-radius: 8px;
}

.mr-punter-yjq1lq a:after,
.mr-punter-yjq1lq a:before {
    content: "";
    width: 2px;
    height: 18px;
    border-radius: 8px;
    background-color: rgb(252, 252, 252);
    position: absolute;
    left: 0;
    transition-duration: 0.3s;
    opacity: 0;
}

.mr-punter-yjq1lq a::after {
    opacity: 0;
    left: auto;
    right: 0;
}

.mr-punter-yjq1lq a span:nth-child(1) {
    width: 20px;
    min-width: 20px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mr-punter-yjq1lq a span:nth-child(1) svg-icon-sprite {
    width: 100%;
}

.mr-punter-yjq1lq a span:nth-child(1) svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.mr-punter-yjq1lq a span:nth-child(2) {
    min-width: -moz-max-content;
    min-width: max-content;
}


.mr-punter-yjq1lq a:hover:before {
    opacity: 1;
}

.mr-punter-1h5nkh {
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: sticky;
    bottom: 0;
    z-index: 2;
    padding: 3px 8px 3px 3px;
    gap: 2px;
        background: var(--fh-bg-color);
}

.mr-punter-1h5nkh a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    background: var(--button-bg-color);
    box-shadow: 0 2px rgb(0, 0, 0), 0 2px 0 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 0 0 rgba(0, 0, 0, 0.25);
    gap: 8px;
    color: var(--button-text-color);
    letter-spacing: -0.02em;
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-radius: 8px;
    text-transform: uppercase;
}

.mr-punter-1h5nkh a span {
    min-width: -moz-max-content;
    min-width: max-content;
}

.mr-punter-1h5nkh a img,
.mr-punter-1h5nkh a svg-icon-sprite {
    width: 16px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.mr-punter-1h5nkh a img svg,
.mr-punter-1h5nkh a svg-icon-sprite svg {
    fill: rgb(255, 255, 255);
}

.mr-punter-2o2rxt {
    padding-left: 232px;
    transition-duration: 0.3s;
}

.mr-punter-2o2rxt.mr-punter-j86ikv {
    padding-left: 80px;
}

.mr-punter-nl6npj .mr-punter-7cimmk {
    width: 100%;
}

.mr-punter-2chzqy {
    aspect-ratio: 1816/550;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 2px solid var(--border-color);
}


.mr-punter-wqfq89 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mr-punter-wqfq89 img {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover;
    object-fit: cover; */
    display: block;
}

.mr-punter-wqfq89 video {
    position: absolute;
    height: 100%;
    width: auto;
    inset: 0;
    right: unset;
    left: 50%;
    transform: translate(-27%);
}

.mr-punter-b9fadi {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 600px;
    height: 100%;
    padding-left: 72px;
}

.mr-punter-b9fadi p:nth-child(1) {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: var(--title-color);
}

.mr-punter-b9fadi p:nth-child(2) {
margin-top: 8px;
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -0.05em;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 500px;
    font-family: "Unbounded", sans-serif;
    word-wrap: break-word;
    color: var(--text-color);
}

.mr-punter-b9fadi a {
    margin-top: 24px;
    height: 90px;
    width: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 24px;
    padding: 0 10px;
    border-width: 0 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 10px;
    text-align: center;
    font-family: "Unbounded", sans-serif;
    letter-spacing: -0.02em;
    line-height: 1;
    text-shadow: 0 1px 0 rgb(255, 255, 255);
    text-transform: uppercase;
    background-color: var(--button-bg-color);
    text-shadow: 0 1px 0 rgb(255, 255, 255);
    color: var(--button-text-color);
}

.mr-punter-qec6sf {
    top: 63px;
    z-index: 9;
    position: sticky;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    background-color: var(--fh-bg-color);
    padding: 16px 0 8px 20px;
}

.mr-punter-00tn9o {
    position: relative;
}

.mr-punter-00tn9o::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 60px;
    right: 0;
    top: 0;
    background-image: linear-gradient(270deg, var(--fh-bg-color) 50%, rgba(255, 255, 25, 0) 100%);
}

.mr-punter-iw5amz {
    overflow-x: auto;
    padding: 0 20px 8px 0;
}

.mr-punter-iw5amz::-webkit-scrollbar {
    display: block;
    height: 11px;
}

.mr-punter-iw5amz::-webkit-scrollbar-thumb {
    background: var(--button-bg-color);
}

.mr-punter-iw5amz::-webkit-scrollbar-track {
    background: transparent;
}

.mr-punter-iw5amz ul {
    display: flex;
    gap: 4px;
    min-width: -moz-max-content;
    min-width: max-content;
    justify-content: center;
}

.mr-punter-iw5amz ul li:last-child {
    position: relative;
    z-index: 2;
}

.mr-punter-iw5amz ul a {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 12px;
    min-width: 120px;
    padding: 16px 12px;
    text-transform: uppercase;
    background-color: var(--button-bg-color);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--button-text-color)
}

.mr-punter-iw5amz ul a span {
    position: relative;
}

.mr-punter-iw5amz ul a span:nth-child(1) {
    width: 42px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mr-punter-iw5amz ul a span:nth-child(1) img {
    width: 100%;
    height: 100%;
}

.mr-punter-ec9rkj {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.mr-punter-y96kcz {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mr-punter-y96kcz:nth-child(3) .mr-punter-3r6p31 {
    grid-template-columns: repeat(3, 1fr);
}

.mr-punter-y96kcz:nth-child(3) .mr-punter-t24399 {
    aspect-ratio: 614/409;
}

.mr-punter-ged34m {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mr-punter-lcmucj {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
}

.mr-punter-fvoyrx {
    display: none;
}

.mr-punter-erf3wi {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mr-punter-erf3wi p {
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: var(--button-bg-color);
}

.mr-punter-39ua2a {
    display: flex;
    align-items: center;
    gap: 1px;
}

.mr-punter-39ua2a span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--button-bg-color);
    box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px rgb(0, 0, 0);
    transition-duration: 0.3s;
    border-radius: 6px;
    border-right: 1px solid linear-gradient(0deg, var(--border-color), var(--border-color)), linear-gradient(238.mr-punter-mxgbht, var(--border-color) 5%, rgba(73, 73, 73, 0) 76%);
    border-left: 1px solid linear-gradient(0deg, var(--border-color), var(--border-color)), linear-gradient(238.mr-punter-mxgbht, var(--border-color) 5%, rgba(73, 73, 73, 0) 76%);
}

.mr-punter-39ua2a span svg-icon-sprite {
    width: 24px;
}

.mr-punter-39ua2a span svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.mr-punter-39ua2a span:first-child svg-icon-sprite,
.mr-punter-39ua2a span:hover svg-icon-sprite {
    width: 24px;
}

.mr-punter-39ua2a span:first-child svg-icon-sprite svg,
.mr-punter-39ua2a span:hover svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.mr-punter-3r6p31 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 8px;
}

.mr-punter-t24399 {
    position: relative;
    max-height: 235px;
    max-width: 175px;
    overflow: hidden;
    border: 3px solid var(--border-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}

.mr-punter-t24399 span {
    display: none;
}

.mr-punter-t24399 img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.mr-punter-n4j8d4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: -0.04em;
    color: rgb(110, 110, 110);
}

.mr-punter-kzg5v0 {
    padding: 40px 80px;
    position: relative;
}

.mr-punter-6yeif6 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mr-punter-h4m5p3 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--text-color)
}

.mr-punter-h4m5p3 h1,
.mr-punter-h4m5p3 h2,
.mr-punter-h4m5p3 h3,
.mr-punter-h4m5p3 h4 {
    font-weight: 600;
    color: var(--title-color)
}

.mr-punter-h4m5p3 h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.mr-punter-h4m5p3 h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.mr-punter-h4m5p3 h3 {
    font-size: 27px;
    margin-bottom: 10px;
}

.mr-punter-h4m5p3 h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.mr-punter-h4m5p3 p,
.mr-punter-h4m5p3 .mr-punter-c8yrp7 {
    margin-bottom: 20px;
}

.mr-punter-h4m5p3 ol,
.mr-punter-h4m5p3 ul {
    padding-left: 50px;
    list-style: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 17px;
}

.mr-punter-h4m5p3 ol p,
.mr-punter-h4m5p3 ul p {
    margin-bottom: 15px;
}

.mr-punter-h4m5p3 ol p:first-child,
.mr-punter-h4m5p3 ul p:first-child {
    font-weight: 900;
}

.mr-punter-h4m5p3 ul {
    list-style: disc;
}

.mr-punter-h4m5p3 h3:last-child,
.mr-punter-h4m5p3 ol:last-child,
.mr-punter-h4m5p3 p:last-child,
.mr-punter-h4m5p3 .mr-punter-c8yrp7:last-child {
    margin-bottom: 0;
}

.mr-punter-h4m5p3.mr-punter-2cinir .mr-punter-gr2dcu {
    margin-bottom: 25px;
}

.mr-punter-h4m5p3.mr-punter-2cinir .mr-punter-gr2dcu p,
.mr-punter-h4m5p3.mr-punter-2cinir .mr-punter-gr2dcu ol,
.mr-punter-h4m5p3.mr-punter-2cinir .mr-punter-gr2dcu ul,
.mr-punter-h4m5p3.mr-punter-2cinir .mr-punter-gr2dcu .mr-punter-c8yrp7 {
    margin-bottom: 15px;
}

.mr-punter-h4m5p3.mr-punter-2cinir .mr-punter-gr2dcu p:last-child,
.mr-punter-h4m5p3.mr-punter-2cinir .mr-punter-gr2dcu ol:last-child,
.mr-punter-h4m5p3.mr-punter-2cinir .mr-punter-gr2dcu ul:last-child,
.mr-punter-h4m5p3.mr-punter-2cinir .mr-punter-gr2dcu .mr-punter-c8yrp7:last-child {
    margin-bottom: 0;
}

.mr-punter-h4m5p3.mr-punter-2cinir .mr-punter-gr2dcu p:first-child {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 900;
}

.mr-punter-h4m5p3.mr-punter-2cinir .mr-punter-gr2dcu:last-child {
    margin-bottom: 0;
}

.mr-punter-h4m5p3 table {
    border-collapse: collapse;
    margin-bottom: 17px;
    width: 100%;
}

.mr-punter-h4m5p3 th,
.mr-punter-h4m5p3 td {
    padding: 12px;
    border: 1px solid rgb(255, 255, 255);
    text-align: left;
    font-weight: 500;
}



.mr-punter-h4m5p3 th {
    background: url(../images/general-btn-texture.mr-punter-7467py.svg) repeat-x left center padding-box, linear-gradient(0deg, var(--border-color), var(--border-color)), linear-gradient(238.mr-punter-mxgbht, var(--border-color) 5%, rgba(64, 64, 64, 0) 76%);
}

footer {
    padding: 32px 0;
    position: relative;
    background-color: var(--fh-bg-color);
    border-top: 1px solid var(--border-color);
}

.mr-punter-uxahft {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
}

.mr-punter-2key2e {
    display: flex;
    justify-content: center;
    gap: 2px;
}

.mr-punter-2key2e a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 180px;
    gap: 8px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    background: var(--button-bg-color);
    box-shadow: 0 2px rgb(0, 0, 0), 0 2px 0 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 0 0 rgba(0, 0, 0, 0.25);
    font-family: "Unbounded", sans-serif;
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: uppercase;
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-radius: 8px;
    text-shadow: 0 1px 0 rgb(0, 0, 0);
    color: var(--button-text-color);
}

.mr-punter-2key2e a svg-icon-sprite {
    width: 20px;
}

.mr-punter-2key2e a svg-icon-sprite svg {
    fill: var(--button-bg-color);
}

.mr-punter-2key2e a img {
    width: 20px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.mr-punter-g7cixp {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 40px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-transform: capitalize;
}

.mr-punter-g7cixp ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 16px;
    display: flex;
    flex-direction: column;
    color: var(--footer-text-color)
}

.mr-punter-nmxxjm {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Unbounded", sans-serif;
    letter-spacing: -0.02em;
    color: var(--title-color);
}

.mr-punter-t5no8t {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mr-punter-t5no8t:nth-child(2) {
    margin-top: 60px;
}

.mr-punter-q2id0q {
    display: flex;
    justify-content: center;
    gap: 1px;
}

.mr-punter-q2id0q a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 92px;
    height: 36px;
    padding: 6px;
    border-radius: 32px;
    color: var(--button-text-color);
    background: var(--button-bg-color);
    font-weight: 400;
    line-height: 1.2;
    font-size: 12px;
}

.mr-punter-q2id0q a:last-child {
    width: 80px;
}

.mr-punter-q2id0q a svg-icon-sprite {
    width: 12px;
}

.mr-punter-q2id0q a svg-icon-sprite svg {
    fill: var(--button-bg-color);
}

.mr-punter-q2id0q a img {
    width: 80px;
}

.mr-punter-hjhure {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mr-punter-hjhure img {
    width: 40px;
}

.mr-punter-fpdbcm {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 16px;
    color: rgb(110, 110, 110);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
}

@media (max-width: 1919px) {
    .mr-punter-3r6p31 {
        grid-template-columns: repeat(7, 1fr);
    }
    .mr-punter-ag0k36:nth-child(n+8) {
        display: none;
    }
    .mr-punter-2chzqy {
        aspect-ratio: 1304/450;
    }
    .mr-punter-b9fadi {
        width: 510px;
    }
    .mr-punter-b9fadi p:nth-child(2) {
        font-size: 30px;
    }
}

@media (max-width: 1279px) {
    .mr-punter-9bd8y0 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
    }
    .mr-punter-9bd8y0 svg-icon-sprite {
        width: 100%;
    }
    .mr-punter-9bd8y0 span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .mr-punter-9bd8y0 span:nth-child(2) {
        display: none;
    }
    .mr-punter-9bd8y0.mr-punter-j86ikv span:nth-child(1) {
        display: none;
    }
    .mr-punter-9bd8y0.mr-punter-j86ikv span:nth-child(2) {
        display: flex;
    }
    .mr-punter-4z0rtz {
        display: none;
    }
    .mr-punter-57ztbr {
        width: 96px;
    }
    .mr-punter-1jq0yd {
        display: none;
    }
    header {
        height: 60px;
    }
    .mr-punter-fwpgma {
        width: 420px;
        left: -420px;
        transition-duration: 0.3s;
        top: 60px;
        height: calc(100vh - 60px);
    }
    .mr-punter-fwpgma.mr-punter-j86ikv {
        left: 0;
        width: 420px;
    }
    .mr-punter-fwpgma.mr-punter-j86ikv .mr-punter-yjq1lq a::after {
        display: block;
    }
    .mr-punter-fwpgma.mr-punter-j86ikv .mr-punter-yjq1lq a span:nth-child(2) {
        display: block;
    }
    .mr-punter-fwpgma.mr-punter-j86ikv .mr-punter-1h5nkh {
        grid-template-columns: repeat(2, 1fr);
    }
    .mr-punter-fwpgma.mr-punter-j86ikv .mr-punter-1h5nkh a span {
        display: block;
    }
    .mr-punter-fwpgma .mr-punter-1jq0yd {
        display: flex;
        width: 100%;
    }
    .mr-punter-2o2rxt {
        padding-left: 0;
        position: relative;
    }
    .mr-punter-2o2rxt.mr-punter-j86ikv {
        padding-left: 0;
    }
    .mr-punter-2o2rxt.mr-punter-j86ikv::before {
        opacity: 1;
    }
    .mr-punter-2o2rxt::before {
        content: "";
        pointer-events: none;
        z-index: 50;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        transition-duration: 0.3s;
        left: 0;
        background: rgba(26, 26, 26, 0.85);
        opacity: 0;
    }
    .mr-punter-3r6p31 {
        grid-template-columns: repeat(6, 1fr);
    }
    .mr-punter-ag0k36:nth-child(n+7) {
        display: none;
    }
    .mr-punter-39ua2a {
        display: none;
    }
    .mr-punter-g7cixp {
        grid-template-columns: repeat(4, 1fr);
    }
    .mr-punter-3qlxeo:nth-child(n+5) {
        display: none;
    }
    .mr-punter-kzg5v0 {
        padding: 40px 0px;
    }
    .mr-punter-uxahft {
        padding: 0;
    }
    .mr-punter-2chzqy {
        aspect-ratio: 768/250;
    }
    .mr-punter-wqfq89 video {
        display: none;
    }
    .mr-punter-b9fadi {
        padding-left: 20px;
        width: 410px;
    }
    .mr-punter-b9fadi p:nth-child(1) {
        font-size: 16px;
    }
    .mr-punter-b9fadi p:nth-child(2) {
        font-size: 28px;
    }
    .mr-punter-b9fadi a {
        width: 400px;
    }
    .mr-punter-qec6sf {
        top: 59px;
        padding: 8px 0 4px 20px;
    }
    .mr-punter-iw5amz {
        padding: 0 20px 4px 0;
    }
    .mr-punter-iw5amz::-webkit-scrollbar {
        height: 5px;
    }
    .mr-punter-iw5amz ul a {
        flex-direction: row;
        padding: 11px 16px;
        min-width: auto;
        gap: 8px;
    }
    .mr-punter-iw5amz ul a span:nth-child(1) {
        width: 30px;
    }
    .mr-punter-00tn9o::after {
        display: none;
    }
    .mr-punter-lcmucj {
        font-size: 20px;
    }
    .mr-punter-kr60v6 {
        padding: 12px 20px 32px;
    }
    .mr-punter-fwpgma .mr-punter-1jq0yd {
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .mr-punter-fwpgma {
        width: 100%;
        left: -100%;
    }
    .mr-punter-fwpgma.mr-punter-j86ikv {
        width: 100%;
    }
    .mr-punter-3r6p31 {
        grid-template-columns: repeat(3, 1fr);
    }
    .mr-punter-ag0k36:nth-child(n+7) {
        display: none;
    }
    .mr-punter-h4m5p3 ol,
    .mr-punter-h4m5p3 ul {
        padding-left: 30px;
    }
    .mr-punter-h4m5p3 {
        font-size: 16px;
    }
    .mr-punter-c8yrp7 th,
    .mr-punter-c8yrp7 td {
        padding: 8px;
    }
    .mr-punter-g7cixp {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
        padding: 0 30px;
    }
    .mr-punter-2key2e {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .mr-punter-2key2e a {
        width: 100%;
    }
    .mr-punter-q2id0q {
        flex-wrap: wrap;
    }
    .mr-punter-y96kcz:nth-child(3) .mr-punter-3r6p31 {
        grid-template-columns: repeat(1, 1fr);
    }
    .mr-punter-2chzqy {
        aspect-ratio: 375/710;
        padding-bottom: 20px;
    }
    .mr-punter-2chzqy:before {
        height: 70%;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .mr-punter-wqfq89 {
        /* height: 258px; */
    }
    .mr-punter-b9fadi {
        padding: 0px 20px;
        width: 100%;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
    }
    .mr-punter-b9fadi p:nth-child(2) {
        margin-top: 4px;
        font-size: 24px;
    }
    .mr-punter-b9fadi a {
        width: 100%;
        height: 80px;
        margin-top: 8px;
    }
    .mr-punter-l5yec7 {
        gap: 15px;
    }
    .mr-punter-ljjgog {
        height: 55px;
        padding: 0 8px;
        font-size: 12px;
    }
    header .mr-punter-7cimmk {
        width: 100%;
        margin: 0 auto;
        padding: 0 2px 0 10px;
        max-width: 1920px;
    }
}

@media (max-width: 370px) {
    .mr-punter-ljjgog {
        padding: 0 4px;
        font-size: 10px;
    }
    .mr-punter-kr60v6 {
        padding: 12px 12px 32px;
    }
}

@media (max-width: 569px) {
    .mr-punter-h4m5p3 th, .mr-punter-h4m5p3 td {
       padding: 6px 3px;
        font-size: 10px;
        max-width: 60px;
    }
}

.mr-punter-b9fadi p {
    text-shadow: 0 0 20px black;
}

.mr-punter-kzg5v0 img {
    max-width: 100%;
    display: block;
    margin: 17px auto;
}

.mr-punter-6kp4gu {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.mr-punter-3phi4i {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.mr-punter-3phi4i label {
  font-size: 14px;
}

.mr-punter-3phi4i h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mr-punter-3phi4i input,
.mr-punter-3phi4i textarea,
.mr-punter-3phi4i button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.mr-punter-3phi4i button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mr-punter-upr18d ease;
}
.mr-punter-3phi4i button:hover {
  background-color: #691204;
}
.mr-punter-8nshkt {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mr-punter-kx11mc ease-in;
}

.mr-punter-8nshkt h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

aside {
    font-size: 14px;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.mr-punter-k6xxqr, .mr-punter-mlu6cv, [class*="review-card"],
thead, thead th, table th, .mr-punter-a7k85n,
.mr-punter-mjkhr0, [class*="collapsible-header"],
.mr-punter-p9cda8, [class*="updated-block"] {
  color: #ece7dc !important;
}
