body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  color: #000;
  line-height: 22px;
  font-weight: 400;
}

.intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 1px;
  background-color: #fdf1e5;
}

.container {
  position: static;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #000;
  background-image: url('../images/bl_logo.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: 125px, 125px;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  display: block;
  margin-top: 25px;
  margin-bottom: 0px;
  clear: left;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Merriweather, serif;
  color: #200b66;
  font-size: 50px;
  line-height: 65px;
  font-weight: 900;
}

.button {
  width: 220px;
  height: 37px;
  margin-top: 35px;
  margin-bottom: 0px;
  border-radius: 4px;
  background-color: #200b66;
  font-family: Heebo, sans-serif;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.button:hover {
  background-color: #815cfb;
}

.container-2 {
  position: relative;
  display: block;
  max-width: 540px;
  margin-top: 100px;
  clear: none;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: right;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
}

.div-block-3 {
  margin-left: 70px;
}

.image {
  position: relative;
  top: 0px;
  overflow: visible;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph {
  display: block;
  margin-top: 25px;
  margin-bottom: 0px;
}

.intro-section {
  position: relative;
  display: block;
  overflow: visible;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 1px;
  background-color: #fdf1e5;
}

.intro-container {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  height: auto;
  max-width: 90%;
}

.column-2 {
  display: block;
  padding: 0px;
}

.intro-section1 {
  position: relative;
  background-color: #fdf1e5;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  clear: left;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Merriweather, serif;
  color: #200b66;
  font-size: 36px;
  line-height: 46px;
  font-weight: 900;
}

.intro-container1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-link {
  margin-top: 25px;
  margin-bottom: 0px;
  color: #200b66;
  font-weight: 900;
}

.bold-text {
  color: #200b66;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 107%;
  right: auto;
  bottom: 0%;
  height: 722px;
}

.image-section1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: auto;
  height: 722px;
}

.intro-section2 {
  position: relative;
  border-style: none none solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 1px;
  background-color: #fdf1e5;
}

.section2-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-3 {
  position: absolute;
  left: auto;
  top: 207%;
  right: 0%;
  bottom: 0%;
}

.image-section2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
}

.way1-section {
  position: relative;
  border-style: none;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  background-color: #fdf1e5;
}

.number {
  height: 80px;
  margin-bottom: 15px;
}

.h3 {
  margin-top: 14px;
  margin-bottom: 0px;
  clear: left;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 22px;
  line-height: 20px;
  font-weight: 900;
}

.orange-line {
  width: 80px;
  height: 6px;
  margin-top: 35px;
  background-color: #e77701;
}

.paragraph2 {
  margin-top: 15px;
  margin-bottom: 0px;
}

.paragraph3 {
  margin-top: 15px;
  margin-bottom: 0px;
  font-weight: 900;
}

.bold-text-2 {
  font-weight: 900;
}

.image-4 {
  position: absolute;
  left: auto;
  top: 313%;
  right: 0%;
  bottom: 0%;
  height: 1056px;
}

.image-section4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  height: 1056px;
}

.way2-section {
  position: relative;
  border-style: none;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  background-color: #fdf1e5;
}

.section5-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-5 {
  position: absolute;
  top: 3848.86px;
  height: 934px;
}

.image-section5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 934px;
}

.way3-section {
  position: relative;
  border-style: none;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  background-color: #fdf1e5;
}

.image-6 {
  position: absolute;
  left: auto;
  top: 547%;
  right: 0%;
  bottom: 0%;
  height: 934px;
}

.way4-section {
  position: relative;
  border-style: none;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  background-color: #fdf1e5;
}

.image-7 {
  position: absolute;
  left: 0%;
  top: 680%;
  right: auto;
  bottom: 0%;
  display: inline-block;
  height: 934px;
  float: none;
  clear: none;
}

.way5-section {
  position: relative;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 1px;
  background-color: #fdf1e5;
}

.list {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 25px;
  font-family: Merriweather, serif;
  color: #000;
  line-height: 22px;
}

.list-item {
  padding-bottom: 7px;
  padding-left: 10px;
}

.image-8 {
  position: absolute;
  left: auto;
  top: 809%;
  right: 0%;
  bottom: 0%;
  height: 1221px;
}

.section8-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.conclusion-section {
  position: relative;
  border-style: none;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  background-color: #fdf1e5;
}

.numbered-list {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 25px;
  font-family: Merriweather, serif;
  color: #000;
  line-height: 22px;
  list-style-type: decimal;
}

.image-9 {
  position: absolute;
  height: 844px;
  -o-object-fit: fill;
  object-fit: fill;
}

.conclucion-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-bl {
  border-style: none;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 1px;
  background-color: rgba(233, 233, 233, 0);
}

.image-10 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.blackline {
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: Heebo, sans-serif;
  color: #444;
  line-height: 20px;
  font-weight: 300;
}

.h4 {
  font-family: Heebo, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
}

.footer-columns {
  margin-top: 50px;
}

.div-block-4 {
  display: -ms-grid;
  display: grid;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". . . Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.icon_social {
  padding: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.icon_social:hover {
  background-color: rgba(255, 255, 255, 0);
  -webkit-filter: brightness(145%);
  filter: brightness(145%);
}

.footer_bottom {
  margin: 0px 0px 15px;
  font-family: Heebo, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 40px;
  text-align: left;
}

.container---footer {
  position: relative;
  overflow: visible;
  padding-top: 50px;
  padding-bottom: 20px;
}

.footer_body {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.footer_body.footer-spacing {
  display: block;
  width: 100%;
  max-width: 750px;
  padding-top: 0px;
  padding-bottom: 32px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Heebo, sans-serif;
  color: #444;
  font-weight: 300;
}

.image-11 {
  position: absolute;
  margin-bottom: 2px;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-11.logo-bottom {
  display: inline-block;
  width: 197px;
  height: 42px;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -10px;
  cursor: pointer;
}

.column-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link {
  color: #007cad;
  font-weight: 600;
  cursor: pointer;
}

.section---footer-v2 {
  position: relative;
  z-index: 15;
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.96)), to(hsla(0, 0%, 100%, 0.96))), url('../images/lines_v2.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.96), hsla(0, 0%, 100%, 0.96)), url('../images/lines_v2.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section---footer-v2.border-top {
  border-top: 1px solid #ccc;
}

.div-block-5 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.div-block-7 {
  position: absolute;
  left: auto;
  top: 203%;
  right: 0%;
  bottom: 0%;
}

.div-block-8 {
  position: absolute;
  left: auto;
  top: 203%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-section6 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 934px;
}

.image-section7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  height: 934px;
  float: none;
  clear: none;
}

.image-section8 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 1100px;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-section9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 844px;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.text-link2 {
  margin-top: 25px;
  margin-bottom: 0px;
  color: #287caf;
  font-weight: 300;
}

.text-link2:hover {
  font-weight: 800;
}

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

.column-26 {
  padding: 0px;
}

.column-27 {
  padding: 0px;
}

.column-28 {
  padding: 0px;
}

.column-29 {
  padding: 0px;
}

.column-30 {
  padding: 0px;
}

.columns-11.mobile-intro {
  width: 100%;
}

.column-work.mobile-intro {
  width: 100%;
}

.image-12 {
  display: none;
}

.image-13 {
  display: none;
}

.image-14 {
  display: none;
}

.image-15 {
  display: none;
}

.image-16 {
  display: none;
}

.image-17 {
  display: none;
}

.image-18 {
  display: none;
}

.image-19 {
  display: none;
}

.image-20 {
  display: none;
}

.navbar {
  position: fixed;
  width: 100%;
  background-color: #fdf1e5;
  box-shadow: 0 0 10px 0 rgba(68, 68, 68, 0.4);
}

.column_dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drop-links {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #777;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

.drop-links:hover {
  color: #000;
}

.drop-links:focus {
  color: #000;
}

.drop-links.w--current {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #777;
  font-size: 16px;
  font-weight: 600;
}

.drop-links.w--current:hover {
  color: #000;
  font-weight: 600;
}

.drop-links.slim {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.drop-links.slim:hover {
  color: #200b66;
}

.drop-links.slim.w--current {
  position: static;
  font-size: 14px;
}

.drop-links.slim.w--current:hover {
  color: #200b66;
}

.menu-button-3 {
  display: block;
  margin-left: 0px;
  padding-top: 20px;
  padding-left: 361px;
  background-color: hsla(0, 0%, 100%, 0);
}

.menu-button-3:active {
  background-color: hsla(0, 0%, 100%, 0);
}

.menu-button-3:focus {
  background-color: hsla(0, 0%, 100%, 0);
}

.menu-button-3.w--open {
  display: block;
  border-style: solid;
  border-width: 0px;
  border-color: #000;
  background-color: hsla(0, 0%, 100%, 0);
  cursor: pointer;
}

.logo---nav {
  position: relative;
  display: block;
  max-width: none;
  margin-bottom: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.columns-8 {
  width: 100%;
  height: 90px;
  min-height: 90px;
}

.column-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.text-block {
  color: #e77701;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.nav-container {
  overflow: visible;
  height: 90px;
  min-height: 90px;
}

.nav-menu-3 {
  position: absolute;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 70%;
  height: 200px;
  max-height: none;
  margin: 76px 16px 0px 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px solid #000;
  border-radius: 0px 0px 4px 4px;
  background-color: #fff;
  opacity: 1;
  font-family: Merriweather, serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  min-height: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-7 {
  overflow: visible;
  height: 90px;
  min-height: 90px;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 90px;
  min-height: 90px;
  -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;
  background-color: hsla(0, 0%, 100%, 0);
}

.column-18 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 90px;
  min-height: 90px;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -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;
  color: #f9b734;
  font-size: 26px;
  font-weight: 700;
}

.nav-links-active {
  display: none;
  overflow: visible;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #777;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.nav-links-active:hover {
  color: #000;
  font-weight: 600;
}

.nav-links-active:active {
  font-weight: 600;
}

.nav-links-active:focus {
  color: #000;
  font-weight: 600;
}

.nav-links-active.w--current {
  position: absolute;
  z-index: 1;
  display: block;
  -webkit-transition-property: none;
  transition-property: none;
  color: #000;
  font-weight: 700;
  text-align: right;
}

.icon {
  background-color: transparent;
  opacity: 1;
  -webkit-filter: brightness(65%);
  filter: brightness(65%);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.navbar-2 {
  display: block;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.navbar-2:active {
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
}

.header-bar-top {
  position: fixed;
  z-index: 120;
  display: block;
  overflow: visible;
  width: 100%;
  height: 90px;
  min-height: 90px;
  background-color: #fdf1e5;
  box-shadow: 1px 1px 8px -4px #444;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.section-title-ticker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  min-height: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-21 {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 15px;
}

.columns-12 {
  margin-top: 12px;
  margin-bottom: -16px;
}

.paragraph-2 {
  margin-bottom: 0px;
  color: #e77701;
  font-weight: 700;
}

.columns-list {
  max-width: 400px;
  margin-top: 7px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.paragraph-3 {
  margin-bottom: 0px;
}

.nav-menu---5-ways {
  position: absolute;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 350px;
  height: auto;
  max-height: 650px;
  min-height: auto;
  margin: 76px 16px 0px 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px solid #000;
  border-radius: 0px 0px 4px 4px;
  background-color: #fff;
  opacity: 1;
  font-family: Merriweather, serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-22 {
  width: 178px;
  max-width: none;
}

.link-block {
  height: 42px;
}

@media screen and (min-width: 1440px) {
  .column-24 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    display: block;
    padding-right: 0px;
  }
  .heading.tablet-nav {
    padding-top: 30px;
  }
  .container-2 {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .image {
    overflow: visible;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
  .intro-section {
    position: relative;
    height: auto;
  }
  .intro-container {
    padding: 60px 40px 100px;
  }
  .intro-image {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 0;
    display: inline-block;
    height: auto;
    max-width: 350px;
    margin-top: 128px;
    padding-top: 0px;
    float: none;
    opacity: 1;
  }
  .intro-container1 {
    padding: 100px 40px;
  }
  .text-right-column {
    padding-left: 0px;
  }
  .image-section1 {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 150px;
    right: auto;
    bottom: auto;
    height: auto;
    max-width: 40%;
    padding-top: 86px;
    float: left;
  }
  .section2-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .text-left-column {
    padding-right: 0px;
  }
  .image-section2 {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    top: 150px;
    right: 0%;
    bottom: auto;
    height: auto;
    max-width: 40%;
    padding-top: 86px;
    padding-bottom: 150px;
    float: right;
  }
  .image-section4 {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    top: 150px;
    right: auto;
    bottom: auto;
    z-index: auto;
    height: auto;
    max-width: 40%;
    padding-top: 86px;
    float: right;
    clear: none;
  }
  .section5-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .image-section5 {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 150px;
    right: auto;
    bottom: auto;
    height: auto;
    max-width: 40%;
    padding-top: 86px;
    float: left;
  }
  .section8-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .conclucion-container {
    padding: 50px 40px;
  }
  .column-22 {
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .container---footer {
    padding-right: 40px;
    padding-left: 40px;
  }
  .footer_body.footer-spacing {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-23 {
    padding-right: 40px;
    padding-left: 0px;
  }
  .image-section6 {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    top: 150px;
    right: 0%;
    bottom: auto;
    height: auto;
    max-width: 40%;
    padding-top: 86px;
    float: right;
  }
  .image-section7 {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 150px;
    right: auto;
    bottom: auto;
    height: auto;
    max-width: 40%;
    padding-top: 86px;
    float: left;
  }
  .image-section8 {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    top: 150px;
    right: 0%;
    bottom: 0%;
    height: auto;
    max-width: 40%;
    padding-top: 86px;
    float: right;
  }
  .image-section9 {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 150px;
    right: auto;
    bottom: auto;
    height: auto;
    max-width: 40%;
    padding-top: 86px;
    padding-bottom: 86px;
    float: left;
  }
  .column-24 {
    padding-left: 0px;
  }
  .column-25 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-footer {
    padding-right: 0px;
  }
  .columns-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .columns-11.mobile-intro {
    position: relative;
    max-width: none;
    padding-right: 0px;
  }
  .column-work {
    width: 100%;
    max-width: none;
    -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;
  }
  .column-work.mobile-intro {
    position: relative;
    max-width: none;
    padding-right: 0px;
  }
  .image-12 {
    display: none;
  }
  .image-16 {
    display: none;
  }
  .logo---nav {
    padding-left: 20px;
  }
  .image-22 {
    width: 178px;
    max-width: none;
  }
  .link-block {
    position: static;
    display: block;
    height: 42px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    display: block;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 40px;
    line-height: 52px;
  }
  .heading.tablet-nav {
    padding-top: 0px;
  }
  .paragraph {
    margin-top: 25px;
  }
  .intro-container {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .intro-image {
    display: none;
    overflow: visible;
    height: 650px;
    max-width: none;
    opacity: 1;
  }
  .h2 {
    text-align: left;
  }
  .h2.center {
    text-align: center;
  }
  .intro-container1 {
    padding-top: 110px;
    padding-bottom: 60px;
  }
  .image-section1 {
    position: absolute;
    left: 0%;
    top: 20%;
    right: auto;
    bottom: auto;
    display: none;
  }
  .section2-container {
    padding: 110px 40px 60px;
  }
  .image-section2 {
    display: none;
  }
  .number {
    width: 80px;
    max-width: none;
  }
  .image-section4 {
    display: none;
  }
  .section5-container {
    padding-top: 110px;
    padding-bottom: 60px;
  }
  .image-section5 {
    display: none;
  }
  .section8-container {
    padding-top: 110px;
    padding-bottom: 60px;
  }
  .conclucion-container {
    padding-top: 110px;
    padding-bottom: 60px;
  }
  .column-22 {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container---footer {
    padding-top: 110px;
  }
  .column-23 {
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .columns-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-section6 {
    z-index: 0;
    display: none;
  }
  .image-section7 {
    display: none;
  }
  .image-section8 {
    display: none;
  }
  .image-section9 {
    display: none;
  }
  .column-26 {
    display: block;
  }
  .column-26.mobile-nav {
    padding-top: 39px;
  }
  .columns-11 {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-11.mobile-intro {
    max-width: none;
  }
  .column-work {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-work.mobile-intro {
    max-width: none;
  }
  .image-12 {
    position: relative;
    left: auto;
    display: block;
    height: 350px;
    padding-left: 0px;
    text-align: left;
  }
  .image-13 {
    position: static;
    left: auto;
    top: 11%;
    right: 0%;
    bottom: auto;
    display: block;
    max-width: 100%;
    opacity: 1;
  }
  .image-14 {
    position: static;
    left: 0%;
    top: 9%;
    right: auto;
    bottom: auto;
    display: block;
    max-width: 100%;
    opacity: 1;
  }
  .image-15 {
    position: static;
    left: auto;
    top: 5%;
    right: 0%;
    bottom: auto;
    display: block;
    max-width: 100%;
    opacity: 1;
  }
  .image-16 {
    position: static;
    left: auto;
    top: 13%;
    right: 0%;
    bottom: auto;
    display: block;
    max-width: 100%;
    opacity: 1;
  }
  .image-17 {
    position: static;
    left: 0%;
    top: 14%;
    right: auto;
    bottom: auto;
    display: block;
    max-width: 100%;
    opacity: 1;
  }
  .image-18 {
    position: static;
    left: auto;
    top: 17%;
    right: 0%;
    bottom: auto;
    display: block;
  }
  .image-19 {
    position: static;
    left: 0%;
    top: 19%;
    right: auto;
    bottom: auto;
    display: block;
  }
  .image-20 {
    position: absolute;
    left: auto;
    top: 11%;
    right: 0%;
    bottom: auto;
    display: block;
    max-width: 90%;
  }
  .menu-button-3 {
    padding-left: 0px;
  }
  .columns-8 {
    position: relative;
    display: block;
    width: 150px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-menu-3 {
    width: 300px;
    margin-right: -35px;
  }
  .column-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .column-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-title-ticker {
    display: none;
  }
  .nav-menu---5-ways {
    width: 300px;
    max-height: 700px;
    margin-right: 0px;
  }
  .image-22 {
    width: 178px;
    max-width: none;
  }
  .bold-text-3 {
    text-align: left;
  }
  .link-block {
    display: block;
    width: 197px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    padding-right: 0px;
    font-size: 30px;
    line-height: 40px;
  }
  .div-block-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .paragraph {
    margin-top: 20px;
  }
  .intro-container {
    padding-top: 30px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .intro-image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    height: auto;
    max-width: 100%;
  }
  .column-2 {
    padding: 0px;
  }
  .h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .intro-container1 {
    padding-top: 110px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .text-right-column {
    padding-left: 0px;
  }
  .image-section1 {
    position: absolute;
    left: 0%;
    top: 120%;
    right: 0%;
    bottom: auto;
    display: block;
    max-width: 100%;
  }
  .section2-container {
    padding-top: 110px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .text-left-column {
    padding-right: 0px;
  }
  .image-section2 {
    top: 277%;
    max-width: 100%;
  }
  .number {
    width: 65px;
    height: 65px;
    min-width: 65px;
  }
  .image-section4 {
    top: 442%;
    max-width: 100%;
  }
  .section5-container {
    padding-top: 110px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .image-section5 {
    top: 5571.72px;
    max-width: 100%;
  }
  .section8-container {
    padding-top: 110px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .conclucion-container {
    padding-top: 110px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .column-22 {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer_bottom {
    font-size: 26px;
    line-height: 32px;
  }
  .container---footer {
    padding: 0px 25px 31px;
  }
  .image-11.logo-bottom {
    margin-left: 0px;
  }
  .column-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .columns-10 {
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .section---footer-v2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section---footer-v2.border-top {
    padding-top: 110px;
  }
  .image-section6 {
    top: 870%;
    max-width: 100%;
  }
  .image-section7 {
    top: 1108%;
    max-width: 100%;
  }
  .image-section8 {
    top: 1299%;
    max-width: 100%;
  }
  .image-section9 {
    max-width: 100%;
  }
  .column-26 {
    padding: 0px;
  }
  .column-26.mobile-nav {
    padding-top: 61px;
  }
  .column-27 {
    padding: 0px;
  }
  .column-28 {
    padding: 0px;
  }
  .column-29 {
    padding: 0px;
  }
  .column-30 {
    padding: 0px;
  }
  .image-13 {
    top: 19%;
  }
  .column-18 {
    padding-right: 0px;
  }
  .header-bar-top {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .image-22 {
    width: 178px;
    max-width: none;
  }
}

