@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
.hero__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.hero__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.content {
  width: 100%;
  float: none; }

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  min-height: 70vh;
  max-height: 110vh;
  height: 51vw; }

.hero__video {
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }
  .hero__video.hero__video--hidden {
    opacity: 0; }
    .hero__video.hero__video--hidden .hero__video__close,
    .hero__video.hero__video--hidden .hero__video__mute {
      opacity: 0;
      visibility: hidden; }
  .hero__video iframe {
    width: 100%;
    height: 100%; }

#video__player {
  pointer-events: none;
  opacity: 0;
  right: auto;
  bottom: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .mason--loaded #video__player {
    opacity: 1;
    -webkit-transition: opacity 1s ease 0.3s;
    -o-transition: opacity 1s ease 0.3s;
    transition: opacity 1s ease 0.3s; }

.hero__video--hidden + .hero__video__pause {
  display: none; }

.hero__video__pause {
  position: absolute;
  right: 5%;
  bottom: clamp(2em, 5vw, 4.6875em);
  z-index: 12;
  color: #fff;
  width: 2.5em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  opacity: 1;
  border: 2px solid #fff;
  -webkit-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease;
  -o-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease;
  transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease; }
  .hero__video__pause svg {
    font-size: 0.8125em; }
  @media all and (min-width: 850px) {
    .hero__video__pause {
      bottom: calc(110px + 1em); } }
  .hero__video__pause:hover {
    background-color: #009fe3; }
  .hero__video__pause .hero__video__pause__hidden {
    display: none; }

body .admin__option__box__container.video__update {
  position: absolute;
  left: 0;
  z-index: 10;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75em;
  font-size: 0.75em;
  background: #745b99 !important; }
  body .admin__option__box__container.video__update input {
    margin-left: 1em;
    min-width: 190px; }
  body .admin__option__box__container.video__update svg {
    font-size: 1.25em; }

.welcome {
  text-align: center;
  padding: 5px;
  position: relative;
  z-index: 1; }
  .welcome p {
    margin-bottom: 30px;
    line-height: 25px;
    padding: 0 10px; }
  .welcome .welcome__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .welcome .welcome__item .button__link {
    margin-bottom: 30px; }
  .welcome .welcome__item:last-child .button__link a {
    background-color: #fff; }
    .welcome .welcome__item:last-child .button__link a:hover {
      background-color: #009fe3; }
  .welcome .welcome__cloud__one {
    position: absolute;
    top: 0;
    right: 0;
    color: #009fe3;
    -webkit-animation-name: cloud__move__one;
    animation-name: cloud__move__one;
    -webkit-animation-duration: 90s;
    animation-duration: 90s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  .welcome .welcome__cloud__two {
    position: absolute;
    top: 80px;
    right: -210px;
    -webkit-animation-name: cloud__move__two;
    animation-name: cloud__move__two;
    -webkit-animation-duration: 91s;
    animation-duration: 91s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }

.welcome__text__title {
  container-type: inline-size; }
  .welcome__text__title h1,
  .welcome__text__title h2 {
    color: #27348b; }
  .welcome__text__title h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: clamp(30px, 7cqi, 48px); }
  .welcome__text__title h2 {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 28px; }

.welcome__image {
  display: none;
  position: relative;
  margin-top: 35px; }
  .welcome__image .welcome__image__svg {
    position: absolute;
    right: -1000px; }
  .welcome__image .welcome__image__frame {
    position: relative;
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 380px; }
    .welcome__image .welcome__image__frame:before {
      content: '';
      display: block;
      visibility: hidden;
      padding-bottom: 66.66667%; }
  .welcome__image .welcome__image__container {
    position: relative;
    background-color: #009fe3;
    position: relative;
    width: 432.5px;
    height: 290px;
    -webkit-clip-path: url(#cloud);
    clip-path: url(#cloud); }
    .welcome__image .welcome__image__container:before {
      content: '';
      display: block;
      visibility: hidden;
      padding-bottom: 66.66667%; }
    .welcome__image .welcome__image__container .welcome__image {
      background: #009fe3; }
      .welcome__image .welcome__image__container .welcome__image img {
        width: 422.5px;
        height: 280px;
        position: absolute;
        top: 6px;
        left: 5px;
        -webkit-clip-path: url(#cloud);
        clip-path: url(#cloud);
        position: relative; }
        .welcome__image .welcome__image__container .welcome__image img:before {
          content: '';
          display: block;
          visibility: hidden;
          padding-bottom: 66.66667%; }
    .welcome__image .welcome__image__container::before {
      padding-bottom: 0 !important; }

@-webkit-keyframes cloud__move__one {
  0% {
    top: 20px;
    right: -105px; }
  50% {
    right: 100%;
    opacity: 1; }
  51% {
    right: 100%;
    opacity: 0; }
  99% {
    right: -105px;
    opacity: 0; }
  100% {
    right: -105px;
    opacity: 1; } }

@keyframes cloud__move__one {
  0% {
    top: 20px;
    right: -105px; }
  50% {
    right: 100%;
    opacity: 1; }
  51% {
    right: 100%;
    opacity: 0; }
  99% {
    right: -105px;
    opacity: 0; }
  100% {
    right: -105px;
    opacity: 1; } }

@-webkit-keyframes cloud__move__two {
  0% {
    top: 240px;
    right: -210px; }
  50% {
    right: 100%;
    opacity: 1; }
  51% {
    right: 100%;
    opacity: 0; }
  99% {
    right: -420px;
    opacity: 0; }
  100% {
    right: -420px;
    opacity: 1; } }

@keyframes cloud__move__two {
  0% {
    top: 240px;
    right: -210px; }
  50% {
    right: 100%;
    opacity: 1; }
  51% {
    right: 100%;
    opacity: 0; }
  99% {
    right: -420px;
    opacity: 0; }
  100% {
    right: -420px;
    opacity: 1; } }

@media all and (min-width: 500px) {
  .welcome .welcome__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
  .welcome .welcome__item:first-child .button__link {
    margin-right: 30px; } }

@media all and (min-width: 900px) {
  .welcome {
    text-align: left;
    padding: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .welcome .welcome__cloud__one {
      top: 40px;
      right: 40%; }
    .welcome .welcome__list {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .welcome__text {
    margin-right: 10px; }
  .welcome__text,
  .welcome__image {
    width: 50%; }
  .welcome__image {
    display: block; } }

@media all and (min-width: 1024px) {
  .welcome {
    padding: 0 10%; }
  .welcome__text {
    margin-right: 60px; } }

@media all and (min-width: 1300px) {
  .welcome__image {
    margin-top: 10px; }
    .welcome__image .welcome__image__container {
      width: 570px;
      height: 380px; }
      .welcome__image .welcome__image__container .welcome__image img {
        width: 560px;
        height: 370px;
        top: 6px;
        left: 5px; } }

@media all and (min-width: 1025px) {
  .combi__links__container {
    position: relative;
    padding-inline: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4em; } }
  @media all and (min-width: 1025px) and (min-width: 1409.7px) {
    .combi__links__container {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }

@media all and (min-width: 1025px) {
    .combi__links__container .twitter__container {
      padding: 0;
      max-width: 400px; }
    .combi__links__container .twitter {
      margin: 0;
      aspect-ratio: 280 / 320;
      max-width: 300px;
      height: auto;
      padding-top: 0.5em; }
      .combi__links__container .twitter a {
        margin: 0;
        padding-bottom: 26px;
        padding-inline: 0; }
      .combi__links__container .twitter h1 {
        font-size: 22px;
        padding: 0 5%;
        margin: 0.5em;
        margin-bottom: 2em;
        font-weight: 600; }
      .combi__links__container .twitter .twitter__image {
        width: 90%; }
    .combi__links__container .useful__links {
      position: static;
      max-width: 24vw; }
      .combi__links__container .useful__links h1 {
        font-size: 28px;
        text-align: left; }
      .combi__links__container .useful__links .useful__links__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 4em;
        row-gap: 1em;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .combi__links__container .useful__links .useful__links__list .useful__links__item {
          width: 30%;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          margin-right: 0; }
      .combi__links__container .useful__links .useful__links__item__icon {
        padding: 28px; } }

.twitter__container {
  padding-inline: 5%; }
  @media all and (min-width: 1409.7px) {
    .twitter__container {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }

.twitter {
  background-color: #009fe3;
  border-radius: 30px;
  text-align: center;
  position: relative;
  z-index: 6;
  max-width: 550px;
  margin: auto; }
  .twitter h1 {
    color: var(--col-pritxt);
    font-size: 28px; }
  .twitter a {
    text-decoration: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 80px 10px 60px 10px;
    padding-bottom: 1em; }
  .twitter .twitter__image {
    width: 80%;
    position: relative;
    max-width: 500px; }
    .twitter .twitter__image img {
      border-radius: 10px;
      position: relative;
      width: auto;
      height: auto; }
      .twitter .twitter__image img:before {
        content: '';
        display: block;
        visibility: hidden;
        padding-bottom: 33.33333%; }

@media all and (min-width: 850px) {
  .twitter a {
    padding: 0 5% 60px 5%; }
  .twitter .twitter__image {
    display: block;
    max-width: 905px; }
  .twitter h1 {
    padding-bottom: 0;
    margin-bottom: 30px; } }

@media all and (min-width: 1024px) {
  .twitter {
    margin: 80px 10% 90px 10%; } }

.useful__links {
  position: relative;
  min-height: 330px;
  width: 100%;
  margin-bottom: 50px;
  z-index: 5; }
  .useful__links a {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    color: #1b1b1b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .useful__links h1 {
    font-size: 48px;
    color: #27348b;
    text-align: center; }
  .useful__links .useful__links__tree {
    position: absolute;
    top: -131px;
    width: 510px;
    height: 560px;
    opacity: 0;
    z-index: -1; }
  .useful__links .useful__links__tree.lazy--loaded {
    -webkit-animation-name: draw__diagonally;
    animation-name: draw__diagonally;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@-webkit-keyframes draw__diagonally {
  0% {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 0% 100%);
    opacity: 0; }
  1% {
    opacity: 1; }
  50% {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 50% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 50% 50%); }
  100% {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    opacity: 1; } }

@keyframes draw__diagonally {
  0% {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 0% 100%);
    opacity: 0; }
  1% {
    opacity: 1; }
  50% {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 50% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 50% 50%); }
  100% {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    opacity: 1; } }
  .useful__links .useful__links__wave {
    position: absolute;
    top: 40%;
    left: 0;
    opacity: 0%;
    z-index: -1; }
  .useful__links .useful__links__wave.useful__links__wave.lazy--loaded {
    -webkit-animation-name: draw__left;
    animation-name: draw__left;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

.useful__links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  .useful__links__list .useful__links__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2%;
    margin-bottom: 2%; }
    .useful__links__list .useful__links__item:last-child {
      margin-right: 0; }
    .useful__links__list .useful__links__item:nth-child(1) .useful__links__item__icon {
      background-color: #009fe3;
      border: 2px #009fe3 solid; }
    .useful__links__list .useful__links__item:nth-child(4n + 4) .useful__links__item__icon {
      background-color: #3aaa35;
      border: 2px #3aaa35 solid; }
    .useful__links__list .useful__links__item:nth-child(2) .useful__links__item__icon {
      background-color: #3aaa35;
      border: 2px #3aaa35 solid; }
    .useful__links__list .useful__links__item:nth-child(5n + 5) .useful__links__item__icon {
      background-color: #e67534;
      border: 2px #e67534 solid; }
    .useful__links__list .useful__links__item:nth-child(3) .useful__links__item__icon {
      background-color: #009fe3;
      border: 2px #009fe3 solid; }
    .useful__links__list .useful__links__item:nth-child(6n + 6) .useful__links__item__icon {
      background-color: #009fe3;
      border: 2px #009fe3 solid; }
    .useful__links__list .useful__links__item:hover .useful__links__item__title {
      -webkit-text-decoration-color: #27348b;
      text-decoration-color: #27348b;
      -webkit-transition: -webkit-text-decoration-color 0.3s ease;
      transition: -webkit-text-decoration-color 0.3s ease;
      -o-transition: text-decoration-color 0.3s ease;
      transition: text-decoration-color 0.3s ease;
      transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease; }
    .useful__links__list .useful__links__item:hover .useful__links__item__icon {
      background-color: #ffffff;
      -webkit-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
    .useful__links__list .useful__links__item:not(:hover) .useful__links__item__title {
      -webkit-transition: -webkit-text-decoration-color 0.3s ease;
      transition: -webkit-text-decoration-color 0.3s ease;
      -o-transition: text-decoration-color 0.3s ease;
      transition: text-decoration-color 0.3s ease;
      transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease; }
    .useful__links__list .useful__links__item:not(:hover) .useful__links__item__icon {
      -webkit-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
  .useful__links__list .useful__links__item__icon {
    border-radius: 50%;
    padding: 38px;
    margin-bottom: 15px; }
    .useful__links__list .useful__links__item__icon svg {
      height: 50px;
      width: 50px; }
  .useful__links__list .useful__links__item__title {
    color: #27348b;
    font-weight: 700;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent; }

@media all and (min-width: 393px) {
  .useful__links .useful__links__tree {
    top: -193px; } }

@media all and (min-width: 536px) {
  .useful__links .useful__links__tree {
    top: -309px;
    left: -255px; } }

@media all and (min-width: 840px) {
  .useful__links .useful__links__wave {
    top: 28%; } }

@media all and (min-width: 850px) {
  .useful__links .useful__links__tree {
    top: -346px;
    left: -255px; } }

@media all and (min-width: 1024px) {
  .useful__links__list .useful__links__item {
    margin-right: 4%; }
  .useful__links .useful__links__tree {
    left: -260px;
    top: -305px; } }

@media all and (min-width: 1300px) {
  .useful__links__list .useful__links__item {
    margin-right: 60px; }
  .useful__links .useful__links__tree {
    left: -260px;
    top: -470px; } }

@-webkit-keyframes draw__left {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    opacity: 0; }
  1% {
    opacity: 0.1; }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.1; } }

@keyframes draw__left {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    opacity: 0; }
  1% {
    opacity: 0.1; }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.1; } }

.map {
  position: relative; }
  .map .map__info {
    position: relative;
    background-color: #ffffff; }
    .map .map__info img {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%; }
  .map .button__link a {
    font-weight: 700; }
  .map .map__info__list {
    list-style: none;
    padding: 0 40px 30px 40px;
    margin: 0; }
  .map .map__info__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
    .map .map__info__list__item h1 {
      color: #27348b;
      font-size: 48px;
      margin-bottom: 0; }
    .map .map__info__list__item a {
      margin-left: 10px;
      text-decoration: none;
      color: #1b1b1b;
      font-size: 16px; }
    .map .map__info__list__item .map__info__list__item__email {
      color: #27348b;
      font-weight: 700; }
    .map .map__info__list__item .map__info__list__item__icon {
      padding: 8px 11px;
      border-radius: 50%;
      background-color: #009fe3; }
      .map .map__info__list__item .map__info__list__item__icon svg {
        height: 14px;
        width: 14px; }
  .map .button__link {
    margin: 0 40px 30px; }
  .map .map__gradient {
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 5; }
  .map .map__gradient__top {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, white 35%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, white 35%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, white 35%, rgba(255, 255, 255, 0) 100%);
    top: 0; }
  .map .map__gradient__bottom {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, white 35%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, white 35%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, white 35%, rgba(255, 255, 255, 0) 100%);
    bottom: 646px; }

@media all and (min-width: 216px) {
  .map .map__gradient__bottom {
    bottom: 610px; } }

@media all and (min-width: 218px) {
  .map .map__gradient__bottom {
    bottom: 580px; } }

@media all and (min-width: 235px) {
  .map .map__gradient__bottom {
    bottom: 550px; } }

@media all and (min-width: 273px) {
  .map .map__gradient__bottom {
    bottom: 500px; } }

@media all and (min-width: 333px) {
  .map .map__gradient__bottom {
    bottom: 452px; } }

@media all and (min-width: 350px) {
  .map .map__gradient__bottom {
    bottom: 400px; } }

@media all and (min-width: 414px) {
  .map__info .map__info__list__item__email br {
    display: none; } }

@media all and (min-width: 1024px) {
  .map .map__info {
    position: absolute;
    border-radius: 20px;
    position: absolute;
    top: 120px;
    left: 0.5%;
    width: 465px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    z-index: 10; }
  .map .map__gradient__bottom {
    bottom: 0; } }

@media all and (min-width: 1150px) {
  .map .map__info {
    left: 3%; } }

@media all and (min-width: 1350px) {
  .map .map__info {
    left: 140px; } }

.awards {
  padding: 10px 5%;
  background-color: #ffffff; }
  .awards .awards__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .awards .awards__list__item {
    margin-right: 10px; }
    .awards .awards__list__item img {
      position: static; }
