@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --carbon_main: #2b2525;
  --red: #da291c;
  --red-passion: #d41f0b;
  --dark-salmon: #f0a49b;
  --white: white;
  --light-grey: #d5d4d4;
  --dark-grey: #919191;
  --white-smoke: #f5f4f4;
  --dark-khaki: #bdbf33;
  --info-blue: #edf1f6;
  --f5f4f4: var(--carbon_main);
  --_foundation-tokens---size: 0px;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.vosc-menu {
  color: var(--carbon_main);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
}

.vosc-menu:hover, .vosc-menu:active {
  color: var(--red);
}

.vosc-menu:focus, .vosc-menu:visited {
  color: var(--carbon_main);
}

.vosc-menu.w--current {
  padding-left: 12px;
  padding-right: 12px;
}

.vosc-menu.selected {
  color: var(--red-passion);
}

.image {
  margin-top: 26px;
}

.hero {
  background-image: linear-gradient(63deg, var(--red-passion), var(--dark-salmon) 100%, var(--dark-salmon));
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
}

.navbar-ipad {
  background-color: #fff;
  position: sticky;
}

.vosc_h1 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  margin-top: 80px;
  font-family: Gilroy, sans-serif;
  font-size: 4ch;
  line-height: 4vw;
}

.grid_hero_summer-description {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .5fr .25fr;
  padding-bottom: 80px;
}

.div_empty_tabet_mobile {
  width: 0;
  height: 0;
}

.hero_subheading {
  font-size: 3vw;
}

.vosc_hero_large_text {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 3ch;
  line-height: 2.4vw;
}

.vosc_hero_large_text.removewidth {
  margin-right: 20px;
}

.vosc_hero_location {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 3ch;
  line-height: 3vw;
}

.vosc_content_grid {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr 2fr .5fr;
  margin-top: 80px;
}

.vosc_content_h1 {
  color: var(--carbon_main);
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: Gilroy, sans-serif;
  font-size: 3vw;
  font-weight: 700;
}

.vosc_main_parapgrah {
  color: var(--carbon_main);
  background-color: #0000;
  margin: 10px 40px 40px 0;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
}

.vosc_main_parapgrah.removespacing {
  margin: 0 40px 40px;
}

.vosc_main_parapgrah.timeline {
  color: var(--carbon_main);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
}

.vosc_main_parapgrah.timeline.day2 {
  margin-right: 30px;
}

.vosc_main_parapgrah.timeline.day3 {
  color: var(--carbon_main);
}

.vosc_main_parapgrah.card_paragraph {
  margin-top: 20px;
  margin-left: 40px;
}

.landing_page_image {
  margin-top: 20px;
}

.footer {
  background-color: var(--carbon_main);
  color: var(--carbon_main);
  border-top: 1px solid #0000;
  border-radius: 20px 20px 0 0;
  height: auto;
  margin-top: 80px;
  margin-bottom: 0;
}

.vosc_grid_footer {
  grid-template-columns: .25fr 1.25fr .25fr;
  margin-bottom: 0;
}

.vosc_footer_menu {
  margin-top: 40px;
}

.link-block {
  color: #fff;
}

.vosc_footer_link {
  color: #fff;
  padding-right: 60px;
  font-family: Gilroy, sans-serif;
  text-decoration: none;
}

.vosc_footer_registration {
  color: var(--white);
  font-family: Gilroy, sans-serif;
}

.footer_container_registration {
  margin-bottom: 40px;
  padding-top: 20px;
}

.vosc_component_days {
  background-color: #e5e5e5;
  border-radius: 14px;
}

.heading {
  margin-top: 40px;
  margin-left: 40px;
  display: none;
}

.heading.fees {
  margin-top: 40px;
  display: block;
}

.heading_container {
  margin-bottom: 20px;
}

.schedule_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .25fr 1.25fr .25fr;
  margin-top: 60px;
}

.time {
  background-color: #0000;
  width: 108px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.break {
  color: var(--dark-grey);
}

.h3-mobile {
  margin-bottom: 0;
}

.list {
  margin-left: 110px;
  display: inline-block;
}

.h2-desktop-mobile {
  font-family: Gilroy, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.contact_image_placeholder {
  margin-top: -100px;
}

.link {
  color: #fff;
}

.contact_content {
  margin-top: 80px;
}

.grid_contact {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1.5fr .25fr;
  height: auto;
}

.contactbox {
  box-shadow: 2px 1px 4px 0 var(--light-grey);
  background-color: #fff;
  border-radius: 12px;
  width: 400px;
  height: auto;
}

.email_icon_text {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

.contact_box_details {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block {
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
}

.link-2 {
  color: var(--carbon_main);
}

.containerpe {
  background-color: var(--white-smoke);
  border-radius: 20px;
  margin-top: 0;
}

.header {
  margin-top: 0;
}

.grid, .grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
}

.previous_edition_section {
  border: 1px none var(--light-grey);
  height: 1800px;
  margin-top: 452px;
  position: relative;
}

.year_2017 {
  background-color: var(--red);
  color: var(--white-smoke);
  border-radius: 12px;
  width: 100px;
  height: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  position: absolute;
  top: 162px;
}

.year_2017._2016 {
  top: 153px;
}

.year_2017._2023 {
  margin-top: -576px;
  margin-left: 208px;
}

.year_2017._2018 {
  top: 58px;
}

.year_2017._2019 {
  margin-top: -183px;
}

.year_2017._2017 {
  top: 180px;
}

.timeline_bar {
  width: 35px;
  position: absolute;
  inset: 4% 0% auto 456px;
}

.timeline {
  margin-top: -420px;
}

.year_2020_component {
  width: 100px;
  height: 50px;
  position: absolute;
  top: 66px;
  left: 322px;
}

.card {
  background-color: #fff;
  border-radius: 12px;
  width: 240px;
  padding: 20px;
  position: absolute;
  top: 66px;
  left: 530px;
}

.card._2020 {
  top: 551px;
  left: 177px;
}

.card._2017 {
  top: 1071px;
}

.card._2016 {
  top: 1470px;
  left: 171px;
}

.card._2023 {
  margin-top: -403px;
  margin-left: -354px;
  top: 60px;
}

.card_content_edition {
  color: #6d6969;
}

.text-block-3 {
  color: var(--carbon_main);
  font-family: Gilroy, sans-serif;
  font-size: 16px;
}

.lightbox {
  margin-top: 20px;
}

.year_2020_timebox {
  width: 100px;
  height: 50px;
  position: absolute;
  top: 488px;
  left: 530px;
}

.year_2020_timebox._2017 {
  top: 898px;
  left: 313px;
}

.year_2020_timebox._2016 {
  top: 1315px;
  left: 534px;
}

.sublist {
  margin-left: 40px;
  display: inline-block;
}

.image-3 {
  margin-top: -94px;
}

.image_collage {
  margin-top: 40px;
}

.image_collage.caceres_section_desktop {
  margin-top: 0;
}

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

.container_fees_image {
  border: 1px none var(--red);
  border-radius: 1px;
  height: 300px;
  position: relative;
}

.container_fees_image.caceres_container {
  border-style: none;
  border-color: var(--red);
  height: 600px;
}

.container_fees_image.courselocationimagecontainer, .container_fees_image.coursefeeimagecontainer {
  height: 700px;
}

.color_block {
  background-color: var(--dark-salmon);
  border-radius: 26px;
  width: 380px;
  height: 380px;
  position: absolute;
  top: 238px;
  left: 268px;
}

.color_block.mobile {
  width: 360px;
  height: 360px;
}

.image_fees_collage.top_left {
  position: absolute;
  top: 70px;
  left: 162px;
}

.image_fees_collage.top_right {
  position: absolute;
  top: 76px;
  left: 446px;
}

.image_fees_collage.top_right.caceres_images_mobile {
  top: 89px;
}

.image_fees_collage.bottom_left {
  position: absolute;
  top: 378px;
  left: 49px;
}

.image_fees_collage.bottom_left.centre_collage_image.large_screen {
  top: 384px;
  left: 117px;
}

.image_fees_collage.bottom_right {
  position: absolute;
  top: 378px;
  left: 478px;
}

.section_transport_text {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr .25fr;
}

.section_transport {
  margin-top: 40px;
}

.section_transport.mobile.caceres_container {
  margin-top: 0;
}

.transport_content {
  margin-top: 80px;
}

.link-3 {
  color: var(--red-passion);
}

.link-4 {
  color: var(--red);
}

.grid_profile {
  grid-template-columns: .25fr 1.75fr .25fr;
}

.section_profile {
  margin-top: 60px;
}

.div_profile_heading {
  padding-bottom: 40px;
}

.profile_grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.profile_name {
  text-align: center;
  margin-top: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 21px;
}

.career {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.read_biography {
  color: var(--red);
}

.biography_container {
  text-align: center;
  padding-top: 30px;
}

.container_career {
  height: 49px;
}

.grid_profile_vet {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr .5fr 1fr .25fr;
}

.profile_spec {
  margin-top: 130px;
  margin-left: 20px;
}

.diploma {
  font-family: Gilroy, sans-serif;
  font-size: 28px;
}

.profile_content {
  margin-top: 40px;
}

.profile_content.vosc_main_parapgrah.mobile {
  color: var(--carbon_main);
  font-weight: 600;
}

.caceres_image_container {
  position: absolute;
  top: 50px;
  left: 146px;
}

.caceres_bridge_image_container {
  position: absolute;
  top: 205px;
  left: 491px;
}

.page_centre_image_2 {
  position: absolute;
  top: 47px;
  left: 196px;
}

.page_centre_image_1 {
  position: absolute;
  top: 358px;
  left: 132px;
}

.page_centre_image_3 {
  position: absolute;
  top: 65px;
  left: 496px;
}

.page_centre_image_4 {
  position: absolute;
  top: 360.922px;
  left: 498px;
}

.course_location_caceres_photos_1 {
  position: absolute;
  top: 127px;
  left: 182px;
}

.course_location_caceres_photos_2 {
  position: absolute;
  top: 277px;
  left: 499px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  height: 100vh;
}

.text-block-4 {
  font-weight: 600;
}

.remark {
  background-color: var(--dark-khaki);
  font-weight: 700;
}

.textlink {
  color: var(--red-passion);
}

.link-5 {
  color: var(--red);
}

.link-6 {
  color: var(--red-passion);
}

.onepagersection {
  background-color: var(--light-grey);
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  width: 100vh;
  max-width: 1144px;
  height: 100vh;
  display: block;
}

.gridcommingsoo {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

.gridcontent {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 190px;
}

.heading-3 {
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 42px;
}

.heading-4 {
  color: #adadad;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.italic-text {
  background-color: var(--dark-salmon);
  opacity: 0;
  width: 100%;
}

.grid-3 {
  grid-template-columns: .25fr 1fr;
}

.container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  margin-left: 0;
  padding-left: 10px;
}

.text-block-5 {
  padding-top: 5px;
}

.extrainfotext {
  color: var(--white);
  font-size: 2.4ch;
  font-weight: 700;
  line-height: 2vw;
}

.extrainfocontainer {
  font-family: Gilroy, sans-serif;
}

.emptydiv {
  width: 0;
  height: 0;
}

.progress {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 60px;
}

.numbercontainer {
  flex-flow: column;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.smalltext {
  padding-top: 12px;
  padding-left: 15px;
  font-family: Gilroy, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.text-block-6 {
  display: block;
}

.yeartext {
  padding-left: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 47px;
}

.divider {
  padding-top: 14px;
  padding-left: 40px;
}

.divider.second-progress {
  padding-left: 0;
}

.largetextyear {
  padding-left: 0;
  font-size: 48px;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
}

.image-9 {
  padding-top: 110px;
  padding-left: 20px;
}

.graduationcard {
  background-color: #fff;
  width: 480px;
  margin-top: 40px;
  margin-left: 40px;
  padding: 40px;
}

.editiontitle {
  color: #8d8c8c;
  font-family: Gilroy, sans-serif;
  font-size: 27px;
}

.text-block-7 {
  padding-top: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.image-10 {
  padding-top: 40px;
}

.horizontal-scroll-wrap {
  height: auto;
  display: block;
}

.height {
  background-color: #ac525200;
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  min-height: 400dvh;
  display: flex;
  position: relative;
}

.sticky {
  background-color: #bdbf3300;
  width: 100%;
  height: 100dvh;
  display: flex;
  position: sticky;
}

.mover {
  flex: 0 auto;
  display: flex;
}

.flex-offset {
  display: flex;
}

.full-page.is-horizontal-scroll-section {
  background-color: var(--white-smoke);
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: 100vw;
  height: 100dvh;
  padding-top: 40px;
  display: flex;
  overflow: auto;
}

.year-grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .25fr;
  margin-bottom: 10px;
}

.div-block {
  background-color: var(--white-smoke);
  margin-bottom: 40px;
}

.bold-text {
  opacity: 0;
}

.vosc-section-videos {
  margin-top: 60px;
}

.grid-videos {
  grid-template-columns: .25fr 1fr .25fr .25fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.vosc-video-container {
  margin-top: 20px;
  padding-top: 0;
}

.vosc-bullets {
  font-size: 16px;
  line-height: 30px;
}

.bold-text-2 {
  margin-left: -20px;
}

.italic-text-2, .italic-text-3, .bold-text-3 {
  color: var(--carbon_main);
}

.containerheader {
  padding-left: 60px;
}

.extra-info {
  display: block;
}

.internatinalstudentcontainer {
  background-color: var(--white-smoke);
  color: var(--white-smoke);
}

.student-container {
  width: 100svw;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.student-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  width: 100svw;
  display: grid;
}

.international-div {
  background-image: url('../images/card.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 20px;
}

.text-span, .token-colour-red {
  color: var(--red-passion);
}

.banner {
  background-color: var(--white);
  box-shadow: 18px 8px 0 -2px var(--carbon_main);
  outline-offset: -1px;
  border: 1px solid #000;
  border-radius: 20px;
  outline: 8px #333;
  width: 100%;
  max-width: 30rem;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 10px 20px;
  display: none;
  overflow: hidden;
}

.text-block-8 {
  border: 0px solid var(--red);
  color: var(--carbon_main);
  width: 100%;
  max-width: 28rem;
  font-family: Gilroy, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-decoration: none;
}

.text-span-2 {
  font-size: 18px;
}

.banner--link {
  background-color: var(--white);
  color: var(--white);
  width: 100%;
  max-width: 30rem;
  height: 100%;
  max-height: 7.4rem;
  padding: 20px 20px 60px;
}

.banner-content-sun-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: auto;
}

.button {
  background-color: var(--carbon_main);
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  width: 10rem;
  margin-top: .75rem;
  margin-bottom: 2.4rem;
  margin-left: 16.2rem;
  padding: .5rem 1rem;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.summer-container {
  max-width: 62rem;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
  font-weight: 600;
}

.promo-banner {
  padding-top: 10px;
}

.extra-text {
  background-color: #edf1f600;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
}

.video-info {
  background-color: var(--info-blue);
  margin-top: 40px;
}

.info-box {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
}

.bold-text-12, .dark-text {
  color: var(--carbon_main);
}

.text-span-3 {
  color: var(--dark-grey);
}

.fullybookedtext {
  border: 0px solid var(--red);
  color: var(--red);
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-style: italic;
  display: block;
}

.landingfullybooked {
  font-style: italic;
}

.headerseeyou {
  margin-top: 40px;
}

.portraitsgrid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (min-width: 1280px) {
  .h2-desktop-mobile.smalldevices.largedevices {
    margin-left: -32px;
  }

  .lightbox, .image-7 {
    border-radius: 20px;
  }

  .graduationcard {
    padding: 40px;
  }

  .containerheader {
    padding-left: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .vosc-menu {
    color: #2b2525;
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .vosc-menu.w--current {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image {
    margin-top: 15px;
  }

  .hero {
    background-image: linear-gradient(to right, var(--red-passion), var(--dark-salmon) 75%, #f0a299 94%, #eba198);
  }

  .hero_long_header {
    grid-template: "."
    / .25fr 1fr .25fr;
    grid-auto-flow: row;
  }

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

  .navbar-ipad {
    background-color: #fff;
  }

  .image_container {
    margin-left: 58px;
  }

  .vosc_h1 {
    color: #fff;
    font-family: Gilroy, sans-serif;
    font-size: 3vw;
    line-height: 4vw;
  }

  .div_empty_tabet_mobile {
    width: 0;
    height: 0;
    padding-bottom: 0;
  }

  .vosc_hero_large_text {
    line-height: 40px;
  }

  .vosc_hero_location {
    line-height: 41px;
  }

  .vosc_content_h1 {
    padding-left: 0;
    font-size: 3rem;
  }

  .vosc_main_parapgrah {
    font-weight: 600;
  }

  .vosc_main_parapgrah.timeline {
    margin-top: 55px;
  }

  .vosc_main_parapgrah.timeline.day2 {
    margin-top: 21px;
  }

  .vosc_main_parapgrah.timeline.day3 {
    margin-top: 15px;
  }

  .heading_container {
    height: 20px;
    margin-bottom: 20px;
  }

  .schedule_grid {
    grid-template-columns: .25fr 1.75fr .25fr;
  }

  .timeline_container {
    margin-top: 0;
  }

  .h2-desktop-mobile.ldevices {
    margin-left: -59px;
  }

  .h2-desktop-mobile.smalldevices.largedevices {
    margin-left: -50px;
  }

  .header {
    margin-left: 40px;
    margin-right: 40px;
  }

  .container_fees_image.caceres_container {
    height: 599px;
  }

  .profile_content.vosc_main_parapgrah.mobile {
    font-weight: 600;
  }

  .onepagersection, .container {
    max-width: 1440px;
  }

  .graduationcard {
    padding: 40px;
  }

  .grid-videos {
    grid-template-columns: .25fr 1fr .25fr .25fr;
  }

  .bold-text-2 {
    margin-left: -65px;
  }

  .link-7 {
    color: var(--red-passion);
  }

  .student-grid {
    grid-template-columns: .25fr 1fr .25fr;
    width: 100svw;
  }

  .international-div {
    padding-top: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .vosc-menu, .vosc-menu.w--current {
    padding-left: 44px;
    padding-right: 44px;
  }

  .image {
    max-width: none;
  }

  .hero {
    background-image: linear-gradient(to right, var(--red-passion), var(--dark-salmon) 100%, #f0a299 100%, #eba198);
  }

  .navbar-ipad {
    width: 100vh;
    max-width: 1920%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid_hero_summer-description {
    grid-template-columns: .25fr .75fr .5fr .25fr;
  }

  .hero_short_text {
    margin-top: 60px;
  }

  .vosc_hero_location {
    line-height: 3vw;
  }

  .vosc_main_parapgrah.timeline {
    margin-top: 0;
  }

  .vosc_main_parapgrah.timeline.day2 {
    margin-top: 10px;
  }

  .heading_container {
    height: auto;
  }

  .schedule_grid {
    grid-template-columns: .25fr 1.5fr .25fr;
  }

  .timeline_container {
    margin-top: 20px;
  }

  .previous_edition_section {
    margin-left: -857px;
  }

  .image_colleage_div {
    grid-template-columns: .25fr 1fr .25fr;
  }

  .container_fees_image.coursefeeimagecontainer {
    right: 200px;
  }

  .color_block {
    left: 638px;
  }

  .color_block.mobile {
    top: 131px;
    left: 468px;
  }

  .color_block.large_screen {
    left: 450px;
  }

  .image_fees_collage.top_left {
    top: 69px;
    left: 539px;
  }

  .image_fees_collage.top_left.caceres_image_container.large_screen {
    left: 312px;
  }

  .image_fees_collage.top_right {
    left: 867px;
  }

  .image_fees_collage.top_right.caceres_images_mobile {
    top: 32px;
    left: 601px;
  }

  .image_fees_collage.bottom_left {
    left: 445px;
  }

  .image_fees_collage.bottom_left.centre_collage_image.large_screen {
    left: 378px;
  }

  .image_fees_collage.bottom_right {
    left: 870px;
  }

  .image_fees_collage.bottom_right.caceres_collage {
    top: 328px;
    left: 739px;
  }

  .grid_profile_vet {
    grid-template-columns: .25fr .25fr 1fr .25fr;
  }

  .caceres_image_container {
    left: 875px;
  }

  .page_centre_image_2 {
    left: 342px;
  }

  .page_centre_image_1 {
    top: 367px;
    left: 279px;
  }

  .page_centre_image_3 {
    left: 654px;
  }

  .page_centre_image_4 {
    left: 652px;
  }

  .course_location_caceres_photos_1 {
    top: 70px;
    left: 452px;
  }

  .course_location_caceres_photos_2 {
    left: 765px;
  }

  .container {
    max-width: 1920px;
    margin-left: auto;
  }

  .nav-menu {
    flex: 1;
    align-self: center;
    padding-left: 40px;
  }

  .extrainfotext {
    line-height: 2vw;
  }

  .numbercontainer {
    padding-right: 220px;
  }

  .graduationcard {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 60px;
  }

  .year-grid {
    grid-column-gap: 0px;
    grid-template-columns: .5fr .5fr .5fr;
  }

  .div-block {
    padding-bottom: 40px;
  }

  .bold-text-2 {
    margin-left: -46px;
  }

  .international-div {
    padding-top: 120px;
  }

  .banner {
    background-color: var(--white);
    width: 100%;
    max-width: 800px;
    height: 51%;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-8 {
    max-width: 40rem;
    font-family: Gilroy, sans-serif;
    font-size: 36px;
    line-height: 51px;
  }

  .banner--link {
    max-width: 69rem;
    margin-bottom: 0;
  }

  .button {
    text-align: center;
    margin-bottom: 2.4rem;
    margin-left: 35rem;
  }
}

@media screen and (max-width: 991px) {
  .navbar-ipad {
    width: 100vw;
    max-width: 991px;
  }

  .image_container {
    order: -1;
    align-self: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .vosc_h1 {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 4vw;
    line-height: 6vw;
  }

  .grid_hero_summer-description {
    grid-column-gap: 0px;
    flex-direction: column;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .div_empty_tabet_mobile {
    width: 0;
    height: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero_short_text {
    align-items: flex-start;
    display: flex;
  }

  .hero_short_text.reducespacing {
    margin-top: -44px;
    padding-top: 0;
  }

  .hero_image {
    align-self: center;
  }

  .vosc_hero_large_text {
    align-self: flex-start;
    width: 300px;
    margin-left: 20px;
    padding-right: 10px;
    font-size: 2.4ch;
    line-height: 4vw;
  }

  .vosc_hero_large_text.removewidth {
    width: auto;
    margin-right: 20px;
  }

  .vosc_hero_location {
    align-self: flex-start;
    width: 400px;
    margin-top: 0;
    font-size: 2.4ch;
    line-height: 4vw;
  }

  .vosc_container {
    margin-left: 40px;
    margin-right: 40px;
  }

  .vosc_content_grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    margin-top: 40px;
    display: flex;
  }

  .vosc_content_image {
    align-self: center;
  }

  .vosc_content_h1 {
    font-size: 6vw;
    line-height: 3vw;
  }

  .vosc_main_parapgrah {
    margin-top: 20px;
    margin-right: 20px;
  }

  .landing_page_image {
    float: none;
    position: static;
  }

  .vosc_home_ccntent_bottom {
    margin-top: -51px;
  }

  .footer {
    margin-top: 40px;
  }

  .vosc_grid_footer {
    grid-template-columns: .25fr 1.5fr .25fr;
  }

  .vosc_footer_menu {
    flex-direction: column;
    display: flex;
  }

  .vosc_footer_link {
    flex: 1;
  }

  .vosc_footer_registration {
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .menu-button {
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: auto;
    padding-top: 30px;
    padding-right: 41px;
    display: flex;
  }

  .schedule_grid {
    flex-direction: column;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .h2-desktop-mobile {
    margin-left: 0;
  }

  .h2-desktop-mobile.smalldevices {
    margin-left: 30px;
  }

  .contact_image_placeholder {
    align-self: center;
    margin-top: 17px;
  }

  .contact_content {
    margin-top: 40px;
  }

  .grid_contact {
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .grid-2 {
    flex-direction: column;
    display: flex;
  }

  .timeline_bar {
    left: 361px;
  }

  .year_2020_component {
    left: 220px;
  }

  .card {
    left: 428px;
  }

  .card._2020 {
    left: 79px;
  }

  .card._2017 {
    top: 899px;
  }

  .card._2016 {
    top: 1319px;
    left: 79px;
  }

  .card._2016.ipadversion {
    top: 1319px;
    left: 74px;
  }

  .year_2020_timebox {
    width: 100px;
    height: 50px;
    left: 430px;
  }

  .year_2020_timebox._2017 {
    left: 220px;
  }

  .year_2020_timebox._2016, .year_2020_timebox._2016.ipadversionyear {
    left: 426px;
  }

  .fees_image_container {
    align-self: center;
  }

  .image-3 {
    margin-top: 22px;
  }

  .image_colleage_div {
    flex-direction: column;
    display: flex;
  }

  .container_fees_image {
    height: 300px;
    margin-left: 236px;
  }

  .container_fees_image.caceres_container {
    height: 600px;
  }

  .container_fees_image.coursefeeimagecontainer {
    margin-left: 189px;
  }

  .color_block {
    left: -101px;
  }

  .color_block.mobile {
    left: -70px;
  }

  .image_fees_collage.top_left {
    top: 49px;
    left: 117px;
  }

  .image_fees_collage.top_left.caceres_image_container.large_screen.tablet {
    left: 121px;
  }

  .image_fees_collage.top_left.tablet {
    top: 76px;
    left: 83px;
  }

  .image_fees_collage.top_right {
    left: 407px;
  }

  .image_fees_collage.top_right.tablet {
    top: 83px;
    left: 357px;
  }

  .image_fees_collage.bottom_left {
    top: 383px;
    left: 94px;
  }

  .image_fees_collage.bottom_left.centre_collage_image.large_screen {
    left: 88px;
  }

  .image_fees_collage.bottom_left.tablet {
    left: 26px;
  }

  .image_fees_collage.bottom_right {
    top: 387px;
    left: 450px;
  }

  .caceres {
    display: block;
  }

  .caceresbridge {
    display: none;
  }

  .section_transport_text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .section_transport {
    margin-top: 20px;
  }

  .transport_content.tablet_fees {
    margin-top: 0;
  }

  .transport_content.tablet_course_location {
    margin-top: 60px;
  }

  .grid_profile {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .section_profile {
    flex-direction: column;
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .profile_grid {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .profile_name {
    font-size: 16px;
  }

  .career {
    font-size: 11px;
  }

  .container_career {
    height: 65px;
  }

  .grid_profile_vet {
    flex-direction: column;
    display: flex;
  }

  .profile_image_container {
    margin-bottom: 40px;
  }

  .profile_spec {
    margin-top: -124px;
    margin-left: 300px;
  }

  .caceres_image_container {
    inset: 6% auto auto 9%;
  }

  .caceres_image_container.location_tablet {
    top: 1%;
    left: 8%;
  }

  .caceres_bridge_image_container {
    inset: 58% auto auto 39%;
  }

  .caceres_bridge_image_container.mobile_caceres.location_tablet {
    top: 59%;
    left: 49%;
  }

  .page_centre_image_2 {
    position: absolute;
  }

  .page_centre_image_2.tablet_mobile {
    left: -52px;
  }

  .page_centre_image_1 {
    position: absolute;
    left: 62px;
  }

  .page_centre_image_3 {
    left: 380px;
  }

  .page_centre_image_3.tablet_mobile {
    left: 384px;
  }

  .course_location_caceres_photos_1 {
    display: none;
    top: 1px;
    left: 186px;
  }

  .course_location_caceres_photos_2 {
    top: 147px;
    left: 4px;
  }

  .image-4 {
    display: none;
  }

  .onepagersection {
    max-width: 768px;
  }

  .image-6 {
    display: none;
  }

  .container {
    flex-flow: row;
    justify-content: flex-start;
    margin-left: 10px;
  }

  .extrainfotext {
    line-height: 3vw;
  }

  .year-container {
    flex-flow: column;
    display: flex;
  }

  .year-grid {
    grid-template-columns: .25fr .5fr .25fr;
    display: flex;
  }

  .grid-videos {
    flex-flow: column;
    display: flex;
  }

  .bold-text-2 {
    margin-left: 20px;
  }

  .student-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .brand {
    display: flex;
  }

  .brand.w--current {
    display: block;
  }

  .portraitsgrid {
    flex-flow: row;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-image: linear-gradient(82deg, var(--red-passion), #e05747 55%, var(--dark-salmon) 100%, var(--dark-salmon));
  }

  .image_container {
    margin-top: 60px;
  }

  .vosc_h1 {
    font-size: 4ch;
    line-height: 8vw;
  }

  .grid_hero_summer-description {
    padding-bottom: 60px;
  }

  .hero_image {
    margin-top: 20px;
    padding-top: 0;
  }

  .hero_subheading {
    font-size: 5vw;
  }

  .vosc_hero_large_text {
    font-size: 3vw;
    line-height: 4vw;
  }

  .vosc_hero_location {
    margin-right: 20px;
    font-size: 3vw;
    line-height: 4vw;
  }

  .vosc_content_h1 {
    font-size: 6vw;
  }

  .vosc_main_parapgrah.tablet {
    margin-top: 0;
    margin-right: 0;
  }

  .contact_image_placeholder {
    align-self: center;
    margin-top: 40px;
  }

  .contact_content {
    margin-top: 40px;
  }

  .contactbox {
    margin-top: 20px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .previous_editions_header_container, .previous_edition_section {
    margin-left: 20px;
  }

  .year_2017._2023 {
    margin-left: 10px;
  }

  .timeline_bar {
    left: 157px;
  }

  .year_2020_component {
    left: 26px;
  }

  .card {
    left: 227px;
  }

  .card._2020 {
    left: 229px;
  }

  .card._2017 {
    top: 1074px;
  }

  .card._2016 {
    top: 1461px;
    left: 222px;
  }

  .card._2023 {
    margin-left: 7px;
  }

  .year_2020_timebox {
    left: 20px;
  }

  .year_2020_timebox._2017 {
    top: 900px;
    left: 17px;
  }

  .year_2020_timebox._2016 {
    left: 19px;
  }

  .container_fees_image {
    height: 300px;
    margin-left: 44px;
    padding-left: 60px;
  }

  .container_fees_image.courselocationimagecontainer.mobileversion {
    height: 600px;
  }

  .container_fees_image.coursefeeimagecontainer {
    margin-left: 58px;
  }

  .color_block {
    top: 99px;
    left: 80px;
  }

  .color_block.mobile {
    left: 20px;
  }

  .image_fees_collage.top_left {
    left: 49px;
  }

  .image_fees_collage.top_left.caceres_image_container {
    width: 220px;
  }

  .image_fees_collage.top_left.tablet {
    left: 34px;
  }

  .image_fees_collage.top_right {
    left: 302px;
  }

  .image_fees_collage.top_right.caceres_images_mobile {
    width: 220px;
  }

  .image_fees_collage.bottom_left.centre_collage_image {
    width: 250px;
    top: 331px;
    left: 63px;
  }

  .image_fees_collage.bottom_left.centre_collage_image.large_screen.mobile_landscape {
    left: 36px;
  }

  .image_fees_collage.bottom_right {
    top: 394px;
    left: 206px;
  }

  .image_fees_collage.bottom_right.caceres_collage {
    width: 200px;
    left: 322px;
  }

  .image_fees_collage.bottom_right.mobilecoursefees {
    top: 5px;
    left: 305px;
  }

  .caceresbridge {
    display: none;
  }

  .caceresbridge.tablet {
    display: block;
  }

  .section_transport, .section_transport.mobile {
    margin-top: 0;
  }

  .grid_profile {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    place-content: space-around flex-start;
    align-items: stretch;
  }

  .profile_image_container {
    align-self: flex-start;
    margin-bottom: 0;
  }

  .profile_spec {
    margin-top: 28px;
    margin-left: -3px;
  }

  .profile_content.vosc_main_parapgrah {
    margin-top: 0;
    margin-right: 0;
  }

  .caceres_bridge_image_container {
    left: 16%;
  }

  .page_centre_image_2.tablet_mobile {
    top: -1px;
    left: 94px;
  }

  .page_centre_image_1 {
    top: 316px;
  }

  .course_location_caceres_photos_1 {
    inset: 40px auto 0% 6%;
  }

  .course_location_caceres_photos_2 {
    left: 105px;
  }

  .image-4 {
    display: none;
  }

  .onepagersection {
    max-width: 568px;
  }

  .extrainfotext {
    font-size: 2ch;
    line-height: 4vw;
  }

  .numbercontainer {
    padding-right: 20px;
  }

  .year-grid {
    flex-flow: column;
    display: flex;
  }

  .cancel_container {
    width: 0;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .student-grid {
    padding-left: 10px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .image_container {
    margin-top: 60px;
  }

  .vosc_h1 {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 3ch;
    line-height: 9vw;
  }

  .grid_hero_summer-description {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 40px;
  }

  .hero_short_text {
    flex-direction: column;
    height: auto;
    margin-top: -29px;
  }

  .hero_image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero_subheading {
    font-size: 24px;
    font-weight: 700;
  }

  .vosc_hero_large_text {
    width: auto;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 20px;
    font-size: 1.6ch;
    line-height: 6vw;
  }

  .vosc_hero_large_text.removewidth {
    order: 1;
    margin-bottom: 0;
  }

  .vosc_hero_location {
    width: auto;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 1.6ch;
    line-height: 6vw;
  }

  .vosc_container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .vosc_content_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .vosc_content_h1 {
    padding-left: 20px;
    font-size: 2rem;
    line-height: 2rem;
  }

  .vosc_main_parapgrah {
    margin-bottom: 28px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .vosc_main_parapgrah.timeline {
    background-color: #0000;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .vosc_main_parapgrah.card_paragraph {
    margin-left: 20px;
    margin-right: 20px;
  }

  .vosc_main_parapgrah.tablet.transportmobile {
    margin-bottom: 220px;
  }

  .vosc_main_parapgrah.transportmobile {
    margin: 0;
  }

  .vosc_footer_menu {
    margin-top: 60px;
  }

  .vosc_footer_link {
    padding-bottom: 10px;
  }

  .icon {
    margin-top: 40px;
  }

  .menu-button {
    background-color: var(--white);
  }

  .heading {
    margin-top: 28px;
    margin-left: 20px;
    margin-right: 28px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading.fees {
    margin-left: 20px;
    margin-right: 20px;
  }

  .schedule_grid {
    flex-flow: column;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .time {
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--light-grey) black black;
    width: 100%;
    padding-top: 10px;
  }

  .time.mobile_time_line {
    border-top: 1px solid var(--light-grey);
    border-bottom: 1px none var(--light-grey);
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    padding-top: 10px;
    padding-right: 0;
  }

  .break.sessioncontainer {
    border-style: none;
    border-color: #0000;
  }

  .h3-mobile {
    font-size: 18px;
  }

  .list.mobile {
    margin-left: 20px;
  }

  .timeline_container {
    width: 100%;
  }

  .h2-desktop-mobile {
    margin-left: 0;
    font-family: Gilroy, sans-serif;
    font-size: 24px;
  }

  .grid_contact {
    margin-left: 20px;
    margin-right: 20px;
  }

  .contactbox {
    width: 280px;
  }

  .email_icon_text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block {
    font-size: 15px;
  }

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

  .previous_edition_section {
    margin-top: 436px;
    margin-left: 0;
  }

  .timeline_bar {
    left: 10px;
  }

  .year_2020_component {
    left: 59px;
  }

  .card {
    width: 239px;
    top: 149px;
    left: 60px;
  }

  .card._2020 {
    top: 629px;
    left: 60px;
  }

  .card._2017 {
    top: 1149px;
  }

  .card._2016 {
    top: 1547px;
    left: 54px;
  }

  .card._2023 {
    margin-top: -320px;
  }

  .year_2020_timebox {
    left: 60px;
  }

  .year_2020_timebox._2017 {
    left: 63px;
  }

  .year_2020_timebox._2016 {
    left: 61px;
  }

  .image_collage {
    margin-top: 20px;
  }

  .image_colleage_div {
    height: 500px;
  }

  .image_colleage_div.centre_mobile {
    height: auto;
  }

  .image_colleage_div.page_location_mobile {
    height: 600px;
  }

  .container_fees_image {
    height: auto;
    margin-left: -13px;
    padding-left: 25px;
  }

  .container_fees_image.caceres_container {
    margin-top: 162px;
    margin-left: -84px;
    margin-right: 24px;
    padding-left: 74px;
    padding-right: 24px;
  }

  .container_fees_image.courselocationimagecontainer.mobileversion {
    height: 360px;
    margin-top: 155px;
  }

  .container_fees_image.coursefeeimagecontainer {
    margin-left: 16px;
  }

  .color_block {
    width: 261px;
    height: 209px;
    margin-left: 20px;
    left: -13px;
  }

  .color_block.mobile {
    display: none;
    top: -91px;
    left: -16px;
  }

  .image_fees_collage.top_left {
    top: 54px;
    left: -1px;
  }

  .image_fees_collage.top_left.caceres_image_container {
    left: 19px;
  }

  .image_fees_collage.top_left.caceres_image_container.large_screen.tablet {
    left: 80px;
  }

  .image_fees_collage.top_right.caceres_images_mobile, .image_fees_collage.bottom_left.caceres {
    display: none;
  }

  .image_fees_collage.bottom_left.centre_collage_image {
    left: 36px;
  }

  .image_fees_collage.bottom_left.centre_collage_image.large_screen {
    left: 30px;
  }

  .image_fees_collage.bottom_left.tablet {
    left: 38px;
  }

  .image_fees_collage.bottom_left.tablet.feesmobileimage {
    top: 267px;
    left: 45px;
    right: 37px;
  }

  .image_fees_collage.bottom_right {
    top: 409px;
    left: 22px;
    right: 22px;
  }

  .image_fees_collage.bottom_right.mobilecoursefees {
    top: -30px;
    left: 17px;
  }

  .caceres {
    margin-top: -206px;
  }

  .section_transport_text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section_transport {
    margin-top: 0;
  }

  .grid_profile {
    align-items: stretch;
  }

  .section_profile {
    margin-left: 20px;
    margin-right: 20px;
  }

  .profile_grid {
    flex-direction: column;
  }

  .profile_name {
    font-size: 20px;
  }

  .career {
    font-size: 15px;
  }

  .profile_image_container {
    align-self: center;
  }

  .profile_content.vosc_main_parapgrah.mobile {
    margin-left: 0;
  }

  .caceres_image_container {
    top: 0%;
    left: 23%;
    right: 19px;
  }

  .caceres_bridge_image_container.mobile_caceres {
    padding-right: 20px;
    top: 49%;
    left: 11%;
  }

  .caceres_bridge_image_container.mobile_caceres.location_tablet {
    top: 58%;
    left: 7%;
  }

  .page_centre_image_2.tablet_mobile {
    top: -168px;
    left: 41px;
  }

  .page_centre_image_1 {
    padding-right: 30px;
    top: 359px;
    left: 39px;
  }

  .image-5 {
    display: none;
  }

  .onepagersection {
    max-width: 320px;
  }

  .italic-text {
    background-color: #0000;
    padding-bottom: 10px;
    display: inline-block;
  }

  .sessioncontainer {
    border: 1px #0000;
    width: 100%;
    display: inline-block;
  }

  .extrainfotext {
    font-size: 1.6ch;
    line-height: 6vw;
  }

  .numbercontainer {
    padding-left: 10px;
  }

  .smalltext {
    padding-left: 10px;
    font-size: 31px;
  }

  .divider {
    width: 40px;
    max-width: 100%;
    padding-left: 10px;
  }

  .largetextyear {
    font-size: 45px;
  }

  .flex-block {
    padding-left: 0;
  }

  .graduationcard {
    width: 280px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .vosc-bullets {
    padding-left: 25px;
    padding-right: 25px;
  }

  .banner-content-sun-text {
    flex-flow: column;
  }

  .button {
    margin-left: 4.1rem;
  }

  .portraitsgrid {
    flex-flow: column;
  }
}

#w-node-fe843a12-1831-2a1a-6724-7ac39f6b34e4-73e3a3af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_104dd79f-5b96-be6d-7542-fc7ac51812da-73e3a3af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8eb876fd-2d2a-09ba-5a6c-719f168814bf-73e3a3af, #w-node-_9f1fa6b4-3c7a-f44b-fd11-cc962b6b3e37-73e3a3af, #w-node-_72c7b945-1508-76f4-2c34-560f6a2dd967-73e3a3af, #w-node-c92f8aae-185f-448d-57fa-156110130ee8-73e3a3af, #w-node-bdc9d066-58a1-810a-8989-2f53dca8e6a7-73e3a3af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b107ae0-d3f4-cff7-0224-b7cc7cf5082d-73e3a3af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1f096c3-8e13-b5cf-b4e0-24ecf061c35b-73e3a3af, #w-node-b00411c6-b204-794f-7ad3-28eed2dbb3b6-73e3a3af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_522bcd4b-cc98-183d-83de-d97615bcf59c-73e3a3af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_791597c9-9360-5e93-34c1-c65a7c5b761d-73e3a3af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b2d13da-9a40-ab40-2aed-cf539bd1649b-73e3a3af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8131fe46-a608-55cd-3ca3-bc0d624fdd97-73e3a3af, #w-node-b05e6b76-e7e5-aeba-4563-601d6c97c0db-73e3a3af, #w-node-b67e49ad-70eb-cdb1-2bf2-12105dd0ab29-73e3a3af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc7621ec-9c7b-e5ab-fd3d-918cdfa35989-73e3a3af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b4e58ab5-4b7f-8c0c-6262-c5d9947bca1d-947bca1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4e58ab5-4b7f-8c0c-6262-c5d9947bca1e-947bca1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b4e58ab5-4b7f-8c0c-6262-c5d9947bca29-947bca1b, #w-node-b4e58ab5-4b7f-8c0c-6262-c5d9947bca2a-947bca1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4e58ab5-4b7f-8c0c-6262-c5d9947bca2b-947bca1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b4e58ab5-4b7f-8c0c-6262-c5d9947bca2e-947bca1b, #w-node-fb59aa32-c655-f3bb-45e6-4b05bd63cee1-bd63cedf, #w-node-fb59aa32-c655-f3bb-45e6-4b05bd63cee6-bd63cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb59aa32-c655-f3bb-45e6-4b05bd63cee7-bd63cedf {
  place-self: center;
}

#w-node-fb59aa32-c655-f3bb-45e6-4b05bd63ceee-bd63cedf, #w-node-f696f2f4-4ec6-ed7e-96ef-7ec8823c8686-823c8686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_522bcd4b-cc98-183d-83de-d97615bcf59c-84674b9a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_791597c9-9360-5e93-34c1-c65a7c5b761d-84674b9a, #w-node-d73326ca-4312-a2fe-c20e-a8eea2fa4635-84674b9a, #w-node-a53f1255-a34a-7315-e441-f0478c93e742-84674b9a, #w-node-_68394b14-83eb-50b5-01f6-4badc8b21314-84674b9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6325da1-ca3e-1274-e599-e3accd06dd54-84674b9a, #w-node-fd42dbfe-576a-a678-6b3e-c560b707e834-84674b9a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f8f7cb64-7712-04f9-475d-ef5de30bdfab-84674b9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8f0ead1-8dc8-1aee-9066-4815aa845e71-84674b9a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5dd9a44e-0c18-e8a1-773d-f42aa1227bdb-84674b9a, #w-node-_04ec2b39-0023-54d3-ad10-10de90ded910-84674b9a, #w-node-a755d3c6-9555-eb91-bf9d-d25b97718d65-84674b9a, #w-node-_5216468b-f0ee-1bef-96e4-962a0089af3c-84674b9a, #w-node-_7e30ab6c-0c2d-4606-f09d-439d41c14c86-84674b9a, #w-node-_527f146d-4106-182a-107b-df6abecd71f1-84674b9a, #w-node-_4628c8aa-b645-98ee-4bbd-60a5bbfcd9ba-84674b9a, #w-node-e53128da-3c9b-0aeb-be41-a6a986edb35a-84674b9a, #w-node-_6e444011-75e0-b857-2f4f-d84977f14bbb-84674b9a, #w-node-_8a93322c-cca2-dfb4-7151-c2268ba02ebe-84674b9a, #w-node-_46a21aa8-02c4-9a8b-1cab-22f7b8b66a07-84674b9a, #w-node-_3198a415-4fad-7406-b05e-4145922f9847-84674b9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ad9accd-e360-6da1-fd8a-496abfd6984c-84674b9a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a87120f3-bed0-6b65-1fa3-237a5570af87-84674b9a, #w-node-e2c0bc5f-3ef3-8f52-4280-063c599b36e8-84674b9a, #w-node-_796e387d-fcc5-1800-4b4c-333bb3d54faa-84674b9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be83e773-8c3a-9ba4-1a24-f26a365e5744-365e5744 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_358aa6e7-851c-9efe-9b85-d2a0371ca00a-371ca009, #w-node-_358aa6e7-851c-9efe-9b85-d2a0371ca00e-371ca009, #w-node-_358aa6e7-851c-9efe-9b85-d2a0371ca00f-371ca009, #w-node-_358aa6e7-851c-9efe-9b85-d2a0371ca013-371ca009, #w-node-fe843a12-1831-2a1a-6724-7ac39f6b34e4-6223fb53, #w-node-_8eb876fd-2d2a-09ba-5a6c-719f168814bf-6223fb53, #w-node-_9f1fa6b4-3c7a-f44b-fd11-cc962b6b3e37-6223fb53, #w-node-db40f37c-e138-fb6f-ad92-855c11c2aab1-6223fb53, #w-node-_7cec4e5e-1c8e-d83c-4be0-2fdcb8261004-6223fb53, #w-node-_7de9c38c-8976-ef59-1b65-b13fc0fed8aa-6223fb53, #w-node-_430d7f20-4cb3-9ce1-d556-206e2948ee33-6223fb53, #w-node-e9d7bb0c-4fc4-9089-1aff-66e84a6f09fd-6223fb53, #w-node-fc50ec01-061b-74ff-c2b7-b75a1247e903-6223fb53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1f9cc93-5f41-eb8f-f2e5-bf5579e4f4ba-6223fb53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_54bf2888-edcd-981b-3bfb-092bc761a08f-6223fb53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e4ce0c81-017e-393b-7f9f-75d266865e8b-6223fb53, #w-node-eee2b0fe-156e-cd61-3205-98bfc24c5cd7-6223fb53, #w-node-e279fcf2-e9fc-f123-42cb-fccd0d455f67-6223fb53, #w-node-_9a424643-09a0-6263-e550-3dde8b41617b-0c1b4813, #w-node-d0516fa3-f61a-257c-f107-18c9fb53f580-0c1b4813, #w-node-_3afb9e8d-6467-acf8-84fc-060ef8bf14a2-0c1b4813, #w-node-_4b9d84fb-0414-4e96-7297-fd143cd4f4af-0c1b4813, #w-node-beda3c54-c21a-0f58-3f38-beb59b746074-0c1b4813, #w-node-_2993f7ca-cd18-8da1-11ee-4a3e8772c05d-0c1b4813, #w-node-fe843a12-1831-2a1a-6724-7ac39f6b34e4-e9da1d34, #w-node-_8eb876fd-2d2a-09ba-5a6c-719f168814bf-e9da1d34, #w-node-_9f1fa6b4-3c7a-f44b-fd11-cc962b6b3e37-e9da1d34, #w-node-db40f37c-e138-fb6f-ad92-855c11c2aab1-e9da1d34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62587618-eeb0-cd26-f2a9-6af1e5644852-e9da1d34 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d73326ca-4312-a2fe-c20e-a8eea2fa4635-e9da1d34, #w-node-a53f1255-a34a-7315-e441-f0478c93e742-e9da1d34, #w-node-_68394b14-83eb-50b5-01f6-4badc8b21314-e9da1d34, #w-node-_386aefa7-552e-4925-2921-69021d6ca7e6-e9da1d34, #w-node-cc7cbf1b-af84-acbc-9ca7-dd32be7e3cce-e9da1d34, #w-node-d72f358f-cf95-7eed-9b65-210b43620c30-e9da1d34, #w-node-a2c73bf2-c739-1a50-1796-1f06fd5b104d-35136be8, #w-node-abe37a06-8cf4-5434-a8e2-a0c91fc677d7-35136be8, #w-node-ad46cc45-3afb-5d14-fd6d-3d1225afe997-35136be8, #w-node-_8929cded-bca8-0a25-a39c-3dc0b9b876ef-35136be8, #w-node-_38ded228-628c-11eb-5113-ce64f4ed1b96-35136be8, #w-node-d3c30528-b51a-b9fc-d848-7addee26b6fd-35136be8, #w-node-_5fe67414-a32e-ab98-19ed-d20555a9548e-35136be8, #w-node-ca054f4c-88ad-f14f-bf9c-dbc997c1902d-35136be8, #w-node-da2aedbd-661d-3276-686e-9e039d0fb1eb-35136be8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60763231-88c9-22ff-fe3a-63b45b51b540-35136be8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aadee7a1-feb9-ec24-4297-99372a0b6edf-35136be8, #w-node-a2c73bf2-c739-1a50-1796-1f06fd5b104d-f6993029, #w-node-abe37a06-8cf4-5434-a8e2-a0c91fc677d7-f6993029, #w-node-ad46cc45-3afb-5d14-fd6d-3d1225afe997-f6993029, #w-node-_8929cded-bca8-0a25-a39c-3dc0b9b876ef-f6993029, #w-node-_38ded228-628c-11eb-5113-ce64f4ed1b96-f6993029, #w-node-d3c30528-b51a-b9fc-d848-7addee26b6fd-f6993029, #w-node-_5fe67414-a32e-ab98-19ed-d20555a9548e-f6993029, #w-node-ca054f4c-88ad-f14f-bf9c-dbc997c1902d-f6993029, #w-node-da2aedbd-661d-3276-686e-9e039d0fb1eb-f6993029 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60763231-88c9-22ff-fe3a-63b45b51b540-f6993029 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aadee7a1-feb9-ec24-4297-99372a0b6edf-f6993029, #w-node-a2c73bf2-c739-1a50-1796-1f06fd5b104d-042e673d, #w-node-abe37a06-8cf4-5434-a8e2-a0c91fc677d7-042e673d, #w-node-ad46cc45-3afb-5d14-fd6d-3d1225afe997-042e673d, #w-node-_8929cded-bca8-0a25-a39c-3dc0b9b876ef-042e673d, #w-node-_38ded228-628c-11eb-5113-ce64f4ed1b96-042e673d, #w-node-d3c30528-b51a-b9fc-d848-7addee26b6fd-042e673d, #w-node-_5fe67414-a32e-ab98-19ed-d20555a9548e-042e673d, #w-node-ca054f4c-88ad-f14f-bf9c-dbc997c1902d-042e673d, #w-node-da2aedbd-661d-3276-686e-9e039d0fb1eb-042e673d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60763231-88c9-22ff-fe3a-63b45b51b540-042e673d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aadee7a1-feb9-ec24-4297-99372a0b6edf-042e673d, #w-node-a2c73bf2-c739-1a50-1796-1f06fd5b104d-52225a94, #w-node-abe37a06-8cf4-5434-a8e2-a0c91fc677d7-52225a94, #w-node-ad46cc45-3afb-5d14-fd6d-3d1225afe997-52225a94, #w-node-_8929cded-bca8-0a25-a39c-3dc0b9b876ef-52225a94, #w-node-_38ded228-628c-11eb-5113-ce64f4ed1b96-52225a94, #w-node-d3c30528-b51a-b9fc-d848-7addee26b6fd-52225a94, #w-node-ca054f4c-88ad-f14f-bf9c-dbc997c1902d-52225a94, #w-node-da2aedbd-661d-3276-686e-9e039d0fb1eb-52225a94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60763231-88c9-22ff-fe3a-63b45b51b540-52225a94 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aadee7a1-feb9-ec24-4297-99372a0b6edf-52225a94, #w-node-a2c73bf2-c739-1a50-1796-1f06fd5b104d-b6e43a63, #w-node-abe37a06-8cf4-5434-a8e2-a0c91fc677d7-b6e43a63, #w-node-ad46cc45-3afb-5d14-fd6d-3d1225afe997-b6e43a63, #w-node-_8929cded-bca8-0a25-a39c-3dc0b9b876ef-b6e43a63, #w-node-_38ded228-628c-11eb-5113-ce64f4ed1b96-b6e43a63, #w-node-d3c30528-b51a-b9fc-d848-7addee26b6fd-b6e43a63, #w-node-_5fe67414-a32e-ab98-19ed-d20555a9548e-b6e43a63, #w-node-ca054f4c-88ad-f14f-bf9c-dbc997c1902d-b6e43a63, #w-node-da2aedbd-661d-3276-686e-9e039d0fb1eb-b6e43a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60763231-88c9-22ff-fe3a-63b45b51b540-b6e43a63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aadee7a1-feb9-ec24-4297-99372a0b6edf-b6e43a63, #w-node-fe843a12-1831-2a1a-6724-7ac39f6b34e4-7b523656, #w-node-_8eb876fd-2d2a-09ba-5a6c-719f168814bf-7b523656, #w-node-_9f1fa6b4-3c7a-f44b-fd11-cc962b6b3e37-7b523656, #w-node-db40f37c-e138-fb6f-ad92-855c11c2aab1-7b523656, #w-node-fe9de147-aafe-bc85-56d7-d44f91884c34-7b523656, #w-node-_20718494-480d-a047-cd4d-4d74fcef2873-7b523656, #w-node-_20718494-480d-a047-cd4d-4d74fcef2874-7b523656, #w-node-_20718494-480d-a047-cd4d-4d74fcef287e-7b523656, #w-node-_044bbb27-0fe4-67f5-07f2-6a64bb305cba-7b523656, #w-node-_386aefa7-552e-4925-2921-69021d6ca7e6-7b523656, #w-node-cc7cbf1b-af84-acbc-9ca7-dd32be7e3cce-7b523656, #w-node-d72f358f-cf95-7eed-9b65-210b43620c30-7b523656, #w-node-f5a7b281-c233-b1d4-74e7-f0bcdc86c26f-7b523656, #w-node-fe843a12-1831-2a1a-6724-7ac39f6b34e4-50115e2a, #w-node-_8eb876fd-2d2a-09ba-5a6c-719f168814bf-50115e2a, #w-node-_9f1fa6b4-3c7a-f44b-fd11-cc962b6b3e37-50115e2a, #w-node-db40f37c-e138-fb6f-ad92-855c11c2aab1-50115e2a, #w-node-fe9de147-aafe-bc85-56d7-d44f91884c34-50115e2a, #w-node-_20718494-480d-a047-cd4d-4d74fcef2873-50115e2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20718494-480d-a047-cd4d-4d74fcef2874-50115e2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_20718494-480d-a047-cd4d-4d74fcef287e-50115e2a, #w-node-_044bbb27-0fe4-67f5-07f2-6a64bb305cba-50115e2a, #w-node-f5a7b281-c233-b1d4-74e7-f0bcdc86c26f-50115e2a, #H.w-node-_73121482-3788-0ea4-567c-1bc105050db2-a5f72391, #w-node-bebedd6f-08f2-f5ad-5254-3a3b0f3f1128-a5f72391 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8a8cb25-e89f-5d20-b478-a5bb54f8f2a3-a5f72391 {
  justify-self: center;
}

#w-node-_24b08a2d-393e-422d-b2c4-67f65c9eb30c-a5f72391, #w-node-_19388e27-1547-cfc6-bb10-e36389bd52a5-a82071b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19388e27-1547-cfc6-bb10-e36389bd52a6-a82071b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19388e27-1547-cfc6-bb10-e36389bd52a9-a82071b9, #w-node-_19388e27-1547-cfc6-bb10-e36389bd52aa-a82071b9, #w-node-_19388e27-1547-cfc6-bb10-e36389bd52ae-a82071b9, #w-node-_9a424643-09a0-6263-e550-3dde8b41617b-a82071b9, #w-node-_3afb9e8d-6467-acf8-84fc-060ef8bf14a2-a82071b9, #w-node-_98c3abb5-6726-5fd4-a3fd-832ea817e1f9-a82071b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98c3abb5-6726-5fd4-a3fd-832ea817e1fa-a82071b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_831adb3d-b72d-7dab-6f6d-fc90e54c63b6-a82071b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_831adb3d-b72d-7dab-6f6d-fc90e54c63b7-a82071b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cb7a1676-2a00-5d12-d104-abc4154ca40e-a82071b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb7a1676-2a00-5d12-d104-abc4154ca40f-a82071b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7cdcd1fa-ca8d-a6d6-61ae-ee7c85b7ad60-a82071b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a52cf4c-7cd3-dfc3-799d-cf19ae86ebaa-a82071b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3f47cdd5-570c-6400-93b7-ecc1f3f60b8b-a82071b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f47cdd5-570c-6400-93b7-ecc1f3f60b8c-a82071b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e23c5348-2c00-04f0-8f26-45daab36607d-a82071b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e23c5348-2c00-04f0-8f26-45daab36607e-a82071b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8dbfed18-60a6-5336-e0c1-279c5893eefb-a82071b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dbfed18-60a6-5336-e0c1-279c5893eefc-a82071b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7dc5ee09-dfbe-b45e-7611-a86ce36f5da3-a82071b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dc5ee09-dfbe-b45e-7611-a86ce36f5da4-a82071b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fe843a12-1831-2a1a-6724-7ac39f6b34e4-a0a05545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_104dd79f-5b96-be6d-7542-fc7ac51812da-a0a05545 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8eb876fd-2d2a-09ba-5a6c-719f168814bf-a0a05545, #w-node-_9f1fa6b4-3c7a-f44b-fd11-cc962b6b3e37-a0a05545, #w-node-db40f37c-e138-fb6f-ad92-855c11c2aab1-a0a05545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6325da1-ca3e-1274-e599-e3accd06dd54-a0a05545, #w-node-fd42dbfe-576a-a678-6b3e-c560b707e834-a0a05545 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f8f7cb64-7712-04f9-475d-ef5de30bdfab-a0a05545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8f0ead1-8dc8-1aee-9066-4815aa845e71-a0a05545 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5dd9a44e-0c18-e8a1-773d-f42aa1227bdb-a0a05545, #w-node-_04ec2b39-0023-54d3-ad10-10de90ded910-a0a05545, #w-node-a755d3c6-9555-eb91-bf9d-d25b97718d65-a0a05545, #w-node-_5216468b-f0ee-1bef-96e4-962a0089af3c-a0a05545, #w-node-_7e30ab6c-0c2d-4606-f09d-439d41c14c86-a0a05545, #w-node-_527f146d-4106-182a-107b-df6abecd71f1-a0a05545, #w-node-_4628c8aa-b645-98ee-4bbd-60a5bbfcd9ba-a0a05545, #w-node-e53128da-3c9b-0aeb-be41-a6a986edb35a-a0a05545, #w-node-_6e444011-75e0-b857-2f4f-d84977f14bbb-a0a05545, #w-node-_8a93322c-cca2-dfb4-7151-c2268ba02ebe-a0a05545, #w-node-_46a21aa8-02c4-9a8b-1cab-22f7b8b66a07-a0a05545, #w-node-_3198a415-4fad-7406-b05e-4145922f9847-a0a05545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ad9accd-e360-6da1-fd8a-496abfd6984c-a0a05545 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a87120f3-bed0-6b65-1fa3-237a5570af87-a0a05545, #w-node-e2c0bc5f-3ef3-8f52-4280-063c599b36e8-a0a05545, #w-node-_796e387d-fcc5-1800-4b4c-333bb3d54faa-a0a05545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-beda3c54-c21a-0f58-3f38-beb59b746074-0c1b4813 {
    justify-self: center;
  }

  #w-node-_7cec4e5e-1c8e-d83c-4be0-2fdcb8261004-e9da1d34, #w-node-cc7cbf1b-af84-acbc-9ca7-dd32be7e3cce-e9da1d34, #w-node-_7cec4e5e-1c8e-d83c-4be0-2fdcb8261004-7b523656 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_20718494-480d-a047-cd4d-4d74fcef2874-7b523656 {
    align-self: center;
  }

  #w-node-_7cec4e5e-1c8e-d83c-4be0-2fdcb8261004-50115e2a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_20718494-480d-a047-cd4d-4d74fcef2874-50115e2a {
    align-self: center;
  }

  #w-node-_98c3abb5-6726-5fd4-a3fd-832ea817e1fa-a82071b9, #w-node-_831adb3d-b72d-7dab-6f6d-fc90e54c63b7-a82071b9, #w-node-cb7a1676-2a00-5d12-d104-abc4154ca40f-a82071b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_522bcd4b-cc98-183d-83de-d97615bcf59c-84674b9a, #w-node-a8f0ead1-8dc8-1aee-9066-4815aa845e71-84674b9a, #w-node-a8f0ead1-8dc8-1aee-9066-4815aa845e71-a0a05545 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_199c1909-847e-2fab-2ffe-c2e22d369a45-0c1b4813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}