:root {
  --blue: #045e90;
  --orange: #be4018;
  --white: white;
  --light-grey4: #aaa;
  --off-white: #ddd;
  --light-grey: #e9e9e9;
  --light-grey2: #ccc;
  --size: 1020px;
  --light-grey3: #bbb;
  --white-2: white;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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;
}

@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: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: var(--blue);
}

.header {
  max-width: none;
}

.nav-link {
  color: var(--blue);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.nav-link:hover {
  background-color: var(--orange);
  color: var(--white);
}

.nav-link.w--current {
  color: var(--blue);
}

.nav-link.w--current:hover {
  color: var(--white);
}

.nav-link.b {
  display: none;
}

.container {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.nav-bar {
  text-align: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cvb-header {
  text-align: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.orange-line {
  background-color: var(--orange);
  max-width: 1024px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-nav, .right-arrow, .left-arrow, .slider {
  display: none;
}

.cvb-slider {
  display: block;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--off-white);
  padding: 0;
}

.cell {
  background-image: url('../images/blue-bg_04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding: 20px 10px;
}

.roundcontain {
  padding: 10px;
}

.pwhitesmall {
  color: var(--white);
  text-align: center;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

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

.cvh1 {
  color: var(--blue);
  margin-top: 0;
  padding-top: 15px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.cvh1.v2 {
  border-bottom: 5px solid var(--orange);
  margin-bottom: 18px;
  padding-bottom: 11px;
  display: inline-block;
}

.cell-2 {
  background-image: url('../images/shade.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.div-block-4 {
  padding: 30px 10px 20px 20px;
}

.pblack {
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.footer-copyright {
  text-align: center;
  margin-bottom: 40px;
}

.center-container {
  background-color: var(--off-white);
  max-width: 1020px;
  min-height: 500px;
}

.slides {
  object-fit: fill;
  border: 0 #000;
  width: 100%;
  height: auto;
  min-height: 0;
  margin-top: -50px;
  margin-bottom: 10px;
}

.buttons {
  border: 1px #000;
  width: 100%;
  min-height: 100px;
  margin-bottom: 10px;
}

.fb {
  border: 0 #000;
  width: 100%;
  height: auto;
  min-height: 100px;
}

.div-block-14 {
  text-align: center;
  background-color: #e2e2e2;
  padding: 20px;
}

.hcity {
  border-bottom: 5px solid var(--orange);
  color: var(--blue);
  margin-top: 10px;
  margin-bottom: 18px;
  padding-bottom: 11px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
}

.left-cell {
  padding-left: 20px;
}

.paragraph {
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.pmain {
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.dlink {
  color: var(--blue);
  font-family: Lato, sans-serif;
}

.linkbox {
  padding-top: 10px;
  padding-bottom: 10px;
}

.repblock {
  background-color: var(--light-grey);
  border: 1px solid #b6b6b6;
  border-radius: 8px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 20px 10px 20px 20px;
}

.repimage {
  float: left;
  margin-right: 10px;
}

.div-block-15 {
  float: left;
}

.left-arrow-2, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.slider-2 {
  height: auto;
}

.image {
  max-width: none;
}

.left-arrow-3, .right-arrow-3 {
  height: 0;
  display: none;
}

.slide-nav-3 {
  display: none;
  overflow: hidden;
}

.slider-3 {
  clear: none;
  height: auto;
}

.slide-3 {
  background-image: url('../images/milwaukee-d.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slider-4 {
  background-color: #0000;
  height: 190px;
}

.left-arrow-4, .right-arrow-4, .slide-nav-4 {
  display: none;
}

.quick-stack-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 0;
}

.twocolstack {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  padding-top: 10px;
}

.container-2 {
  max-width: 940px;
  display: none;
}

.left-arrow-5, .right-arrow-5, .slide-nav-5, .left-arrow-6, .right-arrow-6, .slide-nav-6 {
  display: none;
}

.section {
  background-color: #cc1818;
}

.slider-5 {
  box-sizing: border-box;
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.image-2 {
  width: 100%;
  height: auto;
}

.paragraph-2 {
  color: var(--blue);
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.map-pin {
  filter: hue-rotate(225deg);
  background-color: #0000;
  background-image: url('../images/interface.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 50px;
  transition: all .2s;
  position: absolute;
  top: 127px;
  left: 90px;
}

.map-pin:hover {
  filter: hue-rotate(200deg);
  transform: translate(0, -3px);
}

.map-pin.latin-america {
  top: 180px;
}

.map-pin.latin-america._2 {
  z-index: 1;
  top: 380px;
  left: 206px;
}

.map-pin.latin-america._1 {
  top: 288px;
  left: 191px;
}

.map-pin.southern-africa {
  top: 389px;
  left: 479px;
}

.map-pin.west-africa {
  top: 208px;
  left: 382px;
}

.map-pin.sensitive-nations {
  z-index: 1;
  top: 168px;
  left: 534px;
}

.map-pin.sensitive-nations.sensitive-3 {
  z-index: 2;
  top: 204px;
  left: 644px;
}

.map-pin.sensitive-nations.sensitive-2 {
  top: 144px;
  left: 600px;
}

.map-pin.francophone {
  top: 239px;
  left: 430px;
}

.map-pin.eastern-europe {
  top: 99px;
  left: 474px;
}

.map-pin.lusophone {
  top: 339px;
  left: 267px;
}

.map-pin.russia {
  top: 88px;
  left: 657px;
}

.map-pin.carribian {
  top: 192px;
  left: 178px;
}

.map-pin.western-europe {
  top: 99px;
  left: 411px;
}

.map-pin.asia-pacific {
  z-index: 1;
  top: 127px;
  left: 785px;
}

.map-pin.asia-pacific.asia-pacific-2 {
  top: 270px;
}

.map-pin.africa-lusophone {
  z-index: 1;
  top: 269px;
  left: 478px;
}

.map-pin.east-africa {
  z-index: 2;
  top: 296px;
  left: 522px;
}

.country {
  color: #b12727;
  text-align: center;
  width: 130px;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.map-pin-tooltip {
  background-color: #fff;
  border: 2px #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -45px;
  padding: 0 10px;
  display: flex;
  position: absolute;
  top: 7px;
  left: -56px;
  right: -56px;
  box-shadow: 1px 1px 10px 2px #00000040;
}

.map-section {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.map-image {
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
}

.map-wrapper {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  display: flex;
  position: relative;
}

.map-section-2 {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.map-image-2 {
  filter: contrast() brightness(200%) hue-rotate(270deg);
  max-width: 940px;
  height: 900px;
  margin-top: 0;
}

.map-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 900px;
  max-width: 940px;
  height: 540px;
  display: flex;
  position: relative;
}

.map-image-3 {
  max-width: 970px;
  height: 560px;
  margin-top: 0;
}

.map-wrapper-3 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 900px;
  max-width: 970px;
  height: 540px;
  display: flex;
  position: relative;
}

.map-section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75vh;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.map-image-4 {
  filter: contrast() brightness(200%) hue-rotate(270deg);
  max-width: 992px;
  height: 560px;
  margin-top: 0;
}

.map-wrapper-4 {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 900px;
  max-width: 1200px;
  height: 540px;
  display: flex;
  position: relative;
}

.map-section-4 {
  justify-content: center;
  align-items: center;
  height: 75vh;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.map-image-5 {
  filter: contrast() brightness(200%) hue-rotate(270deg);
  max-width: 992px;
  height: 560px;
  margin-top: 0;
}

.map-wrapper-5 {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 900px;
  max-width: 1200px;
  height: 540px;
  display: flex;
  position: relative;
}

.header-image {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.mobile-header, .logo-wrap {
  display: none;
}

.slide-4 {
  background-image: url('../images/boston.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-3 {
  background-color: var(--off-white);
  max-width: 1020px;
  min-height: 500px;
}

.state {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.destination-drop {
  border-top: 1px solid var(--light-grey4);
  border-bottom: 1px none var(--white);
  width: 100%;
}

.city {
  color: var(--blue);
  font-family: Lato, sans-serif;
}

.city.phoenix {
  display: block;
}

.city.scottsdale {
  display: none;
}

.icon-2 {
  justify-content: space-between;
  margin: auto 10px auto auto;
  display: block;
  position: absolute;
}

.dropdown-toggle {
  width: 100%;
  padding-right: 40px;
}

.dropdown-toggle:hover {
  background-color: var(--light-grey2);
}

.dropdown-list {
  border-top: 1px solid var(--light-grey4);
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.desth1 {
  color: var(--blue);
  margin-top: 40px;
  font-family: Lato, sans-serif;
}

.div-block-16 {
  text-align: center;
}

.region-wrap {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.region {
  color: var(--blue);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.destsub {
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.rep-name {
  color: var(--blue);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.bigheading {
  color: #124e85;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 44px;
}

.bigheading.contact {
  margin-bottom: 0;
}

.bigheading.reg {
  line-height: 30px;
}

.bigheading.reg.sm {
  margin-bottom: 10px;
  font-size: 20px;
}

.text-block-5 {
  text-align: center;
  margin-bottom: 20px;
}

.container-4 {
  background-color: var(--off-white);
  max-width: 1024px;
  padding-left: 20px;
  padding-right: 20px;
}

.field-label-2 {
  margin-top: 25px;
}

.html-embed-2 {
  margin-top: 29px;
  margin-bottom: 10px;
  display: none;
}

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

.submit-button-5 {
  background-color: var(--blue);
  border-radius: 8px;
  margin-top: 13px;
}

.container-5 {
  background-color: var(--off-white);
  max-width: 1024px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-6 {
  background-color: var(--off-white);
  max-width: 1020px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.sub {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.body-2 {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 17px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.container-7 {
  max-width: 1024px;
}

.container-8 {
  object-fit: fill;
  max-width: 1024px;
}

.container-9 {
  max-width: 1024px;
}

.container-10 {
  text-align: center;
  max-width: 1024px;
  overflow: visible;
}

.cell-4 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.container-11 {
  max-width: var(--size);
  background-color: var(--off-white);
  min-height: 600px;
  padding: 20px 40px 40px;
}

.cal-wrap {
  background-color: var(--light-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
  box-shadow: 2px 4px 5px #0003;
}

.cal-wrap.special {
  display: none;
}

.event {
  color: var(--blue);
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.cell-5 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.date-box {
  background-color: var(--blue);
  text-align: center;
  border-radius: 10px;
  width: 145px;
  padding: 10px;
}

.date-box.orange {
  background-color: var(--orange);
}

.no {
  color: #fff;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 45px;
}

.mon {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.event-location {
  font-size: 16px;
}

.image-5 {
  width: 100%;
  max-width: 1024px;
  display: inline-block;
}

.image-6 {
  object-fit: fill;
}

.logos {
  display: block;
}

.container-12 {
  background-color: var(--off-white);
  max-width: 1024px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cslide {
  text-align: center;
  width: 100%;
}

.container-13 {
  background-color: var(--off-white);
  max-width: 1020px;
  padding-bottom: 60px;
}

.about {
  background-color: var(--blue);
}

.courtesy {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.text-block-6 {
  font-family: Lato, sans-serif;
}

.about-body {
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.bullets {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.bspace {
  margin-bottom: 10px;
}

.form-block {
  text-align: left;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.cform {
  border-radius: 8px;
  height: 50px;
  margin-bottom: 20px;
}

.right-arrow-7, .left-arrow-7, .slide-nav-7 {
  display: none;
}

.logo-slide {
  position: relative;
}

.slider-6 {
  height: auto;
}

.button {
  background-color: var(--blue);
  text-align: center;
  border-radius: 8px;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.button:hover {
  background-color: var(--orange);
}

.promo {
  width: 100%;
  margin-bottom: 10px;
  padding-right: 5px;
}

.join {
  padding-top: 20px;
  padding-bottom: 10px;
}

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

.container-14 {
  background-color: var(--off-white);
  max-width: 1020px;
}

.div-block-17 {
  margin-left: auto;
  margin-right: auto;
}

.image-7 {
  width: 1024px;
}

.mask-2 {
  overflow: hidden;
}

.container-15 {
  background-color: #b9b9b9;
  max-width: 1024px;
}

.div-block-18 {
  width: 100%;
}

.icon-4, .icon-5, .icon-6, .icon-7 {
  display: none;
}

.container-16 {
  background-color: var(--orange);
  max-width: 1024px;
}

.section-4 {
  background-color: #666;
  display: none;
}

.left-arrow-8, .right-arrow-8, .slide-nav-8 {
  display: none;
}

.slider-7 {
  object-fit: fill;
  background-color: #d80000;
}

.slide-5 {
  background-image: url('../images/Albuquerque-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6, .newslide {
  background-image: url('../images/anaheim-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.newslide._1 {
  background-image: url('../images/Albuquerque-hero.jpg');
}

.newslide._2 {
  background-image: url('../images/alexandria-hero.jpg');
}

.newslide._4 {
  background-image: url('../images/atlanta-hero.jpg');
}

.newslide._5 {
  background-image: url('../images/ac-hero.jpg');
}

.newslide._6 {
  background-image: url('../images/austin-hero.jpg');
}

.newslide._7 {
  background-image: url('../images/baltimore-hero.jpg');
}

.eventdate {
  text-align: center;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

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

.regp {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.details {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  line-height: 20px;
}

.sld {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .map-pin {
    width: 35px;
    height: 50px;
    top: 166px;
    left: 134px;
  }

  .map-pin.latin-america {
    top: 203px;
    left: 112px;
  }

  .map-pin.latin-america._2 {
    z-index: 3;
    top: 326px;
    left: 193px;
  }

  .map-pin.latin-america._1 {
    z-index: 1;
    top: 271px;
    left: 173px;
  }

  .map-pin.southern-africa {
    z-index: 5;
    top: 323px;
    left: 366px;
  }

  .map-pin.west-africa {
    z-index: 1;
    top: 219px;
    left: 291px;
  }

  .map-pin.sensitive-nations {
    top: 182px;
    left: 404px;
  }

  .map-pin.sensitive-nations.sensitive-3 {
    left: 484px;
  }

  .map-pin.sensitive-nations.sensitive-2 {
    top: 182px;
    left: 453px;
  }

  .map-pin.francophone {
    z-index: 2;
    left: 330px;
  }

  .map-pin.eastern-europe {
    top: 133px;
    left: 373px;
  }

  .map-pin.lusophone {
    z-index: 2;
    top: 291px;
    left: 226px;
  }

  .map-pin.russia {
    top: 141px;
    left: 496px;
  }

  .map-pin.carribian {
    top: 203px;
    left: 165px;
  }

  .map-pin.western-europe {
    z-index: 0;
    top: 147px;
    left: 326px;
  }

  .map-pin.asia-pacific {
    inset: 30% 0% 0% 591px;
  }

  .map-pin.asia-pacific.asia-pacific-2 {
    top: 264px;
    left: 597px;
  }

  .map-pin.africa-lusophone {
    z-index: 3;
    top: 260px;
    left: 363px;
  }

  .map-pin.east-africa {
    z-index: 4;
    top: 273px;
    left: 395px;
  }

  .map-pin-tooltip.north-america {
    display: none;
  }

  .map-image {
    min-width: 85%;
    max-width: 0;
    height: auto;
  }

  .map-wrapper {
    min-width: 768px;
    max-width: 0;
  }

  .map-image-2 {
    min-width: 85%;
    max-width: 0;
    height: auto;
  }

  .map-wrapper-2 {
    min-width: 768px;
    max-width: 0;
  }

  .map-image-3 {
    min-width: 85%;
    max-width: 0;
    height: auto;
  }

  .map-wrapper-3 {
    min-width: 768px;
    max-width: 0;
  }

  .map-image-4 {
    min-width: 85%;
    max-width: 0;
    height: auto;
  }

  .map-wrapper-4 {
    min-width: 768px;
    max-width: 0;
  }

  .map-image-5 {
    min-width: 85%;
    max-width: 0;
    height: auto;
  }

  .map-wrapper-5 {
    min-width: 768px;
    max-width: 0;
  }
}

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

  .map-pin {
    width: 25px;
    height: 40px;
    top: 198px;
    left: 40px;
  }

  .map-pin.latin-america {
    top: 224px;
    left: 38px;
  }

  .map-pin.latin-america._2 {
    top: 317px;
    left: 99px;
  }

  .map-pin.latin-america._1 {
    left: 88px;
  }

  .map-pin.southern-africa {
    top: 302px;
    left: 228px;
  }

  .map-pin.west-africa {
    top: 230px;
    left: 185px;
  }

  .map-pin.sensitive-nations {
    top: 218px;
    left: 259px;
  }

  .map-pin.sensitive-nations.sensitive-3 {
    top: 223px;
    left: 316px;
  }

  .map-pin.sensitive-nations.sensitive-2 {
    top: 206px;
    left: 291px;
  }

  .map-pin.francophone {
    top: 245px;
    left: 204px;
  }

  .map-pin.eastern-europe {
    top: 181px;
    left: 227px;
  }

  .map-pin.lusophone {
    z-index: 2;
    top: 286px;
    left: 123px;
  }

  .map-pin.russia {
    top: 176px;
    left: 313px;
  }

  .map-pin.carribian {
    top: 226px;
    left: 83px;
  }

  .map-pin.western-europe {
    top: 186px;
    left: 191px;
  }

  .map-pin.asia-pacific {
    top: 196px;
    left: 385px;
  }

  .map-pin.asia-pacific.asia-pacific-2 {
    z-index: 3;
    top: 262px;
    left: 376px;
  }

  .map-pin.africa-lusophone {
    top: 262px;
    left: 229px;
  }

  .map-pin.east-africa {
    top: 274px;
    left: 246px;
  }

  .map-image {
    min-width: 100%;
  }

  .map-wrapper {
    min-width: 480px;
    max-width: 767px;
  }

  .map-image-2 {
    min-width: 100%;
  }

  .map-wrapper-2 {
    min-width: 480px;
    max-width: 767px;
  }

  .map-image-3 {
    min-width: 100%;
  }

  .map-wrapper-3 {
    min-width: 480px;
    max-width: 767px;
  }

  .map-image-4 {
    min-width: 100%;
  }

  .map-wrapper-4 {
    min-width: 480px;
    max-width: 767px;
  }

  .map-image-5 {
    min-width: 100%;
  }

  .map-wrapper-5 {
    min-width: 480px;
    max-width: 767px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    border-bottom: 1px solid var(--light-grey4);
    background-color: #fff;
  }

  .nav-link.b, .container {
    display: block;
  }

  .nav-menu, .nav-menu.footer {
    display: none;
  }

  .navbar {
    background-color: var(--blue);
    display: block;
  }

  .navbar.mobile {
    float: right;
    -webkit-text-stroke-color: #fff;
    background-color: #ddd0;
  }

  .navbar.bot {
    display: none;
  }

  .nav-bar {
    display: block;
  }

  .cvb-header {
    z-index: 100;
    margin-top: 0;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .orange-line {
    display: block;
  }

  .slide, .slide-2 {
    background-position: 50% 0;
    background-size: contain;
  }

  .slider {
    overflow: visible;
  }

  .cvb-slider {
    text-align: center;
    object-fit: fill;
    margin-top: 100px;
    overflow: visible;
  }

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

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

  .roundcontain {
    text-align: center;
  }

  .div-block-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-left: 0;
  }

  .cvh1 {
    padding-top: 0;
  }

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

  .div-block-4 {
    padding-left: 10px;
  }

  .hero {
    margin-top: 100px;
  }

  .slides {
    text-align: center;
    border-style: none;
    border-width: 0;
    margin: 0 auto 10px;
  }

  .fb {
    text-align: center;
    border-style: none;
    border-width: 0;
  }

  .left-cell {
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .pmain {
    font-size: 16px;
  }

  .namedesc {
    text-align: center;
  }

  .repblock {
    text-align: center;
    margin-bottom: 0;
  }

  .repimage {
    float: none;
    margin-bottom: 10px;
  }

  .div-block-15 {
    float: none;
  }

  .slider-4 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .right-cell {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .mask {
    text-align: center;
    overflow: hidden;
  }

  .container-2 {
    overflow: visible;
  }

  .slider-5 {
    height: auto;
  }

  .map-pin {
    width: 20px;
    height: 35px;
    top: 211px;
    left: 33px;
  }

  .map-pin.latin-america {
    top: 232px;
  }

  .map-pin.latin-america._2 {
    top: 294px;
    left: 65px;
  }

  .map-pin.latin-america._1 {
    top: 265px;
    left: 57px;
  }

  .map-pin.southern-africa {
    top: 282px;
    left: 151px;
  }

  .map-pin.west-africa {
    left: 115px;
  }

  .map-pin.sensitive-nations {
    top: 230px;
    left: 173px;
  }

  .map-pin.sensitive-nations.sensitive-3 {
    top: 230px;
    left: 209px;
  }

  .map-pin.sensitive-nations.sensitive-2 {
    top: 222px;
    left: 191px;
  }

  .map-pin.francophone {
    top: 240px;
    left: 130px;
  }

  .map-pin.eastern-europe {
    top: 204px;
    left: 143px;
  }

  .map-pin.lusophone {
    top: 274px;
    left: 82px;
  }

  .map-pin.russia {
    top: 198px;
    left: 209px;
  }

  .map-pin.carribian {
    top: 231px;
    left: 24px;
  }

  .map-pin.western-europe {
    top: 209px;
    left: 121px;
  }

  .map-pin.asia-pacific {
    top: 214px;
    left: 250px;
  }

  .map-pin.asia-pacific.asia-pacific-2 {
    top: 260px;
    left: 268px;
  }

  .map-pin.africa-lusophone {
    top: 253px;
    left: 151px;
  }

  .map-pin.east-africa {
    top: 265px;
    left: 166px;
  }

  .country {
    padding-right: 18px;
    font-size: 12px;
  }

  .map-pin-tooltip {
    padding-left: 5px;
    padding-right: 5px;
    left: -50px;
    right: -50px;
  }

  .map-pin-tooltip.north-america {
    display: none;
  }

  .map-image {
    min-width: 320px;
    max-width: 320px;
  }

  .map-wrapper {
    min-width: 320px;
    max-width: 479px;
  }

  .map-image-2 {
    min-width: 320px;
    max-width: 320px;
  }

  .map-wrapper-2 {
    min-width: 320px;
    max-width: 479px;
  }

  .map-image-3 {
    min-width: 320px;
    max-width: 320px;
  }

  .map-wrapper-3 {
    min-width: 320px;
    max-width: 479px;
  }

  .map-image-4 {
    min-width: 320px;
    max-width: 320px;
  }

  .map-wrapper-4 {
    min-width: 320px;
    max-width: 479px;
  }

  .map-image-5 {
    min-width: 320px;
    max-width: 320px;
  }

  .map-wrapper-5 {
    min-width: 320px;
    max-width: 479px;
  }

  .menu-button, .header-image {
    display: none;
  }

  .mobile-header {
    background-color: var(--blue);
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .menu-button-2 {
    float: right;
    color: #fff;
    font-size: 40px;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
    padding-bottom: 5px;
    padding-right: 5px;
  }

  .icon {
    font-size: 30px;
  }

  .image-3 {
    max-width: 80%;
  }

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

  .link-block {
    float: left;
    width: 70%;
  }

  .image-4 {
    width: 60%;
  }

  .logo-wrap {
    float: none;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    display: block;
  }

  .menu-button-3 {
    color: var(--white);
    margin-top: -71px;
    font-size: 30px;
  }

  .menu-button-3.w--open {
    background-color: #0000;
  }

  .slide-4 {
    background-image: url('../images/boston.jpg');
    background-position: 0 0;
    background-size: 150%;
  }

  .locations {
    margin-top: 85px;
  }

  .destination-drop {
    z-index: 50;
  }

  .quick-stack-4 {
    margin-top: 0;
    padding-top: 0;
  }

  .desth1 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    line-height: 28px;
  }

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

  .destsub {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 24px;
  }

  .bigheading {
    line-height: 26px;
  }

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

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-11 {
    text-align: center;
    margin-top: 87px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cal-wrap {
    text-align: center;
  }

  .cell-5 {
    flex-direction: column;
    align-items: center;
  }

  .stack-mob {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .cell-6 {
    flex-direction: row;
    justify-content: center;
  }

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

  .icon-3 {
    display: none;
  }

  .link {
    text-align: center;
  }

  .top {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-3 {
    margin-top: 100px;
  }

  .container-13 {
    padding-bottom: 20px;
  }

  .about-body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bullets {
    padding-left: 10px;
  }

  .form-block {
    width: 95%;
  }

  .cform {
    margin-bottom: 10px;
  }

  .slider-6 {
    height: 40px;
  }

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

  .container-16 {
    margin-top: 98px;
  }

  .section-4 {
    display: none;
  }

  .newslide, .newslide._1 {
    background-size: contain;
  }

  .left-arrow-9, .right-arrow-9, .slide-nav-9 {
    display: none;
  }

  .slide-7 {
    background-image: url('../images/Cincinnati-hero.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    padding-bottom: 0;
  }

  .slide-8 {
    height: auto;
  }

  .slider-8 {
    height: 150px;
    margin-top: 38px;
  }
}

#w-node-d42c13df-dbd1-f9eb-8be5-0cbb89b40d6a-ee08d31d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_829b8d87-560e-b514-d09a-e304e155735c-ee08d31d, #w-node-_9e516f82-3b36-1e80-259b-fc043b049ae4-ee08d31d, #w-node-_32fc150d-4d3d-634c-0584-23f402b99ff8-ee08d31d, #w-node-_32fc150d-4d3d-634c-0584-23f402b99ff9-ee08d31d, #w-node-_8d1a72bd-9da6-1ca0-4fe4-042f0553bbe5-ee08d31d, #w-node-_8d1a72bd-9da6-1ca0-4fe4-042f0553bbe6-ee08d31d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d344 {
  grid-template-rows: auto;
  grid-template-columns: 1.35fr .75fr;
}

#w-node-fc35ac6d-1efa-044a-1b99-c646c83a96b2-c83a96b1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_96b40a37-e14e-d3c9-bf24-30b4d1e1c993-d1e1c991 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

#w-node-_96b40a37-e14e-d3c9-bf24-30b4d1e1c9c7-d1e1c991 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d38b, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3ad, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3ae, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3af, #w-node-f42553f9-8c86-c9b9-1d1d-82283dfb3c82-ee08d3b0 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

#w-node-_98a57903-96d3-8530-f82e-81a0972d4ff7-ee08d3b0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3b1, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3b2, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3b3, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3b4, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3b5, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3b6 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

#w-node-c2d93ef6-3883-b096-d2f3-29ca054eddf8-ee08d3c8, #w-node-_9928da32-4c98-906d-58cf-a9dc2bb4200b-ee08d3c8, #w-node-_19e8ffef-d12d-89db-41cf-f92fb096017d-b096017c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3c9, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3ca, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3cb, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3cc, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3cd, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3cf, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3d0, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3d1, #w-node-f42553f9-8c86-c9b9-1d1d-82283dfb3c82-ee08d3d2 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

#w-node-_98a57903-96d3-8530-f82e-81a0972d4ff7-ee08d3d2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9a669ec0-b4fa-0363-b962-57546693f62c-ee08d3d3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3d4, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3e6, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3e7, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3e8, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3e9, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3ea, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3eb, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3ec, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3ee, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3ef, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3f0, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3f1, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3f2, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3f3, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3f6, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3f8, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3f9, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d40b, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d40c, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d40d, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d40e, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d40f, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d410, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d411, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d424, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d425, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d426, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d427, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d428, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d429, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d42a, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d42b, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d42c, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d42d, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d42e, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d42f, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d430, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d442, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d443, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d444, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d445, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d446, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d447, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d448, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d449, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d44a, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d44c, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d44d, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-db85d8c6 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

#w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-b2e5b7e4 {
  grid-template-rows: auto;
  grid-template-columns: 1.35fr .75fr;
}

#w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-e2bd7d4d, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-49801b3b, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-f1fcc9be, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-5c112043, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-7d676e84, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-b49db2a6 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

@media screen and (max-width: 991px) {
  #w-node-_9a669ec0-b4fa-0363-b962-57546693f62c-ee08d3d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d344, #w-node-_96b40a37-e14e-d3c9-bf24-30b4d1e1c993-d1e1c991, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d38b, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3ad, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3ae, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3af, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3b1, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3b2, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3b3, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3b4, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3b5, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3b6, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3c9, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3ca, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3cb, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3cc, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3cd, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3cf, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3d0, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3d1 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_9a669ec0-b4fa-0363-b962-57546693f62c-ee08d3d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3d4, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3e6, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3e7, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3e8, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3e9, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3ea, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3eb, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3ec, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3ee, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3ef, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3f0, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3f1, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3f2, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3f3, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3f6, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3f8, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d3f9, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d40b, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d40c, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d40d, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d40e, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d40f, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d410, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d411, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d424, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d425, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d426, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d427, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d428, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d429, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d42a, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d42b, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d42c, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d42d, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d42e, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d42f, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d430, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d442, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d443, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d444, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d445, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d446, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d447, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d448, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d449, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d44a, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d44c, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-ee08d44d, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-db85d8c6, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-b2e5b7e4, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-e2bd7d4d, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-49801b3b, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-f1fcc9be, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-5c112043, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-7d676e84, #w-node-_65040abd-bcbe-cee8-5e1f-dad78b214302-b49db2a6 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d42c13df-dbd1-f9eb-8be5-0cbb89b40d6a-ee08d31d, #w-node-c2d93ef6-3883-b096-d2f3-29ca054eddf8-ee08d3c8, #w-node-_9928da32-4c98-906d-58cf-a9dc2bb4200b-ee08d3c8, #w-node-_19e8ffef-d12d-89db-41cf-f92fb096017d-b096017c, #w-node-_9a669ec0-b4fa-0363-b962-57546693f62c-ee08d3d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


