@font-face {
  font-family: "Weizmann";
  src: url("/static/fonts/wei-web/Weizmann-Regular.woff2") format("woff2"), url("/static/fonts/wei-web/Weizmann-Regular.woff") format("woff"), url("/static/fonts/wei-web/Weizmann-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

.section {
  display: block;
  padding: 0 !important;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}

.section img {
  max-width: 100%;
  height: auto;
}

.section h3 {
  font-family: "Weizmann", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  font-style: normal;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .section h3 {
    font-size: 28px;
    line-height: 1.1;
  }
}

.guideline {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
  background: #000;
  transform: translateZ(0);
}

.horizontal-line {
    position: absolute!important;
    height: 1px;
    width: 100vw;
}

.vertical-line {
    position: absolute!important;
    top: 0;
    width: 1px;
}

.section .button-holder .btn {
  font-family: "Libre Franklin", sans-serif;
  background-color: #ffffff;
  color: #161616;
  font-weight: 600;
  padding: 17px 30px 15px 30px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: center;
  border: 1px solid #161616;
  border-radius: 0px;
  min-width: 220px;
}

@media screen and (max-width: 768px) {
  .section .button-holder .btn {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.82px;
    padding: 11px 30px 9px 30px;
  }
}
@media screen and (max-width: 680px) {
  .section .button-holder .btn {
    min-width: 170px;
  }
}
.section .button-holder .btn:hover {
  color: #ffffff;
  border: 1px solid #161616;
  background-color: #161616;
}

.section .button-holder .btn:focus {
  color: #161616;
  border: 1px solid #161616;
  background-color: #ffffff;
}

.section .button-holder .btn.btn-uppercase {
  text-transform: uppercase;
}

.section .button-holder .btn.btn-white {
  background-color: #ffffff;
  color: #161616;
  border: 1px solid #ffffff;
}

.section .button-holder .btn.btn-white:hover {
  color: #ffffff;
  border: 1px solid #161616;
  background-color: #161616;
}

.section .button-holder .btn.btn-white:focus {
  background-color: #ffffff;
  color: #161616;
  border: 1px solid #ffffff;
}

.section .button-holder .btn.btn-baige {
  background-color: #F9F5EA;
  color: #161616;
  border: 1px solid #F9F5EA;
}

.section .button-holder .btn.btn-baige:hover {
  color: #F9F5EA;
  border: 1px solid #161616;
  background-color: #161616;
}

.section .button-holder .btn.btn-baige:focus {
  background-color: #F9F5EA;
  color: #161616;
  border: 1px solid #F9F5EA;
}

@media screen and (max-width: 768px) {
  .section .button-holder .btn.btn-baige.btn-mobile-black {
    background-color: #000;
    color: #fff;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.d-flex .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.d-flex .col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.container {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* Banner Formats */

.row-empower-tomorrow .container {
  padding: 0;
}

.section.section-empower-tomorrow {
  position: relative;
  z-index: 2;
}

.section.section-empower-tomorrow .empower-tomorrow-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px;
}

@media screen and (max-width: 991px) {
  .section.section-empower-tomorrow .empower-tomorrow-bg {
    padding: 40px 20px;
  }
}
.section.section-empower-tomorrow .empower-tomorrow-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.section.section-empower-tomorrow .empower-tomorrow-bg .container {
  position: relative;
  z-index: 2;
}

.section.section-empower-tomorrow .empower-tomorrow-bg .empower-tomorrow-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #F9F5EA;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .section.section-empower-tomorrow .empower-tomorrow-bg .empower-tomorrow-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .section.section-empower-tomorrow .empower-tomorrow-bg .side-text-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .section.section-empower-tomorrow .empower-tomorrow-bg .side-text-wrapper.left-col {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .section.section-empower-tomorrow .empower-tomorrow-bg .side-text-wrapper.right-col {
    padding-top: 20px;
  }
}

.section.section-empower-tomorrow .empower-tomorrow-bg .side-text-wrapper.right-col .side-text h3 {
  text-align: right;
}

.section.section-empower-tomorrow .empower-tomorrow-bg .side-text-wrapper.right-col .side-text {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .section.section-empower-tomorrow .empower-tomorrow-bg .side-text-wrapper.right-col .side-text h3 {
    text-align: center;
  }
  .section.section-empower-tomorrow .empower-tomorrow-bg .side-text-wrapper.right-col .side-text {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .section.section-empower-tomorrow .empower-tomorrow-bg .side-text-wrapper .side-text {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section.section-empower-tomorrow .empower-tomorrow-bg .side-text-wrapper .side-text h3 {
    text-align: center;
  }
}

.section.section-empower-tomorrow .empower-tomorrow-bg .side-text-wrapper .side-text h3 {
  color: #F9F5EA;
  font-family:'Libre Franklin', sans-serif;
}

.section.section-empower-tomorrow .empower-tomorrow-bg .side-text-wrapper .side-text h3 span {
  display: block;
}

@media screen and (max-width: 991px) {
  .section.section-empower-tomorrow .empower-tomorrow-bg .side-text-wrapper .side-text h3 span {
    display: inline;
  }
}

.section.section-empower-tomorrow .empower-tomorrow-bg .center-col {
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 1280px) {
  .section.section-empower-tomorrow .empower-tomorrow-bg .center-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .section.section-empower-tomorrow .empower-tomorrow-bg .center-col {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.section.section-empower-tomorrow .empower-tomorrow-bg .center-col .img-wrapper {
  margin-bottom: 40px;
}

.section.section-empower-tomorrow .empower-tomorrow-bg .center-col .img-wrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .section.section-empower-tomorrow .empower-tomorrow-bg .center-col .img-wrapper img {
    max-width: 500px;
  }
}
