/* Company Page CSS start */

.eu.comp-page header {
  z-index: 100;
}
.eu.comp-page:not(.careers) .mid-container > div {
  margin-bottom: -100px;
  position: relative;
  border-bottom-right-radius: 100px;
}
.eu.comp-page:not(.careers) .mid-container > div::before {
  content: "";
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 100px;
  background-repeat: no-repeat;
  margin: 0px auto;
  background-position: center bottom;
  overflow: auto;
}
.eu.comp-page .banner-wrapper.common-banner {
  z-index: 12;
}
.eu.comp-page .notes {
  margin-bottom: 80px;
  padding-left: 100px;
}
.eu.comp-page .notes h2 {
  margin-bottom: 12px;
  padding-bottom: 20px;
}
.eu.comp-page .notes .content-box {
  padding: 12px 0 12px 28px;
}
.eu.comp-page:not(.careers) .mid-container > div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 200px;
  width: 15px;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(2, 182, 162) 0%,
    rgb(45, 98, 159) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(2, 182, 162) 0%,
    rgb(45, 98, 159) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(2, 182, 162) 0%,
    rgb(45, 98, 159) 100%
  );
  z-index: 13;
}
.eu.comp-page .mid-container > div:first-child::after {
  display: none;
}

/* Company Section1 */
.eu.comp-page .section1 > * {
  z-index: 12;
}
.eu.comp-page .mid-container .section1:before {
  background-image: url(../images/comp-sec1-bg.png);
  background-color: #f0f3f6;
  z-index: 11;
}
.eu.comp-page .section1 .section-heading {
  z-index: 11;
}
.eu.comp-page .section1 {
  position: relative;
  padding-bottom: 200px;
}
.eu.comp-page .sec1-data-value-group .inner-group .right-col h2 sup {
  font-size: 17px;
}
.eu.comp-page .sec1-data-value-group .inner-group {
  margin-top: 0;
}
.eu.comp-page .sec1-data-value-group .line2 {
  position: absolute;
  margin-right: -200px;
  width: 150px;
  top: 54%;
  right: 0px;
  bottom: 0;
}
.eu.comp-page .sign-up-arrow {
  background-image: url(../images/comp-line7.png);
  top: -10%;
  z-index: 5;
}
.eu.comp-page .comp-line {
  position: absolute;
  margin-left: -200px;
  width: 150px;
  left: 0;
}
.eu.comp-page .comp-line3 {
  position: absolute;
  bottom: -40%;
}
.eu.comp-page .comp-line.right {
  left: auto;
  right: 0;
  margin-right: -200px;
  margin-left: 0;
}
.eu.comp-page .comp-line4 {
  top: -14%;
}
.eu.comp-page .comp-line5 {
  top: 22.5%;
}
.eu.comp-page .comp-line6 {
  top: 55.5%;
}
.eu.comp-page .comp-line8 {
  bottom: -10%;
  width: 251px;
}
.eu.comp-page .comp-line9 {
  top: -85%;
}
.eu.comp-page .comp-line10 {
  bottom: -50%;
}
.eu.comp-page .comp-line11 {
  bottom: -50%;
}
.eu.comp-page .comp-line12 {
  top: -100%;
}
/* End */

/* Press Section CSS */
.eu.comp-page .press-inner-group {
  position: relative;
  z-index: 2;
  bottom: 0;
}
.eu.comp-page .press-inner-group .press-top-sec .content-box:before {
  background-color: rgb(2, 182, 162);
}
.eu.comp-page .press-item .press-inn-item {
  border-bottom-left-radius: 30px;
}
/* Press Section End */

/* Company Section2 */
.eu.comp-page .mid-container .comp-section2:before {
  background-image: url(../images/comp-sec2-bg.png);
  background-color: rgb(2, 182, 162);
  z-index: 10;
}
.eu.comp-page .mid-container .comp-section2 .section-heading {
  z-index: 10;
}
.eu.comp-page .comp-sec2-inner-group {
  position: relative;
}
.eu.comp-page .comp-section2 > * {
  z-index: 11;
}
.eu.comp-page .comp-full-col-content {
  margin-bottom: -90px;
  position: relative;
}
.eu.comp-page .comp-full-col-content .inner-grp {
  background: #fff;
  padding: 100px;
  border-radius: 30px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 5px;
}
.eu.comp-page .comp-full-col-content .inner-grp .top-img img {
  width: 30px;
  margin-bottom: 48px;
  display: block;
}
.eu.comp-page .comp-full-col-content .inner-grp > *:last-child,
.eu.comp-page .comp-full-col-content.row .inner-grp .text-grp > *:last-child {
  margin-bottom: 0;
}
.eu.comp-page .comp-full-col-content .inner-grp .text-grp h2 {
  margin-bottom: 30px;
}
/* End */

/* Leadership Team CSS */
.eu.comp-page .leadership-team-group {
  width: calc(100% + 8px);
  margin: 0 -4px;
  position: relative;
  bottom: -100px;
}
.eu.comp-page .leadership-team-item {
  margin-bottom: 10px;
  padding: 0 4px;
}
.eu.comp-page .leadership-inner-item {
  position: relative;
  border-radius: 5px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 100%;
}
.eu.comp-page .leadership-image {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-bottom: 0;
  position: relative;
}
.eu.comp-page .leadership-content {
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: -10px;
  position: relative;
  padding: 39px 44px 21px;
  flex: 1;
}
.eu.comp-page .leadership-author {
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 29px;
}
.eu.comp-page .leadership-author:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  width: 100px;
  height: 2px;
}
.eu.comp-page .leadership-author > *:last-child {
  margin-bottom: 0;
}
.eu.comp-page .leadership-author h3 {
  margin-bottom: 6px;
  line-height: 1.2;
}
.eu.comp-page .leadership-author h6 {
  font-family: "FuturaPTHeavy";
  color: #02b6a2;
  letter-spacing: 1px;
}
.eu.comp-page .leadership-bio > *:last-child {
  margin-bottom: 0;
}
.eu.comp-page .leadership-bio {
  min-height: 169px;
}
.eu.comp-page .leadership-btn {
  flex: 1;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 40px;
  justify-content: flex-end;
}
.eu.comp-page .leadership-image:after {
  content: "";
  background-image: url(../images/leadership-mask.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.eu.comp-page .leadership-team-item:nth-child(12) .leadership-inner-item {
  border-bottom-left-radius: 100px;
}
/* End*/

/* Company Section3 */

.eu.comp-page .mid-container .comp-section3:before {
  background-image: url(../images/comp-sec3-bg.png);
  background-color: rgb(24, 58, 91);
  z-index: 9;
}
.eu.comp-page .mid-container .comp-section3 .section-heading {
  z-index: 9;
}
.eu.comp-page .mid-container .comp-section3 > * {
  z-index: 10;
}
.eu.comp-page .comp-sec3-inner-group {
  position: relative;
}
.eu.comp-page .comp-section3 {
  padding-top: 300px;
  color: #fff;
}
.eu.comp-page .comp-sec3-inner-group .notes {
  margin-bottom: 150px;
}
.eu.comp-page .comp-sec3-inner-group .notes .content-box::before {
  background-color: rgb(2, 182, 162);
}
.eu.comp-page .comp-sec3-inner-group .notes a {
  color: #02b6a2;
  font-family: "FuturaPTDemi", sans-serif;
}

/* End*/

/* Company Section4 */
.eu.comp-page .mid-container .comp-section4:before {
  background-image: url(../images/comp-sec4-bg.png);
  background-color: rgb(253, 240, 81);
  z-index: 8;
}
.eu.comp-page .mid-container .comp-section4 .section-heading {
  z-index: 8;
}
.eu.comp-page .mid-container .comp-section4 > * {
  z-index: 9;
}
.eu.comp-page .comp-sec4-inner-group {
  position: relative;
}
.eu.comp-page .comp-section4 {
  padding-top: 200px;
}
.eu.comp-page
  .comp-sec4-inner-group
  .sec1-data-management-group
  .inner-group
  .left-col
  .bg-img {
  background-position: left;
}
.eu.comp-page
  .comp-sec4-inner-group
  .sec1-data-management-group
  .inner-group
  .left-col
  .bg-img
  img {
  position: relative;
  top: 60px;
  left: 60px;
  width: 100px;
}
.eu.comp-page
  .comp-sec4-inner-group
  .sec1-data-management-group
  .inner-group
  .right-col
  .btn-group {
  margin-top: 65px;
}
.eu.comp-page .comp-section4 .sec1-data-management-group.content-box-group {
  margin-bottom: -100px;
}
.eu.comp-page .yellow-btn.video-btn span:after {
  content: "\f144";
  top: 1px;
}
/* End*/

/* Company Section6 */
.eu.comp-page .comp-section6 {
  padding-top: 300px;
}
.eu.comp-page .mid-container .comp-section6:before {
  background-image: url(../images/comp-sec6-bg.png);
  background-color: #eef2f5;
  z-index: 7;
}
.eu.comp-page .mid-container .comp-section6 .section-heading {
  z-index: 7;
}
.eu.comp-page .mid-container .comp-section6 > * {
  z-index: 8;
}
.eu.comp-page .comp-sec6-inner-group {
  position: relative;
}
.eu.comp-page .comp-section6 .comp-full-col-content .inner-grp .top-img img {
  width: 80px;
}
.eu.comp-page .comp-sec6-inner-group .leadership-author h6 {
  font-family: "FuturaPTDemi";
}
.eu.comp-page .comp-sec6-inner-group .leadership-content {
  display: flex;
  flex-wrap: wrap;
  padding: 39px 10px 10px;
}
.eu.comp-page .comp-sec6-inner-group .leadership-content .leadership-text-grp {
  padding: 0 28px;
}
.eu.comp-page .comp-sec6-inner-group .two-col-left-img-group.right-img {
  margin-top: 100px;
}
.eu.comp-page .comp-sec6-inner-group .leadership-image:after {
  display: none;
}
/* End*/

.eu.world .comp-sec6-inner-group .leadership-content {
  display: flex;
  flex-wrap: wrap;
  padding: 39px 10px 10px;
}
.eu.world .comp-sec6-inner-group .leadership-content .leadership-text-grp {
  padding: 0 28px;
}
.eu.world .comp-sec6-inner-group .two-col-left-img-group.right-img {
  margin-top: 100px;
}
.eu.world .comp-sec6-inner-group .leadership-image:after {
  display: none;
}
.eu.world .leadership-btn {
  flex: 1;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 0;
  justify-content: flex-end;
}
.eu.world .leadership-inner-item {
  position: relative;
  border-radius: 5px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 100%;
}
.eu.world .leadership-content {
  height: 100%;
}

/* Company Section7 */
.eu.comp-page .comp-section7 {
  padding-top: 300px;
}
.eu.comp-page .mid-container .comp-section7:before {
  background-image: url(../images/comp-sec7-bg.png);
  background-color: rgb(45, 98, 159);
  z-index: 6;
}
.eu.comp-page .mid-container .comp-section7 .section-heading {
  z-index: 6;
}
.eu.comp-page .mid-container .comp-section7 > * {
  z-index: 7;
}
.eu.comp-page .comp-sec7-inner-group {
  position: relative;
}
.eu.comp-page .comp-section7 .comp-full-col-content .inner-grp .top-img img {
  width: 80px;
}
/* End*/

/* Company Section8 */
.eu.comp-page .comp-section8 {
  padding-top: 300px;
}
.eu.comp-page .mid-container .comp-section8 .section-heading {
  z-index: 5;
}
.eu.comp-page .comp-sec8-inner-group {
  position: relative;
}
.eu.comp-page .mid-container .comp-section8:before {
  background-image: url(../images/comp-sec8-bg.png);
  background-color: #edf1f4;
  z-index: 5;
  background-position: top 78% center;
}
.eu.comp-page .mid-container .comp-section8 > * {
  z-index: 6;
}
.eu.comp-page .sec1-data-management-group.left-img .inner-group .left-col {
  order: 1;
  left: 0;
}
.eu.comp-page .sec1-data-management-group.left-img .inner-group .right-col {
  order: 2;
}
.eu.comp-page .sec1-data-management-group.left-img .inner-group {
  justify-content: flex-end;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.eu.comp-page
  .sec1-data-management-group.left-img
  .inner-group
  .left-col
  .bg-img {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  background-position: top;
}
.eu.comp-page .mid-container .comp-section8 .content-box-group {
  margin-bottom: 0;
}

/* End*/

/* Advisor Section CSS */
.eu.comp-page .advisors-group {
  bottom: -100px;
  position: relative;
}
.eu.comp-page .advisor-item {
  margin-bottom: 10px;
}
.eu.comp-page .advisor-item:last-child {
  margin-bottom: 0;
}
.eu.comp-page .advisor-image {
  padding-right: 0;
}
.eu.comp-page .advisor-image .bg-img {
  border-radius: 0;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 5px;
}
.eu.comp-page .advisor-content {
  background: #fff;
  margin-left: -15px;
  border-radius: 5px;
  border-top-right-radius: 30px;
  padding: 52px 75px 72px;
}
.eu.comp-page .advisor-content .top-text {
  text-align: right;
  color: #e84c3c;
  font-family: "Space Mono";
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
}
.eu.comp-page .advisor-content h3 {
  font-size: 30px;
  margin-bottom: 14px;
  line-height: 1.2;
}
.eu.comp-page .advisor-content h6 {
  letter-spacing: 1px;
  color: #02b6a2;
  margin-bottom: 15px;
}
.eu.comp-page .advisor-content hr {
  display: inline-block;
  width: 200px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  border: 0;
  height: 2px;
  margin: 18px 0 40px;
}
.eu.comp-page .advisor-text > *:last-child {
  margin-bottom: 0;
}
.eu.comp-page .advisor-content > *:last-child {
  margin-bottom: 0;
}
/* End*/

/* One Column Icon */
.eu.comp-page .one-col-icon-group {
  width: calc(100% + 90px);
  margin: 0 -45px 70px;
}
.eu.comp-page .one-col-icon-item {
  width: calc(100% / 4);
  margin-bottom: 30px;
  padding: 0 45px;
  position: relative;
  border-right: 2px solid #2d629f;
  border-top-right-radius: 25px;
}

.eu.comp-page .one-col-icon-item:before {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #2d629f;
  position: absolute;
  bottom: 0;
  right: -5px;
}
.eu.comp-page .one-col-icon-item:after {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #2d629f;
  position: absolute;
  top: -2px;
  right: 13px;
}
.eu.comp-page .one-col-icon-item:nth-child(5n + 5) {
  border: 0;
}
.eu.comp-page .one-col-icon-item:nth-child(5n + 5):after,
.eu.comp-page .one-col-icon-item:nth-child(5n + 5):before {
  display: none;
}
.eu.comp-page .one-col-icon-inner-item > *:last-child {
  margin-bottom: 0;
}
.eu.comp-page .one-col-icon-inner-item .top-img img {
  height: 80px;
}
.eu.comp-page .one-col-icon-inner-item .top-img {
  margin-bottom: 48px;
}
.eu.comp-page .one-col-icon-inner-item h3.title {
  font-size: 30px;
  font-family: "FuturaPTDemi";
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 50px;
}
.eu.comp-page .one-col-icon-inner-item h3.title:after {
  content: "";
  position: absolute;
  left: 00;
  margin: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background-color: rgb(253, 240, 81);
}
.eu.comp-page .one-col-icon-inner-item {
  padding: 46px 0 52px;
}
.eu.comp-page .one-col-icon-inner-item .text-box {
  min-height: 245px;
}
.eu.comp-page .one-col-icon-inner-item .text-box > *:last-child {
  margin-bottom: 0;
}
.eu.comp-page .one-col-icon-inner-item h3.title.light-grn:after {
  background-color: rgb(119, 215, 124);
}
.eu.comp-page .one-col-icon-inner-item h3.title.dark-grn:after {
  background-color: rgb(8 152 145);
}
.eu.comp-page .one-col-icon-inner-item h3.title.high-grn:after {
  background-color: rgb(15 102 129);
}
.eu.comp-page .one-col-icon-inner-item h3.title.blue:after {
  background-color: rgb(35 100 172);
}
/* End */

/* Two Column Left Image */
.eu.comp-page .two-col-left-img-group {
  bottom: -100px;
  position: relative;
}
.eu.comp-page .two-col-left-img-group .bg-img {
  border-radius: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 100px;
}
.eu.comp-page .two-col-left-img-group .right-col {
  background: #fff;
  border-radius: 30px;
  border-top-right-radius: 100px;
  border-top-left-radius: 0;
  padding: 90px 100px 100px 100px;
  color: #212529;
}
.eu.comp-page .two-col-left-img-group .left-col {
  margin-right: -2%;
  padding: 0;
}
.eu.comp-page .two-col-left-img-group .right-col > * {
  margin-bottom: 52px;
}
.eu.comp-page .two-col-left-img-group .right-col > *:last-child {
  margin-bottom: 0;
}
.eu.comp-page
  .two-col-left-img-group
  .right-col
  .right-col-content
  .right-top-img
  img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.eu.comp-page
  .two-col-left-img-group
  .right-col
  .right-col-content
  .right-top-img {
  margin-bottom: 48px;
}
.eu.comp-page .two-col-left-img-group .right-col .right-col-content h2 {
  margin-bottom: 33px;
}
.eu.comp-page .yellow-btn.grn-bg {
  background-color: #02b6a2;
  color: #fff;
}
.eu.comp-page .yellow-btn.grn-bg:before {
  background-color: #02b6a2;
}
.eu.comp-page .yellow-btn.grn-bg:hover {
  background-color: #2d4c6a;
  color: #fff;
}
.eu.comp-page .yellow-btn.grn-bg:hover:before {
  background-color: #2d4c6a;
}
.eu.comp-page .two-col-left-img-group.right-img .left-col {
  order: 2;
  border-radius: 0;
  border-top-right-radius: 100px;
  border-top-left-radius: 0;
  margin: 0;
}
.eu.comp-page .two-col-left-img-group.right-img .right-col {
  order: 1;
  border-radius: 30px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 5px;
  margin-right: -2%;
}
.eu.comp-page .two-col-left-img-group.right-img .left-col .bg-img {
  border-top-right-radius: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 30px;
}

/* End */

/* Blockquote Section */
.eu.comp-page .blockquote-group {
  position: relative;
  padding: 50px 0;
  text-align: center;
  color: rgb(45, 98, 159);
  max-width: 1400px;
  margin: 0 auto;
}
.eu.comp-page .blockquote-content {
  margin: 0 auto 70px;
  font-family: "FuturaPTBookOblique";
}
.eu.comp-page .blockquote-content p {
  font-size: 40px;
}
.eu.comp-page .blockquote-content > *:last-child {
  margin-bottom: 0;
}
.eu.comp-page .blockquote-top-svg {
  text-align: left;
  padding-bottom: 98px;
}
.eu.comp-page .blockquote-top-svg svg {
  width: auto;
  margin: 0;
}
.eu.comp-page .blockquote-bottom-svg {
  text-align: right;
  padding-top: 85px;
}
.eu.comp-page .blockquote-bottom-content > *:last-child {
  margin-bottom: 0;
}

/* End */

/* Modal CSS */
.eu .modal {
  z-index: 9999 !important;
  text-align: center;
  padding: 0 !important;
}
.eu .fade.show {
  opacity: 1;
}
.eu .modal-backdrop.fade.show {
  opacity: 0.5;
}
.eu .modal-header .close {
  font-size: 40px;
  padding: 5px 10px;
}
.eu .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.eu .modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.eu .modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -10px;
}
.eu .modal-dialog {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  text-align: left;
}

/* End */

/* Company Page Side Border CSS */
.eu.comp-page .comp-section2 .section-heading::before,
.eu.comp-page .comp-section2 .section-heading::after,
.eu.comp-page .comp-section7 .section-heading::before,
.eu.comp-page .comp-section7 .section-heading::after {
  background-image: none;
  background-color: #fdf051;
}
.eu.comp-page .comp-section2 .section-heading h5,
.eu.comp-page .comp-section7 .section-heading h5 {
  background-image: none;
  color: #fdf051;
}
.eu.comp-page .mid-container > div.comp-section2:after {
  background-image: -moz-linear-gradient(
    270deg,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background-image: -webkit-linear-gradient(
    270deg,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background-image: -ms-linear-gradient(
    270deg,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
}
.eu.comp-page .comp-section3 .section-heading::before,
.eu.comp-page .comp-section3 .section-heading::after {
  background-image: none;
  background-color: #02b6a2;
}
.eu.comp-page .comp-section3 .section-heading h5 {
  background-image: none;
  color: #02b6a2;
}
.eu.comp-page .mid-container > div.comp-section3:after {
  background-image: -moz-linear-gradient(
    270deg,
    rgb(253, 240, 81) 1%,
    rgb(2, 182, 162) 100%
  );
  background-image: -webkit-linear-gradient(
    270deg,
    rgb(253, 240, 81) 1%,
    rgb(2, 182, 162) 100%
  );
  background-image: -ms-linear-gradient(
    270deg,
    rgb(253, 240, 81) 1%,
    rgb(2, 182, 162) 100%
  );
}
.eu.comp-page .mid-container > div.comp-section4:after {
  background-image: -moz-linear-gradient(
    270deg,
    rgb(2, 182, 162) 0%,
    rgb(45, 98, 159) 100%
  );
  background-image: -webkit-linear-gradient(
    270deg,
    rgb(2, 182, 162) 0%,
    rgb(45, 98, 159) 100%
  );
  background-image: -ms-linear-gradient(
    270deg,
    rgb(2, 182, 162) 0%,
    rgb(45, 98, 159) 100%
  );
}
.eu.comp-page .comp-section4 .section-heading::before,
.eu.comp-page .comp-section4 .section-heading::after {
  background-image: none;
  background-color: #2d629f;
}
.eu.comp-page .comp-section4 .section-heading h5 {
  background-image: none;
  color: #2d629f;
}
.eu.comp-page .comp-section6 .section-heading h5 {
  background-image: none;
  color: #02b6a2;
}
.eu.comp-page .comp-section6 .section-heading::before,
.eu.comp-page .comp-section6 .section-heading::after {
  background-image: none;
  background-color: #02b6a2;
}
.eu.comp-page .mid-container > div.comp-section6:after {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(2, 182, 162) 0%,
    rgb(45, 98, 159) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(2, 182, 162) 0%,
    rgb(45, 98, 159) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(2, 182, 162) 0%,
    rgb(45, 98, 159) 100%
  );
}
.eu.comp-page .mid-container > div.comp-section7:after {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(253, 240, 81) 0%,
    rgb(2, 182, 162) 99%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(253, 240, 81) 0%,
    rgb(2, 182, 162) 99%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(253, 240, 81) 0%,
    rgb(2, 182, 162) 99%
  );
}
.eu.comp-page .comp-section8 .section-heading::before,
.eu.comp-page .comp-section8 .section-heading::after {
  background-image: none;
  background-color: #02b6a2;
}
.eu.comp-page .mid-container > div.comp-section8:after {
  background-image: -moz-linear-gradient(
    270deg,
    rgb(253, 240, 81) 0%,
    rgb(2, 182, 162) 99%
  );
  background-image: -webkit-linear-gradient(
    270deg,
    rgb(253, 240, 81) 0%,
    rgb(2, 182, 162) 99%
  );
  background-image: -ms-linear-gradient(
    270deg,
    rgb(253, 240, 81) 0%,
    rgb(2, 182, 162) 99%
  );
  background-image: -moz-linear-gradient(
    270deg,
    rgb(253, 240, 81) 0%,
    rgb(2, 182, 162) 99%
  );
  background-image: -webkit-linear-gradient(
    270deg,
    rgb(253, 240, 81) 0%,
    rgb(2, 182, 162) 99%
  );
  background-image: -ms-linear-gradient(
    270deg,
    rgb(253, 240, 81) 0%,
    rgb(2, 182, 162) 99%
  );
}
.eu.comp-page .comp-section8 .section-heading h5 {
  color: #02b6a2;
}
.eu.comp-page .mid-container > div.section5:after {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(45, 98, 159) 0%,
    rgb(2, 182, 162) 99%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(45, 98, 159) 0%,
    rgb(2, 182, 162) 99%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(45, 98, 159) 0%,
    rgb(2, 182, 162) 99%
  );
}
/* End */

/* Company Page CSS End */

/* Ehics Page CSS Start */
@import url("https://fonts.googleapis.com/css2?family=Space+Mono:wght@700");

/* Section Commen Style Start
-------------------------*/
.eu.ethics_page .common-banner .banner-box {
  max-width: 915px;
}
.eu.ethics_page .content-box-group {
  margin-bottom: 0;
}
.eu.ethics_page .lineChange {
  top: 0;
  z-index: 9;
  width: 15px;
  height: 200px;
  position: absolute;
  background-image: -moz-linear-gradient(
    270deg,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background-image: -webkit-linear-gradient(
    270deg,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background-image: -ms-linear-gradient(
    270deg,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
}
.eu.ethics_page .bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.eu.ethics_page .comp-full-col-content {
  margin-bottom: 20px;
}
.eu.ethics_page .pt300 {
  padding-top: 300px;
}
.eu.ethics_page .pt200 {
  padding-top: 200px;
}
.eu.ethics_page .bottomMinus {
  bottom: -100px;
}

/* Section 1 Style Start
-------------------------*/
.eu.ethics_page .section1 .section-heading:before {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(2, 182, 162) 0%,
    rgb(45, 98, 159) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(2, 182, 162) 0%,
    rgb(45, 98, 159) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(2, 182, 162) 0%,
    rgb(45, 98, 159) 100%
  );
}
.eu.ethics_page .solution_sec1 .content-box ul {
  padding-left: 20px;
}
.eu.ethics_page .solution_sec1 .content-box ul li {
  list-style: disc;
  margin-bottom: 20px;
  padding-left: 10px;
}
.eu.ethics_page .platform-transform-line {
  background-image: url("../images/EthicsImg/Ethics-Sec2_right_line.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 62%;
  z-index: 9;
  width: 151px;
  height: 57%;
  margin-right: 0;
  background-position: top right;
  background-size: contain;
  right: -200px;
}
.eu.ethics_page .section1 {
  padding-bottom: 0;
  background-color: #edf1f4;
}

.eu.ethics_page .Ethics_Section1 .solution_sec1 .line1 {
  height: 134%;
  width: 300px;
}
.eu.ethics_page .Ethics_Section1 .solution_sec1 .line1 .arrow img,
.eu.ethics_page .Ethics_Section1 .solution_sec1 .line1 .arrow {
  height: 100%;
}
/* Section 1 Style END
-------------------------*/

/* Section 2 Style Start
-------------------------*/
.eu.ethics_page .comp-sec2-inner-group .container {
  position: relative;
}
.eu.ethics_page .section2:before {
  display: none;
}
.eu.ethics_page .sec2_box_sec {
  margin-bottom: 0px;
}
.eu.ethics_page .comp-full-col-content .inner-grp {
  border-radius: 100px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 30px;
}
.eu.ethics_page .comp-full-col-content .inner-grp .top-img img {
  width: 86px;
}
.eu.ethics_page .section2 .section-heading {
  z-index: 5;
}
.eu.ethics_page .blockquote-group {
  padding: 0;
  color: #fff;
}
.eu.ethics_page .mid-container .solution_section2:after {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: url("../images/EthicsImg/Ethics-Section1_Bg.png") !important;
  display: block !important;
}
.eu.ethics_page .solution_section2 .comp-full-col-content .inner-grp {
  border-bottom-left-radius: 100px;
}
.eu.ethics_page .section2 .bottom-img {
  background-image: url("../images/EthicsImg/Ethics_CodeofEthics_bg.png");
  background-position: 85% 126%;
  background-repeat: no-repeat;
  background-size: auto 111%;
}

/* Section 2 Style END
-------------------------*/

/* Section 3 Style Start
-------------------------*/
.eu .Ethics_section3 .container {
  z-index: 4;
  position: relative;
}
.eu .mid-container > .Ethics_section3::after {
  content: "";
  top: 0;
  z-index: 8;
  width: 15px;
  height: 200px;
  position: absolute;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(120, 215, 125) 0%,
    rgb(2, 182, 162) 100%
  );
}
.eu .Ethics_section3 {
  background-color: #edf1f4;
  padding-top: 200px;
}
.eu .mid-container > .Ethics_section3:before {
  content: "";
  background-image: url("../images/EthicsImg/Ethics-Section3_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-bottom-right-radius: 100px;
  z-index: 0;
  background-position: top 75% right;
}
.eu .Ethics_section3 .section-heading:before {
  background: #02b6a2;
}
.eu .Ethics_section3 .section-heading h5 {
  color: rgb(2, 182, 162);
}

.eu .Ethics_section3_part2 .inner-group {
  overflow: hidden;
  border-radius: 10px 30px 30px 100px;
}
.eu .Ethics_section3_part2 .inner-group .left-col {
  background-size: cover !important;
  background: #fff;
  background-repeat: no-repeat;
  background-position: top center;
}
.eu .Ethics_section3_part2 .inner-group .right-col {
  padding: 40px 70px 90px;
  background: #fff;
}

.eu .Ethics_section3_part2 .content-box {
  padding: 30px 0 0 0;
  margin-top: 30px;
}
.eu .Ethics_section3_part2 .content-box:before {
  width: 205px;
  height: 2px;
  background-image: -ms-linear-gradient(
    360deg,
    rgb(45, 98, 159) 0%,
    rgb(2, 182, 162) 50%,
    rgb(253, 240, 81) 100%
  );
  background-image: -webkit-linear-gradient(
    360deg,
    rgb(45, 98, 159) 0%,
    rgb(2, 182, 162) 50%,
    rgb(253, 240, 81) 100%
  );
  background-image: -moz-linear-gradient(
    360deg,
    rgb(45, 98, 159) 0%,
    rgb(2, 182, 162) 50%,
    rgb(253, 240, 81) 100%
  );
}
.eu .Ethics_section3_part2 h6 {
  color: #02b6a2;
  letter-spacing: 0.05em;
}
.eu .Ethics_section3_part2 .right_col_title {
  position: relative;
}
.eu .Ethics_section3_part2 .right_col_title .right_col_tag {
  font-family: "Space Mono", monospace;
  position: absolute;
  right: 0;
  top: 0;
  color: #e84c3c;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.eu .Ethics_section3_part3 .sec2_notes_group .notes .content-box:before {
  background-color: #02b6a2;
}
.eu .Ethics_section3_part3 .sec2_notes_group .notes .content-box p,
.eu .Ethics_section3_part3 .sec2_notes_group .notes h2 {
  color: #183a5b;
}
.eu .Ethics_section3_part3 {
  position: relative;
}
.eu .Ethics_section3_part3 .sign-up-arrow {
  bottom: 25px;
  top: inherit;
  background-image: url("../images/EthicsImg/Ethics-Sec3_left_line.png");
  height: 500%;
  background-position: right bottom;
}
.eu .ES3P3_box_sec_parent {
  position: relative;
}
.eu .Ethics_section3_part3 .line2 {
  position: absolute;
  top: 53%;
  z-index: 9;
  width: 151px;
  height: 100%;
  margin-right: 0;
  background-size: contain;
  right: -200px;
}
.eu .Ethics_section3_part3 .line2 .arrow {
  height: 100%;
}
.eu .Ethics_section3_part3 .line2 img {
  width: 100%;
  max-height: 100%;
}

.eu .ES3P3_box {
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  height: 100%;
}
.eu .ES3P3_box .ES3P3_box_content {
  padding: 30px 50px;
}
.eu .ES3P3_box .ES3P3_box_content span {
  color: #02b5a2;
  letter-spacing: 0.05em;
}
.eu .ES3P3_box .ES3P3_box_content div {
  padding: 30px 0 0 0;
  position: relative;
  margin-top: 30px;
}
.eu .ES3P3_box .ES3P3_box_content div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 205px;
  height: 2px;
  background: -webkit-linear-gradient(
    left,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background: -o-linear-gradient(
    left,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background: linear-gradient(
    to right,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
}
.eu .ES3P3_box .ES3P3_box_content p {
  color: #183a5b;
  letter-spacing: 0.05em;
}
.eu .time_table_box_main {
  padding: 80px 100px;
  border-radius: 0px 0 0 100px;
  background-color: #fff;
}
.eu .ES3_P3_box_main .time_table_box_main:last-child {
  border-radius: 30px 0 0 100px;
}

.eu .time_table_box_main h2 {
  margin-bottom: 48px;
  padding-bottom: 40px;
  position: relative;
}
.eu .time_table_box_main h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: -webkit-linear-gradient(
    left,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background: -o-linear-gradient(
    left,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background: linear-gradient(
    to right,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
}

.eu .time_table_box_main {
  margin-top: 20px;
}
.eu .time_table_box_main .time_table_row {
  display: flex;
  flex-wrap: wrap;
  color: #183a5b;
  border-radius: 10px;
}
.eu .time_table_box_main .time_table_row:nth-child(odd) {
  background-color: rgba(231, 235, 238, 0.25);
}
.eu .time_table_box_main .time_table_row .time_table_left {
  padding: 12px 50px;
  font-family: "FuturaPTDemi";
  width: 25%;
  letter-spacing: 0.05em;
}
.eu .time_table_box_main .time_table_row .time_table_right {
  padding: 12px 25px;
  width: 75%;
  letter-spacing: 0.05em;
}
.eu .time_table_box_main .time_table_row:hover .time_table_right,
.eu .time_table_box_main .time_table_row:hover .time_table_left {
  color: #06b6a2 !important;
}

/* Section 3 Style END
-------------------------*/

/* Section 4 Style Start
-------------------------*/
.eu.ethics_page .Ethics_section4 .ESEC4_content .line2 {
  position: absolute;
  right: -200px;
  top: 50%;
}
.eu.ethics_page .Ethics_section4 .sign-up-arrow {
  background-image: url("../images/EthicsImg/Ethics-Sec4_left_line.png");
}

.eu .ESEC4_title {
  position: relative;
  z-index: 5;
}
.eu .ESEC4_title .sign-up-arrow {
  bottom: 25px;
  height: 470%;
  top: inherit;
  background-position: bottom left;
}
.eu .ESEC4_title .sec2_notes_group .notes h2,
.eu .ESEC4_title .sec2_notes_group .notes p {
  color: #183a5b;
}
.eu .ESEC4_title .sec2_notes_group .notes .content-box {
  border-left: 2px solid #2d629f;
}
.eu .ESEC4_title .client-logo-group ul {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.eu .ESEC4_title .client-logo-group ul li {
  margin: 0;
  width: 16.66666666666667%;
  padding: 27px 25px;
  border-right: 2px solid #e0c910;
}
.eu .ESEC4_title .client-logo-group ul li div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eu .ESEC4_title .client-logo-group ul li:last-child {
  border-right: 0;
}
.eu .ESEC4_title .client-logo-group ul li:first-child {
  padding-left: 0;
}
.eu .ESEC4_title .client-logo-group ul li:last-child {
  padding-right: 0;
}

.eu .ESEC4_content {
  position: relative;
  padding: 80px 100px;
  border-radius: 30px 100px 30px 100px;
  background-color: #fff;
}
.eu .ESEC4_content ul li:nth-child(odd) {
  background-color: rgba(231, 235, 238, 0.25);
}
.eu .ESEC4_content ul li {
  padding: 12px 30px 12px 100px;
  list-style: none;
  position: relative;
  border-radius: 10px;
}
.eu .ESEC4_content ul li a {
  word-break: break-all;
  text-decoration: underline;
}
.eu .ESEC4_content ul li::before {
  position: absolute;
  left: 50px;
  top: 23px;
  height: 6px;
  width: 6px;
  content: "";
  background: #000;
  border-radius: 50%;
}

/* Section 4 Style End
-------------------------*/

.eu .press_top_main {
  position: relative;
}
.eu .Ethics_section7 .press_top_main .sign-up-arrow {
  background-position: bottom left;
  background-image: url("../images/EthicsImg/Ethics-line_9.png");
  bottom: 25px;
  top: inherit;
  height: 565%;
}

.eu .Ethics_section6:before {
  background-image: url("../images/EthicsImg/Ethics_Section6_bg.png");
}
.eu .Ethics_section5:before {
  background-image: url("../images/EthicsImg/Ethics-Product_bg.png");
}
.eu .Ethics_section7:before {
  background-image: url("../images/EthicsImg/Ethics_Section7_bg.png");
}

/* Section 5 Style Start
-------------------------*/
.eu.ethics_page .Ethics_section5 .sign-up-arrow {
  top: inherit;
  background-image: url("../images/EthicsImg/Ethics-line_7.png");
  bottom: 25px;
  height: 415%;
}
.eu.ethics_page .Ethics_section5 .press-top-sec {
  color: #fff;
  border-color: #fdf051;
}
.eu.ethics_page .Ethics_section5 .press-top-sec .content-box:before {
  background-color: #fdf051;
}
.eu.ethics_page .Ethics_section5 .platform-transform-line {
  height: 136%;
}
/* Section 5 Style End
-------------------------*/

/* Section 6 Style Start
-------------------------*/
.eu .Ethics_section6 .time_table_box_img {
  margin-bottom: 30px;
}
.eu .Ethics_section6 .time_table_box_main {
  border-radius: 30px 100px 30px 100px;
}
.eu .Ethics_section6 .time_table_box {
  text-align: center;
}
.eu .Ethics_section6 .time_table_box_main .time_table_row {
  align-items: center;
}
.eu .Ethics_section6 .time_table_box_main .time_table_row:first-child {
  font-family: "FuturaPTDemi";
}
.eu .Ethics_section6 .time_table_row > div {
  padding: 15px 15px;
}
.eu .Ethics_section6 .time_table_row .time_table_1 {
  width: 14%;
}
.eu .Ethics_section6 .time_table_row .time_table_2 {
  width: 13%;
}
.eu .Ethics_section6 .time_table_row .time_table_3 {
  width: 13%;
}
.eu .Ethics_section6 .time_table_row .time_table_4 {
  width: 15%;
}
.eu .Ethics_section6 .time_table_row .time_table_5 {
  width: 15%;
}
.eu .Ethics_section6 .time_table_row .time_table_6 {
  width: 15%;
}
.eu .Ethics_section6 .time_table_row .time_table_7 {
  width: 15%;
}
/* Section 6 Style End
-------------------------*/

/* Section 7 Style End
-------------------------*/
.eu .Ethics_section7 .container {
  z-index: 4;
  position: relative;
}
.eu .Ethics_section7 .press-top-sec {
  color: #fff;
}
.eu .Ethics_section7 .press-top-sec .content-box:before {
  background-color: #fdf051;
}
.eu .Ethics_section7 .press-top-sec .content-box a {
  color: #fdf051;
}

.eu .ES7_SD_Main {
  display: flex;
  flex-wrap: wrap;
}
.eu .ES7_SD_Main .ES7_SD_Left {
  width: 52%;
  margin-left: -6%;
  padding-right: 15px;
}
.eu .ES7_SD_Main .ES7_SD_Left .EST_top img {
  width: 100%;
}

.eu .EST_Line_bottom {
  text-align: center;
  width: 100%;
  margin: 20px 0 0;
}
.eu .EST_Line_bottom img {
  margin-left: 6%;
}

.eu .ES7_SD_Main .ES7_SD_Right {
  width: 54%;
  padding-left: 15px;
  color: #fff;
}
.eu .ES7_SD_Right h5 {
  color: #fff;
  letter-spacing: 0.065em;
  font-family: "FuturaPTDemi";
}
.eu .ES7_SD_Right ul {
  margin-top: 30px;
}
.eu .ES7_SD_Right ul li:nth-child(odd) {
  background-color: rgba(24, 58, 91, 0.7);
}
.eu .ES7_SD_Right ul li {
  padding: 20px 20px 20px 100px;
  list-style: none;
  position: relative;
  border-radius: 10px;
}
.eu .ES7_SD_Right ul li::before {
  position: absolute;
  left: 50px;
  top: 23px;
  height: 6px;
  width: 6px;
  content: "";
  background: #fff;
  border-radius: 50%;
}
.eu .ES7_SD_Right ul li span {
  font-family: "FuturaPTHeavy";
}
.eu .ES7_SD_Right ul li:nth-child(6):before {
  display: none;
}
.eu .ES7_SD_Right ul li:nth-child(6) {
  display: flex;
  align-items: center;
}
.eu .ES7_SD_Right ul li:nth-child(6) span {
  margin-left: 27px;
}

.eu .Ethics_section7_third {
  margin-top: -60px;
}
.eu .Ethics_section7_third .time_table_box_main {
  border-radius: 30px 100px 10px 100px;
}
.eu .Ethics_section7_third .time_table_box_main .time_table_right,
.eu .Ethics_section7_third .time_table_box_main .time_table_left {
  width: 50%;
  text-align: center;
}
.eu .Ethics_section7_third .ESEC4_content {
  border-radius: 30px 10px 30px 100px;
  margin-top: 20px;
}

/* Section 7 Style End
-------------------------*/

/* Section 8 Style Start
-------------------------*/
.eu.ethics_page .Ethics_section8 .sign-up-arrow {
  top: -47.3%;
  background-image: url("../images/EthicsImg/Ethics-line_11.png");
}

/* Section 8 Style End
-------------------------*/

/* Section Page zIndex Style Start
----------------------------------*/

.eu.ethics_page .Ethics_section3 .comp-sec2-inner-group {
  position: relative;
  z-index: 12;
}
.eu.ethics_page .section1 > * {
  z-index: 30 !important;
}
.eu.ethics_page .banner-wrapper.common-banner {
  z-index: 29;
  position: relative;
}
.eu.ethics_page .mid-container .section1:before {
  z-index: 28 !important;
}
.eu.ethics_page .mid-container .solution_section2:after {
  z-index: 27;
}
.eu.ethics_page .mid-container .Ethics_section3:before {
  z-index: 26;
}
.eu.ethics_page .mid-container .comp-section4::before {
  z-index: 25;
}
.eu.ethics_page .mid-container .Ethics_section5:before {
  z-index: 24;
}
.eu.ethics_page .mid-container .Ethics_section6:before {
  z-index: 23;
}
.eu.ethics_page .mid-container .Ethics_section7:before {
  z-index: 22;
}
.eu.ethics_page .section-heading,
.eu.ethics_page .section2 .section-heading {
  z-index: 40 !important;
}
.eu.ethics_page .lineChange {
  z-index: 41 !important;
}

.eu .Ethics_section6 .time_table_box_main,
.eu .Ethics_section5 .sec_slider_right_dash,
.eu .Ethics_section5 .press-section .container,
.eu .Ethics_section3 .comp-sec2-inner-group,
.eu .Ethics_section3_part3,
.eu .Ethics_section3_part2,
.eu .ESEC4_title,
.eu .ESEC4_content,
.eu .Ethics_section7_top,
.eu .Ethics_section7_Second,
.eu .Ethics_section7_third,
.eu.ethics_page .section5 .sign-up-arrow,
.eu.ethics_page header,
.eu.ethics_page .section-heading:after,
.eu.ethics_page .section2 > div {
  z-index: 41 !important;
}
.eu .Ethics_section7_top,
.eu .Ethics_section7_Second,
.eu .Ethics_section7_third,
.eu .Ethics_section6 .time_table_box_main,
.eu .Ethics_section5 .press-section .container,
.eu .Ethics_section3_part2,
.eu .Ethics_section5 .sec_slider_right_dash,
.eu.ethics_page .sec2_top_solution {
  position: relative;
}

.eu.ethics_page footer .section-heading,
.eu.ethics_page .banner-wrapper .section-heading {
  top: 0;
}
.eu.ethics_page .section-heading {
  top: 100px;
}

/* Section Page zIndex Style END
----------------------------------*/

/* Section Page Line Color Style Start
----------------------------------*/
.eu.ethics_page .Ethics_section6 .section-heading:after {
  background: #02b6a2;
}

.eu.ethics_page .Ethics_section3 .section-heading:after,
.eu.ethics_page .Ethics_section3 .lineChange {
  background: -webkit-linear-gradient(
    top,
    rgb(253, 240, 81) 0%,
    rgb(2, 182, 162) 100%
  );
  background: -o-linear-gradient(
    top,
    rgb(253, 240, 81) 0%,
    rgb(2, 182, 162) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgb(253, 240, 81) 0%,
    rgb(2, 182, 162) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgb(253, 240, 81) 0%,
    rgb(2, 182, 162) 100%
  );
  background: linear-gradient(
    to bottom,
    rgb(253, 240, 81) 0%,
    rgb(2, 182, 162) 100%
  );
}

.eu.ethics_page .Ethics_section4 h5 {
  color: #2d629f;
}
.eu.ethics_page .Ethics_section4 .section-heading:after,
.eu.ethics_page .Ethics_section4 .section-heading:before {
  background: #2d629f;
}
.eu.ethics_page .Ethics_section4 .lineChange {
  background: -webkit-linear-gradient(
    top,
    rgb(2, 182, 162) 0%,
    rgb(45, 98, 159) 100%
  );
  background: -o-linear-gradient(
    top,
    rgb(2, 182, 162) 0%,
    rgb(45, 98, 159) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgb(2, 182, 162) 0%,
    rgb(45, 98, 159) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgb(2, 182, 162) 0%,
    rgb(45, 98, 159) 100%
  );
  background: linear-gradient(
    to bottom,
    rgb(2, 182, 162) 0%,
    rgb(45, 98, 159) 100%
  );
}

.eu.ethics_page .Ethics_section7 h5,
.eu.ethics_page .Ethics_section5 h5 {
  color: #fdf051;
}
.eu.ethics_page .Ethics_section5 .section-heading:after,
.eu.ethics_page .Ethics_section7 .section-heading:before,
.eu.ethics_page .Ethics_section7 .section-heading:after,
.eu.ethics_page .Ethics_section5 .section-heading:before {
  background: #fdf051;
}
.eu.ethics_page .Ethics_section5 .lineChange {
  background: -webkit-linear-gradient(
    bottom,
    rgb(253, 240, 81) 0%,
    rgb(45, 98, 159) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgb(253, 240, 81) 0%,
    rgb(45, 98, 159) 100%
  );
  background: -ms-linear-gradient(
    bottom,
    rgb(253, 240, 81) 0%,
    rgb(45, 98, 159) 100%
  );
  background: -moz-linear-gradient(
    bottom,
    rgb(253, 240, 81) 0%,
    rgb(45, 98, 159) 100%
  );
  background: linear-gradient(
    to top,
    rgb(253, 240, 81) 0%,
    rgb(45, 98, 159) 100%
  );
}

.eu.ethics_page .Ethics_section6 h5 {
  color: #02b6a2;
}
.eu.ethics_page .Ethics_section6 .section-heading:before {
  background: #02b6a2;
}
.eu.ethics_page .Ethics_section6 .lineChange {
  background: -webkit-linear-gradient(
    bottom,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background: -ms-linear-gradient(
    bottom,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background: -moz-linear-gradient(
    bottom,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background: linear-gradient(
    to top,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
}

.eu.ethics_page .Ethics_section8 .lineChange {
  background: -webkit-linear-gradient(
    bottom,
    rgb(45, 98, 159) 0%,
    rgb(253, 240, 81) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgb(45, 98, 159) 0%,
    rgb(253, 240, 81) 100%
  );
  background: -ms-linear-gradient(
    bottom,
    rgb(45, 98, 159) 0%,
    rgb(253, 240, 81) 100%
  );
  background: -moz-linear-gradient(
    bottom,
    rgb(45, 98, 159) 0%,
    rgb(253, 240, 81) 100%
  );
  background: linear-gradient(
    to top,
    rgb(45, 98, 159) 0%,
    rgb(253, 240, 81) 100%
  );
}

/* Section Page Line Color Style END
-------------------------------------*/

/* Ehics Page CSS End */

/* BetterWorld Page CSS Start */

/* Section-1 CSS Starts */

.eu.world .mid-container > div {
  margin-bottom: -100px;
  position: relative;
  border-bottom-right-radius: 100px;
}
.eu.world .section1 > * {
  z-index: 3;
}
.eu.world .sec1-data-value-group .inner-group .left-col {
  order: inherit;
  margin-right: -20px;
  margin-left: 0;
}
.eu.world .sec1-data-value-group .inner-group .left-col .bg-img {
  border-radius: 30px 0 0 30px;
}
.eu.world .sec1-data-value-group .inner-group .right-col {
  border-radius: 0 100px 100px 30px;
}
.eu.world .section1:before {
  background-image: url(../images/world_sec1_bg.png) !important;
  z-index: 2 !important;
  background-color: #f0f3f6;
  content: "";
}
.eu.world .mid-container > div::before {
  content: "";
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-bottom-right-radius: 100px;
  background-repeat: no-repeat;
  margin: 0px auto;
  background-position: center bottom;
  overflow: auto;
}
.eu.world .sec1_world_box {
  margin-bottom: -180px;
  z-index: 4;
}
.eu .world_sec1_data .line2 {
  bottom: -80px;
}
.eu.world .sec1-data-value-group .line1 {
  margin-left: -180px;
}
.eu.world .section1 .sec1-data-value-group .inner-group {
  margin-top: 0px;
}
.eu.world .yellow-btn.grn-bg {
  background-color: #02b6a2;
  color: #fff;
}
.eu.world .yellow-btn.video-btn span:after {
  content: "\f144";
  top: 1px;
}
.eu.world .yellow-btn.grn-bg:before {
  background-color: #02b6a2;
}
.eu.world .section1:after {
  content: "";
  height: 200px;
  background-image: linear-gradient(0deg, #02b6a2 0%, #2d629f 100%);
  position: absolute;
  top: -75px;
  left: 0;
  width: 15px;
  z-index: 4;
}
/* Section-1 CSS Ends */

/* Section-2 CSS Starts */
.eu.world .section2:after {
  content: "";
  height: 200px;
  background-image: linear-gradient(180deg, #02b6a2 0%, #78d77d 100%);
  position: absolute;
  top: -75px;
  left: 0;
  width: 15px;
  z-index: 4;
  right: inherit;
}
.eu.world .section2 .section-heading:before {
  background-color: #78d77d;
}
.eu.world .section2 .section-heading:after {
  background-color: rgb(120 215 125);
}
.eu.world .section2 .section-heading h5 {
  color: #78d77d;
}
.eu.world .section2 {
  position: relative;
  border-bottom-right-radius: 100px;
  padding: 300px 0 50px;
}
.eu .upper_pillars .notes,
.eu .upper_pillars .one-col-icon-group {
  color: #fff;
}
.eu.world .section2::before {
  background-image: url(../images/world_sec2_bg.jpg);
  background-repeat: no-repeat;
  content: "";
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  z-index: 1;
  overflow: auto;
  border-bottom-right-radius: 100px;
}
.eu .upper_pillars {
  position: relative;
}
.eu .upper_pillars .notes {
  margin-bottom: 200px;
  position: relative;
  z-index: 4;
  padding-left: 80px;
}
.eu.world .section2 .notes .content-box:before {
  background: #78d77d;
}
.eu.world .one-col-icon-inner-item .text-box {
  min-height: 100px;
}
.eu.world .section2 .sec1-data-value-group .inner-group .left-col {
  order: 2;
  margin-right: 0;
  margin-left: -20px;
}
.eu.world .section2 .sec1-data-value-group .inner-group .left-col .bg-img {
  border-radius: 0 100px 30px 0;
}
.eu.world .section2 .sec1-data-value-group .inner-group .right-col {
  border-radius: 30px 0 30px 100px;
}
.eu.world .sec2_last_dec .right-top-img {
  margin-bottom: 50px;
}
.eu.world .sec2_last_dec .btn-group {
  margin-top: 60px;
}
.eu .content-box-group.sec2_last_dec {
  margin-bottom: -80px;
}
.eu .upper_pillars .sign-up-arrow {
  background-image: url(../images/world_line3.png);
  top: -32%;
}
.eu.world .notes .content-box p span {
  color: #78d77d;
}
.eu.world .upper_pillars .sec1-data-value-group .line2 {
  bottom: -73%;
}
/* Section-2 CSS Ends */

/* Section-3 CSS Starts */
.eu.world .section3:after {
  content: "";
  height: 200px;
  background-image: linear-gradient(180deg, #78d77d 0%, #fdf051 100%);
  position: absolute;
  top: -75px;
  left: 0;
  width: 15px;
  z-index: 4;
  right: inherit;
}
.eu.world .section3 {
  position: relative;
  border-bottom-right-radius: 100px;
  padding: 300px 0 50px;
}
.eu.world .section3::before {
  background-image: url(../images/world_sec3_bg.jpg);
  background-repeat: no-repeat;
  content: "";
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  z-index: 1;
  overflow: auto;
  border-bottom-right-radius: 100px;
}
.eu.world .sec3_position {
  position: relative;
}
.eu.world .sec3_position img.bird_1 {
  position: absolute;
  right: -50px;
  z-index: 4;
}
.eu.world .sec3_position img.bird_2 {
  position: absolute;
  left: 30px;
  bottom: -60px;
  z-index: 4;
}
.eu.world .sec3_blockquote {
  position: relative;
  z-index: 4;
  margin-bottom: 100px;
}
.eu.world .sec3_blockquote .blockquote-group {
  color: #fff;
}
.eu .section3_inner .right-top-img {
  margin-bottom: 30px;
}
.eu.world .content-box-group.sec3_last_box .left-col {
  order: 2;
  margin-right: 0;
  margin-left: -20px;
}
.eu.world .content-box-group.sec3_last_box .left-col .bg-img {
  border-radius: 0px 100px 30px 00px;
}
.eu.world .content-box-group.sec3_last_box .right-col {
  border-radius: 30px 0 30px 100px;
}
.eu.world .content-box-group.sec3_last_box .left-col .bg-img img.bird_3 {
  position: absolute;
  left: -140px;
  z-index: 3;
  top: 50px;
}
.eu .content-box-group.sec3_last_box {
  margin-bottom: -140px;
  z-index: 3;
}
/* Section-3 CSS Ends */

/* Section-4 CSS Starts */
.eu.world .section4:after {
  content: "";
  height: 200px;
  background-image: linear-gradient(180deg, #fdf051 0%, #02b6a2 100%);
  position: absolute;
  top: -75px;
  left: 0;
  width: 15px;
  z-index: 4;
  right: inherit;
}
.eu.world .section4 {
  position: relative;
  border-bottom-right-radius: 100px;
  padding: 300px 0 50px;
}
.eu.world .section4::before {
  background-image: url(../images/world_sec4_bg.jpg);
  background-repeat: no-repeat;
  content: "";
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  z-index: 1;
  overflow: auto;
  border-bottom-right-radius: 100px;
}
.eu.world .section4 .sec1_world_box {
  margin-bottom: 100px;
}
.eu.world .sec4_notes {
  color: #183a5b;
  position: relative;
  z-index: 4;
}
.eu.world .sec4_notes .notes {
  margin-bottom: 100px;
  padding-left: 70px;
}
.eu.world .section4 .one-col-icon-inner-item h3.title:after {
  background-color: rgb(2 182 162) !important;
}
.eu.world .section4 .one-col-icon-item {
  border-right: 2px solid #ead000;
}
.eu.world .section4 .one-col-icon-item:after,
.eu.world .section4 .one-col-icon-item:before {
  background-color: #ead000;
}
.eu.world .section4 .one-col-icon-item:nth-child(5n + 5) {
  border: 0;
}
.eu.world .sec4_bottom_img img {
  width: 100%;
}
.eu .sec4_bottom_img {
  margin-bottom: 60px;
}
.eu.world .sec4_notes .one-col-icon-group {
  margin-bottom: 60px;
}
.eu.world .sec4_notes .sign-up-arrow {
  background-image: url(../images/world_line5.png);
  background-size: contain;
  top: -71%;
}
.eu.world .contain_sec6_slider .line2 {
  bottom: 51%;
}
.eu.world .section6 .section-heading {
  z-index: 5;
}
.eu.world .section4 .leadership-content {
  display: flex;
  flex-wrap: wrap;
  padding: 39px 10px 10px;
}
.eu.world .section4 .leadership-content .leadership-text-grp {
  padding: 0 28px;
}
.eu.world .leadership-content .btn-group {
  margin-top: 40px;
}
.eu.world .section4 .leadership-team-item:first-child .leadership-inner-item {
  border-bottom-left-radius: 100px;
}
.eu.world .section4 .sec1-data-management-group .inner-group {
  border-top-left-radius: 30px;
}
.eu.world .section6 .sec1-data-management-group .inner-group {
  border-top-left-radius: 100px;
}
/* Section-4 CSS Ends */

/* Section-6 CSS Starts */
.eu.world .section6:after {
  content: "";
  height: 200px;
  background-image: linear-gradient(180deg, #02b6a2 0%, #2d629f 100%);
  position: absolute;
  top: -75px;
  left: 0;
  width: 15px;
  z-index: 5;
  right: inherit;
}
.eu.world .section6 .section-heading:before {
  background-color: #2d629f !important;
  background-image: none !important;
}
.eu.world .section6 {
  position: relative;
  border-bottom-right-radius: 100px;
  padding: 130px 0 50px;
}
.eu.world .section6::before {
  background-image: url(../images/world_sec6_bg.jpg);
  background-repeat: no-repeat;
  content: "";
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  z-index: 1;
  overflow: auto;
  border-bottom-right-radius: 100px;
}
.eu.world .contain_sec6_slider .slider-arrows-group {
  justify-content: flex-start !important;
}
.eu.world .sec3_blockquote.sec6_blockquote .blockquote-group {
  color: #183a5b;
}
.eu.world .sec6_world_box {
  margin-bottom: 0;
}
.eu.world .section6 .slider-item-group .slider-content .content-box ul li {
  margin: 20px 0;
}
.eu .content-box.sec6_world_box_content li {
  padding-left: 80px;
  position: relative;
  margin: 50px 0;
}
.eu .content-box.sec6_world_box_content li img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.eu.world .sec6_blockquote {
  margin-bottom: 0px;
}
.eu .content-box.sec6_world_box_content li strong {
  text-decoration: underline;
}
.eu .contain_sec6_slider .slider-item-group {
  border-top-right-radius: 30px;
}

/* Section-6 CSS Ends */

/* One Column Icon */
.eu.world .one-col-icon-group {
  width: calc(100% + 90px);
  margin: 0 -45px 250px;
}
.eu.world .one-col-icon-item {
  width: calc(100% / 5);
  margin-bottom: 30px;
  padding: 0 45px;
  position: relative;
  border-right: 2px solid #2d629f;
  border-top-right-radius: 25px;
}
.eu.world .one-col-icon-item:before {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #2d629f;
  position: absolute;
  bottom: 0;
  right: -5px;
}
.eu.world .one-col-icon-item:after {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #2d629f;
  position: absolute;
  top: -2px;
  right: 13px;
}
.eu.world .one-col-icon-item:nth-child(5n + 5) {
  border: 0;
}
.eu.world .one-col-icon-item:nth-child(5n + 5):after,
.eu .one-col-icon-item:nth-child(5n + 5):before {
  display: none;
}
.eu.world .one-col-icon-inner-item > *:last-child {
  margin-bottom: 0;
}
.eu.world .one-col-icon-inner-item .top-img img {
  height: 80px;
}
.eu.world .one-col-icon-inner-item .top-img {
  margin-bottom: 48px;
}
.eu.world .one-col-icon-inner-item h3.title {
  font-size: 30px;
  font-family: "FuturaPTDemi";
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 50px;
}
.eu.world .one-col-icon-inner-item h3.title:after {
  content: "";
  position: absolute;
  left: 00;
  margin: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background-color: rgb(253, 240, 81);
}
.eu.world .one-col-icon-inner-item {
  padding: 46px 0 52px;
}
.eu.world .one-col-icon-inner-item .text-box > *:last-child {
  margin-bottom: 0;
}
.eu.world .one-col-icon-inner-item h3.title.light-grn:after {
  background-color: rgb(119, 215, 124);
}
.eu.world .one-col-icon-inner-item h3.title.dark-grn:after {
  background-color: rgb(8 152 145);
}
.eu.world .one-col-icon-inner-item h3.title.high-grn:after {
  background-color: rgb(15 102 129);
}
.eu.world .one-col-icon-inner-item h3.title.blue:after {
  background-color: rgb(35 100 172);
}
/* End */

/* Leadership Team CSS */
.eu.world .leadership-team-group {
  width: calc(100% + 8px);
  margin: 0 -4px;
  position: relative;
}
.eu.world .leadership-team-item {
  margin-bottom: 10px;
  padding: 0 4px;
}
.eu.world .leadership-inner-item {
  position: relative;
  border-radius: 5px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 100%;
}
.eu.world .leadership-image {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-bottom: 0;
}
.eu.world .leadership-content {
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: -10px;
  position: relative;
  padding: 39px 44px 21px;
}
.eu.world .leadership-author {
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 29px;
}
.eu.world .leadership-author:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
  width: 100px;
  height: 2px;
}
.eu.world .leadership-author > *:last-child {
  margin-bottom: 0;
}
.eu.world .leadership-author h3 {
  margin-bottom: 6px;
  line-height: 1.2;
}
.eu.world .leadership-author h6 {
  font-family: "FuturaPTHeavy";
  color: #02b6a2;
  letter-spacing: 1px;
}
.eu.world .leadership-bio > *:last-child {
  margin-bottom: 0;
}
.eu.world .leadership-bio {
  min-height: 169px;
}
/* End*/

/* Blockquote Section */
.eu.world .blockquote-group {
  position: relative;
  padding: 50px 0;
  text-align: center;
  color: rgb(45, 98, 159);
  max-width: 1400px;
  margin: 0 auto;
}
.eu.world .blockquote-content {
  margin: 0 auto 70px;
  font-family: "FuturaPTBookOblique";
}
.eu.world .blockquote-content p {
  font-size: 40px;
}
.eu.world .blockquote-content > *:last-child {
  margin-bottom: 0;
}
.eu.world .blockquote-top-svg {
  text-align: left;
  padding-bottom: 98px;
}
.eu.world .blockquote-top-svg svg {
  width: auto;
  margin: 0;
}
.eu.world .blockquote-bottom-svg {
  text-align: right;
  padding-top: 85px;
}
.eu.world .comp-section4 {
  padding-top: 100px;
}
.eu.world .blockquote-bottom-content > *:last-child {
  margin-bottom: 0;
}
/* End */

/* BetterWorld Page CSS End */

.modal-xl {
  width: 80% !important;
}
.modal-xl .modal-body {
  padding: 0;
}
.modal-xl .close {
  position: absolute;
  color: #fff;
  opacity: 1;
  right: -30px;
  font-weight: 100;
  font-size: 30px;
}

.comp-section3:before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.careers .section2:before {
  content: "";
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  z-index: 5;
  background-image: linear-gradient(
    180deg,
    rgb(2, 182, 162) 0%,
    rgb(253, 240, 81) 100%
  );
}

.careers .section2:after {
  background-image: url("https://www.hypergiant.com/wp-content/themes/hypergiant/images/sol_sec2_bg_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  border-bottom-right-radius: 100px;
}

.careers .section1.solution_section1:before {
  display: none;
}
