@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/* Force light color scheme */
:root {
  color-scheme: light only;
}

/* Override any dark mode styles */
@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: light only;
  }
}
html {
  background-color: #fff !important;
  filter: invert(0) !important;
  color-scheme: light !important;
}

body {
  font-family: "Onest", sans-serif !important;
  margin: 0;
  color: #161519;
  background-color: rgb(234, 234, 234) !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
a:focus img {
  outline: none !important;
}

.container {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1690px) {
  .container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1430px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    max-width: 991px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 768px;
  }
}

.container_fluid {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto !important;
}

.text_page {
  padding-top: 224px;
  max-width: 1200px;
  margin: 0 auto;
}
.text_page h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
  text-align: center;
  color: #000000;
  margin-bottom: 11px;
}
.text_page h5 {
  font-weight: 400;
  font-size: 23px;
  line-height: 120%;
  text-align: center;
  color: rgba(18, 18, 18, 0.5);
  margin-bottom: 25px;
}
.text_page p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #121212;
  margin-bottom: 14px;
  text-align: justify;
}
.text_page ul, .text_page ol {
  list-style: auto;
  padding-left: 20px;
}
.text_page ul li, .text_page ol li {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #121212;
}
.text_page a {
  font-weight: 700;
}

/* reset.css for WordPress */
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, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  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, button, textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

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

header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 24px 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  header.site-header {
    padding: 12px 0;
  }
}
header.site-header .header_content {
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 12px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header.site-header .header_content {
    border-radius: 8px;
    padding: 6px 8px;
  }
}
header.site-header .header_content .site-logo {
  transition: all 0.3s;
  max-width: 530px;
}
@media screen and (max-width: 1430px) {
  header.site-header .header_content .site-logo {
    max-width: 400px;
  }
}
@media screen and (max-width: 1230px) {
  header.site-header .header_content .site-logo {
    max-width: 250px;
  }
}
header.site-header .header_content .burger {
  display: none;
}
header.site-header .header_content .burger span {
  width: 27px;
  height: 3px;
  display: block;
  background: #343330;
  border-radius: 999px;
  margin-left: auto;
  margin-bottom: 4px;
}
header.site-header .header_content .burger span:last-of-type {
  margin-bottom: 0;
}
header.site-header .header_content .burger span:nth-of-type(2n) {
  width: 20px;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .burger {
    display: block;
  }
}
header.site-header .header_content .right_side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .right_side {
    position: fixed;
    max-width: 375px;
    width: 100%;
    background: rgb(234, 234, 234);
    right: -400px;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 10;
    transition: all 0.4s;
    padding: 12px 16px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .right_side.active {
    right: 0;
    transition: all 0.4s;
  }
}
header.site-header .header_content .right_side .mobile_menu_head {
  display: none;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .right_side .mobile_menu_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    background: #FFFFFF;
    top: 12px;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  header.site-header .header_content .right_side .mobile_menu_head {
    padding: 6px 8px;
  }
}
header.site-header .header_content .right_side .mobile_menu_head .logo {
  max-width: 200px;
}
header.site-header .header_content .right_side nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .right_side nav ul {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 16px 0;
    margin-top: 12px;
  }
}
header.site-header .header_content .right_side nav ul li {
  margin-right: 16px;
}
@media screen and (max-width: 1230px) {
  header.site-header .header_content .right_side nav ul li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .right_side nav ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
header.site-header .header_content .right_side nav ul li.last {
  border: 0;
}
header.site-header .header_content .right_side nav ul li.last a {
  color: #FFFFFF;
  padding: 12px 8px 12px 20px;
  background: #317ADE;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  transition: all 0.3s;
  border: 0;
}
@media screen and (max-width: 1230px) {
  header.site-header .header_content .right_side nav ul li.last a {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .right_side nav ul li.last a {
    font-size: 23px;
    justify-content: center;
  }
}
header.site-header .header_content .right_side nav ul li.last a:hover, header.site-header .header_content .right_side nav ul li.last a:focus, header.site-header .header_content .right_side nav ul li.last a:active {
  color: white;
  background: rgb(39, 98, 178);
  transition: all 0.3s;
  border: 0;
}
header.site-header .header_content .right_side nav ul li.last a svg {
  margin-left: 4px;
}
header.site-header .header_content .right_side nav ul li a {
  font-weight: 500;
  font-size: 23px;
  line-height: 115%;
  color: #000000;
  padding: 12px 8px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
@media screen and (max-width: 1430px) {
  header.site-header .header_content .right_side nav ul li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .right_side nav ul li a {
    font-size: 32px;
    line-height: 1.3;
    display: block;
    border-radius: 8px;
    border: 2px solid rgba(162, 162, 169, 0.5019607843);
    position: relative;
  }
}
header.site-header .header_content .right_side nav ul li a:before {
  content: "";
  position: absolute;
  left: 16px;
  top: calc(50% - 2px);
  height: 4px;
  width: 36px;
  border-radius: 99px;
  background: #FF0000;
  display: none;
}
header.site-header .header_content .right_side nav ul li a.active {
  border-bottom: 3px solid #317ADE;
  color: #317ADE;
  transition: all 0.3s;
  padding: 12px 8px 12px;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .right_side nav ul li a.active {
    color: #FF0000;
    border: 2px solid #FF0000;
    border-bottom: 2px solid #FF0000;
    transition: all 0.3s;
    padding: 12px 8px 12px 64px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .right_side nav ul li a.active:before {
    display: block;
  }
}
header.site-header .header_content .right_side nav ul li a:hover {
  border-bottom: 3px solid #317ADE;
  color: #317ADE;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .right_side nav ul li a:hover {
    color: #FF0000;
    border-bottom: 2px solid #FF0000;
  }
}
header.site-header .header_content .right_side nav ul li a:focus {
  border-bottom: 3px solid #2762B2;
  color: #2762B2;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .right_side nav ul li a:focus {
    color: #FF0000;
    border-bottom: 2px solid #FF0000;
  }
}
header.site-header .header_content .right_side .social {
  display: flex;
  justify-content: flex-end;
  margin-left: 24px;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .right_side .social {
    justify-content: center;
  }
}
header.site-header .header_content .right_side .social a {
  margin-right: 24px;
}
header.site-header .header_content .right_side .social a svg path {
  transition: all 0.3s;
}
header.site-header .header_content .right_side .social a:hover svg path {
  fill: #F20030;
  transition: all 0.3s;
}

.main_section_wrap {
  position: relative;
  padding-top: 96px;
  margin-top: 123px;
  padding-bottom: 96px;
}
@media screen and (max-width: 1230px) {
  .main_section_wrap {
    padding: 48px 0;
  }
}
@media screen and (max-width: 991px) {
  .main_section_wrap {
    margin-top: 0;
    padding: 101px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .main_section_wrap {
    padding: 87px 0 0;
  }
}
.main_section_wrap .left_side {
  max-width: 49%;
  width: 100%;
  padding: 0 48px;
}
@media screen and (max-width: 1230px) {
  .main_section_wrap .left_side {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .main_section_wrap .left_side {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.main_section_wrap .left_side h1 {
  font-weight: 700;
  font-size: 90px;
  line-height: 120%;
  color: #121212;
  margin-bottom: 24px;
}
@media screen and (max-width: 1430px) {
  .main_section_wrap .left_side h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 991px) {
  .main_section_wrap .left_side h1 {
    font-size: 45px;
    margin-bottom: 24px;
  }
}
.main_section_wrap .left_side h1 span {
  color: #E6283C;
}
.main_section_wrap .left_side p {
  font-weight: 400;
  font-size: 23px;
  line-height: 115%;
  color: #121212;
  margin-bottom: 24px;
  opacity: 0.75;
}
@media screen and (max-width: 991px) {
  .main_section_wrap .left_side p {
    font-size: 16px;
    line-height: 125%;
  }
}
.main_section_wrap .left_side a {
  color: #FFFFFF;
  padding: 12px 8px 12px 20px;
  background: #317ADE;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  transition: all 0.3s;
  border: 0;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .main_section_wrap .left_side a {
    width: 100%;
    justify-content: center;
  }
}
.main_section_wrap .left_side a:hover, .main_section_wrap .left_side a:focus, .main_section_wrap .left_side a:active {
  color: white;
  background: rgb(39, 98, 178);
  transition: all 0.3s;
  border: 0;
}
.main_section_wrap .left_side a svg {
  margin-left: 4px;
}
.main_section_wrap .slick_side {
  position: absolute;
  right: 0;
  top: 0;
  padding: 96px 0 96px 48px;
  max-width: 50%;
}
@media screen and (max-width: 1700px) {
  .main_section_wrap .slick_side {
    padding: 96px 0;
  }
}
@media screen and (max-width: 1230px) {
  .main_section_wrap .slick_side {
    position: initial;
    max-width: 100%;
    padding: 24px 0;
  }
}
@media screen and (max-width: 991px) {
  .main_section_wrap .slick_side {
    padding: 0;
  }
}
.main_section_wrap .slick_side h3 {
  font-weight: 700;
  font-size: 45px;
  line-height: 120%;
  color: #121212;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .main_section_wrap .slick_side h3 {
    font-size: 23px;
  }
}
.main_section_wrap .slick_side p {
  font-weight: 400;
  font-size: 23px;
  line-height: 120%;
  color: #121212;
  max-width: 80%;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .main_section_wrap .slick_side p {
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.main_section_wrap .slick_side .main_slick .slick-track {
  padding: 25px 13px;
}
@media screen and (max-width: 991px) {
  .main_section_wrap .slick_side .main_slick .slick-track {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .main_section_wrap .slick_side .main_slick .slick-track {
    padding: 0;
  }
}
.main_section_wrap .slick_side .main_slick .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_section_wrap .slick_side .main_slick .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #121212;
  opacity: 0.5;
  transition: all 0.3s;
  margin: 0 6px;
}
.main_section_wrap .slick_side .main_slick .slick-dots li.slick-active {
  transition: all 0.3s;
  width: 20px;
  height: 20px;
  opacity: 1;
}
.main_section_wrap .slick_side .main_slick .slick-dots li button {
  display: none;
}
.main_section_wrap .slick_side .main_slick .slide {
  display: flex;
  padding: 12px;
  box-shadow: 0px 9px 6px -4px rgba(0, 0, 0, 0.3490196078);
  background: white;
  border-radius: 20px;
  max-width: 600px;
  margin-right: 24px;
}
@media screen and (max-width: 991px) {
  .main_section_wrap .slick_side .main_slick .slide {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main_section_wrap .slick_side .main_slick .slide {
    padding: 5px;
    border-radius: 8px;
    margin-right: 0;
    box-shadow: 0px 9px 6px -4px rgba(0, 0, 0, 0.3490196078);
    margin-bottom: 20px;
  }
}
.main_section_wrap .slick_side .main_slick .slide .img_side {
  border: 1px solid #E2E5E9;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  width: 163px;
  height: 225px;
}
@media screen and (max-width: 1430px) {
  .main_section_wrap .slick_side .main_slick .slide .img_side {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .main_section_wrap .slick_side .main_slick .slide .img_side {
    height: auto;
    width: 120px;
  }
}
.main_section_wrap .slick_side .main_slick .slide .img_side img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  object-fit: contain;
}
.main_section_wrap .slick_side .main_slick .slide .img_side .sale_badge {
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px 6px;
  color: #FF0000;
  font-weight: 700;
  font-size: 11px;
  line-height: 115%;
  letter-spacing: -0.25%;
  background: #FFE1E1;
  border-radius: 4px;
  border-bottom-left-radius: 0;
}
.main_section_wrap .slick_side .main_slick .slide .details_side {
  margin-left: 12px;
  border: 1px solid #DBDEE4;
  border-radius: 4px;
  padding: 12px;
  max-width: calc(100% - 175px);
  width: 100%;
}
@media screen and (max-width: 1430px) {
  .main_section_wrap .slick_side .main_slick .slide .details_side {
    max-width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .main_section_wrap .slick_side .main_slick .slide .details_side {
    padding: 5px;
    margin-left: 5px;
    max-width: calc(100% - 125px);
  }
}
.main_section_wrap .slick_side .main_slick .slide .details_side p {
  display: flex;
  font-weight: 400;
  font-size: 11px;
  line-height: 115%;
  letter-spacing: -0.25%;
  color: #22262E;
  align-items: center;
  margin-bottom: 4px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .main_section_wrap .slick_side .main_slick .slide .details_side p {
    font-size: 8px;
  }
}
.main_section_wrap .slick_side .main_slick .slide .details_side p.supplier {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #DBDEE4;
}
@media screen and (max-width: 768px) {
  .main_section_wrap .slick_side .main_slick .slide .details_side p.supplier {
    padding-bottom: 4px;
    margin-bottom: 4px;
  }
}
.main_section_wrap .slick_side .main_slick .slide .details_side p.supplier span {
  width: auto;
}
.main_section_wrap .slick_side .main_slick .slide .details_side p span {
  width: 100px;
  font-weight: 400;
  font-size: 11px;
  line-height: 115%;
  letter-spacing: -0.25%;
  color: #6C7077;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .main_section_wrap .slick_side .main_slick .slide .details_side p span {
    width: 50px;
    font-size: 8px;
  }
}
.main_section_wrap .slick_side .main_slick .slide .details_side p b {
  font-weight: 700;
  font-size: 11px;
  line-height: 115%;
  letter-spacing: -0.25%;
  color: #22262E;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main_section_wrap .slick_side .main_slick .slide .details_side p b {
    font-size: 8px;
  }
}
.main_section_wrap .slick_side .main_slick .slide .details_side p b svg {
  margin-left: 4px;
}
.main_section_wrap .slick_side .main_slick .slide .details_side p a {
  color: #0057FF;
  display: flex;
  align-items: center;
}
.main_section_wrap .slick_side .main_slick .slide .details_side p a svg {
  margin-left: 4px;
}
.main_section_wrap .slick_side .main_slick .slide .details_side .foot_details {
  display: flex;
  align-items: center;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #DBDEE4;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .main_section_wrap .slick_side .main_slick .slide .details_side .foot_details {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 4px;
  }
}
.main_section_wrap .slick_side .main_slick .slide .details_side .foot_details .block {
  display: flex;
  align-items: center;
  margin-right: 12px;
  font-weight: 400;
  font-size: 11px;
  line-height: 115%;
  letter-spacing: -0.25%;
}
@media screen and (max-width: 1430px) {
  .main_section_wrap .slick_side .main_slick .slide .details_side .foot_details .block {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .main_section_wrap .slick_side .main_slick .slide .details_side .foot_details .block {
    max-width: 48%;
    font-size: 8px;
    margin-right: 3px;
    width: 100%;
  }
}
.main_section_wrap .slick_side .main_slick .slide .details_side .foot_details .block svg {
  margin-right: 4px;
}
.main_section_wrap .slick_side .main_slick .slide .details_side .price_wrap {
  display: flex;
  align-items: center;
  border: 1px solid #E2E5E9;
  background: rgb(241, 242, 244);
  padding: 12px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .main_section_wrap .slick_side .main_slick .slide .details_side .price_wrap {
    padding: 7px;
  }
}
.main_section_wrap .slick_side .main_slick .slide .details_side .price_wrap span {
  font-weight: 700;
  font-size: 23px;
  line-height: 120%;
  color: #6C7077;
  width: 90px;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .main_section_wrap .slick_side .main_slick .slide .details_side .price_wrap span {
    font-size: 11px;
  }
}
.main_section_wrap .slick_side .main_slick .slide .details_side .price_wrap .price {
  font-weight: 700;
  font-size: 23px;
  line-height: 120%;
  color: #E6283C;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .main_section_wrap .slick_side .main_slick .slide .details_side .price_wrap .price {
    font-size: 11px;
  }
}
.main_section_wrap .slick_side .main_slick .slide .details_side .price_wrap .sale_price {
  font-weight: 700;
  font-size: 23px;
  line-height: 120%;
  color: #6C7077;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main_section_wrap .slick_side .main_slick .slide .details_side .price_wrap .sale_price {
    font-size: 11px;
  }
}
.main_section_wrap .slick_side .main_slick .slide .details_side .price_wrap .sale_price:before {
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: #FF0000;
  position: absolute;
  top: 50%;
}

.old_way {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  padding: 48px;
  border-radius: 24px;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 96px 0;
}
@media screen and (max-width: 991px) {
  .old_way {
    flex-wrap: wrap;
    padding: 24px 16px;
  }
}
.old_way .column {
  max-width: calc(33.3333333333% - 32px);
  width: 100%;
}
@media screen and (max-width: 1230px) {
  .old_way .column {
    max-width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 991px) {
  .old_way .column {
    max-width: 100%;
    margin-bottom: 48px;
  }
}
.old_way .column.red ul li {
  background: rgb(253, 234, 236);
}
.old_way .column.red ul li .content b, .old_way .column.red ul li .content span {
  color: #FF0000;
}
.old_way .column.red ul li:last-of-type {
  background: rgb(250, 212, 216);
}
.old_way .column.green ul li {
  background: rgb(230, 244, 236);
}
.old_way .column.green ul li .content b, .old_way .column.green ul li .content span {
  color: #049541;
}
.old_way .column.green ul li:last-of-type {
  background: rgb(205, 234, 217);
}
.old_way .column h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 120%;
  color: #121212;
  margin-bottom: 12px;
}
@media screen and (max-width: 1230px) {
  .old_way .column h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .old_way .column h2 {
    font-size: 32px;
  }
}
.old_way .column p {
  font-weight: 400;
  font-size: 23px;
  line-height: 120%;
  color: #121212;
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .old_way .column p {
    font-size: 16px;
  }
}
.old_way .column h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #121212;
  margin-bottom: 29px;
}
@media screen and (max-width: 768px) {
  .old_way .column h3 {
    font-size: 23px;
    margin-bottom: 24px;
  }
}
.old_way .column h3 svg {
  margin-right: 12px;
}
.old_way .column ul li {
  display: flex;
  align-items: center;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .old_way .column ul li {
    padding: 8px;
  }
}
.old_way .column ul li:last-of-type {
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .old_way .column ul li:last-of-type {
    padding: 8px;
  }
}
.old_way .column ul li svg {
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  .old_way .column ul li svg {
    margin-right: 8px;
  }
}
.old_way .column ul li .content b {
  font-weight: 700;
  font-size: 23px;
  line-height: 120%;
  margin-bottom: 12px;
  display: block;
}
@media screen and (max-width: 768px) {
  .old_way .column ul li .content b {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.old_way .column ul li .content span {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
}

.features {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1230px) {
  .features {
    flex-wrap: wrap;
  }
}
.features .left_side {
  max-width: 35%;
  width: 100%;
  padding: 96px 48px;
}
@media screen and (max-width: 1230px) {
  .features .left_side {
    max-width: 100%;
    padding: 0;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .features .left_side {
    margin-bottom: 24px;
  }
}
.features .left_side h3 {
  font-weight: 700;
  font-size: 45px;
  line-height: 120%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .features .left_side h3 {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.features .left_side img {
  max-width: 100%;
  margin-bottom: 24px;
}
.features .left_side p {
  font-weight: 400;
  font-size: 23px;
  line-height: 120%;
  color: #121212;
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .features .left_side p {
    font-size: 16px;
  }
}
.features .blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 24px;
}
@media screen and (max-width: 991px) {
  .features .blocks {
    padding-left: 0;
  }
}
.features .blocks .block {
  border-radius: 24px;
  max-width: calc(33.3333333333% - 16px);
  width: 100%;
  padding: 24px;
  background: #FFFFFF;
  margin-bottom: 24px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 991px) {
  .features .blocks .block {
    max-width: calc(50% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .features .blocks .block {
    max-width: 100%;
    padding: 16px;
    margin-bottom: 12px;
  }
}
.features .blocks .block svg {
  margin-bottom: 24px;
}
.features .blocks .block h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #121212;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .features .blocks .block h4 {
    font-size: 23px;
  }
}
.features .blocks .block p {
  font-weight: 400;
  font-size: 23px;
  line-height: 120%;
  color: #121212;
}
@media screen and (max-width: 76px) {
  .features .blocks .block p {
    font-size: 16px;
  }
}

.preview {
  text-align: center;
  padding: 96px 0;
}
@media screen and (max-width: 768px) {
  .preview {
    padding: 48px 0;
  }
}
.preview h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 12px;
  color: #121212;
}
@media screen and (max-width: 76px) {
  .preview h2 {
    font-size: 32px;
  }
}
.preview p {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 48px;
  font-weight: 400;
  font-size: 23px;
  line-height: 120%;
  text-align: center;
  color: #121212;
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .preview p {
    font-size: 16px;
  }
}
.preview video {
  max-width: 100%;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .preview video {
    border-radius: 8px;
  }
}

.steps_wrap {
  text-align: center;
  padding: 96px 0;
}
@media screen and (max-width: 991px) {
  .steps_wrap {
    padding: 48px 0;
  }
}
.steps_wrap h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 12px;
  color: #121212;
}
@media screen and (max-width: 768px) {
  .steps_wrap h2 {
    font-size: 32px;
  }
}
.steps_wrap p {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 48px;
  font-weight: 400;
  font-size: 23px;
  line-height: 120%;
  text-align: center;
  color: #121212;
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .steps_wrap p {
    font-size: 16px;
  }
}
.steps_wrap .steps {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .steps_wrap .steps {
    flex-wrap: wrap;
  }
}
.steps_wrap .steps .step {
  max-width: calc(33.3333333333% - 32px);
  width: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .steps_wrap .steps .step {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.steps_wrap .steps .step.active .number, .steps_wrap .steps .step.active h4, .steps_wrap .steps .step.active p {
  color: #FF0000;
  transition: all 0.3s;
}
.steps_wrap .steps .step.active .line svg line {
  stroke: #FF0000;
  transition: all 0.3s;
}
.steps_wrap .steps .step .line {
  content: "";
  width: 90%;
  height: 5px;
  position: absolute;
  right: 62%;
  top: 28px;
}
@media screen and (max-width: 991px) {
  .steps_wrap .steps .step .line {
    display: none;
  }
}
.steps_wrap .steps .step .line svg {
  max-width: 100%;
}
.steps_wrap .steps .step .line svg line {
  transition: all 0.3s;
}
.steps_wrap .steps .step:last-of-type:before {
  display: none;
}
.steps_wrap .steps .step .number {
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
  text-align: center;
  color: #121212;
  margin-bottom: 24px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .steps_wrap .steps .step .number {
    font-size: 45px;
    margin-bottom: 12px;
  }
}
.steps_wrap .steps .step h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 12px;
  color: #121212;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .steps_wrap .steps .step h4 {
    font-size: 23px;
  }
}
.steps_wrap .steps .step p {
  font-weight: 400;
  font-size: 23px;
  line-height: 120%;
  text-align: center;
  color: #121212;
  opacity: 0.75;
  transition: all 0.3s;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .steps_wrap .steps .step p {
    font-size: 16px;
  }
}
.steps_wrap a {
  color: #FFFFFF;
  padding: 12px 8px 12px 20px;
  background: #317ADE;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  transition: all 0.3s;
  border: 0;
  width: fit-content;
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .steps_wrap a {
    width: 100%;
    justify-content: center;
    font-size: 23px;
    margin: 24px auto 0;
  }
}
.steps_wrap a:hover, .steps_wrap a:focus, .steps_wrap a:active {
  color: white;
  background: rgb(39, 98, 178);
  transition: all 0.3s;
  border: 0;
}
.steps_wrap a svg {
  margin-left: 4px;
}

.pricing {
  padding: 96px 0;
}
@media screen and (max-width: 991px) {
  .pricing {
    padding: 48px 0;
  }
}
.pricing h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 12px;
  color: #121212;
}
@media screen and (max-width: 768px) {
  .pricing h2 {
    font-size: 32px;
  }
}
.pricing p {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 48px;
  font-weight: 400;
  font-size: 23px;
  line-height: 120%;
  text-align: center;
  color: #121212;
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .pricing p {
    font-size: 16px;
  }
}
.pricing.active .buttons:before {
  left: 8px;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .pricing.active .buttons:before {
    left: 4px;
  }
}
.pricing.active .plans_wrap .wrap {
  transform: translateX(0);
  display: flex;
  transition: all 0.5s;
}
.pricing .buttons {
  display: flex;
  justify-content: center;
  background: rgba(39, 39, 39, 0.2509803922);
  max-width: 528px;
  width: 100%;
  margin: 0 auto 48px;
  border-radius: 999px;
  padding: 8px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pricing .buttons {
    max-width: calc(100% - 32px);
    margin-left: 16px;
  }
}
.pricing .buttons:before {
  content: "";
  position: absolute;
  top: 8px;
  left: calc(50% - 8px);
  bottom: 8px;
  width: 50%;
  background: rgb(255, 0, 0);
  border-radius: 999px;
  z-index: 0;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .pricing .buttons:before {
    top: 4px;
    bottom: 4px;
    left: calc(50% - 4px);
  }
}
.pricing .buttons span {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  width: 50%;
  border-radius: 999px;
  padding: 12px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pricing .buttons span {
    font-size: 23px;
  }
}
.pricing .plans_wrap .wrap {
  transform: translatex(-50%);
  display: flex;
  transition: all 0.5s;
}
.pricing .plans {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .pricing .plans {
    justify-content: center;
    overflow: hidden;
    max-width: 100%;
  }
}
.pricing .plans .plan {
  max-width: calc(33.3333333333% - 16px);
  width: 100%;
  border: 2px solid #A2A2A9;
  background: #FFFFFF;
  padding: 36px;
  border-radius: 24px;
  position: relative;
}
@media screen and (max-width: 1230px) {
  .pricing .plans .plan {
    padding: 36px 16px;
  }
}
@media screen and (max-width: 991px) {
  .pricing .plans .plan {
    max-width: 100%;
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pricing .plans .plan {
    flex: 0 0 80%;
    margin: 0 3px;
  }
}
.pricing .plans .plan:before {
  content: "";
  position: absolute;
  backdrop-filter: blur(5px);
  width: calc(100% + 6px);
  left: -4px;
  height: calc(100% + 4px);
  top: -2px;
  z-index: 2;
  border-radius: 20px;
}
.pricing .plans .plan.active {
  border: 4px solid #FF0000;
}
.pricing .plans .plan.active:before {
  display: none;
}
.pricing .plans .plan h2, .pricing .plans .plan p {
  text-align: left;
}
.pricing .plans .plan p {
  margin-bottom: 36px;
}
.pricing .plans .plan h5 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #121212;
  margin-bottom: 17px;
}
@media screen and (max-width: 1230px) {
  .pricing .plans .plan h5 {
    font-size: 23px;
  }
}
.pricing .plans .plan h5 span {
  font-weight: 400;
  font-size: 23px;
  line-height: 120%;
  text-decoration: line-through;
  color: #A2A2A9;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .pricing .plans .plan h5 span {
    font-size: 16px;
  }
}
.pricing .plans .plan h2 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1230px) {
  .pricing .plans .plan h2 {
    font-size: 32px;
  }
}
.pricing .plans .plan h2 img {
  max-width: 43px;
  margin-right: 12px;
}
.pricing .plans .plan ul li {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #121212;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .pricing .plans .plan ul li {
    margin-bottom: 12px;
  }
}
.pricing .plans .plan ul li.red {
  color: #FF0000;
}
.pricing .plans .plan ul li svg {
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
.pricing .plans .plan ul li b {
  font-weight: 700;
  margin-right: 3px;
  white-space: nowrap;
}
.pricing .plans .plan ul li span {
  white-space: normal;
}
.pricing .plans .plan a {
  font-weight: 500;
  font-size: 23px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  margin-top: 36px;
  display: block;
  width: 100%;
  border-radius: 12px;
  padding: 20px;
  background: #317ADE;
}
.pricing .plans .plan a:hover, .pricing .plans .plan a:focus, .pricing .plans .plan a:active {
  color: white;
  background: rgb(39, 98, 178);
  transition: all 0.3s;
  border: 0;
}

.countdown {
  background-position: center;
  position: fixed;
  bottom: 15px;
  right: -120%;
  transition: all 0.6s;
  z-index: 9;
  display: flex;
}
.countdown .nta_wa_button a.wa__button {
  display: flex;
  flex-direction: column;
  width: 120px;
  padding: 44px 10px;
  height: 208px;
  border-radius: 24px;
  margin-right: 12px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .countdown .nta_wa_button a.wa__button {
    height: 136px;
    width: 64px;
    padding: 10px;
    border-radius: 8px;
    margin-right: 6px;
  }
}
.countdown .nta_wa_button a.wa__button .wa__btn_icon {
  position: initial;
  transform: none;
  height: 60px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .countdown .nta_wa_button a.wa__button .wa__btn_icon {
    height: 35px;
    max-width: 35px;
    margin: 0 auto 10px;
  }
}
.countdown .nta_wa_button a.wa__button .wa__btn_icon img {
  height: 100%;
}
.countdown .nta_wa_button a.wa__button .wa__btn_txt {
  padding: 0;
}
.countdown .nta_wa_button a.wa__button .wa__btn_txt .wa__cs_info {
  display: none;
}
.countdown .nta_wa_button a.wa__button .wa__btn_txt .wa__btn_title {
  font-family: Onest;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .countdown .nta_wa_button a.wa__button .wa__btn_txt .wa__btn_title {
    font-size: 11px;
  }
}
.countdown.active {
  right: 95px;
  transition: all 0.6s;
}
@media screen and (max-width: 991px) {
  .countdown.active {
    right: 50px;
  }
}
.countdown .countdown_content {
  background: #FF0000;
  padding: 24px 28px;
  border-radius: 24px;
}
@media screen and (max-width: 991px) {
  .countdown .countdown_content {
    padding: 14px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .countdown .countdown_content {
    max-width: 255px;
    padding: 10px;
  }
}
.countdown .countdown_content h3 {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
}
@media screen and (max-width: 991px) {
  .countdown .countdown_content h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.countdown .countdown_content .clock {
  display: flex;
  justify-content: center;
}
.countdown .countdown_content .clock .time-box {
  border: 3px solid #FFFFFF;
  border-radius: 24px;
  padding: 12px 24px;
  margin: 0 12px;
  width: 168px;
  height: 98px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .countdown .countdown_content .clock .time-box {
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    padding: 8px 1px;
    margin: 0 4px;
    width: 49px;
    height: 58px;
    text-align: center;
  }
}
.countdown .countdown_content .clock .time-box span {
  font-weight: 600;
  font-size: 45px;
  line-height: 115%;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .countdown .countdown_content .clock .time-box span {
    font-size: 23px;
  }
}
.countdown .countdown_content .clock .time-box .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .countdown .countdown_content .clock .time-box .label {
    font-size: 12px;
  }
}
.countdown .countdown_content p {
  font-weight: 400;
  font-size: 32px;
  line-height: 115%;
  text-align: center;
  color: #FFFFFF;
  margin-top: 36px;
}
@media screen and (max-width: 991px) {
  .countdown .countdown_content p {
    font-size: 16px;
  }
}

.faq {
  max-width: 1289px;
  margin: 0 auto;
  width: 100%;
  padding: 96px 0;
}
@media screen and (max-width: 991px) {
  .faq {
    padding: 48px 0;
  }
}
.faq h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 12px;
  color: #121212;
}
@media screen and (max-width: 991px) {
  .faq h2 {
    font-size: 32px;
  }
}
.faq .accordion {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 35px 24px;
  max-width: 1430px;
  margin: 0 auto 24px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 768px) {
  .faq .accordion {
    padding: 12px;
    margin: 0 auto 12px;
  }
}
.faq .accordion:last-of-type {
  margin-bottom: 0;
}
.faq .accordion .accordion_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq .accordion .accordion_header {
    font-size: 23px;
  }
}
.faq .accordion .accordion_header svg {
  transition: all 0.4s;
  max-width: 35px;
}
.faq .accordion .accordion_header.active svg {
  transform: rotate(-180deg);
  transition: all 0.4s;
}
.faq .accordion .accordion_content {
  display: none;
  font-weight: 400;
  font-size: 23px;
  line-height: 120%;
  margin-top: 20px;
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .faq .accordion .accordion_content {
    font-size: 16px;
  }
}
.faq .accordion .accordion_content b {
  font-weight: 600;
}

.register {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  border-radius: 24px;
  padding: 96px 0;
  background: white;
}
@media screen and (max-width: 768px) {
  .register {
    padding: 24px;
  }
}
.register h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 12px;
  color: #121212;
}
@media screen and (max-width: 768px) {
  .register h2 {
    font-size: 32px;
  }
}
.register p {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 48px;
  font-weight: 400;
  font-size: 23px;
  line-height: 120%;
  text-align: center;
  color: #121212;
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .register p {
    font-size: 16px;
    margin: 0 auto 24px;
  }
}
.register a {
  color: #FFFFFF;
  padding: 12px 8px 12px 20px;
  background: #317ADE;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  transition: all 0.3s;
  border: 0;
  width: fit-content;
  margin: 0 auto;
}
.register a:hover, .register a:focus, .register a:active {
  color: white;
  background: rgb(39, 98, 178);
  transition: all 0.3s;
  border: 0;
}
.register a svg {
  margin-left: 4px;
}

footer .footer_content {
  background: #FFFFFF;
  padding: 20px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  footer .footer_content {
    flex-wrap: wrap;
    border-radius: 8px;
    justify-content: center;
  }
}
footer .footer_content .logo {
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer_content .logo {
    max-width: 100%;
  }
}
footer .footer_content ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  footer .footer_content ul {
    flex-wrap: wrap;
    margin-top: 25px;
  }
}
footer .footer_content ul li {
  font-weight: 400;
  font-size: 23px;
  line-height: 120%;
  border-radius: 2px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
  margin: 0 16px;
}
@media screen and (max-width: 768px) {
  footer .footer_content ul li {
    width: 100%;
    text-align: center;
  }
}
footer .footer_content ul li:hover {
  border-bottom: 3px solid #317ADE;
  transition: all 0.3s;
}
footer .footer_content ul li:hover a {
  color: #317ADE;
  transition: all 0.3s;
}
footer .footer_content ul li a {
  padding: 12px 8px;
  color: #000000;
  display: block;
  transition: all 0.3s;
}
footer .footer_bottom {
  text-align: center;
  font-weight: 500;
  font-size: 23px;
  line-height: 125%;
  color: rgba(18, 18, 18, 0.5);
  margin-top: 15px;
  padding: 8px 8px 25px;
}
@media screen and (max-width: 768px) {
  footer .footer_bottom {
    font-size: 16px;
  }
}
footer .fixed_button {
  position: fixed;
  right: 0;
  bottom: 15px;
  padding: 74px 10px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  background: #FF0000;
  cursor: pointer;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  footer .fixed_button {
    padding: 36px 7px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
footer .fixed_button.active .button_wrap {
  transform: rotate(180deg);
}
footer .fixed_button svg {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: pulse 1.5s infinite;
}
@media screen and (max-width: 991px) {
  footer .fixed_button svg {
    max-width: 30px;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(0.75);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.whatsapp_button {
  position: fixed;
  right: 0;
  bottom: 240px;
}
@media screen and (max-width: 991px) {
  .whatsapp_button {
    bottom: 160px;
  }
}
.whatsapp_button .nta_wa_button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  width: 80px;
  border-radius: 24px 0 0 24px;
}
@media screen and (max-width: 991px) {
  .whatsapp_button .nta_wa_button a {
    width: 44px;
    border-radius: 8px 0 0 8px;
    padding: 0;
  }
}
.whatsapp_button .nta_wa_button a .wa__btn_icon {
  position: initial;
  transform: none;
}
@media screen and (max-width: 991px) {
  .whatsapp_button .nta_wa_button a .wa__btn_icon img {
    max-width: 35px;
  }
}
.whatsapp_button .nta_wa_button a .wa__btn_txt {
  padding: 0;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .whatsapp_button .nta_wa_button a .wa__btn_txt {
    display: none;
  }
}
.whatsapp_button .nta_wa_button a .wa__btn_txt .wa__cs_info {
  display: none;
}
.whatsapp_button .nta_wa_button a .wa__btn_txt .wa__btn_title {
  font-weight: 400;
}
.whatsapp_button .eapp-whatsapp-chat-root-layout-component.eapps-whatsapp-chat-1-custom-css-hook .Window__Component-sc-17wvysh-0 {
  bottom: 230px;
}
@media screen and (max-width: 991px) {
  .whatsapp_button .eapp-whatsapp-chat-root-layout-component.eapps-whatsapp-chat-1-custom-css-hook .Window__Component-sc-17wvysh-0 {
    bottom: 160px;
  }
}
.whatsapp_button .eapp-whatsapp-chat-root-layout-component.eapps-whatsapp-chat-1-custom-css-hook .Window__Component-sc-17wvysh-0 .Window__WindowComponent-sc-17wvysh-1 {
  right: 70px;
  bottom: -60px;
}
@media screen and (max-width: 991px) {
  .whatsapp_button .eapp-whatsapp-chat-root-layout-component.eapps-whatsapp-chat-1-custom-css-hook .Window__Component-sc-17wvysh-0 .Window__WindowComponent-sc-17wvysh-1 {
    right: 0;
  }
}
.whatsapp_button .eapp-whatsapp-chat-root-layout-component.eapps-whatsapp-chat-1-custom-css-hook .Window__Component-sc-17wvysh-0 .Bubble__BubbleComponent-sc-83hmjh-2 {
  display: block;
  flex-wrap: wrap;
  width: 80px;
  height: 134px;
  margin: 0;
  background: rgb(4, 149, 65);
  padding: 7px;
  border-radius: 24px 0 0 24px;
}
@media screen and (max-width: 991px) {
  .whatsapp_button .eapp-whatsapp-chat-root-layout-component.eapps-whatsapp-chat-1-custom-css-hook .Window__Component-sc-17wvysh-0 .Bubble__BubbleComponent-sc-83hmjh-2 {
    width: 44px;
    height: 94px;
    border-radius: 8px 0 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
  }
}
.whatsapp_button .eapp-whatsapp-chat-root-layout-component.eapps-whatsapp-chat-1-custom-css-hook .Window__Component-sc-17wvysh-0 .Bubble__BubbleComponent-sc-83hmjh-2:before {
  display: none;
}
.whatsapp_button .eapp-whatsapp-chat-root-layout-component.eapps-whatsapp-chat-1-custom-css-hook .Window__Component-sc-17wvysh-0 .Bubble__BubbleComponent-sc-83hmjh-2 .Icon__Component-sc-6s5exc-0 {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  margin-top: 10px;
}
.whatsapp_button .eapp-whatsapp-chat-root-layout-component.eapps-whatsapp-chat-1-custom-css-hook .Window__Component-sc-17wvysh-0 .Bubble__BubbleComponent-sc-83hmjh-2 .Icon__Component-sc-6s5exc-0 svg {
  width: 30px;
  height: 30px;
  fill: white;
  margin: 0 auto;
  display: block;
}
.whatsapp_button .eapp-whatsapp-chat-root-layout-component.eapps-whatsapp-chat-1-custom-css-hook .Window__Component-sc-17wvysh-0 .Bubble__BubbleComponent-sc-83hmjh-2 .Bubble__BubbleText-sc-83hmjh-0 {
  font-size: 14px;
  font-weight: 400;
  color: white;
}
@media screen and (max-width: 991px) {
  .whatsapp_button .eapp-whatsapp-chat-root-layout-component.eapps-whatsapp-chat-1-custom-css-hook .Window__Component-sc-17wvysh-0 .Bubble__BubbleComponent-sc-83hmjh-2 .Bubble__BubbleText-sc-83hmjh-0 {
    display: none;
  }
}

.back_to_top {
  position: fixed;
  right: 100px;
  bottom: -15px;
  z-index: 2;
  cursor: pointer;
  display: none;
}
.back_to_top svg {
  max-width: 50px;
}
@media screen and (max-width: 991px) {
  .back_to_top svg {
    max-width: 44px;
  }
}

.wa__widget_container {
  display: none;
}

/*# sourceMappingURL=main.css.map */
