@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../../fonts/proxima_nova/ProximaNova-Regular.eot");
  src: url("../../fonts/proxima_nova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/proxima_nova/ProximaNova-Regular.woff2") format("woff2"), url("../../fonts/proxima_nova/ProximaNova-Regular.woff") format("woff"), url("../../fonts/proxima_nova/ProximaNova-Regular.ttf") format("truetype"), url("../../fonts/proxima_nova/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body main {
  overflow-x: hidden;
}
body main section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body main section h1.main-title {
  font-size: 64px;
}
body main section h2.secondary-title {
  font-size: 40px;
}
body main section p.lead {
  font-size: 24px;
}
body main section > img.bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
body main section.page_banner {
  padding: 240px 10px 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.page_banner .caption {
  position: relative;
}
body main section.page_banner .caption h1.main-title {
  font-size: 84px;
}
body main section.page_banner .caption h2.lead {
  font-size: 24px;
  max-width: 80%;
}
body main section.info_card {
  padding: 60px 0;
}
body main section.info_card .img_wrapper {
  overflow: hidden;
  z-index: 1;
}
body main section.info_card .img_wrapper > img {
  border-radius: 0 5px 5px 0;
}
body main section.info_card .content_wrapper {
  background-color: #ffffff;
  margin: 0 0 0 -10%;
  padding: 60px 0;
}
body main section.info_card .content_wrapper .main-title {
  font-size: 40px;
}
body main section.steps {
  padding: 0 0 80px;
}
body main section.steps .top_area {
  background-color: #1d1d1d;
}
body main section.steps .top_area .card {
  position: relative;
  z-index: 1;
  border: none;
  border-radius: 0;
  transform: skewX(-40deg);
}
body main section.steps .top_area .card .card-body {
  padding: 40px 20px;
}
body main section.steps .top_area .card .card-body .card-title {
  font-size: 32px;
  font-weight: 600;
  transform: skewX(40deg);
}
body main section.steps .top_area .card:before, body main section.steps .top_area .card:after {
  content: "";
  background-color: #D0AB2B;
  height: 100%;
  width: 8px;
  position: absolute;
  top: 0;
  z-index: 1;
}
body main section.steps .top_area .card:before {
  background-color: rgba(255, 255, 255, 0.2);
  left: 0;
}
body main section.steps .top_area .card:after {
  background-color: #D0AB2B;
  right: 0;
}
body main section.steps .top_area .step_1 {
  background: rgb(29, 29, 29);
  background: -moz-linear-gradient(90deg, rgb(29, 29, 29) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(29, 29, 29) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(90deg, rgb(29, 29, 29) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1d",endColorstr="#000000",GradientType=1);
}
body main section.steps .top_area .step_1:before {
  display: none;
}
body main section.steps .top_area .step_2 {
  background: rgb(29, 29, 29);
  background: -moz-linear-gradient(270deg, rgb(29, 29, 29) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(270deg, rgb(29, 29, 29) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(270deg, rgb(29, 29, 29) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1d",endColorstr="#000000",GradientType=1);
}
body main section.steps .top_area .step_3 {
  background: rgb(29, 29, 29);
  background: -moz-linear-gradient(270deg, rgb(29, 29, 29) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(270deg, rgb(29, 29, 29) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(270deg, rgb(29, 29, 29) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1d",endColorstr="#000000",GradientType=1);
}
body main section.steps .top_area .step_3:after {
  display: none;
}
body main section.steps .bottom_area {
  padding: 24px 0 0;
}
body main section.why_choose_us {
  padding: 60px 0;
  margin: 0 0 60px;
}
body main section.why_choose_us .circle_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.why_choose_us .circle_wrapper .circle {
  position: relative;
  z-index: 1;
  margin: 60px 60px 100px;
  max-width: max-content;
}
body main section.why_choose_us .circle_wrapper .circle ul {
  display: block;
}
body main section.why_choose_us .circle_wrapper .circle:before, body main section.why_choose_us .circle_wrapper .circle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
body main section.why_choose_us .circle_wrapper .circle:before {
  border: solid 4px rgba(208, 171, 43, 0.2);
  height: calc(100% + 120px);
  width: calc(100% + 120px);
}
body main section.why_choose_us .circle_wrapper .circle:after {
  border: solid 2px #ffffff;
  height: calc(100% + 60px);
  width: calc(100% + 60px);
}
body main section.why_choose_us .circle_wrapper ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
body main section.why_choose_us .circle_wrapper ul li {
  position: absolute;
  min-width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
body main section.why_choose_us .circle_wrapper ul li h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
body main section.why_choose_us .circle_wrapper ul li .icon {
  display: flex;
  padding: 6px;
  position: relative;
  border-radius: 50%;
  border: solid 3px #D0AB2B;
}
body main section.why_choose_us .circle_wrapper ul li .icon img {
  height: 26px;
  width: 26px;
  min-width: 26px;
  background-color: #ffffff;
  padding: 7px 4px 6px;
  border-radius: 50%;
}
body main section.why_choose_us .circle_wrapper ul li:nth-child(1) {
  top: 15%;
  right: 100%;
  text-align: right;
  transform: translate(40px, -50%);
}
body main section.why_choose_us .circle_wrapper ul li:nth-child(2) {
  top: 50%;
  right: 100%;
  text-align: right;
  transform: translate(-6px, -50%);
}
body main section.why_choose_us .circle_wrapper ul li:nth-child(3) {
  top: 80%;
  right: 100%;
  text-align: right;
  transform: translate(27px, -50%);
}
body main section.why_choose_us .circle_wrapper ul li:nth-child(4) {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 7px);
  flex-direction: column-reverse;
  gap: 20px;
  text-align: center;
}
body main section.why_choose_us .circle_wrapper ul li:nth-child(5) {
  top: 15%;
  left: 100%;
  flex-direction: row-reverse;
  transform: translate(-40px, -50%);
}
body main section.why_choose_us .circle_wrapper ul li:nth-child(6) {
  top: 50%;
  left: 100%;
  flex-direction: row-reverse;
  transform: translate(6px, -50%);
}
body main section.why_choose_us .circle_wrapper ul li:nth-child(7) {
  top: 80%;
  left: 100%;
  flex-direction: row-reverse;
  transform: translate(-27px, -50%);
}

@media (max-width: 1780px) {
  body main section h1.main-title {
    font-size: 54px;
  }
  body main section h2.secondary-title {
    font-size: 36px;
  }
  body main section p.lead {
    font-size: 22px;
  }
  body main section.page_banner {
    padding: 220px 10px 120px;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 74px;
  }
  body main section.info_card .content_wrapper .main-title {
    font-size: 32px;
  }
  body main section.info_card .content_wrapper .lead {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  body main section h1.main-title {
    font-size: 44px;
  }
  body main section h2.secondary-title {
    font-size: 32px;
  }
  body main section.page_banner {
    padding: 200px 10px 120px;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 74px;
  }
  body main section.info_card .content_wrapper {
    padding: 40px 0;
  }
  body main section.why_choose_us .circle_wrapper .circle {
    margin: 60px 60px 95px;
  }
  body main section.why_choose_us .circle_wrapper .circle > img {
    width: 290px;
  }
  body main section.why_choose_us .circle_wrapper ul li {
    gap: 30px;
  }
  body main section.why_choose_us .circle_wrapper ul li h2 {
    font-size: 20px;
  }
  body main section.why_choose_us .circle_wrapper ul li:nth-child(1) {
    transform: translate(27px, -50%);
  }
  body main section.why_choose_us .circle_wrapper ul li:nth-child(3) {
    top: 80%;
    right: 100%;
    text-align: right;
    transform: translate(17px, -50%);
  }
  body main section.why_choose_us .circle_wrapper ul li:nth-child(5) {
    top: 15%;
    left: 100%;
    flex-direction: row-reverse;
    transform: translate(-27px, -50%);
  }
  body main section.why_choose_us .circle_wrapper ul li:nth-child(7) {
    top: 80%;
    left: 100%;
    flex-direction: row-reverse;
    transform: translate(-17px, -50%);
  }
}
@media (max-width: 1480px) {
  body main section h1.main-title {
    font-size: 34px;
  }
  body main section h2.secondary-title {
    font-size: 28px;
  }
  body main section p.lead {
    font-size: 18px;
  }
  body main section.page_banner {
    padding: 160px 10px 100px;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 64px;
  }
  body main section.info_card .content_wrapper .main-title {
    font-size: 28px;
  }
  body main section.info_card .content_wrapper .lead {
    font-size: 18px;
  }
  body main section.steps {
    padding: 0 0 60px;
  }
  body main section.steps .top_area .card .card-body .card-title {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  body main section.page_banner {
    padding: 120px 10px 80px;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 54px;
  }
  body main section.info_card .content_wrapper .main-title {
    font-size: 20px;
  }
  body main section.info_card .content_wrapper .lead {
    font-size: 16px;
  }
  body main section.why_choose_us .circle_wrapper .circle {
    margin: 40px 40px 74px;
  }
  body main section.why_choose_us .circle_wrapper .circle > img {
    width: 260px;
  }
  body main section.why_choose_us .circle_wrapper .circle:before {
    border: solid 2px rgba(208, 171, 43, 0.2);
    height: calc(100% + 80px);
    width: calc(100% + 80px);
  }
  body main section.why_choose_us .circle_wrapper .circle:after {
    height: calc(100% + 40px);
    width: calc(100% + 40px);
  }
  body main section.why_choose_us .circle_wrapper ul li {
    gap: 20px;
  }
  body main section.why_choose_us .circle_wrapper ul li h2 {
    font-size: 16px;
  }
  body main section.why_choose_us .circle_wrapper ul li .icon {
    padding: 4px;
    border: solid 2px #D0AB2B;
  }
  body main section.why_choose_us .circle_wrapper ul li .icon img {
    height: 20px;
    width: 20px;
    min-width: 20px;
  }
  body main section.why_choose_us .circle_wrapper ul li:nth-child(1) {
    transform: translate(28px, -50%);
  }
  body main section.why_choose_us .circle_wrapper ul li:nth-child(2) {
    transform: translate(-3px, -50%);
  }
  body main section.why_choose_us .circle_wrapper ul li:nth-child(3) {
    top: 80%;
    right: 100%;
    text-align: right;
    transform: translate(19px, -50%);
  }
  body main section.why_choose_us .circle_wrapper ul li:nth-child(4) {
    transform: translate(-50%, 3px);
  }
  body main section.why_choose_us .circle_wrapper ul li:nth-child(5) {
    top: 15%;
    left: 100%;
    flex-direction: row-reverse;
    transform: translate(-28px, -50%);
  }
  body main section.why_choose_us .circle_wrapper ul li:nth-child(6) {
    transform: translate(3px, -50%);
  }
  body main section.why_choose_us .circle_wrapper ul li:nth-child(7) {
    top: 80%;
    left: 100%;
    flex-direction: row-reverse;
    transform: translate(-19px, -50%);
  }
}
@media (max-width: 992px) {
  body main section h1.main-title {
    font-size: 34px;
  }
  body main section h2.secondary-title {
    font-size: 28px;
  }
  body main section p.lead {
    font-size: 18px;
  }
  body main section.page_banner {
    padding: 160px 10px 60px;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 44px;
  }
  body main section.info_card .img_wrapper > img {
    border-radius: 5px;
  }
  body main section.info_card .content_wrapper {
    margin: 0;
    padding: 30px 20px;
  }
  body main section.info_card .content_wrapper .main-title {
    font-size: 20px;
  }
  body main section.info_card .content_wrapper .lead {
    font-size: 16px;
  }
  body main section.steps {
    padding: 0 0 40px;
  }
  body main section.steps .top_area .card .card-body {
    padding: 30px 10px;
  }
  body main section.steps .top_area .card .card-body .card-title {
    font-size: 20px;
  }
  body main section.why_choose_us .circle_wrapper {
    flex-direction: column;
  }
  body main section.why_choose_us .circle_wrapper .circle {
    margin: 40px 40px 60px;
  }
  body main section.why_choose_us .circle_wrapper .circle ul {
    display: none;
  }
  body main section.why_choose_us .circle_wrapper .circle > img {
    width: 260px;
  }
  body main section.why_choose_us .circle_wrapper .circle:before {
    border: solid 2px rgba(208, 171, 43, 0.2);
    height: calc(100% + 80px);
    width: calc(100% + 80px);
  }
  body main section.why_choose_us .circle_wrapper .circle:after {
    height: calc(100% + 40px);
    width: calc(100% + 40px);
  }
  body main section.why_choose_us .circle_wrapper ul {
    display: block;
  }
  body main section.why_choose_us .circle_wrapper ul li {
    position: relative;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    transform: unset !important;
    flex-direction: row-reverse !important;
    justify-content: start !important;
    align-items: start !important;
    gap: 10px !important;
    text-align: left !important;
    margin: 0 0 10px;
    min-width: unset;
  }
  body main section.why_choose_us .circle_wrapper ul li h2 {
    font-size: 16px;
    line-height: 24px;
  }
  body main section.why_choose_us .circle_wrapper ul li h2 br {
    display: none;
  }
  body main section.why_choose_us .circle_wrapper ul li .icon {
    padding: 2px;
    border: solid 1px #D0AB2B;
  }
  body main section.why_choose_us .circle_wrapper ul li .icon img {
    height: 18px;
    width: 18px;
    min-width: 18px;
    padding: 6px 4px 5px;
  }
}
@media (max-width: 767px) {
  body main {
    margin-top: 62px;
  }
  body main section.page_banner {
    padding: 40px 10px 40px;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 34px;
    margin-bottom: 8px !important;
  }
  body main section.page_banner .caption h2.lead {
    font-size: 18px;
  }
  body main section.steps .top_area .card .card-body .card-title {
    font-size: 14px;
  }
  body main section.steps .top_area .card:before, body main section.steps .top_area .card:after {
    width: 4px;
  }
}
@media (max-width: 567px) {
  body main section h1.main-title {
    font-size: 24px;
  }
  body main section h2.secondary-title {
    font-size: 24px;
  }
  body main section p.lead {
    font-size: 16px;
  }
  body main section.page_banner {
    min-height: unset;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 24px;
  }
  body main section.page_banner .caption h2.lead {
    font-size: 14px;
  }
  body main section.page_banner > img.bg {
    height: unset;
  }
  body main section.steps .top_area .card .card-body {
    padding: 20px 10px;
  }
  body main section.steps .top_area .card .card-body .card-title {
    font-size: 12px;
  }
}

/*# sourceMappingURL=about_us.css.map */
