.roxart-compliance {
  background-color: #f7f8fa;
  padding: 100px 0 60px;
}
.roxart-compliance h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
.roxart-compliance h2 span {
  color: #E30613;
}
.roxart-compliance h3, .roxart-compliance p {
  color: #586882;
}
.roxart-compliance__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.roxart-compliance__block:not(:last-child) {
  margin-bottom: 24px;
}
.roxart-compliance__icon-wrapper {
  position: relative;
  z-index: 1;
  width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 0.28);
          box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 0.28);
  border-radius: 24px;
}
.roxart-compliance__icon-wrapper img {
  max-width: 100%;
  height: auto;
}
.roxart-compliance__block-right {
  background-color: #FFFFFF;
  padding: 24px;
  width: calc(100% - 90px);
  margin-left: -90px;
  padding-left: 180px;
  border-radius: 15px;
}
.roxart-compliance__block-right h3 {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #b7b7b7;
}
.roxart-compliance__block-right h4 {
  margin-bottom: 20px;
  color: #E30613;
}
.roxart-compliance__mini-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.roxart-compliance__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  margin-top: 36px;
}
.roxart-compliance__bottom img {
  width: 100px;
  height: auto;
}
.roxart-compliance__bottom p {
  font-size: 0.8rem;
  text-align: right;
}
@media (max-width: 991.98px) {
  .roxart-compliance__mini-blocks {
    grid-template-columns: 1fr;
  }
  .roxart-compliance__block-right {
    padding-left: 90px;
  }
  .roxart-compliance__block-right {
    margin-left: -63px;
    width: calc(100% - 63px);
  }
}
@media (max-width: 767.98px) {
  .roxart-compliance__icon-wrapper {
    width: 120px;
    height: 120px;
  }
  .roxart-compliance__icon-wrapper img {
    width: 100px;
    height: auto;
  }
  .roxart-compliance__right {
    margin-left: -60px;
  }
}
@media (max-width: 575.98px) {
  .roxart-compliance__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .roxart-compliance__icon-wrapper {
    margin-bottom: -60px;
  }
  .roxart-compliance__block-right {
    padding: 100px 20px 20px;
    margin-left: 0;
    width: 100%;
  }
}

.rox-text-field {
  padding-top: 170px;
  padding-bottom: 50px;
}
.rox-text-field p, .rox-text-field li, .rox-text-field ul, .rox-text-field ol, .rox-text-field h1, .rox-text-field h2, .rox-text-field h3, .rox-text-field h4, .rox-text-field h5, .rox-text-field h6 {
  color: #000000;
}
.rox-text-field p, .rox-text-field ul, .rox-text-field ol {
  margin-bottom: 16px;
  line-height: 2em;
}
.rox-text-field h2, .rox-text-field h3, .rox-text-field h4, .rox-text-field h5, .rox-text-field h6 {
  margin-bottom: 1rem;
}
.rox-text-field__content {
  max-width: 1000px;
}
.rox-text-field__heading-wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid #586882;
  margin-bottom: 50px;
}

.rox-carrier-offers-wrapper {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.rox-carrier-text {
  color: #0a1d64;
  font-size: 1.625rem;
  line-height: 1.3em;
  font-weight: 700;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.rox-carrier-text span {
  font-weight: 400;
}

.rox-button-wrapper-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rox-red-button {
  background-color: #E30613;
  border-radius: 5px;
  padding: 21px 42px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.rox-red-button:hover {
  background-color: #bb0612;
  color: #fff;
}

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

.rox-offer-link-wrapper .button {
  width: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1.25rem 3.75rem;
}

@media (max-width: 575.98px) {
  .rox-offer-link-wrapper .button {
    padding: 20px;
    width: 100%;
  }
}/*# sourceMappingURL=roxart.css.map */