@font-face {
  font-weight: 900;
  font-family: "Onest";
  src: url("../font/OnestBlack1602-hint.ttf");
}
@font-face {
  font-weight: 800;
  font-family: "Onest";
  src: url("../font/OnestExtraBold1602-hint.ttf");
}
@font-face {
  font-weight: 700;
  font-family: "Onest";
  src: url("../font/OnestBold1602-hint.ttf");
}
@font-face {
  font-weight: 500;
  font-family: "Onest";
  src: url("../font/OnestMedium1602-hint.ttf");
}
@font-face {
  font-weight: 400;
  font-family: "Onest";
  src: url("../font/OnestRegular1602-hint.ttf");
}
@font-face {
  font-weight: 300;
  font-family: "Onest";
  src: url("../font/OnestLight1602-hint.ttf");
}
@font-face {
  font-weight: 200;
  font-family: "Onest";
  src: url("../font/OnestThin1602-hint.ttf");
}
body {
  background: #090A0A;
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 16px;
}

.container {
  max-width: 1375px;
  margin: 0 auto;
}
@media screen and (max-width: 1450px) {
  .container {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1150px) {
  .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    max-width: 700px;
  }
}
@media screen and (max-width: 720px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 720px) {
  .header {
    margin-top: 15px;
  }
}
.header .menu-btn {
  width: 178px;
  height: 60px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid #FFF;
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 720px) {
  .header .menu-btn {
    width: 120px;
    height: 36px;
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (max-width: 720px) {
  .header .logo {
    width: 94px;
  }
}

.seciton.preview {
  height: calc(100vh - 122px);
  display: grid;
  align-items: center;
}
@media screen and (max-width: 720px) {
  .seciton.preview {
    align-items: start;
    height: calc(100vh - 53px);
  }
}
.seciton.preview .bg-element {
  height: 140vh;
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  fill: linear-gradient(270deg, #245BA7 0%, #DA306C 76.98%), #D9D9D9;
  filter: blur(76px);
  -webkit-filter: blur(76px);
  -moz-filter: blur(76px);
  -o-filter: blur(76px);
  -ms-filter: blur(76px);
}
@media screen and (max-width: 720px) {
  .seciton.preview .bg-element {
    display: none;
  }
}
.seciton.preview .bg-element-mob {
  height: 115vh;
  position: absolute;
  display: none;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  fill: linear-gradient(270deg, #245BA7 0%, #DA306C 76.98%), #D9D9D9;
  filter: blur(76px);
  -webkit-filter: blur(76px);
  -moz-filter: blur(76px);
  -o-filter: blur(76px);
  -ms-filter: blur(76px);
}
@media screen and (max-width: 720px) {
  .seciton.preview .bg-element-mob {
    display: block;
  }
}
.seciton.preview .preview__content {
  max-width: 1068px;
  position: relative;
}
@media screen and (max-width: 720px) {
  .seciton.preview .preview__content {
    margin-top: 114px;
  }
}
.seciton.preview .preview__content h1 {
  color: #FFF;
  font-size: 84px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.68px;
}
@media screen and (max-width: 1450px) {
  .seciton.preview .preview__content h1 {
    font-size: 65px;
  }
}
@media screen and (max-width: 1000px) {
  .seciton.preview .preview__content h1 br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .seciton.preview .preview__content h1 {
    font-size: 42px;
    line-height: 130%;
  }
}
@media screen and (max-width: 360px) {
  .seciton.preview .preview__content h1 {
    font-size: 36px;
  }
}
.seciton.preview .preview__content .subtitle-section {
  position: absolute;
  max-width: 450px;
  height: 60px;
  display: flex;
  border-radius: 20px;
  transform: rotate(5.06deg);
  padding: 0 14px;
  right: 181px;
  bottom: 145px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.27);
}
@media screen and (max-width: 1450px) {
  .seciton.preview .preview__content .subtitle-section {
    height: 45px;
    right: 375px;
    bottom: 114px;
  }
}
@media screen and (max-width: 1150px) {
  .seciton.preview .preview__content .subtitle-section {
    right: 207px;
    bottom: 125px;
  }
}
@media screen and (max-width: 1000px) {
  .seciton.preview .preview__content .subtitle-section {
    height: 50px;
    position: initial;
    transform: inherit;
    margin-top: 20px;
  }
}
@media screen and (max-width: 720px) {
  .seciton.preview .preview__content .subtitle-section {
    padding: 0;
  }
}
.seciton.preview .preview__content .subtitle-section p {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  margin-bottom: 0;
}
@media screen and (max-width: 1450px) {
  .seciton.preview .preview__content .subtitle-section p {
    font-size: 18px;
  }
}
@media screen and (max-width: 720px) {
  .seciton.preview .preview__content .subtitle-section p {
    font-size: 17px;
  }
}
@media screen and (max-width: 400px) {
  .seciton.preview .preview__content .subtitle-section p {
    font-size: 15px;
  }
}
@media screen and (max-width: 720px) {
  .seciton.preview .preview__content .seciton-btn {
    margin-top: 60px;
  }
}
.seciton.preview .preview__content .btn-link {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  background: #354ACB;
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  box-sizing: border-box;
  height: 60px;
  line-height: 140%;
  letter-spacing: 0.36px;
  padding: 17px 20px;
  display: block;
  width: 252px;
  margin-top: 60px;
  text-decoration: none;
}
@media screen and (max-width: 1450px) {
  .seciton.preview .preview__content .btn-link {
    padding: 15px 20px;
    margin-top: 40px;
    text-decoration: none;
  }
}
@media screen and (max-width: 720px) {
  .seciton.preview .preview__content .btn-link {
    padding: 20px;
    width: auto;
    margin-top: 0;
  }
}
.seciton.why-cardbe {
  position: relative;
}
.seciton.why-cardbe .bg-element-second {
  position: absolute;
  display: block;
  z-index: -1;
  right: 0;
  width: 100%;
  top: 283px;
  height: 1100px;
  fill: linear-gradient(270deg, #245BA7 0%, #DA306C 76.98%), #D9D9D9;
  filter: blur(150px);
  -webkit-filter: blur(150px);
  -moz-filter: blur(150px);
  -o-filter: blur(150px);
  -ms-filter: blur(150px);
}
@media screen and (max-width: 720px) {
  .seciton.why-cardbe .bg-element-second {
    display: none;
  }
}
.seciton.why-cardbe .bg-element-second-mob {
  position: absolute;
  display: none;
  z-index: -1;
  right: 0;
  width: 100%;
  top: 210px;
  height: 160vh;
  fill: linear-gradient(270deg, #245BA7 0%, #DA306C 76.98%), #D9D9D9;
  filter: blur(95px);
  -webkit-filter: blur(95px);
  -moz-filter: blur(95px);
  -o-filter: blur(95px);
  -ms-filter: blur(95px);
}
@media screen and (max-width: 720px) {
  .seciton.why-cardbe .bg-element-second-mob {
    display: block;
  }
}
.seciton.why-cardbe h2 {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 1450px) {
  .seciton.why-cardbe h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 720px) {
  .seciton.why-cardbe .cards-col {
    row-gap: 10px;
    display: grid;
  }
}
.seciton.why-cardbe .cards {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 27px;
       column-gap: 27px;
}
@media screen and (max-width: 720px) {
  .seciton.why-cardbe .cards {
    grid-template-columns: 1fr;
    row-gap: 60px;
    margin-top: 40px;
  }
}
.seciton.why-cardbe .cards .card-box {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  height: 156px;
  display: grid;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 720px) {
  .seciton.why-cardbe .cards .card-box {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    height: 120px;
  }
}
.seciton.why-cardbe .cards .card-box.first .icon {
  position: absolute;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  width: 60px;
  height: 60px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.seciton.why-cardbe .cards .card-box.first .icon.first {
  top: -38px;
  left: -15px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  transform: rotate(-15.991deg);
}
.seciton.why-cardbe .cards .card-box.first .icon.first img {
  transform: rotate(15.991deg);
  width: 38.621px;
  height: 38.621px;
}
.seciton.why-cardbe .cards .card-box.first .icon.second {
  right: -14px;
  bottom: -24px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  transform: rotate(3.968deg);
}
.seciton.why-cardbe .cards .card-box.first .icon.second img {
  transform: rotate(3.968deg);
}
.seciton.why-cardbe .cards .card-box.second .icon {
  position: absolute;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  width: 60px;
  height: 60px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.seciton.why-cardbe .cards .card-box.second .icon.first {
  top: -38px;
  left: -15px;
  transform: rotate(-6deg);
}
.seciton.why-cardbe .cards .card-box.second .icon.first img {
  transform: rotate(6deg);
  width: 38.621px;
  height: 38.621px;
}
.seciton.why-cardbe .cards .card-box.last .icon {
  position: absolute;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  width: 60px;
  height: 60px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.seciton.why-cardbe .cards .card-box.last .icon.first {
  top: -38px;
  left: -15px;
  transform: rotate(-7.748deg);
}
.seciton.why-cardbe .cards .card-box.last .icon.first img {
  transform: rotate(7.748deg);
  width: 38.621px;
  height: 38.621px;
}
.seciton.why-cardbe .cards .card-box.last .icon.second {
  top: -38px;
  right: 26px;
  transform: rotate(17.165deg);
}
.seciton.why-cardbe .cards .card-box.last .icon.second img {
  transform: rotate(-17.165deg);
  width: 38.621px;
  height: 38.621px;
}
.seciton.why-cardbe .cards .card-box.last .icon.last {
  right: 5px;
  bottom: -24px;
  transform: rotate(-10.386deg);
}
.seciton.why-cardbe .cards .card-box.last .icon.last img {
  transform: rotate(10.386deg);
  width: 38.621px;
  height: 38.621px;
}
.seciton.why-cardbe .cards .card-box p {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 1450px) {
  .seciton.why-cardbe .cards .card-box p {
    font-size: 28px;
  }
}
@media screen and (max-width: 720px) {
  .seciton.why-cardbe .cards .card-box p {
    font-size: 20px;
  }
}
.seciton.why-cardbe .cards .bottom-card {
  max-width: 328px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  background: rgba(242, 142, 50, 0.07);
  padding: 22px 9px;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .seciton.why-cardbe .cards .bottom-card {
    padding: 9px;
  }
}
@media screen and (max-width: 400px) {
  .seciton.why-cardbe .cards .bottom-card {
    max-width: 280px;
  }
}
.seciton.why-cardbe .cards .bottom-card.second {
  background: rgba(36, 91, 167, 0.03);
}
.seciton.why-cardbe .cards .bottom-card.last {
  background: rgba(218, 48, 108, 0.12);
}
.seciton.why-cardbe .cards .bottom-card p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1450px) {
  .seciton.why-cardbe .cards .bottom-card p {
    font-size: 17px;
  }
}
@media screen and (max-width: 720px) {
  .seciton.why-cardbe .cards .bottom-card p {
    font-size: 15px;
  }
}
@media screen and (max-width: 720px) {
  .seciton.why-cardbe .cards .bottom-card {
    width: 100%;
  }
}
.seciton.numb {
  position: relative;
  margin-top: 270px;
}
@media screen and (max-width: 720px) {
  .seciton.numb {
    margin-top: 100px;
  }
}
.seciton.numb .bg-element-second {
  height: 115vh;
  position: absolute;
  display: block;
  z-index: -1;
  top: 116px;
  width: 100%;
}
.seciton.numb h3 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1450px) {
  .seciton.numb h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 720px) {
  .seciton.numb h3 {
    margin-bottom: 40px;
  }
}
.seciton.numb .item {
  border-radius: 40px;
  background: rgba(9, 10, 10, 0.12);
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  display: grid;
  justify-content: center;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.27);
}
@media screen and (max-width: 720px) {
  .seciton.numb .item {
    font-size: 26px;
    padding: 20px;
    width: calc(36% - 15px);
  }
}
.seciton.numb .item__title {
  color: #F28E32;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 1.28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1450px) {
  .seciton.numb .item__title {
    font-size: 46px;
  }
}
@media screen and (max-width: 720px) {
  .seciton.numb .item__title {
    font-size: 26px;
  }
}
.seciton.numb .item__text {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}
@media screen and (max-width: 1450px) {
  .seciton.numb .item__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 720px) {
  .seciton.numb .item__text {
    font-size: 15px;
  }
}
.seciton.numb .items-first {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 54px;
       column-gap: 54px;
  margin-bottom: 20px;
}
.seciton.numb .items-first .item {
  box-shadow: 0 1px 0 0 rgba(163, 100, 41, 0.631372549), 0 -1px 0 0 #71535e, 1px 0 0 0 #71535e, -1px 0 0 0 #c96911, 1px -1px 0 0 #71535e, -1px 1px 0 0 #bb6c23, 1px 1px 0 0 #211408, -1px -1px 0 0 #f28e32;
}
@media screen and (max-width: 720px) {
  .seciton.numb .items-first {
    margin-bottom: 15px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.seciton.numb .items-second {
  display: grid;
  grid-template-columns: 340px 1fr 340px;
  -moz-column-gap: 47px;
       column-gap: 47px;
}
@media screen and (max-width: 1450px) {
  .seciton.numb .items-second {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 720px) {
  .seciton.numb .items-second {
    display: flex;
    row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.seciton.numb .items-second .item {
  box-shadow: 0 1px 0 0 #482462, 0 -1px 0 0 #cf4993, 1px 0 0 0 #cf4993, -1px 0 0 0 #cf4993, 1px -1px 0 0 #482462, -1px 1px 0 0 #482462, 1px 1px 0 0 #482462, -1px -1px 0 0 #482462;
}
.seciton.numb .items-second .item__title {
  color: #DB306C;
}
.seciton.info {
  margin-top: 270px;
  position: relative;
}
@media screen and (max-width: 720px) {
  .seciton.info {
    margin-top: 100px;
  }
}
.seciton.info .bg-element-last-mob {
  position: absolute;
  display: none;
  z-index: -1;
  right: 0;
  width: 100%;
  top: -50px;
  height: 1137px;
  fill: linear-gradient(270deg, #245BA7 0%, #DA306C 76.98%), #D9D9D9;
  filter: blur(90px);
  -webkit-filter: blur(90px);
  -moz-filter: blur(90px);
  -o-filter: blur(90px);
  -ms-filter: blur(90px);
}
@media screen and (max-width: 720px) {
  .seciton.info .bg-element-last-mob {
    display: block;
  }
}
.seciton.info .bg-element-last {
  position: absolute;
  display: block;
  z-index: -1;
  right: 0;
  width: 100%;
  top: 45px;
  height: 136vh;
  fill: linear-gradient(270deg, #245BA7 0%, #DA306C 76.98%), #D9D9D9;
  filter: blur(90px);
  -webkit-filter: blur(90px);
  -moz-filter: blur(90px);
  -o-filter: blur(90px);
  -ms-filter: blur(90px);
}
@media screen and (max-width: 720px) {
  .seciton.info .bg-element-last {
    display: none;
  }
}
.seciton.info h3 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1450px) {
  .seciton.info h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 720px) {
  .seciton.info h3 {
    margin-bottom: 40px;
  }
}
.seciton.info .info-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .seciton.info .info-items {
    grid-template-columns: 1fr 1fr;
  }
}
.seciton.info .info-items .item {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: 60px 20px 30px 20px;
  display: grid;
  justify-content: center;
  row-gap: 45px;
}
@media screen and (max-width: 720px) {
  .seciton.info .info-items .item {
    border-radius: 32px;
    padding: 20px 10px 10px 10px;
    row-gap: 10px;
  }
}
.seciton.info .info-items .item .icon-item {
  position: relative;
  width: 87px;
  height: 87px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.26);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  display: grid;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1450px) {
  .seciton.info .info-items .item .icon-item {
    width: 65px;
    height: 65px;
  }
  .seciton.info .info-items .item .icon-item img {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 720px) {
  .seciton.info .info-items .item .icon-item {
    border-radius: 12px;
    width: 60px;
    height: 60px;
  }
  .seciton.info .info-items .item .icon-item img {
    width: 38px;
    height: 38px;
  }
}
.seciton.info .info-items .item .icon-item-bottom {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  width: 84.144px;
  height: 26px;
  position: absolute;
  display: flex;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.28px;
  justify-content: center;
  font-family: "Onest", sans-serif;
  transform: rotate(-15deg);
  bottom: -11px;
  right: -25px;
  background: rgba(0, 0, 0, 0.32);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media screen and (max-width: 720px) {
  .seciton.info .info-items .item .icon-item-bottom {
    transform: rotate(0deg);
    right: -9px;
    bottom: -8px;
    width: 70.823px;
    height: 20px;
    font-size: 10px;
  }
}
.seciton.info .info-items .item .text {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1450px) {
  .seciton.info .info-items .item .text {
    font-size: 17px;
  }
}
@media screen and (max-width: 720px) {
  .seciton.info .info-items .item .text {
    font-size: 15px;
  }
}
.seciton.contact-us {
  margin-top: 270px;
  margin-bottom: 270px;
}
@media screen and (max-width: 720px) {
  .seciton.contact-us {
    margin-top: 100px;
    margin-bottom: 168px;
  }
}
.seciton.contact-us h4 {
  color: #FFF;
  text-align: center;
  font-size: 84px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.68px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1450px) {
  .seciton.contact-us h4 {
    font-size: 65px;
  }
}
@media screen and (max-width: 1150px) {
  .seciton.contact-us h4 {
    font-size: 52px;
  }
}
@media screen and (max-width: 720px) {
  .seciton.contact-us h4 {
    font-size: 42px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 370px) {
  .seciton.contact-us h4 {
    font-size: 36px;
  }
}
.seciton.contact-us .btn-link {
  border-radius: 12px;
  background: #354ACB;
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  padding: 17px;
  width: 300.541px;
  text-decoration: none;
  margin: 0 auto;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.27);
}
@media screen and (max-width: 370px) {
  .seciton.contact-us .btn-link {
    width: 250px;
  }
}/*# sourceMappingURL=main.css.map */