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

p {
  margin-bottom: 10px;
}

.nav {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px none #ececec;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.fs {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f8f8ff;
}

.fs._2 {
  background-color: #006acc;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 100%;
  height: 60px;
  border-bottom: 1px none #f8f8f8;
  -webkit-transition: top 250ms ease;
  transition: top 250ms ease;
}

.header.nav-up {
  top: -60px;
}

.container {
  padding-top: 20px;
  padding-bottom: 150px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  line-height: 1.8em;
  font-weight: 400;
}

.logo {
  width: auto;
  height: 60px;
  margin-bottom: 10px;
}

.image {
  display: block;
  width: 200px;
  margin: 10px 10px 10px 0px;
}

.body {
  background-color: #f8f8ff;
  font-family: proxima-nova, sans-serif;
}

.container-2 {
  font-family: Montserrat, sans-serif;
}

.paragraph-2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
}

.bold-text {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

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

.bold-text-3 {
  font-weight: 500;
}

.bold-text-4 {
  font-weight: 500;
}

.bold-text-5 {
  font-weight: 500;
}

.bold-text-6 {
  font-weight: 500;
}

.bold-text-7 {
  font-weight: 500;
}

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

.dropdown-list.w--open {
  left: 0px;
  margin-top: 12px;
  margin-left: -4px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 6px 24px 0 rgba(48, 54, 77, 0.22);
}

.dropdown-list.v2.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  margin-left: -48px;
  padding: 12px;
}

.dropdown-corner {
  position: absolute;
  left: 33px;
  top: -4px;
  z-index: 1;
  display: block;
  width: 8px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown-corner.padding {
  left: 89px;
}

.nav-right {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-dropdown-link {
  padding: 9px 20px 11px;
  -webkit-transition: color 100ms ease, background-color 100ms ease;
  transition: color 100ms ease, background-color 100ms ease;
  color: #30364d;
  font-size: 14px;
}

.nav-dropdown-link:hover {
  background-color: #ededff;
  color: #9165f7;
}

.nav-dropdown-link.w--current {
  color: #30364d;
  font-weight: 700;
}

.nav-dropdown-link.w--current:hover {
  color: #9165f7;
}

.menu-icon-line-top {
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 14px;
  padding-left: 14px;
  -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: #fff;
}

.brand.white-bg {
  padding-left: 0px;
  color: #30364d;
}

.nav-dropdown-link-info {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-decription {
  margin-top: 4px;
  color: #798099;
  font-size: 12px;
  line-height: 16px;
}

.nav-dropdown-link-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: transparent;
  color: #30364d;
  font-size: 14px;
  text-decoration: none;
}

.nav-dropdown-link-v2:hover {
  background-color: #f8f8ff;
}

.nav-dropdown-link-v2.w--current {
  color: #30364d;
  font-weight: 700;
}

.menu-icon {
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.text-block-3 {
  padding-left: 1px;
  color: #4fb7e2;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 24px;
  -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: 1px none transparent;
  border-radius: 4px;
  background-color: #46b8dc;
  -webkit-transition: border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: border-color 400ms ease, transform 400ms ease, box-shadow 400ms ease;
  transition: border-color 400ms ease, transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  box-shadow: 0 6px 12px -2px rgba(145, 101, 247, 0.6);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.button.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button.small.white {
  color: #4fb7e2;
}

.button.small.ghost-bg {
  background-color: #4fb7e2;
  font-size: 13px;
  font-weight: 500;
}

.dropdown-bridge {
  position: absolute;
  left: 0px;
  top: -12px;
  right: 0px;
  height: 12px;
}

.wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.wrapper.nav-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-icon-line-bottom {
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-dropdown-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 12px;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 50%;
  color: #9165f7;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}

.dropdown-header {
  width: 100%;
  margin-bottom: 8px;
  padding: 8px 12px 12px;
  border-bottom: 1px solid #e6e8f0;
}

.nav-dropdown-icon {
  display: none;
}

.no-margin {
  margin: 0px;
  color: #fff;
  line-height: 32px;
}

.nav-link {
  padding: 8px 16px;
  border-radius: 4px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
}

.nav-link:hover {
  background-color: rgba(48, 54, 77, 0.1);
}

.nav-link.w--current {
  color: #fff;
  font-weight: 700;
}

.nav-link.white-bg {
  color: #30364d;
}

.nav-link.white-bg:hover {
  background-color: #ededff;
}

.nav-link.white-bg.highlight {
  color: #db3a12;
  font-weight: 700;
}

.nav-bar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.nav-bar.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.menu-icon-line-middle {
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 1px;
  background-color: #fff;
}

.button-2 {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 53.3%, 0.25);
  border-radius: 5px;
  background-color: #fff;
  color: #333;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu-button {
    color: #8f5543;
  }
  .nav-buttons {
    grid-column-gap: 12px;
  }
  .dropdown-list.w--open {
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px 16px 12px;
    border: 1px none #000;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.12);
  }
  .dropdown-list.v2.w--open {
    width: 100%;
    margin-left: 0px;
  }
  .dropdown-corner {
    display: none;
  }
  .nav-dropdown-link {
    padding-left: 24px;
    font-size: 13px;
  }
  .nav-dropdown-link:hover {
    background-color: transparent;
  }
  .nav-dropdown-link.w--current {
    color: #30364d;
  }
  .menu-icon-line-top.dark {
    background-color: #30364d;
  }
  .brand {
    padding-right: 16px;
    padding-left: 16px;
  }
  .nav-dropdown-link-v2 {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .nav-dropdown-link-v2:hover {
    background-color: transparent;
  }
  .nav-dropdown-link-v2.w--current {
    color: #30364d;
  }
  .navigation {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown-bridge {
    display: none;
  }
  .wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }
  .wrapper.nav-bar-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-icon-line-bottom.dark {
    background-color: #30364d;
  }
  .nav-menu {
    overflow: scroll;
    max-height: 90vh;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    border-bottom: 1px solid #ededff;
    background-color: #fff;
  }
  .nav-dropdown-icon {
    display: inline-block;
    margin-right: 24px;
    opacity: 0.4;
  }
  .no-margin {
    margin: 0px;
  }
  .nav-link {
    padding: 12px 24px;
    border-radius: 0px;
    background-color: #fff;
    color: #30364d;
  }
  .nav-link:hover {
    background-color: #fff;
  }
  .nav-link.w--current {
    color: #30364d;
  }
  .nav-link.w--open {
    box-shadow: inset 0 1px 0 0 #ededff;
  }
  .menu-button-2 {
    z-index: 99999999999;
    background-color: transparent;
  }
  .menu-button-2.w--open {
    background-color: transparent;
    color: #30364d;
  }
  .nav-bar {
    height: 64px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-icon-line-middle.dark {
    background-color: #30364d;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .nav-buttons {
    display: none;
  }
  .menu-icon {
    margin-right: 2px;
    margin-left: 2px;
  }
  .no-margin {
    margin: 0px;
  }
  .nav-bar {
    height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    font-size: 1.6em;
  }
  .nav-buttons {
    width: 100%;
    justify-items: center;
  }
  .button.small {
    padding-right: 16px;
    padding-left: 16px;
  }
  .nav-menu {
    width: 100%;
  }
  .no-margin {
    margin: 0px;
  }
}

