@-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); } }

@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: 100vh;
  height: 46vw; }

.hero__slideshow__item__caption {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  color: #4c5ca9;
  font-size: clamp(2.5em, 4.7vw, 5.625em);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  font-family: "Nunito", sans-serif; }

.motto__scroll__down {
  position: absolute;
  right: 20px;
  top: -50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #ed1e24;
  -webkit-transition: ease 0.2s filter;
  -o-transition: ease 0.2s filter;
  transition: ease 0.2s filter;
  text-decoration: none;
  width: 60px;
  height: 60px;
  background: #ffffff;
  z-index: 6;
  border-radius: 100%; }
  .motto__scroll__down svg {
    font-size: 2em;
    color: #000; }
  .motto__scroll__down:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #fff;
    opacity: 0.4;
    border-radius: 100%;
    z-index: -1; }
  .motto__scroll__down:hover {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7); }

@media (min-width: 1050px) {
  .motto__scroll__down {
    top: -70px;
    right: 90px;
    width: 73px;
    height: 73px; }
    .motto__scroll__down:after {
      width: 110px;
      height: 110px; } }

.motto__block {
  position: relative;
  background: #fff;
  padding: 40px 20px 60px;
  line-height: 1.2;
  min-height: 220px; }

.motto__wrap {
  text-align: center;
  max-width: 880px;
  margin: 0 auto; }

.motto__item__text {
  font-size: clamp(1.5em, 1.8vw, 2.125em);
  font-weight: 600;
  color: #ed1e24;
  margin-bottom: 0; }

.motto__item__heading {
  font-size: clamp(2.5em, 5.3vw, 6.25em);
  font-weight: bold;
  color: #4c5ca9;
  margin: 0;
  font-family: "The Nautigal", cursive; }

.welcome__block {
  position: relative;
  background: #fff;
  padding: 40px 20px 80px; }

@media (min-width: 1050px) {
  .welcome__block {
    padding: 80px 20px 240px; } }

.welcome__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 1050px) {
  .welcome__inner {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset; } }

.welcome__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  max-width: 1127px;
  width: 100%;
  margin: 0 auto; }

.welcome__item__image {
  position: relative;
  border-radius: 20px;
  width: 411px;
  height: 260px;
  overflow: hidden; }

@media (min-width: 1300px) {
  .welcome__item__image {
    width: 511px;
    height: 360px; } }

.welcome__item__text__wrap {
  position: relative;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  max-width: 520px;
  width: 100%;
  z-index: 7; }

@media (min-width: 1050px) {
  .welcome__item__text__wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; } }

.welcome__item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  color: #4c5ca9;
  line-height: 1.2; }
  .welcome__item__heading span {
    font-size: 28px;
    color: #ed1e24;
    font-weight: 700; }

@media (min-width: 1050px) {
  .welcome__item__heading {
    font-size: 32px; }
    .welcome__item__heading span {
      font-size: 37px; } }

.welcome__item__text {
  color: #000;
  font-size: 17px;
  margin-bottom: 30px; }

@media (min-width: 1050px) {
  .welcome__item__text {
    font-size: 1em; } }

@media (min-width: 1300px) {
  .welcome__item__text {
    font-size: 1.125em; } }

.quote__block {
  position: relative;
  padding: 20px 20px 100px;
  background: #ed1e24; }

.quote__swoosh {
  height: 72px;
  width: 100%;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  color: #ed1e24;
  z-index: 5; }

@media (min-width: 1050px) {
  .quote__block {
    padding: 50px 20px 120px; } }

.quote__block .swiper-container {
  max-width: 1127px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

.quote__item {
  line-height: 1.2;
  gap: 40px; }

.quote__item__text {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  text-align: center; }

@media (min-width: 1050px) {
  .quote__item__text {
    font-size: 30px; } }

.quote__item__by {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-align: center; }

@media (min-width: 1050px) {
  .quote__item__by {
    font-size: 25px; } }

/* Pagination */
.quote__block .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px; }
  .quote__block .swiper-pagination .swiper-pagination-bullet {
    width: 23px;
    height: 23px;
    background: #ffffff;
    opacity: 0.5;
    -webkit-transition: ease 0.2s opacity;
    -o-transition: ease 0.2s opacity;
    transition: ease 0.2s opacity; }

.quote__block .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1; }

.news__feed {
  position: relative;
  background: #fff;
  padding: 40px 30px 90px; }

.news__heading__wrap {
  position: relative;
  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;
  gap: 30px;
  width: 100%;
  margin-bottom: 50px; }
  .news__heading__wrap .news__heading {
    position: relative;
    font-size: 1.875em;
    font-weight: bold;
    color: #ed1e24;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px; }

@media (min-width: 720px) {
  .news__heading__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .news__heading__wrap .news__heading {
      margin-right: auto;
      text-align: left;
      margin-bottom: 50px; } }

@media (min-width: 1050px) {
  .news__feed {
    padding: 40px 55px 40px; }
    .news__feed .news__heading {
      font-size: 2.5em; } }

.news__swiper__nav {
  position: relative;
  max-width: 120px;
  width: 100%; }

@media (min-width: 1050px) {
  .news__swiper__nav {
    max-width: 140px; } }

.news__inner {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 1127px;
  margin: 0 auto; }

.news__feed .cp-controls-btn {
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ed1e24;
  font-size: 0.875em;
  border: none;
  color: #fff;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s; }
  .news__feed .cp-controls-btn:after {
    display: none; }
  .news__feed .cp-controls-btn:focus-within, .news__feed .cp-controls-btn:hover {
    background: #ffffff;
    color: #ed1e24;
    opacity: 0.2;
    border: 1px solid #ffffff;
    opacity: 1; }

@media (min-width: 1050px) {
  .news__feed .cp-controls-btn {
    width: 50px;
    height: 50px;
    font-size: 1em;
    top: 50%; } }

.news__feed .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  margin-bottom: 40px; }

@media (min-width: 1050px) {
  .news__feed .swiper-container {
    min-height: 305px;
    width: 114%; } }

.news__item {
  position: relative;
  min-height: 524px; }
  .news__item a {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    -webkit-transition: ease 0.2s filter;
    -o-transition: ease 0.2s filter;
    transition: ease 0.2s filter; }
    .news__item a:hover {
      -webkit-filter: brightness(0.8);
      filter: brightness(0.8); }

.news__item__image {
  height: 313px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9); }

.news__item__icon {
  position: absolute;
  top: 10px;
  right: 10px;
  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;
  background: #fff;
  width: 44px;
  height: 44px;
  border-radius: 100%; }
  .news__item__icon svg {
    font-size: 24px;
    color: #ffffff; }

.news__item__date {
  font-size: 0.875em;
  font-weight: 500;
  color: #ed1e24; }

.news__item__title h3 {
  font-size: 1.875em;
  font-weight: 600;
  color: #ed1e24;
  margin: 0; }

.news__item__intro {
  min-height: 99px; }

.news__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  font-size: 0.9375em;
  color: #000; }

.news__item__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4c5ca9;
  font-size: 1em;
  font-weight: 600;
  gap: 20px; }
  .news__item__cta svg {
    font-size: 16px;
    color: currentColor; }

/* Pagination */
.news__feed .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px; }
  .news__feed .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #ed1e24;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    border: 5px solid #fff;
    opacity: 1; }

.news__feed .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  border-color: #ed1e24; }

.news__swoosh {
  height: 72px;
  width: 100%;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  color: #fff;
  z-index: 5; }

.news__swoosh__2 {
  height: 70px;
  width: 100%;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  color: #fff;
  z-index: 5; }

.calendar__feed {
  position: relative;
  background: #ed1e24;
  padding: 100px 30px 90px; }

.calendar__heading__wrap {
  position: relative;
  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;
  gap: 30px;
  width: 100%;
  margin-bottom: 50px; }
  .calendar__heading__wrap .calendar__heading {
    position: relative;
    font-size: 1.875em;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px; }

@media (min-width: 720px) {
  .calendar__heading__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .calendar__heading__wrap .calendar__heading {
      margin-right: auto;
      text-align: left;
      margin-bottom: 50px; } }

@media (min-width: 1050px) {
  .calendar__feed {
    padding: 100px 55px 40px; }
    .calendar__feed .calendar__heading {
      font-size: 2.5em; } }

.calendar__swiper__nav {
  position: relative;
  max-width: 120px;
  width: 100%; }

@media (min-width: 1050px) {
  .calendar__swiper__nav {
    max-width: 140px; } }

.calendar__inner {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 1127px;
  margin: 0 auto; }

.calendar__feed .cp-controls-btn {
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ffffff;
  font-size: 0.875em;
  border: none;
  color: #ed1e24;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  -webkit-box-shadow: 0px 13px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 13px 16px rgba(0, 0, 0, 0.16); }
  .calendar__feed .cp-controls-btn:after {
    display: none; }
  .calendar__feed .cp-controls-btn:focus-within, .calendar__feed .cp-controls-btn:hover {
    background: #ed1e24;
    color: #fff;
    opacity: 1;
    border: 1px solid #fff; }

@media (min-width: 1050px) {
  .calendar__feed .cp-controls-btn {
    width: 50px;
    height: 50px;
    font-size: 1em;
    top: 50%; } }

.calendar__feed .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  margin-bottom: 40px; }

@media (min-width: 1050px) {
  .calendar__feed .swiper-container {
    min-height: 305px;
    width: 121%; } }

.calendar__feed .swiper-slide {
  opacity: 0.5;
  -webkit-transition: ease 0.2s opacity;
  -o-transition: ease 0.2s opacity;
  transition: ease 0.2s opacity; }

.calendar__feed .swiper-slide-prev,
.calendar__feed .swiper-slide-active,
.calendar__feed .swiper-slide-next {
  opacity: 1; }

.calendar__link:focus-within .calendar__date, .calendar__link:hover .calendar__date {
  background: #ffffff;
  color: #ed1e24; }

.calendar__date {
  position: relative;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  color: #fff;
  width: 99px;
  height: 99px;
  border-radius: 100%;
  background: #4c5ca9;
  line-height: 1.2;
  overflow: hidden;
  -webkit-transition: ease 0.2s background;
  -o-transition: ease 0.2s background;
  transition: ease 0.2s background;
  margin: 0 auto 10px;
  padding: 0 20px; }
  .calendar__date .event__date__month {
    font-size: 14px;
    font-weight: normal; }

.calendar__info__content {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px; }

.calendar__info__title {
  font-size: 1.25em;
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 1.2; }

.calendar__time {
  font-size: 0.875em;
  font-weight: 600;
  color: #ffffff; }
  .calendar__time svg {
    font-size: 15px;
    color: #ffffff; }

.cta__wrap {
  position: relative; }

.calendar__feed .calendar__cta a {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff; }

.school__links__block {
  position: relative;
  background: #fff;
  padding: 20px 20px 50px; }

@media (min-width: 1050px) {
  .school__links__block {
    padding: 70px 20px 150px; } }

.school__links__swoosh {
  height: 72px;
  width: 100%;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  color: #fff;
  z-index: 5; }

.school__links__heading {
  font-size: 40px;
  font-weight: bold;
  color: #ed1e24;
  text-align: center; }

.school__links__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
  max-width: 1127px;
  width: 100%;
  margin: 0 auto; }

.school__links__item {
  position: relative;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  border-radius: 10px;
  min-height: 350px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 20px 40px; }
  .school__links__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ed1e24;
    opacity: 0.8; }

@media (min-width: 760px) {
  .school__links__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    min-width: 340px; } }

@media (min-width: 1050px) {
  .school__links__item {
    min-height: 475px;
    padding: 20px 52px; } }

.school__links__item__heading {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  text-align: center;
  z-index: 1; }

@media (min-width: 1050px) {
  .school__links__item__heading {
    font-size: 32px; } }

.school__links__block .school__links__item__cta a {
  background: #ffffff;
  color: #ed1e24;
  border-color: #ffffff;
  z-index: 5; }
  .school__links__block .school__links__item__cta a:after {
    content: "\f08e"; }

.school__links__item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.school__links__swoosh__2 {
  height: 70px;
  width: 100%;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  color: #fff;
  z-index: 5; }

.contact__feed {
  position: relative;
  padding: 70px 20px 130px; }

.contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9); }
  .contact__bg div {
    width: 100%;
    height: 100%; }

.contact__details__wrap {
  position: relative;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1127px;
  width: 100%;
  margin: 0 auto;
  z-index: 5; }

@media (min-width: 830px) {
  .contact__details__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

.contact__details {
  position: relative;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #ed1e24;
  border-radius: 40px 40px 0 0;
  max-width: 411px;
  width: 100%;
  padding: 40px; }
  .contact__details p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    color: #fff; }
    .contact__details p svg {
      font-size: 20px;
      color: #ffffff;
      position: relative;
      top: 2px; }

@media (min-width: 830px) {
  .contact__details {
    border-radius: 40px 40px 0px 40px; } }

.contact__item__title {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin: 0; }

.contact__item__address {
  font-size: 18px;
  line-height: 1.4; }

.contact__item__email {
  font-size: 15px;
  font-weight: 600; }

.contact__item__number {
  font-size: 15px;
  font-weight: 600; }

.contact__feed .contact__item__cta a {
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
  margin: 20px 0 0 30px; }

.map__wrap {
  position: relative;
  height: 334px;
  width: 100%;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
  max-width: 411px; }

@media (min-width: 830px) {
  .map__wrap {
    border-radius: 0px 40px 40px 0px;
    max-width: 100%; } }

.map__wrap .map__container {
  height: 334px; }
