.intro {
  background: #0048ff;
  padding: clamp(54px, 45.7411764706px + 2.1176470588vw, 72px) 0;
  position: relative;
  overflow: hidden;
}
.intro::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: 3;
  background: linear-gradient(0deg, rgba(0, 7, 23, 0.5), rgba(0, 7, 23, 0.5)), #0048ff;
  mix-blend-mode: multiply;
}
.intro__bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.intro__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(36px, 30.4941176471px + 1.4117647059vw, 48px);
  z-index: 10;
}
.intro__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(18px, 15.2470588235px + 0.7058823529vw, 24px);
  max-width: 835px;
}
.intro__text h1 {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-family: "Unbounded";
  font-size: 42px;
}
@media (max-width: 390px) {
  .intro__text h1 {
    font-size: 24px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .intro__text h1 {
    font-size: calc(0.0211764706 * 100vw + 15.7411764706px);
  }
}
@media (min-width: 1241px) {
  .intro__text h1 {
    font-size: 42px;
  }
}
.intro__text h1 {
  color: #f9f9f9;
  text-align: center;
}
.intro__text h4 {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "Unbounded";
  font-size: 18px;
}
@media (max-width: 390px) {
  .intro__text h4 {
    font-size: 13.5px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .intro__text h4 {
    font-size: calc(0.0052941176 * 100vw + 11.4352941176px);
  }
}
@media (min-width: 1241px) {
  .intro__text h4 {
    font-size: 18px;
  }
}
.intro__text h4 {
  color: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
}

.calls {
  background: #f9f9f9;
  padding: clamp(45px, 38.1176470588px + 1.7647058824vw, 60px) 0 clamp(54px, 45.7411764706px + 2.1176470588vw, 72px);
}
.calls__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(31.5px, 26.6823529412px + 1.2352941176vw, 42px);
}
.calls__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: clamp(27px, 22.8705882353px + 1.0588235294vw, 36px);
  align-items: center;
}
.calls__utils {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: clamp(12px, 10.1647058824px + 0.4705882353vw, 16px);
}
@media (max-width: 767px) {
  .calls__utils {
    flex-direction: column;
    align-items: flex-start;
  }
}
.calls__utils-countries {
  max-width: clamp(315px, 266.8235294118px + 12.3529411765vw, 420px);
  width: 100%;
}
.calls__utils-perpages {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: clamp(18px, 15.2470588235px + 0.7058823529vw, 24px);
}
.calls__utils-perpages .select {
  max-width: 130px;
}
.calls__utils-text {
  white-space: nowrap;
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto Mono";
  font-size: 16px;
}
@media (max-width: 390px) {
  .calls__utils-text {
    font-size: 12px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .calls__utils-text {
    font-size: calc(0.0047058824 * 100vw + 10.1647058824px);
  }
}
@media (min-width: 1241px) {
  .calls__utils-text {
    font-size: 16px;
  }
}
.calls__utils-text {
  color: #000717;
}
.calls__pagination {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(9px, 7.6235294118px + 0.3529411765vw, 12px);
}
.calls__pagination .calls__pagination-arrow:first-child {
  margin-right: clamp(9px, 7.6235294118px + 0.3529411765vw, 12px);
}
.calls__pagination .calls__pagination-arrow:last-child {
  margin-left: clamp(9px, 7.6235294118px + 0.3529411765vw, 12px);
}
.calls__pagination-arrow {
  border-radius: 6px;
  width: clamp(28.8px, 27.3317647059px + 0.3764705882vw, 32px);
  height: clamp(28.8px, 27.3317647059px + 0.3764705882vw, 32px);
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.calls__pagination-arrow:hover {
  background: rgba(177, 218, 255, 0.4);
}
.calls__pagination-pages {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(9px, 7.6235294118px + 0.3529411765vw, 12px);
}
.calls__pagination-page {
  border-radius: 6px;
  width: clamp(28.8px, 27.3317647059px + 0.3764705882vw, 32px);
  height: clamp(28.8px, 27.3317647059px + 0.3764705882vw, 32px);
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  cursor: pointer;
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-family: "Roboto Mono";
  font-size: 16px;
}
@media (max-width: 390px) {
  .calls__pagination-page {
    font-size: 12px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .calls__pagination-page {
    font-size: calc(0.0047058824 * 100vw + 10.1647058824px);
  }
}
@media (min-width: 1241px) {
  .calls__pagination-page {
    font-size: 16px;
  }
}
.calls__pagination-page {
  color: #000717;
}
.calls__pagination-page:hover {
  background: rgba(177, 218, 255, 0.4);
}
.calls__pagination-page.active {
  background: #0048ff;
  color: #f9f9f9;
}
.calls__pagination-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-family: "Roboto Mono";
  font-size: 16px;
}
@media (max-width: 390px) {
  .calls__pagination-dots {
    font-size: 12px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .calls__pagination-dots {
    font-size: calc(0.0047058824 * 100vw + 10.1647058824px);
  }
}
@media (min-width: 1241px) {
  .calls__pagination-dots {
    font-size: 16px;
  }
}
.calls__pagination-dots {
  color: #000717;
}
.calls__table {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: auto;
}
.calls__table-content {
  min-width: 900px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.calls__header {
  display: flex;
  align-items: stretch;
  width: 100%;
  justify-content: space-between;
  padding: clamp(12px, 10.1647058824px + 0.4705882353vw, 16px) clamp(22.5px, 19.0588235294px + 0.8823529412vw, 30px);
  border-radius: 10px;
  background: #0048ff;
  gap: clamp(22.5px, 19.0588235294px + 0.8823529412vw, 30px);
}
.calls__header-col {
  white-space: nowrap;
  width: 20%;
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-family: "Roboto Mono";
  font-size: 16px;
}
@media (max-width: 390px) {
  .calls__header-col {
    font-size: 12px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .calls__header-col {
    font-size: calc(0.0047058824 * 100vw + 10.1647058824px);
  }
}
@media (min-width: 1241px) {
  .calls__header-col {
    font-size: 16px;
  }
}
.calls__header-col {
  color: #ffffff;
}
.calls__header-col:first-child {
  width: 40%;
}
.calls__pages {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.calls__page {
  width: 100%;
  display: none;
  flex-direction: column;
}
.calls__page.active {
  display: flex;
}
.calls__row {
  display: flex;
  align-items: stretch;
  width: 100%;
  justify-content: space-between;
  padding: clamp(12px, 10.1647058824px + 0.4705882353vw, 16px) clamp(22.5px, 19.0588235294px + 0.8823529412vw, 30px);
  border-radius: 10px;
  gap: clamp(22.5px, 19.0588235294px + 0.8823529412vw, 30px);
}
.calls__row:nth-child(even) {
  background: rgba(177, 218, 255, 0.4);
}
.calls__row-col {
  white-space: nowrap;
  width: 20%;
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto Mono";
  font-size: 16px;
}
@media (max-width: 390px) {
  .calls__row-col {
    font-size: 12px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .calls__row-col {
    font-size: calc(0.0047058824 * 100vw + 10.1647058824px);
  }
}
@media (min-width: 1241px) {
  .calls__row-col {
    font-size: 16px;
  }
}
.calls__row-col {
  color: #000717;
}
.calls__row-col:first-child {
  width: 40%;
}

.select {
  width: 100%;
  position: relative;
}
.select__value {
  width: 100%;
  padding: clamp(12px, 10.1647058824px + 0.4705882353vw, 16px) clamp(18px, 15.2470588235px + 0.7058823529vw, 24px);
  border-radius: 10px;
  background: rgba(177, 218, 255, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(12px, 10.1647058824px + 0.4705882353vw, 16px);
  cursor: pointer;
}
.select__value p {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-family: "Unbounded";
  font-size: 18px;
}
@media (max-width: 390px) {
  .select__value p {
    font-size: 13.5px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .select__value p {
    font-size: calc(0.0052941176 * 100vw + 11.4352941176px);
  }
}
@media (min-width: 1241px) {
  .select__value p {
    font-size: 18px;
  }
}
.select__value p {
  color: #000717;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select__value p span {
  color: #0048ff;
}
.select__value input {
  display: none;
  width: 100%;
  height: clamp(15px, 12.7058823529px + 0.5882352941vw, 20px);
  border: none;
  outline: none;
  background: transparent;
}
.select__value img,
.select__value svg {
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
.select__value.active p {
  display: none;
}
.select__value.active input {
  display: block;
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-family: "Unbounded";
  font-size: 18px;
}
@media (max-width: 390px) {
  .select__value.active input {
    font-size: 13.5px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .select__value.active input {
    font-size: calc(0.0052941176 * 100vw + 11.4352941176px);
  }
}
@media (min-width: 1241px) {
  .select__value.active input {
    font-size: 18px;
  }
}
.select__value.active input {
  color: #000717;
}
.select__value.active img,
.select__value.active svg {
  transform: rotate(180deg);
}
.select__list {
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(100% + clamp(9px, 7.6235294118px + 0.3529411765vw, 12px));
  border-radius: 10px;
  background: #f9f9f9;
  display: none;
  flex-direction: column;
  box-shadow: 0px 4px 20px rgba(0, 7, 23, 0.14);
  max-height: 320px;
  overflow: auto;
  z-index: 999;
}
.select__list-item {
  padding: clamp(12px, 10.1647058824px + 0.4705882353vw, 16px) clamp(18px, 15.2470588235px + 0.7058823529vw, 24px);
  width: 100%;
  cursor: pointer;
}
.select__list-item p {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-family: "Unbounded";
  font-size: 18px;
}
@media (max-width: 390px) {
  .select__list-item p {
    font-size: 13.5px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .select__list-item p {
    font-size: calc(0.0052941176 * 100vw + 11.4352941176px);
  }
}
@media (min-width: 1241px) {
  .select__list-item p {
    font-size: 18px;
  }
}
.select__list-item p {
  color: #000717;
}
.select__list-item p span {
  color: #0048ff;
}
.select__list-item:hover {
  background: rgba(177, 218, 255, 0.4);
}
.select__list.active {
  display: flex;
}

.upload {
  width: 100%;
  background: #f9f9f9;
  padding: clamp(45px, 38.1176470588px + 1.7647058824vw, 60px) 0;
}
.upload__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(31.5px, 26.6823529412px + 1.2352941176vw, 42px);
}
.upload__container #upload {
  padding: clamp(12px, 10.1647058824px + 0.4705882353vw, 16px);
  border-radius: 6px;
  border: 1px dashed #b1daff;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  gap: clamp(12px, 10.1647058824px + 0.4705882353vw, 16px);
  align-items: center;
}
@media (max-width: 767px) {
  .upload__container #upload {
    flex-direction: column;
    align-items: flex-start;
  }
}/*# sourceMappingURL=calls.css.map */