.page-responsible-business-assessment .site-content,
.page-responsible-business-2 .site-content {
  margin: 0;
  max-width: 100%;
  width: 100%;
}

html,
body {
  overflow-x: hidden !important;
  max-width: 100% !important;
  width: 100% !important;
}

.hero {
  background-color: #f47037;
  padding-top: 100px;
  padding-left: 125px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1500px) {
  .hero {
    padding-left: 60px;
  }
}
@media (max-width: 1450px) {
  .hero {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 1080px) {
  .hero {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media (max-width: 600px) {
  .hero {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero .flex__container {
  display: flex;
}
.hero .flex__container .left__col {
  padding-right: 446px;
}
@media (max-width: 1450px) {
  .hero .flex__container .left__col {
    padding-right: 550px;
  }
}
@media (max-width: 1200px) {
  .hero .flex__container .left__col {
    padding-right: 40px;
  }
}
@media (max-width: 1080px) {
  .hero .flex__container .left__col {
    padding-right: 0;
  }
}
.hero .flex__container .right__col {
  position: absolute;
  background-color: #ea6025;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 400px;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}
@media (max-width: 1250px) {
  .hero .flex__container .right__col {
    display: none;
  }
}
.hero .flex__container .right__col img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}
.hero .tagline {
  color: #fff;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  background-color: #303f4e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 25px;
  padding-right: 25px;
  white-space: nowrap;
}
@media (max-width: 1350px) {
  .hero .tagline {
    font-size: 70px;
  }
}
@media (max-width: 1080px) {
  .hero .tagline {
    white-space: unset;
    font-size: 44px;
    line-height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
  }
}
@media (max-width: 600px) {
  .hero .tagline {
    font-size: 22px;
    letter-spacing: 2.5px;
  }
}
.hero h1 {
  color: #fff;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 86px !important;
  font-weight: 900;
  line-height: 96% !important;
  text-transform: uppercase;
}
@media (max-width: 1350px) {
  .hero h1 {
    font-size: 62px !important;
  }
}
@media (max-width: 600px) {
  .hero h1 {
    font-size: 40px !important;
    letter-spacing: 2px;
    margin-bottom: 0;
  }
}
.hero .desc p {
  margin-top: 30px;
  max-width: 470px;
  color: #ffffff;
  font-family: "Graphik Web", sans-serif;
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 159%; /* 31.8px */
}
@media (max-width: 1350px) {
  .hero .desc p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .hero .desc p {
    margin-top: 16px;
    line-height: 130%;
  }
}
@media (max-width: 1350px) {
  .hero.type_2 {
    margin-bottom: 140px;
  }
}
.hero.type_2 h1 {
  font-size: 200px !important;
}
@media (max-width: 1350px) {
  .hero.type_2 h1 {
    font-size: 120px !important;
  }
}
@media (max-width: 1080px) {
  .hero.type_2 h1 {
    font-size: 60px !important;
  }
}
.hero.type_2 .left__col .desc {
  max-width: 420px;
}
@media (max-width: 600px) {
  .hero.type_2 .left__col .desc p {
    margin-bottom: 0;
  }
}
.hero.type_2 .right__col {
  overflow: hidden;
  padding-bottom: 0;
}
.hero.type_2 .right__col img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero.type_2 + .end__box {
  margin-top: -225px;
}
.hero.type_2 + .end__box h5 {
  color: #ffffff;
  font-size: 40px !important;
  font-style: normal;
  font-weight: 900;
  line-height: 104%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .hero.type_2 + .end__box h5 {
    font-size: 36px !important;
  }
}
.hero.type_2 + .end__box h5 span {
  color: #f47037;
}
.hero.type_2 + .end__box .desc p {
  color: #fff;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 159% !important; /* 31.8px */
  font-family: "Graphik Web", sans-serif !important;
  text-transform: unset;
}
.hero.rep {
  padding-bottom: 142px;
  position: relative;
}
.hero.rep .left__col {
  padding: 0;
}
.hero.rep .left__col,
.hero.rep .tagline {
  max-width: 80%;
  white-space: unset;
}
@media (max-width: 1080px) {
  .hero.rep .left__col,
  .hero.rep .tagline {
    max-width: 100%;
  }
}
.hero.rep .tagline {
  font-size: 86px;
  font-weight: 900;
  line-height: 82.56px;
  background-color: unset;
  padding: 0;
  letter-spacing: unset;
}
@media (max-width: 1080px) {
  .hero.rep .tagline {
    font-size: 44px;
    line-height: 100%;
    margin-bottom: 20px;
  }
}
.hero.rep + .container .box__container {
  position: relative;
}
.hero.rep + .container h5 {
  max-width: 507px;
}
.hero.rep + .container .bg {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
}
.hero.rep + .container .bg svg {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.end__box {
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
  position: relative;
  z-index: 20;
  margin-top: -204px;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .end__box {
    margin-top: -100px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .end__box {
    padding-right: 0;
    justify-content: center;
  }
}
@media (max-width: 1080px) {
  .end__box {
    width: 90%;
  }
}
.end__box .box__container {
  max-width: 700px;
  width: 100%;
  padding: 80px;
  background-color: #303f4e;
}
@media (max-width: 1450px) {
  .end__box .box__container {
    transform: translateX(-40px);
    max-width: 650px;
  }
}
@media (max-width: 1350px) {
  .end__box .box__container {
    padding: 60px;
  }
}
@media (max-width: 1200px) {
  .end__box .box__container {
    transform: unset;
  }
}
@media (max-width: 600px) {
  .end__box .box__container {
    padding: 30px;
  }
}
.end__box .box__container .box p {
  font-family: "acumin-pro-extra-condensed", sans-serif !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 900 !important;
  line-height: 104% !important;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff !important;
}
@media (max-width: 1350px) {
  .end__box .box__container .box p {
    font-size: 32px;
    line-height: 120%;
  }
}
@media (max-width: 600px) {
  .end__box .box__container .box p {
    font-size: 26px;
    line-height: 100%;
  }
}
.end__box .box__container .box p strong,
.end__box .box__container .box p b {
  color: #f47037;
}

.fifty__fifty {
  margin-top: 127px;
}
@media (max-width: 1200px) {
  .fifty__fifty {
    margin-top: 60px;
  }
}
.fifty__fifty .container {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  .fifty__fifty .container {
    max-width: 100%;
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media (max-width: 1200px) {
  .fifty__fifty .container {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    width: 90%;
  }
}
.fifty__fifty .container .left__col {
  width: 100%;
  max-width: 500px;
  margin-top: -200px;
}
@media (max-width: 1200px) {
  .fifty__fifty .container .left__col {
    margin-top: 0;
  }
}
.fifty__fifty .container .left__col h2 {
  color: #303f4e;
  font-family: "acumin-pro-extra-condensed", sans-serif !important;
  font-size: 86px !important;
  font-style: normal;
  font-weight: 900;
  line-height: 96% !important; /* 82.56px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 1350px) {
  .fifty__fifty .container .left__col h2 {
    font-size: 60px !important;
  }
}
@media (max-width: 600px) {
  .fifty__fifty .container .left__col h2 {
    font-size: 40px !important;
  }
}
.fifty__fifty .container .left__col h2 span {
  color: #f47037;
}
.fifty__fifty .container .left__col .desc p {
  color: #303f4e;
  font-family: "Graphik Web", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 159%;
  max-width: 424px;
}
@media (max-width: 1350px) {
  .fifty__fifty .container .left__col .desc p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .fifty__fifty .container .left__col .desc p {
    font-size: 16px;
  }
}
.fifty__fifty .container .right__col {
  width: 100%;
  max-width: 700px;
  margin-right: 40px;
}
.fifty__fifty .container .right__col .point {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.fifty__fifty .container .right__col .point:last-child {
  margin-bottom: 0;
}
.fifty__fifty .container .right__col .point svg {
  min-width: 15px;
  margin-top: 7px;
}
.fifty__fifty .container .right__col .point p {
  margin-bottom: 0;
  color: #303f4e;
  font-size: 20px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 159%;
}
@media (max-width: 1350px) {
  .fifty__fifty .container .right__col .point p {
    font-size: 18px;
  }
}
.fifty__fifty .container .right__col .box {
  margin-top: 40px;
  padding: 32px;
  background-color: #f4f4f4;
}
.fifty__fifty .container .right__col .box .box_title {
  color: #303f4e;
  font-family: "acumin-pro-extra-condensed", sans-serif !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 104%; /* 41.6px */
  text-transform: uppercase;
  margin-bottom: 16px;
}
.fifty__fifty .container .right__col .box .box_desc p {
  color: #303f4e;
  font-family: "Graphik Web", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 159%;
}
@media (max-width: 600px) {
  .fifty__fifty .container .right__col .box .box_desc p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.fifty__fifty.type_2 {
  padding-top: 120px;
  padding-bottom: 236px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 1200px) {
  .fifty__fifty.type_2 {
    padding-top: 60px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .fifty__fifty.type_2 {
    padding-bottom: 0;
  }
}
.fifty__fifty.type_2 .container {
  padding: 0;
}
.fifty__fifty.type_2 .image {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .fifty__fifty.type_2 .image {
    position: relative;
    margin-top: 50px;
  }
}
.fifty__fifty.type_2 .image img {
  width: 100%;
  height: auto;
  max-width: 600px;
}
.fifty__fifty.type_2 .left__col {
  margin-top: 0;
  height: 100%;
  margin-right: 80px;
}
.fifty__fifty.type_2 h3 {
  color: #303f4e;
  font-family: "acumin-pro-extra-condensed", sans-serif !important;
  font-size: 40px !important;
  font-style: normal;
  font-weight: 900;
  line-height: 104%; /* 41.6px */
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .fifty__fifty.type_2 h3 {
    font-size: 30px !important;
  }
}
.fifty__fifty .btn {
  margin-top: 30px;
  border-radius: 100px;
  padding: 15px 20px;
  background-color: #f47037;
  color: #fff;
  text-align: center;
  font-size: 16px !important;
  font-family: "Graphik Web", sans-serif !important;
  font-weight: 400 !important;
  line-height: 159%;
  border: none;
  height: 55px;
  transition: 300ms all ease;
  font-family: "Graphik Web", sans-serif !important;
}
@media (max-width: 1600px) {
  .fifty__fifty .btn {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .fifty__fifty .btn {
    height: auto;
    width: 100%;
    padding-bottom: 12px;
  }
}
.fifty__fifty .btn:hover {
  background-color: #303f4e;
  color: #ffffff;
}

.navigating {
  background-color: #303f4e;
  position: relative;
  padding: 120px 80px;
}
@media (max-width: 1080px) {
  .navigating {
    padding: 80px 40px;
  }
}
@media (max-width: 600px) {
  .navigating {
    padding: 60px 20px;
  }
}
.navigating .container {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.navigating .image {
  position: absolute;
  display: flex;
  top: 70px;
  right: 53px;
}
@media (max-width: 600px) {
  .navigating .image {
    top: 30px;
    right: 30px;
  }
}
.navigating .image img {
  max-width: 320px;
  width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .navigating .image img {
    max-width: 210px;
  }
}
.navigating h2,
.navigating .cards {
  position: relative;
  z-index: 20;
}
.navigating h2 {
  color: #fff;
  font-family: "acumin-pro-extra-condensed", sans-serif !important;
  font-size: 86px !important;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 96%; /* 82.56px */
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .navigating h2 {
    font-size: 42px !important;
  }
}
.navigating h2 span,
.navigating h2 b,
.navigating h2 strong {
  color: #f47037;
}
.navigating .btn {
  min-width: 160px;
}
.navigating .cards {
  margin-top: 130px;
  display: flex;
  gap: 20px;
}
@media (max-width: 1350px) {
  .navigating .cards {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1080px) {
  .navigating .cards {
    margin-top: 50px;
  }
}
.navigating .cards .card {
  width: 100%;
  height: 365px;
  background-color: #3e4c5a;
  padding: 40px;
  padding-bottom: 53px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .navigating .cards .card {
    height: 280px;
    padding: 20px !important;
    padding-bottom: 30px !important;
  }
}
.navigating .cards .card .text {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 159%;
  font-family: "Graphik Web", sans-serif !important;
}
.navigating .cards .card .btn {
  border-radius: 100px;
  padding: 15px 20px;
  background-color: #f47037;
  color: #fff;
  text-align: center;
  font-size: 16px !important;
  font-family: "Graphik Web", sans-serif !important;
  font-weight: 400 !important;
  line-height: 159%;
  border: none;
  height: 55px;
  transition: 300ms all ease;
  font-family: "Graphik Web", sans-serif !important;
}
@media (max-width: 1600px) {
  .navigating .cards .card .btn {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .navigating .cards .card .btn {
    height: auto;
  }
}
.navigating .cards .card .btn:hover {
  background-color: #ffffff;
  color: #f47037;
}
.navigating .cards .card:nth-child(1) {
  max-width: 525px;
  padding-right: 66px;
  padding-bottom: 53px;
}
@media (max-width: 1600px) {
  .navigating .cards .card:nth-child(1) {
    padding-right: 40px;
  }
}
.navigating .cards .card:nth-child(2), .navigating .cards .card:nth-child(3) {
  max-width: 359px;
}
.navigating .cards .card:nth-child(2) .btn {
  background-color: #ffffff;
  color: #303f4e;
}
.navigating .cards .card:nth-child(2) .btn:hover {
  background-color: #f47037;
  color: #ffffff;
}
.navigating .cards .card:nth-child(3) .btn {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.navigating .cards .card:nth-child(3) .btn:hover {
  background-color: #ffffff;
  color: #303f4e;
}
@media (max-width: 1350px) {
  .navigating .cards .card {
    max-width: calc(50% - 10px) !important;
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .navigating .cards .card {
    max-width: 100% !important;
  }
}
.navigating.type_2 {
  position: relative;
}
.navigating.type_2 .container {
  position: relative;
  z-index: 20;
}
.navigating.type_2 .right__col {
  min-width: 500px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .navigating.type_2 .right__col {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
.navigating.type_2 .image {
  position: relative;
  max-width: 540px;
  width: 100%;
  top: 0px !important;
  right: 0px !important;
}
@media (max-width: 1200px) {
  .navigating.type_2 .image {
    top: 0px;
    right: -10px !important;
    max-width: 350px;
  }
}
@media (max-width: 600px) {
  .navigating.type_2 .image {
    max-width: 220px;
  }
}
.navigating.type_2 .image img {
  width: 100% !important;
  height: auto;
  max-width: 100%;
}
.navigating.type_2 .desc {
  color: #fff;
  font-family: "Graphik Web", sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 159%;
  margin-top: 16px;
}
.navigating.type_2 .btn {
  margin-top: 64px;
  border-radius: 100px;
  padding: 15px 20px;
  background-color: #f47037;
  color: #fff;
  text-align: center;
  font-size: 16px !important;
  font-family: "Graphik Web", sans-serif !important;
  font-weight: 400 !important;
  line-height: 159%;
  border: none;
  height: 55px;
  transition: 300ms all ease;
  font-family: "Graphik Web", sans-serif !important;
}
@media (max-width: 1600px) {
  .navigating.type_2 .btn {
    font-size: 15px !important;
  }
}
.navigating.type_2 .btn:hover {
  background-color: #ffffff;
  color: #f47037;
}
.navigating.type_2 .container {
  display: flex;
}
.navigating.type_2 .bottom_image {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .navigating.type_2 .bottom_image img {
    max-width: 200px;
  }
}
.navigating span span {
  white-space: nowrap;
}

.grid__cards {
  background-color: #f4f4f4;
  padding: 120px 80px;
}
@media (max-width: 1350px) {
  .grid__cards {
    padding: 80px;
  }
}
@media (max-width: 1080px) {
  .grid__cards {
    padding: 60px 40px;
  }
}
@media (max-width: 600px) {
  .grid__cards {
    padding: 40px 20px;
  }
}
.grid__cards .container {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.grid__cards .container .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.grid__cards .container .cards > div,
.grid__cards .container .cards > a {
  width: calc(33.33% - 20px);
}
@media (max-width: 1200px) {
  .grid__cards .container .cards > div,
  .grid__cards .container .cards > a {
    width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .grid__cards .container .cards > div,
  .grid__cards .container .cards > a {
    width: 100%;
  }
}
.grid__cards .container .first_card {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .grid__cards .container .first_card {
    padding: 30px 0;
  }
}
.grid__cards .container .first_card h2 {
  color: #303f4e;
  font-family: "acumin-pro-extra-condensed", sans-serif !important;
  font-size: 86px !important;
  font-style: normal;
  font-weight: 900;
  line-height: 96%; /* 82.56px */
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .grid__cards .container .first_card h2 {
    font-size: 52px !important;
  }
}
.grid__cards .container .first_card h2 span {
  color: #f47037;
}
.grid__cards .container .first_card .desc p {
  margin-top: 24px;
  color: #303f4e;
  font-family: "Graphik Web", sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 159%;
  margin-bottom: 0;
  max-width: 370px;
}
.grid__cards .container .first_card.no_padding {
  padding-top: 10px;
  padding-bottom: 10px;
}
.grid__cards .container .card {
  height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 40px;
  background-color: #f47037;
  text-decoration: none;
  position: relative;
}
@media (max-width: 600px) {
  .grid__cards .container .card {
    height: 300px;
    padding: 30px;
  }
}
.grid__cards .container .card svg {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  right: 40px;
  transition: 300ms all ease;
}
.grid__cards .container .card:hover svg {
  transform: translate(10px, -10px);
}
.grid__cards .container .card .text {
  color: #fff;
  font-family: "acumin-pro-extra-condensed", sans-serif !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 104%; /* 41.6px */
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .grid__cards .container .card .text {
    font-size: 32px;
  }
}
.grid__cards .container .card:nth-child(odd) {
  background-color: #303f4e;
}
.grid__cards .container .card:nth-child(even) svg path {
  stroke: #ffffff;
}
.grid__cards .btn {
  margin-top: 30px;
  border-radius: 100px;
  padding: 15px 20px;
  background-color: #f47037;
  color: #fff;
  text-align: center;
  font-size: 16px !important;
  font-family: "Graphik Web", sans-serif !important;
  font-weight: 400 !important;
  line-height: 159%;
  border: none;
  height: 55px;
  transition: 300ms all ease;
  font-family: "Graphik Web", sans-serif !important;
}
@media (max-width: 1600px) {
  .grid__cards .btn {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .grid__cards .btn {
    height: auto;
    width: 100%;
    padding-bottom: 12px;
  }
}
.grid__cards .btn:hover {
  background-color: #303f4e;
  color: #ffffff;
}

.text_content {
  padding: 120px 80px;
  padding-top: 0;
  margin-top: -100px;
}
@media (max-width: 1350px) {
  .text_content {
    margin-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .text_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.text_content .container {
  display: flex;
  align-items: flex-end;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 1200px) {
  .text_content .container {
    align-items: flex-start;
    flex-direction: column;
  }
}
.text_content .container .desc {
  max-width: 500px;
}
@media (max-width: 1200px) {
  .text_content .container .desc {
    max-width: 100%;
  }
}
.text_content .container .desc p {
  color: #303f4e;
  font-family: "Graphik Web", sans-serif !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 159%; /* 31.8px */
}
.text_content .left__col {
  max-width: 495px;
  margin-right: 80px;
}
@media (max-width: 1200px) {
  .text_content .left__col {
    max-width: 100%;
    margin-right: 0;
  }
}
.text_content .left__col h2 {
  color: #303f4e;
  font-family: "acumin-pro-extra-condensed", sans-serif !important;
  font-size: 40px !important;
  font-weight: 900;
  line-height: 104%; /* 41.6px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
.text_content .left__col h2 span {
  color: #f47037;
}
.text_content .right__col {
  margin-left: 40px;
}
@media (max-width: 1200px) {
  .text_content .right__col {
    margin-left: 0;
  }
}
.text_content.rep {
  margin-top: 0px;
  padding-left: 30px;
  padding-right: 0;
}
@media (max-width: 1080px) {
  .text_content.rep {
    padding-left: 0;
  }
}
.text_content.rep .container {
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .text_content.rep .container {
    width: 90%;
  }
}
.text_content.rep .left__col {
  max-width: 510px;
}
.text_content.rep .right__col {
  margin-left: 0;
}
.text_content.rep .right__col .desc {
  max-width: 660px;
}
.text_content.rep .right__col h2,
.text_content.rep .right__col h3 {
  color: #f47037 !important;
}
.text_content.rep .left__col h2 {
  font-size: 86px !important;
  font-weight: 900 !important;
  line-height: 82.56px !important;
  text-align: left;
}
@media (max-width: 1080px) {
  .text_content.rep .left__col h2 {
    font-size: 60px !important;
    line-height: 100% !important;
  }
}
.text_content.rep .left__col h2 strong,
.text_content.rep .left__col h2 b {
  color: #f47037 !important;
}
@media (max-width: 1080px) {
  .text_content.rep .desc h3 {
    font-size: 30px !important;
    line-height: 100% !important;
  }
}

.features {
  padding: 120px 80px;
  background-color: #f4f4f4;
  position: relative;
}
@media (max-width: 1350px) {
  .features {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .features {
    padding: 60px 20px;
  }
}
.features .container {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.features h2 {
  color: #303f4e;
  font-family: "acumin-pro-extra-condensed", sans-serif !important;
  font-size: 86px !important;
  font-style: normal;
  font-weight: 900;
  line-height: 96%; /* 82.56px */
  text-transform: uppercase;
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .features h2 {
    font-size: 52px !important;
    margin-bottom: 40px;
  }
}
.features h2 span {
  color: #f47037;
}
.features .top_img,
.features .bottom_img {
  position: absolute;
}
.features .top_img {
  top: -380px;
  right: 0;
}
@media (max-width: 600px) {
  .features .top_img {
    top: -225px;
  }
  .features .top_img img {
    max-width: 200px;
  }
}
.features .bottom_img {
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .features .bottom_img {
    display: none;
  }
}
.features .flex__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 80px;
}
@media (max-width: 1200px) {
  .features .flex__container {
    gap: 30px !important;
    justify-content: center;
  }
}
.features .flex__container .item {
  width: calc(33.33% - 55px);
  max-width: 373px;
}
@media (max-width: 1200px) {
  .features .flex__container .item {
    max-width: calc(50% - 20px);
    width: 100%;
  }
}
@media (max-width: 992px) {
  .features .flex__container .item {
    max-width: 100%;
    width: 100%;
  }
}
.features .flex__container .icon {
  margin-top: 10px;
  min-width: 40px;
  display: flex;
}
.features .flex__container .icon img {
  width: 100%;
  height: auto;
}
.features .flex__container .title {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
  color: #303f4e;
  font-family: "acumin-pro-extra-condensed", sans-serif !important;
  font-size: 40px !important;
  font-style: normal;
  font-weight: 900 !important;
  line-height: 104%; /* 41.6px */
  text-transform: uppercase;
}
.features .flex__container .desc p,
.features .flex__container .desc {
  color: #303f4e;
  font-family: "Graphik Web", sans-serif !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 159%; /* 31.8px */
}

.page-virtual-rep #primary {
  max-width: 100%;
  width: 100%;
}

.virtual_rep_banner {
  background-color: #f47037;
  padding-bottom: 74px;
  position: relative;
  height: 400px;
  margin-top: 30px;
}
@media (max-width: 1080px) {
  .virtual_rep_banner {
    padding: 32px;
    height: auto;
    overflow: hidden;
  }
}
.virtual_rep_banner .container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.virtual_rep_banner .card {
  max-width: 740px;
  background-color: #303f4e;
  padding: 80px;
  position: relative;
  z-index: 90;
  margin-left: auto;
  transform: translateY(-80px);
}
@media (max-width: 1080px) {
  .virtual_rep_banner .card {
    transform: translateY(0px);
    padding: 32px;
  }
}
.virtual_rep_banner .card h2 {
  font-size: 40px !important;
  font-weight: 900 !important;
  line-height: 41.6px !important;
  color: #ffffff !important;
  margin-bottom: 5px !important;
}
@media (max-width: 1080px) {
  .virtual_rep_banner .card h2 {
    font-size: 30px !important;
    line-height: 100% !important;
    margin-bottom: 20px !important;
  }
}
.virtual_rep_banner .card .desc {
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 31.8px !important;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  .virtual_rep_banner .card .desc {
    font-size: 16px !important;
    line-height: 160% !important;
  }
}
.virtual_rep_banner .card .desc p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0;
}
.virtual_rep_banner .pattern {
  max-width: 900px;
  width: 100%;
  display: flex;
  position: absolute;
  left: 0px;
  bottom: 0px;
  align-items: flex-end;
  justify-content: flex-start;
}
.virtual_rep_banner .pattern img {
  width: 100%;
  height: auto;
}

.download_pdf_popup,
.download_pdf_popup_speakers {
  position: fixed;
  padding: 20px;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  transition: 500ms all ease;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.download_pdf_popup.active,
.download_pdf_popup_speakers.active {
  z-index: 999;
  pointer-events: all;
  opacity: 1;
}
.download_pdf_popup .content,
.download_pdf_popup_speakers .content {
  max-width: 600px;
  width: 100%;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 30px;
}
.download_pdf_popup .content h2,
.download_pdf_popup_speakers .content h2 {
  font-size: 32px !important;
  margin-bottom: 20px;
}
.download_pdf_popup .content label,
.download_pdf_popup_speakers .content label {
  font-weight: 600 !important;
  font-size: 13px !important;
  width: 100%;
}
.download_pdf_popup .content input,
.download_pdf_popup_speakers .content input {
  font-size: 16px !important;
  outline: none;
  width: 100%;
}
.download_pdf_popup .content .wpcf7-submit,
.download_pdf_popup_speakers .content .wpcf7-submit {
  border: none;
  outline: none;
  margin-top: 0px;
  border-radius: 100px;
  padding: 10px 20px !important;
  background-color: #f47037;
  color: #fff;
  text-align: center;
  font-size: 14px !important;
  font-family: "Graphik Web", sans-serif !important;
  font-weight: 400 !important;
  line-height: 159%;
  border: none;
  height: 55px;
  transition: 300ms all ease;
  font-family: "Graphik Web", sans-serif !important;
  width: -moz-fit-content;
  width: fit-content;
}
.download_pdf_popup .content .wpcf7-submit:hover,
.download_pdf_popup_speakers .content .wpcf7-submit:hover {
  background-color: #303f4e;
}

.custom_btn {
  margin-top: 30px;
  border-radius: 100px;
  padding: 15px 20px;
  background-color: #f47037;
  color: #fff !important;
  text-align: center;
  font-size: 16px !important;
  font-family: "Graphik Web", sans-serif !important;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  font-weight: 400 !important;
  line-height: 159%;
  border: none;
  height: 55px;
  transition: 300ms all ease;
  font-family: "Graphik Web", sans-serif !important;
}
@media (max-width: 1600px) {
  .custom_btn {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .custom_btn {
    height: auto;
    width: 100%;
    padding-bottom: 12px;
  }
}
.custom_btn:hover {
  background-color: #303f4e;
  color: #ffffff;
}
.custom_btn.arrow_btn {
  gap: 12px;
  font-weight: 500 !important;
}
.custom_btn.arrow_btn img {
  width: 20px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.ht-block-text + .custom_btn {
  margin-top: 0;
  margin-bottom: 30px;
}

.hero-block .custom_btn:hover {
  background-color: #ffffff;
  color: #303f4e !important;
}
.hero-block .button__container {
  display: flex;
  gap: 10px 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.hero-block .button__container .custom_btn {
  margin-top: 0;
}

.disable_click {
  pointer-events: none !important;
}

.rep__cards {
  padding: 120px 0;
}
@media (max-width: 1080px) {
  .rep__cards {
    padding: 64px 0;
  }
}
.rep__cards .container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1400px) {
  .rep__cards .container {
    width: 100%;
    max-width: 90%;
  }
}
.rep__cards .container .card {
  width: calc(33.33% - 16px);
  background-color: #f4f4f4;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .rep__cards .container .card {
    width: calc(50% - 16px);
  }
}
@media (max-width: 820px) {
  .rep__cards .container .card {
    width: 100%;
  }
}
.rep__cards .container .card .icon {
  max-width: 84px;
}
.rep__cards .container .card .icon img {
  width: 100%;
  height: auto;
}
.rep__cards .container .card h4 {
  font-size: 40px !important;
  font-weight: 900 !important;
  line-height: 41.6px !important;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #314151 !important;
}
.rep__cards .container .card .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 31.8px;
}

.rep__usp {
  background-color: #f4f4f4;
  padding: 120px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .rep__usp {
    padding: 64px 0;
  }
}
.rep__usp .pattern {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.rep__usp .container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 20;
}
@media (max-width: 1400px) {
  .rep__usp .container {
    width: 100%;
    max-width: 90%;
  }
}
.rep__usp h2 {
  font-size: 86px !important;
  font-weight: 900 !important;
  line-height: 82.56px !important;
  color: #314151 !important;
  margin-bottom: 10px !important;
}
@media (max-width: 1080px) {
  .rep__usp h2 {
    font-size: 60px !important;
    line-height: 100% !important;
  }
}
.rep__usp h2 span,
.rep__usp h2 b,
.rep__usp h2 strong {
  color: #ea6025 !important;
}
.rep__usp .items {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 1200px) {
  .rep__usp .items {
    margin-top: 48px;
  }
}
.rep__usp .items .item {
  width: calc(33.33% - 27px);
}
@media (max-width: 1200px) {
  .rep__usp .items .item {
    width: calc(50% - 27px);
  }
}
@media (max-width: 768px) {
  .rep__usp .items .item {
    width: 100%;
  }
}
.rep__usp .items .item .sl {
  font-family: "acumin-pro-extra-condensed", sans-serif !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  background-color: #f47037;
  color: #ffffff;
  padding-bottom: 5px;
}
.rep__usp .items .item h4 {
  font-size: 40px !important;
  font-weight: 900 !important;
  line-height: 41.6px !important;
  color: #303f4e;
  margin-bottom: 15px;
}
.rep__usp .items .item .desc {
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 31.8px !important;
}

.hero__carousel .splide__slide {
  padding: 64px;
  padding-top: 100px;
  padding-bottom: 110px;
  position: relative;
  min-height: 650px;
}
@media (max-width: 600px) {
  .hero__carousel .splide__slide {
    padding: 32px 16px;
    padding-bottom: 110px;
    min-height: 500px;
  }
}
.hero__carousel .splide__slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__carousel .splide__slide .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__carousel .splide__slide .section__image {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  justify-content: flex-end;
  width: 60%;
  height: 100%;
}
.hero__carousel .splide__slide .section__image img {
  width: 100%;
  height: auto;
  -o-object-position: bottom right;
     object-position: bottom right;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__carousel .splide__slide h1,
.hero__carousel .splide__slide h2 {
  font-size: 92px !important;
  color: #ffffff;
  line-height: 100% !important;
  position: relative;
  z-index: 20;
}
.hero__carousel .splide__slide h1.big__title,
.hero__carousel .splide__slide h2.big__title {
  font-size: 160px !important;
}
@media (max-width: 1200px) {
  .hero__carousel .splide__slide h1,
  .hero__carousel .splide__slide h2 {
    font-size: 60px !important;
  }
  .hero__carousel .splide__slide h1.big__title,
  .hero__carousel .splide__slide h2.big__title {
    font-size: 90px !important;
  }
}
@media (max-width: 600px) {
  .hero__carousel .splide__slide h1,
  .hero__carousel .splide__slide h2 {
    font-size: 48px !important;
  }
  .hero__carousel .splide__slide h1.big__title,
  .hero__carousel .splide__slide h2.big__title {
    font-size: 72px !important;
  }
}
.hero__carousel .splide__slide h1 b,
.hero__carousel .splide__slide h1 strong,
.hero__carousel .splide__slide h1 span,
.hero__carousel .splide__slide h2 b,
.hero__carousel .splide__slide h2 strong,
.hero__carousel .splide__slide h2 span {
  color: #f47037;
}
.hero__carousel .splide__slide.white_bg h1,
.hero__carousel .splide__slide.white_bg h2 {
  color: #303f4e;
}
.hero__carousel .splide__slide.orange_bg .custom_btn {
  background-color: #ffffff;
  color: #303f4e !important;
}
.hero__carousel .custom_btn.light {
  background-color: #ffffff;
  color: #303f4e !important;
}
.hero__carousel .splide__pagination {
  display: block !important;
  bottom: 0px;
  left: 64px;
}
@media (max-width: 600px) {
  .hero__carousel .splide__pagination {
    left: 16px;
  }
}
.hero__carousel .splide__pagination li {
  margin: 0 !important;
}
.hero__carousel .splide__pagination li:before {
  display: none !important;
}
.hero__carousel .desc {
  position: relative;
  z-index: 20;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .hero__carousel .desc {
    margin-top: 30px;
  }
}
.hero__carousel .desc p {
  color: #ffffff;
  max-width: 500px;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
}
@media (max-width: 600px) {
  .hero__carousel .desc p {
    font-size: 16px;
  }
}
.hero__carousel .desc p strong {
  color: #f47037;
  font-weight: 400;
}
.hero__carousel .custom_btn {
  z-index: 20;
  position: absolute;
  left: 64px;
  bottom: 80px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .hero__carousel .custom_btn {
    width: 100%;
    left: 0px;
    bottom: 0;
    position: relative;
  }
}

.ms-content-section .button__container {
  margin-top: 30px;
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.ms-content-section .button__container .custom_btn {
  margin-top: 0px;
}/*# sourceMappingURL=components.css.map */