.section.section_icons {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 5.375rem 21.5625rem 5rem;
}
@media screen and (max-width: 1500px) {
  .section.section_icons {
    padding: 5.375rem 11.563rem 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .section.section_icons {
    padding: 3rem 3rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section_icons {
    padding: 2.5rem 1.5rem 2.5rem;
  }
}
.section.section_icons .title {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 2rem;
  line-height: normal;
  text-align: center;
  color: var(--color-sea-blue);
  margin: 0 0 3rem;
}
@media screen and (max-width: 1280px) {
  .section.section_icons .title {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .section.section_icons .title {
    font-size: 1.625rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section_icons .title {
    font-size: 1.375rem;
    margin-bottom: 1.5rem;
  }
}
.section.section_icons .subtitle {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  color: var(--color-sea-blue);
  margin: -2rem 0 2.5rem;
}
@media screen and (max-width: 1280px) {
  .section.section_icons .subtitle {
    font-size: 1.375rem;
    margin: -1.75rem 0 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .section.section_icons .subtitle {
    font-size: 1.25rem;
    margin: -1.25rem 0 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section_icons .subtitle {
    font-size: 1.125rem;
    margin: -1rem 0 1.25rem;
  }
}
.section.section_icons .content {
  font-family: var(--font-primary);
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: center;
  color: var(--color-sea-blue);
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1280px) {
  .section.section_icons .content {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section_icons .content {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
.section.section_icons .icons {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 1.5rem;
}
@media screen and (max-width: 1280px) {
  .section.section_icons .icons {
    gap: 2.5rem 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .section.section_icons .icons {
    gap: 2rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section_icons .icons {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.section.section_icons .item {
  display: grid;
  grid-template-columns: 3rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 1rem;
  row-gap: 0;
  align-items: start;
  width: calc((100% - 3rem) / 3);
}
@media screen and (max-width: 1280px) {
  .section.section_icons .item {
    grid-template-columns: 2.5rem 1fr;
    width: calc((100% - 2rem) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .section.section_icons .item {
    grid-template-columns: 2.5rem 1fr;
    width: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .section.section_icons .item {
    grid-template-columns: 2.25rem 1fr;
    width: 100%;
  }
}
.section.section_icons .icon {
  grid-column: 1;
  grid-row: 1/3;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 2.5rem;
  color: var(--color-sea-blue);
}
.section.section_icons .icon::before {
  font-size: 2.5rem;
}
@media screen and (max-width: 1280px) {
  .section.section_icons .icon::before {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .section.section_icons .icon::before {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section_icons .icon::before {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1280px) {
  .section.section_icons .icon {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .section.section_icons .icon {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section_icons .icon {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.75rem;
  }
}
.section.section_icons .label {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: normal;
  color: var(--color-sea-blue);
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1280px) {
  .section.section_icons .label {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 1024px) {
  .section.section_icons .label {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section_icons .label {
    font-size: 1rem;
  }
}
.section.section_icons .description {
  grid-column: 2;
  grid-row: 2;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: var(--color-sea-blue);
}
@media screen and (max-width: 1280px) {
  .section.section_icons .description {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  .section.section_icons .description {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .section.section_icons .description {
    font-size: 0.9375rem;
  }
}
.section.section_icons.blue_logo {
  background-color: #EDF4F9;
}
.section.section_icons.blue_logo::before {
  content: "";
  position: absolute;
  width: 18%;
  height: 120%;
  background-image: url("../../../../assets/img/logo_bg_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
  right: -7.5%;
  top: 31%;
}
@media screen and (max-width: 1280px) {
  .section.section_icons.blue_logo::before {
    width: 20%;
    right: -5%;
  }
}
@media screen and (max-width: 1024px) {
  .section.section_icons.blue_logo::before {
    display: none;
  }
}
.section.section_icons.blue_logo .wrapper {
  position: relative;
  z-index: 1;
}
.section.section_icons.blue_logo .label {
  color: var(--color-sea-blue);
}
.section.section_icons.blue_logo .description {
  color: var(--color-sea-blue);
}
.section.section_icons.sand {
  background-color: #F2E8E0;
}
.section.section_icons.sand .label {
  color: var(--color-sea-blue);
}
.section.section_icons.sand .description {
  color: rgba(31, 31, 31, 0.6);
}
#map-1 + .section.section_icons {
  margin-top: 0;
}
/*# sourceMappingURL=icons_list.min.css.map */
