* {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Outfit", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}

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

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Publico Text Roman";
}

h1 {
  font-size: 4.875rem;
  line-height: 4.875rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

h2 {
  line-height: 4.375rem;
  font-weight: 400;
  font-size: 4.375rem;
}

h3 {
  font-size: 2.625rem;
  line-height: 2.875rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.375rem;
}

h5 {
  font-size: 1.375rem;
  line-height: 1.813rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

h6 {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 400;
}

p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}

p strong {
  color: #1e1e1e;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #fe5b2c;
}

.container {
  max-width: 1311px;
}

.container-fluid {
  padding: 0 92px;
}

.mb_show {
  display: none;
}

.col-md-2\.5 {
  width: 20%;
}

.p10 {
  padding: 10px 0;
}

.p20 {
  padding: 20px 0;
}

.p30 {
  padding: 30px 0;
}

.p40 {
  padding: 40px 0;
}

.p50 {
  padding: 50px 0;
}

.p60 {
  padding: 60px 0;
}

.p70 {
  padding: 70px 0;
}

.p80 {
  padding: 80px 0;
}

.p90 {
  padding: 90px 0;
}

.p100 {
  padding: 100px 0;
}

.pt160 {
  padding-top: 160px;
}

.m10 {
  margin: 10px 0;
}

.m20 {
  margin: 20px 0;
}

.m30 {
  margin: 30px 0;
}

.m40 {
  margin: 40px 0;
}

.m50 {
  margin: 50px 0;
}

.m60 {
  margin: 60px 0;
}

.m70 {
  margin: 70px 0;
}

.m80 {
  margin: 80px 0;
}

.m90 {
  margin: 90px 0;
}

.m100 {
  margin: 100px 0;
}

.sm {
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
}

.modal-dialog {
  width: 820px;
  max-width: 93%;
}

.partners  .swiper-button-next:after, .partners .swiper-button-prev:after {
  display: none;
}

.partners .swiper-button-next i, .partners .swiper-button-prev i {
  color: #101b39;
} 

@media screen and (max-width: 1700px) {
  .container {
    max-width: 1311px;
  }

  .container-fluid {
    padding: 0 42px;
  }
}

@media screen and (max-width: 1400px) {
  .container-fluid {
    padding: 0 16px;
  }

  .col-md-2\.5 {
    width: 25%;
  }
}

@media screen and (max-width: 500px) {
  .mb_hide {
    display: none;
  }

  .mb_show {
    display: block;
  }

  .col-md-2\.5 {
    width: 50%;
  }

  .p80 {
    padding: 40px 0;
  }

  h1 {
    font-size: 68px;
  }
}
