@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2'),
  url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

html, body {
  height: 100%;
  margin: 0;
} 

body {
  font-family: "Inter", sans-serif;
  color: #000000;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FFFFFF;
}

.main {
  flex: 1;
  padding-top: 30px;
  padding-bottom: 40px;
}
.ZOeaQRnnEgq4nh {
  max-width: 1322px;
  margin: 0 auto;
}

.wrapper {
  background-color: var(--page-primary-color);
}

header {
  background-color: var(--header-bg-color);
}

.dWmHLptMCaagjsC {
  display: flex;
  text-align: center;
  justify-content: space-between;
  padding: 16px 0;  
}

.qnDMCvkez3Q4zY07 {
  margin-right: 20px;
}

.qnDMCvkez3Q4zY07 img {
  width: auto;
  height: 53px;
  position: relative;
  z-index: 9999;
}

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

.top-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  margin-right: 32px;
}

.menu  {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu  a {
  text-decoration: none;
  color: var(--menu-text-color);
  font-size: 18px;
  font-weight: 600;
  padding: 5px 0;
  transition: all 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu  a:hover {
  color: var(--menu-text-hover-color);
}

.HHuIcVVEE56t {
  text-transform: uppercase;
  color: var(--get-bonus-text-color);
  font-size: 18px;
  font-weight: 600;
  margin-right: 49px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 2px;
  transition: color 0.3s ease;
}

.HHuIcVVEE56t:hover {
  color: var(--get-bonus-text-hover-color);
}

.zYMfXGDSsrNhDPKc {
  display: flex;
  gap: 12px;
  align-items: center;
}
 .LCjwSpKbfjjeqOT4 {
  min-width: 142px;
  min-height: 40px;
  border-radius: 10px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  transition: background-color 0.3s;
  cursor: pointer;
  display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
}

.XQxRRe796 {
  background: var(--btn2-bg-color);
  color: var(--btn2-text-color);
}

.XQxRRe796:hover {
background: var(--btn2-bg-hover-color);
color: var(--btn2-text-hover-color);
}

.YOFAWwPPTZb {
  background: var(--btn1-bg-color);
  color: var(--btn1-text-color);
}

.YOFAWwPPTZb:hover {
background: var(--btn1-bg-hover-color);
color: var(--btn1-text-hover-color);
}

.zJWiJtkncm {
  padding: 30px 0 15px 0;
}

.main h1 {
font-size: 48px;
font-weight: 600;
color: var(--text-h1-color);
}
.main h2 {
font-size: 36px;
padding: 10px 0 20px;
font-weight: 600;
color: var(--text-h2-color);
}

.main ul, .main ol {
  padding: 0 0 17px 25px;
  font-size: 18px;
  line-height: 22px;
}

.main p {
  font-size: 18px;
  line-height: 22px;
  color: var(--text-p-color);
  padding-bottom: 20px;
}

.main a {
 color: var(--text-a-color);
}

.main a:hover{
    color: var(--text-a-hover-color);
}

.RjEqWhsSEP h1 {
  padding-bottom: 20px;
}

.uOGCiEuqycNMG p:last-child {
padding-bottom: 0;
}

.main ul, .main ol {
  font-size: 18px;
  color: var(--list-text-color);
}

.main ul li:last-child, .main ol li:last-child {
  padding-bottom: 0;
}

.oXYGCIVvdXZ0J > ul:last-child,
.oXYGCIVvdXZ0J > ol:last-child,
.oXYGCIVvdXZ0J > p:last-child
 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.oXYGCIVvdXZ0J h2:first-child {
padding-top: 0;
}

.main h3 {
  font-size: 30px;
  padding: 12px 0;
  font-weight: 600;
  color: var(--text-h3-color);
}

.main h4 {
  font-size: 24px;
  padding: 12px 0;
  font-weight: 600;
  color: var(--text-h4-color);
}

.main h5 {
  font-size: 20px;
  padding: 12px 0;
  font-weight: 600;
  color: var(--text-h5-color);
}

.main h6 {
  font-size: 18px;
  padding: 12px 0;
  font-weight: 600;
  color: var(--text-h6-color);
}

.menu-toggle {
  display: none;
}

.RjEqWhsSEP .hRKUtPWndUx3 {
  display: none;
}

footer {
  padding: 50px 0;
  background-color: var(--footer-bg-color);
}

.WrzJTd7TTWTVc {
display: flex;
flex-direction: column;
  gap: 23px;
  justify-content: center;
  align-items: center;
}

.WrzJTd7TTWTVc p {
  max-width: 1172px;
  font-size: 18px;
  text-align: center;
  color: var(--footer-p-text-color);
}

.dWmHLptMCaagjsC {
  position: relative;
  z-index: 100;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
}

.iQyNxmOQL1l {
  width: 24px;
  height: 3px;
  background-color: var(--burger-color);
  margin: 2px 0;
  border-radius: 50px;
}

  .hero {
  width: 100%;
  min-height: 449px;
  border-radius: 20px;
  margin: 20px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

    .hero .LCjwSpKbfjjeqOT4 {
      background: var(--main-banner-btn-bg-color);
      color:var(--main-banner-btn-text-color);
    }

    .hero .LCjwSpKbfjjeqOT4:hover {
     background: var(--main-banner-btn-bg-hover-color);
     color: var(--main-banner-btn-text-hover-color);
    }

   .hero img {
    max-width: 736px;
   }
   
    .zOrQa56dR {
      max-width: 400px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 22px;
      padding: 20px 0;
      margin-bottom: 40px;
    }

  .zOrQa56dR h2 {
color: #F7F4F8;
font-weight: 700;
font-size: 35px;
  }

  p.vvHrGqXvenZh9 {
  color: var(--main-banner-text-color);
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 120%;
  }

    .full {
      width: 100%;
      height: auto;
      border-radius: 40px;
      display: block;
    }

.QMgekjD79urrL {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 27px;
  padding: 95px 0;
  margin: 0 auto;
  max-width: 576px;
}

.QMgekjD79urrL img {
  max-width: 576px;
}

.QMgekjD79urrL .LCjwSpKbfjjeqOT4 {
    background: var(--404-btn-bg-color);
    color: var(--404-btn-text-color);
    border-radius: 28px;
    width: 100%;
    height: 56px;
}

.QMgekjD79urrL .LCjwSpKbfjjeqOT4:hover {
    color: var(--404-btn-text-hover-color);
  background: var(--404-btn-bg-hover-color);
}

.JopoHRmVgh5 {
  padding: 40px 0 20px;
}
.JopoHRmVgh5 h1 {
font-size: 36px;
}

.oXYGCIVvdXZ0J.JopoHRmVgh5 h2 { 
  padding-bottom: 24px;
}

.JopoHRmVgh5 h3 {
text-transform: uppercase;
font-weight: 500;
padding-bottom: 27px;
}
.JopoHRmVgh5 h4 {
font-size: 30px;
font-weight: 500;
padding-bottom: 27px;
}
.JopoHRmVgh5 ul, .JopoHRmVgh5 ol {
    padding: 10px 25px;
}
.JopoHRmVgh5 h4.ZoZPXkeEqh6dP {
  padding: 15px 0;
}

.JopoHRmVgh5 p {
  padding-bottom: 24px;
}

.NIMcN0Xb9Oy {
  display: flex;
  gap: 34px;
  padding: 20px 0 0;
}

.UmNgCBLT3 {
flex-direction: row;
}
.aWgDNSGsTVB {
flex-direction: row-reverse;
}

.LzHPMZUY {
  max-width: 420px;
  flex-shrink: 0;
}

.LzHPMZUY img {
  width: 100%;
  border-radius: 20px;
}

.uOGCiEuqycNMG {
  width: 100%;
}

.oXYGCIVvdXZ0J {
  overflow: hidden;
  padding: 20px 0;
}

.RjEqWhsSEP {
  padding: 20px 0 20px;
}

.RjEqWhsSEP img {
  margin: 20px auto 0;
  max-width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

.RjEqWhsSEP h2 {
  font-size: 36px;
  font-weight: 600;
}

.core {
  padding: 20px 0 20px;
}

table {
  width: 100%;
    border-collapse: collapse;
    background-color: transparent;
  margin: 20px 0;
  overflow-x: auto;
  color: #404040;
}

tr:last-child {
  border-bottom: none;
}

th {
    font-weight: 500;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
}


td {
    font-weight: 400;
    font-size: 18px;
}
table {
  display: table !important;
  overflow-x: auto !important;
  width: 100% !important;
}
td, th {
  width: auto;
  border: 1px solid var(--table-border-color);
  padding: 15px 40px;
  color: var(--table-text-color);
}


.iQyNxmOQL1l {
  transition: 0.3s ease;
}

.menu-toggle {
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1001;
}

.menu-toggle.active .iQyNxmOQL1l:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active .iQyNxmOQL1l:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active .iQyNxmOQL1l:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.uOGCiEuqycNMG > h2,
.uOGCiEuqycNMG > h3,
.uOGCiEuqycNMG > h4 {
 padding-top: 0;
}

.TehtFFlCvU0E {
    position: relative;
    font-size: 14px;
    margin-right: 18px;
}

.TehtFFlCvU0E > .DzBtVxBBq5aJ5hp {
    height: 48px;
    z-index: 1;
    display: flex;
    cursor: pointer;
    align-items: center;
    position: relative;
    border-radius: 10px;
    color: var(--lang-menu-text-color);
    font-weight: 400;
    padding: 0 10px 0 10px;
    transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    -webkit-transition: all 400ms;
    text-transform: uppercase;
    gap: 5px;
}

.DzBtVxBBq5aJ5hp:hover {
  color: var(--lang-menu-text-hover-colo);
}

.TehtFFlCvU0E > .DzBtVxBBq5aJ5hp:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--lang-arrow-icon) no-repeat top center / contain;
    transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    -webkit-transition: all 400ms;
    transition: transform 0.3s ease;
  transform: rotate(0deg);
}

/* .TehtFFlCvU0E > .DzBtVxBBq5aJ5hp:before {
    content: "";
    display: inline-block;
    width: 46px;
    height: 24px;
    background: url(../img/flag-1.svg) no-repeat top center / contain;
    transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    -webkit-transition: all 400ms;
    margin-right: 4px;
} */

.HHuIcVVEE56t::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: -4px;
  background: var(--get-bonus-icon) no-repeat top center / contain; 
/* 	background: url(../img/bonus.svg) no-repeat top center / contain; */
    transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    -webkit-transition: all 400ms;
    margin-top: 0px;
}


.TehtFFlCvU0E > ul {
    top: 42px;
    left: 0;
    right: 0;
    display: none;
    width: min-content;
    min-width: 100%;
    padding: 15px 10px;
    position: absolute;
    background-color: var(--lang-dropdown-bg);
    border-radius: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.TehtFFlCvU0E li {
list-style: none;
}

.TehtFFlCvU0E li a {
  display: flex;
  align-items: center;
  gap: 7px;
}

.TehtFFlCvU0E li a:hover {
  color: #44A26A;
}

/* .TehtFFlCvU0E li a.ru::before {
 content: "";
    display: inline-block;
    width: 46px;
    height: 24px;
    background: url(../img/flag-2.svg) no-repeat top center / contain;
    transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    -webkit-transition: all 400ms;
    margin-right: 4px;
}

.TehtFFlCvU0E li a.portu::before {
 content: "";
    display: inline-block;
    width: 46px;
    height: 24px;
    background: url(../img/flag-3.svg) no-repeat top center / contain;
    transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    -webkit-transition: all 400ms;
    margin-right: 4px;
} */

.wrap {
  display: flex;
  align-items: center;
}

.TehtFFlCvU0E.active > ul {
  display: flex;

}

.keWEHpIhamqmr7Hd {
  display: flex;
  align-items: center;
  padding: 20px 0;
  justify-content: center;
}

.keWEHpIhamqmr7Hd .LCjwSpKbfjjeqOT4 {
  background: var(--block-btn-bg-color);
  color: var(--block-btn-text-color);
  border-radius: 28px;
  width: 509px;
  height: 56px;
}

.keWEHpIhamqmr7Hd .LCjwSpKbfjjeqOT4:hover {
    color: var(--block-btn-text-hover-color);
  background: var(--block-btn-bg-hover-color);
}

.aBTnMklWzKUYRGS {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}

.aBTnMklWzKUYRGS::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51));
  z-index: 1;
  pointer-events: none;
}

.aBTnMklWzKUYRGS img {
  width: 100%;
} 

.poPIMxknDoos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.aBTnMklWzKUYRGS .LCjwSpKbfjjeqOT4 {
  background-color: var(--banner-btn1-bg-color);
  color:var(--banner-btn1-text-color);
  text-transform: uppercase;
}

.aBTnMklWzKUYRGS .LCjwSpKbfjjeqOT4:hover {
   background-color: var(--banner-btn1-bg-hover-color);
   color: var(--banner-btn1-text-hover-color);
}

.aBTnMklWzKUYRGS .LCjwSpKbfjjeqOT4.KbjYpu8aPB {
   background-color: var(--banner-btn2-bg-color);
   color: var(--banner-btn2-text-color);
   min-width: 230px; 
}


.aBTnMklWzKUYRGS .LCjwSpKbfjjeqOT4.KbjYpu8aPB:hover {
  background-color: var(--banner-btn2-bg-hover-color);
  color: var(--banner-btn2-text-hover-color);
}

.WrzJTd7TTWTVc .menu a {
  color: var(--footer-menu-text-color);
}

.WrzJTd7TTWTVc .menu a:hover {
color: var(--footer-menu-text-hover-color);
}

.xmTZwHG1x1png {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 15px;
gap: 28px;
}

.xmTZwHG1x1png img {
max-height: 100px;
}

.uvebiPRxUzp9F { 
display: none;
}

.mbhNEzRstv1a {
      position: fixed;
      bottom: 30px;
      right: 30px;
      width: 48px;
      height: 48px;
      background-color: var(--anchor-bg-color);
      border-radius: 50%;
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      z-index: 999;
      background-image: var(--anchor-icon); 
      background-repeat: no-repeat;
      background-position: center;
      background-size: 24px 24px;
    }

    .mbhNEzRstv1a.DTCXe1fNLv49 {
      opacity: 1;
      visibility: visible;
    }

    .TehtFFlCvU0E.active > .DzBtVxBBq5aJ5hp:after {
      transform: rotate(180deg);
    }

@media (max-width: 1365px) {
  .mbhNEzRstv1a {
    bottom: 10px;
    width: 38px;
    height: 38px;
  }
    .ZOeaQRnnEgq4nh {
    padding: 0 30px;
  }
   .ZOeaQRnnEgq4nh.dWmHLptMCaagjsC {
    padding: 20px 30px;
  }
  
  img.full {
    width: 100%;
    height: auto;
  }

  .menu {
    gap: 13px;
    flex-direction: column;
  }

.menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .top-menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    z-index: 50;
  }

  .top-menu.active {
    display: flex;
    align-items: center;
    padding: 80px 30px 20px;
    box-shadow: 0px 22px 23.5px rgba(0, 0, 0, 0.25);
    width: 100%;
    gap: 40px;
  }

  .top-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 250px;
  height: auto;
  background: #fff;
  box-shadow: -2px 0 5px rgba(0,0,0,0.1);
  transition: right 0.3s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-right: 0;
}

.top-menu.active {
  right: 0;
}

.menu-toggle {
  position: absolute;
  top: 22px;
  right: 20px;
  z-index: 1100;
  background: none;
  border: none;
  cursor: pointer;
}

  .menu ul {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .wrap {
    margin-left: auto;
    margin-right: 30px;
  }
}

@media (max-width: 1280px) {
.hero img {
    max-width: 600px; 
  }
}

@media (max-width: 1080px) {

  .qnDMCvkez3Q4zY07 img {
max-width: 100px;
  }

  .hero img {
  width: 100%;
}
  .ZOeaQRnnEgq4nh.dWmHLptMCaagjsC {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  }

  .zYMfXGDSsrNhDPKc {
    display: flex;
    width: auto;
    gap: 12px;
  }

.wrapper:has(.dWmHLptMCaagjsC) {
padding: 0;
}

.WrzJTd7TTWTVc .menu {
align-items: center;
gap: 15px;
}
.foot {
  padding: 30px 0 50px;
}

body.menu-open {
  overflow: hidden;
  height: 100%;
}

.foot .menu  {
    flex-wrap: wrap;
    align-items: center;
    width: auto;
    justify-content: center;
}

.foot .menu a {
  padding: 0;
}

.hero {
  height: auto;
  flex-direction: column-reverse;
  padding: 20px 5px 30px;
  align-items: center;
  justify-content: center;
}

.NIMcN0Xb9Oy {
  flex-direction: column;
}

.UmNgCBLT3 {
  flex-direction: column;
}

.aWgDNSGsTVB {
  flex-direction: column;
}

.LzHPMZUY {
  width: 100%;
  margin: 0 auto;
}
.WrzJTd7TTWTVc {
  flex-wrap: wrap;
  gap: 10px;
}

.TehtFFlCvU0E {
  margin-right: 40px;
}

.QMgekjD79urrL {
  gap: 24px;
}
.zOrQa56dR {
  align-items: center;
}
p.vvHrGqXvenZh9 {
  text-align: center;
  font-size: 32px;
}
}


@media (max-width: 728px) {
	
  .TehtFFlCvU0E {
   margin-right: 0;
  }

  .hero {
  width: 100%;
  min-height: 100vh;
  /* background: 
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), 
    url(../img/banner_mob.webp); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}

  .xmTZwHG1x1png {
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 0;
}

.xmTZwHG1x1png img {
  flex: 1 1 0;
  max-height: 70px;
  height: auto;
  width: 100%;
  object-fit: contain;
  display: block;
}

  .uvebiPRxUzp9F {
   display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 14px;
    margin: 14px 0;
  }

  .uvebiPRxUzp9F .point {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .uvebiPRxUzp9F .point p {
    font-size: 8px;
  }

  .uvebiPRxUzp9F .point img {
    width: 19px;
    height: 19px;
  }

  .uvebiPRxUzp9F .without-sign {
    width: 34px;
    height: 34px;
  }

  .uvebiPRxUzp9F .point.without-sign img{ 
    height: 100%;
    width: auto;
  }

  .zOrQa56dR p.vvHrGqXvenZh9 {
    font-size: 32px;
    line-height: 120%;
  }

  .HHuIcVVEE56t {
    margin-right: 20px;
  }
      .ZOeaQRnnEgq4nh {
        padding: 0 14px;
    }

  .wrap {
    flex-wrap: wrap;
        align-items: center;
        justify-content: center;
         margin: 0 auto;
  }
   
.main h1 {
    font-size: 36px;
  }
.main h2 {
  font-size: 32px;
}
.main h3 {
  font-size: 28px;
}
.main p, .main ul, .main ol {
  font-size: 16px;
}

.qnDMCvkez3Q4zY07 img {
  width: auto;
  height: 34px;
}

.menu a,
.menu ul li a {
  font-size: 18px;
  padding: 5px 0;
}

.WrzJTd7TTWTVc p {
  font-size: 16px;
}
.WrzJTd7TTWTVc .menu {
  gap: 10px;
}
.WrzJTd7TTWTVc {
  gap: 33px;
}
  .QMgekjD79urrL {
    padding: 61px 0;
      }
  .QMgekjD79urrL img {
    width: 100%;
}

.oXYGCIVvdXZ0J.JopoHRmVgh5 {
  padding: 30px 0;
}

.JopoHRmVgh5 p, .JopoHRmVgh5 ul, .JopoHRmVgh5 ol {
        font-size: 16px;
    }

.main h2 {
  padding: 10px 0 10px;
}
    .offers {
      padding: 0 0 15px;
    }
   
.main ul, .main ol {
    padding: 0 19px 10px;
}
.main h4 {
  padding: 10px 0;
}
.full {
  margin: 30px auto 0;
}

.main p, .main p, .main ul, .main ol {
  line-height: 20px;
  padding-bottom: 6px;
}
.RjEqWhsSEP img {
  border-radius: 10px;
}
.hero {
  border-radius: 10px;
}
.zOrQa56dR {
  border-radius: 20px;
  gap: 20px;
  padding: 8px 10px;
}
.hero {
  padding: 0;
  margin-bottom: 10px;
}

.WrzJTd7TTWTVc a {
  font-size: 16px;
}
.WrzJTd7TTWTVc {
  justify-content: flex-start;
}

.oXYGCIVvdXZ0J {
    overflow: hidden;
    padding: 10px 0;
}

  td, th {
    padding: 10px;
    font-size: 16px;
  }
 
table {
  margin: 10px 0;
  display:block!important;
}

.NIMcN0Xb9Oy {
  gap: 20px;
  padding: 10px 0;
}
.mbhNEzRstv1a {
  right: 15px;
}
	
	
	
}

@media (max-width: 500px) {
.RjEqWhsSEP .hRKUtPWndUx3 {
  display: flex;
}

.RjEqWhsSEP .paint-desk {
  display: none;
}
}





.alignleft {
  float: left;
  margin-right: 34px;
  margin-bottom: 15px;
  max-width: 420px;
}

.alignright {
  float: right;
  margin-left: 34px;
  margin-bottom: 15px;
  max-width: 420px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}


.core:after  {
    content: "";
    display: table;
    clear: both;
}

.core ul {
	display: flex;
	flex-direction: column;
}


@media (max-width: 767px) {
    .alignleft,
    .alignright {
        float: none;
        margin-right: auto;
        margin-left: auto;
        display: block;
		width: 100%;
    }
	
	.uOGCiEuqycNMG {
		display: flex;
		flex-direction: column;
	}
	.alignright {
		order: 3;
        margin-top: 10px;
	}
}


/* amp */

.amp-dark-mode .mbhNEzRstv1a {
	opacity: 1;
     visibility: visible;
}


.TehtFFlCvU0E ul.pwxrH6JNeZx {
  display: none;
}
.TehtFFlCvU0E ul.open {
  display: block;
}

.TehtFFlCvU0E > .DzBtVxBBq5aJ5hp {
  position: relative;
  cursor: pointer;
}

.TehtFFlCvU0E > .DzBtVxBBq5aJ5hp:after {
  transform: translateY(0%) rotate(0deg); 
  transition: transform 0.3s ease;
}


.TehtFFlCvU0E > .DzBtVxBBq5aJ5hp.active:after {
  transform: translateY(0%) rotate(180deg); 
} 

.amp-sidebar-mask {
    display: none!important;
}

.overlap {
    bottom: auto;
    z-index: 1;
    max-width: 100%;
}

amp-sidebar {
max-width: 100%;
    width: 100%;
	z-index: 2;
	padding-top: 70px;
}
amp-sidebar .IZxZBNnwHP {
	display: none;
}

.amp-dark-mode .mbhNEzRstv1a {
	z-index: 1;
}

.xmTZwHG1x1png {
	flex-wrap: wrap;
}

.xmTZwHG1x1png img {
	max-height: 50px;
}

@media (max-width: 1080px) {
    .qnDMCvkez3Q4zY07 img {
        max-width: 100%;
    }
}

@media (max-width: 1365px) {
    .ZOeaQRnnEgq4nh.dWmHLptMCaagjsC {
        padding: 20px 55px 20px 30px;
    }
}

@media (max-width: 634px) {
    .ZOeaQRnnEgq4nh.dWmHLptMCaagjsC {
        padding: 20px 30px;
    }
}




/* .hero.qEQKVKmjKyh  {
        align-items: flex-start;
    }
	  .hero.gxBDHRPBnRuYj  {
       align-items: flex-end;
    } */
    
.zOrQa56dR {
 margin-bottom: 0;
}


@media (max-width: 1080px) {
    .hero.qEQKVKmjKyh  {
        justify-content: flex-end;
    }
	  .hero.gxBDHRPBnRuYj  {
        justify-content: flex-start;
    }
}

  

