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

.bgvid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 0, 139, .35)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(9, 0, 139, .35), hsla(0, 0%, 100%, 0));
  -webkit-perspective: 1001px;
  perspective: 1001px;
}

.section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/RealContactUsBG2.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading {
  font-family: 'Open Sans', sans-serif;
  color: #fcfcfc;
  text-align: center;
}

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

.paragraph {
  margin-top: 25px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.paragraph.white {
  color: #fff;
  text-align: left;
}

.form-block {
  text-align: right;
}

.text-field {
  display: inline-block;
  margin-right: 10px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.test {
  position: relative;
  z-index: 100;
  padding-top: 150px;
  padding-bottom: 150px;
  border-bottom: 1px solid #000;
}

.heading-2 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-3 {
  position: static;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/BluIceAboutUs.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-4 {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #008fd9;
}

.text-span {
  color: #09008b;
  text-decoration: none;
}

.text-span-2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none none solid;
  border-width: 1px 0px 2px;
  border-color: #000 #000 hsla(0, 0%, 39%, .7);
  line-height: 20px;
  text-decoration: none;
}

.div-block-2 {
  display: block;
  margin-right: 0px;
  margin-left: 70px;
  padding: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/Banner-Blue2-Circle.svg');
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-perspective: 162px;
  perspective: 162px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  cursor: default;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image {
  -webkit-perspective: 1054px;
  perspective: 1054px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text-block {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.container-2 {
  display: block;
  -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-2 {
  display: inline-block;
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.div-block-3 {
  padding-bottom: 50px;
}

.submit-button {
  background-color: #09008b;
}

.text-block-3 {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.text-block-3.blk {
  color: #000;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 17px;
  padding-left: 17px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #000;
}

.navbar.home {
  top: 0px;
  height: 0px;
  background-color: transparent;
}

.nav-link {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #646464;
  font-size: 50px;
  font-weight: 700;
  text-align: left;
}

.nav-link-2 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #646464;
  font-size: 50px;
  font-weight: 700;
  text-align: left;
}

.section-5 {
  padding-top: 100px;
  background-image: none;
  background-position: 0px 0px;
}

.container-3 {
  position: static;
  top: 15px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 107px;
  padding-right: 50px;
  font-family: Montserrat, sans-serif;
  color: #0154a5;
  font-size: 140px;
  line-height: 164px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0px;
}

.image-2 {
  padding: 0px 15px 0px 0px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  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;
}

.image-3 {
  padding-right: 15px;
}

.image-4 {
  padding-right: 15px;
}

.link-block {
  padding: 10px 15px 15px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/Ellipse-2-copy-3.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 15px;
  -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;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -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: 100px;
  background-color: #09008b;
}

.image-5 {
  padding: 0px;
}

.link-block-3 {
  border-radius: 100px;
  background-color: #09008b;
}

.link-block-4 {
  border-radius: 100px;
  background-color: #09008b;
}

.link-block-5 {
  padding-right: 10px;
  padding-left: 0px;
}

.link-block-6 {
  display: none;
  padding-right: 10px;
}

.link-block-7 {
  display: none;
  padding-right: 10px;
}

.nav-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  padding-top: 0px;
  -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: 5px 0px 5px 5px;
  background-color: hsla(0, 0%, 100%, .73);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.nav-menu.home {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: hsla(0, 0%, 100%, .87);
}

.menu-button {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 10;
  padding: 20px 35px 40px 36px;
  float: right;
  border-radius: 2px;
  background-color: #0154a5;
}

.menu-button.w--open {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 10;
  border-radius: 0px;
  background-color: rgba(9, 0, 139, .77);
}

.nav-link-3 {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #09008b;
  font-size: 100px;
  line-height: 100px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.nav-link-3:hover {
  color: #008fd9;
  text-decoration: none;
}

.nav-link-3.w--current {
  margin-top: 0px;
  color: #09008b;
  font-size: 100px;
  font-weight: 900;
}

.nav-link-3.home {
  display: block;
  color: #09008b;
  font-size: 100px;
}

.nav-link-3.home {
  display: block;
  line-height: 100px;
}

.nav-link-4 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.nav-link-4.w--current {
  color: blue;
  font-size: 50px;
  font-weight: 800;
}

.nav-link-5 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #646464;
  font-size: 50px;
  font-weight: 700;
  text-align: left;
}

.icon {
  color: #fff;
  font-size: 50px;
}

.icon:active {
  color: #3b3b3b;
}

.div-block-8 {
  display: inline-block;
  float: right;
  border-radius: 100px;
  background-color: transparent;
}

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

.section-7 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/IceBG2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-7.locations {
  background-image: url('../images/blue_river.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: repeat-x;
}

.section-8 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/BlackIceBG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.link {
  color: #fff;
}

.section-9 {
  display: none;
  padding-top: 150px;
  padding-bottom: 150px;
}

.div-block-9 {
  position: fixed;
  top: -35px;
  z-index: 1001;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 28px;
  padding: 77px 25px 25px;
  background-color: #0054a6;
  -webkit-perspective: 412px;
  perspective: 412px;
}

.image-14 {
  width: 150px;
  margin: 20px 10px 10px 27px;
  -webkit-transform: translate3d(0px, 0px, 46px);
  transform: translate3d(0px, 0px, 46px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-10 {
  width: 40px;
}

.div-block-11 {
  width: 40px;
}

.div-block-12 {
  height: 2px;
}

.div-block-13 {
  background-color: #93a9b8;
}

.div-block-14 {
  background-color: #cedde7;
}

.div-block-15 {
  background-color: #e1ecf3;
}

.div-block-16 {
  background-color: #f8fcff;
}

.div-block-17 {
  background-color: #fff;
}

.div-block-18 {
  background-color: #fff;
}

.div-block-19 {
  background-color: #fff;
}

.div-block-20 {
  background-color: #fff;
}

.div-block-21 {
  background-color: #fff;
}

.div-block-22 {
  background-color: #fff;
}

.top-line {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.top-line.alt {
  background-color: #fff;
}

.div-block-24 {
  background-color: #fff;
}

.div-block-25 {
  width: 40px;
}

.div-block-26 {
  height: 2px;
}

.middle-line {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.middle-line.alt {
  background-color: #fff;
}

.div-block-27 {
  width: 40px;
}

.div-block-28 {
  height: 2px;
}

.div-block-29 {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.div-block-29.alt {
  background-color: #fff;
}

.scroll-downs {
  position: absolute;
  left: 90px;
  right: 90px;
  bottom: 80px;
}

.tree-bg {
  position: absolute;
  bottom: -150px;
  z-index: 1;
}

.bluespan {
  color: #0154a5;
}

.dark-heading {
  margin-top: 0px;
  padding-top: 0px;
  color: #008fd9;
  font-size: 37px;
}

.column-2 {
  margin-top: 0px;
  padding-top: 0px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-30 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-31 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-32 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.divflex {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-15 {
  height: 150px;
}

.imageh {
  max-height: 100%;
}

.div-block-33 {
  height: 150px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.imageflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.heading-4 {
  color: #fff;
}

.heading-4.process {
  margin-top: 0px;
}

.text-span-3 {
  font-family: 'Open Sans', sans-serif;
  color: #0154a5;
  font-weight: 800;
  text-decoration: none;
}

.link-2 {
  color: #008fd9;
  text-decoration: none;
}

.heading-5 {
  color: #fff;
}

.italic-text {
  font-style: normal;
  font-weight: 700;
}

.section-10 {
  display: block;
  padding: 25px 25px 50px;
  -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;
  background-color: #ebebeb;
}

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

.div-block-37 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.div-block-38 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.div-block-39 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.div-block-40 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.div-block-41 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.div-block-42 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.list-item {
  font-family: 'Open Sans', sans-serif;
}

.section-11 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120vh;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/ice-bg-new.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

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

.div-block-43 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 11;
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: 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;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-44 {
  position: absolute;
  bottom: 240px;
  z-index: 12;
  width: 400px;
}

.heading-6 {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

.div-block-45 {
  position: absolute;
  left: 50px;
  top: 100px;
  width: 430px;
}

.image-19 {
  position: relative;
  z-index: 11;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
}

.brand {
  position: absolute;
  right: 0px;
  bottom: 20px;
  padding: 10px 40px 10px 20px;
  border-radius: 10px 0px 0px 10px;
  background-color: #008fd9;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-5 {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #0154a5;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

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

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

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

.div-block-49 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.div-block-50 {
  padding-top: 17px;
  padding-bottom: 17px;
}

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

.text-block-6 {
  font-family: Montserrat, sans-serif;
  color: #09008b;
  font-size: 20px;
  text-decoration: none;
}

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

.link-3 {
  color: #fff;
  text-decoration: none;
}

.link-4 {
  color: #000;
  text-decoration: none;
}

.container-19 {
  background-color: #fff;
}

.column-4 {
  padding: 15px 25px;
  border-right: 1px solid #ccc;
  background-color: #fff;
}

.columns-2 {
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 25px 15px;
  -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;
}

.text-block-7 {
  font-family: 'Open Sans', sans-serif;
}

.div-block-52 {
  margin-bottom: 15px;
  background-color: transparent;
}

.div-block-53 {
  margin: 0px 100px;
  border-radius: 50px;
  background-color: #008fd9;
}

.link-block-10 {
  padding: 6px 15px;
  border-radius: 50px;
  background-color: #646464;
  text-decoration: none;
}

.text-block-8 {
  color: #fff;
  text-decoration: none;
}

.paragraph-2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.link-5 {
  color: #fff;
}

@media (max-width: 991px) {
  .heading-2.smaller {
    font-size: 25px;
  }
  .div-block-2 {
    margin-left: 0px;
  }
  .image {
    width: 300px;
  }
  .container-3 {
    top: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .heading-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 60px;
  }
  .nav-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    text-align: right;
  }
  .nav-link-3 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }
  .div-block-9 {
    margin-top: 15px;
  }
  .image-14 {
    width: 75px;
    margin: 10px;
  }
  .tree-bg {
    width: 200px;
  }
  .image-15 {
    height: 150px;
  }
  .grid {
    margin-top: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }
  .container-19 {
    margin-top: 15px;
  }
  .column-4 {
    border-right-style: solid;
  }
}

@media (max-width: 767px) {
  .bgvid {
    overflow: hidden;
    height: 50vh;
  }
  .section {
    background-position: 50% 100%;
    background-size: cover;
  }
  .section-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .div-block-2 {
    margin-left: 0px;
    padding: 15px;
  }
  .image {
    width: 150px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-3 {
    text-align: center;
  }
  .div-block-7 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-link-3 {
    font-size: 10px;
  }
  .nav-link-3.w--current {
    font-size: 15px;
  }
  .nav-link-3.home {
    font-size: 60px;
  }
  .container-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-7 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-8 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .image-6 {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .image-7 {
    padding-bottom: 10px;
  }
  .container-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .image-8 {
    padding-bottom: 10px;
  }
  .image-9 {
    padding-bottom: 20px;
  }
  .container-10 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-11 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .image-10 {
    padding-bottom: 10px;
  }
  .container-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .image-11 {
    padding-bottom: 20px;
  }
  .container-13 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-14 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .image-12 {
    padding-bottom: 10px;
  }
  .container-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .image-13 {
    padding-bottom: 20px;
  }
  .container-16 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-17 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-18 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .tree-bg {
    width: 175px;
  }
  .columns {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .image-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-4 {
    border-bottom: 1px solid #ccc;
    border-right-style: none;
  }
}

@media (max-width: 479px) {
  .bgvid {
    height: 100vh;
  }
  .section {
    background-position: 50% 0px;
  }
  .heading-2 {
    font-size: 30px;
    line-height: 35px;
  }
  .heading-2.smaller {
    font-size: 20px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .image {
    width: 100px;
  }
  .navbar {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }
  .container-3 {
    top: 9px;
  }
  .heading-3 {
    font-size: 40px;
    text-align: center;
  }
  .div-block-7 {
    padding-bottom: 15px;
  }
  .nav-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 0px;
    padding-top: 130px;
    background-color: hsla(0, 0%, 100%, .87);
  }
  .nav-link-3 {
    padding-left: 5px;
    font-size: 20px;
    line-height: 30px;
  }
  .nav-link-3.w--current {
    font-size: 20px;
  }
  .nav-link-3.home {
    font-size: 30px;
    line-height: 50px;
  }
  .div-block-9 {
    margin-top: 30px;
    margin-left: 20px;
    padding-top: 25px;
  }
  .image-14 {
    width: 60px;
  }
  .div-block-15 {
    background-color: #fff;
  }
  .container-18 {
    margin-top: 0px;
  }
  .tree-bg {
    left: 0px;
    bottom: -132px;
    width: 100px;
  }
  .section-10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-44 {
    width: auto;
  }
  .heading-6 {
    float: left;
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
  .div-block-45 {
    width: auto;
  }
  .div-block-49 {
    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;
  }
  .image-20 {
    width: auto;
  }
  .bold-text {
    font-size: 30px;
    line-height: 30px;
  }
  .bold-text-2 {
    font-size: 30px;
    line-height: 30px;
  }
}

#w-node-d04fc601dc75-615035a0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 8;
  grid-row-end: 9;
}

@media screen and (max-width: 991px) {
  #w-node-d04fc601dc75-615035a0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 8;
    grid-row-end: 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d04fc601dc75-615035a0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 10;
    grid-column-end: 11;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 7;
    grid-row-end: 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d04fc601dc75-615035a0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 7;
    grid-row-end: 8;
  }
}

#w-node-fbcbaa8ae9da-615035a0 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 8;
  grid-row-end: 9;
}

@media screen and (max-width: 991px) {
  #w-node-fbcbaa8ae9da-615035a0 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row-span: 8;
    grid-row-end: 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fbcbaa8ae9da-615035a0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-column-span: 10;
    grid-column-end: 11;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fbcbaa8ae9da-615035a0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }
}

#w-node-c05d13315e7b-615035a0 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 8;
  grid-row-end: 9;
}

@media screen and (max-width: 991px) {
  #w-node-c05d13315e7b-615035a0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row-span: 8;
    grid-row-end: 17;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c05d13315e7b-615035a0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 10;
    grid-column-end: 11;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 5;
    grid-row-end: 14;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c05d13315e7b-615035a0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 5;
    grid-row-end: 14;
  }
}

#w-node-aad327fd9e83-615035a0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 9;
  grid-row-start: 9;
  -ms-grid-row-span: 8;
  grid-row-end: 17;
}

@media screen and (max-width: 991px) {
  #w-node-aad327fd9e83-615035a0 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 8;
    grid-row-end: 17;
  }
}

@media screen and (max-width: 767px) {
  #w-node-aad327fd9e83-615035a0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 14;
    grid-row-start: 14;
    -ms-grid-column-span: 10;
    grid-column-end: 11;
    -ms-grid-row-span: 3;
    grid-row-end: 17;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aad327fd9e83-615035a0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 14;
    grid-row-start: 14;
    -ms-grid-row-span: 3;
    grid-row-end: 17;
  }
}

#w-node-250448607a8d-615035a0 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 9;
  grid-row-start: 9;
  -ms-grid-row-span: 8;
  grid-row-end: 17;
}

@media screen and (max-width: 991px) {
  #w-node-250448607a8d-615035a0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 17;
    grid-row-start: 17;
    -ms-grid-row-span: 4;
    grid-row-end: 21;
  }
}

@media screen and (max-width: 767px) {
  #w-node-250448607a8d-615035a0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 10;
    grid-column-end: 11;
    -ms-grid-row: 17;
    grid-row-start: 17;
    -ms-grid-row-span: 3;
    grid-row-end: 20;
  }
}

@media screen and (max-width: 479px) {
  #w-node-250448607a8d-615035a0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 17;
    grid-row-start: 17;
    -ms-grid-row-span: 3;
    grid-row-end: 20;
  }
}

#w-node-d62296506ec8-615035a0 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-row: 9;
  grid-row-start: 9;
  -ms-grid-row-span: 8;
  grid-row-end: 17;
}

@media screen and (max-width: 991px) {
  #w-node-d62296506ec8-615035a0 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-row: 17;
    grid-row-start: 17;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row-span: 4;
    grid-row-end: 21;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d62296506ec8-615035a0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 20;
    grid-row-start: 20;
    -ms-grid-column-span: 10;
    grid-column-end: 11;
    -ms-grid-row-span: 4;
    grid-row-end: 24;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d62296506ec8-615035a0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 20;
    grid-row-start: 20;
    -ms-grid-row-span: 4;
    grid-row-end: 24;
  }
}

