:root {
  --vh: 100vh;
}

.site-content {
  padding-top: 0;
}

.home-wrapper h1 {
  font-size: 50px;
  font-weight: normal;
  color: #1D1D1B;
}
@media screen and (max-width: 1440px) {
  .home-wrapper h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper h1 {
    font-size: 35px;
  }
}
.home-wrapper h2 {
  font-size: 40px;
  font-weight: bold;
}
.home-wrapper h2.big {
  font-size: 50px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper h2 {
    font-size: 32px;
  }
  .home-wrapper h2.big {
    font-size: 36px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper h2 {
    font-size: 22px;
  }
  .home-wrapper h2.big {
    font-size: 26px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper h2 {
    font-size: 20px;
  }
  .home-wrapper h2.big {
    font-size: 22px;
  }
}
.home-wrapper h3:not(.big) {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .home-wrapper h3:not(.big) {
    font-size: 18px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper h3:not(.big) {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper h3:not(.big) {
    font-size: 14px;
  }
}
.home-wrapper .hero-section {
  position: relative;
  min-height: calc(100vh - 145px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .hero-section {
    min-height: calc(100vh - 115px);
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .hero-section {
    min-height: calc(100vh - 78px);
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .hero-section {
    min-height: calc(100vh - 56px);
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .hero-section .container {
    display: flex;
    flex-direction: column;
  }
}
.home-wrapper .hero-section .container .col {
  width: 50%;
}
@media screen and (max-width: 780px) {
  .home-wrapper .hero-section .container .col {
    width: 100%;
  }
}
.home-wrapper .hero-section .container .col.text-col {
  padding: 40px 40px 40px 0;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .hero-section .container .col.text-col {
    padding: 35px 35px 35px 0;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .hero-section .container .col.text-col {
    padding: 20px 20px 20px 0;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .hero-section .container .col.text-col {
    padding: 25px 0px;
    order: 2;
  }
}
.home-wrapper .hero-section .container .col.text-col .content {
  max-width: 680px;
}
.home-wrapper .hero-section .container .col.text-col .content h1 {
  margin-bottom: 45px;
  line-height: 1.3;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .hero-section .container .col.text-col .content h1 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .hero-section .container .col.text-col .content h1 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .hero-section .container .col.text-col .content h1 {
    margin-bottom: 20px;
  }
}
.home-wrapper .hero-section .container .col.text-col .content h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .hero-section .container .col.text-col .content h3 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .hero-section .container .col.text-col .content h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .hero-section .container .col.text-col .content h3 {
    margin-bottom: 15px;
  }
}
.home-wrapper .hero-section .container .col.text-col .content .solutions-wrapper {
  max-width: 580px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .hero-section .container .col.text-col .content .solutions-wrapper {
    max-width: 540px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .hero-section .container .col.text-col .content .solutions-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .hero-section .container .col.text-col .content .solutions-wrapper {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .hero-section .container .col.text-col .content .solutions-wrapper .solution-col {
    margin-bottom: 30px;
  }
  .home-wrapper .hero-section .container .col.text-col .content .solutions-wrapper .solution-col:last-child {
    margin-bottom: 0;
  }
}
.home-wrapper .hero-section .container .col.text-col .content .solutions-wrapper .solution-col .button {
  margin-bottom: 45px;
  padding-right: 44px;
  padding-left: 44px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .hero-section .container .col.text-col .content .solutions-wrapper .solution-col .button {
    padding-right: 34px;
    padding-left: 34px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .hero-section .container .col.text-col .content .solutions-wrapper .solution-col .button {
    padding-right: 24px;
    padding-left: 24px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .hero-section .container .col.text-col .content .solutions-wrapper .solution-col .button {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .hero-section .container .col.img-col {
    height: 0;
    padding-top: 56.25%;
    order: 1;
    position: relative;
  }
}
.home-wrapper .hero-section .container .col.img-col .img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
}
@media screen and (max-width: 780px) {
  .home-wrapper .hero-section .container .col.img-col .img-wrapper {
    width: 100%;
  }
}
.home-wrapper .hero-section .container .col.img-col .img-wrapper .video {
  height: 100%;
  width: 100%;
}
.home-wrapper .hero-section .container .col.img-col .img-wrapper .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-wrapper .hero-section .container .col.img-col .img-wrapper .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(112, 112, 112, 0.45);
}
.home-wrapper .companies-logos-section {
  padding-top: 78px;
  padding-bottom: 158px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .companies-logos-section {
    padding-top: 58px;
    padding-bottom: 118px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .companies-logos-section {
    padding-top: 48px;
    padding-bottom: 88px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .companies-logos-section {
    padding-top: 38px;
    padding-bottom: 20px;
  }
}
.home-wrapper .companies-logos-section h3 {
  text-align: center;
  color: #49BA56;
  margin-bottom: 27px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .companies-logos-section h3 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .companies-logos-section h3 {
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .companies-logos-section h3 {
    margin-bottom: 18px;
  }
}
.home-wrapper .companies-logos-section .logos .logo-wrapper img {
  object-fit: contain;
  width: 148px;
  height: 79px;
  filter: grayscale(1);
}
.home-wrapper .companies-logos-section .logos .logo-wrapper img:hover {
  filter: grayscale(0);
}
.home-wrapper .eco-score-section {
  position: relative;
  color: #1D1D1B;
  text-align: left;
  padding-bottom: 110px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .eco-score-section {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .eco-score-section {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .eco-score-section {
    padding-bottom: 40px;
  }
}
.home-wrapper .eco-score-section h2 {
  line-height: 1.17;
  font-weight: 400;
  padding-right: 55%;
  margin-bottom: 88px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .eco-score-section h2 {
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .eco-score-section h2 {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .eco-score-section h2 {
    padding-right: 0;
    margin-bottom: 33px;
  }
}
.home-wrapper .eco-score-section h2 .colored {
  font-weight: bold;
}
.home-wrapper .eco-score-section .text-col, .home-wrapper .eco-score-section .empty-col {
  width: 33.33%;
}
@media screen and (max-width: 780px) {
  .home-wrapper .eco-score-section .text-col, .home-wrapper .eco-score-section .empty-col {
    width: 100%;
  }
}
.home-wrapper .eco-score-section .sliders-col, .home-wrapper .eco-score-section .circles-col {
  width: 66.66%;
}
@media screen and (max-width: 780px) {
  .home-wrapper .eco-score-section .sliders-col, .home-wrapper .eco-score-section .circles-col {
    width: 100%;
  }
}
.home-wrapper .eco-score-section .slider-row {
  margin-bottom: 79px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .eco-score-section .slider-row {
    margin-bottom: 59px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .eco-score-section .slider-row {
    margin-bottom: 49px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .eco-score-section .slider-row {
    margin-bottom: 50px;
  }
}
.home-wrapper .eco-score-section .slider-row .text-col {
  padding-right: 10%;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .eco-score-section .slider-row .text-col {
    padding-right: 8%;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .eco-score-section .slider-row .text-col {
    padding-right: 6%;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .eco-score-section .slider-row .text-col {
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.home-wrapper .eco-score-section .slider-row .slider-col img {
  width: 100%;
}
.home-wrapper .eco-score-section .slider-row .slider-col .slider-track {
  position: relative;
  display: flex;
  align-items: center;
  height: 70px;
  cursor: pointer;
}
.home-wrapper .eco-score-section .slider-row .slider-col .slider-track .slider {
  position: absolute;
  top: 3px;
  left: 0;
  height: 70px;
  width: 70px;
}
@media screen and (max-width: 780px) {
  .home-wrapper .eco-score-section .slider-row .slider-col .slider-track .slider {
    top: 22px;
    left: 0;
    height: 30px;
    width: 30px;
  }
}
.home-wrapper .eco-score-section .slider-row .slider-col .slider-track .track-img {
  margin-bottom: 5px;
  width: 100%;
}
.home-wrapper .eco-score-section .slider-row .slider-col .text-under-slider {
  margin-top: 60px;
  width: 30%;
  position: absolute;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .eco-score-section .slider-row .slider-col .text-under-slider {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .eco-score-section .slider-row .slider-col .text-under-slider {
    margin-top: 37px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .eco-score-section .slider-row .slider-col .text-under-slider {
    margin-top: 22px;
    width: 100%;
    position: static;
  }
}
.home-wrapper .eco-score-section .circles-row img {
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .eco-score-section .circles-row img {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .eco-score-section .circles-row img {
    width: 81px;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .eco-score-section .circles-row img {
    margin-bottom: 16px;
  }
}
.home-wrapper .eco-score-section .circles-row h4 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1260px) {
  .home-wrapper .eco-score-section .circles-row h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .eco-score-section .circles-row h4 {
    font-size: 14px;
  }
}
.home-wrapper .companies-section {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .companies-section {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .companies-section {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.home-wrapper .companies-section .container {
  flex-direction: column;
}
.home-wrapper .companies-section .container h3 {
  color: #49BA56;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .companies-section .container h3 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .companies-section .container h3 {
    margin-bottom: 10px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .companies-section .container h3 {
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .companies-section .container .logos-wrapper {
    flex-wrap: wrap;
  }
}
.home-wrapper .companies-section .container .logos-wrapper img {
  display: block;
}
.home-wrapper .companies-section .container .logos-wrapper .logo {
  margin-right: 100px;
}
.home-wrapper .companies-section .container .logos-wrapper .logo:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .companies-section .container .logos-wrapper .logo {
    margin-right: 75px;
  }
  .home-wrapper .companies-section .container .logos-wrapper .logo:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .companies-section .container .logos-wrapper .logo {
    margin-right: 50px;
  }
  .home-wrapper .companies-section .container .logos-wrapper .logo:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .companies-section .container .logos-wrapper .logo {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .home-wrapper .companies-section .container .logos-wrapper .logo:first-child {
    margin-left: 0;
  }
  .home-wrapper .companies-section .container .logos-wrapper .logo:last-child {
    margin-right: 0;
  }
  .home-wrapper .companies-section .container .logos-wrapper .logo:nth-child(2n) {
    margin-right: 0px;
  }
  .home-wrapper .companies-section .container .logos-wrapper .logo:nth-child(2n+1) {
    margin-left: 0px;
  }
}
.home-wrapper .search-section {
  text-align: center;
  padding-top: 205px;
  padding-bottom: 240px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .search-section {
    padding-top: 165px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .search-section {
    padding-top: 105px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .search-section {
    padding-top: 55px;
    padding-bottom: 60px;
  }
}
.home-wrapper .search-section p {
  margin-bottom: 33px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .search-section p {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .search-section p {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .search-section p {
    margin-bottom: 18px;
  }
}
.home-wrapper .search-section h3 {
  margin: 55px 0;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .search-section h3 {
    margin: 35px 0;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .search-section h3 {
    margin: 25px 0;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .search-section h3 {
    margin: 15px 0;
  }
}
.home-wrapper .text-image-sections-wrapper {
  padding-top: 157px;
  padding-bottom: 157px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .text-image-sections-wrapper {
    padding-top: 107px;
    padding-bottom: 107px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .text-image-sections-wrapper {
    padding-top: 77px;
    padding-bottom: 77px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .text-image-sections-wrapper {
    padding-top: 37px;
    padding-bottom: 37px;
  }
}
.home-wrapper .text-image-section {
  margin-bottom: 160px;
}
.home-wrapper .text-image-section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .text-image-section {
    margin-bottom: 120px;
  }
  .home-wrapper .text-image-section:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .text-image-section {
    margin-bottom: 90px;
  }
  .home-wrapper .text-image-section:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .text-image-section {
    margin-bottom: 60px;
  }
  .home-wrapper .text-image-section:last-child {
    margin-bottom: 0;
  }
}
.home-wrapper .text-image-section.red .section-title {
  color: #FE4B4B;
  margin-bottom: 55px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .text-image-section.red .section-title {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .text-image-section.red .section-title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .text-image-section.red .section-title {
    margin-bottom: 20px;
  }
}
.home-wrapper .text-image-section.red h2 {
  margin-bottom: 75px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .text-image-section.red h2 {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .text-image-section.red h2 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .text-image-section.red h2 {
    margin-bottom: 25px;
  }
}
.home-wrapper .text-image-section.green .section-title {
  color: #1D4B3D;
  margin-bottom: 45px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .text-image-section.green .section-title {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .text-image-section.green .section-title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .text-image-section.green .section-title {
    margin-bottom: 20px;
  }
}
.home-wrapper .text-image-section.green h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .text-image-section.green h2 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .text-image-section.green h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .text-image-section.green h2 {
    margin-bottom: 15px;
  }
}
.home-wrapper .text-image-section.blue .section-title {
  color: #1D0EF9;
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .text-image-section.blue .section-title {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .text-image-section.blue .section-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .text-image-section.blue .section-title {
    margin-bottom: 25px;
  }
}
.home-wrapper .text-image-section.blue h2 {
  margin-bottom: 88px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .text-image-section.blue h2 {
    margin-bottom: 68px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .text-image-section.blue h2 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .text-image-section.blue h2 {
    margin-bottom: 28px;
  }
}
.home-wrapper .text-image-section.violet .section-title {
  color: #790DDE;
  margin-bottom: 33px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .text-image-section.violet .section-title {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .text-image-section.violet .section-title {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .text-image-section.violet .section-title {
    margin-bottom: 18px;
  }
}
.home-wrapper .text-image-section.violet h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .text-image-section.violet h2 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .text-image-section.violet h2 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .text-image-section.violet h2 {
    margin-bottom: 20px;
  }
}
.home-wrapper .text-image-section .col {
  margin-right: 48px;
  margin-left: 48px;
}
.home-wrapper .text-image-section .col:first-child {
  margin-left: 0;
}
.home-wrapper .text-image-section .col:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .text-image-section .col {
    margin-right: 38px;
    margin-left: 38px;
  }
  .home-wrapper .text-image-section .col:first-child {
    margin-left: 0;
  }
  .home-wrapper .text-image-section .col:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .text-image-section .col {
    margin-right: 28px;
    margin-left: 28px;
  }
  .home-wrapper .text-image-section .col:first-child {
    margin-left: 0;
  }
  .home-wrapper .text-image-section .col:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .text-image-section .col {
    margin-right: 0;
    margin-left: 0;
  }
}
.home-wrapper .text-image-section .col.text {
  max-width: 60%;
  padding-top: 30px;
  padding-right: 170px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .text-image-section .col.text {
    padding-top: 25px;
    padding-right: 100px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .text-image-section .col.text {
    padding-top: 20px;
    padding-right: 85px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .text-image-section .col.text {
    padding: 0;
    order: 2;
    margin-top: 30px;
    max-width: 100%;
  }
}
.home-wrapper .text-image-section .col.text h2 {
  font-weight: normal;
}
.home-wrapper .text-image-section .col.text h2.section-title {
  font-size: 50px;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .text-image-section .col.text h2.section-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .text-image-section .col.text h2.section-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .text-image-section .col.text h2.section-title {
    font-size: 30px;
  }
}
.home-wrapper .text-image-section .col.text .slider-image {
  margin-bottom: 68px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .text-image-section .col.text .slider-image {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .text-image-section .col.text .slider-image {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .text-image-section .col.text .slider-image {
    margin-bottom: 28px;
  }
}
.home-wrapper .text-image-section .col.text .color-picker-image {
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .text-image-section .col.text .color-picker-image {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .text-image-section .col.text .color-picker-image {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .text-image-section .col.text .color-picker-image {
    margin-bottom: 25px;
  }
}
.home-wrapper .text-image-section .col.text .button {
  width: fit-content;
}
.home-wrapper .text-image-section .col.img {
  max-width: 40%;
}
@media screen and (max-width: 780px) {
  .home-wrapper .text-image-section .col.img {
    max-width: 100%;
  }
}
.home-wrapper .sign-up-section {
  padding-top: 80px;
}
@media screen and (max-width: 780px) {
  .home-wrapper .sign-up-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.home-wrapper .sign-up-section .container h2 {
  margin-bottom: 1rem;
}
.home-wrapper .sign-up-section .container h3 {
  font-size: 30px;
  margin-bottom: 1.7em;
}
@media screen and (max-width: 1260px) {
  .home-wrapper .sign-up-section .container h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .sign-up-section .container h3 {
    font-size: 18px;
  }
}
.home-wrapper .sign-up-section .container .button {
  width: fit-content;
  padding: 17px 87px;
}
@media screen and (max-width: 780px) {
  .home-wrapper .sign-up-section .container .image-wrapper {
    padding-top: 40px;
  }
}
.home-wrapper .newsroom-section .container {
  max-width: 1100px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .newsroom-section .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .newsroom-section .container {
    max-width: 800px;
  }
}
.home-wrapper .newsroom-section .container .news-carousel {
  padding-right: 125px;
  padding-left: 125px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .newsroom-section .container .news-carousel {
    padding-right: 85px;
    padding-left: 85px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .newsroom-section .container .news-carousel {
    padding-right: 55px;
    padding-left: 55px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .newsroom-section .container .news-carousel {
    padding-right: 0;
    padding-left: 0;
  }
}
.home-wrapper .newsroom-section .container .news-carousel .carousel-cell {
  height: 650px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .newsroom-section .container .news-carousel .carousel-cell {
    height: 480px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .newsroom-section .container .news-carousel .carousel-cell {
    height: 450px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .newsroom-section .container .news-carousel .carousel-cell {
    height: 310px;
  }
}
.home-wrapper .newsroom-section .container .news-carousel .carousel-cell img {
  max-height: 450px;
  display: block;
  object-fit: contain;
  margin-bottom: 70px;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .newsroom-section .container .news-carousel .carousel-cell img {
    max-height: 370px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .newsroom-section .container .news-carousel .carousel-cell img {
    max-height: 350px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .newsroom-section .container .news-carousel .carousel-cell img {
    max-height: 220px;
    margin-bottom: 15px;
  }
}
.home-wrapper .newsroom-section .container .news-carousel .carousel-cell h3 {
  color: #221E20;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .home-wrapper .newsroom-section .container .news-carousel .carousel-cell h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1260px) {
  .home-wrapper .newsroom-section .container .news-carousel .carousel-cell h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 780px) {
  .home-wrapper .newsroom-section .container .news-carousel .carousel-cell h3 {
    font-size: 18px;
  }
}
.home-wrapper .newsroom-section .container .news-carousel .flickity-prev-next-button {
  top: 38%;
  height: 36px;
  width: 19px;
  background: none;
}
@media screen and (max-width: 780px) {
  .home-wrapper .newsroom-section .container .news-carousel .flickity-prev-next-button {
    top: 31%;
    height: 27px;
    width: 10px;
  }
}
.home-wrapper .newsroom-section .container .news-carousel .flickity-prev-next-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/icon-next.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 36px;
  width: 19px;
}
@media screen and (max-width: 780px) {
  .home-wrapper .newsroom-section .container .news-carousel .flickity-prev-next-button:after {
    height: 27px;
    width: 10px;
  }
}
.home-wrapper .newsroom-section .container .news-carousel .flickity-prev-next-button svg {
  display: none;
}
.home-wrapper .newsroom-section .container .news-carousel .flickity-prev-next-button.previous {
  left: 0;
}
@media screen and (max-width: 780px) {
  .home-wrapper .newsroom-section .container .news-carousel .flickity-prev-next-button.previous {
    left: -16px;
  }
}
.home-wrapper .newsroom-section .container .news-carousel .flickity-prev-next-button.next {
  right: 0;
}
@media screen and (max-width: 780px) {
  .home-wrapper .newsroom-section .container .news-carousel .flickity-prev-next-button.next {
    right: -16px;
  }
}
.home-wrapper .newsroom-section .container .news-carousel .flickity-prev-next-button.next:after {
  transform: rotate(180deg);
}