@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  cursor: pointer;
}

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
  font-weight: 400;
}

button, select {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
  font-weight: 400;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  min-height: 100svh;
}

ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

body {
  background: #fafafa;
  color: #111;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

button, input, textarea, li, div {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

html {
  font-size: 1px;
}
@media (max-width: 1850px) {
  html {
    font-size: 0.95px;
  }
}
@media (max-width: 1780px) {
  html {
    font-size: 0.9px;
  }
}
@media (max-width: 1680px) {
  html {
    font-size: 0.85px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 0.8px;
  }
}
@media (max-width: 1480px) {
  html {
    font-size: 0.75px;
  }
}
@media (max-width: 1380px) {
  html {
    font-size: 0.7px;
  }
}
@media (max-width: 1330px) {
  html {
    font-size: 0.65px;
  }
}
@media (max-width: 1240px) {
  html {
    font-size: 0.6px;
  }
}
@media (max-width: 1140px) {
  html {
    font-size: 0.55px;
  }
}
@media (max-width: 1030px) {
  html {
    font-size: 0.5px;
  }
}
@media (max-width: 930px) {
  html {
    font-size: 0.45px;
  }
}
@media (max-width: 850px) {
  html {
    font-size: 1px;
  }
}

.container {
  max-width: 1680rem;
  width: calc(100% - 40rem);
  margin: 0 auto;
}

.form-inp {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
  font-size: 14rem;
  letter-spacing: -0.01em;
  color: #fff;
  height: 60rem;
  width: 100%;
  padding: 0 12rem;
  border-radius: 100rem;
  border: 0.5rem solid rgba(255, 255, 255, 0.51);
}
.form-inp::-moz-placeholder {
  color: #fff;
}
.form-inp::placeholder {
  color: #fff;
}

.btn-yellow {
  font-family: "Almarai", sans-serif;
  font-weight: 700;
  font-size: 18rem;
  letter-spacing: -0.01em;
  text-align: center;
  color: #94282e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60rem;
  padding: 0 24rem;
  background: #d5cbbc;
  border: 0.5rem solid rgba(255, 255, 255, 0.51);
  border-radius: 100rem;
}
.btn-red {
  padding: 0 34.5rem;
  height: 72rem;
  background: #94282E;
  border-radius: 100rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18rem;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .btn-red {
    height: 60rem;
  }
}

.sec-subtitle {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
  font-size: 24rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #898989;
  margin-bottom: 24rem;
}
@media screen and (max-width: 850px) {
  .sec-subtitle {
    font-size: 14rem;
    text-align: center;
    margin-bottom: 8rem;
  }
}
.sec-title {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 60rem;
  line-height: 127%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #111;
}
@media screen and (max-width: 850px) {
  .sec-title {
    font-size: 32rem;
    text-align: center;
  }
}
.sec-title span {
  display: inline;
  color: #94282e;
}

.header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 24rem 0;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .header {
    padding: 20px 0;
  }
}
@media screen and (max-width: 850px) {
  .header.active {
    background: #fff;
  }
  .header.active .header-navs {
    display: flex;
  }
}
.header.policy-header {
  padding-top: 64rem;
}
@media screen and (max-width: 850px) {
  .header.policy-header {
    padding-top: 20rem;
  }
}
.header.policy-header .container {
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .header.policy-header .container {
    justify-content: space-between;
  }
}
.header-container {
  display: flex;
  align-items: center;
  gap: 60rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 850px) {
  .header-container {
    justify-content: space-between;
    gap: 24rem;
  }
}
.header-logo img {
  width: 140rem;
}
@media screen and (max-width: 850px) {
  .header-logo img {
    width: 93rem;
  }
}
.header .bars {
  display: none;
}
@media screen and (max-width: 850px) {
  .header .bars {
    display: flex;
  }
}
.header-navs {
  display: flex;
  align-items: center;
  gap: 20rem;
}
@media screen and (max-width: 850px) {
  .header-navs {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }
}
.header-navs a {
  font-weight: 400;
  font-size: 20rem;
  line-height: 175%;
  letter-spacing: -0.02em;
}

.home {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home-container {
  padding: 144rem 0 142rem;
  position: relative;
}
@media screen and (max-width: 850px) {
  .home-container {
    padding: 101rem 0 0;
  }
}
.home-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 59rem;
}
.home h1 {
  font-weight: 800;
  font-size: 54rem;
  line-height: 69rem;
  text-transform: uppercase;
  color: #212121;
  max-width: 962rem;
  margin-bottom: 28rem;
}
@media screen and (max-width: 850px) {
  .home h1 {
    font-size: 32rem;
    line-height: 40rem;
    max-width: 450rem;
    margin-bottom: 18rem;
  }
}
.home h1 span {
  display: inline;
  color: #94282e;
}
.home .description {
  font-family: "Almarai", sans-serif;
  font-size: 24rem;
  color: #7e776b;
  max-width: 686rem;
  margin-bottom: 54rem;
}
@media screen and (max-width: 850px) {
  .home .description {
    font-size: 20rem;
    max-width: 450rem;
    margin-bottom: 496rem;
  }
}
.home-form {
  padding: 45rem 42rem;
  background: #94282e;
  border-radius: 32rem;
  max-width: 881rem;
}
@media screen and (max-width: 850px) {
  .home-form {
    width: calc(100% + 40rem);
    margin-left: -20rem;
    padding: 40rem 20rem 77rem;
  }
}
.home-form h3 {
  font-family: "Almarai", sans-serif;
  font-size: 40rem;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  margin-bottom: 40rem;
}
@media screen and (max-width: 850px) {
  .home-form h3 {
    font-size: 28rem;
  }
}
.home-form .form-group {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11rem;
}
@media screen and (max-width: 850px) {
  .home-form .form-group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-card {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -100rem;
  width: 1508rem;
  min-width: 1508rem;
}
@media screen and (max-width: 850px) {
  .home-card {
    display: none;
    width: 669rem;
    min-width: 669rem;
    right: 50%;
    transform: translateX(50%);
    bottom: 129rem;
  }
}
.home-card.sm {
  display: none;
}
@media screen and (max-width: 850px) {
  .home-card.sm {
    display: block;
  }
}
.home-text {
  width: 750rem;
  background: #fff;
  padding: 32rem 48rem 33rem 277rem;
  border-radius: 60rem;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  bottom: 32rem;
  right: -88rem;
}
@media screen and (max-width: 850px) {
  .home-text {
    display: none;
  }
}
.home-text img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 338rem;
  min-width: 338rem;
}
.home-text h3 {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
  font-size: 35rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 16rem;
}
.home-text ul {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  margin-bottom: 24rem;
  max-width: 380rem;
}
.home-text li {
  font-family: "Almarai", sans-serif;
  font-size: 14rem;
  color: #3e3e3e;
}
.home-text a {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
  font-size: 14rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #94282e;
}

.statistic {
  padding-top: 64rem;
}
@media screen and (max-width: 850px) {
  .statistic {
    padding-top: 77rem;
  }
}
.statistic-head {
  margin-bottom: 60rem;
}
@media screen and (max-width: 850px) {
  .statistic-head {
    margin-bottom: 40rem;
  }
}
.statistic-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 76rem;
}
@media screen and (max-width: 850px) {
  .statistic-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32rem;
  }
}
@media screen and (max-width: 576px) {
  .statistic-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.statistic-card h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 68rem;
  text-transform: uppercase;
  text-align: center;
  color: #94282e;
  margin-bottom: 12rem;
}
@media screen and (max-width: 850px) {
  .statistic-card h3 {
    font-size: 32rem;
  }
}
.statistic-card p {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
  font-size: 28rem;
  text-align: center;
  color: rgba(17, 17, 17, 0.9);
}
@media screen and (max-width: 850px) {
  .statistic-card p {
    font-size: 18rem;
  }
}

.about {
  padding-top: 140rem;
}
@media screen and (max-width: 850px) {
  .about {
    padding-top: 70rem;
  }
}
.about-container {
  display: flex;
  align-items: center;
  gap: 69rem;
}
@media screen and (max-width: 850px) {
  .about-container {
    flex-direction: column;
    align-items: center;
    gap: 40rem;
  }
}
.about .main-img {
  border-radius: 32rem;
  width: 547rem;
  height: 724rem;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 850px) {
  .about .main-img {
    max-width: 420rem;
    width: 100%;
    height: auto;
    border-radius: 20rem;
  }
}
.about .sec-title {
  max-width: 750rem;
  margin-bottom: 60rem;
}
@media screen and (max-width: 850px) {
  .about .sec-title {
    display: none;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
  }
}
.about .sec-title.sm {
  display: none;
}
@media screen and (max-width: 850px) {
  .about .sec-title.sm {
    display: block;
  }
}
.about-content {
  width: 100%;
}
.about-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50rem 48rem;
  margin-bottom: 80rem;
}
@media screen and (max-width: 850px) {
  .about-content ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 48rem;
    margin-bottom: 40rem;
  }
}
.about-content li {
  display: flex;
  align-items: center;
  gap: 20rem;
}
.about-content img {
  flex-shrink: 0;
  width: 50rem;
}
.about-content p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 24rem;
}
@media screen and (max-width: 850px) {
  .about-content p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 576px) {
  .about-content .btn-red {
    width: 100%;
  }
}

.treaning {
  padding: 140rem 0;
}
@media screen and (max-width: 850px) {
  .treaning {
    padding: 101rem 0 80rem;
  }
}
.treaning-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40rem;
  margin-bottom: 24rem;
}
@media screen and (max-width: 850px) {
  .treaning-head {
    flex-direction: column;
  }
}
.treaning-head .sec-title {
  max-width: 756rem;
  text-align: left;
}
.treaning-head__text {
  max-width: 680rem;
}
.treaning-head__text h3 {
  font-family: "Almarai", sans-serif;
  font-weight: 700;
  font-size: 28rem;
  color: rgba(17, 17, 17, 0.7);
  margin-bottom: 28rem;
}
@media screen and (max-width: 850px) {
  .treaning-head__text h3 {
    font-size: 18rem;
  }
}
.treaning-head__text p {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
  font-size: 24rem;
  color: rgba(17, 17, 17, 0.7);
}
@media screen and (max-width: 850px) {
  .treaning-head__text p {
    font-size: 18rem;
  }
}
.treaning-head__text p a {
  display: inline;
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.treaning .sec-subtitle {
  margin-bottom: 80rem;
}
@media screen and (max-width: 850px) {
  .treaning .sec-subtitle {
    text-align: left;
    margin-bottom: 40rem;
    font-size: 24rem;
  }
}
.treaning-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20rem;
}
@media screen and (max-width: 850px) {
  .treaning-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.treaning-card {
  border: 1rem solid #94282e;
  border-radius: 35rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 21rem;
  padding: 26rem 14rem 18rem;
}
@media screen and (max-width: 850px) {
  .treaning-card {
    gap: 41rem;
  }
}
.treaning-card h3 {
  font-family: "Almarai", sans-serif;
  font-weight: 400;
  font-size: 36rem;
  letter-spacing: -0.06em;
  color: #94282e;
  margin-bottom: 22rem;
}
@media screen and (max-width: 850px) {
  .treaning-card h3 {
    font-size: 24rem;
  }
}
.treaning-card p {
  font-family: "Almarai", sans-serif;
  font-weight: 400;
  font-size: 24rem;
  letter-spacing: -0.02em;
  color: #383838;
}
@media screen and (max-width: 850px) {
  .treaning-card p {
    font-size: 18rem;
  }
}
.treaning-card .main-img {
  width: 100%;
  height: 295rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 29rem;
}

.course {
  position: relative;
  z-index: 1;
}
.course-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 59rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-container {
  padding: 115rem 0 137rem;
}
@media screen and (max-width: 850px) {
  .course-container {
    padding: 59px 0 96px;
  }
}
.course-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28rem;
  margin-bottom: 80rem;
}
@media screen and (max-width: 850px) {
  .course-head {
    margin-bottom: 40rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.course-head .sec-title {
  max-width: 604rem;
}
.course-head p {
  max-width: 837rem;
  font-family: "Manrope", sans-serif;
  font-size: 32rem;
  color: rgba(17, 17, 17, 0.8);
}
@media screen and (max-width: 850px) {
  .course-head p {
    font-size: 20rem;
  }
}
.course-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40rem;
}
@media screen and (max-width: 850px) {
  .course-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.course-card {
  border: 1rem solid #94282e;
  border-radius: 30rem;
  overflow: hidden;
}
.course-card__head {
  flex-shrink: 0;
  height: 309rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .course-card__head {
    height: 233rem;
  }
}
.course-card__head:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rba(0, 0, 0, 0.2);
}
.course-card__head .main-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-card__head .play-btn {
  width: 100rem;
  height: 100rem;
  border-radius: 50%;
}
.course-card__head .play-btn img {
  width: 100%;
}
.course-card__body {
  width: 100%;
  padding: 12rem 20rem 27rem;
}
@media screen and (max-width: 850px) {
  .course-card__body {
    padding: 16rem 5rem 24rem;
  }
}
.course-card__body h3 {
  font-family: "Almarai", sans-serif;
  font-weight: 700;
  font-size: 32rem;
  text-transform: uppercase;
  color: #94282e;
  margin-bottom: 22rem;
  max-width: 439rem;
}
@media screen and (max-width: 850px) {
  .course-card__body h3 {
    font-size: 24rem;
  }
}
.course-card__body-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.course-card__body p {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
  font-size: 24rem;
  line-height: 125%;
  width: 100%;
  margin-bottom: 32rem;
}
.course-card__body .btn-red {
  width: 320rem;
  height: 50rem;
  font-size: 22rem;
}
@media screen and (max-width: 850px) {
  .course-card__body .btn-red {
    width: 100%;
  }
}

.author {
  padding-top: 140rem;
}
@media screen and (max-width: 850px) {
  .author {
    padding-top: 75rem;
  }
}
.author-container {
  display: flex;
  align-items: center;
  gap: 69rem;
}
.author-content {
  width: 100%;
}
.author-content .sec-subtitle {
  text-align: left;
}
@media screen and (max-width: 850px) {
  .author-content .sec-subtitle {
    margin-bottom: 24rem;
    font-size: 24rem;
  }
}
.author-content .sec-title {
  margin-bottom: 60rem;
  text-align: left;
}
.author-content h4 {
  font-family: "Almarai", sans-serif;
  font-weight: 400;
  font-size: 24rem;
  line-height: 158%;
  text-transform: uppercase;
  margin-bottom: 36rem;
}
@media screen and (max-width: 850px) {
  .author-content h4 {
    font-size: 20rem;
    line-height: 130%;
  }
}
.author-content ul {
  display: flex;
  flex-direction: column;
  gap: 36rem;
  max-width: 755rem;
  margin-bottom: 80rem;
}
@media screen and (max-width: 850px) {
  .author-content ul {
    margin-bottom: 40rem;
  }
}
.author-content li {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 23rem;
  line-height: 133%;
}
@media screen and (max-width: 850px) {
  .author-content li {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .author .btn-red {
    width: 100%;
  }
}
.author .main-img {
  max-width: 637rem;
  width: 100%;
  border-radius: 32rem;
  flex-shrink: 0;
}
@media screen and (max-width: 850px) {
  .author .main-img {
    display: none;
    margin-bottom: 40rem;
    max-width: 450rem;
    width: 100%;
    border-radius: 18rem;
  }
}
.author .main-img.sm {
  display: none;
}
@media screen and (max-width: 850px) {
  .author .main-img.sm {
    display: block;
  }
}

.review {
  padding: 140rem 0 150rem;
}
@media screen and (max-width: 850px) {
  .review {
    padding: 81rem 0;
  }
}
@media screen and (max-width: 850px) {
  .review .sec-subtitle {
    display: none;
  }
}
.review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24rem 0 60rem;
  gap: 24rem;
}
@media screen and (max-width: 850px) {
  .review-head {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 32rem;
  }
}
.review-head .sec-title {
  max-width: 756rem;
}
.review-head p {
  max-width: 680rem;
  width: 100%;
  font-family: "Almarai", sans-serif;
  font-weight: 300;
  font-size: 32rem;
  color: rgba(17, 17, 17, 0.7);
}
@media screen and (max-width: 850px) {
  .review-head p {
    max-width: 100%;
    font-size: 28rem;
  }
}
.review-swp {
  overflow: visible;
}
.review-card {
  width: 469rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1rem solid #818181;
  border-radius: 30rem;
}
@media screen and (max-width: 850px) {
  .review-card {
    width: 260rem;
  }
}
.review-card .main-img {
  border: 2rem solid #94282e;
  border-radius: 25rem;
  width: 100%;
  height: 404rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 850px) {
  .review-card .main-img {
    height: 248rem;
  }
}
.review-card__body {
  padding: 40rem 12rem 24rem;
}
@media screen and (max-width: 850px) {
  .review-card__body {
    padding: 20rem 12rem 24rem;
  }
}
.review-card__body h3 {
  font-size: 32rem;
  letter-spacing: -0.06em;
  margin-bottom: 22rem;
}
@media screen and (max-width: 850px) {
  .review-card__body h3 {
    font-size: 24rem;
    margin-bottom: 12rem;
  }
}
.review-card__body p {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 24rem;
  letter-spacing: -0.02em;
  color: #515151;
}
@media screen and (max-width: 850px) {
  .review-card__body p {
    font-size: 18rem;
  }
}
.review .swp-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60rem;
}
@media screen and (max-width: 850px) {
  .review .swp-btn {
    margin-top: 28rem;
  }
}
.review .swp-btn button {
  border-radius: 50%;
  width: 135rem;
  height: 135rem;
  display: flex;
}
@media screen and (max-width: 850px) {
  .review .swp-btn button {
    width: 60rem;
    height: 60rem;
  }
}
.review .swp-btn button.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.review .swp-btn button img {
  width: 100%;
}

.footer {
  background: #efe5d6;
  padding: 40rem 0;
}
.footer-logo img {
  width: 140rem;
}
.footer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .footer-head {
    flex-direction: column;
    gap: 32rem;
  }
}
.footer-navs {
  display: flex;
  align-items: center;
  gap: 20rem;
}
@media screen and (max-width: 850px) {
  .footer-navs {
    flex-direction: column;
  }
}
.footer-navs a {
  font-size: 20rem;
  line-height: 175%;
  letter-spacing: -0.02em;
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32rem;
  margin-top: 60rem;
}
@media screen and (max-width: 850px) {
  .footer-bottom {
    margin-top: 32rem;
  }
}
.footer-bottom ul {
  display: flex;
  align-items: center;
  gap: 80rem;
}
@media screen and (max-width: 850px) {
  .footer-bottom ul {
    flex-direction: column;
    gap: 24rem;
  }
}
.footer-bottom ul a {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 22rem;
}
.footer-bottom p {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 20rem;
  text-align: center;
}

.policy {
  padding: 230rem 0 295rem;
  position: relative;
}
@media screen and (max-width: 850px) {
  .policy {
    padding: 120rem 0 80rem;
  }
}
.policy-title {
  text-align: center;
  width: 100%;
  font-size: 60rem;
  margin-bottom: 0;
}
@media screen and (max-width: 850px) {
  .policy-title {
    text-align: left;
    font-size: 24rem;
  }
}
.policy-head {
  margin-bottom: 48rem;
  display: flex;
  flex-direction: column;
  gap: 16rem;
  margin-bottom: 48rem;
}
.policy-head p {
  font-weight: 400;
  font-size: 26rem;
  color: #fff;
  max-width: 875rem;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .policy-head p {
    font-size: 18rem;
  }
}
.policy-content {
  display: flex;
  flex-direction: column;
  gap: 32rem;
  max-width: 1044rem;
  margin: 0 auto;
}
.policy-content__item h3 {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 32rem;
  color: rgba(17, 17, 17, 0.8);
  gap: 24rem;
  margin-bottom: 16rem;
}
@media screen and (max-width: 850px) {
  .policy-content__item h3 {
    font-size: 20rem;
    gap: 16rem;
  }
}
.policy-content__item h3 .number {
  border-radius: 131rem;
  width: 42rem;
  height: 42rem;
  background: #94282e;
  font-weight: 700;
  font-size: 28rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 850px) {
  .policy-content__item h3 .number {
    width: 36rem;
    height: 36rem;
    font-size: 22rem;
  }
}
.policy-content__item .text {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.policy-content__item p, .policy-content__item li {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 22rem;
  color: rgba(17, 17, 17, 0.8);
}
@media screen and (max-width: 850px) {
  .policy-content__item p, .policy-content__item li {
    font-size: 16rem;
  }
}/*# sourceMappingURL=style.css.map */