.hero {
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.container {
  display: block;
}

.image {
  position: fixed;
}

.body {
  margin: 0px 0px 0px 0%;
  border: 1px none #000;
  background-color: #f8b4a7;
  background-image: url('../images/AxUnderwater.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar-light {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  font-family: Alagard, sans-serif;
}

.container-light-nav {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.navbar-light-brand {
  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-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.company-name-block {
  padding-left: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nav-menu {
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar-light-bold-link {
  margin-right: 10px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: Alagard, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.navbar-light-bold-link:hover {
  color: #000;
}

.navbar-light-navbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 12px 30px;
  -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;
  border-radius: 0px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.navbar-light-navbutton:hover {
  background-color: #242424;
}

.paragraph {
  width: 100%;
  height: 86%;
  font-family: Alagard, sans-serif;
  color: #000;
  font-size: 20px;
}

.textboxes {
  position: static;
  display: block;
  overflow: hidden;
  max-height: 250%;
  max-width: 65%;
  min-height: 200%;
  margin-bottom: 110px;
  padding: 0px 40px 10px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none #000;
  border-radius: 16px;
  background-color: #f8b4a7;
  box-shadow: 1px 1px 3px 0 #012e43;
  font-family: Alagard, sans-serif;
  color: #000;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading {
  max-height: 5%;
  background-color: transparent;
  box-shadow: 1px 1px 3px 1px #000;
  color: #000;
  font-size: 28px;
  text-align: center;
}

.dropdown-list {
  display: block;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.dropdown-toggle {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.dropdown-link {
  display: none;
  overflow: hidden;
}

.image-2 {
  display: block;
  overflow: visible;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 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;
  border-radius: 0px;
  background-color: #012e43;
  color: #012e43;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 6px;
  background-color: transparent;
  font-family: Alagard, sans-serif;
  color: #f8b4a7;
  font-size: 22px;
  text-decoration: none;
}

.nav-link-2 {
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 6px;
  background-color: transparent;
  font-family: Alagard, sans-serif;
  color: #f8b4a7;
  font-size: 22px;
  text-decoration: none;
}

.nav-link-2.w--current {
  text-decoration: none;
  white-space: normal;
}

.nav-link-3 {
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 6px;
  background-color: transparent;
  font-family: Alagard, sans-serif;
  color: #f8b4a7;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.brand {
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide {
  position: relative;
  width: 1250px;
  height: 1250px;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  background-image: url('../images/AxAquarium.png');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-2 {
  background-image: url('../images/AxPastel1.png');
  background-position: 0px 0px;
  background-size: auto;
}

.slider {
  overflow: visible;
  width: 1250px;
  height: 1250px;
  max-height: 100%;
  max-width: 100%;
  min-height: 50%;
  min-width: 50%;
  -o-object-fit: fill;
  object-fit: fill;
}

.slider-2 {
  width: 1250px;
  height: 1250px;
}

.slide-3 {
  width: auto;
  height: auto;
  max-height: 65%;
  max-width: 65%;
}

.slide-5 {
  left: auto;
  right: auto;
  overflow: visible;
  max-width: 100%;
  margin-right: auto;
  margin-left: 1px;
  padding-right: 47px;
  background-image: url('../images/06.png');
  background-position: 50% 50%;
  background-size: 150% 100%;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/00.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.mask {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.slider-3 {
  position: relative;
  overflow: visible;
  max-width: 150%;
  margin-bottom: 60px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.heading-2 {
  color: #000;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
}

.heading-3 {
  color: #000;
  font-size: 22px;
  text-align: center;
}

.heading-4 {
  color: #000;
  font-size: 22px;
  text-align: center;
}

.heading-5 {
  font-size: 22px;
  text-align: center;
}

.list {
  margin-top: 14px;
  padding-left: 20px;
  color: #000;
  font-size: 18px;
  text-align: left;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-height: 350px;
  max-width: 50%;
  min-height: 20px;
  min-width: 50px;
  margin-top: 37px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 150px;
  padding-left: 150px;
  -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-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #000;
  border-radius: 12px;
  background-color: #012e43;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Alagard, sans-serif;
  color: #f8b4a7;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.nav-menu-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 100%;
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.section {
  background-color: #012e43;
  color: #fff;
}

.footer-thin-container {
  display: block;
  max-width: 1124px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.footer-thin-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: Montserrat, sans-serif;
}

.footer-thin-wrapper.footer-thin {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.footer-thin-wrapper.footer-thin.copyright {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 0px;
  -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;
  background-color: #012e43;
  font-family: Alagard, sans-serif;
  color: #939596;
  font-size: 14px;
}

.copyright-text {
  color: #f8b4a7;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.image-3 {
  margin: 10px;
  padding: 0px;
  border-radius: 20px;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-4 {
  margin: 10px;
  padding: 0px;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/AxIsland.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: 1px 1px 3px 0 #000;
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
}

.image-5 {
  margin: 10px;
  padding: 0px;
  border: 1px none #000;
  border-radius: 20px;
  box-shadow: 1px 1px 3px 0 #000;
}

.image-6 {
  margin: 10px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #000;
  border-radius: 20px;
  box-shadow: 1px 1px 3px 0 #000;
}

.slide-7 {
  background-image: url('../images/Ant.background.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 250px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 25%;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-height: none;
  margin-right: auto;
  margin-bottom: 54px;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.list-item {
  font-size: 18px;
}

.list-item-2 {
  font-size: 18px;
}

.list-item-3 {
  font-size: 18px;
}

.list-item-4 {
  font-size: 18px;
}

.list-2 {
  margin-top: 14px;
  padding-left: 20px;
  color: #000;
  font-size: 18px;
  text-align: left;
}

.list-3 {
  margin-top: 14px;
  padding-left: 20px;
  color: #000;
  font-size: 18px;
  text-align: left;
}

.list-4 {
  margin-top: 14px;
  padding-left: 20px;
  color: #000;
  font-size: 18px;
  text-align: left;
}

.heading-7 {
  display: block;
  color: #000;
  text-align: center;
}

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

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

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

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

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

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

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

.twitter {
  position: static;
  display: block;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

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

.heading-15 {
  font-size: 22px;
}

.heading-16 {
  font-size: 22px;
}

.heading-17 {
  font-size: 22px;
}

.heading-18 {
  font-size: 22px;
}

.heading-19 {
  font-size: 22px;
}

.heading-20 {
  font-size: 22px;
}

.list-item-5 {
  font-size: 18px;
}

.list-item-6 {
  font-size: 18px;
}

.list-item-7 {
  font-size: 18px;
}

.list-item-8 {
  font-size: 18px;
}

.list-item-9 {
  font-size: 18px;
}

.list-item-10 {
  font-size: 18px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 59px;
  -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: transparent;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
  padding-top: 75px;
  padding-right: 171px;
  padding-left: 150px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #f8b4a7;
}

.image-7 {
  max-height: 100%;
  max-width: 100%;
  margin-right: -89px;
  margin-left: 79px;
  border-radius: 14px;
}

.slider-4 {
  overflow: auto;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #f8b4a7;
}

.tabs {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-link-tab-1 {
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #f8b4a7;
}

.tab-link-tab-1.w--current {
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #f8b4a7;
  box-shadow: 1px 1px 3px 0 #000;
  color: #000;
}

.tab-link-tab-2 {
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #f8b4a7;
  box-shadow: 1px 1px 3px 0 #000;
}

.tab-link-tab-2.w--current {
  border-radius: 3px;
}

.tab-link-tab-3 {
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #f8b4a7;
  box-shadow: 1px 1px 3px 0 #000;
}

.tab-link-tab-4 {
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #f8b4a7;
  box-shadow: 1px 1px 3px 0 #000;
}

.tabs-menu {
  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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  text-decoration: underline;
}

.image-8 {
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #000;
  border-radius: 12px;
  box-shadow: 1px 1px 3px 0 #000;
}

.image-9 {
  position: static;
  left: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  float: none;
  clear: none;
}

.div-block-10 {
  display: block;
  overflow: visible;
  margin-left: auto;
  -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;
}

.image-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
}

.image-11 {
  display: block;
  overflow: visible;
  max-height: 75%;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.body-2 {
  background-image: url('../images/AxUnderwater.png');
  background-position: 0px 0px;
  background-size: auto;
}

@media screen and (max-width: 991px) {
  .container-light-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-light-navbutton {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .navbar-light-icon {
    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;
    color: #5343ff;
  }

  .textboxes {
    max-width: 65%;
  }

  .navbar {
    min-height: 65px;
    min-width: 20px;
  }

  .nav-link-2 {
    position: relative;
    min-height: 25px;
    min-width: 25px;
  }

  .nav-menu-2 {
    overflow: auto;
    min-height: 20px;
    min-width: 20px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer-thin-container {
    max-width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0px;
  }

  .image-3 {
    padding-left: 10px;
    border-radius: 15px;
  }

  .image-4 {
    padding: 10px;
    border-radius: 15px;
  }

  .image-5 {
    padding: 10px;
    border: 1px none #000;
    border-radius: 15px;
  }

  .image-6 {
    padding: 10px;
    border-radius: 15px;
  }

  .heading-6 {
    font-size: 12px;
  }

  .div-block-4 {
    margin-bottom: 32px;
    margin-left: 21px;
  }

  .container-4 {
    padding-right: 155px;
  }

  .image-7 {
    margin-right: -290px;
    margin-left: 1px;
    border-radius: 20px;
  }

  .slide-8 {
    margin-left: 47px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    display: block;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-light-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-button {
    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-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .textboxes {
    max-width: 65%;
  }

  .footer-thin-wrapper {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }

  .div-block {
    overflow: scroll;
    margin-right: 0px;
    margin-left: -9px;
  }

  .image-3 {
    padding-left: 0px;
  }

  .image-4 {
    padding: 0px;
  }

  .image-5 {
    padding: 0px;
  }

  .image-6 {
    padding: 0px;
  }

  .section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    max-width: 5000px;
    min-width: 100%;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-4 {
    margin-left: -4px;
  }

  .heading-13 {
    overflow: visible;
  }

  .container-4 {
    padding: 1px 60px 0px;
  }

  .mask-2 {
    overflow: scroll;
    margin-top: -2px;
    margin-right: 0px;
    margin-left: -49px;
    padding: 78px 52px 19px 0px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    display: block;
    max-width: 500px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: transparent;
    background-image: url('../images/AxUnderwater.png');
    background-position: 50% 50%;
    background-size: auto 100%;
    background-repeat: repeat;
  }

  .navbar-light-navbutton:hover {
    background-color: #fff;
  }

  .textboxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    max-height: 100%;
    max-width: 85%;
    min-height: 0%;
    padding-left: 28px;
    -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;
    border-style: solid;
    border-radius: 16px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading {
    position: relative;
    float: right;
    clear: both;
  }

  .image-2 {
    display: block;
    overflow: visible;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .navbar {
    overflow: scroll;
    margin-right: -3px;
    padding-right: 25px;
    padding-left: 36px;
  }

  .nav-link {
    font-size: 20px;
  }

  .nav-link-2 {
    font-size: 20px;
  }

  .nav-link-3 {
    overflow: visible;
    font-size: 20px;
  }

  .slide-5 {
    background-size: 100% 75%;
  }

  .slide-6 {
    background-size: 100% 75%;
  }

  .button {
    max-width: 75%;
  }

  .nav-menu-2 {
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block {
    margin-right: -55px;
    padding-right: 36px;
    padding-left: 25px;
    -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-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .div-block-2 {
    overflow: visible;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-3 {
    max-height: 100%;
    max-width: 100%;
    min-width: 50%;
    padding-left: 0px;
  }

  .image-4 {
    max-height: 100%;
    min-width: 50%;
    padding: 0px;
  }

  .image-5 {
    max-height: 100%;
    min-width: 50%;
    padding: 0px;
  }

  .image-6 {
    display: block;
    max-height: 100%;
    max-width: 100%;
    min-width: 50%;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slide-7 {
    background-size: 100% 75%;
  }

  .section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    max-width: 300%;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-4 {
    margin-bottom: 3px;
    margin-left: -23px;
    padding-top: 20px;
    -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;
  }

  .list-item-10 {
    list-style-type: none;
  }

  .div-block-8 {
    overflow: scroll;
    max-width: 93%;
  }

  .container-4 {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .slider-4 {
    margin-right: 79px;
  }

  .mask-2 {
    padding-top: 0px;
    border-radius: 20px;
  }

  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-right: 0px;
    -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;
  }

  .tab-link-tab-1.w--current {
    margin-left: 65px;
    border-radius: 5px;
    text-decoration: none;
  }

  .tab-link-tab-4 {
    margin-right: 48px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-right: 6px;
    margin-left: 68px;
    padding-right: 68px;
    padding-bottom: 4px;
    padding-left: 2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .left-arrow {
    padding-left: 22px;
  }

  .right-arrow {
    overflow: visible;
  }

  .div-block-9 {
    position: -webkit-sticky;
    position: sticky;
    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-9 {
    max-height: 100%;
    min-height: 25px;
    min-width: 25px;
  }
}

@font-face {
  font-family: 'Alagard';
  src: url('../fonts/alagard.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}