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

a {
  letter-spacing: 6px;
  text-decoration: none;
}

.body {
  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;
  background-color: transparent;
}

.list {
  padding-top: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.div-block {
  font-family: Righteous, sans-serif;
}

.link-block {
  display: block;
}

.heading {
  margin-top: auto;
  margin-bottom: auto;
  padding: 4px;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.heading:hover {
  color: #01a6ff;
}

.heading.link-heading {
  padding-bottom: 12px;
  padding-left: 92px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
  color: #01a6ff;
  text-align: left;
}

.heading.even {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.heading.odd {
  padding-top: 6px;
  padding-bottom: 12px;
  padding-left: 36px;
  text-align: left;
}

.section {
  background-color: #2596cf;
}

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

.div-block-2 {
  max-height: 68px;
  min-height: auto;
}

.image {
  width: 100px;
  margin-top: -12px;
  padding: 8px;
}

.link-heading {
  background-color: #fff;
}

.link-section {
  display: block;
  padding-top: 16px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-heading-even {
  margin-top: 16px;
  background-color: #fff;
}

.link-heading-odd {
  background-color: #fff;
}

.list-item {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #01a6ff;
  color: #fff;
}

.list-item:hover {
  background-color: #fff;
  color: #01a6ff;
}

.heading-2 {
  display: inline;
  border: 0px solid #000;
  font-family: Righteous, sans-serif;
  color: #fff;
  text-shadow: 1px 4px 0 #000;
}

.section-2 {
  position: static;
  bottom: 0px;
  background-color: #2596cf;
}

.grid-2 {
  -ms-grid-columns: 2fr 0.5fr 0.5fr 0.5fr;
  grid-template-columns: 2fr 0.5fr 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brand-bottom {
  display: inline;
  border: 0px solid #000;
  font-family: Righteous, sans-serif;
  color: #fff;
  text-shadow: 1px 4px 0 #000;
}

.brand-top-text {
  display: inline;
  padding-left: 0px;
  border: 0px solid #000;
  font-family: Righteous, sans-serif;
  color: #fff;
  text-shadow: 1px 4px 0 #000;
}

.section-head {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 0px solid #000;
  background-color: #2596cf;
  font-family: Righteous, sans-serif;
  color: #fff;
  text-align: center;
  text-shadow: 1px 4px 0 #000;
}

.background {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: -1;
  overflow: hidden;
  min-height: 100%;
  min-width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#01a6ff), to(#fff));
  background-image: linear-gradient(180deg, #01a6ff, #fff);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.white-paragraph {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
}

.div-block-3 {
  padding-top: 20px;
  padding-right: 80px;
  padding-bottom: 20px;
}

.footer-links-header {
  font-family: Righteous, sans-serif;
  color: #fff;
  font-weight: 400;
}

.footer-link {
  color: #fff;
  letter-spacing: 0px;
}

.container {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: -5;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 115%;
  min-width: 115%;
  margin-top: 0%;
  margin-left: 0%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.image-3 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  max-width: none;
  min-height: 115%;
  min-width: 115%;
  margin-top: -7.5%;
  margin-left: -7.5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.image-4 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  max-width: none;
  min-height: 115%;
  min-width: 115%;
  margin-top: -7.5%;
  margin-left: -7.5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -4;
  width: auto;
  min-height: 120%;
  min-width: 120%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 166, 255, 0.6)), color-stop(0%, rgba(80, 194, 255, 0.72)), to(rgba(1, 166, 255, 0)));
  background-image: linear-gradient(180deg, rgba(1, 166, 255, 0.6), rgba(80, 194, 255, 0.72) 0%, rgba(1, 166, 255, 0));
}

.div-block-4-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  display: block;
  width: auto;
  min-height: 115%;
  min-width: 115%;
  margin-top: -7.5%;
  margin-left: -7.5%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 166, 255, 0.12)), color-stop(0%, rgba(80, 194, 255, 0.72)), to(rgba(1, 166, 255, 0)));
  background-image: linear-gradient(180deg, rgba(1, 166, 255, 0.12), rgba(80, 194, 255, 0.72) 0%, rgba(1, 166, 255, 0));
}

@media screen and (max-width: 767px) {
  .grid-2 {
    padding-left: 20px;
    justify-items: start;
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

