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

body {
  font-family: Poppins, sans-serif;
  color: #9a9a9a;
  font-size: 25px;
  line-height: 38px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Visbyroundcf, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Visbyroundcf, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 25px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #3f3f3f;
  font-size: 25px;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #9a9a9a;
  font-size: 25px;
  line-height: 38px;
}

.tags-section {
  position: relative;
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 75px 0 rgba(0, 0, 0, 0.05);
}

.type-column-1 {
  padding-right: 20px;
}

.tag-holder {
  margin-bottom: 10px;
  padding: 10px 10px 20px;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 transparent;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.tag-holder:hover {
  box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.07);
}

.tag-divider {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
  background-color: #f3f3f5;
}

.tag-label {
  margin-top: 10px;
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.body {
  font-family: Poppins, sans-serif;
  color: #9a9a9a;
  font-size: 25px;
  line-height: 38px;
}

.s1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 1360px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/rsz_1backround.png');
  background-position: 50% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.cnt-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  max-width: 1400px;
  padding-top: 131px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar {
  position: fixed;
  top: 27px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  margin-right: 7px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 79px;
  height: 57px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 231px;
  height: 65px;
  margin-top: -7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 10px none #c9c9c9;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/Group-6266_1Group 6266.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.button:hover {
  background-color: #dcdcdc;
}

.button.yellow {
  background-color: #ffc107;
  background-image: none;
  font-weight: 700;
  text-transform: uppercase;
}

.button.hero-btn {
  position: absolute;
  z-index: 0;
  display: none;
}

.button.hero-btn:hover {
  background-color: #fff;
}

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 231px;
  height: 72px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 3px solid #c9c9c9;
  border-radius: 10px;
  background-color: #dcdcdc;
}

.btn-wrap.yellow {
  border-color: #d5d1d1;
  background-color: #ebb103;
}

.btn-wrap.hero-btn {
  position: relative;
  z-index: 0;
  -o-object-fit: fill;
  object-fit: fill;
}

.dropdown-link {
  background-color: #fba504;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.dropdown-list {
  background-color: transparent;
}

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

.dropdown {
  margin-right: 88px;
}

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

.heading-2 {
  margin-top: 0px;
  margin-bottom: 5vh;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
}

.box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  padding-bottom: 4vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.box-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 560px;
  height: 100%;
  max-height: 540px;
  min-height: 50vh;
  margin-right: 5vw;
  padding: 32px 32px 35.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 28px 28px 65px 0 rgba(63, 63, 63, 0.1);
}

.box-card:hover {
  background-color: #f5f5f5;
}

.box-card.nr2 {
  min-height: 50vh;
  margin-right: 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph {
  text-align: center;
}

.paragraph-2 {
  margin-bottom: 30px;
  color: #9a9a9a;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

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

.heading-3.no-space {
  margin-top: 20px;
}

.btn-wrap-blue {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 67px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid #dcdee9;
  border-radius: 10px;
  background-color: #00a6fc;
  font-weight: 600;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 67px;
  margin-top: -27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #00d0fc;
  background-image: url('../images/Path-68913_1Path 68913.png');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-transform: none;
  white-space: normal;
}

.button-2:hover {
  background-color: #00d0fc;
}

.link-block {
  position: absolute;
  left: 49%;
  bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}

.s2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  margin-top: -100px;
  padding-right: 1vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 1600px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/BG.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-2.no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 700px;
  margin-right: 3vw;
  padding-top: 0px;
  padding-left: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-3.centered-bnf {
  padding-top: 50px;
}

.image {
  position: relative;
  max-width: 60%;
  margin-top: -450px;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #00d0fc;
  font-size: 30px;
  line-height: 46px;
  font-weight: 500;
  text-align: left;
}

.heading-5 {
  position: static;
  max-width: 552px;
  margin-top: 0px;
  margin-bottom: 38px;
  color: #ffc107;
  line-height: 48px;
  font-weight: 700;
}

.paragraph-3 {
  max-width: 552px;
  margin-bottom: 61px;
  color: #9a9a9a;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 50px;
  right: auto;
  bottom: auto;
  max-height: 32px;
}

.image-2.none-cs {
  top: 0px;
}

.div-block-4 {
  width: 100%;
  max-width: 1088px;
}

.grid {
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 40px;
  grid-row-gap: 53px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.grid-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  max-width: 239px;
  min-width: 200px;
  padding: 54px 30px 53px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 94.9%, 0.1);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 14px 14px 60px 0 rgba(63, 63, 63, 0.15);
}

.text-block-2 {
  margin-top: 31px;
  color: #3f3f3f;
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

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

.paragraph-4 {
  margin-bottom: 85px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.s4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.s5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 985px;
  min-height: 900px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1640px;
  min-height: 780px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Path-69082.png');
  background-position: 50% 100%;
  background-size: 100% 90%;
  background-repeat: no-repeat;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 424px;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 651px;
  padding-top: 100px;
  padding-right: 5vw;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.paragraph-5 {
  margin-bottom: 20px;
  color: #fff;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 42px;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}

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

.image-4 {
  max-height: 107px;
  max-width: 45%;
  margin-right: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-5 {
  max-height: 107px;
  max-width: 45%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-6 {
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 121px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(291deg, #ffc107, #f47116);
}

.text-block-3 {
  margin-right: 10vw;
  color: #fff;
}

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

.div-block-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 77px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 535px;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-7 {
  max-height: 33.84375px;
  max-width: 100%;
}

.link {
  margin-right: 10vw;
  color: #3f3f3f;
  text-decoration: none;
}

.link.no-wrap {
  margin-right: 0vw;
}

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

.text-block-5 {
  color: #3f3f3f;
  text-decoration: none;
}

.link-block-2 {
  margin-bottom: 52px;
  text-align: center;
  text-decoration: none;
}

.image-8 {
  position: absolute;
  left: 5vw;
  top: 30%;
  right: auto;
  bottom: 0%;
}

.heading-8 {
  display: none;
}

.div-block-12 {
  position: relative;
}

.div-block-13 {
  max-width: 50%;
}

.slider {
  display: none;
}

.image-17 {
  position: absolute;
  left: 0%;
  top: -15px;
  z-index: 1;
  display: none;
  width: auto;
  height: auto;
  max-width: 120%;
  margin-right: auto;
  margin-left: -21px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.link-block-3 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 231px;
  height: 65px;
  margin-top: -7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  white-space: normal;
  background-clip: border-box;
}

.link-block-4 {
  position: relative;
  z-index: 2;
  width: 231px;
  height: 72px;
  text-decoration: none;
}

.text-block-6 {
  color: #ffc107;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

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

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

@media screen and (max-width: 991px) {
  .s1 {
    min-height: 1200px;
    background-position: 50% 100%;
  }

  .cnt-hero {
    height: auto;
    padding-bottom: 50px;
  }

  .box-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .box-card {
    height: 350px;
    margin-right: 20px;
    margin-bottom: 30px;
    padding: 25px 20px 12.5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-2 {
    font-size: 20px;
  }

  .s3 {
    padding-top: 180px;
    padding-bottom: 0px;
    background-image: url('../images/rsz_bg_path.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2.no-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-3 {
    margin-right: 0vw;
  }

  .div-block-3.centered-bnf {
    margin-top: 50px;
  }

  .image {
    overflow: visible;
    max-width: 100%;
    margin-top: -197px;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .grid-card {
    margin-bottom: 30px;
  }

  .heading-6 {
    line-height: 40px;
  }

  .s4 {
    padding-top: 50px;
  }

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

  .s5 {
    max-height: none;
  }

  .div-block-5 {
    background-image: url('../images/BGtab.png');
    background-position: 50% 100%;
    background-size: 100% 90%;
    background-repeat: no-repeat;
  }

  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

  .div-block-8 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-8 {
    top: 7%;
  }

  .image-10 {
    max-width: 40%;
  }

  .image-11 {
    max-width: 40%;
  }

  .image-11.nr2 {
    max-width: 40%;
  }

  .div-block-13 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .s1 {
    min-height: 800px;
    background-image: url('../images/rsz_1mob_bg.png');
    background-position: 50% 0%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .text-block {
    margin-right: 12px;
  }

  .dropdown-toggle {
    width: 70px;
    height: 34px;
    padding-right: 20px;
  }

  .button {
    width: 101px;
    height: 39px;
    background-size: auto 18px;
  }

  .btn-wrap {
    width: 101px;
    height: 39px;
  }

  .dropdown {
    margin-right: 40px;
  }

  .heading {
    display: none;
  }

  .heading-2 {
    display: none;
  }

  .box-card {
    width: 100%;
    height: 350px;
    min-height: 232px;
    padding-bottom: 29px;
  }

  .box-card.nr2 {
    height: 350px;
    min-height: 232px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 27px;
  }

  .btn-wrap-blue {
    width: 100%;
    height: 46px;
  }

  .button-2 {
    height: 46px;
    font-size: 15px;
    line-height: 16px;
  }

  .link-block {
    z-index: 1;
  }

  .s2 {
    margin-top: 0px;
  }

  .s3 {
    min-height: 1400px;
  }

  .div-block-3 {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image {
    z-index: 0;
    margin-top: -187px;
  }

  .heading-4 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-5 {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }

  .paragraph-3 {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  .image-2 {
    position: relative;
    max-height: 18px;
    margin-right: 10px;
  }

  .grid {
    display: none;
  }

  .grid.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .heading-6 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-4 {
    margin-bottom: 44px;
    font-size: 12px;
    line-height: 18px;
  }

  .s5 {
    overflow: hidden;
  }

  .div-block-7 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph-5 {
    font-size: 12px;
    line-height: 18px;
  }

  .heading-7 {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-4 {
    max-width: 80%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

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

  .image-6 {
    overflow: hidden;
    width: 100%;
  }

  .text-block-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-10 {
    padding-bottom: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .logos-wrap {
    margin-top: 43px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .image-7 {
    max-height: 26px;
  }

  .link {
    font-size: 18px;
    line-height: 27px;
  }

  .text-block-5 {
    font-size: 18px;
    line-height: 27px;
  }

  .image-8 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0px;
    margin-top: 49px;
  }

  .image-9 {
    max-height: 39px;
  }

  .icon {
    margin-right: 10px;
  }

  .image-11 {
    max-height: 100px;
    max-width: none;
  }

  .image-11.nr2 {
    max-width: 100px;
  }

  .heading-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
  }

  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-12 {
    max-height: 26px;
  }

  .image-13 {
    max-height: 26px;
  }

  .image-14 {
    max-height: 26px;
  }

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

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 900px;
    background-color: transparent;
  }

  .link-block-3 {
    width: 101px;
    height: 39px;
  }

  .link-block-4 {
    width: 101px;
    height: 39px;
  }

  .image-18 {
    max-height: 14.56px;
  }
}

@media screen and (max-width: 479px) {
  .s1 {
    min-height: 850px;
    background-image: url('../images/rsz_1mob_bg.png');
    background-position: 50% 0%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .cnt-hero {
    max-height: none;
    padding-top: 71px;
  }

  .nav-bar {
    top: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dropdown-toggle {
    width: 56px;
    height: 34px;
    padding-right: 30px;
    border-width: 1px;
    font-size: 15px;
    line-height: 23px;
  }

  .button {
    height: 39px;
    background-size: auto 14px;
  }

  .button.yellow {
    width: 192px;
    height: 54px;
    background-size: auto 23px;
  }

  .btn-wrap {
    width: 101px;
    height: 39px;
  }

  .btn-wrap.yellow {
    width: 192px;
    height: 54px;
  }

  .btn-wrap.hero-btn {
    border-style: none;
    background-color: transparent;
  }

  .dropdown-link {
    font-size: 15px;
  }

  .div-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dropdown {
    margin-right: 15px;
  }

  .heading {
    display: none;
  }

  .heading-2 {
    display: none;
  }

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

  .box-card {
    width: 100%;
    height: auto;
    margin-right: 0px;
    padding: 30px 21px 30px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .box-card.nr2 {
    height: auto;
  }

  .heading-3 {
    margin-top: 0px;
  }

  .button-2 {
    background-image: url('../images/Path-68913dd_1Path 68913dd.png');
    background-position: 90% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-size: 12px;
  }

  .link-block {
    bottom: 58px;
    display: none;
  }

  .s2 {
    min-height: 700px;
    margin-top: -180px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .s3 {
    height: 100%;
    min-height: 1200px;
    padding: 50px 10px 40px;
  }

  .div-block-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-3 {
    margin-right: 0vw;
    padding-left: 0px;
  }

  .div-block-3.centered-bnf {
    max-width: 90%;
    margin-top: 0px;
    padding-top: 30px;
  }

  .image {
    max-height: none;
    max-width: 100%;
    margin-top: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-2 {
    top: 0px;
  }

  .grid {
    display: none;
  }

  .grid.mobile {
    display: -ms-grid;
    display: grid;
    overflow: visible;
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-card {
    width: 100%;
    height: 195px;
    max-width: 186px;
    min-width: 150px;
    margin-bottom: 0px;
    padding: 35px 15px 42px;
    -o-object-fit: contain;
    object-fit: contain;
  }

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

  .footer {
    margin-top: 70px;
  }

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

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

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

  .image-6 {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-9 {
    height: 169px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-3 {
    margin-right: 0vw;
    margin-bottom: 30px;
  }

  .link {
    margin-right: 0vw;
    margin-bottom: 30px;
  }

  .div-block-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-2 {
    margin-bottom: 30px;
  }

  .image-9 {
    max-width: 89px;
  }

  .icon {
    margin-right: 10px;
  }

  .image-11 {
    width: 35%;
    max-width: 35%;
    margin-top: 10px;
  }

  .image-11.nr2-beta {
    width: 37%;
    max-width: 120px;
  }

  .heading-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
  }

  .div-block-12 {
    margin-left: 10px;
  }

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

  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 700px;
    background-color: transparent;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .slide {
    min-height: auto;
  }

  .image-15 {
    max-height: 63px;
  }

  .image-16 {
    max-height: 63px;
  }

  .max-height {
    max-height: 63px;
  }

  .mask {
    width: 100%;
  }

  .image-17 {
    left: -15px;
    top: 0px;
    margin-left: 0px;
  }

  .link-block-3 {
    width: 101px;
    height: 39px;
    margin-top: 0px;
  }

  .link-block-4 {
    width: 101px;
    height: 39px;
  }

  .image-18 {
    max-height: 14.56px;
  }

  .text-block-6 {
    font-size: 20px;
  }
}

#w-node-fd926cdf96c6-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96ca-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d0-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d4-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d8-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96dc-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf00398-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf0039c-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003a0-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003a6-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003aa-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003b0-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6dcb6d949445-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f602cb42ca28-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-39a766ae404d-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0e0642e90254-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9b0016312017-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-8045e71a0379-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7838739e406b-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-3f7d311626ca-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9fa02b7605f4-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6b37211fc4a1-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-5367ede5a361-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d27b1f89984d-913b48df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96c6-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96ca-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d0-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d4-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d8-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96dc-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf00398-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf0039c-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003a0-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003a6-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003aa-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003b0-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6dcb6d949445-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f602cb42ca28-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-39a766ae404d-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0e0642e90254-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9b0016312017-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-8045e71a0379-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7838739e406b-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-3f7d311626ca-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9fa02b7605f4-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6b37211fc4a1-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-5367ede5a361-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d27b1f89984d-2adb3cd3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96c6-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96ca-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d0-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d4-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d8-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96dc-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf00398-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf0039c-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003a0-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003a6-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003aa-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003b0-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6dcb6d949445-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f602cb42ca28-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-39a766ae404d-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0e0642e90254-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9b0016312017-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-8045e71a0379-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7838739e406b-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-3f7d311626ca-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9fa02b7605f4-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6b37211fc4a1-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-5367ede5a361-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d27b1f89984d-7a356b7c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96c6-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96ca-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d0-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d4-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d8-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96dc-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf00398-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf0039c-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003a0-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003a6-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003aa-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003b0-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6dcb6d949445-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f602cb42ca28-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-39a766ae404d-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0e0642e90254-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9b0016312017-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-8045e71a0379-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7838739e406b-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-3f7d311626ca-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9fa02b7605f4-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6b37211fc4a1-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-5367ede5a361-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d27b1f89984d-d35e46c6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96c6-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96ca-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d0-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d4-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d8-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96dc-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf00398-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf0039c-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003a0-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003a6-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003aa-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003b0-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6dcb6d949445-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f602cb42ca28-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-39a766ae404d-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0e0642e90254-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9b0016312017-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-8045e71a0379-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7838739e406b-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-3f7d311626ca-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9fa02b7605f4-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6b37211fc4a1-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-5367ede5a361-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d27b1f89984d-28e8532e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96c6-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96ca-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d0-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d4-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d8-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96dc-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf00398-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf0039c-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003a0-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003a6-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003aa-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003b0-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6dcb6d949445-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f602cb42ca28-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-39a766ae404d-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0e0642e90254-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9b0016312017-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-8045e71a0379-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7838739e406b-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-3f7d311626ca-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9fa02b7605f4-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6b37211fc4a1-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-5367ede5a361-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d27b1f89984d-34a16980 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96c6-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96ca-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d0-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d4-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d8-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96dc-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf00398-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf0039c-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003a0-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003a6-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003aa-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003b0-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6dcb6d949445-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f602cb42ca28-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-39a766ae404d-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0e0642e90254-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9b0016312017-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-8045e71a0379-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7838739e406b-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-3f7d311626ca-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9fa02b7605f4-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6b37211fc4a1-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-5367ede5a361-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d27b1f89984d-9eb48f1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96c6-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96ca-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d0-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d4-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96d8-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd926cdf96dc-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf00398-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf0039c-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003a0-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003a6-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003aa-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b12dbf003b0-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6dcb6d949445-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f602cb42ca28-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-39a766ae404d-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0e0642e90254-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9b0016312017-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-8045e71a0379-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7838739e406b-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-3f7d311626ca-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9fa02b7605f4-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6b37211fc4a1-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-5367ede5a361-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d27b1f89984d-a00d69ea {
  -ms-grid-column-align: center;
  justify-self: center;
}

@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-Bold.woff2') format('woff2'), url('../fonts/VisbyRoundCF-ExtraBold.woff2') format('woff2'), url('../fonts/VisbyRoundCF-Bold.eot') format('embedded-opentype'), url('../fonts/VisbyRoundCF-ExtraBold.eot') format('embedded-opentype'), url('../fonts/VisbyRoundCF-Bold.woff') format('woff'), url('../fonts/VisbyRoundCF-ExtraBold.woff') format('woff'), url('../fonts/VisbyRoundCF-Bold.ttf') format('truetype'), url('../fonts/VisbyRoundCF-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-BoldOblique.woff2') format('woff2'), url('../fonts/VisbyRoundCF-ExtraBoldOblique.woff2') format('woff2'), url('../fonts/VisbyRoundCF-BoldOblique.eot') format('embedded-opentype'), url('../fonts/VisbyRoundCF-ExtraBoldOblique.eot') format('embedded-opentype'), url('../fonts/VisbyRoundCF-BoldOblique.woff') format('woff'), url('../fonts/VisbyRoundCF-ExtraBoldOblique.woff') format('woff'), url('../fonts/VisbyRoundCF-ExtraBoldOblique.ttf') format('truetype'), url('../fonts/VisbyRoundCF-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-DemiBold.woff2') format('woff2'), url('../fonts/VisbyRoundCF-DemiBold.eot') format('embedded-opentype'), url('../fonts/VisbyRoundCF-DemiBold.woff') format('woff'), url('../fonts/VisbyRoundCF-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-HeavyOblique.woff2') format('woff2'), url('../fonts/VisbyRoundCF-HeavyOblique.eot') format('embedded-opentype'), url('../fonts/VisbyRoundCF-HeavyOblique.woff') format('woff'), url('../fonts/VisbyRoundCF-HeavyOblique.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-LightOblique.woff2') format('woff2'), url('../fonts/VisbyRoundCF-LightOblique.eot') format('embedded-opentype'), url('../fonts/VisbyRoundCF-LightOblique.woff') format('woff'), url('../fonts/VisbyRoundCF-LightOblique.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-Light.woff2') format('woff2'), url('../fonts/VisbyRoundCF-Light.eot') format('embedded-opentype'), url('../fonts/VisbyRoundCF-Light.woff') format('woff'), url('../fonts/VisbyRoundCF-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-DemiBoldOblique.woff2') format('woff2'), url('../fonts/VisbyRoundCF-DemiBoldOblique.eot') format('embedded-opentype'), url('../fonts/VisbyRoundCF-DemiBoldOblique.woff') format('woff'), url('../fonts/VisbyRoundCF-DemiBoldOblique.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-MediumOblique.woff2') format('woff2'), url('../fonts/VisbyRoundCF-MediumOblique.eot') format('embedded-opentype'), url('../fonts/VisbyRoundCF-MediumOblique.woff') format('woff'), url('../fonts/VisbyRoundCF-MediumOblique.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-ExtraLightOblique.woff2') format('woff2'), url('../fonts/VisbyRoundCF-ExtraLightOblique.eot') format('embedded-opentype'), url('../fonts/VisbyRoundCF-ExtraLightOblique.woff') format('woff'), url('../fonts/VisbyRoundCF-ExtraLightOblique.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-Oblique.woff2') format('woff2'), url('../fonts/VisbyRoundCF-Oblique.eot') format('embedded-opentype'), url('../fonts/VisbyRoundCF-Oblique.woff') format('woff'), url('../fonts/VisbyRoundCF-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-Regular.woff2') format('woff2'), url('../fonts/VisbyRoundCF-Regular.eot') format('embedded-opentype'), url('../fonts/VisbyRoundCF-Regular.woff') format('woff'), url('../fonts/VisbyRoundCF-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-Heavy.woff2') format('woff2'), url('../fonts/VisbyRoundCF-Heavy.eot') format('embedded-opentype'), url('../fonts/VisbyRoundCF-Heavy.woff') format('woff'), url('../fonts/VisbyRoundCF-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-Medium.woff2') format('woff2'), url('../fonts/VisbyRoundCF-Medium.eot') format('embedded-opentype'), url('../fonts/VisbyRoundCF-Medium.woff') format('woff'), url('../fonts/VisbyRoundCF-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbyroundcf';
  src: url('../fonts/VisbyRoundCF-ExtraLight.woff2') format('woff2'), url('../fonts/VisbyRoundCF-ExtraLight.eot') format('embedded-opentype'), url('../fonts/VisbyRoundCF-ExtraLight.woff') format('woff'), url('../fonts/VisbyRoundCF-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}