@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700;800&display=swap");

html,
body,
div,
span,
h1,
h3,
h4,
h6,
p,
a,
img,
strong,
var,
b,
i,
ul,
li,
form,
label,
footer,
header,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


footer,
header,
section {
    display: block;
}

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

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1.5;
    background: #ffffff;
    font-family: "Open Sans", sans-serif;
}

body>img {
    display: none;
}


ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #121212;
}

.container {
    width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

@media screen and (max-width:1310px) {
    .container {
        width: 1170px
    }
}

@media screen and (max-width:1199px) {
    .container {
        width: 970px
    }
}

@media screen and (max-width:991px) {
    .container {
        width: 750px
    }
}

@media screen and (max-width:767px) {
    .container {
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .container {
        padding: 0 20px
    }
}

.title {
    color: #000;
    font-size: 36px;
    font-weight: 800;
    line-height: 37.44px;
    font-family: "Oswald", sans-serif;
}

.text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
}

.button {
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 0;
    cursor: pointer;
}

.button--primary {
    background-color: #FF8707;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.header-logo {
    display: block;
    transition: all 500ms ease 0s;
}

.header-logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.header .button {
    padding: 12px 22px;
    font-size: 1rem;
}

@media screen and (max-width:760px) {
    .header .button {
        padding: 12px;
    }
    .header-logo {
        width: 150px;
    }
    .header .button-text {
        display: none;
    }
}

.footer {
    background: #FFF;
    box-shadow: 0px -3px 10px 0 rgba(0, 0, 0, .05);
}

@media screen and (max-width:480px) {
    .footer {
        padding-left: 20px
    }
}

.footer-copyright__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

@media screen and (max-width:480px) {
    .footer-copyright__content {
        padding-left: 20px
    }
}

.footer-copyright__copyright {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    font-family: "Open Sans", sans-serif;
}

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

.text-default {
  line-height: 1.6;
  -webkit-text-size-adjust: none;
}

.text-size-adjust {
  -webkit-text-size-adjust: none;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

h1, .h1, h3, .h3, h4, .h4, h6, .h6 {
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

 h6, .h6 {
  font-weight: 600;
}

h1, .h1 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.175rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 1rem;
}

.fs-subheading {
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (min-width:768px){
  h1, .h1 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h6, .h6 {
    font-size: 1.15rem;
  }
  .fs-subheading {
    font-size: 1.25rem;
  }
  .mw-80 {
    display: inline-block;
    max-width: 80%;
  }
}

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

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

.position-relative {
  position: relative;
}

.z-2 {
  z-index: 2;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.align-self-center {
  align-self: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.font-20 {
  font-size: 20px;
}

.font-14 {
  font-size: 14px;
}

@media (max-width: 991.98px) {
    .font-16-mobile {
        font-size: 16px;
    }
}

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

.text-primary {
  color: #FF8707;
}

strong, b,
.fw-bold {
  font-weight: 700;
}

.bg-cover {
  background-size: cover;
}

.object-fit-cover {
  object-fit: cover;
}

.d-none {
  display: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row > * {
  flex-shrink: 0;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.row-cols-mt-30 {
  margin-top: -30px;
}

.row-cols-mt-30 > * {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .row.mobile-padding {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .row.mobile-padding > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .row-cols-mt-30.mobile-padding {
    margin-top: -15px;
  }
  .row-cols-mt-30.mobile-padding > * {
    margin-top: 15px;
  }
  /* .swiper-80-mobile {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  } */
}

.row-cols-1 > * {
  width: 100%;
}

.col-4 {
    width: 33.3333333333%;
}

.col-8 {
    width: 66.6666666667%;
}

@media screen and (min-width: 768px) {
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .row-cols-md-1 > * {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6,
  .row-cols-lg-2 > * {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
}

@media screen and (min-width:992px){
  .order-pc-1 {
    order: 1;
  }
  .order-pc-2 {
    order: 2;
  }
}

.cursor-pointer {
  cursor: pointer;
}

/* IMAGE + TEXT */

.panel-image-text__container .panel-image-text__block-text {
  margin-bottom: 26px
}

.panel-image-text__block-text {
  margin-bottom: 50px;
}

@media screen and (max-width:480px) {
  .panel-image-text__block-text {
    margin-bottom: 34px
  }
}

.panel-image-text__block-img img {
  width: 100%;
  height: 100%;
}

.button {
  display: inline-flex;
  padding: 18px 30px;
/*   height: auto; */
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4 !important;
}

@media screen and (max-width:575.98px){
  .button {
    padding: 12px 22px;
    font-size: 16px;
  }
}

/* HERO */

.panel-hero {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.panel-hero {
  padding-bottom: 0 !important;
}

.landing__content {
  padding: 77px 0 0;
}

.landing__content .landing__info {
  padding-bottom: 4rem;
}

.landing__image img {
  max-width: 150%;
}

@media screen and (max-width:767.98px) {
  .landing__content {
    padding: 56px 0 0
  }
  .landing__image img {
    max-width: 110%;
  }
}

/* STAGES */

/* TESTIMONIALS */

/* COLUMNS / CAROUSEL */

.panel-columns {
  margin-bottom: 52px
}

@media screen and (max-width:480px) {
  .panel-columns {
    margin-bottom: 40px
  }
}


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

.box-shadow {
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .08);
}

/* CONTACT COPY BUTTON */

.copy-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 6px 10px;
  border: 1px solid #111;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}

.copy-contact-btn:hover {
  background: #111;
  color: #fff;
}

.copy-contact-btn svg {
  display: block;
}

@media screen and (max-width:767.98px) {
  .panel-columns__card {
    border-radius: 15px;
    padding: 15px;
  }
}

/* CTA */

@media screen and (max-width:1200px) {
  .panel-cta__content {
    background-image: none;
    padding: 0 !important;
    border-radius: none;
    height: auto;
  }
}

@media screen and (max-width:991px) {
  .panel-cta__content {
    text-align: center;
  }
}

@media screen and (max-width:991px) {
  
}

@media screen and (max-width:678px) {
  .panel-cta__title {
    text-align: center;
  }
}

/* FORM STYLES */

/* PARTNERS */

.map {
  margin-bottom: 103px
}

@media screen and (max-width:480px) {
  .map {
    margin-bottom: 50px
  }
}

/* MAP */

/* DONATE */

/* Page Builder */

.panel.custom-bg {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width:991.98px) {
  .panel.custom-bg {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

/* Modals */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-backdrop {
  position: fixed;
  top: -15%;
  left: 0;
  width: 100%;
  height: 130%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1;
  opacity: 0;
  transition: 0.3s opacity;
  transition-delay: 0.2s;
}

.modal.active .modal-backdrop {
  opacity: 1;
  transition-delay: 0s;
}

.modal-dialog {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  transform: translateY(20px);
  opacity: 0;
  z-index: 2;
  transition: 0.3s transform, 0.3s opacity;
  transition-delay: 0s;
}

.modal.active .modal-dialog {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}

.modal.active {
  display: block;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%,-40%);
  padding: 0;
  width: 50px;
  height: 50px;
  justify-content: center;
  z-index: 2;
}

.contact-modal {
  border: 1px solid #e9e9e9;
}

.contact-form__input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.3;
  outline: none;
}

.contact-form__textarea {
  min-height: 120px;
  resize: vertical;
  font-family: inherit;
}

.contact-form__input:focus {
  border-color: #ff8707;
}

.contact-form__submit {
  width: 100%;
  justify-content: center;
  padding: 14px 40px 14px 20px;
}

.contact-form__status {
  min-height: 24px;
  font-size: 14px;
}

.contact-form__success {
  padding: 24px 0 8px;
}

.contact-form__success-title {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
}

.contact-form__success-text {
  font-size: 20px;
  line-height: 1.5;
}

.contact-form__status.success {
  color: #177f1f;
}

.contact-form__status.error {
  color: #c1272d;
}

.contact-form__hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 576px) {
  .modal-close {
    transform: translate(15%,-30%);
  }

  .contact-form__submit {
    padding-right: 20px;
  }

  .contact-form__success-title {
    font-size: 28px;
  }

  .contact-form__success-text {
    font-size: 18px;
  }
}

/* Accordion */

.accordion-item + .accordion-item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #000;
}

.accordion-item-toggle-icon {
  min-width: 16px;
}

/* LIST */

.icon-size-md {
  font-size: 2rem;
}

/* WYSIWYG */

.wysiwyg {
  font-size: 16px;
  line-height: 1.75;
}


.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h6 {
  margin-bottom: 0.5em;
}


.wysiwyg h3:not(:first-child),
.wysiwyg h4:not(:first-child),
.wysiwyg h6:not(:first-child) {
  margin-top: 1em;
}

.wysiwyg p:not(:last-child) {
  margin-bottom: 1rem;
}

.wysiwyg ul li {
  position: relative;
  padding-left: 0.75rem;
  margin-bottom: 0.5rem;
}

.wysiwyg ul li::before {
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  background-color: #FF8707;
  position: absolute;
  left: 0;
  top: 0.25em;
}

.wysiwyg a:not(.button) {
  text-decoration: underline;
  color: #FF8707;
}

.wysiwyg a:not(.button):hover {
  text-decoration: none;
}

/* OTHER */

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

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2.5rem;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem
}

.ms-2 {
  margin-left: 1rem;
}

.me-1 {
  margin-right: 0.5rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 3rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

.p-1 {
  padding: 0.5rem;
}

.p-2 {
  padding: 1rem;
}

.p-3 {
  padding: 1.5rem;
}

@media screen and (min-width: 576px) {
  .mt-sm-2 {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .text-md-start {
    text-align: left;
  }
  .p-md-2 {
    padding: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .p-lg-5 {
    padding: 3rem;
  }
  .ps-lg-5 {
    padding-left: 3rem;
  }
  .pb-lg-5 {
    padding-bottom: 3rem;
  }
  .pe-lg-5 {
    padding-right: 3rem;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
}

/* Expand Button Styles */
