.rich-text.elementor-element > .elementor-widget-container > *,
.rich-text:not(.elementor-element) > * {
  word-break: break-word;
  margin-bottom: 1em;
}
.rich-text.elementor-element > .elementor-widget-container > *:last-child,
.rich-text:not(.elementor-element) > *:last-child {
  margin-bottom: 0;
}

.rich-text ul,
.rich-text ol {
  margin-left: 20px;
}
.rich-text ul li {
  list-style: circle;
}
.rich-text ol li {
  list-style: decimal;
}
.rich-text a {
  font-family: Archivo, sans-serif;
  text-decoration: underline !important;
  font-weight: 600 !important;
}
.rich-text a:hover {
  color: var(--color-primary-yellow);
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

/**
    * Site Footer
    */
.cursor-carousel,
.cursor-carousel-inner {
  display: none;
  background-image: url("img/icon-carousel-cursor.svg");
  background-size: 100% 100%;
  cursor: none;
  width: 108px;
  height: 108px;
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 960px) {
  .cursor-carousel,
.cursor-carousel-inner {
    display: none;
  }
}

.cursor-carousel-inner {
  background-image: url("img/icon-carousel-link-cursor.svg") !important;
}
@media screen and (max-width: 960px) {
  .cursor-carousel-inner {
    display: none;
  }
}

.site-footer {
  background-color: #545454;
  padding: 9.19rem 0 5.5rem;
}
@media screen and (max-width: 960px) {
  .site-footer {
    padding: 90px 0 60px;
  }
}
.site-footer a, .site-footer p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.0175rem;
}
.site-footer .menu-heading {
  font-weight: 600;
  margin-bottom: 1.19rem;
}
.site-footer .upper-wrapper {
  gap: 6.56rem;
  padding-bottom: 3.25rem;
  border-bottom: 1px solid var(--color-primary-yellow);
}
.site-footer .upper-wrapper .footer-logo {
  flex: 0 0 12.5rem;
}
@media screen and (max-width: 960px) {
  .site-footer .upper-wrapper .footer-logo {
    flex: 1;
  }
}
.site-footer .upper-wrapper .footer-logo img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .site-footer .upper-wrapper .footer-logo img {
    width: 60%;
  }
}
.site-footer .upper-wrapper .footer-menu {
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .site-footer .upper-wrapper .footer-menu {
    margin-left: 0;
  }
}
.site-footer .upper-wrapper .footer-menu .menu {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.site-footer .upper-wrapper .footer-social .flex {
  gap: 0.81rem;
}
.site-footer .upper-wrapper .footer-social img:hover {
  filter: brightness(0) saturate(100%) invert(97%) sepia(65%) saturate(4535%) hue-rotate(11deg) brightness(105%) contrast(104%);
}
.site-footer .bottom-wrapper {
  padding-top: 2rem;
}
.site-footer .bottom-wrapper .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 1rem;
}
.site-footer .bottom-wrapper .menu a {
  font-family: Archivo, sans-serif;
  text-decoration: underline;
  font-weight: 600;
}

.text-color-yellow {
  color: var(--Pantone-388-C, #DFFF00);
}

.el-button,
.button,
.elementor-button {
  min-width: 200px !important;
  position: relative;
  display: inline-block;
  padding: 0.99rem 1.25rem !important;
  padding-right: calc(1.25rem + 9.08px) !important;
  color: white;
  font-size: 1rem !important;
  font-weight: 300;
  text-align: center;
  background: transparent;
  border: 9.08px solid #DFFF00 !important;
  border-right: 0 !important;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.el-button:after,
.button:after,
.elementor-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 9.08px;
  background: url("img/button-border-right.svg") repeat-y center;
  background-position-y: 0;
  animation: button-border-right-reverse 0.3s forwards;
}
.el-button:hover:after,
.button:hover:after,
.elementor-button:hover:after {
  animation: button-border-right 0.3s forwards;
}
@keyframes button-border-right {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: -70%;
  }
}
@keyframes button-border-right-reverse {
  from {
    background-position-y: -70%;
  }
  to {
    background-position-y: 0;
  }
}

.animated-text-wrapper h3 {
  color: var(--Pantone-388-C, #DFFF00);
  text-align: center;
  font-family: N27;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.75rem;
}
@media screen and (max-width: 1660px) {
  .animated-text-wrapper h3 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1280px) {
  .animated-text-wrapper h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .animated-text-wrapper h3 {
    font-size: 2rem;
  }
}

.tabs-arrows-style button {
  position: relative;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
}
.tabs-arrows-style button[aria-selected=false]:not(:hover) {
  background: linear-gradient(270deg, #b0b2ad 99%, #b0b2ad00 20%) !important;
  transition: background 0.3s ease;
}
.tabs-arrows-style button[aria-selected=true], .tabs-arrows-style button[aria-selected=false]:hover {
  background: linear-gradient(270deg, #DFFF00 99%, #b0b2ad00 20%) !important;
}
.tabs-arrows-style button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 100%;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
  z-index: 5;
  background: #34393b;
}
.tabs-arrows-style button:first-child {
  padding-left: calc(3.65rem - 36px) !important;
}
.tabs-arrows-style button:first-child::before {
  display: none;
}