/***** FONTS *****/
@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  font-display: swap;
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background-color: transparent;
  transition: 0.3s ease;
}

a:active,
a:hover {
  outline: 0;
  color: inherit;
}

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

a:hover,
a:focus {
  color: inherit;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg,
svg:hover,
path,
polygon {
  transition: 0.05s;
}

svg:not(:root) {
  overflow: hidden;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  background: #ff0;
  color: #000;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #f2f2f2;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  outline-offset: 0;
}

button {
  overflow: visible;
  transition: 0.3s ease;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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,
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;
  box-sizing: border-box;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
}

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;
  margin-bottom: 20px;
}

:focus {
  outline: none;
}

.clear {
  clear: both !important;
}

.clear_after:after {
  content: "";
  clear: both;
  display: block;
}

/***** GENERAL ELEMENTS *****/
:root {
  --content-width: 1200px;
  --container-offset: 40px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --primary-color: #F5CC7B;
  --primary-hover-color: #EBC271;
  --accent-color: #28BD28;
  --accent-hover-color: #1BB01B;
  --title-color: rgba(23,26,31);
  --font-color: rgba(23,26,31,.9);
  --error-color: #ff0000;
  --white-color: #ffffff;
  --black-color: rgba(23,26,31);
  --font-inter: "Inter", sans-serif;
  --font-opensans: "OpenSans", "Inter", sans-serif;
}

/***** Mixins *****/
@media screen and (max-width: 576px) {
  :root {
    --container-offset: 20px;
  }
}
/***** BLOCKS GLOBAL *****/
/*-----generals-----*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-inter);
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  color: var(--font-color);
  background: var(--white-color);
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media screen and (max-width: 576px) {
  body {
    font-size: 16px;
  }
}
section {
  width: 100%;
}

html.with-fancybox body.hide-scrollbar {
  margin-right: 0 !important;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
  width: 100%;
}

.container-padding {
  width: 100%;
  box-sizing: border-box;
  padding-left: calc((100vw - var(--content-width)) / 2);
  padding-right: calc((100vw - var(--content-width)) / 2);
  max-width: 100%;
}

.container-left {
  width: 100%;
  padding-left: max(var(--container-offset), (100% - var(--content-width)) / 2);
  max-width: 100%;
  margin-left: 0;
}

.container-right {
  width: 100%;
  padding-right: max(var(--container-offset), (100% - var(--content-width)) / 2);
  max-width: 100%;
  margin-right: 0;
}

.link-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.dis-scroll {
  overflow: hidden;
  height: 100vh;
}

.hidden,
.screen-reader-text {
  display: none !important;
}

/***** COMPONENTS GLOBAL *****/
.header {
  display: block;
  width: 100%;
  min-height: 80px;
  box-shadow: 0 2px 4px rgba(23, 26, 31, 0.1);
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 101px;
  height: auto;
  flex-shrink: 0;
}
.header-logo img {
  width: 100%;
  height: auto;
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: 88px;
}
.header-menu-open, .header-menu-close {
  display: none;
}
.header-menu-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-menu-list li {
  display: inline-flex;
}
.header-menu-list li:not(:last-child) {
  margin-right: 60px;
}
.header-menu-list li a {
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--title-color);
  transition: color 0.3s ease;
}
.header-menu-list li a:hover {
  color: var(--accent-color);
}

@media screen and (max-width: 1024px) {
  .header-menu {
    margin-left: 0;
    position: fixed;
    right: -100%;
    top: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 32px 32px;
    overflow-y: auto;
    width: 360px;
    max-width: 100%;
    height: 100vh;
    border-left: 1px solid #F0F1F3;
    background: var(--white-color);
    transition: right 0.4s ease;
  }
  .header-menu.open {
    right: 0;
    z-index: 1000;
  }
  .header-menu-open, .header-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    flex-shrink: 0;
    margin-left: auto;
    cursor: pointer;
  }
  .header-menu-open img, .header-menu-close img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
  }
  .header-menu-list {
    margin-top: auto;
    margin-bottom: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .header-menu-list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 28px;
  }
  .header-menu-list li a {
    font-size: 22px;
  }
  .header-menu .button-secondary {
    margin-top: auto;
  }
}
@media screen and (max-width: 576px) {
  .header {
    min-height: 72px;
    box-shadow: none;
  }
  .header-logo {
    margin-left: 4px;
    width: auto;
    height: 48px;
  }
  .header-logo img {
    width: auto;
    height: 100%;
  }
  .header-menu {
    padding: 12px 20px 60px;
    width: 320px;
  }
  .header-menu-open, .header-menu-close {
    padding: 8px;
  }
  .header-menu-list li:not(:last-child) {
    margin-bottom: 24px;
  }
  .header-menu-list li a {
    font-size: 20px;
  }
  .header-menu .button-secondary {
    width: 100%;
  }
}
.footer {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 28px;
  background: #FAFAFB;
}
.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  width: 100%;
  max-width: 100%;
}
.footer-col {
  width: 100%;
}
.footer-col:nth-child(1) {
  margin-top: -28px;
}
.footer-col:nth-child(1) p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.footer-col:nth-child(2) ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-col:nth-child(2) ul li {
  display: inline-flex;
}
.footer-col:nth-child(2) ul li:not(:last-child) {
  margin-bottom: 12px;
}
.footer-col:nth-child(2) ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  color: var(--font-color);
  transition: color 0.3s ease;
}
.footer-col:nth-child(2) ul li a:hover {
  text-decoration: underline;
  color: var(--accent-color);
}
.footer-col:nth-child(3) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-col:nth-child(3) .button-third {
  width: 260px;
  max-width: 100%;
}
.footer-col:nth-child(3) .button-third:not(:last-child) {
  margin-bottom: 16px;
}
.footer-col h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--title-color);
}
.footer-col .footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 20px;
}
.footer-bottom {
  margin-top: 48px;
  width: 100%;
  padding-top: 28px;
  border-top: 1px solid #DEE1E6;
}
.footer-bottom p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  color: var(--font-color);
}

.socials {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--font-color);
  transition: color 0.3s ease;
}
.socials a svg {
  width: 100%;
  height: auto;
}
.socials a:hover {
  color: var(--accent-color);
}

@media screen and (max-width: 1024px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .footer {
    padding-top: 32px;
    padding-bottom: 20px;
  }
  .footer-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .footer-col:nth-child(1) {
    margin-top: 0;
    text-align: center;
  }
  .footer-col:nth-child(1) p {
    font-size: 14px;
    text-align: center;
  }
  .footer-col:nth-child(2) ul {
    column-gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-col:nth-child(2) ul li {
    width: calc(50% - 5px);
  }
  .footer-col:nth-child(2) ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer-col:nth-child(2) ul li a {
    font-size: 14px;
  }
  .footer-col:nth-child(3) .button-third {
    width: 100%;
  }
  .footer-col:nth-child(3) .button-third:not(:last-child) {
    margin-bottom: 12px;
  }
  .footer-col h3 {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer-col .footer-logo {
    margin-bottom: 14px;
  }
  .footer-bottom {
    margin-top: 32px;
    padding-top: 20px;
  }
  .socials {
    justify-content: center;
  }
}
.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  max-width: 100%;
  min-height: 52px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none !important;
  text-align: center;
  color: var(--white-color) !important;
  border-radius: 10px;
  outline: none;
  border: 0;
  background-color: var(--accent-color);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .button-primary:hover {
    background-color: var(--accent-hover-color);
  }
}

.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 32px;
  max-width: 100%;
  min-height: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none !important;
  text-align: center;
  color: var(--title-color) !important;
  border-radius: 100px;
  outline: none;
  border: 0;
  background-color: var(--primary-color);
  box-shadow: 0 0 2px rgba(23, 26, 31, 0.08), 0 2px 4px rgba(23, 26, 31, 0.1);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .button-secondary:hover {
    background-color: var(--primary-hover-color);
    box-shadow: none;
  }
}

.button-whatsapp {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  max-width: 100%;
  min-height: 52px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none !important;
  text-align: center;
  color: var(--white-color) !important;
  border-radius: 14px;
  outline: none;
  border: 1px solid #000000;
  background: #25D366;
  background: -webkit-linear-gradient(160deg, rgb(37, 211, 102) 0%, rgb(29, 168, 81) 100%);
  background: -moz-linear-gradient(160deg, rgb(37, 211, 102) 0%, rgb(29, 168, 81) 100%);
  background: linear-gradient(160deg, rgb(37, 211, 102) 0%, rgb(29, 168, 81) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#25D366", endColorstr="#1DA851", GradientType=0);
  transition: all 0.3s ease;
}
.button-whatsapp::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 8px;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.44299 21.5999L3.79316 16.6697C2.96035 15.227 2.52211 13.5902 2.52279 11.9133C2.5249 6.66762 6.79425 2.3999 12.0399 2.3999C14.5858 2.40092 16.9754 3.39179 18.7722 5.19009C20.5691 6.98839 21.5581 9.37878 21.5571 11.9209C21.555 17.1667 17.2852 21.4349 12.0401 21.4349H12.0362C10.4433 21.4343 8.87823 21.0348 7.48818 20.2769L2.44299 21.5999ZM7.72191 18.5544L8.01077 18.7258C9.22525 19.4464 10.6174 19.8275 12.0368 19.8281H12.04C16.3999 19.8281 19.9485 16.2807 19.9502 11.9203C19.951 9.80737 19.129 7.82057 17.6356 6.32588C16.1421 4.83119 14.156 4.00756 12.0432 4.00676C7.67994 4.00676 4.13141 7.5539 4.12965 11.9139C4.12905 13.4081 4.54727 14.8633 5.33907 16.1223L5.52718 16.4215L4.72805 19.3395L7.72191 18.5544Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.66544 7.93013C9.47242 7.46657 9.27637 7.52929 9.13041 7.52202C8.99186 7.51513 8.83317 7.51367 8.67465 7.51367C8.51612 7.51367 8.2585 7.57316 8.04052 7.81114C7.82256 8.04912 7.20825 8.62426 7.20825 9.79434C7.20825 10.9644 8.06034 12.0948 8.17924 12.2535C8.29813 12.4122 9.85606 14.8133 12.2415 15.8431C12.8089 16.088 13.2518 16.2342 13.5972 16.3438C14.1668 16.5247 14.6852 16.4992 15.095 16.438C15.5518 16.3698 16.5019 15.8629 16.7001 15.3076C16.8982 14.7523 16.8982 14.2763 16.8388 14.1772C16.7793 14.078 16.6208 14.0185 16.383 13.8995C16.1452 13.7805 14.9761 13.2054 14.7581 13.1261C14.5401 13.0468 14.3816 13.0071 14.2231 13.2451C14.0645 13.483 13.6088 14.0185 13.4701 14.1772C13.3314 14.3358 13.1927 14.3557 12.9549 14.2367C12.7171 14.1177 11.9509 13.8666 11.0426 13.0568C10.3357 12.4264 9.85839 11.6479 9.71968 11.4099C9.58097 11.1719 9.70492 11.0433 9.82397 10.9248C9.93093 10.8182 10.0618 10.6471 10.1807 10.5083C10.2995 10.3695 10.3392 10.2703 10.4184 10.1116C10.4977 9.95298 10.4581 9.81416 10.3986 9.69516C10.3392 9.57618 9.86361 8.40609 9.66544 7.93013Z" fill="white"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1025px) {
  .button-whatsapp:hover {
    border-color: transparent;
  }
}

.button-third {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 16px;
  max-width: 100%;
  min-height: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none !important;
  text-align: left;
  color: var(--title-color) !important;
  border-radius: 10px;
  outline: none;
  border: 0;
  background-color: #F3F4F6;
  box-shadow: 0 1px 3px rgba(23, 26, 31, 0.07);
  transition: all 0.3s ease;
}
.button-third svg {
  display: block;
  width: 20px;
  height: auto;
  flex-shrink: 0;
  margin-right: 16px;
}
@media screen and (min-width: 1025px) {
  .button-third:hover {
    color: var(--white-color) !important;
    background-color: var(--accent-color);
  }
}

@media screen and (max-width: 576px) {
  .button-third {
    min-height: 50px;
    justify-content: center;
    font-size: 16px;
  }
  .button-third svg {
    width: 24px;
    margin-right: 8px;
  }
}
.kama_breadcrumbs {
  width: 100%;
  max-width: 100%;
  line-height: 1.2;
  box-sizing: border-box;
}
.kama_breadcrumbs span {
  font-size: 14px;
  font-weight: 500;
  color: var(--font-color);
}
.kama_breadcrumbs a,
.kama_breadcrumbs a span {
  font-size: 14px;
  font-weight: 500;
  color: var(--font-color);
  transition: color 0.3s ease;
}
.kama_breadcrumbs a:hover span,
.kama_breadcrumbs a:hover {
  color: var(--accent-color);
}
.kama_breadcrumbs .kb_sep {
  font-size: 14px;
  font-weight: 500;
  color: var(--font-color);
}

@media screen and (max-width: 576px) {
  .kama_breadcrumbs span,
.kama_breadcrumbs a,
.kama_breadcrumbs a span,
.kama_breadcrumbs a:hover span,
.kama_breadcrumbs a:hover,
.kama_breadcrumbs .kb_sep {
    font-size: 13px;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-opensans);
  font-weight: bold;
  font-style: normal;
  line-height: 1.25;
  color: var(--title-color);
}

h1 {
  font-size: 48px;
  line-height: 1.25;
}
h1:not(:first-child) {
  margin-top: 32px;
}
h1:not(:last-child) {
  margin-bottom: 24px;
}

h2 {
  font-size: 36px;
  line-height: 1.25;
}
h2:not(:first-child) {
  margin-top: 32px;
}
h2:not(:last-child) {
  margin-bottom: 16px;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}
h3:not(:first-child) {
  margin-top: 32px;
}
h3:not(:last-child) {
  margin-bottom: 16px;
}

.section0 {
  padding-top: 24px;
  padding-bottom: 80px;
}

.article p:not(:first-child), .article ul:not(:first-child) {
  margin-top: 20px;
}
.article p:not(:last-child), .article ul:not(:last-child) {
  margin-bottom: 20px;
}
.article ul {
  list-style-type: disc;
}
.article ol {
  list-style-type: decimal;
}
.article ul, .article ol {
  padding-left: 24px;
}
.article a {
  text-decoration: underline;
  color: var(--accent-color);
}
.article a:hover {
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  .section0 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 20px;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  opacity: 1;
  background-color: #D1D5DB;
  transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
  background-color: var(--black-color);
}

/*-----accordion----*/
.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.accordion-item {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DEE1E6;
}
.accordion-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.accordion-header h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: calc(100% - 48px);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--title-color);
  transition: color 0.3s ease;
}
.accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.5463 5.51655C11.808 5.2549 12.2321 5.2549 12.4937 5.51655C12.7554 5.7782 12.7554 6.20232 12.4937 6.46397L8.47371 10.484C8.21207 10.7456 7.78796 10.7456 7.52633 10.484L3.50631 6.46397L3.46051 6.41294C3.24588 6.14978 3.26101 5.76185 3.50631 5.51655C3.75161 5.27125 4.13954 5.25612 4.4027 5.47075L4.45373 5.51655L8.00002 9.06285L11.5463 5.51655Z" fill="%23171A1F"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}
.accordion-content {
  overflow: hidden;
  height: 0;
  transition: all 0.25s ease;
}
.accordion-content p {
  margin-top: 0;
  margin-bottom: 0;
}
.accordion-content p:first-child {
  margin-top: 16px;
}
.accordion-content p:not(:last-child) {
  margin-bottom: 16px;
}
.accordion-content ul:not(:first-child), .accordion-content ol:not(:first-child) {
  margin-top: 16px;
}
.accordion-content ul:not(:last-child), .accordion-content ol:not(:last-child) {
  margin-bottom: 16px;
}
.accordion-content ul {
  list-style-type: disc;
}
.accordion-content ol {
  list-style-type: decimal;
}
.accordion-content ul, .accordion-content ol {
  padding-left: 24px;
}
.accordion-content a {
  text-decoration: underline;
  color: var(--accent-color);
}
.accordion-content a:hover {
  text-decoration: none;
}
.accordion-open .accordion-icon {
  transform: rotate(-180deg);
}

@media screen and (max-width: 576px) {
  .accordion-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .accordion-header h3 {
    width: calc(100% - 24px);
    font-size: 18px;
  }
  .accordion-content p:first-child {
    margin-top: 12px;
  }
  .accordion-content p:not(:last-child) {
    margin-bottom: 12px;
  }
  .accordion-content ul:not(:first-child), .accordion-content ol:not(:first-child) {
    margin-top: 12px;
  }
  .accordion-content ul:not(:last-child), .accordion-content ol:not(:last-child) {
    margin-bottom: 12px;
  }
}
.video {
  position: relative;
  width: 620px;
  max-width: 100%;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(23, 26, 31, 0.07);
}
.video-thumbnail {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 60px;
  border-radius: 10px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  background: none;
  background-color: #BF3215;
  transition: all 0.3s ease;
  z-index: 3;
  cursor: pointer;
}
.video-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-image: url("../img/video-play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.video-btn:hover {
  transform: translate(-50%, -50%) scale(1.05);
  background-color: var(--accent-color);
}
.video-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 6px solid var(--white-color);
  border-top: 6px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  display: none;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/***** SECTIONS GLOBAL (Widgets) *****/
.section1 {
  padding-top: 52px;
  padding-bottom: 80px;
  background: #f8f9fa;
}
.section1-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.section1-content {
  width: calc(50% - 32px);
}
.section1-text:not(:last-child) {
  margin-bottom: 28px;
}
.section1-text p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.61;
}
.section1-image {
  width: 50%;
}
.section1-image--desktop {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 9px 14px rgba(23, 26, 31, 0.25);
}
.section1-image--mobile {
  display: none;
}
.section1-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.section1-link-wrapper {
  margin-top: 32px;
}
.section1-link-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 4px;
  padding: 12px 26px;
  height: 52px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--white-color) !important;
  border: 0;
  outline: none;
  border-radius: 10px;
  background-color: var(--accent-color);
  transition: background-color 0.3s ease;
}
.section1-link-inner span:last-child {
  margin-left: 5px;
}
@media screen and (min-width: 1025px) {
  .section1-link-inner:hover {
    background-color: var(--accent-hover-color);
  }
  .section1-link-inner:hover ~ .section1-link-icons {
    color: var(--accent-hover-color);
  }
}
.section1-link-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--accent-color);
  transition: color 0.3s ease;
}
.section1-link-icons svg {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex-shrink: 0;
}
.section1-link-icons svg:last-child {
  margin-left: 4px;
}
@media screen and (min-width: 1025px) {
  .section1-link:hover .section1-link-inner {
    background-color: var(--accent-hover-color);
  }
  .section1-link:hover .section1-link-icons {
    color: var(--accent-hover-color);
  }
}
.section1 .button-whatsapp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .section1 {
    padding-bottom: 60px;
  }
  .section1-container {
    justify-content: flex-start;
    flex-direction: column;
  }
  .section1-content {
    width: 100%;
  }
  .section1-content h1 {
    max-width: 500px;
  }
  .section1-image {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .section1 {
    padding-top: 0;
    padding-bottom: 30px;
    background: var(--white-color);
  }
  .section1-container {
    flex-direction: column-reverse;
  }
  .section1-content h1 {
    position: absolute;
    opacity: 0;
    z-index: -100;
  }
  .section1-text {
    padding: 16px 20px;
    border-radius: 16px;
    background: rgba(243, 244, 246, 0.7);
  }
  .section1-text:not(:last-child) {
    margin-bottom: 18px;
  }
  .section1-text p {
    line-height: 1.4;
  }
  .section1-text p:not(:last-child) {
    margin-bottom: 12px;
  }
  .section1-image {
    margin-top: 0;
    margin-left: -10px;
    margin-bottom: 16px;
    width: calc(100% + 20px);
  }
  .section1-image--desktop {
    display: none;
  }
  .section1-image--mobile {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
  }
  .section1-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 100px;
    padding: 20px 32px;
    border-radius: 10px;
    background-color: var(--accent-color);
  }
  .section1-link-wrapper {
    margin-top: 0;
  }
  .section1-link-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 240px;
    flex-shrink: 1;
    margin-right: 0;
    padding: 0;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
    color: var(--white-color) !important;
    border-radius: 0;
    background-color: transparent;
  }
  .section1-link-inner span {
    display: block;
    flex-shrink: 0;
  }
  .section1-link-inner span:last-child {
    margin-left: 0;
    margin-top: 4px;
  }
  .section1-link-icons {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(calc(-50% + 50px));
    color: var(--white-color) !important;
  }
  .section1-link-icons svg {
    width: 30px;
    height: 30px;
  }
  .section1-link-icons svg:not(:last-child) {
    margin-right: 5px;
  }
  .section1-link-icons svg:last-child {
    margin-left: 6px;
  }
  .section1 .button-whatsapp {
    display: inline-flex;
    margin-top: 20px;
    width: 100%;
  }
}
.section2 {
  padding-top: 96px;
  padding-bottom: 64px;
}
.section2 .container {
  position: relative;
}
.section2-heading {
  width: 740px;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}
.section2-heading img {
  position: absolute;
  top: -84px;
  left: 80px;
  width: 332px;
  height: auto;
  z-index: -1;
}
.section2-heading p:not(:last-child) {
  margin-bottom: 4px;
}
.section2-cards {
  width: 900px;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.section2-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px 16px 20px 16px;
  text-align: center;
  border-radius: 10px;
  background: var(--white-color);
  box-shadow: 0 1px 3px rgba(23, 26, 31, 0.1);
}
.section2-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  color: #3899FA;
  border-radius: 100px;
  background-color: rgba(56, 153, 250, 0.1);
}
.section2-card-icon svg {
  display: block;
  width: 32px;
  height: auto;
}
.section2-card h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.section2-card p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}
.section2-card p:not(:last-child) {
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .section2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section2-heading {
    width: 100%;
    margin-bottom: 32px;
  }
  .section2-heading img {
    top: 200px;
    left: -20px;
    width: 48%;
  }
  .section2-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    width: 60%;
  }
  .section2-card {
    padding: 24px 16px 20px 16px;
  }
}
@media screen and (max-width: 576px) {
  .section2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .section2-heading {
    margin-bottom: 160px;
    position: relative;
  }
  .section2-heading img {
    top: auto;
    left: 50%;
    bottom: -400px;
    transform: translateX(-50%);
    width: 300px;
  }
  .section2-cards {
    gap: 24px;
    width: 100%;
  }
  .section2-card {
    padding: 16px 16px 20px 16px;
  }
  .section2-card-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    min-height: 40px;
    margin-bottom: 10px;
    padding-left: 44px;
    padding-right: 44px;
  }
  .section2-card-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 40px;
    height: 40px;
  }
  .section2-card-icon svg {
    width: 20px;
  }
  .section2-card h3 {
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.3;
  }
}
.section3 {
  padding-top: 112px;
  padding-bottom: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white-color);
}
.section3-heading {
  margin-bottom: 80px;
  text-align: center;
}
.section3-heading h2 {
  font-size: 64px;
  line-height: 131.3%;
  color: var(--white-color);
}
.section3-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 100%;
}
.section3-card {
  position: relative;
  width: 100%;
  min-height: 208px;
  text-align: center;
  padding: 80px 16px 24px;
  border-radius: 12px;
  border: 1px solid #FAC938;
  background-color: rgba(255, 255, 255, 0.8);
}
.section3-card-icon {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100px;
  background: var(--white-color);
}
.section3-card-icon img {
  width: 32px;
  height: auto;
  object-fit: contain;
}
.section3-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: var(--title-color);
}
.section3-card p {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  color: var(--font-color);
}
.section3-card p b {
  font-weight: 500;
}
.section3-bottom {
  margin-top: 220px;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section3-bottom p {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #DEE1E6;
}

@media screen and (max-width: 1024px) {
  .section3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section3-heading {
    margin-bottom: 60px;
  }
  .section3-heading h2 {
    font-size: 40px;
  }
  .section3-grid {
    display: flex;
    justify-content: center;
    grid-template-columns: unset;
    flex-wrap: wrap;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    gap: 48px 20px;
  }
  .section3-card {
    width: 180px;
    flex-shrink: 0;
    min-height: 180px;
    padding: 68px 16px 20px;
    border-radius: 10px;
  }
  .section3-bottom {
    margin-top: 48px;
    max-width: 680px;
  }
  .section3-bottom p {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .section3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section3-heading {
    margin-bottom: 40px;
  }
  .section3-heading h2 {
    font-size: 28px;
  }
  .section3-grid {
    max-width: 100%;
    gap: 36px 16px;
  }
  .section3-card {
    width: calc(50% - 8px);
    min-height: 130px;
    padding: 40px 12px 12px;
  }
  .section3-card-icon {
    top: -24px;
    width: 48px;
    height: 48px;
  }
  .section3-card-icon img {
    width: 24px;
  }
  .section3-card h3 {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .section3-card p {
    font-size: 14px;
    line-height: 1.15;
  }
  .section3-bottom {
    margin-top: 24px;
    max-width: 680px;
  }
  .section3-bottom p {
    font-size: 18px;
    line-height: 1.2;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  }
}
.section4 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section4-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.section4-content {
  width: 30%;
  padding-top: 12px;
}
.section4-content:nth-child(3) {
  padding-top: 20px;
}
.section4-content p {
  font-size: 20px;
}
.section4-content p:not(:last-child) {
  margin-bottom: 24px;
}
.section4-screen {
  width: calc(38% - 40px);
}
.section4-screen img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

@media screen and (max-width: 1024px) {
  .section4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section4-container {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .section4-content {
    width: 60%;
    padding-top: 0;
  }
  .section4-content:nth-child(3) {
    padding-top: 16px;
  }
  .section4-content p {
    font-size: 18px;
  }
  .section4-content p:not(:last-child) {
    margin-bottom: 16px;
  }
  .section4-screen {
    margin-top: 60px;
    margin-left: 36px;
    width: calc(40% - 40px);
  }
  .section4-screen img {
    border-radius: 12px;
  }
}
@media screen and (max-width: 576px) {
  .section4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section4-content {
    width: 100%;
  }
  .section4-content:nth-child(3) {
    padding-top: 0;
  }
  .section4-content p {
    font-size: 18px;
  }
  .section4-content p:not(:last-child) {
    margin-bottom: 16px;
  }
  .section4-screen {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
    width: 100%;
  }
}
.section5 {
  padding-top: 40px;
  padding-bottom: 60px;
}
.section5-heading {
  text-align: center;
  margin-bottom: 40px;
}
.section5-heading h2 {
  line-height: 1.1;
}
.section5-photos .swiper-slide {
  width: 100%;
  padding: 8px;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(23, 26, 31, 0.07);
}
.section5-photos .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section5-photos .swiper-slide img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 14px;
}

@media screen and (min-width: 1025px) {
  .section5-photos {
    overflow: unset;
  }
  .section5-photos .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    overflow: unset;
  }
  .section5-photos .swiper-pagination {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .section5-photos {
    overflow: unset;
  }
  .section5-photos .swiper-wrapper {
    overflow: unset;
  }
  .section5-photos .swiper-slide {
    width: 300px !important;
    flex-shrink: 0 !important;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .section5 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .section5-heading {
    margin-bottom: 24px;
  }
  .section5-photos .swiper-slide {
    border-radius: 12px;
  }
  .section5-photos .swiper-slide img {
    border-radius: 12px;
  }
}
.section6 {
  padding-top: 60px;
  padding-bottom: 60px;
  box-shadow: 0 0 2px rgba(23, 26, 31, 0.08), 0 2px 4px rgba(23, 26, 31, 0.08);
}
.section6-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.section6-video {
  width: calc(40% - 20px);
}
.section6-info {
  width: calc(60% - 20px);
}
.section6-info-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section6-info-group {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 3px rgba(23, 26, 31, 0.07);
}
.section6-info-group:not(:last-child) {
  margin-bottom: 20px;
}
.section6-info-left {
  width: calc(100% - 240px);
}
.section6-info-left .section6-info-group:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 12px;
}
.section6-info-left .section6-info-group:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 24px;
}
.section6-info-left .section6-info-group:nth-child(2) p {
  margin-top: 0;
  margin-bottom: 16px;
  max-width: 260px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #525252;
}
.section6-info-right {
  width: 220px;
}
.section6-info-right .section6-info-group {
  min-height: 258px;
  padding: 36px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #3899FA;
}
.section6-video h2, .section6-info h2 {
  margin-top: 0;
  margin-bottom: 32px;
  line-height: 1.05;
}

@media screen and (max-width: 1024px) {
  .section6-container {
    justify-content: flex-start;
    flex-direction: column;
  }
  .section6-video {
    width: 100%;
    margin-bottom: 48px;
  }
  .section6-info {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .section6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section6-video {
    margin-bottom: 36px;
  }
  .section6-info-container {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .section6-info-group:not(:last-child) {
    margin-bottom: 16px;
  }
  .section6-info-left {
    width: 100%;
  }
  .section6-info-left .section6-info-group:nth-child(1) {
    padding: 16px;
  }
  .section6-info-left .section6-info-group:nth-child(1) .button-primary {
    width: 100%;
  }
  .section6-info-left .section6-info-group:nth-child(2) {
    padding: 16px;
  }
  .section6-info-right {
    width: 100%;
  }
  .section6-info-right .section6-info-group {
    min-height: auto;
    padding: 20px 20px;
  }
  .section6-info-right .section6-info-group p {
    font-size: 16px;
    text-align: left;
  }
  .section6-video h2, .section6-info h2 {
    margin-bottom: 20px;
  }
}
.section7 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  border-top: 4px solid #DADADB;
  border-bottom: 4px solid #DADADB;
}
.section7::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
}
.section7-heading {
  margin-bottom: 48px;
  text-align: center;
}
.section7 .accordion {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .section7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section7-heading {
    margin-bottom: 32px;
  }
  .section7 .accordion {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .section7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section7-heading {
    margin-bottom: 24px;
  }
}