.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Verdana, Geneva, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #23085a;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  list-style-type: none;
}

li {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #040d66;
  color: #fff;
}

.site-section {
  padding-right: 20px;
  padding-left: 20px;
}

.site-section.header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.site-section.hero-section {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("https://uploads-ssl.webflow.com/604af8b00d69f23e83ecfa4d/604b0ac0003f8c4cd4af1f4f_l'ecole.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://uploads-ssl.webflow.com/604af8b00d69f23e83ecfa4d/604b0ac0003f8c4cd4af1f4f_l'ecole.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.site-section.academics-section {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #eee;
  font-family: Oswald, sans-serif;
}

.site-section.value-section {
  height: 100px;
  background-color: #00619d;
  background-image: linear-gradient(78deg, #219653 45%, #00619d 90%);
}

.site-section.hero-section-copy {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #007939;
  background-image: linear-gradient(58deg, #007939 83%, #15457d 98%);
}

.container {
  max-width: 1200px;
  font-weight: 700;
  text-align: center;
}

.container.hero {
  height: 75vh;
  background-image: url('../images/cour_d_ecole.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container.hero-container {
  display: block;
  height: 100%;
  min-height: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.values-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
}

.call-to-action-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 1fr 1fr 1fr;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card {
  padding: 10px;
  background-color: #fff;
  box-shadow: 5px 5px 19px 2px rgba(0, 0, 0, 0.23);
}

.card-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 108px;
  height: 108px;
  max-height: none;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3c75d6;
  box-shadow: 0 0 3px 0 #000;
}

.card-icon {
  width: auto;
  height: auto;
  max-width: none;
}

.card-text {
  min-height: 12vh;
  margin-top: 20px;
  margin-bottom: 34px;
}

.button {
  background-color: rgba(56, 152, 236, 0);
  color: #333;
  font-size: 1em;
  text-align: left;
}

.card-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-2 {
  background-color: #f2b705;
  color: #01386b;
  font-size: 20px;
}

.feature-section {
  height: 75vh;
  background-color: rgba(0, 0, 0, 0.23);
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #04724d;
  background-image: linear-gradient(263deg, #02276c, #04724d 42%);
}

.flex-container.container.text-light {
  text-align: left;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  position: relative;
  left: 0%;
  top: 0vh;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: block;
  width: 100%;
  max-height: none;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image {
  height: 50vh;
}

.feature-section-2 {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
}

.feature-image-2 {
  position: relative;
  bottom: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-2 {
  position: absolute;
  left: 9.5vw;
  top: 145vh;
  z-index: 50;
  width: 40vw;
  height: 75vh;
  background-image: url('../images/bienvenue.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-2 {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 46%;
  min-width: 46%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  padding: 40px 100px 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #00843d;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.call-to-action {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #eee;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.map-section {
  background-image: url('../images/carte_adresse.png');
  background-position: 50% 50%;
  background-size: cover;
}

.dates-column {
  background-color: rgba(0, 0, 0, 0.12);
}

.calendar-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-4 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.11);
}

.div-block-5 {
  background-color: rgba(0, 0, 0, 0.34);
}

.div-block-6 {
  width: 100%;
  padding: 60px 40px;
  background-color: #fff;
  color: #2e3d49;
}

.button-3 {
  margin-top: 21px;
  background-color: #f2b705;
  color: #01386b;
  font-weight: 700;
}

.button-3.btn-default {
  padding: 20px 40px;
  background-color: #e6be1e;
  font-family: Montserrat, sans-serif;
  color: #2e3d49;
  font-weight: 500;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.schools-section {
  min-height: 4vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5faff;
}

.grid-3 {
  grid-row-gap: 36px;
  -ms-grid-columns: 0.25fr 0.5fr 1fr;
  grid-template-columns: 0.25fr 0.5fr 1fr;
  -ms-grid-rows: 1fr auto auto auto;
  grid-template-rows: 1fr auto auto auto;
  background-image: linear-gradient(44deg, #000 6%, #fff);
}

.image-3 {
  margin-right: 10px;
}

.text-accent {
  color: #f2b705;
}

.text-light {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 1.2em;
}

.schools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 20vh;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-style: solid;
  border-top-width: 5px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 6px 6px 11px 3px rgba(0, 0, 0, 0.2);
  font-family: Oswald, sans-serif;
  color: #02276c;
  font-size: 2em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.schools.maternelle {
  margin-top: -40px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #059040;
  box-shadow: none;
}

.schools.primaire {
  margin-top: -40px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #059040;
  box-shadow: none;
}

.schools.secondaire {
  margin-top: -40px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #059040;
  box-shadow: none;
}

.quick-action-block {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr;
  grid-template-columns: 0.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column {
  height: 100%;
}

.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.22);
  background-color: #00843d;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
}

.header-text-color {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 500;
}

.header-text-color.w--current {
  color: #f0cf15;
}

.header-text-color.brand-text {
  font-size: 1.5em;
}

.nav-menu {
  font-weight: 700;
}

.button-4 {
  margin-right: 15px;
  padding: 20px 40px;
  background-color: #219653;
  font-family: Oswald, sans-serif;
}

.event-card {
  min-height: 160px;
  padding: 40px 20px;
  background-color: #2e3d49;
  color: #fff;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  margin-top: 33px;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block {
  margin-bottom: 12px;
  font-family: 'PT Serif', serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-7 {
  padding-top: 0px;
}

.div-block-8 {
  margin-top: 51px;
  margin-bottom: 34px;
}

.collection-item {
  display: -ms-grid;
  display: grid;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(200px, 1fr) 1.5fr;
  grid-template-columns: minmax(200px, 1fr) 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-5 {
  padding: 20px 40px;
  background-color: #f5ba0d;
  color: #000;
  font-weight: 700;
}

.collection-list-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-10 {
  color: snow;
}

.button-6 {
  padding: 20px 40px;
  background-color: #059040;
  font-family: Oswald, sans-serif;
}

.primary {
  color: #004c97;
}

.link {
  color: #fff;
}

.text-block-2 {
  margin-bottom: 11px;
}

.quick-link {
  min-height: auto;
  padding: 0px 20px;
  background-color: #fff;
  color: #2e3d49;
  font-weight: 500;
  text-decoration: none;
}

.quick-link.events {
  background-color: #058d40;
  background-image: linear-gradient(135deg, #02276c, #058d40);
  color: #fff;
}

.hero-text {
  margin-top: 100px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fbfbfb;
  font-size: 3em;
  font-weight: 700;
  text-align: center;
}

.heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #f4f6f9;
  text-align: left;
}

.heading.center-header {
  margin-bottom: 40px;
  color: #2e3d49;
  text-align: center;
}

.heading.left {
  margin-top: 0px;
  color: #333;
  text-align: left;
}

.collection-list-wrapper {
  margin-top: 38px;
}

.columns-3 {
  display: block;
  margin-top: 123px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.div-block-11 {
  margin-top: 38px;
}

.bold-text {
  font-weight: 500;
}

.bold-text-2 {
  font-family: Oswald, sans-serif;
  color: #f5ba0d;
  font-weight: 500;
}

.text-block-3 {
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.dates-section {
  padding: 40px 20px 60px;
  background-color: #fff;
  background-image: url('../images/dot-grid.png');
  background-position: 0px 0px;
  background-size: auto;
}

.dates-section.header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.dates-section.hero-section {
  display: block;
  padding-top: 14px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.46)), to(rgba(0, 0, 0, 0.46))), url("https://uploads-ssl.webflow.com/604af8b00d69f23e83ecfa4d/604b0ac0003f8c4cd4af1f4f_l'ecole.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url("https://uploads-ssl.webflow.com/604af8b00d69f23e83ecfa4d/604b0ac0003f8c4cd4af1f4f_l'ecole.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.dates-section.academics-section {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #eee;
  font-family: Oswald, sans-serif;
}

.dates-section.value-section {
  height: 100px;
  background-color: #00619d;
  background-image: linear-gradient(78deg, #219653 45%, #00619d 90%);
}

.heading-2 {
  font-family: 'PT Serif', serif;
  color: #2e3d49;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section {
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.95);
}

.heading-3 {
  color: #23085a;
  font-weight: 700;
}

.section-2 {
  margin-top: 40px;
  margin-bottom: 14px;
}

.feature-section-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.feature-image-3 {
  width: 100vw;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-section {
  padding-top: 60px;
  padding-bottom: 100px;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 25px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-4 {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
}

.feature-section-5 {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
}

.quick-access-section {
  padding-top: 40px;
  padding-bottom: 100px;
  background-image: url('../images/csleserudits_gray.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cards-grid-container-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-overlay {
  display: block;
  height: auto;
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/img_7.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/img_7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.heading-5 {
  text-align: center;
}

.about-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #058d40;
  background-image: linear-gradient(135deg, #02276c, #058c40);
}

.text-block-5 {
  color: #fff;
}

.text-block-6 {
  color: #fff;
}

.text-block-7 {
  color: #fff;
}

.quick-link-heading {
  margin-top: 10px;
  color: #02276c;
}

.text-span {
  margin-right: 8px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #f5ba0d;
  font-size: 1.5em;
}

.text-span-2 {
  padding-right: 8px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #02276c;
  font-size: 1.5em;
}

.text-span-3 {
  padding-right: 8px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #059040;
  font-size: 1.5em;
}

.text-span-4 {
  margin-right: 8px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #059040;
}

.paragraph-2 {
  font-size: 1em;
  font-weight: 400;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #edf8fa;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #02276c;
  font-size: 1.5em;
  text-align: center;
}

.text-span-5 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.text-span-6 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.text-block-8 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.text-block-9 {
  text-align: left;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.navbar-2 {
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.navlink {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.navlink:hover {
  background-color: #006747;
}

.navlink.w--current {
  background-color: #006747;
  color: #fdfafa;
}

.dropdown-toggle {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.dropdown-toggle:hover {
  background-color: #006747;
}

.dropdown-toggle.w--open {
  background-color: #006747;
}

.text-block-10 {
  margin-left: 9px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.6em;
  text-align: left;
  white-space: normal;
}

.grid-4 {
  width: 100%;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-13 {
  height: 20vw;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #059040;
  color: #fff;
  text-align: center;
}

.div-block-13-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(0, 0%, 94.9%, 0);
  font-family: Oswald, sans-serif;
  color: #2e3d49;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.grid-5 {
  width: 100%;
  padding: 0px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 1px;
  -ms-grid-columns: 50px 1.75fr;
  grid-template-columns: 50px 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 0px;
  background-color: #f5faff;
  color: #272727;
  text-align: left;
}

.image-4 {
  padding: 6px;
  border-radius: 0%;
  background-color: #f5faff;
}

.text-span-7 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
}

.text-block-11 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.paragraph-3 {
  margin-top: 10px;
}

.text-block-12 {
  margin-top: 33px;
  color: #e6be1e;
}

.quick-link-heading-copy {
  color: #f6f6f6;
}

.grid-6 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.image-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.text-block-13 {
  color: #028163;
  font-size: 12px;
  font-weight: 700;
}

.slider {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
}

.school-img-one {
  background-image: url('../images/img_0.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.school-img-two {
  background-image: url('../images/img_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-2 {
  height: 80vh;
}

.school-img-three {
  background-image: url('../images/img_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.school-img-four {
  background-image: url('../images/img_6.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.school-img-five {
  background-image: url('../images/img_5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.school-img-six {
  background-image: url('../images/img_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide {
  background-image: url('../images/img_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/img_7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/bienvenue.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/img_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-14 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.grid-7 {
  height: 100%;
  padding: 0px;
  grid-auto-flow: row;
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.div-block-14 {
  margin-bottom: 100px;
}

.grid-8 {
  height: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.section-4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5faff;
}

.div-block-15 {
  padding: 20px;
  background-color: #02276c;
}

.container-2 {
  min-height: 30vh;
}

.options-card {
  width: 100%;
  padding: 0px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 1px;
  grid-row-gap: 16px;
  -ms-grid-columns: 50px 1.75fr;
  grid-template-columns: 50px 1.75fr;
  background-color: #058d40;
  background-image: linear-gradient(135deg, #02276c, #058d40);
  color: #fff;
  text-align: left;
}

.section-5 {
  background-color: #00994d;
}

.section-6 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #eceffe;
}

.hero {
  width: 100%;
  padding: 100px 20px 80px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("https://uploads-ssl.webflow.com/604af8b00d69f23e83ecfa4d/604b0ac0003f8c4cd4af1f4f_l'ecole.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://uploads-ssl.webflow.com/604af8b00d69f23e83ecfa4d/604b0ac0003f8c4cd4af1f4f_l'ecole.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.paragraph-5 {
  margin-bottom: 40px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
}

.link-block {
  display: -ms-grid;
  display: grid;
  padding: 40px 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #f4f6f9;
  box-shadow: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-decoration: none;
}

.link-block.options-card {
  border-style: none;
  border-color: #000;
  background-image: none;
}

.text-block-15 {
  padding-top: 12px;
  color: #333;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.grid-9 {
  margin-top: 38px;
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ourschools {
  width: 100%;
  max-width: 1200px;
  padding: 60px 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.grid-6-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-10 {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-7 {
  color: #001a7b;
}

.events {
  width: 100vw;
  padding: 25px 100px 0px;
  background-color: #f4f6f9;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.dates {
  grid-column-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list-wrapper-3 {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-item-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-16 {
  font-family: 'PT Serif', serif;
  font-size: 2.5em;
}

.collection-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Merriweather, serif;
  font-size: 2em;
}

.text-block-17 {
  margin-left: 20px;
}

.link-2 {
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: left;
}

.text-span-8 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.button-7 {
  padding: 15px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: rgba(230, 190, 30, 0);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
}

.additionals {
  width: 100%;
  padding: 60px 100px;
  color: #2e3d49;
}

.infos-grid-wrapper {
  grid-column-gap: 5px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.quick-links {
  padding: 80px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #6081ff;
  background-color: #f4f6ff;
  box-shadow: 0 0 15px -9px #000;
  color: #0c475d;
  text-decoration: none;
}

.quick-links.options-card {
  background-color: #001a7b;
  background-image: none;
  color: #fff;
}

.link-block-2 {
  display: -ms-grid;
  display: grid;
  padding-top: 60px;
  padding-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #ebebeb;
  font-family: Montserrat, sans-serif;
  color: #04724d;
  font-weight: 600;
  text-decoration: none;
}

.text-span-9 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.text-block-18 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 4em;
}

.text-span-11 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.text-block-19 {
  margin-top: 40px;
  color: #333;
  font-size: 1em;
}

.text-block-20 {
  margin-top: 40px;
  color: #333;
}

.text-block-21 {
  margin-top: 40px;
  color: #333;
}

.text-block-22 {
  margin-top: 40px;
  color: #333;
}

.grid-11 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.gallery-icon {
  font-family: 'Font awesome 5 free 400', sans-serif;
}

.paragraph-6 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #f4f6f9;
  font-weight: 400;
  text-align: left;
}

.call-to-action-2 {
  padding: 100px;
}

.centered-container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.button-8 {
  padding: 20px 40px;
  background-color: #3898ec;
}

.text-span-12 {
  font-family: 'Font awesome 5 free 400', sans-serif;
}

.text-span-13 {
  font-family: 'Font awesome 5 free 400', sans-serif;
}

.paragraph-7 {
  margin-bottom: 20px;
}

.grid-12 {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.heading-8 {
  text-align: left;
}

.paragraph-8 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: left;
}

.text-span-14 {
  display: inline-block;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

.text-span-15 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #065143;
  font-size: 2.5em;
  text-decoration: none;
}

.text-block-24 {
  padding: 20px 10px;
  border: 1px none #dfe2e7;
  border-radius: 5px;
  box-shadow: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.columns-4 {
  margin-right: 0px;
  margin-left: 0px;
}

.footer-2 {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-image-2 {
  width: 100px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-link-2 {
  display: block;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-weight: 500;
  text-decoration: none;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.list {
  color: #fffefe;
}

.paragraph-9 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
}

.heading-10 {
  font-family: Merriweather, serif;
}

.column-7 {
  padding-left: 0px;
  text-align: left;
}

.image-6 {
  position: relative;
  left: 76px;
  top: 0px;
  text-align: left;
}

.image-7 {
  position: relative;
  left: 32px;
  z-index: 3;
}

.div-block-16 {
  height: 100%;
  padding-top: 40px;
  padding-left: 10px;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.text-block-25 {
  margin-top: 21px;
  font-weight: 500;
  text-align: center;
}

.text-span-16 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.div-block-17 {
  display: block;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.link-3 {
  margin-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #eba837;
  font-weight: 500;
  text-decoration: underline;
}

.image-8 {
  position: relative;
  top: -133px;
  z-index: 2;
}

.column-8 {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-17 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
}

.section-7 {
  background-color: #04724d;
}

.section-8 {
  background-color: #ebebeb;
}

.column-10 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns-5 {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #02276c;
  color: #fff;
}

.column-11 {
  padding: 20px 20px 10px;
}

.image-10 {
  height: 100%;
}

.section-9 {
  background-color: #ebebeb;
}

.paragraph-11 {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
}

.div-block-18 {
  margin-top: 20px;
}

.paragraph-12 {
  margin-bottom: 10px;
  color: #02276c;
  font-weight: 600;
  text-align: center;
}

.section-10 {
  display: block;
  height: 8vh;
  background-color: #eba937;
}

.image-11 {
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #02276c;
}

.image-12 {
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #02276c;
}

.image-13 {
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #02276c;
}

.image-14 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.welcome-section {
  padding: 100px;
  background-color: #f4f6f9;
}

.call-to-action-section {
  padding: 100px;
  background-color: #f0f7fa;
}

.quick-actions-section {
  padding: 40px 100px;
  background-color: #f0f7fa;
}

.button-9 {
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #eba937;
  color: #012519;
  text-align: left;
}

.column-13 {
  padding-top: 20px;
}

.action-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #fff;
  text-align: center;
}

.heading-copy.center-header {
  margin-bottom: 40px;
  color: #2e3d49;
  text-align: center;
}

.heading-copy.left {
  margin-top: 0px;
  text-align: left;
}

.collection-list-3 {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-19 {
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: #f4f6f9;
  color: #000605;
  text-align: center;
}

.text-block-26 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  color: #02276c;
  font-size: 2em;
  font-weight: 700;
}

.text-block-27 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: left;
}

.paragraph-13 {
  width: 50%;
  margin-bottom: 20px;
  color: #fff;
}

.heading-12 {
  font-family: Merriweather, serif;
  color: #fff;
}

.hero-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 780px;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006139), to(#006139));
  background-image: linear-gradient(180deg, #006139, #006139);
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.centered-container-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  text-align: center;
}

.button-10 {
  padding: 10px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: rgba(56, 152, 236, 0);
  text-align: left;
}

.paragraph-14 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.image-13-options {
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #02276c;
}

.welcome-intro {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #04724d;
}

.feature-section-6 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f4f6f9;
}

.feature-image-4 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.link-4 {
  text-align: center;
}

.section-11 {
  background-image: linear-gradient(50deg, #05204a 100%, #04724d);
}

.div-block-21 {
  min-height: 75vh;
  background-color: #d2d2d2;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
}

.text-span-18 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #00843d;
}

.collection-list-wrapper-4 {
  margin-top: 10px;
}

.text-block-29 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Merriweather, serif;
  color: #333;
  font-size: 1.5em;
}

.text-block-30 {
  color: #333;
}

.link-5 {
  display: block;
  margin-top: 10px;
  color: #eba937;
  text-align: center;
}

.flex-container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #04724d;
  background-image: linear-gradient(263deg, #02276c, #04724d 42%);
}

.flex-container-copy.container.text-light {
  text-align: left;
}

.column-14 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns-6 {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #ebebeb;
  text-align: left;
}

.heading-14 {
  margin-top: 10px;
  font-family: Merriweather, serif;
}

.hero-overlay-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #065143;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.centered-container-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.column-15 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns-7 {
  margin-left: 0px;
  padding-right: 0px;
  background-color: #ebebeb;
}

.section-12 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-16 {
  padding: 20px;
}

.paragraph-15 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-16 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-31 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-15 {
  font-family: Merriweather, serif;
}

.image-15 {
  width: 100%;
}

.image-16 {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.column-17 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-16 {
  font-family: Merriweather, serif;
  text-align: left;
}

.link-6 {
  display: block;
}

.link-7 {
  display: block;
}

.heading-17 {
  font-family: Merriweather, serif;
}

.heading-18 {
  font-family: Merriweather, serif;
}

.heading-19 {
  font-family: Merriweather, serif;
}

.heading-20 {
  font-family: Merriweather, serif;
}

.section-13 {
  padding: 100px;
}

.image-17 {
  width: 100%;
}

.paragraph-17 {
  text-align: left;
}

.paragraph-18 {
  text-align: left;
}

.paragraph-19 {
  text-align: left;
}

.paragraph-20 {
  text-align: left;
}

.bold-text-3 {
  text-align: left;
}

.paragraph-21 {
  text-align: left;
}

.paragraph-22 {
  text-align: left;
}

.paragraph-23 {
  text-align: left;
}

.paragraph-24 {
  text-align: left;
}

.dropdown-toggle-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.dropdown-toggle-2:hover {
  background-color: #006747;
}

.dropdown-list {
  background-color: #d7d5d5;
}

.dropdown-list.w--open {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.text-block-32 {
  display: none;
}

.link-block-3 {
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(35, 8, 90, 0.16);
  text-align: left;
  text-decoration: none;
}

.bold-text-4 {
  font-weight: 400;
}

.bold-text-5 {
  font-weight: 400;
}

.block-quote {
  text-align: left;
}

.heading-21 {
  font-size: 14px;
  text-align: left;
}

.cards-section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f0f7fa;
}

.cards-grid-container-3 {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask-2 {
  position: relative;
  width: 100%;
  border-radius: 0%;
}

.cards-image-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.link-block-4 {
  display: -ms-grid;
  display: grid;
  padding: 20px 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 5px;
  background-color: #f0f7fa;
  color: #333;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block-5 {
  padding-top: 20px;
  background-color: #fff;
  color: #05204a;
  text-align: center;
}

.link-block-6 {
  padding-top: 20px;
  background-color: #fff;
  color: #05204a;
  text-align: center;
}

.paragraph-25 {
  text-align: left;
}

.paragraph-26 {
  text-align: left;
}

.paragraph-27 {
  text-align: left;
}

.heading-22 {
  font-size: 14px;
  text-align: left;
}

.cards-image-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-28 {
  font-weight: 400;
}

.hero-2 {
  display: block;
  padding: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #065143;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 0px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-27 {
  padding-left: 19px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #fff;
}

.button-11 {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #eba937;
  color: #065143;
}

.container-3 {
  max-width: 1200px;
}

.heading-23 {
  font-family: Merriweather, serif;
}

.section-14 {
  padding-right: 100px;
  padding-bottom: 40px;
  padding-left: 100px;
  background-color: #c4c4c4;
}

.section-15 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}

.column-18 {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-33 {
  font-size: 1.5em;
  text-align: left;
  text-transform: uppercase;
}

.heading-24 {
  margin-top: 10px;
  color: #fff;
  text-align: left;
}

.column-19 {
  padding-right: 40px;
}

.collection-item-4 {
  padding: 10px;
  border-color: #5da194 #5da194 #000;
  background-color: #f2f2f2;
  text-align: left;
}

.grid-13 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-block-7 {
  text-decoration: none;
}

.link-block-8 {
  text-decoration: none;
}

.link-block-9 {
  text-decoration: none;
}

.link-block-10 {
  text-decoration: none;
}

.link-block-11 {
  text-decoration: none;
}

.grid-14 {
  grid-column-gap: 5px;
  -ms-grid-columns: 55px 1fr 20px;
  grid-template-columns: 55px 1fr 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #23085a;
}

.text-span-19 {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: #fff;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #006139;
  font-size: 2em;
  font-weight: 400;
  text-align: center;
}

.text-block-34 {
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}

.paragraph-29 {
  padding-top: 10px;
  font-weight: 400;
}

.paragraph-30 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: left;
}

.section-16 {
  padding: 40px 100px;
}

.div-block-28 {
  height: 70vh;
  background-image: url('../images/map.png');
  background-position: 50% 0%;
  background-size: auto;
}

.column-20 {
  padding-right: 0px;
  padding-left: 0px;
}

.call-to-action-btn {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #23085a;
  text-decoration: none;
}

.column-21 {
  padding-right: 40px;
}

.contact-us-span {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: rgba(4, 114, 77, 0);
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.contact-us-text {
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-align: left;
}

.heading-25 {
  color: #23085a;
  font-size: 32px;
}

.div-block-30 {
  min-height: 75vh;
}

.button-default {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: rgba(220, 172, 62, 0);
  color: #0d317a;
}

.button-default.hero-btn {
  padding: 15px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: rgba(219, 166, 57, 0);
  color: #fff;
}

.link-8 {
  display: block;
  margin-top: 10px;
  color: #042572;
}

.text-span-20 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-weight: 400;
}

.paragraph-32 {
  margin-bottom: 20px;
}

.section-copy {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #05204a;
  background-image: url('../images/img_7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-17 {
  padding-top: 60px;
  padding-right: 220px;
  padding-left: 220px;
}

.image-18 {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.grid-15 {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid hsla(0, 0%, 85.2%, 0.61);
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.grid-15.group-page-link {
  margin-top: 0px;
  color: #0a4c3d;
  font-weight: 700;
}

.link-9 {
  color: #078644;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-32 {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  border-left: 1.7px solid #078644;
  border-right-style: none;
  border-right-color: #000;
}

.section-18 {
  background-color: hsla(0, 0%, 100%, 0.95);
}

.paragraph-33 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.column-22 {
  font-family: Montserrat, sans-serif;
}

.page-side-link {
  color: #003599;
}

.page-side-link.w--current {
  font-weight: 600;
}

.rich-text-block {
  margin-top: 10px;
}

.page-content {
  margin-top: 10px;
}

.grid-16 {
  margin-bottom: 10px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-34 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: left;
}

.grid-17 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.text-block-35 {
  font-weight: 700;
  text-align: left;
}

.text-block-36 {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
}

.text-block-37 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: left;
}

.div-block-35 {
  min-height: 75vh;
  padding: 40px 20px 20px;
  background-color: #fff;
}

.column-27 {
  min-height: 75vh;
}

.div-block-36 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 40%;
}

.text-block-38 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.section-link {
  width: 75%;
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #065143;
  color: #fff;
}

.grid-18 {
  margin-top: 40px;
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 3.5fr 1fr;
  grid-template-columns: 3.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-icon {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: rgba(4, 114, 77, 0);
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #fff;
  font-size: 6em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.text-block-39 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #006139;
  text-decoration: none;
}

.text-block-40 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(0, 41, 91, 0);
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.link-block-12 {
  text-decoration: none;
}

.section-block {
  border-top: 1px solid #fff;
  box-shadow: none;
  text-decoration: none;
}

.link-block-14 {
  text-decoration: none;
}

.text-block-41 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-left: 4px solid #23085a;
  font-family: Montserrat, sans-serif;
  color: #23085a;
  font-weight: 600;
  text-transform: uppercase;
}

.text-block-42 {
  color: #23085a;
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.text-block-43 {
  font-weight: 500;
}

.grid-20 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.additionals-links {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-left: 2px solid #00843d;
  background-color: #d2d2d2;
  color: #333;
  font-weight: 500;
  text-align: left;
}

.heading-26 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-align: left;
}

.text-span-21 {
  color: #23085a;
  font-weight: 600;
}

.text-span-22 {
  color: #210756;
  font-weight: 600;
}

.text-span-23 {
  font-weight: 600;
}

.paragraph-34 {
  padding-top: 10px;
  font-family: Verdana, Geneva, sans-serif;
  color: #23085a;
  font-weight: 600;
}

.paragraph-35 {
  font-weight: 600;
}

.paragraph-36 {
  font-weight: 600;
}

.hero-overlay-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/cour_d_ecole.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/cour_d_ecole.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.button-12 {
  background-color: #006139;
}

.welcome-block {
  min-height: 75vh;
  margin-bottom: 0px;
  padding: 20px;
  background-color: #00843d;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/cour_d_ecole.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/cour_d_ecole.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/img_7.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/img_7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bibliotheque.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bibliotheque.JPG');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
}

.slider-3 {
  min-height: 60vh;
}

.mask {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.grid-21 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-21-copy {
  min-height: 75vh;
  margin-bottom: 0px;
  padding: 40px 20px 20px;
  background-color: #fff;
  background-image: url('../images/csleserudits_gray.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #23085a;
  font-weight: 600;
  text-align: center;
}

.why-us {
  min-height: 75vh;
  margin-bottom: 0px;
  padding: 40px 20px 20px;
  background-color: #77ab3f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.84)), to(hsla(0, 0%, 100%, 0.84))), url('../images/visit-us.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.84), hsla(0, 0%, 100%, 0.84)), url('../images/visit-us.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #23085a;
  font-weight: 600;
  text-align: left;
}

.important-dates {
  min-height: 75vh;
  padding: 40px 20px 20px;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.list-item {
  padding-left: 0px;
  background-color: rgba(4, 13, 102, 0);
  font-family: Verdana, Geneva, sans-serif;
  color: #23085a;
  font-weight: 400;
  list-style-type: none;
}

.paragraph-37 {
  font-size: 1em;
}

.paragraph-38 {
  margin-top: 32px;
  margin-bottom: 40px;
  font-weight: 400;
  text-align: left;
}

.link-10 {
  display: block;
  width: 50%;
  margin-top: 10px;
  padding: 10px;
  background-color: #23085a;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.slider-4 {
  height: 100%;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-7 {
  background-image: url('../images/maternelle.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/bienvenue.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-11 {
  display: block;
  width: 50%;
  padding: 10px;
  background-color: #23085a;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.text-block-44 {
  padding-top: 5px;
  color: #23085a;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
}

.paragraph-39 {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-weight: 400;
  text-align: left;
}

.collection-list-wrapper-5 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(35, 8, 90, 0.19);
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-13 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #00843d;
  color: #fff;
}

.text-span-24 {
  color: #dedede;
}

.heading-27 {
  margin-top: 0px;
  color: #23085a;
}

.div-block-38 {
  width: 50px;
  height: 4px;
  margin-bottom: 10px;
  background-color: #23085a;
}

.container-4 {
  margin-top: 20px;
}

.section-19 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-date {
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #00843d;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.button-14 {
  margin-top: 20px;
  background-color: #23085a;
  font-weight: 400;
  text-align: center;
}

.section-shool-story {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #23085a;
}

.text-span-25 {
  font-family: 'Font awesome 5 free 400', sans-serif;
  color: #00843d;
  font-size: 1.5em;
}

.heading-28 {
  text-align: left;
}

.div-block-38-copy {
  width: 50px;
  height: 4px;
  margin-bottom: 10px;
  background-color: #23085a;
}

.div-block-before {
  width: 50px;
  height: 4px;
  margin-bottom: 10px;
  background-color: #00843d;
}

.dropdown-link {
  background-color: #006747;
  color: #fff;
}

.paragraph-40 {
  color: #23085a;
}

.heading-29 {
  color: #23085a;
  text-transform: capitalize;
}

.heading-30 {
  color: #23085a;
  text-transform: capitalize;
}

.heading-31 {
  color: #23085a;
  text-transform: capitalize;
}

.grid-22 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.text-block-45 {
  font-size: 32px;
  font-weight: 700;
}

.bold-text-6 {
  color: #fffcfc;
}

.rich-text-block-3 {
  margin-top: 10px;
}

.section-20 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d3ebcd;
}

.heading-32 {
  color: #00843d;
  text-align: center;
}

.paragraph-42 {
  color: #333;
}

.bold-text-7 {
  font-weight: 400;
  text-align: center;
}

.container-5 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .site-section.hero-section {
    padding-bottom: 100px;
  }

  .site-section.hero-section-copy {
    padding-bottom: 2px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .flex-container {
    max-width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-6 {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .schools-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .schools {
    text-decoration: none;
  }

  .quick-action-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr;
  }

  .navbar {
    background-image: none;
  }

  .collection-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .icon {
    color: #fff;
  }

  .dates-section {
    background-color: #ebebeb;
  }

  .dates-section.hero-section {
    padding-bottom: 60px;
  }

  .feature-section-4 {
    padding: 0px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .feature-section-5 {
    padding-top: 0px;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .text-block-5 {
    text-decoration: none;
  }

  .text-block-6 {
    text-decoration: none;
  }

  .text-block-7 {
    text-decoration: none;
  }

  .navlink {
    padding-right: 10px;
    padding-left: 10px;
  }

  .dropdown-toggle {
    padding-left: 10px;
  }

  .text-block-10 {
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
  }

  .nav-menu-2 {
    font-size: 0.8em;
  }

  .section-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero {
    padding: 40px;
  }

  .grid-9 {
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .ourschools {
    width: auto;
    padding: 10px;
  }

  .events {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .dates {
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .collection-item-3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .additionals {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: none;
  }

  .infos-grid-wrapper {
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .call-to-action-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-span-14 {
    font-weight: 500;
    text-transform: uppercase;
  }

  .text-block-24 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-6 {
    position: relative;
    left: 200px;
    top: 41px;
  }

  .image-7 {
    left: 13px;
  }

  .div-block-16 {
    padding-top: 20px;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .image-8 {
    left: -159px;
    top: -83px;
  }

  .welcome-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .call-to-action-section {
    padding: 60px 20px;
  }

  .quick-actions-section {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f4f6f9;
  }

  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-section-6 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-20 {
    padding: 20px;
  }

  .link-4 {
    text-align: center;
  }

  .div-block-21 {
    min-height: auto;
  }

  .text-block-29 {
    font-size: 1.2em;
  }

  .text-block-30 {
    color: #000;
    font-weight: 500;
  }

  .link-5 {
    margin-top: 10px;
  }

  .flex-container-copy {
    max-width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-14 {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .hero-overlay-3 {
    font-family: Montserrat, sans-serif;
  }

  .columns-7 {
    margin-right: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-16 {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .section-13 {
    padding: 0px;
  }

  .dropdown-toggle-2 {
    padding-right: 40px;
    padding-left: 10px;
  }

  .cards-grid-container-3 {
    grid-column-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .link-block-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    -ms-grid-columns: 1fr 2.25fr;
    grid-template-columns: 1fr 2.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .paragraph-28 {
    margin-bottom: 20px;
  }

  .hero-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-15 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-18 {
    padding-right: 0px;
    padding-left: 10px;
  }

  .text-block-33 {
    color: #012e8b;
  }

  .heading-24 {
    padding-right: 0px;
    font-size: 28px;
  }

  .column-19 {
    padding-right: 0px;
  }

  .grid-13 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-16 {
    padding: 0px 0px 0px 20px;
    background-image: none;
  }

  .call-to-action-btn {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .column-21 {
    padding-left: 0px;
  }

  .contact-us-span {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .paragraph-31 {
    font-family: Montserrat, sans-serif;
  }

  .link-8 {
    color: #00863c;
  }

  .section-17 {
    padding-right: 140px;
    padding-left: 140px;
  }

  .column-22 {
    font-family: Verdana, Geneva, sans-serif;
  }

  .div-block-35 {
    min-height: auto;
  }

  .section-link {
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-icon {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .paragraph-34 {
    color: #23085a;
    font-weight: 700;
  }

  .welcome-block {
    min-height: auto;
    padding-bottom: 10px;
  }

  .div-block-21-copy {
    min-height: auto;
    padding-bottom: 40px;
  }

  .why-us {
    min-height: auto;
    padding-bottom: 40px;
  }

  .important-dates {
    min-height: auto;
  }

  .section-shool-story {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-29 {
    font-size: 18px;
    text-align: left;
  }

  .heading-30 {
    font-size: 18px;
  }

  .heading-31 {
    font-size: 18px;
  }

  .paragraph-41 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .site-section.hero-section {
    padding-bottom: 40px;
  }

  .site-section.value-section {
    height: auto;
  }

  .container.values-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: linear-gradient(358deg, #02276c, #04724d 60%);
  }

  .feature-image-mask {
    margin-right: 0px;
    padding-top: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .feature-section-2 {
    padding: 40px 20px;
  }

  .feature-image-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-3 {
    min-width: 100%;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .div-block-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-3.btn-default {
    color: #2e3d49;
  }

  .schools-section {
    padding: 40px 20px;
  }

  .schools {
    min-height: 20vh;
    margin-top: 17px;
  }

  .schools.maternelle {
    margin-top: 0px;
  }

  .schools.primaire {
    margin-top: 20px;
  }

  .schools.secondaire {
    margin-top: 20px;
  }

  .quick-action-block {
    margin-top: 51px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .button-4 {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .event-card {
    background-color: #02276c;
  }

  .collection-list-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .quick-link {
    text-align: center;
  }

  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quick-link-item {
    margin-bottom: 20px;
  }

  .column-2 {
    margin-bottom: 10px;
  }

  .dates-section.hero-section {
    padding-bottom: 40px;
  }

  .dates-section.value-section {
    height: auto;
  }

  .feature-section-4 {
    padding: 0px;
  }

  .feature-image-3 {
    margin-right: auto;
    margin-left: auto;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-image-mask {
    padding-top: 50%;
  }

  .cards-image {
    height: auto;
  }

  .feature-section-5 {
    padding: 40px 20px 60px;
  }

  .quick-access-section {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .hero-overlay {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-section {
    padding: 40px 20px;
  }

  .div-block-12 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .navlink {
    background-color: #006747;
    font-weight: 600;
  }

  .dropdown-toggle {
    font-weight: 600;
  }

  .text-block-10 {
    font-size: 1.5em;
  }

  .nav-menu-2 {
    width: 100%;
    padding: 20px 20px 60px 16px;
    background-color: #006747;
    font-size: 1em;
  }

  .grid-4 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-13 {
    display: none;
  }

  .grid-8 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-15 {
    font-size: 1em;
    text-align: center;
  }

  .grid-9 {
    margin-top: 51px;
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .ourschools {
    padding-right: 20px;
    padding-left: 20px;
  }

  .events {
    padding-right: 20px;
    padding-left: 20px;
  }

  .additionals {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-11 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .call-to-action-2 {
    padding: 40px 20px;
  }

  .grid-12 {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 0px;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-span-14 {
    color: #f0f7fa;
  }

  .text-block-24 {
    border-radius: 0px;
    background-color: #065143;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image-2 {
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-6 {
    position: relative;
    left: 149px;
    top: 32px;
  }

  .div-block-16 {
    margin-top: 10px;
    padding-left: 0px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .welcome-section {
    padding: 40px 20px;
  }

  .call-to-action-section {
    padding: 40px 20px;
  }

  .quick-actions-section {
    padding: 40px 60px;
  }

  .action-grid {
    grid-column-gap: 16px;
  }

  .collection-list-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-13 {
    width: 60%;
  }

  .hero-overlay-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .centered-container-4 {
    max-width: 100%;
  }

  .feature-section-6 {
    padding: 0px;
  }

  .feature-image-4 {
    display: block;
    margin-right: auto;
    margin-left: 0px;
  }

  .div-block-20 {
    padding: 20px 20px 46px;
  }

  .div-block-21 {
    padding: 0px;
    text-align: left;
  }

  .link-5 {
    margin-top: 10px;
  }

  .flex-container-copy {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: linear-gradient(358deg, #02276c, #04724d 60%);
  }

  .column-14 {
    padding: 0px;
  }

  .hero-overlay-3 {
    padding: 40px 20px;
  }

  .columns-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-12 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .column-16 {
    padding-top: 40px;
  }

  .column-17 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: left;
  }

  .div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown-list.w--open {
    background-color: #ddd;
  }

  .text-block-32 {
    display: block;
    padding-bottom: 20px;
    padding-left: 10px;
    font-family: Montserrat, sans-serif;
    color: #043e95;
    font-size: 1.2em;
    text-align: left;
  }

  .dropdown-list-2 {
    font-family: Lato, sans-serif;
  }

  .dropdown-list-2.w--open {
    font-family: Montserrat, sans-serif;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }

  .cards-grid-container-3 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .link-block-4 {
    padding: 10px;
    -ms-grid-columns: 1fr 2.5fr;
    grid-template-columns: 1fr 2.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .hero-2 {
    padding: 0px 0px 100px;
  }

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

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-27 {
    position: relative;
    padding-right: 60px;
    padding-left: 60px;
  }

  .section-14 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-15 {
    padding: 0px 0px 40px;
  }

  .column-18 {
    padding-top: 20px;
  }

  .text-block-33 {
    color: #333;
    text-align: left;
  }

  .heading-24 {
    padding-right: 100px;
  }

  .collection-item-4 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .grid-13 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-16 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-28 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .call-to-action-btn {
    margin-right: auto;
    margin-left: auto;
  }

  .column-21 {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .heading-25 {
    text-align: center;
  }

  .paragraph-31 {
    text-align: center;
  }

  .div-block-30 {
    min-height: auto;
  }

  .div-block-31 {
    text-align: left;
  }

  .section-17 {
    padding-top: 40px;
    padding-right: 100px;
    padding-left: 100px;
  }

  .div-block-32 {
    border-left-style: none;
  }

  .columns-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-23 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .grid-16 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .column-24 {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-35 {
    min-height: auto;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .column-27 {
    min-height: auto;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .section-link {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-42 {
    padding-left: 0px;
  }

  .columns-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-28 {
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: #f7f7f7;
  }

  .columns-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-29 {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .hero-overlay-4 {
    padding: 40px 20px;
  }

  .welcome-block {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .grid-21 {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-21-copy {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .why-us {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .important-dates {
    min-height: auto;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    text-align: left;
  }

  .section-19 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-shool-story {
    padding: 0px 0px 40px;
  }

  .menu-button {
    margin-right: 10px;
  }

  .menu-button.w--open {
    background-color: #23085a;
  }

  .columns-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-33 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .columns-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-34 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-40 {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-41 {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .site-section.hero-section {
    padding-bottom: 0px;
  }

  .site-section.academics-section {
    padding-bottom: 20px;
  }

  .site-section.hero-section-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flex-container {
    padding-right: 0px;
  }

  .feature-image-mask {
    padding-top: 0px;
  }

  .footer {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    width: auto;
    max-width: none;
    text-align: center;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .call-to-action {
    background-color: #eee;
    background-image: none;
    color: #004c97;
  }

  .centered-container {
    text-align: left;
  }

  .div-block-6 {
    width: 100vw;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-3.btn-default {
    width: 100%;
    background-color: #e1ab0c;
    text-align: center;
  }

  .schools {
    min-height: 15vh;
    font-size: 1.5em;
  }

  .quick-action-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-text-color.brand-text {
    font-size: 1em;
  }

  .button-4 {
    text-align: center;
  }

  .event-card {
    min-height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .collection-list {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .collection-item {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .button-5 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f5ba0d;
    font-family: Oswald, sans-serif;
    color: #0b0b0b;
    text-align: center;
  }

  .button-6 {
    text-align: center;
  }

  .primary {
    margin-top: 22px;
  }

  .quick-link.events {
    background-color: #058f40;
  }

  .hero-text {
    margin-top: 60px;
    font-size: 2.5em;
  }

  .heading {
    font-size: 2em;
  }

  .heading.left {
    margin-top: 32px;
    color: #125e4c;
  }

  .quick-link-item {
    padding-left: 0px;
  }

  .heading-2 {
    margin-top: 0px;
    font-family: 'PT Serif', serif;
    text-align: left;
  }

  .paragraph {
    margin-top: 10px;
    color: #000;
    text-align: left;
  }

  .text-block-4 {
    text-align: left;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-section-5 {
    padding: 0px 0px 40px;
  }

  .cards-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-overlay {
    height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .about-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .icon-2 {
    font-size: 1.2em;
  }

  .text-block-10 {
    font-size: 1em;
  }

  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-13-copy {
    min-height: 20vh;
    background-color: #fff;
  }

  .text-block-11 {
    text-align: center;
  }

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-4 {
    width: 100%;
  }

  .section-3 {
    background-color: #058f40;
  }

  .collection-list-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .slider-2 {
    height: 40vh;
  }

  .grid-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-4 {
    padding: 0px;
  }

  .hero {
    width: 100vw;
    padding: 40px 20px;
  }

  .link-block {
    padding: 10px;
    grid-column-gap: 18px;
    -ms-grid-columns: 55px 1fr;
    grid-template-columns: 55px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: rgba(244, 246, 249, 0.51);
  }

  .text-block-15 {
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
  }

  .grid-9 {
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ourschools {
    width: 100vw;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .grid-6-copy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .events {
    width: 100vw;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .dates {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-item-3 {
    font-size: 1.5em;
  }

  .button-7 {
    padding: 15px 40px;
    border-style: solid;
    border-width: 2px;
    border-color: #fffdfd;
    border-radius: 5px;
    background-color: rgba(196, 162, 27, 0);
    color: #fff;
  }

  .additionals {
    width: 100vw;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f4f6f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .infos-grid-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .quick-links {
    padding: 20px 0px;
    box-shadow: none;
    color: #115b4e;
  }

  .link-block-2 {
    padding-top: 40px;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    color: #00732c;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }

  .link-block-2:hover {
    box-shadow: 3px 3px 14px -4px rgba(0, 0, 0, 0.28);
  }

  .text-span-9 {
    font-family: 'Font awesome 5 free solid 900', sans-serif;
    color: #125d4d;
    font-size: 2em;
    font-weight: 400;
  }

  .text-block-18 {
    margin-bottom: 8px;
    font-size: 2em;
  }

  .text-span-10 {
    font-family: 'Font awesome 5 free solid 900', sans-serif;
    color: #125d4d;
    font-size: 2em;
  }

  .text-span-11 {
    font-family: 'Font awesome 5 free solid 900', sans-serif;
    color: #125d4d;
    font-size: 2em;
  }

  .text-block-19 {
    margin-top: 20px;
    padding-top: 0px;
  }

  .text-block-20 {
    margin-top: 20px;
  }

  .text-block-21 {
    margin-top: 20px;
  }

  .text-block-22 {
    margin-top: 20px;
  }

  .gallery-icon {
    font-family: 'Font awesome 5 free 400', sans-serif;
    color: #125d4d;
    font-size: 2em;
    font-weight: 400;
  }

  .call-to-action-2 {
    padding-top: 20px;
  }

  .centered-container-2 {
    text-align: center;
  }

  .button-8 {
    text-align: left;
  }

  .grid-12 {
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-8 {
    margin-bottom: 40px;
  }

  .text-span-14 {
    font-weight: 600;
  }

  .text-block-24 {
    padding-top: 30px;
    padding-bottom: 20px;
    border-style: none;
    border-width: 1px;
    border-color: #dfe2e7;
    background-color: rgba(0, 26, 79, 0);
    text-align: center;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-image-2 {
    width: 100px;
  }

  .paragraph-9 {
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
  }

  .heading-9 {
    font-family: Merriweather, serif;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-6 {
    position: relative;
    left: 0px;
    top: 40px;
  }

  .image-7 {
    left: 0px;
  }

  .div-block-16 {
    margin-top: 20px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .link-3 {
    font-size: 1em;
  }

  .paragraph-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-11 {
    text-align: center;
  }

  .welcome-section {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .call-to-action-section {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .quick-actions-section {
    padding: 60px 20px;
  }

  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .action-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-copy {
    font-size: 2em;
    text-align: left;
  }

  .heading-copy.left {
    margin-top: 32px;
  }

  .collection-list-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-13 {
    width: 100%;
  }

  .hero-overlay-2 {
    height: auto;
    max-height: none;
    padding: 48px 10px 60px;
  }

  .centered-container-4 {
    text-align: left;
  }

  .feature-section-6 {
    padding: 0px;
  }

  .feature-image-4 {
    margin-left: 0px;
  }

  .div-block-20 {
    padding: 40px 20px;
  }

  .text-block-28 {
    font-family: 'Font awesome 5 free solid 900', sans-serif;
    font-size: 1.5em;
  }

  .link-4 {
    color: #000;
    text-decoration: none;
  }

  .div-block-21 {
    min-height: 50vh;
    margin-top: 0px;
    padding: 0px;
    text-align: left;
  }

  .text-block-29 {
    padding-top: 10px;
  }

  .flex-container-copy {
    padding-right: 0px;
  }

  .centered-container-5 {
    text-align: left;
  }

  .column-16 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-23 {
    padding: 10px;
  }

  .div-block-24 {
    padding: 10px;
  }

  .div-block-25 {
    padding: 10px;
  }

  .div-block-26 {
    padding: 10px;
  }

  .text-block-32 {
    display: block;
  }

  .cards-grid-container-3 {
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .link-block-4 {
    padding-left: 0px;
    -ms-grid-columns: 75px 2.5fr;
    grid-template-columns: 75px 2.5fr;
  }

  .div-block-27 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-11 {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }

  .section-14 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-15 {
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .column-18 {
    padding-left: 0px;
  }

  .text-block-33 {
    margin-bottom: 20px;
    text-align: left;
  }

  .heading-24 {
    padding-right: 0px;
    font-size: 2em;
  }

  .column-19 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .collection-item-4 {
    padding-left: 10px;
    text-align: left;
  }

  .grid-13 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-30 {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .div-block-28 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .call-to-action-btn {
    width: 100%;
  }

  .column-21 {
    padding: 40px 10px;
  }

  .heading-25 {
    text-align: left;
  }

  .paragraph-31 {
    margin-bottom: 20px;
    text-align: left;
  }

  .button-default {
    display: block;
  }

  .link-8 {
    margin-top: 0px;
  }

  .section-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-17 {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-32 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-22 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .rich-text-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .page-content {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-34 {
    margin-top: 20px;
    font-size: 12px;
  }

  .column-25 {
    padding-bottom: 40px;
  }

  .div-block-35 {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .column-26 {
    padding-bottom: 40px;
  }

  .column-27 {
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .text-block-38 {
    font-size: 0.8em;
    text-align: left;
  }

  .section-link {
    width: 100%;
    box-shadow: 4px 4px 20px 1px rgba(6, 81, 67, 0.35);
  }

  .grid-18 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-19 {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 0.25fr;
    grid-template-columns: 1fr 0.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .section-icon {
    font-size: 3em;
  }

  .grid-20 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .column-28 {
    padding-bottom: 20px;
  }

  .column-30 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-31 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-32 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .rich-text-block-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .welcome-block {
    min-height: auto;
    margin-top: 20px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    text-align: left;
  }

  .slider-3 {
    min-height: 40vh;
  }

  .grid-21 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-21-copy {
    min-height: 50vh;
    margin-top: 0px;
    padding: 40px 10px;
    text-align: left;
  }

  .why-us {
    min-height: auto;
    margin-top: 0px;
    padding: 40px 10px;
    text-align: left;
  }

  .important-dates {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: left;
  }

  .list-item {
    padding-left: 0px;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .paragraph-38 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .link-10 {
    display: block;
    width: 60%;
    padding: 10px;
    background-color: #23085a;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
  }

  .slide-7 {
    background-position: 0% 50%;
  }

  .section-shool-story {
    padding: 20px 0px 40px;
  }

  .grid-22 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-39 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-40 {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

#w-node-e3e5f423-1730-0176-0725-a879940f108b-a6ecfa4e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8ca1c8c3-988a-6105-669b-5c82b9b7e70e-a6ecfa4e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_47a712e2-3f83-1a24-4a4a-bf8aacdc97d4-a6ecfa4e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_186f7771-2a72-9230-2bbc-93895a44433a-a6ecfa4e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_697dda7e-3b1a-6859-ad96-43eebd0ece7e-a6ecfa4e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_639bbb78-3dc7-4e9e-ca55-b1923bb2a53b-a6ecfa4e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_794f667b-48b5-60a8-f6de-8fcf248d9097-a6ecfa4e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_41e76680-908f-f303-844f-a6f96902cdb1-126ece35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_57b8159e-9e3c-6427-5257-9201d55c1b5d-126ece35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-adecd028-81ab-0bab-6aff-8a70fdc4d50e-fdc4d509 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-adecd028-81ab-0bab-6aff-8a70fdc4d511-fdc4d509 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2859dd48-2fa1-c7e5-ed7f-f4799134c4e6-fdc4d509 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_27e2eb33-35ad-a2ee-853a-81412916d230-fdc4d509 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-adecd028-81ab-0bab-6aff-8a70fdc4d517-fdc4d509 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-adecd028-81ab-0bab-6aff-8a70fdc4d51a-fdc4d509 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-adecd028-81ab-0bab-6aff-8a70fdc4d51d-fdc4d509 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c12e6ce0-1e38-d87e-d30a-55f075eb5b73-75eb5b6e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c12e6ce0-1e38-d87e-d30a-55f075eb5b76-75eb5b6e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c12e6ce0-1e38-d87e-d30a-55f075eb5b79-75eb5b6e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c12e6ce0-1e38-d87e-d30a-55f075eb5b7c-75eb5b6e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c12e6ce0-1e38-d87e-d30a-55f075eb5b7f-75eb5b6e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c12e6ce0-1e38-d87e-d30a-55f075eb5b82-75eb5b6e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a56ff76e-263c-8662-48d6-73c0b1322be6-24b904cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a56ff76e-263c-8662-48d6-73c0b1322be9-24b904cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a56ff76e-263c-8662-48d6-73c0b1322bec-24b904cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a56ff76e-263c-8662-48d6-73c0b1322bef-24b904cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a56ff76e-263c-8662-48d6-73c0b1322bf2-24b904cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a56ff76e-263c-8662-48d6-73c0b1322bf5-24b904cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_88465ca1-5321-fb7a-96e9-edaaf2007f78-3b482524 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_88465ca1-5321-fb7a-96e9-edaaf2007f7b-3b482524 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_88465ca1-5321-fb7a-96e9-edaaf2007f7d-3b482524 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_88465ca1-5321-fb7a-96e9-edaaf2007f80-3b482524 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_88465ca1-5321-fb7a-96e9-edaaf2007f83-3b482524 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_88465ca1-5321-fb7a-96e9-edaaf2007f86-3b482524 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f142d257-ea26-65db-f8f5-5ce0b2888f91-3b482524 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a73b67d0-2a02-17b0-b6d6-4b5ae2fc444b-0b9a69b6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a73b67d0-2a02-17b0-b6d6-4b5ae2fc444e-0b9a69b6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a73b67d0-2a02-17b0-b6d6-4b5ae2fc4451-0b9a69b6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a73b67d0-2a02-17b0-b6d6-4b5ae2fc4454-0b9a69b6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_06dc6d18-4864-f786-71c4-62587c9b872e-9ba48f38 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_06dc6d18-4864-f786-71c4-62587c9b8731-9ba48f38 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_06dc6d18-4864-f786-71c4-62587c9b8734-9ba48f38 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_06dc6d18-4864-f786-71c4-62587c9b8737-9ba48f38 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6a892238-7b7c-6516-d948-2a937286443a-04e6d7e2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6a892238-7b7c-6516-d948-2a937286443d-04e6d7e2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6a892238-7b7c-6516-d948-2a9372864440-04e6d7e2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6a892238-7b7c-6516-d948-2a9372864443-04e6d7e2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_77d2232a-04ac-9727-8d01-017430d3b964-4c8566cf {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_77d2232a-04ac-9727-8d01-017430d3b967-4c8566cf {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_77d2232a-04ac-9727-8d01-017430d3b969-4c8566cf {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_77d2232a-04ac-9727-8d01-017430d3b96c-4c8566cf {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_77d2232a-04ac-9727-8d01-017430d3b96f-4c8566cf {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_77d2232a-04ac-9727-8d01-017430d3b972-4c8566cf {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a016a89e-dff8-7aee-2806-f8d68f9c7452-4c8566cf {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a016a89e-dff8-7aee-2806-f8d68f9c7453-4c8566cf {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-dec895d8-1db8-8f36-d5f1-64e04cb504ac-4c8566cf {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-dec895d8-1db8-8f36-d5f1-64e04cb504ad-4c8566cf {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-c08411a4-63d1-fd89-5eb8-c1145f093406-4c8566cf {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-c08411a4-63d1-fd89-5eb8-c1145f093407-4c8566cf {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_6a6b365f-661b-2776-c8d4-5b6d75bcd9b6-4c99dde0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6a6b365f-661b-2776-c8d4-5b6d75bcd9b9-4c99dde0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6a6b365f-661b-2776-c8d4-5b6d75bcd9bc-4c99dde0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6a6b365f-661b-2776-c8d4-5b6d75bcd9bf-4c99dde0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6a6b365f-661b-2776-c8d4-5b6d75bcd9c2-4c99dde0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6a6b365f-661b-2776-c8d4-5b6d75bcd9c5-4c99dde0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_50eb0742-d6bd-0265-18d1-5c707abedd99-4c99dde0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_50eb0742-d6bd-0265-18d1-5c707abedd9d-4c99dde0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d52e45b1-a548-5c82-d93a-d6bc19305101-4c99dde0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d52e45b1-a548-5c82-d93a-d6bc19305102-4c99dde0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_86645f99-4101-6b30-9a5b-1cfce7caa116-4c99dde0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_86645f99-4101-6b30-9a5b-1cfce7caa117-4c99dde0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ae76979d-1612-623f-5c5f-964833c1b1a4-610ee6f5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ae76979d-1612-623f-5c5f-964833c1b1a7-610ee6f5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ae76979d-1612-623f-5c5f-964833c1b1aa-610ee6f5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_959391e6-c91c-cdb5-7e48-f576a149aaea-89dbcdf3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_959391e6-c91c-cdb5-7e48-f576a149aaed-89dbcdf3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d4dc1ff8-6679-bc5c-0462-7a71df8ed2d6-89dbcdf3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f205f9e3-e1f0-3755-b312-11604d0cd349-89dbcdf3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_959391e6-c91c-cdb5-7e48-f576a149aaf2-89dbcdf3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_959391e6-c91c-cdb5-7e48-f576a149aaf5-89dbcdf3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_959391e6-c91c-cdb5-7e48-f576a149aaf8-89dbcdf3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2278c539-5a1d-4755-5d3a-1116eb561a8a-a5f69efe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2278c539-5a1d-4755-5d3a-1116eb561a8d-a5f69efe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a9d80b30-f6b2-8334-bd97-18c4aee1d33d-a5f69efe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_996e3a27-39b2-1e7c-d9c3-970c21cb7c5e-a5f69efe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2278c539-5a1d-4755-5d3a-1116eb561a92-a5f69efe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2278c539-5a1d-4755-5d3a-1116eb561a95-a5f69efe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2278c539-5a1d-4755-5d3a-1116eb561a98-a5f69efe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1569ef17-dc26-70d2-d2a4-fccebe65562a-a5f69efe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1569ef17-dc26-70d2-d2a4-fccebe655633-a5f69efe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1569ef17-dc26-70d2-d2a4-fccebe65563c-a5f69efe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1569ef17-dc26-70d2-d2a4-fccebe655645-a5f69efe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1569ef17-dc26-70d2-d2a4-fccebe65564e-a5f69efe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1569ef17-dc26-70d2-d2a4-fccebe655657-a5f69efe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-a016a89e-dff8-7aee-2806-f8d68f9c7452-4c8566cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a016a89e-dff8-7aee-2806-f8d68f9c7453-4c8566cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-dec895d8-1db8-8f36-d5f1-64e04cb504ac-4c8566cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-dec895d8-1db8-8f36-d5f1-64e04cb504ad-4c8566cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c08411a4-63d1-fd89-5eb8-c1145f093406-4c8566cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c08411a4-63d1-fd89-5eb8-c1145f093407-4c8566cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_50eb0742-d6bd-0265-18d1-5c707abedd99-4c99dde0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_50eb0742-d6bd-0265-18d1-5c707abedd9d-4c99dde0 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d52e45b1-a548-5c82-d93a-d6bc19305101-4c99dde0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d52e45b1-a548-5c82-d93a-d6bc19305102-4c99dde0 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_86645f99-4101-6b30-9a5b-1cfce7caa116-4c99dde0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_86645f99-4101-6b30-9a5b-1cfce7caa117-4c99dde0 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e3e5f423-1730-0176-0725-a879940f108b-a6ecfa4e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8ca1c8c3-988a-6105-669b-5c82b9b7e70e-a6ecfa4e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_47a712e2-3f83-1a24-4a4a-bf8aacdc97d4-a6ecfa4e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a016a89e-dff8-7aee-2806-f8d68f9c7452-4c8566cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-a016a89e-dff8-7aee-2806-f8d68f9c7453-4c8566cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-dec895d8-1db8-8f36-d5f1-64e04cb504ac-4c8566cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-dec895d8-1db8-8f36-d5f1-64e04cb504ad-4c8566cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-c08411a4-63d1-fd89-5eb8-c1145f093406-4c8566cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-c08411a4-63d1-fd89-5eb8-c1145f093407-4c8566cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_50eb0742-d6bd-0265-18d1-5c707abedd99-4c99dde0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d52e45b1-a548-5c82-d93a-d6bc19305101-4c99dde0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_86645f99-4101-6b30-9a5b-1cfce7caa116-4c99dde0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-be2880d5-8e01-b0de-05b3-420535030d65-4c8566cf {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-a016a89e-dff8-7aee-2806-f8d68f9c7452-4c8566cf {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-dec895d8-1db8-8f36-d5f1-64e04cb504ab-4c8566cf {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-dec895d8-1db8-8f36-d5f1-64e04cb504ac-4c8566cf {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-c08411a4-63d1-fd89-5eb8-c1145f093405-4c8566cf {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-c08411a4-63d1-fd89-5eb8-c1145f093406-4c8566cf {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_7406b480-42fc-8dd0-8174-14cdb9ab75ea-4c99dde0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_50eb0742-d6bd-0265-18d1-5c707abedd99-4c99dde0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d52e45b1-a548-5c82-d93a-d6bc19305100-4c99dde0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d52e45b1-a548-5c82-d93a-d6bc19305101-4c99dde0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_86645f99-4101-6b30-9a5b-1cfce7caa115-4c99dde0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_86645f99-4101-6b30-9a5b-1cfce7caa116-4c99dde0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}