/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Use */
/* Variables */
/* Mixins */
/* Breakpoint */
/* Link event */
/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Use */
/* Config */
/* Typo */
h1, h2, h3,
.h1, .h2, .h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.25em !important;
  letter-spacing: -1px;
}
@media screen and (max-width: 1024px) {
  h1, h2, h3,
  .h1, .h2, .h3 {
    letter-spacing: -0.5px;
  }
}
h1:first-child, h2:first-child, h3:first-child,
.h1:first-child, .h2:first-child, .h3:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child,
.h1:last-child, .h2:last-child, .h3:last-child {
  margin-bottom: 0;
}
h1:last-child, h2:last-child, h3:last-child,
.h1:last-child, .h2:last-child, .h3:last-child {
  margin-bottom: 0;
}
h1:only-child, h2:only-child, h3:only-child,
.h1:only-child, .h2:only-child, .h3:only-child {
  margin-top: 0;
  margin-bottom: 0;
}

h4, h5, h6,
.h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.25em !important;
}
h4:first-child, h5:first-child, h6:first-child,
.h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}
h4:last-child, h5:last-child, h6:last-child,
.h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
}
h4:last-child, h5:last-child, h6:last-child,
.h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
}
h4:only-child, h5:only-child, h6:only-child,
.h4:only-child, .h5:only-child, .h6:only-child {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  line-height: 1.5em !important;
  margin-top: 0;
  margin-bottom: 1.5em;
}
p:last-of-type {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}
p {
  /* &.lead {
    font-size: 1.25rem;
    line-height: 1.6;

    @include mobile {
      font-size: 1.125rem;
    }
  }

  &.disclaimer {
    font-size: 1rem;
    font-style: italic;

    @include mobile {
      font-size: .875rem;
    }
  } */
}

small,
.small {
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.5em !important;
}

p strong, li strong {
  font-weight: 700 !important;
}

/* List Style */
ul {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}
ul:last-child {
  margin-bottom: 0;
}
ul:only-child {
  margin-bottom: 0;
}
ul > li > ol {
  margin-top: 1.5rem;
}
ul.list-unstyle {
  padding: 0;
  list-style: none;
}

ol {
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}
ol:last-child {
  margin-bottom: 0;
}
ol:only-child {
  margin-bottom: 0;
}
ol > li > ul {
  margin-top: 1.5rem;
  list-style-type: disc;
}
ol.list-lower-roman {
  list-style-type: lower-roman;
}

ul li, ol li {
  margin-bottom: 0.5rem;
  line-height: 1.5em !important;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

/* Links */
p a,
li a {
  color: #F4333D;
  font-weight: 400;
  text-decoration: underline !important;
}
p a:hover,
li a:hover {
  color: #F4333D;
  font-weight: 600;
  text-decoration: underline !important;
}

/* Generic button */
.btn-solid .elementor-button {
  position: relative;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none !important;
  color: #F2F2F0;
  background-color: rgba(244, 51, 61, 0);
  border-radius: 5rem;
  padding: 1rem 2rem;
  overflow: visible;
  z-index: 1;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .btn-solid .elementor-button {
    font-size: 1.25rem;
    padding: 0.875rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-solid .elementor-button {
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
  }
}
.btn-solid .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: #F4333D;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  z-index: -1;
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
.btn-solid .elementor-button:hover {
  border-color: transparent;
}
.btn-solid .elementor-button:hover::before {
  opacity: 1;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.btn-solid .elementor-button:hover .elementor-button-text,
.btn-solid .elementor-button:hover .elementor-button-icon i {
  color: #F2F2F0;
}
.btn-solid.btn--seashell .elementor-button {
  background-color: rgba(242, 242, 240, 0);
  color: #F4333D;
}
.btn-solid.btn--seashell .elementor-button::before {
  background-color: #F2F2F0;
}
.btn-solid.btn--seashell .elementor-button:hover .elementor-button-text,
.btn-solid.btn--seashell .elementor-button:hover .elementor-button-icon i {
  color: #F4333D;
}
.btn-solid.btn--white .elementor-button {
  background-color: rgba(255, 255, 255, 0);
  color: #20181B;
}
.btn-solid.btn--white .elementor-button::before {
  background-color: #fff;
}
.btn-solid.btn--white .elementor-button:hover .elementor-button-text,
.btn-solid.btn--white .elementor-button:hover .elementor-button-icon i {
  color: #20181B;
}

/* Text and icon button */
.btn-text-icon .elementor-button-content-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem !important;
}
@media screen and (max-width: 1024px) {
  .btn-text-icon .elementor-button-content-wrapper {
    gap: 0.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .btn-text-icon .elementor-button-content-wrapper {
    gap: 0.5rem !important;
  }
}
.btn-text-icon .elementor-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  background-color: transparent;
}
.btn-text-icon .elementor-button:hover .elementor-button-icon {
  border-color: transparent;
}
.btn-text-icon .elementor-button:hover .elementor-button-icon::before {
  opacity: 1;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.btn-text-icon .elementor-button:hover .elementor-button-icon svg {
  fill: #F2F2F0;
}
.btn-text-icon .elementor-button-icon {
  position: relative;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  border: 2px solid #F4333D;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  z-index: 1;
}
.btn-text-icon .elementor-button-icon svg {
  width: 0.875rem !important;
  height: 0.875rem !important;
  fill: #F4333D;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn-text-icon .elementor-button-icon::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  background-color: #F4333D;
  opacity: 0;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  z-index: -1;
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .btn-text-icon .elementor-button-icon {
    width: 1.5rem;
    height: 1.5rem;
    border-width: 1px;
  }
  .btn-text-icon .elementor-button-icon svg {
    width: 0.75rem !important;
    height: 0.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .btn-text-icon .elementor-button-icon {
    width: 1.125rem;
    height: 1.125rem;
    border-width: 1px;
  }
  .btn-text-icon .elementor-button-icon svg {
    width: 0.5rem !important;
    height: 0.5rem !important;
  }
}
.btn-text-icon .elementor-button-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  color: #F4333D;
  fill: #F4333D;
}
@media screen and (max-width: 1024px) {
  .btn-text-icon .elementor-button-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-text-icon .elementor-button-text {
    font-size: 0.875rem;
  }
}
.btn-text-icon.__small .elementor-button-content-wrapper {
  gap: 0.75rem !important;
}
@media screen and (max-width: 1024px) {
  .btn-text-icon.__small .elementor-button-content-wrapper {
    gap: 0.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .btn-text-icon.__small .elementor-button-content-wrapper {
    gap: 0.375rem !important;
  }
}
.btn-text-icon.__small .elementor-button-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.btn-text-icon.__small .elementor-button-icon svg {
  width: 0.75rem !important;
  height: 0.75rem !important;
}
.btn-text-icon.__small .elementor-button-icon::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  background-color: #F4333D;
  opacity: 0;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  z-index: -1;
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .btn-text-icon.__small .elementor-button-icon {
    width: 1.25rem;
    height: 1.25rem;
    border-width: 1px;
  }
  .btn-text-icon.__small .elementor-button-icon svg {
    width: 0.625rem !important;
    height: 0.625rem !important;
  }
}
@media screen and (max-width: 767px) {
  .btn-text-icon.__small .elementor-button-icon {
    width: 1rem;
    height: 1rem;
    border-width: 1px;
  }
  .btn-text-icon.__small .elementor-button-icon svg {
    width: 0.5rem !important;
    height: 0.5rem !important;
  }
}
.btn-text-icon.__small .elementor-button-text {
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .btn-text-icon.__small .elementor-button-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-text-icon.__small .elementor-button-text {
    font-size: 0.875rem;
  }
}

/* Filter button for logo */
.btn-filter .elementor-button {
  position: relative;
  overflow: visible;
  padding: 1rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .btn-filter .elementor-button {
    font-size: 0.875rem;
    padding: 0.75rem 0.875rem;
  }
}
.btn-filter .elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: transparent;
  border: 1px solid #F4333D;
  -webkit-transition: background-color 0.3s ease, -webkit-filter 0.3s ease;
  transition: background-color 0.3s ease, -webkit-filter 0.3s ease;
  transition: background-color 0.3s ease, filter 0.3s ease;
  transition: background-color 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
  z-index: 1;
}
.btn-filter .elementor-button .elementor-button-content-wrapper,
.btn-filter .elementor-button .elementor-button-text {
  position: relative;
  z-index: 2;
  color: #F4333D;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.btn-filter .elementor-button:hover::before {
  background-color: #F4333D;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.btn-filter .elementor-button:hover .elementor-button-content-wrapper,
.btn-filter .elementor-button:hover .elementor-button-text {
  color: #F2F2F0;
}
.btn-filter.active .elementor-button::before {
  background-color: #F4333D;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.btn-filter.active .elementor-button .elementor-button-content-wrapper,
.btn-filter.active .elementor-button .elementor-button-text {
  color: #F2F2F0;
}

/* Filter button for news */
.btn-filter-toggle {
  max-width: none !important;
  width: 100%;
}
.btn-filter-toggle.active .elementor-button-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn-filter-toggle .elementor-button {
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  background-color: #fff;
  color: #20181B;
  fill: #20181B;
}
@media screen and (max-width: 1024px) {
  .btn-filter-toggle .elementor-button {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-filter-toggle .elementor-button {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
}
.btn-filter-toggle .elementor-button .elementor-button-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .btn-filter-toggle .elementor-button .elementor-button-icon {
    width: 10px;
    height: 14px;
  }
}
.btn-filter-toggle .elementor-button:hover {
  color: #20181B;
}
@media screen and (max-width: 767px) {
  .btn-filter-toggle.__circle-btn .elementor-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.btn-filter-toggle.__circle-btn .elementor-button {
  padding: 1rem;
}
@media screen and (max-width: 1024px) {
  .btn-filter-toggle.__circle-btn .elementor-button {
    padding: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-filter-toggle.__circle-btn .elementor-button {
    padding: 0.75rem;
  }
}
.btn-filter-toggle.__circle-btn .elementor-button .elementor-button-icon {
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .btn-filter-toggle.__circle-btn .elementor-button .elementor-button-icon {
    width: 14px;
    height: 14px;
  }
}

/* Filter list */
.filter-wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .filter-wrap {
    width: 100%;
  }
}

.filter-list {
  display: none;
  position: absolute;
  top: calc(52px + 0.5rem);
  max-width: none !important;
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 2rem;
  background-color: #fff;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .filter-list {
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .filter-list {
    position: relative;
    top: 0.5rem;
    width: 100% !important;
  }
}
.filter-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-list .e-filter {
  gap: 1rem;
}
.filter-list .e-filter-item {
  max-width: none !important;
  padding: 0;
  white-space: nowrap;
}
.filter-list .e-filter-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #20181B;
  gap: 0.5rem;
}
.filter-list .e-filter-item:hover {
  color: #20181B;
}
.filter-list .e-filter-item::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.filter-list .e-filter-item[aria-pressed=false]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='currentColor'%3E%3Cpath d='M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z'/%3E%3C/svg%3E");
}
.filter-list .e-filter-item[aria-pressed=true]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='currentColor'%3E%3Cpath d='m424-296 282-282-56-56-226 226-114-114-56 56 170 170Zm56 216q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z'/%3E%3C/svg%3E");
}

/* Tile Button With BG Image */
.tile-btn-bgimg > .elementor-widget {
  min-width: auto;
  max-width: none;
}
.tile-btn-bgimg .elementor-icon-wrapper {
  position: relative;
  overflow: visible;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0.875rem;
}
.tile-btn-bgimg .elementor-icon-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10rem;
  border-width: 1px;
  border-style: solid;
  border-color: #f2f2f0;
  background: rgba(242, 242, 240, 0);
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  will-change: transform;
}
.tile-btn-bgimg .elementor-icon-wrapper .elementor-icon {
  position: relative;
  z-index: 1;
}
.tile-btn-bgimg:hover .elementor-icon-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-color: rgba(242, 242, 240, 0);
  background: #f2f2f0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  z-index: 0;
}
.tile-btn-bgimg:hover .elementor-icon-wrapper .elementor-icon svg {
  fill: #F4333D !important;
}

/* Banner button */
.banner-btn__subtitle {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.banner-btn__icon .elementor-widget-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-btn__icon .elementor-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.banner-btn__icon .elementor-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #F2F2F0;
  -webkit-transition: background-color 0.3s ease, -webkit-filter 0.3s ease;
  transition: background-color 0.3s ease, -webkit-filter 0.3s ease;
  transition: background-color 0.3s ease, filter 0.3s ease;
  transition: background-color 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
  z-index: 1;
}
.banner-btn__icon .elementor-icon svg {
  position: relative;
  z-index: 2;
  width: 26px;
  height: 22px;
  fill: #F2F2F0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.banner-btn:hover .banner-btn__subtitle {
  opacity: 1;
}
.banner-btn:hover .banner-btn__icon .elementor-icon::before {
  background-color: #F2F2F0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.banner-btn:hover .banner-btn__icon .elementor-icon svg {
  fill: #F4333D !important;
}

/* Tabs */
.switch-tab .elementor-button {
  background-color: transparent;
  font-family: "DM Sans", Sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(244, 51, 61, 0.3);
  border-radius: 0;
  padding: 1rem;
  border-bottom: 1px solid #F4333D;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-bottom: 1px;
}
@media screen and (max-width: 1024px) {
  .switch-tab .elementor-button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .switch-tab .elementor-button {
    font-size: 0.75rem;
  }
}
.switch-tab .elementor-button:hover {
  color: #F4333D;
}
.switch-tab.__x2 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .switch-tab.__x2 {
    min-width: 50%;
    max-width: 200px !important;
    width: auto;
  }
}
.switch-tab.__x3 {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  .switch-tab.__x3 {
    min-width: 33.333%;
    max-width: 200px !important;
    width: auto;
  }
}
.switch-tab.active .elementor-button {
  padding-bottom: 15px;
  border-bottom-width: 3px;
  color: #F4333D;
  margin-bottom: 0;
}

/* Pills */
.pill .elementor-post-info {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  row-gap: 0rem !important;
  -webkit-column-gap: 0rem !important;
     -moz-column-gap: 0rem !important;
          column-gap: 0rem !important;
}
.pill .elementor-icon-list-items {
  margin-inline: -0.375rem !important;
}
@media screen and (max-width: 767px) {
  .pill .elementor-icon-list-items {
    margin-inline: -0.25rem !important;
  }
}
.pill .elementor-inline-item,
.pill .elementor-post-info__item--type-terms,
.pill .elementor-icon-list-text {
  display: contents !important;
}
.pill .elementor-post-info__terms-list {
  display: contents !important;
  font-size: 0 !important;
  white-space: collapse !important;
  line-height: 1;
}
.pill .elementor-post-info__terms-list-item {
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid #F4333D;
  border-radius: 5rem;
  padding: 0.625rem 1rem;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  margin: 0.375rem !important;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .pill .elementor-post-info__terms-list-item {
    font-size: 0.625rem;
    padding: 0.5rem 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .pill .elementor-post-info__terms-list-item {
    font-size: 0.5rem;
    padding: 0.375rem 0.625rem;
    margin: 0.25rem !important;
  }
}
.pill .elementor-icon-list-item:nth-child(1) .elementor-post-info__terms-list-item {
  background-color: transparent;
  color: #F4333D;
}
.pill .elementor-icon-list-item:nth-child(2) .elementor-post-info__terms-list-item {
  background-color: #F4333D;
  color: #F2F2F0;
}
.pill.pill-border .elementor-post-info__terms-list-item {
  background-color: transparent;
  color: #F4333D;
}
.pill.pill-solid .elementor-post-info__terms-list-item {
  background-color: #F4333D;
  color: #F2F2F0;
}

/* Reset Style */
*:focus {
  outline: none !important;
}

/* Circle Numbering */
/* .circle-numbering {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    background-color: $grey-30;
    color: $grey-90;
    border-radius: 50%;
    font-size: 0.875rem;
    font-weight: 400;
    margin-right: 0.75rem;
}

h2, h3, h4, h5, h6 {
    &:has(.circle-numbering) {
        display: inline-flex;
        align-items: center;
    }
} */
.tbl {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl thead th {
  background-color: transparent;
  -webkit-border-before: none !important;
          border-block-start: none !important;
  -webkit-border-after: none !important;
          border-block-end: none !important;
  color: #F4333D;
}
.tbl th,
.tbl td {
  font-size: 1.25rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .tbl th,
  .tbl td {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .tbl th,
  .tbl td {
    font-size: 0.875rem;
  }
}
.tbl th {
  font-weight: 700;
  color: #20181B;
}
.tbl td {
  font-weight: 400;
  color: #20181B;
}
.tbl.__text-center th,
.tbl.__text-center td {
  text-align: center;
}
.tbl > tbody > tr > td,
.tbl > tbody > tr > th,
.tbl > tfoot > tr > td,
.tbl > tfoot > tr > th,
.tbl > thead > tr > td,
.tbl > thead > tr > th {
  padding: 1.25rem 1.5rem;
  vertical-align: top;
  border: 1px solid #F4333D;
}
@media screen and (max-width: 1024px) {
  .tbl > tbody > tr > td,
  .tbl > tbody > tr > th,
  .tbl > tfoot > tr > td,
  .tbl > tfoot > tr > th,
  .tbl > thead > tr > td,
  .tbl > thead > tr > th {
    padding: 1rem;
    min-width: 10rem;
  }
}
.tbl > tbody > tr > td,
.tbl > tbody > tr > th {
  background-color: transparent;
}
.tbl > tbody > tr:nth-child(odd) > td,
.tbl > tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
.tbl > tbody > tr:hover > td,
.tbl > tbody > tr:hover > th {
  background-color: transparent;
}
.tbl.tbl-rounded {
  border-collapse: separate;
  border-spacing: 0 1rem;
  background: transparent;
}
.tbl.tbl-rounded thead tr {
  display: table-row;
  background-color: transparent;
  border-radius: 2rem;
}
@media screen and (max-width: 1024px) {
  .tbl.tbl-rounded thead tr {
    border-radius: 1.5rem;
  }
}
.tbl.tbl-rounded thead th {
  padding: 0 1.5rem;
  border: none;
}
@media screen and (max-width: 1024px) {
  .tbl.tbl-rounded thead th {
    padding: 0 1rem;
  }
}
.tbl.tbl-rounded thead th:first-child {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
@media screen and (max-width: 1024px) {
  .tbl.tbl-rounded thead th:first-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
.tbl.tbl-rounded thead th:last-child {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
@media screen and (max-width: 1024px) {
  .tbl.tbl-rounded thead th:last-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
}
.tbl.tbl-rounded tbody tr {
  display: table-row;
  background-color: rgba(244, 51, 61, 0.08);
  border-radius: 2rem;
}
@media screen and (max-width: 1024px) {
  .tbl.tbl-rounded tbody tr {
    border-radius: 1.5rem;
  }
}
.tbl.tbl-rounded tbody td {
  border: none;
}
.tbl.tbl-rounded tbody td:first-child {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
@media screen and (max-width: 1024px) {
  .tbl.tbl-rounded tbody td:first-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
.tbl.tbl-rounded tbody td:last-child {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
@media screen and (max-width: 1024px) {
  .tbl.tbl-rounded tbody td:last-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
}
.tbl.tbl-rounded > tbody > tr > td,
.tbl.tbl-rounded > tbody > tr > th,
.tbl.tbl-rounded > tfoot > tr > td,
.tbl.tbl-rounded > tfoot > tr > th,
.tbl.tbl-rounded > thead > tr > td,
.tbl.tbl-rounded > thead > tr > th {
  border: none;
}

.tbl-responsive {
  overflow-x: auto;
}
.tbl-responsive > .tbl {
  margin-bottom: 0;
}
.tbl-responsive > .tbl > thead > tr > th,
.tbl-responsive > .tbl > tbody > tr > th,
.tbl-responsive > .tbl > tfoot > tr > th,
.tbl-responsive > .tbl > thead > tr > td,
.tbl-responsive > .tbl > tbody > tr > td,
.tbl-responsive > .tbl > tfoot > tr > td {
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .tbl-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .tbl-responsive > .tbl {
    margin-bottom: 0;
  }
  .tbl-responsive > .tbl > thead > tr > th,
  .tbl-responsive > .tbl > tbody > tr > th,
  .tbl-responsive > .tbl > tfoot > tr > th,
  .tbl-responsive > .tbl > thead > tr > td,
  .tbl-responsive > .tbl > tbody > tr > td,
  .tbl-responsive > .tbl > tfoot > tr > td {
    white-space: normal;
  }
  .tbl-responsive > .tbl-bordered {
    border: 0;
  }
  .tbl-responsive > .tbl-bordered > thead > tr > th:first-child,
  .tbl-responsive > .tbl-bordered > tbody > tr > th:first-child,
  .tbl-responsive > .tbl-bordered > tfoot > tr > th:first-child,
  .tbl-responsive > .tbl-bordered > thead > tr > td:first-child,
  .tbl-responsive > .tbl-bordered > tbody > tr > td:first-child,
  .tbl-responsive > .tbl-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .tbl-responsive > .tbl-bordered > thead > tr > th:last-child,
  .tbl-responsive > .tbl-bordered > tbody > tr > th:last-child,
  .tbl-responsive > .tbl-bordered > tfoot > tr > th:last-child,
  .tbl-responsive > .tbl-bordered > thead > tr > td:last-child,
  .tbl-responsive > .tbl-bordered > tbody > tr > td:last-child,
  .tbl-responsive > .tbl-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .tbl-responsive > .tbl-bordered > tbody > tr:last-child > th,
  .tbl-responsive > .tbl-bordered > tfoot > tr:last-child > th,
  .tbl-responsive > .tbl-bordered > tbody > tr:last-child > td,
  .tbl-responsive > .tbl-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* Body */
body,
html {
  position: relative;
  color: #F4333D;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* scroll-padding-top: 200px;

  @include tablet {
    scroll-padding-top: 100px;
  } */
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Gap */
.resp-gap-1x {
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .resp-gap-1x {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .resp-gap-1x {
    gap: 1.25rem;
  }
}

/* Form Style */
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  outline: none;
}

/* Select */
.elementor-select-wrapper .select-caret-down-wrapper {
  display: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18.443' height='9.929' viewBox='0 0 18.443 9.929'><path d='M0.707,0 L0,0.707 L9.222,9.929 L18.443,0.707 L17.736,0 L9.222,8.515 Z' fill='%23f4323e'/></svg>");
  background-repeat: no-repeat;
  background-position: calc(100% - 1.75rem) center;
  background-size: 18px;
}

/* Hide Recaptcha */
.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Widgets */
.elementor-widget-image .widget-image-caption {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  color: #20181B;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .elementor-widget-image .widget-image-caption {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .elementor-widget-image .widget-image-caption {
    font-size: 0.625rem;
  }
}

.elementor-widget-n-carousel.swiper-nobox {
  margin-top: calc(54px + 2rem) !important;
}
@media screen and (max-width: 1024px) {
  .elementor-widget-n-carousel.swiper-nobox {
    margin-top: calc(42px + 1.25rem) !important;
  }
}
.elementor-widget-n-carousel.swiper-nobox .swiper {
  overflow: visible !important;
}
.elementor-widget-n-carousel.swiper-nobox .elementor-swiper-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  -webkit-transform: none !important;
          transform: none !important;
}
@media screen and (max-width: 1024px) {
  .elementor-widget-n-carousel.swiper-nobox .elementor-swiper-button {
    width: 42px;
    height: 42px;
  }
}
.elementor-widget-n-carousel.swiper-nobox .elementor-swiper-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #F4333D;
  -webkit-transition: background-color 0.3s ease, -webkit-filter 0.3s ease;
  transition: background-color 0.3s ease, -webkit-filter 0.3s ease;
  transition: background-color 0.3s ease, filter 0.3s ease;
  transition: background-color 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
  z-index: 1;
}
.elementor-widget-n-carousel.swiper-nobox .elementor-swiper-button svg {
  position: relative;
  z-index: 2;
  width: 26px;
  height: 22px;
  fill: #F4333D !important;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .elementor-widget-n-carousel.swiper-nobox .elementor-swiper-button svg {
    width: 24px;
    height: 20px;
  }
}
.elementor-widget-n-carousel.swiper-nobox .elementor-swiper-button:hover:not(.swiper-button-disabled)::before {
  background-color: #F4333D;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.elementor-widget-n-carousel.swiper-nobox .elementor-swiper-button:hover:not(.swiper-button-disabled) svg {
  fill: #F2F2F0 !important;
}
.elementor-widget-n-carousel.swiper-nobox .elementor-swiper-button.swiper-button-disabled, .elementor-widget-n-carousel.swiper-nobox .elementor-swiper-button[aria-disabled=true] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.elementor-widget-n-carousel.swiper-nobox .elementor-swiper-button-next {
  top: calc(-54px - 2rem) !important;
  right: 0 !important;
  left: auto !important;
}
@media screen and (max-width: 1024px) {
  .elementor-widget-n-carousel.swiper-nobox .elementor-swiper-button-next {
    top: calc(-42px - 1.25rem) !important;
    right: auto !important;
    left: calc(42px + 0.625rem) !important;
  }
}
.elementor-widget-n-carousel.swiper-nobox .elementor-swiper-button-prev {
  top: calc(-54px - 2rem) !important;
  right: calc(54px + 0.875rem) !important;
  left: auto !important;
}
@media screen and (max-width: 1024px) {
  .elementor-widget-n-carousel.swiper-nobox .elementor-swiper-button-prev {
    top: calc(-42px - 1.25rem) !important;
    right: auto !important;
    left: 0 !important;
  }
}

.elementor-widget-image-carousel.swiper-content-image {
  margin-top: 3.125rem;
}
.elementor-widget-image-carousel.swiper-content-image.--no-arrows {
  margin-top: 0;
}
.elementor-widget-image-carousel.swiper-content-image .elementor-swiper-button {
  position: absolute;
  top: -1rem !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.elementor-widget-image-carousel.swiper-content-image .elementor-swiper-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #F4333D;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  z-index: 1;
}
.elementor-widget-image-carousel.swiper-content-image .elementor-swiper-button svg {
  position: relative;
  z-index: 2;
  width: 16px;
  height: 22px;
  fill: #F2F2F0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.elementor-widget-image-carousel.swiper-content-image .elementor-swiper-button:hover::before {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.elementor-widget-image-carousel.swiper-content-image .elementor-swiper-button-prev {
  left: auto !important;
  right: 3rem;
}
.elementor-widget-image-carousel.swiper-content-image .elementor-swiper-button-next {
  left: auto !important;
  right: 0;
}
.elementor-widget-image-carousel.swiper-content-image .swiper-slide-inner .swiper-slide-image {
  border-radius: 2rem;
}
@media screen and (max-width: 1024px) {
  .elementor-widget-image-carousel.swiper-content-image .swiper-slide-inner .swiper-slide-image {
    border-radius: 1.5rem;
  }
}
.elementor-widget-image-carousel.swiper-content-image .swiper-slide-inner .elementor-image-carousel-caption {
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  color: #20181B;
}
@media screen and (max-width: 1024px) {
  .elementor-widget-image-carousel.swiper-content-image .swiper-slide-inner .elementor-image-carousel-caption {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .elementor-widget-image-carousel.swiper-content-image .swiper-slide-inner .elementor-image-carousel-caption {
    font-size: 0.625rem;
  }
}
.elementor-widget-image-carousel.swiper-content-image .swiper-pagination-bullets {
  bottom: 0rem !important;
}
.elementor-widget-image-carousel.swiper-content-image .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px -8px 6px;
  background-color: #20181B !important;
}
.elementor-widget-image-carousel.swiper-content-image .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #F4333D !important;
}

.elementor-button {
  pointer-events: auto !important;
}

.accordion-generic .e-n-accordion-item:not(:last-child) {
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
.accordion-generic .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title {
  color: #F4333D;
}
.accordion-generic .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon::before {
  background-color: #F4333D;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.accordion-generic .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon svg {
  fill: #F2F2F0 !important;
}
.accordion-generic .e-n-accordion-item[open] .e-n-accordion-item-title {
  border-width: 1px 1px 0px 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #F4333D;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}
.accordion-generic .e-n-accordion-item[open] .e-n-accordion-item-title-icon svg {
  fill: #F4333D !important;
}
.accordion-generic .e-n-accordion-item[open] .e-n-accordion-item-title:hover {
  color: #F4333D;
}
.accordion-generic .e-n-accordion-item[open] .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon::before {
  background-color: #F4333D;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.accordion-generic .e-n-accordion-item[open] .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon svg {
  fill: #F2F2F0 !important;
}
.accordion-generic .e-n-accordion-item .e-n-accordion-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  color: #F4333D;
  background-color: transparent;
  border-radius: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #F4333D;
}
.accordion-generic .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-text {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
.accordion-generic .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}
.accordion-generic .e-n-accordion-item .e-n-accordion-item-title-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px !important;
  height: 22px !important;
}
.accordion-generic .e-n-accordion-item .e-n-accordion-item-title-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #F4333D;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s, -webkit-filter 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s, -webkit-filter 0.3s;
  transition: transform 0.3s, background-color 0.3s, filter 0.3s;
  transition: transform 0.3s, background-color 0.3s, filter 0.3s, -webkit-transform 0.3s, -webkit-filter 0.3s;
  z-index: 1;
}
.accordion-generic .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened,
.accordion-generic .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accordion-generic .e-n-accordion-item .e-n-accordion-item-title-icon svg {
  fill: #F4333D !important;
}
.accordion-generic .e-n-accordion-item > .e-con {
  background-color: transparent;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #F4333D;
  border-radius: 0rem 0rem 1rem 1rem;
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.accordion-image-header .e-n-accordion-item:not(:last-child) {
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
.accordion-image-header .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title {
  color: #F4333D;
}
.accordion-image-header .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon::before {
  background-color: #F4333D;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.accordion-image-header .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon svg {
  fill: #F2F2F0 !important;
}
.accordion-image-header .e-n-accordion-item[open] .e-n-accordion-item-title {
  border-width: 1px 1px 0px 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #F4333D;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}
.accordion-image-header .e-n-accordion-item[open] .e-n-accordion-item-title-icon svg {
  fill: #F4333D !important;
}
.accordion-image-header .e-n-accordion-item[open] .e-n-accordion-item-title:hover {
  color: #F4333D;
}
.accordion-image-header .e-n-accordion-item[open] .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon::before {
  background-color: #F4333D;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.accordion-image-header .e-n-accordion-item[open] .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon svg {
  fill: #F2F2F0 !important;
}
.accordion-image-header .e-n-accordion-item .e-n-accordion-item-title-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.accordion-image-header .e-n-accordion-item .e-n-accordion-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0rem;
  padding: 1.5rem;
  color: #F4333D;
  background-color: transparent;
  border-radius: 1rem;
  border: 1px solid #F4333D;
}
.accordion-image-header .e-n-accordion-item .e-n-accordion-item-title[aria-expanded=true] .acc-title-right {
  opacity: 0;
}
.accordion-image-header .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
.accordion-image-header .e-n-accordion-item .e-n-accordion-item-title .acc-title-left {
  margin-top: 1rem;
  color: #F4333D;
  width: calc(100% - 240px);
}
@media screen and (max-width: 1024px) {
  .accordion-image-header .e-n-accordion-item .e-n-accordion-item-title .acc-title-left {
    margin-top: 1rem;
    width: 100%;
  }
}
.accordion-image-header .e-n-accordion-item .e-n-accordion-item-title .acc-title-left span {
  font-size: 80%;
  line-height: normal;
}
.accordion-image-header .e-n-accordion-item .e-n-accordion-item-title .acc-title-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(-44px - 0.5rem);
  margin-bottom: -0.5rem;
  margin-right: -0.5rem;
  width: 240px;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .accordion-image-header .e-n-accordion-item .e-n-accordion-item-title .acc-title-right {
    display: none;
  }
}
.accordion-image-header .e-n-accordion-item .e-n-accordion-item-title .acc-title-right > img {
  border-radius: 2rem;
}
.accordion-image-header .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}
.accordion-image-header .e-n-accordion-item .e-n-accordion-item-title-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
}
@media screen and (max-width: 1024px) {
  .accordion-image-header .e-n-accordion-item .e-n-accordion-item-title-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.accordion-image-header .e-n-accordion-item .e-n-accordion-item-title-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #F4333D;
  -webkit-transition: background-color 0.3s, -webkit-filter 0.3s;
  transition: background-color 0.3s, -webkit-filter 0.3s;
  transition: background-color 0.3s, filter 0.3s;
  transition: background-color 0.3s, filter 0.3s, -webkit-filter 0.3s;
  z-index: 1;
}
.accordion-image-header .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened,
.accordion-image-header .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accordion-image-header .e-n-accordion-item .e-n-accordion-item-title-icon svg {
  width: 1rem;
  height: 1rem;
  fill: #F4333D !important;
}
@media screen and (max-width: 1024px) {
  .accordion-image-header .e-n-accordion-item .e-n-accordion-item-title-icon svg {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.accordion-image-header .e-n-accordion-item > .e-con {
  background-color: transparent;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #F4333D;
  border-radius: 0rem 0rem 1rem 1rem;
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.tabpanel {
  display: none;
}
.tabpanel.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img-hover-grow .elementor-widget-container {
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (max-width: 1024px) {
  .img-hover-grow .elementor-widget-container {
    border-radius: 1.5rem;
  }
}
.img-hover-grow img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.img-hover-grow img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* 1. Target the Prev and Next links/spans */
.elementor-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  -webkit-margin-before: 8rem;
          margin-block-start: 8rem;
}
@media screen and (max-width: 1024px) {
  .elementor-pagination {
    -webkit-margin-before: 6rem;
            margin-block-start: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .elementor-pagination {
    -webkit-margin-before: 4rem;
            margin-block-start: 4rem;
  }
}
.elementor-pagination .page-numbers {
  margin: 0 !important;
  font-size: 1.125rem;
  font-weight: 500;
  color: #F4333D;
}
@media screen and (max-width: 1024px) {
  .elementor-pagination .page-numbers {
    font-size: 0.875rem;
  }
}
.elementor-pagination .page-numbers:hover {
  color: #F4333D;
}
.elementor-pagination .page-numbers svg {
  fill: #F4333D;
}
.elementor-pagination .page-numbers.prev, .elementor-pagination .page-numbers.next {
  font-size: 0 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14px;
  height: 14px;
  background-color: #F4333D;
}
@media screen and (max-width: 1024px) {
  .elementor-pagination .page-numbers.prev, .elementor-pagination .page-numbers.next {
    width: 12px;
    height: 12px;
  }
}
.elementor-pagination .page-numbers.prev {
  -webkit-mask: url("/wp-content/uploads/2026/07/icon-arrow-left-02.svg") no-repeat center/contain;
          mask: url("/wp-content/uploads/2026/07/icon-arrow-left-02.svg") no-repeat center/contain;
}
.elementor-pagination .page-numbers.next {
  -webkit-mask: url("/wp-content/uploads/2026/07/icon-arrow-right-02.svg") no-repeat center/contain;
          mask: url("/wp-content/uploads/2026/07/icon-arrow-right-02.svg") no-repeat center/contain;
}
.elementor-pagination .page-numbers.current {
  font-weight: 700;
}

/* Fix Bug */
/* Fix spacer bug in elementor */
.e-con-inner > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner,
.e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner {
  height: var(--spacer-size) !important;
}

/* Customise Elementor Form */
.elemt-form .elementor-button {
  position: relative;
  overflow: visible;
  z-index: 1;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  background-color: rgba(244, 51, 61, 0);
}
.elemt-form .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: #F4333D;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  z-index: -1;
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
.elemt-form .elementor-button:hover {
  border-color: transparent;
}
.elemt-form .elementor-button:hover::before {
  opacity: 1;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.elemt-form .elementor-button:hover .elementor-button-text,
.elemt-form .elementor-button:hover .elementor-button-icon i {
  color: #F2F2F0;
}
.elemt-form .elementor-message {
  text-align: center;
}

/* Fix Bug */
/* Fix spacer bug in elementor */
.e-con-inner > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner,
.e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner {
  height: var(--spacer-size) !important;
}

/* Remove extra space in icon */
.elementor-icon-wrapper {
  line-height: 0 !important;
}

/* Helpers */
.color-red,
.color-highlighter {
  color: #F4333D !important;
}

.color-offwhite,
.color-seashell {
  color: #F2F2F0 !important;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.bgcolor-red-light,
.bgcolor-highlighter-light {
  background-color: rgba(244, 51, 61, 0.08) !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-leading-1 {
  line-height: 1 !important;
}

.text-leading-2 {
  line-height: 1.2 !important;
}

.text-leading-3 {
  line-height: 1.4 !important;
}

.text-leading-4 {
  line-height: 1.6 !important;
}

.text-leading-5 {
  line-height: 1.8 !important;
}

.text-leading-6 {
  line-height: 2 !important;
}

.word-break-all {
  word-break: break-all !important;
}

.fontweight-normal {
  font-weight: 400 !important;
}

.fontweight-medium {
  font-weight: 500 !important;
}

.fontweight-bold {
  font-weight: 700 !important;
}

.text-transform-none {
  text-transform: none !important;
}

/* Display */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .show-tablet {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .show-mobile {
    display: block !important;
  }
}

.no-click {
  pointer-events: none !important;
}

/* Margin and Padding */
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-6 {
  margin: 2rem !important;
}

.mt-6 {
  margin-top: 2rem !important;
}

.mr-6 {
  margin-right: 2rem !important;
}

.mb-6 {
  margin-bottom: 2rem !important;
}

.ml-6 {
  margin-left: 2rem !important;
}

.mx-6 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-6 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.m-7 {
  margin: 2.5rem !important;
}

.mt-7 {
  margin-top: 2.5rem !important;
}

.mr-7 {
  margin-right: 2.5rem !important;
}

.mb-7 {
  margin-bottom: 2.5rem !important;
}

.ml-7 {
  margin-left: 2.5rem !important;
}

.mx-7 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-7 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.m-8 {
  margin: 3rem !important;
}

.mt-8 {
  margin-top: 3rem !important;
}

.mr-8 {
  margin-right: 3rem !important;
}

.mb-8 {
  margin-bottom: 3rem !important;
}

.ml-8 {
  margin-left: 3rem !important;
}

.mx-8 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-8 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-9 {
  margin: 4rem !important;
}

.mt-9 {
  margin-top: 4rem !important;
}

.mr-9 {
  margin-right: 4rem !important;
}

.mb-9 {
  margin-bottom: 4rem !important;
}

.ml-9 {
  margin-left: 4rem !important;
}

.mx-9 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-9 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.m-10 {
  margin: 6rem !important;
}

.mt-10 {
  margin-top: 6rem !important;
}

.mr-10 {
  margin-right: 6rem !important;
}

.mb-10 {
  margin-bottom: 6rem !important;
}

.ml-10 {
  margin-left: 6rem !important;
}

.mx-10 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-10 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-6 {
  padding: 2rem !important;
}

.pt-6 {
  padding-top: 2rem !important;
}

.pr-6 {
  padding-right: 2rem !important;
}

.pb-6 {
  padding-bottom: 2rem !important;
}

.pl-6 {
  padding-left: 2rem !important;
}

.px-6 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-6 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.p-7 {
  padding: 2.5rem !important;
}

.pt-7 {
  padding-top: 2.5rem !important;
}

.pr-7 {
  padding-right: 2.5rem !important;
}

.pb-7 {
  padding-bottom: 2.5rem !important;
}

.pl-7 {
  padding-left: 2.5rem !important;
}

.px-7 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-7 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.p-8 {
  padding: 3rem !important;
}

.pt-8 {
  padding-top: 3rem !important;
}

.pr-8 {
  padding-right: 3rem !important;
}

.pb-8 {
  padding-bottom: 3rem !important;
}

.pl-8 {
  padding-left: 3rem !important;
}

.px-8 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-8 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-9 {
  padding: 4rem !important;
}

.pt-9 {
  padding-top: 4rem !important;
}

.pr-9 {
  padding-right: 4rem !important;
}

.pb-9 {
  padding-bottom: 4rem !important;
}

.pl-9 {
  padding-left: 4rem !important;
}

.px-9 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-9 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.p-10 {
  padding: 6rem !important;
}

.pt-10 {
  padding-top: 6rem !important;
}

.pr-10 {
  padding-right: 6rem !important;
}

.pb-10 {
  padding-bottom: 6rem !important;
}

.pl-10 {
  padding-left: 6rem !important;
}

.px-10 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-10 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

/* Aspect Ratio Map */
.ratio, .ratio-silver-portrait, .ratio-golden-portrait, .ratio-silver, .ratio-golden, .ratio-1by1, .ratio-9by32, .ratio-5by8, .ratio-4by5, .ratio-1by5, .ratio-1by4, .ratio-1by3, .ratio-1by2, .ratio-9by21, .ratio-2by3, .ratio-3by4, .ratio-9by16, .ratio-32by9, .ratio-8by5, .ratio-5by4, .ratio-5by1, .ratio-4by1, .ratio-3by1, .ratio-2by1, .ratio-21by9, .ratio-3by2, .ratio-4by3, .ratio-16by9 {
  width: 100%;
  height: auto;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ratio-16by9 {
  aspect-ratio: 1.7777777778;
}

.ratio-4by3 {
  aspect-ratio: 1.3333333333;
}

.ratio-3by2 {
  aspect-ratio: 1.5;
}

.ratio-21by9 {
  aspect-ratio: 2.3333333333;
}

.ratio-2by1 {
  aspect-ratio: 2;
}

.ratio-3by1 {
  aspect-ratio: 3;
}

.ratio-4by1 {
  aspect-ratio: 4;
}

.ratio-5by1 {
  aspect-ratio: 5;
}

.ratio-5by4 {
  aspect-ratio: 1.25;
}

.ratio-8by5 {
  aspect-ratio: 1.6;
}

.ratio-32by9 {
  aspect-ratio: 3.5555555556;
}

.ratio-9by16 {
  aspect-ratio: 0.5625;
}

.ratio-3by4 {
  aspect-ratio: 0.75;
}

.ratio-2by3 {
  aspect-ratio: 0.6666666667;
}

.ratio-9by21 {
  aspect-ratio: 0.4285714286;
}

.ratio-1by2 {
  aspect-ratio: 0.5;
}

.ratio-1by3 {
  aspect-ratio: 0.3333333333;
}

.ratio-1by4 {
  aspect-ratio: 0.25;
}

.ratio-1by5 {
  aspect-ratio: 0.2;
}

.ratio-4by5 {
  aspect-ratio: 0.8;
}

.ratio-5by8 {
  aspect-ratio: 0.625;
}

.ratio-9by32 {
  aspect-ratio: 0.28125;
}

.ratio-1by1 {
  aspect-ratio: 1;
}

.ratio-golden {
  aspect-ratio: 1.618;
}

.ratio-silver {
  aspect-ratio: 2.414;
}

.ratio-golden-portrait {
  aspect-ratio: 0.618;
}

.ratio-silver-portrait {
  aspect-ratio: 0.414;
}

/* Header */
.header-logo svg {
  width: auto;
  height: 2.875rem;
  fill: #F4333D;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
@media screen and (max-width: 767px) {
  .header-logo svg {
    height: 1.625rem;
  }
}

.menu-header {
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0px) brightness(1);
  -webkit-transition: background-color 0.5s, backdrop-filter 0.5s;
  transition: background-color 0.5s, backdrop-filter 0.5s;
  z-index: 9999;
}
.menu-header.backdrop-bg {
  background-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(30px) brightness(1.4);
}

.main-menu .menu-item > a {
  text-decoration: none !important;
  -webkit-transition: text-shadow 0.2s ease;
  transition: text-shadow 0.2s ease;
}
.main-menu .menu-item > a:hover {
  text-shadow: 0.3px 0 0 currentColor, -0.3px 0 0 currentColor;
}
.main-menu .menu-item.current-menu-item > a {
  text-shadow: 0.3px 0 0 currentColor, -0.3px 0 0 currentColor;
}

.mobile-menu-toggle .elementor-widget-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-menu-toggle .elementor-icon-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-menu-toggle .elementor-icon-wrapper .elementor-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  text-decoration: none;
}
.mobile-menu-toggle .elementor-icon-wrapper .elementor-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  border: none;
  z-index: 1;
}
.mobile-menu-toggle .elementor-icon-wrapper .elementor-icon svg {
  position: relative;
  z-index: 2;
  width: 0.75rem;
  height: 0.75rem;
}
.mobile-menu-toggle#mobile_menu_open .elementor-icon::before {
  background-color: #F4333D;
}
.mobile-menu-toggle#mobile_menu_open svg {
  fill: #F2F2F0;
}
.mobile-menu-toggle#mobile_menu_close .elementor-icon::before {
  background-color: #F2F2F0;
}
.mobile-menu-toggle#mobile_menu_close svg {
  fill: #F4333D;
}

#mobile_menu_open {
  display: none;
}
#mobile_menu_open.active {
  display: block;
}

#mobile_menu_close {
  display: none;
}
#mobile_menu_close.active {
  display: block;
}

.mobile-popup {
  z-index: 9990;
}
.mobile-popup .menu-item > a {
  font-weight: 400;
  text-decoration: none !important;
}
.mobile-popup .menu-item.current-menu-item > a {
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* Body on menu open */
body .page > main, body > footer {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
body.popup-menu-open .page > main, body.popup-menu-open > footer {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body.popup-menu-open .menu-header {
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0px) brightness(1);
}
body.popup-menu-open .header-logo svg {
  fill: #F2F2F0;
}

/* Footer */
/* .footer {

  .elementor-nav-menu {

    &.sm-vertical {

      a {
        display: inline;
      }
    }
  }
} */
.footer-logo svg {
  width: auto;
  height: 3.75rem;
  fill: #F4333D;
}
@media screen and (max-width: 1024px) {
  .footer-logo svg {
    height: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo svg {
    height: 1.25rem;
  }
}

.footer-menu {
  width: 100%;
}
.footer-menu .elementor-nav-menu--dropdown {
  position: relative !important;
  width: auto !important;
  left: auto !important;
  right: auto !important;
}
.footer-menu .elementor-nav-menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-menu .elementor-nav-menu .menu-item a {
  text-align: right;
  text-decoration: none !important;
}

.footer-legal .elementor-widget-heading {
  line-height: 0;
}

/* Home */
.home main {
  padding-top: 0 !important;
}

.animation-container {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .animation-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.animation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1432px;
  padding: 0 2.5rem;
  aspect-ratio: 16/9;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .animation-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    aspect-ratio: 5/8;
  }
}
.animation-wrap.__lastframe {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .animation-wrap.__lastframe .animation-description {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    height: 100% !important;
  }
}
.animation-wrap .animation-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .animation-wrap .animation-description {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 30%;
  }
}
.animation-wrap .animation-description-item {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .animation-wrap .animation-description-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.animation-wrap .animation-description-item .percentage {
  font-size: 9rem;
  margin: 0 4rem 0 0;
}
@media screen and (max-width: 1024px) {
  .animation-wrap .animation-description-item .percentage {
    font-size: 5rem;
    margin: 0 3rem 0 0;
  }
}
.animation-wrap .animation-description-item .percentage > span {
  position: absolute;
  top: 0;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .animation-wrap .animation-description-item .percentage > span {
    font-size: 2rem;
  }
}
.animation-wrap .animation-description-item .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .animation-wrap .animation-description-item .description {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.animation-wrap .animation-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .animation-wrap .animation-img {
    height: 70%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.animation-wrap .animation-img .data-visual {
  position: absolute;
  width: 100%;
  height: auto;
}

/* Override GSAP inline height/width injections */
.scroll-trigger-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  /* width: 100% !important;
  // height: calc(100vh - 100px) !important;
  aspect-ratio: 16 / 9;
  max-width: 100% !important;
  max-height: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  background-color: greenyellow !important; */
}
@media screen and (max-width: 767px) {
  .scroll-trigger-wrapper {
    aspect-ratio: 5/8;
  }
}

/* Hero Image positioning */
.hero-image-wrapper {
  position: absolute;
  z-index: 1;
  width: 100vw;
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .hero-image-wrapper {
    aspect-ratio: 5/8;
  }
}

.hero-image {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Ensure pin-spacer container matches viewport without overflow */
.pin-spacer {
  position: relative;
}

/* All Pages */
.header-anim .elementor-background-video-hosted {
  -o-object-position: 75% 50%;
     object-position: 75% 50%;
}

/* Partner Logo Filter */
.logo-partner {
  opacity: 10%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: transform;
}
.logo-partner.active {
  opacity: 100%;
}

/* Hero Cards */
.hero-cards.hero-cards--3col {
  aspect-ratio: 0.7636363636;
}
@media screen and (max-width: 1024px) {
  .hero-cards.hero-cards--3col {
    aspect-ratio: 2;
  }
}
@media screen and (max-width: 767px) {
  .hero-cards.hero-cards--3col {
    aspect-ratio: 0.8333333333;
  }
}

/* Result counter */
.txt-result-counter {
  position: relative;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  color: rgba(32, 24, 27, 0.5);
}
@media screen and (max-width: 1024px) {
  .txt-result-counter {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .txt-result-counter {
    position: absolute;
    top: -2rem;
    font-size: 0.625rem;
  }
}

/* Responsive Loop Grid Gaps */
.related-news-loop-grid .elementor-loop-container, .news-loop-grid .elementor-loop-container, .events-loop-grid .elementor-loop-container {
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
  row-gap: 6rem !important;
}
@media screen and (max-width: 1024px) {
  .related-news-loop-grid .elementor-loop-container, .news-loop-grid .elementor-loop-container, .events-loop-grid .elementor-loop-container {
    -webkit-column-gap: 2.25rem !important;
       -moz-column-gap: 2.25rem !important;
            column-gap: 2.25rem !important;
    row-gap: 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .related-news-loop-grid .elementor-loop-container, .news-loop-grid .elementor-loop-container, .events-loop-grid .elementor-loop-container {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
    row-gap: 4rem !important;
  }
}

/* Events  */
.events-loop-grid {
  display: none;
}
.events-loop-grid.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-loop-grid .e-loop-nothing-found-message {
  -webkit-padding-before: 0;
          padding-block-start: 0;
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.news-loop-grid .e-loop-nothing-found-message__text {
  font-size: 1.25rem;
  font-weight: 400;
  color: #F4333D;
}
@media screen and (max-width: 1024px) {
  .news-loop-grid .e-loop-nothing-found-message__text {
    font-size: 0.875rem;
  }
}
.news-loop-grid .is-featured-news {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  grid-column: 1/-1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news-loop-grid .is-featured-news {
    grid-column: auto;
  }
}
.news-loop-grid .is-featured-news .news-loop-item-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3rem;
}
@media screen and (max-width: 1024px) {
  .news-loop-grid .is-featured-news .news-loop-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .news-loop-grid .is-featured-news .news-loop-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
.news-loop-grid .is-featured-news .news-loop-item-wrap > .elementor-element {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .news-loop-grid .is-featured-news .news-loop-item-wrap > .elementor-element {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .news-loop-grid .is-featured-news .news-loop-item-wrap .news-loop-item {
    padding-block: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}/*# sourceMappingURL=style.css.map */