/**
Theme Name: Goikoa Grafik
Author: Goikoa Grafik
Author URI: https://goikoagrafik.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: goikoa-grafik
Template: astra
*/
/*
    CARDS
*/
/*
    GLOBAL
*/
.ast-container {
  width: 100% !important;
  padding: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single,
.ast-separate-container .comment-respond {
  padding: 0 !important;
}

@media (min-width: 1201px) {
  .ast-separate-container .ast-article-post,
  .ast-separate-container .ast-article-single,
  .ast-separate-container .comment-respond {
    padding: 0 !important;
  }
}
.hentry {
  margin: 0 !important;
}

body {
  background-color: #fff;
  color: #424242;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  body {
    font-size: 17px;
  }
}

p, li {
  margin-bottom: 0.9em;
}
p:last-of-type, li:last-of-type {
  margin-bottom: 0;
}

ul, ol {
  margin-bottom: 1em;
}
ul li, ol li {
  margin-bottom: 0;
}

a {
  color: #E4142A;
  transition: 0.3s all;
}
a:hover {
  color: #b51021;
}

.section {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .section {
    padding: 40px 20px;
  }
}
@media (min-width: 1025px) {
  .section {
    padding: 150px 20px;
  }
}
@media (min-width: 1025px) {
  .section.section-legal {
    padding: 60px 20px;
  }
}

.legal p {
  margin-bottom: 1em;
}
.legal h2, .legal h3 {
  font-family: "Changa", sans-serif;
  font-weight: 600;
  margin-bottom: 0.25em;
  margin-top: 1em;
  color: #1C1C1C;
  font-size: 20px;
  letter-spacing: -0.2px;
}
@media (min-width: 768px) {
  .legal h2, .legal h3 {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .legal h2, .legal h3 {
    font-size: 28px;
  }
}
.legal ol, .legal ul {
  margin-left: 2em;
}
.legal ol:last-child, .legal ul:last-child {
  margin-bottom: 1em;
}

.w-100 {
  width: 100% !important;
}

.hero-inner {
  padding: 30px 20px;
  min-height: 40vh;
}
@media (min-width: 768px) {
  .hero-inner {
    padding: 50px 50px;
    min-height: 27vh;
  }
}
@media (min-width: 1025px) {
  .hero-inner {
    padding: 50px 0px;
    min-height: 40vh;
  }
}

.d-none {
  display: none !important;
}

@media (max-width: 576px) {
  .hide-sm {
    display: none;
  }
}

.breadcrumbs {
  font-family: "Changa", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7) !important;
}
@media (min-width: 1025px) {
  .breadcrumbs {
    font-size: 16px;
  }
}
.breadcrumbs a {
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumbs a:hover {
  color: #fff;
}
.breadcrumbs .breadcrumb_last {
  color: #fff;
}
.breadcrumbs .separator {
  font-weight: 600;
  color: #00B65F;
}

.grecaptcha-badge {
  visibility: hidden;
}

.m-0 {
  margin: 0px !important;
}

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

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

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

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

@media (max-width: 576px) {
  .m-sm-0 {
    margin: 0px !important;
  }
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .my-sm-0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .mx-sm-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0px !important;
  }
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .my-md-0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .mx-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (min-width: 1025px) {
  .m-lg-0 {
    margin: 0px !important;
  }
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .my-lg-0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .mx-lg-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.m-10 {
  margin: 10px !important;
}

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

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

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

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

@media (max-width: 576px) {
  .m-sm-10 {
    margin: 10px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .my-sm-10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .mx-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media (min-width: 768px) {
  .m-md-10 {
    margin: 10px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .my-md-10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media (min-width: 1025px) {
  .m-lg-10 {
    margin: 10px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .my-lg-10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .mx-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
.m-20 {
  margin: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

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

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

@media (max-width: 576px) {
  .m-sm-20 {
    margin: 20px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .my-sm-20 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  .mx-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .m-md-20 {
    margin: 20px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .my-md-20 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  .mx-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media (min-width: 1025px) {
  .m-lg-20 {
    margin: 20px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .my-lg-20 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  .mx-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

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

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

@media (max-width: 576px) {
  .m-sm-30 {
    margin: 30px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .my-sm-30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .mx-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}
@media (min-width: 768px) {
  .m-md-30 {
    margin: 30px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .my-md-30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .mx-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}
@media (min-width: 1025px) {
  .m-lg-30 {
    margin: 30px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .my-lg-30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .mx-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}
.m-40 {
  margin: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

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

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

@media (max-width: 576px) {
  .m-sm-40 {
    margin: 40px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .my-sm-40 {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .mx-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}
@media (min-width: 768px) {
  .m-md-40 {
    margin: 40px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .my-md-40 {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .mx-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}
@media (min-width: 1025px) {
  .m-lg-40 {
    margin: 40px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .my-lg-40 {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .mx-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}
.m-50 {
  margin: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

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

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

@media (max-width: 576px) {
  .m-sm-50 {
    margin: 50px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .my-sm-50 {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
  .mx-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}
@media (min-width: 768px) {
  .m-md-50 {
    margin: 50px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .my-md-50 {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
  .mx-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}
@media (min-width: 1025px) {
  .m-lg-50 {
    margin: 50px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .my-lg-50 {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
  .mx-lg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}
.m-60 {
  margin: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

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

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

@media (max-width: 576px) {
  .m-sm-60 {
    margin: 60px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .my-sm-60 {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
  }
  .mx-sm-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}
@media (min-width: 768px) {
  .m-md-60 {
    margin: 60px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .my-md-60 {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
  }
  .mx-md-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}
@media (min-width: 1025px) {
  .m-lg-60 {
    margin: 60px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .my-lg-60 {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
  }
  .mx-lg-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}
.m-70 {
  margin: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

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

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

@media (max-width: 576px) {
  .m-sm-70 {
    margin: 70px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .my-sm-70 {
    margin-bottom: 70px !important;
    margin-top: 70px !important;
  }
  .mx-sm-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
}
@media (min-width: 768px) {
  .m-md-70 {
    margin: 70px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .my-md-70 {
    margin-bottom: 70px !important;
    margin-top: 70px !important;
  }
  .mx-md-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
}
@media (min-width: 1025px) {
  .m-lg-70 {
    margin: 70px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .my-lg-70 {
    margin-bottom: 70px !important;
    margin-top: 70px !important;
  }
  .mx-lg-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
}
.m-80 {
  margin: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

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

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

@media (max-width: 576px) {
  .m-sm-80 {
    margin: 80px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .my-sm-80 {
    margin-bottom: 80px !important;
    margin-top: 80px !important;
  }
  .mx-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}
@media (min-width: 768px) {
  .m-md-80 {
    margin: 80px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .my-md-80 {
    margin-bottom: 80px !important;
    margin-top: 80px !important;
  }
  .mx-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}
@media (min-width: 1025px) {
  .m-lg-80 {
    margin: 80px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .my-lg-80 {
    margin-bottom: 80px !important;
    margin-top: 80px !important;
  }
  .mx-lg-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}
.m-90 {
  margin: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

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

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

@media (max-width: 576px) {
  .m-sm-90 {
    margin: 90px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .my-sm-90 {
    margin-bottom: 90px !important;
    margin-top: 90px !important;
  }
  .mx-sm-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
}
@media (min-width: 768px) {
  .m-md-90 {
    margin: 90px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .my-md-90 {
    margin-bottom: 90px !important;
    margin-top: 90px !important;
  }
  .mx-md-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
}
@media (min-width: 1025px) {
  .m-lg-90 {
    margin: 90px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .my-lg-90 {
    margin-bottom: 90px !important;
    margin-top: 90px !important;
  }
  .mx-lg-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
}
.m-100 {
  margin: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

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

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

@media (max-width: 576px) {
  .m-sm-100 {
    margin: 100px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .my-sm-100 {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
  }
  .mx-sm-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
}
@media (min-width: 768px) {
  .m-md-100 {
    margin: 100px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .my-md-100 {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
  }
  .mx-md-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
}
@media (min-width: 1025px) {
  .m-lg-100 {
    margin: 100px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .my-lg-100 {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
  }
  .mx-lg-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
}
.m-120 {
  margin: 120px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

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

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

@media (max-width: 576px) {
  .m-sm-120 {
    margin: 120px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .my-sm-120 {
    margin-bottom: 120px !important;
    margin-top: 120px !important;
  }
  .mx-sm-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}
@media (min-width: 768px) {
  .m-md-120 {
    margin: 120px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .my-md-120 {
    margin-bottom: 120px !important;
    margin-top: 120px !important;
  }
  .mx-md-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}
@media (min-width: 1025px) {
  .m-lg-120 {
    margin: 120px !important;
  }
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .my-lg-120 {
    margin-bottom: 120px !important;
    margin-top: 120px !important;
  }
  .mx-lg-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}
.m-150 {
  margin: 150px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

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

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

@media (max-width: 576px) {
  .m-sm-150 {
    margin: 150px !important;
  }
  .mt-sm-150 {
    margin-top: 150px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .my-sm-150 {
    margin-bottom: 150px !important;
    margin-top: 150px !important;
  }
  .mx-sm-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
}
@media (min-width: 768px) {
  .m-md-150 {
    margin: 150px !important;
  }
  .mt-md-150 {
    margin-top: 150px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .my-md-150 {
    margin-bottom: 150px !important;
    margin-top: 150px !important;
  }
  .mx-md-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
}
@media (min-width: 1025px) {
  .m-lg-150 {
    margin: 150px !important;
  }
  .mt-lg-150 {
    margin-top: 150px !important;
  }
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  .my-lg-150 {
    margin-bottom: 150px !important;
    margin-top: 150px !important;
  }
  .mx-lg-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
}
.m-180 {
  margin: 180px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

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

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

@media (max-width: 576px) {
  .m-sm-180 {
    margin: 180px !important;
  }
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .my-sm-180 {
    margin-bottom: 180px !important;
    margin-top: 180px !important;
  }
  .mx-sm-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
}
@media (min-width: 768px) {
  .m-md-180 {
    margin: 180px !important;
  }
  .mt-md-180 {
    margin-top: 180px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .my-md-180 {
    margin-bottom: 180px !important;
    margin-top: 180px !important;
  }
  .mx-md-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
}
@media (min-width: 1025px) {
  .m-lg-180 {
    margin: 180px !important;
  }
  .mt-lg-180 {
    margin-top: 180px !important;
  }
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .my-lg-180 {
    margin-bottom: 180px !important;
    margin-top: 180px !important;
  }
  .mx-lg-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
}
.m-200 {
  margin: 200px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

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

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

@media (max-width: 576px) {
  .m-sm-200 {
    margin: 200px !important;
  }
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  .my-sm-200 {
    margin-bottom: 200px !important;
    margin-top: 200px !important;
  }
  .mx-sm-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
}
@media (min-width: 768px) {
  .m-md-200 {
    margin: 200px !important;
  }
  .mt-md-200 {
    margin-top: 200px !important;
  }
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
  .my-md-200 {
    margin-bottom: 200px !important;
    margin-top: 200px !important;
  }
  .mx-md-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
}
@media (min-width: 1025px) {
  .m-lg-200 {
    margin: 200px !important;
  }
  .mt-lg-200 {
    margin-top: 200px !important;
  }
  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
  .my-lg-200 {
    margin-bottom: 200px !important;
    margin-top: 200px !important;
  }
  .mx-lg-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
}
.p-0 {
  padding: 0px !important;
}

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

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

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

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

@media (max-width: 576px) {
  .p-sm-0 {
    padding: 0px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .py-sm-0 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .px-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 768px) {
  .p-md-0 {
    padding: 0px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .py-md-0 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .px-md-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1025px) {
  .p-lg-0 {
    padding: 0px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .py-lg-0 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .px-lg-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.p-10 {
  padding: 10px !important;
}

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

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

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

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

@media (max-width: 576px) {
  .p-sm-10 {
    padding: 10px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .py-sm-10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .px-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 768px) {
  .p-md-10 {
    padding: 10px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .py-md-10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 1025px) {
  .p-lg-10 {
    padding: 10px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .py-lg-10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .px-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.p-20 {
  padding: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

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

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

@media (max-width: 576px) {
  .p-sm-20 {
    padding: 20px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .py-sm-20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  .px-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .p-md-20 {
    padding: 20px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .py-md-20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  .px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1025px) {
  .p-lg-20 {
    padding: 20px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .py-lg-20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  .px-lg-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

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

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

@media (max-width: 576px) {
  .p-sm-30 {
    padding: 30px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .py-sm-30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  .px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 768px) {
  .p-md-30 {
    padding: 30px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .py-md-30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  .px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1025px) {
  .p-lg-30 {
    padding: 30px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .py-lg-30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  .px-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.p-40 {
  padding: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

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

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

@media (max-width: 576px) {
  .p-sm-40 {
    padding: 40px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .py-sm-40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  .px-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) {
  .p-md-40 {
    padding: 40px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .py-md-40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  .px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 1025px) {
  .p-lg-40 {
    padding: 40px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .py-lg-40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  .px-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
.p-50 {
  padding: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

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

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

@media (max-width: 576px) {
  .p-sm-50 {
    padding: 50px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .py-sm-50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .px-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (min-width: 768px) {
  .p-md-50 {
    padding: 50px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .py-md-50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (min-width: 1025px) {
  .p-lg-50 {
    padding: 50px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .py-lg-50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .px-lg-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
.p-60 {
  padding: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

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

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

@media (max-width: 576px) {
  .p-sm-60 {
    padding: 60px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .py-sm-60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
  .px-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media (min-width: 768px) {
  .p-md-60 {
    padding: 60px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .py-md-60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
  .px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media (min-width: 1025px) {
  .p-lg-60 {
    padding: 60px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .py-lg-60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
  .px-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
.p-70 {
  padding: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

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

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

@media (max-width: 576px) {
  .p-sm-70 {
    padding: 70px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .py-sm-70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
  .px-sm-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}
@media (min-width: 768px) {
  .p-md-70 {
    padding: 70px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
  .py-md-70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
  .px-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}
@media (min-width: 1025px) {
  .p-lg-70 {
    padding: 70px !important;
  }
  .pt-lg-70 {
    padding-top: 70px !important;
  }
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
  .py-lg-70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
  .px-lg-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}
.p-80 {
  padding: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

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

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

@media (max-width: 576px) {
  .p-sm-80 {
    padding: 80px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .py-sm-80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }
  .px-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
@media (min-width: 768px) {
  .p-md-80 {
    padding: 80px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .py-md-80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }
  .px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
@media (min-width: 1025px) {
  .p-lg-80 {
    padding: 80px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .py-lg-80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }
  .px-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
.p-90 {
  padding: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

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

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

@media (max-width: 576px) {
  .p-sm-90 {
    padding: 90px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .py-sm-90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }
  .px-sm-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
@media (min-width: 768px) {
  .p-md-90 {
    padding: 90px !important;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  .py-md-90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }
  .px-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
@media (min-width: 1025px) {
  .p-lg-90 {
    padding: 90px !important;
  }
  .pt-lg-90 {
    padding-top: 90px !important;
  }
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
  .py-lg-90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }
  .px-lg-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
.p-100 {
  padding: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

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

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

@media (max-width: 576px) {
  .p-sm-100 {
    padding: 100px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .py-sm-100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
  .px-sm-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
@media (min-width: 768px) {
  .p-md-100 {
    padding: 100px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .py-md-100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
  .px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
@media (min-width: 1025px) {
  .p-lg-100 {
    padding: 100px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .py-lg-100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
  .px-lg-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
.p-120 {
  padding: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

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

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

@media (max-width: 576px) {
  .p-sm-120 {
    padding: 120px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  .py-sm-120 {
    padding-bottom: 120px !important;
    padding-top: 120px !important;
  }
  .px-sm-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}
@media (min-width: 768px) {
  .p-md-120 {
    padding: 120px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  .py-md-120 {
    padding-bottom: 120px !important;
    padding-top: 120px !important;
  }
  .px-md-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}
@media (min-width: 1025px) {
  .p-lg-120 {
    padding: 120px !important;
  }
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  .py-lg-120 {
    padding-bottom: 120px !important;
    padding-top: 120px !important;
  }
  .px-lg-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}
.p-150 {
  padding: 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

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

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

@media (max-width: 576px) {
  .p-sm-150 {
    padding: 150px !important;
  }
  .pt-sm-150 {
    padding-top: 150px !important;
  }
  .pb-sm-150 {
    padding-bottom: 150px !important;
  }
  .py-sm-150 {
    padding-bottom: 150px !important;
    padding-top: 150px !important;
  }
  .px-sm-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
}
@media (min-width: 768px) {
  .p-md-150 {
    padding: 150px !important;
  }
  .pt-md-150 {
    padding-top: 150px !important;
  }
  .pb-md-150 {
    padding-bottom: 150px !important;
  }
  .py-md-150 {
    padding-bottom: 150px !important;
    padding-top: 150px !important;
  }
  .px-md-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
}
@media (min-width: 1025px) {
  .p-lg-150 {
    padding: 150px !important;
  }
  .pt-lg-150 {
    padding-top: 150px !important;
  }
  .pb-lg-150 {
    padding-bottom: 150px !important;
  }
  .py-lg-150 {
    padding-bottom: 150px !important;
    padding-top: 150px !important;
  }
  .px-lg-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
}
.p-180 {
  padding: 180px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

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

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

@media (max-width: 576px) {
  .p-sm-180 {
    padding: 180px !important;
  }
  .pt-sm-180 {
    padding-top: 180px !important;
  }
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
  .py-sm-180 {
    padding-bottom: 180px !important;
    padding-top: 180px !important;
  }
  .px-sm-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
}
@media (min-width: 768px) {
  .p-md-180 {
    padding: 180px !important;
  }
  .pt-md-180 {
    padding-top: 180px !important;
  }
  .pb-md-180 {
    padding-bottom: 180px !important;
  }
  .py-md-180 {
    padding-bottom: 180px !important;
    padding-top: 180px !important;
  }
  .px-md-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
}
@media (min-width: 1025px) {
  .p-lg-180 {
    padding: 180px !important;
  }
  .pt-lg-180 {
    padding-top: 180px !important;
  }
  .pb-lg-180 {
    padding-bottom: 180px !important;
  }
  .py-lg-180 {
    padding-bottom: 180px !important;
    padding-top: 180px !important;
  }
  .px-lg-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
}
.p-200 {
  padding: 200px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

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

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

@media (max-width: 576px) {
  .p-sm-200 {
    padding: 200px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  .py-sm-200 {
    padding-bottom: 200px !important;
    padding-top: 200px !important;
  }
  .px-sm-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}
@media (min-width: 768px) {
  .p-md-200 {
    padding: 200px !important;
  }
  .pt-md-200 {
    padding-top: 200px !important;
  }
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
  .py-md-200 {
    padding-bottom: 200px !important;
    padding-top: 200px !important;
  }
  .px-md-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}
@media (min-width: 1025px) {
  .p-lg-200 {
    padding: 200px !important;
  }
  .pt-lg-200 {
    padding-top: 200px !important;
  }
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
  .py-lg-200 {
    padding-bottom: 200px !important;
    padding-top: 200px !important;
  }
  .px-lg-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}
/*
    TEXT
*/
.text-left {
  text-align: left !important;
}

@media (max-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
}
.text-right {
  text-align: right !important;
}

@media (max-width: 576px) {
  .text-sm-right {
    text-align: right;
  }
}
.text-center {
  text-align: center !important;
}

@media (max-width: 576px) {
  .text-sm-center {
    text-align: center;
  }
}
.text-upper {
  text-transform: uppercase;
}

.text-xl h1 {
  font-size: 1.1em;
}

.text-sm h1 {
  font-size: 0.8em;
}

.text-xl h2 {
  font-size: 1.1em;
}

.text-sm h2 {
  font-size: 0.8em;
}

.text-xl h3 {
  font-size: 1.1em;
}

.text-sm h3 {
  font-size: 0.8em;
}

.text-xl h4 {
  font-size: 1.1em;
}

.text-sm h4 {
  font-size: 0.8em;
}

.text-xl h5 {
  font-size: 1.1em;
}

.text-sm h5 {
  font-size: 0.8em;
}

.text-xl h6 {
  font-size: 1.1em;
}

.text-sm h6 {
  font-size: 0.8em;
}

.text-xl p {
  font-size: 1.1em;
}

.text-sm p {
  font-size: 0.8em;
}

.text-xl li {
  font-size: 1.1em;
}

.text-sm li {
  font-size: 0.8em;
}

.text-xl span {
  font-size: 1.1em;
}

.text-sm span {
  font-size: 0.8em;
}

/*
    HEADINGS
*/
.page-title h1 {
  font-family: "Changa", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-title h1 {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .page-title h1 {
    font-size: 65px;
  }
}

.page-title.site-title h1 {
  line-height: 0.9;
  text-align: center;
  font-size: 45px;
  margin-bottom: 30px;
}
.page-title.site-title h1 span {
  font-weight: 200;
  font-size: 0.85em;
}
@media (min-width: 768px) {
  .page-title.site-title h1 {
    font-size: 65px;
  }
  .page-title.site-title h1 span {
    font-size: 0.85em;
  }
}
@media (min-width: 1025px) {
  .page-title.site-title h1 {
    font-size: 75px;
  }
  .page-title.site-title h1 span {
    font-size: 0.85em;
  }
}

.section-title h1, h1.section-title {
  font-family: "Changa", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #1C1C1C !important;
  letter-spacing: -0.02em;
  line-height: 1.1em !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title h1, h1.section-title {
    font-size: 45px;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .section-title h1, h1.section-title {
    font-size: 60px;
  }
}

.section-title.text-center h1, h1.section-title.text-center {
  text-align: center !important;
}

.section-pre h1, h1.section-pre {
  font-family: "Changa", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #E4142A !important;
  padding: 4px 8px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  letter-spacing: 0.01em;
  background-color: hsl(354, 84%, 97%);
}
@media (min-width: 768px) {
  .section-pre h1, h1.section-pre {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .section-pre h1, h1.section-pre {
    font-size: 17px;
    padding: 10px 15px;
  }
}

.section-pre.text-center h1, h1.section-pre.text-center {
  text-align: center !important;
}

.section-pre.invert h1, h1.section-pre.invert {
  background-color: #E4142A;
  color: #fff !important;
}

.section-sub h1, h1.section-sub {
  font-family: "Changa", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1C1C1C !important;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .section-sub h1, h1.section-sub {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .section-sub h1, h1.section-sub {
    font-size: 32px;
  }
}

.section-sub.text-center h1, h1.section-sub.text-center {
  text-align: center !important;
}

.page-title h2 {
  font-family: "Changa", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-title h2 {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .page-title h2 {
    font-size: 65px;
  }
}

.page-title.site-title h2 {
  line-height: 0.9;
  text-align: center;
  font-size: 45px;
  margin-bottom: 30px;
}
.page-title.site-title h2 span {
  font-weight: 200;
  font-size: 0.85em;
}
@media (min-width: 768px) {
  .page-title.site-title h2 {
    font-size: 65px;
  }
  .page-title.site-title h2 span {
    font-size: 0.85em;
  }
}
@media (min-width: 1025px) {
  .page-title.site-title h2 {
    font-size: 75px;
  }
  .page-title.site-title h2 span {
    font-size: 0.85em;
  }
}

.section-title h2, h2.section-title {
  font-family: "Changa", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #1C1C1C !important;
  letter-spacing: -0.02em;
  line-height: 1.1em !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title h2, h2.section-title {
    font-size: 45px;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .section-title h2, h2.section-title {
    font-size: 60px;
  }
}

.section-title.text-center h2, h2.section-title.text-center {
  text-align: center !important;
}

.section-pre h2, h2.section-pre {
  font-family: "Changa", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #E4142A !important;
  padding: 4px 8px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  letter-spacing: 0.01em;
  background-color: hsl(354, 84%, 97%);
}
@media (min-width: 768px) {
  .section-pre h2, h2.section-pre {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .section-pre h2, h2.section-pre {
    font-size: 17px;
    padding: 10px 15px;
  }
}

.section-pre.text-center h2, h2.section-pre.text-center {
  text-align: center !important;
}

.section-pre.invert h2, h2.section-pre.invert {
  background-color: #E4142A;
  color: #fff !important;
}

.section-sub h2, h2.section-sub {
  font-family: "Changa", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1C1C1C !important;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .section-sub h2, h2.section-sub {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .section-sub h2, h2.section-sub {
    font-size: 32px;
  }
}

.section-sub.text-center h2, h2.section-sub.text-center {
  text-align: center !important;
}

.page-title h3 {
  font-family: "Changa", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-title h3 {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .page-title h3 {
    font-size: 65px;
  }
}

.page-title.site-title h3 {
  line-height: 0.9;
  text-align: center;
  font-size: 45px;
  margin-bottom: 30px;
}
.page-title.site-title h3 span {
  font-weight: 200;
  font-size: 0.85em;
}
@media (min-width: 768px) {
  .page-title.site-title h3 {
    font-size: 65px;
  }
  .page-title.site-title h3 span {
    font-size: 0.85em;
  }
}
@media (min-width: 1025px) {
  .page-title.site-title h3 {
    font-size: 75px;
  }
  .page-title.site-title h3 span {
    font-size: 0.85em;
  }
}

.section-title h3, h3.section-title {
  font-family: "Changa", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #1C1C1C !important;
  letter-spacing: -0.02em;
  line-height: 1.1em !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title h3, h3.section-title {
    font-size: 45px;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .section-title h3, h3.section-title {
    font-size: 60px;
  }
}

.section-title.text-center h3, h3.section-title.text-center {
  text-align: center !important;
}

.section-pre h3, h3.section-pre {
  font-family: "Changa", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #E4142A !important;
  padding: 4px 8px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  letter-spacing: 0.01em;
  background-color: hsl(354, 84%, 97%);
}
@media (min-width: 768px) {
  .section-pre h3, h3.section-pre {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .section-pre h3, h3.section-pre {
    font-size: 17px;
    padding: 10px 15px;
  }
}

.section-pre.text-center h3, h3.section-pre.text-center {
  text-align: center !important;
}

.section-pre.invert h3, h3.section-pre.invert {
  background-color: #E4142A;
  color: #fff !important;
}

.section-sub h3, h3.section-sub {
  font-family: "Changa", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1C1C1C !important;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .section-sub h3, h3.section-sub {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .section-sub h3, h3.section-sub {
    font-size: 32px;
  }
}

.section-sub.text-center h3, h3.section-sub.text-center {
  text-align: center !important;
}

.page-title h4 {
  font-family: "Changa", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-title h4 {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .page-title h4 {
    font-size: 65px;
  }
}

.page-title.site-title h4 {
  line-height: 0.9;
  text-align: center;
  font-size: 45px;
  margin-bottom: 30px;
}
.page-title.site-title h4 span {
  font-weight: 200;
  font-size: 0.85em;
}
@media (min-width: 768px) {
  .page-title.site-title h4 {
    font-size: 65px;
  }
  .page-title.site-title h4 span {
    font-size: 0.85em;
  }
}
@media (min-width: 1025px) {
  .page-title.site-title h4 {
    font-size: 75px;
  }
  .page-title.site-title h4 span {
    font-size: 0.85em;
  }
}

.section-title h4, h4.section-title {
  font-family: "Changa", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #1C1C1C !important;
  letter-spacing: -0.02em;
  line-height: 1.1em !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title h4, h4.section-title {
    font-size: 45px;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .section-title h4, h4.section-title {
    font-size: 60px;
  }
}

.section-title.text-center h4, h4.section-title.text-center {
  text-align: center !important;
}

.section-pre h4, h4.section-pre {
  font-family: "Changa", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #E4142A !important;
  padding: 4px 8px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  letter-spacing: 0.01em;
  background-color: hsl(354, 84%, 97%);
}
@media (min-width: 768px) {
  .section-pre h4, h4.section-pre {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .section-pre h4, h4.section-pre {
    font-size: 17px;
    padding: 10px 15px;
  }
}

.section-pre.text-center h4, h4.section-pre.text-center {
  text-align: center !important;
}

.section-pre.invert h4, h4.section-pre.invert {
  background-color: #E4142A;
  color: #fff !important;
}

.section-sub h4, h4.section-sub {
  font-family: "Changa", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1C1C1C !important;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .section-sub h4, h4.section-sub {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .section-sub h4, h4.section-sub {
    font-size: 32px;
  }
}

.section-sub.text-center h4, h4.section-sub.text-center {
  text-align: center !important;
}

.page-title h5 {
  font-family: "Changa", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-title h5 {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .page-title h5 {
    font-size: 65px;
  }
}

.page-title.site-title h5 {
  line-height: 0.9;
  text-align: center;
  font-size: 45px;
  margin-bottom: 30px;
}
.page-title.site-title h5 span {
  font-weight: 200;
  font-size: 0.85em;
}
@media (min-width: 768px) {
  .page-title.site-title h5 {
    font-size: 65px;
  }
  .page-title.site-title h5 span {
    font-size: 0.85em;
  }
}
@media (min-width: 1025px) {
  .page-title.site-title h5 {
    font-size: 75px;
  }
  .page-title.site-title h5 span {
    font-size: 0.85em;
  }
}

.section-title h5, h5.section-title {
  font-family: "Changa", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #1C1C1C !important;
  letter-spacing: -0.02em;
  line-height: 1.1em !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title h5, h5.section-title {
    font-size: 45px;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .section-title h5, h5.section-title {
    font-size: 60px;
  }
}

.section-title.text-center h5, h5.section-title.text-center {
  text-align: center !important;
}

.section-pre h5, h5.section-pre {
  font-family: "Changa", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #E4142A !important;
  padding: 4px 8px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  letter-spacing: 0.01em;
  background-color: hsl(354, 84%, 97%);
}
@media (min-width: 768px) {
  .section-pre h5, h5.section-pre {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .section-pre h5, h5.section-pre {
    font-size: 17px;
    padding: 10px 15px;
  }
}

.section-pre.text-center h5, h5.section-pre.text-center {
  text-align: center !important;
}

.section-pre.invert h5, h5.section-pre.invert {
  background-color: #E4142A;
  color: #fff !important;
}

.section-sub h5, h5.section-sub {
  font-family: "Changa", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1C1C1C !important;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .section-sub h5, h5.section-sub {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .section-sub h5, h5.section-sub {
    font-size: 32px;
  }
}

.section-sub.text-center h5, h5.section-sub.text-center {
  text-align: center !important;
}

.page-title h6 {
  font-family: "Changa", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-title h6 {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .page-title h6 {
    font-size: 65px;
  }
}

.page-title.site-title h6 {
  line-height: 0.9;
  text-align: center;
  font-size: 45px;
  margin-bottom: 30px;
}
.page-title.site-title h6 span {
  font-weight: 200;
  font-size: 0.85em;
}
@media (min-width: 768px) {
  .page-title.site-title h6 {
    font-size: 65px;
  }
  .page-title.site-title h6 span {
    font-size: 0.85em;
  }
}
@media (min-width: 1025px) {
  .page-title.site-title h6 {
    font-size: 75px;
  }
  .page-title.site-title h6 span {
    font-size: 0.85em;
  }
}

.section-title h6, h6.section-title {
  font-family: "Changa", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #1C1C1C !important;
  letter-spacing: -0.02em;
  line-height: 1.1em !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title h6, h6.section-title {
    font-size: 45px;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .section-title h6, h6.section-title {
    font-size: 60px;
  }
}

.section-title.text-center h6, h6.section-title.text-center {
  text-align: center !important;
}

.section-pre h6, h6.section-pre {
  font-family: "Changa", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #E4142A !important;
  padding: 4px 8px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  letter-spacing: 0.01em;
  background-color: hsl(354, 84%, 97%);
}
@media (min-width: 768px) {
  .section-pre h6, h6.section-pre {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .section-pre h6, h6.section-pre {
    font-size: 17px;
    padding: 10px 15px;
  }
}

.section-pre.text-center h6, h6.section-pre.text-center {
  text-align: center !important;
}

.section-pre.invert h6, h6.section-pre.invert {
  background-color: #E4142A;
  color: #fff !important;
}

.section-sub h6, h6.section-sub {
  font-family: "Changa", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1C1C1C !important;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .section-sub h6, h6.section-sub {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .section-sub h6, h6.section-sub {
    font-size: 32px;
  }
}

.section-sub.text-center h6, h6.section-sub.text-center {
  text-align: center !important;
}

.page-title p {
  font-family: "Changa", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-title p {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .page-title p {
    font-size: 65px;
  }
}

.page-title.site-title p {
  line-height: 0.9;
  text-align: center;
  font-size: 45px;
  margin-bottom: 30px;
}
.page-title.site-title p span {
  font-weight: 200;
  font-size: 0.85em;
}
@media (min-width: 768px) {
  .page-title.site-title p {
    font-size: 65px;
  }
  .page-title.site-title p span {
    font-size: 0.85em;
  }
}
@media (min-width: 1025px) {
  .page-title.site-title p {
    font-size: 75px;
  }
  .page-title.site-title p span {
    font-size: 0.85em;
  }
}

.section-title p, p.section-title {
  font-family: "Changa", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #1C1C1C !important;
  letter-spacing: -0.02em;
  line-height: 1.1em !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title p, p.section-title {
    font-size: 45px;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .section-title p, p.section-title {
    font-size: 60px;
  }
}

.section-title.text-center p, p.section-title.text-center {
  text-align: center !important;
}

.section-pre p, p.section-pre {
  font-family: "Changa", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #E4142A !important;
  padding: 4px 8px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  letter-spacing: 0.01em;
  background-color: hsl(354, 84%, 97%);
}
@media (min-width: 768px) {
  .section-pre p, p.section-pre {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .section-pre p, p.section-pre {
    font-size: 17px;
    padding: 10px 15px;
  }
}

.section-pre.text-center p, p.section-pre.text-center {
  text-align: center !important;
}

.section-pre.invert p, p.section-pre.invert {
  background-color: #E4142A;
  color: #fff !important;
}

.section-sub p, p.section-sub {
  font-family: "Changa", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1C1C1C !important;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .section-sub p, p.section-sub {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .section-sub p, p.section-sub {
    font-size: 32px;
  }
}

.section-sub.text-center p, p.section-sub.text-center {
  text-align: center !important;
}

.page-title li {
  font-family: "Changa", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-title li {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .page-title li {
    font-size: 65px;
  }
}

.page-title.site-title li {
  line-height: 0.9;
  text-align: center;
  font-size: 45px;
  margin-bottom: 30px;
}
.page-title.site-title li span {
  font-weight: 200;
  font-size: 0.85em;
}
@media (min-width: 768px) {
  .page-title.site-title li {
    font-size: 65px;
  }
  .page-title.site-title li span {
    font-size: 0.85em;
  }
}
@media (min-width: 1025px) {
  .page-title.site-title li {
    font-size: 75px;
  }
  .page-title.site-title li span {
    font-size: 0.85em;
  }
}

.section-title li, li.section-title {
  font-family: "Changa", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #1C1C1C !important;
  letter-spacing: -0.02em;
  line-height: 1.1em !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title li, li.section-title {
    font-size: 45px;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .section-title li, li.section-title {
    font-size: 60px;
  }
}

.section-title.text-center li, li.section-title.text-center {
  text-align: center !important;
}

.section-pre li, li.section-pre {
  font-family: "Changa", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #E4142A !important;
  padding: 4px 8px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  letter-spacing: 0.01em;
  background-color: hsl(354, 84%, 97%);
}
@media (min-width: 768px) {
  .section-pre li, li.section-pre {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .section-pre li, li.section-pre {
    font-size: 17px;
    padding: 10px 15px;
  }
}

.section-pre.text-center li, li.section-pre.text-center {
  text-align: center !important;
}

.section-pre.invert li, li.section-pre.invert {
  background-color: #E4142A;
  color: #fff !important;
}

.section-sub li, li.section-sub {
  font-family: "Changa", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1C1C1C !important;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .section-sub li, li.section-sub {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .section-sub li, li.section-sub {
    font-size: 32px;
  }
}

.section-sub.text-center li, li.section-sub.text-center {
  text-align: center !important;
}

.page-title span {
  font-family: "Changa", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-title span {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .page-title span {
    font-size: 65px;
  }
}

.page-title.site-title span {
  line-height: 0.9;
  text-align: center;
  font-size: 45px;
  margin-bottom: 30px;
}
.page-title.site-title span span {
  font-weight: 200;
  font-size: 0.85em;
}
@media (min-width: 768px) {
  .page-title.site-title span {
    font-size: 65px;
  }
  .page-title.site-title span span {
    font-size: 0.85em;
  }
}
@media (min-width: 1025px) {
  .page-title.site-title span {
    font-size: 75px;
  }
  .page-title.site-title span span {
    font-size: 0.85em;
  }
}

.section-title span, span.section-title {
  font-family: "Changa", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #1C1C1C !important;
  letter-spacing: -0.02em;
  line-height: 1.1em !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title span, span.section-title {
    font-size: 45px;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .section-title span, span.section-title {
    font-size: 60px;
  }
}

.section-title.text-center span, span.section-title.text-center {
  text-align: center !important;
}

.section-pre span, span.section-pre {
  font-family: "Changa", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #E4142A !important;
  padding: 4px 8px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  letter-spacing: 0.01em;
  background-color: hsl(354, 84%, 97%);
}
@media (min-width: 768px) {
  .section-pre span, span.section-pre {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .section-pre span, span.section-pre {
    font-size: 17px;
    padding: 10px 15px;
  }
}

.section-pre.text-center span, span.section-pre.text-center {
  text-align: center !important;
}

.section-pre.invert span, span.section-pre.invert {
  background-color: #E4142A;
  color: #fff !important;
}

.section-sub span, span.section-sub {
  font-family: "Changa", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1C1C1C !important;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .section-sub span, span.section-sub {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .section-sub span, span.section-sub {
    font-size: 32px;
  }
}

.section-sub.text-center span, span.section-sub.text-center {
  text-align: center !important;
}

.cmplz-cookiebanner {
  background-color: #1C1C1C !important;
}
.cmplz-cookiebanner .cmplz-title, .cmplz-cookiebanner .cmplz-close, .cmplz-cookiebanner .cmplz-message {
  color: whitesmoke !important;
}
.cmplz-cookiebanner .cmplz-category {
  background-color: whitesmoke !important;
}
.cmplz-cookiebanner .cmplz-description,
.cmplz-cookiebanner .cmplz-message {
  line-height: 1.5;
  margin-bottom: 1em;
}
.cmplz-cookiebanner .cmplz-btn {
  border-radius: 0 !important;
  font-family: "Changa", sans-serif;
  text-transform: uppercase;
  transition: 0.3s all;
}
.cmplz-cookiebanner .cmplz-btn.cmplz-accept {
  background-color: #E4142A !important;
  border-color: #E4142A !important;
}
.cmplz-cookiebanner .cmplz-btn.cmplz-accept:hover {
  background-color: #b51021 !important;
  border-color: #b51021 !important;
}
.cmplz-cookiebanner .cmplz-btn.cmplz-deny, .cmplz-cookiebanner .cmplz-btn.cmplz-view-preferences, .cmplz-cookiebanner .cmplz-btn.cmplz-save-preferences {
  background-color: whitesmoke !important;
  border-color: whitesmoke !important;
}
.cmplz-cookiebanner .cmplz-btn.cmplz-deny:hover, .cmplz-cookiebanner .cmplz-btn.cmplz-view-preferences:hover, .cmplz-cookiebanner .cmplz-btn.cmplz-save-preferences:hover {
  background-color: #b51021 !important;
  border-color: #b51021 !important;
  color: whitesmoke !important;
}
.cmplz-cookiebanner .cmplz-link {
  font-weight: 600 !important;
  transition: 0.3s all;
  color: rgba(255, 255, 255, 0.5) !important;
}
.cmplz-cookiebanner .cmplz-link:hover {
  color: #fff !important;
}

/*
    TEXT COLOR
*/
.color-primary h1 {
  color: #E4142A !important;
}

.color-secondary h1 {
  color: #00B65F !important;
}

.color-text h1 {
  color: #424242 !important;
}

.color-accent h1 {
  color: #b51021 !important;
}

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

.color-white-70 h1 {
  color: rgba(255, 255, 255, 0.7) !important;
}

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

.color-black-70 h1 {
  color: rgba(0, 0, 0, 0.7) !important;
}

.color-grey h1 {
  color: #949494 !important;
}

.color-primary h2 {
  color: #E4142A !important;
}

.color-secondary h2 {
  color: #00B65F !important;
}

.color-text h2 {
  color: #424242 !important;
}

.color-accent h2 {
  color: #b51021 !important;
}

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

.color-white-70 h2 {
  color: rgba(255, 255, 255, 0.7) !important;
}

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

.color-black-70 h2 {
  color: rgba(0, 0, 0, 0.7) !important;
}

.color-grey h2 {
  color: #949494 !important;
}

.color-primary h3 {
  color: #E4142A !important;
}

.color-secondary h3 {
  color: #00B65F !important;
}

.color-text h3 {
  color: #424242 !important;
}

.color-accent h3 {
  color: #b51021 !important;
}

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

.color-white-70 h3 {
  color: rgba(255, 255, 255, 0.7) !important;
}

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

.color-black-70 h3 {
  color: rgba(0, 0, 0, 0.7) !important;
}

.color-grey h3 {
  color: #949494 !important;
}

.color-primary h4 {
  color: #E4142A !important;
}

.color-secondary h4 {
  color: #00B65F !important;
}

.color-text h4 {
  color: #424242 !important;
}

.color-accent h4 {
  color: #b51021 !important;
}

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

.color-white-70 h4 {
  color: rgba(255, 255, 255, 0.7) !important;
}

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

.color-black-70 h4 {
  color: rgba(0, 0, 0, 0.7) !important;
}

.color-grey h4 {
  color: #949494 !important;
}

.color-primary h5 {
  color: #E4142A !important;
}

.color-secondary h5 {
  color: #00B65F !important;
}

.color-text h5 {
  color: #424242 !important;
}

.color-accent h5 {
  color: #b51021 !important;
}

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

.color-white-70 h5 {
  color: rgba(255, 255, 255, 0.7) !important;
}

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

.color-black-70 h5 {
  color: rgba(0, 0, 0, 0.7) !important;
}

.color-grey h5 {
  color: #949494 !important;
}

.color-primary h6 {
  color: #E4142A !important;
}

.color-secondary h6 {
  color: #00B65F !important;
}

.color-text h6 {
  color: #424242 !important;
}

.color-accent h6 {
  color: #b51021 !important;
}

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

.color-white-70 h6 {
  color: rgba(255, 255, 255, 0.7) !important;
}

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

.color-black-70 h6 {
  color: rgba(0, 0, 0, 0.7) !important;
}

.color-grey h6 {
  color: #949494 !important;
}

.color-primary p {
  color: #E4142A !important;
}

.color-secondary p {
  color: #00B65F !important;
}

.color-text p {
  color: #424242 !important;
}

.color-accent p {
  color: #b51021 !important;
}

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

.color-white-70 p {
  color: rgba(255, 255, 255, 0.7) !important;
}

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

.color-black-70 p {
  color: rgba(0, 0, 0, 0.7) !important;
}

.color-grey p {
  color: #949494 !important;
}

.color-primary li {
  color: #E4142A !important;
}

.color-secondary li {
  color: #00B65F !important;
}

.color-text li {
  color: #424242 !important;
}

.color-accent li {
  color: #b51021 !important;
}

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

.color-white-70 li {
  color: rgba(255, 255, 255, 0.7) !important;
}

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

.color-black-70 li {
  color: rgba(0, 0, 0, 0.7) !important;
}

.color-grey li {
  color: #949494 !important;
}

.color-primary span {
  color: #E4142A !important;
}

.color-secondary span {
  color: #00B65F !important;
}

.color-text span {
  color: #424242 !important;
}

.color-accent span {
  color: #b51021 !important;
}

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

.color-white-70 span {
  color: rgba(255, 255, 255, 0.7) !important;
}

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

.color-black-70 span {
  color: rgba(0, 0, 0, 0.7) !important;
}

.color-grey span {
  color: #949494 !important;
}

/*
    BACKGROUND COLOR
*/
.bg-primary {
  background-color: #E4142A;
}

.bg-secondary {
  background-color: #00B65F;
}

.bg-accent {
  background-color: #b51021;
}

.bg-text {
  background-color: #424242;
}

.bg-dark {
  background-color: #1C1C1C;
}

.bg-light {
  background-color: whitesmoke;
}

.bg-grey {
  background-color: #949494;
}

.bg-white {
  background-color: #fff;
}

/*
    BUTTONS
*/
.btn.btn-sm .elementor-button {
  font-size: 16px !important;
  padding: 6px 15px;
}
.btn.btn-sm .elementor-button .elementor-button-text {
  padding-right: 0;
}
.btn.btn-sm .elementor-button .elementor-button-text::after {
  content: none;
}
.btn .elementor-button {
  font-family: "Changa", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px !important;
  border: 2px solid;
  border-color: #E4142A;
  background-color: #E4142A;
  transition: 0.3s all;
  line-height: 1.5em !important;
  border-radius: 0;
  padding: 15px 45px;
}
.btn .elementor-button .elementor-button-text {
  position: relative;
  padding-right: 5px;
}
.btn .elementor-button .elementor-button-text::after {
  position: absolute;
  transition: 0.3s all;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  margin-left: 10px;
  line-height: 1.5em;
  bottom: 3px;
  right: -8px;
  color: #fff;
}
.btn .elementor-button:hover {
  border-color: #b51021;
  background-color: #b51021;
}
.btn .elementor-button:hover .elementor-button-text::after {
  right: -10px;
}
.btn .elementor-button:focus {
  border-color: #b51021;
  background-color: #b51021;
}
.btn.btn-dark .elementor-button {
  border-color: #1C1C1C;
  background-color: #1C1C1C;
}
.btn.btn-dark .elementor-button:hover, .btn.btn-dark .elementor-button:focus {
  border-color: #E4142A;
  background-color: #E4142A;
}
.btn.btn-white .elementor-button {
  color: #E4142A;
  border-color: #E4142A;
  background-color: #fff;
}
.btn.btn-white .elementor-button .elementor-button-text::after {
  color: #E4142A;
}
.btn.btn-white .elementor-button:hover {
  color: #fff;
  border-color: #E4142A;
  background-color: #E4142A;
}
.btn.btn-white .elementor-button:hover .elementor-button-text::after {
  color: #fff;
}
.btn.btn-white .elementor-button:focus {
  border-color: #E4142A;
  background-color: #E4142A;
}
.btn.btn-transp .elementor-button {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.btn.btn-transp .elementor-button .elementor-button-text::after {
  color: #fff;
}
.btn.btn-transp .elementor-button:hover {
  color: #1C1C1C;
  background-color: #fff;
}
.btn.btn-transp .elementor-button:hover .elementor-button-text::after {
  color: #1C1C1C;
}
.btn.btn-transp .elementor-button:focus {
  background-color: #fff;
}
.btn.btn-primary-transp .elementor-button {
  color: #E4142A;
  border-color: #E4142A;
  background-color: transparent;
}
.btn.btn-primary-transp .elementor-button .elementor-button-text::after {
  color: #E4142A;
}
.btn.btn-primary-transp .elementor-button:hover {
  color: #fff;
  background-color: #b51021;
  border-color: #b51021;
}
.btn.btn-primary-transp .elementor-button:hover .elementor-button-text::after {
  color: #fff;
}
.btn.btn-primary-transp .elementor-button:hover {
  background-color: #b51021;
  border-color: #b51021;
}

/*
    FORMS
*/
.responsive-form {
  max-width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  padding: 15px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
  /* Checkboxes */
}
.responsive-form label {
  color: #424242 !important;
}
.responsive-form ::placeholder {
  color: #a8a8a8 !important;
  opacity: 1;
}
.responsive-form ::-ms-input-placeholder {
  color: #a8a8a8 !important;
}
.responsive-form .form-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  margin-bottom: 30px;
}
.responsive-form .form-row:last-of-type {
  margin-bottom: 0;
}
.responsive-form .form-row .col-100,
.responsive-form .form-row .col-20,
.responsive-form .form-row .col-25,
.responsive-form .form-row .col-33,
.responsive-form .form-row .col-50,
.responsive-form .form-row .col-75 {
  padding: 0 10px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .responsive-form .form-row .column-half {
    width: 50%;
  }
  .responsive-form .form-row .column-half:first-child {
    padding-right: 20px;
  }
  .responsive-form .form-row .col-20 {
    width: 20%;
  }
  .responsive-form .form-row .col-25 {
    width: 25%;
  }
  .responsive-form .form-row .col-33 {
    width: 33%;
  }
  .responsive-form .form-row .col-50 {
    width: 50%;
  }
  .responsive-form .form-row .col-75 {
    width: 75%;
  }
}
.responsive-form .text-muted {
  color: #8f8f8f !important;
  font-size: 13px !important;
}
.responsive-form p {
  width: 100%;
  font-size: 14px;
}
.responsive-form .form-subtitle {
  font-weight: 500;
  color: #1C1C1C;
  border-bottom: 1px solid #9c9c9c;
}
.responsive-form h6.form-subtitle {
  margin-bottom: 0.5em;
}
.responsive-form .alert {
  font-size: 15px;
  border: 1px solid #0075ff;
  color: #0075ff;
  padding: 5px 15px;
  background-color: #f0f7ff;
  border-radius: 10px;
}
.responsive-form .wpcf7-submit {
  font-family: "Changa", sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  border: 2px solid;
  border-color: #E4142A;
  background-color: #E4142A;
  color: #fff !important;
  transition: 0.3s all;
  border-radius: 50px;
  line-height: 1.5em !important;
  border-radius: 0;
  padding: 10px 25px;
  margin-top: 20px;
}
.responsive-form .wpcf7-submit:hover {
  border-color: #b51021;
  background-color: #b51021;
}
.responsive-form .wpcf7-form-control-wrap {
  padding: 0 !important;
}
.responsive-form input,
.responsive-form textarea {
  color: #424242 !important;
}
.responsive-form input ::placeholder,
.responsive-form textarea ::placeholder {
  color: #a8a8a8 !important;
  opacity: 1;
}
.responsive-form input:focus,
.responsive-form textarea:focus {
  border-color: #E4142A !important;
}
.responsive-form .wpcf7-not-valid-tip {
  color: #E4142A !important;
}
.responsive-form .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.responsive-form .border-none {
  border: none;
}
.responsive-form .wpcf7-checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.responsive-form .wpcf7-list-item {
  padding: 0px !important;
  flex-grow: 1;
}
.responsive-form .p-0 {
  padding: 0 !important;
}
.responsive-form input[type=checkbox]:checked {
  border-color: #E4142A !important;
  background-color: #E4142A !important;
  fill: #E4142A !important;
  box-shadow: none;
}

.footer {
  padding: 40px 20px;
  gap: 10px;
}
@media (min-width: 768px) {
  .footer {
    padding: 40px;
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .footer {
    padding: 60px 0;
  }
}
.footer .e-con {
  gap: 10px !important;
}
.footer .footer-nav .hfe-layout-vertical .hfe-nav-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer .footer-nav .hfe-layout-vertical .hfe-nav-menu .menu-item {
  margin-bottom: 15px;
  font-size: unset !important;
  padding: 0 !important;
  line-height: 0;
}
.footer .footer-nav .hfe-layout-vertical .hfe-nav-menu .menu-item:last-of-type {
  margin-bottom: 0;
}
.footer .footer-nav .hfe-layout-vertical .hfe-nav-menu .menu-item .hfe-menu-item {
  font-family: "Changa", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7) !important;
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
}
.footer .footer-nav .hfe-layout-vertical .hfe-nav-menu .menu-item .hfe-menu-item:hover {
  color: #fff !important;
}
.footer .legal-nav .menu-item {
  margin-right: 10px;
}
.footer .legal-nav .menu-item:last-of-type {
  margin-right: 0;
}
.footer .legal-nav .menu-item .hfe-menu-item {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7) !important;
  display: inline;
}
.footer .legal-nav .menu-item .hfe-menu-item:hover {
  color: #fff !important;
}
.footer p {
  font-family: "Changa", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
.footer p strong {
  font-weight: 500;
}
@media (min-width: 1025px) {
  .footer .hfe-copyright-wrapper {
    text-align: right;
  }
}
.footer .hfe-copyright-wrapper span {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7) !important;
  line-height: 1.3em;
}
.footer .hfe-copyright-wrapper span a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}
.footer .hfe-copyright-wrapper span a:hover {
  color: #00B65F;
}
.footer .elementor-heading-title {
  font-family: "Changa", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
}
.footer .elementor-heading-title span {
  font-weight: 200;
}
.footer .elementor-widget-social-icons {
  --icon-size: 20px;
}
.footer .elementor-widget-social-icons .elementor-social-icon {
  font-size: var(--icon-size);
  line-height: var(--icon-size);
  width: calc(var(--icon-size) * 2);
  height: calc(var(--icon-size) * 2);
  transition: 0.3s all;
  background-color: rgba(255, 255, 255, 0.7);
}
.footer .elementor-widget-social-icons .elementor-social-icon svg {
  transition: 0.3s all;
  fill: #1C1C1C;
}
.footer .elementor-widget-social-icons .elementor-social-icon:hover {
  background-color: #E4142A;
  border-radius: 5px;
}
.footer .elementor-widget-social-icons .elementor-social-icon:hover svg {
  fill: #fff;
}
.footer .elementor-widget-social-icons .elementor-grid-item {
  margin-right: calc(var(--icon-size) / 2);
}
.footer .elementor-widget-social-icons .elementor-grid-item:last-of-type {
  margin-right: 0;
}

header .hfe-nav-menu .menu-item {
  margin-right: 30px;
  padding: 30px 0;
}
header .hfe-nav-menu .menu-item:last-of-type {
  margin-right: 0;
}
header .hfe-nav-menu .menu-item .hfe-menu-item {
  font-family: "Changa", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7) !important;
  display: inline;
  text-transform: uppercase;
}
header .hfe-nav-menu .menu-item .hfe-menu-item:hover {
  color: #fff !important;
}

.price-list {
  background-color: #fff !important;
  border-radius: 2px;
  gap: 10px;
  padding: 30px 25px;
  width: 100%;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.175);
}
@media (min-width: 768px) {
  .price-list {
    width: 45%;
    flex-grow: 1 !important;
  }
}
@media (min-width: 1025px) {
  .price-list {
    padding: 60px 45px;
  }
}
.price-list .price-heading h1 {
  font-family: "Changa", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .price-heading h1 {
    font-size: 30px;
  }
}
.price-list .main-price h1 {
  font-family: "Changa", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .main-price h1 {
    font-size: 50px;
  }
}
.price-list .features-title h1, .price-list .secondary-price h1 {
  font-family: "Changa", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .features-title h1, .price-list .secondary-price h1 {
    font-size: 22px;
  }
}
.price-list .description h1 {
  font-weight: 500;
}
.price-list .secondary-price h1 {
  font-weight: 500;
  margin-bottom: 10px;
}
.price-list .price-heading h2 {
  font-family: "Changa", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .price-heading h2 {
    font-size: 30px;
  }
}
.price-list .main-price h2 {
  font-family: "Changa", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .main-price h2 {
    font-size: 50px;
  }
}
.price-list .features-title h2, .price-list .secondary-price h2 {
  font-family: "Changa", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .features-title h2, .price-list .secondary-price h2 {
    font-size: 22px;
  }
}
.price-list .description h2 {
  font-weight: 500;
}
.price-list .secondary-price h2 {
  font-weight: 500;
  margin-bottom: 10px;
}
.price-list .price-heading h3 {
  font-family: "Changa", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .price-heading h3 {
    font-size: 30px;
  }
}
.price-list .main-price h3 {
  font-family: "Changa", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .main-price h3 {
    font-size: 50px;
  }
}
.price-list .features-title h3, .price-list .secondary-price h3 {
  font-family: "Changa", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .features-title h3, .price-list .secondary-price h3 {
    font-size: 22px;
  }
}
.price-list .description h3 {
  font-weight: 500;
}
.price-list .secondary-price h3 {
  font-weight: 500;
  margin-bottom: 10px;
}
.price-list .price-heading h4 {
  font-family: "Changa", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .price-heading h4 {
    font-size: 30px;
  }
}
.price-list .main-price h4 {
  font-family: "Changa", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .main-price h4 {
    font-size: 50px;
  }
}
.price-list .features-title h4, .price-list .secondary-price h4 {
  font-family: "Changa", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .features-title h4, .price-list .secondary-price h4 {
    font-size: 22px;
  }
}
.price-list .description h4 {
  font-weight: 500;
}
.price-list .secondary-price h4 {
  font-weight: 500;
  margin-bottom: 10px;
}
.price-list .price-heading h5 {
  font-family: "Changa", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .price-heading h5 {
    font-size: 30px;
  }
}
.price-list .main-price h5 {
  font-family: "Changa", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .main-price h5 {
    font-size: 50px;
  }
}
.price-list .features-title h5, .price-list .secondary-price h5 {
  font-family: "Changa", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .features-title h5, .price-list .secondary-price h5 {
    font-size: 22px;
  }
}
.price-list .description h5 {
  font-weight: 500;
}
.price-list .secondary-price h5 {
  font-weight: 500;
  margin-bottom: 10px;
}
.price-list .price-heading h6 {
  font-family: "Changa", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .price-heading h6 {
    font-size: 30px;
  }
}
.price-list .main-price h6 {
  font-family: "Changa", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .main-price h6 {
    font-size: 50px;
  }
}
.price-list .features-title h6, .price-list .secondary-price h6 {
  font-family: "Changa", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .features-title h6, .price-list .secondary-price h6 {
    font-size: 22px;
  }
}
.price-list .description h6 {
  font-weight: 500;
}
.price-list .secondary-price h6 {
  font-weight: 500;
  margin-bottom: 10px;
}
.price-list .price-heading p {
  font-family: "Changa", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .price-heading p {
    font-size: 30px;
  }
}
.price-list .main-price p {
  font-family: "Changa", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .main-price p {
    font-size: 50px;
  }
}
.price-list .features-title p, .price-list .secondary-price p {
  font-family: "Changa", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .features-title p, .price-list .secondary-price p {
    font-size: 22px;
  }
}
.price-list .description p {
  font-weight: 500;
}
.price-list .secondary-price p {
  font-weight: 500;
  margin-bottom: 10px;
}
.price-list .price-heading li {
  font-family: "Changa", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .price-heading li {
    font-size: 30px;
  }
}
.price-list .main-price li {
  font-family: "Changa", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .main-price li {
    font-size: 50px;
  }
}
.price-list .features-title li, .price-list .secondary-price li {
  font-family: "Changa", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .features-title li, .price-list .secondary-price li {
    font-size: 22px;
  }
}
.price-list .description li {
  font-weight: 500;
}
.price-list .secondary-price li {
  font-weight: 500;
  margin-bottom: 10px;
}
.price-list .price-heading span {
  font-family: "Changa", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .price-heading span {
    font-size: 30px;
  }
}
.price-list .main-price span {
  font-family: "Changa", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .main-price span {
    font-size: 50px;
  }
}
.price-list .features-title span, .price-list .secondary-price span {
  font-family: "Changa", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C !important;
  letter-spacing: -0.6px;
}
@media (min-width: 1025px) {
  .price-list .features-title span, .price-list .secondary-price span {
    font-size: 22px;
  }
}
.price-list .description span {
  font-weight: 500;
}
.price-list .secondary-price span {
  font-weight: 500;
  margin-bottom: 10px;
}
.price-list .features-list, .price-list .description, .price-list .main-price, .price-list .price-heading, .price-list .features-title, .price-list .secondary-price {
  width: 100% !important;
}
.price-list .features-title {
  margin-top: 10px;
}
.price-list .features-list ul {
  list-style: none !important;
  margin: 0;
}
.price-list .features-list ul li {
  font-size: 15px;
  padding-left: 25px;
}
.price-list .features-list ul li::before {
  position: absolute;
  transition: 0.3s all;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-left: -25px;
  color: #E4142A;
}
.price-list .btn {
  margin-top: 15px;
}
@media (min-width: 1025px) {
  .price-list .btn {
    margin-top: 30px;
  }
}

.section-results .results-grid .cbp-item-wrapper {
  border: none;
}
.section-results .results-grid .xpro-post-grid-image {
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
}
.section-results .results-grid .xpro-post-grid-content {
  transition: 0.3s all;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
  flex-direction: column;
  justify-content: flex-end !important;
  padding: 0 !important;
  min-height: 100px !important;
  width: calc(100% - 20px);
  margin: 0 auto -100px;
  box-sizing: border-box;
}
.section-results .results-grid .xpro-post-grid-title {
  font-family: "Changa", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1C1C1C !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  padding: 40px 10px;
}
.section-results .results-grid .xpro-post-grid-title:hover {
  color: #E4142A !important;
}
@media (min-width: 768px) {
  .section-results .results-grid .xpro-post-grid-title {
    padding: 37px 10px;
    font-size: 20px;
  }
}
.section-results .results-grid .xpro-post-grid-btn {
  width: 100%;
  font-family: "Changa", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px !important;
  border: 2px solid;
  border-color: #E4142A;
  background-color: #E4142A;
  color: #fff !important;
  transition: 0.3s all;
  line-height: 1.5em !important;
  border-radius: 0;
  padding: 15px 45px;
}
.section-results .results-grid .xpro-post-grid-btn:hover {
  border-color: #1C1C1C !important;
  background-color: #1C1C1C !important;
}
.section-results .results-grid .xpro-elementor-post-pagination .page-numbers {
  transition: 0.3s all !important;
  font-family: "Changa", sans-serif;
  font-weight: 400;
  border-color: hsl(354, 84%, 97%);
  background: hsl(354, 84%, 97%);
}
.section-results .results-grid .xpro-elementor-post-pagination .page-numbers:hover {
  color: #E4142A !important;
}
.section-results .results-grid .xpro-elementor-post-pagination .page-numbers.current {
  border-color: #E4142A;
  background: #E4142A;
  color: #fff;
}
.section-results .results-grid .xpro-elementor-post-pagination .page-numbers.next:hover {
  color: #E4142A !important;
}
.section-results .results-grid .xpro-elementor-post-pagination .page-numbers.next i {
  transform: translateY(2px);
}
.section-results.results-primary .xpro-post-grid-image {
  border: 1px solid;
  border-color: #fff;
  display: none;
}
.section-results.results-primary .xpro-post-grid-content {
  border: 1px solid;
  border-color: #fff;
  background-color: transparent;
  display: block;
  margin-top: 100px;
}
.section-results.results-primary .xpro-post-grid-btn {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #1C1C1C !important;
}
.section-results.results-primary .xpro-post-grid-btn:hover {
  border-color: #1C1C1C !important;
  background-color: #1C1C1C !important;
  color: #fff !important;
}
.section-results.results-primary .xpro-post-grid-title {
  color: #fff !important;
}
.section-results.results-primary .xpro-post-grid-title:hover {
  color: #1C1C1C !important;
}

.results-table {
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.results-table .elementor-widget-container {
  display: flex !important;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.results-table .elementor-widget-container p {
  margin-bottom: 0;
  flex-grow: 1;
  vertical-align: middle;
  line-height: 1.5;
  font-family: "Changa", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1C1C1C !important;
}
.results-table .elementor-widget-container p:first-of-type {
  margin-bottom: 0.5em;
}
.results-table .elementor-widget-container p img {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 8px;
}
.results-table .elementor-widget-container p strong {
  flex-grow: 1;
}

.results-list {
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
@media (min-width: 1025px) {
  .results-list {
    padding: 20px;
  }
}
.results-list h3 {
  padding: 5px 10px;
  background-color: hsl(354, 84%, 97%);
  font-family: "Changa", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #E4142A !important;
  width: fit-content;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .results-list h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.results-list ul {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  margin-left: 0;
  justify-content: flex-start;
  padding-left: 0 !important;
}
.results-list ul:first-of-type {
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .results-list ul:first-of-type {
    margin-bottom: 20px;
  }
}
.results-list ul li {
  font-family: "Changa", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1C1C1C !important;
  margin: 0;
  padding: 0;
  display: inline;
  min-height: 30px;
  line-height: 1.75;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .results-list ul li {
    font-size: 26px;
  }
}
.results-list ul li img {
  height: 30px;
  width: 30px;
  margin-right: 5px;
}
@media (min-width: 1025px) {
  .results-list ul li img {
    margin-right: 15px;
    height: 50px;
    width: 50px;
  }
}
.results-list ul li:last-of-type {
  width: auto;
  flex-grow: 1;
  text-align: right;
  font-weight: 700;
}
.results-list ul li .suspended {
  font-family: "Changa", sans-serif;
  font-size: 0.7em;
  font-weight: 600;
  color: #E4142A !important;
  padding: 0 0.5em;
  background-color: hsl(354, 84%, 97%);
}

.hero-slider .xpro-hero-slider-slide-content-area {
  width: 100%;
  padding: 20px;
}
.hero-slider .xpro-hero-slider-title {
  font-size: 36px;
  margin-bottom: 0.5;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  .hero-slider .xpro-hero-slider-title {
    font-size: 60px;
  }
}
@media (min-width: 1025px) {
  .hero-slider .xpro-hero-slider-title {
    font-size: 65px;
  }
}
.hero-slider .xpro-hero-slider-title span {
  font-weight: 200 !important;
}
.hero-slider .xpro-hero-slider-subtitle {
  font-size: 22px;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .hero-slider .xpro-hero-slider-subtitle {
    font-size: 24px;
  }
}
.hero-slider .xpro-hero-slider-subtitle span {
  font-weight: 200 !important;
}
.hero-slider .xpro-hero-slider-description {
  margin: 0;
}
.hero-slider .xpro-hero-slider-description img {
  height: 150px;
  width: 150px;
}
@media (min-width: 768px) {
  .hero-slider .xpro-hero-slider-description img {
    height: 250px;
    width: 250px;
  }
}
.hero-slider .swiper-pagination .swiper-pagination-bullet {
  border-color: #E4142A;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero-slider .swiper-pagination .swiper-pagination-bullet:hover, .hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E4142A;
}
.hero-slider .xpro-hero-slider-button-default {
  margin-top: 30px;
  font-family: "Changa", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px !important;
  border: 2px solid;
  border-color: #E4142A;
  background-color: #E4142A;
  transition: 0.3s all;
  line-height: 1.5em !important;
  border-radius: 0;
  padding: 15px 45px;
  color: #fff !important;
}
.hero-slider .xpro-hero-slider-button-default .xpro-hero-slider-button-text {
  position: relative;
  padding-right: 5px;
}
.hero-slider .xpro-hero-slider-button-default .xpro-hero-slider-button-text::after {
  position: absolute;
  transition: 0.3s all;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  margin-left: 10px;
  line-height: 1.5em;
  bottom: 3px;
  right: -8px;
  color: #fff !important;
}
.hero-slider .xpro-hero-slider-button-default:hover {
  border-color: #b51021;
  background-color: #b51021;
}
.hero-slider .xpro-hero-slider-button-default:hover .elementor-button-text {
  color: #fff !important;
}
.hero-slider .xpro-hero-slider-button-default:hover .elementor-button-text::after {
  right: -10px;
}

.team-card {
  overflow: hidden;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  --card-padding:15px;
  padding-bottom: calc(var(--card-padding) * 1.25);
}
@media (min-width: 1025px) {
  .team-card {
    --card-padding: 25px;
  }
}
.team-card p {
  padding: 0 var(--card-padding);
}
.team-card p:first-of-type {
  margin-bottom: 0;
  padding: 0;
}
.team-card p:first-of-type img {
  z-index: 0;
  width: 100% !important;
}
.team-card ol {
  margin: 0 var(--card-padding) !important;
  list-style-position: inside;
}
.team-card ul {
  margin: 0 var(--card-padding) !important;
  list-style-type: none;
}
.team-card h4 {
  text-transform: uppercase;
  padding: var(--card-padding);
  z-index: 1;
  background-color: #E4142A;
  background-image: linear-gradient(120deg, transparent 88%, #000 89%, #000 94%, transparent 95%);
  font-family: "Changa", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #fff !important;
  margin-bottom: var(--card-padding);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1025px) {
  .team-card h4 {
    font-size: 35px;
    padding: calc(var(--card-padding) / 2) var(--card-padding);
  }
}
.team-card h5 {
  padding: 0 var(--card-padding);
  font-family: "Changa", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1C1C1C !important;
  letter-spacing: -0.5px;
  position: relative;
}
@media (min-width: 1025px) {
  .team-card h5 {
    font-size: 24px;
  }
}
.team-card h5:not(:first-of-type) {
  margin-top: 1em;
}
.team-card h5:not(:first-of-type)::before {
  content: "";
  position: absolute;
  width: var(--card-padding);
  height: 2px;
  top: -5px;
  left: var(--card-padding);
  background: #E4142A;
}
.team-card h5:first-of-type {
  margin-top: var(--card-padding);
}

.icon-box {
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center;
}
.icon-box .elementor-widget-xpro-icon-box {
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .icon-box .elementor-widget-xpro-icon-box {
    width: 45%;
  }
  .icon-box .elementor-widget-xpro-icon-box.grow {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .icon-box .elementor-widget-xpro-icon-box {
    width: 30%;
  }
  .icon-box .elementor-widget-xpro-icon-box.grow {
    width: 30%;
  }
}
.icon-box .xpro-box-icon-wrapper {
  height: 100%;
  --icon-box-padding: 15px;
  padding: var(--icon-box-padding);
  border: 1px solid #e8e8e8;
  border-radius: 0;
  transition: 0.3s all;
}
@media (min-width: 768px) {
  .icon-box .xpro-box-icon-wrapper {
    --icon-box-padding: 22px;
  }
}
@media (min-width: 1025px) {
  .icon-box .xpro-box-icon-wrapper {
    --icon-box-padding: 30px;
  }
}
.icon-box .xpro-box-icon-wrapper:hover {
  border-radius: 15px;
  box-shadow: 0 0 10px #e8e8e8;
}
.icon-box .xpro-box-icon-wrapper .xpro-box-icon-item {
  margin-bottom: var(--icon-box-padding);
  margin-top: 0;
}
.icon-box .xpro-box-icon-wrapper .xpro-box-icon-item i {
  font-size: 40px;
  color: #E4142A;
}
@media (min-width: 768px) {
  .icon-box .xpro-box-icon-wrapper .xpro-box-icon-item i {
    font-size: 50px;
  }
}
@media (min-width: 1025px) {
  .icon-box .xpro-box-icon-wrapper .xpro-box-icon-item i {
    font-size: 55px;
  }
}
.icon-box .xpro-box-icon-wrapper .xpro-box-icon-content .xpro-box-icon-title {
  font-family: "Changa", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #1C1C1C !important;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}

.merchandising-grid {
  padding: 0;
}

.merchandising-card {
  --box-padding: 20px;
  --font-size: 25px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid;
  border-color: #e8e8e8;
}
@media (min-width: 768px) {
  .merchandising-card {
    --box-padding: 15px;
    --font-size: 22px;
  }
}
@media (min-width: 1025px) {
  .merchandising-card {
    --box-padding: 20px;
    --font-size: 25px;
  }
}
.merchandising-card .elementor-widget-container {
  align-items: baseline;
  padding-bottom: var(--box-padding);
}
.merchandising-card .elementor-widget-container h2, .merchandising-card .elementor-widget-container h3, .merchandising-card .elementor-widget-container h4, .merchandising-card .elementor-widget-container h5, .merchandising-card .elementor-widget-container h6 {
  font-family: "Changa", sans-serif;
  font-size: var(--font-size);
  font-weight: 600;
  color: #1C1C1C !important;
  letter-spacing: -0.5px;
  line-height: 1;
  margin-bottom: 0 !important;
  display: inline;
  float: left;
  padding-left: var(--box-padding);
}
.merchandising-card .elementor-widget-container p:first-of-type {
  display: block !important;
  margin-bottom: var(--box-padding);
}
.merchandising-card .elementor-widget-container p:not(:first-of-type) {
  text-align: right;
  font-family: "Changa", sans-serif;
  font-size: var(--font-size);
  font-weight: 400;
  color: #424242 !important;
  letter-spacing: -0.5px;
  line-height: 1;
  margin-bottom: 0 !important;
  padding-right: var(--box-padding);
}

@media (max-width: 576px) {
  .sponsors-grid .xpro-logo-grid-wrapper {
    text-align: center;
  }
}
.sponsors-grid .xpro-logo-grid-wrapper .xpro-logo-grid-item {
  height: max-content;
}
@media (max-width: 576px) {
  .sponsors-grid .xpro-logo-grid-wrapper .xpro-logo-grid-item {
    margin: auto;
    border-width: 2px 2px 0 2px;
    width: 100% !important;
  }
  .sponsors-grid .xpro-logo-grid-wrapper .xpro-logo-grid-item:last-of-type {
    border-width: 2px 2px 2px 2px;
  }
}
.sponsors-grid .xpro-logo-grid-wrapper .xpro-logo-grid-item .xpro-logo-grid-figure {
  padding: 15px;
}
@media (max-width: 576px) {
  .sponsors-grid .xpro-logo-grid-wrapper .xpro-logo-grid-item .xpro-logo-grid-figure {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .sponsors-grid .xpro-logo-grid-wrapper .xpro-logo-grid-item .xpro-logo-grid-figure {
    height: 150px;
  }
}
@media (min-width: 1025px) {
  .sponsors-grid .xpro-logo-grid-wrapper .xpro-logo-grid-item .xpro-logo-grid-figure {
    height: 200px;
    padding: 25px;
  }
}
.sponsors-grid .xpro-logo-grid-wrapper .xpro-logo-grid-item .xpro-logo-grid-figure .xpro-logo-grid-img {
  object-fit: contain;
  max-height: 75px;
  max-width: 75%;
}
@media (min-width: 768px) {
  .sponsors-grid .xpro-logo-grid-wrapper .xpro-logo-grid-item .xpro-logo-grid-figure .xpro-logo-grid-img {
    max-height: 80px;
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .sponsors-grid .xpro-logo-grid-wrapper .xpro-logo-grid-item .xpro-logo-grid-figure .xpro-logo-grid-img {
    max-height: 100px;
    max-width: 100%;
  }
}

.sponsors-list {
  --gap: 13px;
  width: 100%;
}
.sponsors-list ul {
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  row-gap: calc(var(--gap) / 2);
  column-gap: var(--gap);
  padding: 0 !important;
}
@media (min-width: 768px) {
  .sponsors-list ul {
    --gap:18px;
  }
}
@media (min-width: 768px) {
  .sponsors-list ul {
    --gap:30px;
  }
}
.sponsors-list ul li {
  font-family: "Changa", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #424242 !important;
  text-transform: uppercase;
  line-height: 1em;
  margin: 0 !important;
  display: inline-block;
  letter-spacing: -0.2px;
  padding: 0 !important;
  flex-grow: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .sponsors-list ul li {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .sponsors-list ul li {
    font-size: 24px !important;
  }
}
.sponsors-list ul li::before {
  content: "| ";
  font-weight: 900 !important;
  color: #E4142A !important;
  line-height: 0 !important;
  margin: 0;
}

.horarios table td,
.horarios table th {
  padding: 5px;
  font-size: 12px;
  line-height: 1.2;
}
.horarios table td:first-of-type,
.horarios table th:first-of-type {
  width: 27%;
}
@media (min-width: 768px) {
  .horarios table td,
  .horarios table th {
    padding: 10px;
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .horarios table td,
  .horarios table th {
    font-size: 16px;
  }
}
.horarios table thead tr td {
  font-family: "Changa", sans-serif;
  font-weight: 600;
  background-color: #1C1C1C;
  color: #fff;
}
@media (min-width: 1025px) {
  .horarios table thead tr td {
    font-size: 20px;
  }
}
.horarios table tbody tr td:first-of-type {
  font-family: "Changa", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #1C1C1C;
}
@media (min-width: 1025px) {
  .horarios table tbody tr td:first-of-type {
    font-size: 20px;
  }
}
.horarios table tbody tr:not(:last-of-type) td {
  border-bottom: none;
}
.horarios table tbody:nth-child(odd) td {
  background-color: #e9e9e9;
}
@media (min-width: 768px) {
  .horarios table tbody:nth-child(2n+1) td {
    width: 10%;
  }
}

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