.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.top-nav {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #4f514f;
}

.top-nav-content {
  display: block;
  width: 100%;
  max-width: 1200px;
  -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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  text-align: left;
}

.left-side {
  max-width: 200px;
  float: left;
}

.text-block {
  padding: 10px;
  color: #4f514f;
  font-size: 12px;
}

.right-side {
  display: block;
  max-width: none;
  padding: 10px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.top-nav-link {
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #aaa;
  color: #aaa;
  font-size: 12px;
  text-decoration: none;
}

.top-nav-link-left {
  padding-right: 10px;
  padding-left: 10px;
  border-left: 0px none transparent;
  color: #aaa;
  font-size: 12px;
  text-decoration: none;
}

.main-nav {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #0064c3;
  background-color: #000;
  color: #333;
  text-align: center;
}

.main-nav-content {
  width: 100%;
  max-width: 1160px;
  padding: 10px 20px;
}

.logo {
  width: auto;
  max-width: none;
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.search-box {
  position: static;
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 800px;
  float: left;
  clear: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 210px;
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.search-button {
  width: 40px;
  height: 36px;
  padding: 0px 10px;
  float: right;
  border: 2px solid #aaa;
  background-color: transparent;
  font-family: 'Fa solid 900', sans-serif;
  color: #aaa;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.search-button:hover {
  background-color: #aaa;
  color: #fff;
}

.search-input {
  height: 36px;
  margin-bottom: 0px;
  float: left;
  border-radius: 0px;
}

.main-nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 800px;
  padding: 20px 0px 20px 8px;
  float: right;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.search-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.main-nav-item {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  clear: none;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav-center {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  width: auto;
  max-width: 800px;
  padding: 20px 15px 16px;
  float: left;
  clear: none;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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;
  background-color: transparent;
  font-family: proxima-nova, sans-serif;
  color: #aaa;
  font-weight: 500;
  text-align: left;
}

.account {
  display: block;
  margin-right: 10px;
  padding: 5px 10px;
  float: left;
  border-style: solid;
  border-width: 2px;
  border-color: #aaa;
}

.account:hover {
  background-color: #aaa;
  color: #fff;
}

.text-block-2 {
  font-family: 'Fa solid 900', sans-serif;
  color: #aaa;
}

.text-block-2:hover {
  color: #fff;
}

.cart {
  display: block;
  margin-right: 10px;
  padding: 5px 9px;
  float: left;
  border-style: solid;
  border-width: 2px;
  border-color: #aaa;
}

.cart:hover {
  background-color: #aaa;
  color: #fff;
}

.phone {
  margin-right: 10px;
  margin-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  text-align: right;
}

.text-block-4 {
  padding-right: 8px;
  float: left;
  font-family: proxima-nova, sans-serif;
  color: #ed1c24;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.bold-text {
  font-family: proxima-nova, sans-serif;
  color: #ef3f50;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.text-block-3 {
  padding-right: 5px;
  float: left;
  font-family: 'Fa solid 900', sans-serif;
  color: #ed1c24;
  font-size: 14px;
  font-weight: 500;
}

.slider-2 {
  height: 100%;
  max-height: 450px;
  background-image: none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  float: none;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.image {
  position: relative;
  left: 180px;
  top: 0%;
  bottom: auto;
  z-index: 999;
}

.image-2 {
  position: absolute;
  left: auto;
  right: auto;
}

.text-block-5 {
  display: block;
  padding-top: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-3 {
  float: left;
}

.div-block-4 {
  float: left;
}

.slide {
  float: none;
}

.text-block-6 {
  display: block;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: proxima-nova, sans-serif;
  color: #ef3f50;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-7 {
  display: block;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 46px;
  font-weight: 500;
  text-transform: none;
}

.button {
  margin-top: 10px;
  padding: 12px 30px;
  background-color: #09b189;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  background-color: #09b189;
  color: #fff;
}

.promo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.promo-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.promo-content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 360px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.promo-content-center {
  width: 100%;
  max-width: 360px;
}

.promo-content-right {
  width: 100%;
  max-width: 360px;
}

.promo-1 {
  height: 100%;
  max-height: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}

.image-3 {
  float: left;
}

.text-block-8 {
  padding-top: 20px;
  float: none;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.text-block-9 {
  float: none;
  text-align: center;
}

.text-block-10 {
  display: block;
  width: 100%;
  float: right;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: proxima-nova, sans-serif;
  color: #ef3f50;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.promo-1-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  float: left;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: left;
}

.promo-1-right {
  display: block;
  width: 55%;
  margin-top: 36px;
  float: right;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  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;
  text-align: left;
}

.text-block-11 {
  display: block;
  width: 100%;
  padding-top: 5px;
  float: right;
  clear: none;
  color: #8b8b8b;
  font-size: 16px;
  text-align: center;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 120px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  float: none;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: 2px solid #ef3f50;
  background-color: #fff;
  font-family: proxima-nova, sans-serif;
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #ef3f50;
  color: #fff;
}

.promo-2 {
  height: 100%;
  max-height: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}

.promo-3 {
  height: 100%;
  max-height: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}

.text-block-12 {
  display: block;
  width: 100%;
  float: right;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: proxima-nova, sans-serif;
  color: #09b189;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.text-block-13 {
  display: block;
  width: 100%;
  float: right;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: proxima-nova, sans-serif;
  color: #f8be13;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 120px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  float: none;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: 2px solid #09b189;
  background-color: #fff;
  font-family: proxima-nova, sans-serif;
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #09b189;
  color: #fff;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 120px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  float: none;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: 2px solid #f8be13;
  background-color: #fff;
  font-family: proxima-nova, sans-serif;
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.button-4:hover {
  background-color: #f8be13;
  color: #fff;
}

.product-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  float: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.product-categories-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cat-item-1 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  max-width: 380px;
  margin-right: 30px;
  float: left;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.image-4 {
  max-width: 360px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #bc2d35;
}

.image-5 {
  display: block;
  overflow: visible;
  -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;
}

.text-block-14 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #00acc8;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.link {
  color: #00acc8;
  text-decoration: none;
}

.cat-item-2 {
  display: block;
  width: 100%;
  max-width: 380px;
  float: left;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.cat-item-3 {
  display: block;
  width: 100%;
  max-width: 380px;
  margin-left: 30px;
  float: left;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.featured {
  display: block;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.featured-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.f-item-1 {
  display: block;
  width: 100%;
  max-width: 270px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-block-15 {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #09b189;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.text-block-16 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: proxima-nova, sans-serif;
  color: #8b8b8b;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  text-decoration: line-through;
}

.text-block-17 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: proxima-nova, sans-serif;
  color: #ef3f50;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.div-block-5 {
  float: left;
}

.div-block-6 {
  float: left;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section-title {
  display: block;
  width: 100%;
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-18 {
  padding-bottom: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.image-6 {
  width: 5%;
  max-height: 2px;
  max-width: 50px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.featured-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.featured-load {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.load-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.load-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  background-color: #fff;
  font-family: proxima-nova, sans-serif;
  color: #aaa;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.load-more:hover {
  border-color: #09b189;
  color: #09b189;
}

.text-block-19 {
  display: block;
  padding-right: 5px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  font-family: 'Fa solid 900', sans-serif;
  color: #aaa;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.text-block-19:hover {
  color: #09b189;
}

.text-block-20 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: proxima-nova, sans-serif;
  color: #aaa;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.text-block-20:hover {
  color: #09b189;
}

.footer-content-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.footer-item-1 {
  width: 100%;
  max-width: 250px;
  padding-right: 0px;
}

.list-item {
  color: #fff;
}

.footer-title {
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  color: #ccc;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-link {
  padding-bottom: 10px;
}

.footer-link:hover {
  color: #000;
}

.link-2 {
  font-family: proxima-nova, sans-serif;
  color: #ccc;
  font-size: 16px;
  text-decoration: none;
}

.link-2:hover {
  color: #00a1df;
}

.footer-item-2 {
  width: 100%;
  max-width: 360px;
  margin-bottom: 0px;
  padding-right: 20px;
}

.footer-link-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-link-2:hover {
  color: #000;
}

.list-item-2 {
  border-top: 1px solid #424258;
  color: #fff;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #ececec;
}

.text-block-21 {
  font-family: proxima-nova, sans-serif;
  color: #444;
}

.footer-copy-left {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-copy-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-copy-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.pay-icon {
  padding-left: 5px;
}

.highlights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.highlight-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hla-left {
  display: block;
  width: 100%;
  max-width: 575px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #f1f1f1;
}

.left-image {
  float: left;
}

.right-content {
  display: block;
  padding-top: 60px;
  padding-left: 20px;
  float: left;
  -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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.text-block-22 {
  width: 100%;
  max-width: none;
  padding-bottom: 7px;
  border-radius: 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-23 {
  max-width: 50px;
  padding-bottom: 5px;
  border-top: 2px solid #09b189;
  border-radius: 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-24 {
  width: auto;
  max-width: 200px;
  padding-top: 20px;
  padding-bottom: 7px;
  border-radius: 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-decoration: none;
}

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 120px;
  margin-top: 20px;
  margin-right: auto;
  padding: 5px;
  float: none;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: 2px solid #000;
  background-color: #fff;
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.button-5:hover {
  background-color: #000;
  color: #fff;
}

.hla-right {
  display: block;
  width: 100%;
  max-width: 575px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #f1f1f1;
}

.text-block-25 {
  width: auto;
  max-width: 250px;
  padding-top: 20px;
  padding-bottom: 7px;
  border-radius: 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-26 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.accounts {
  width: 40px;
  height: 33px;
  max-width: none;
  margin-right: 10px;
  padding: 5px 10px;
  float: right;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Fa solid 900', sans-serif;
  color: #3898ec;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
}

.accounts:hover {
  background-color: transparent;
  color: #f1f1f1;
}

.carts {
  width: 40px;
  height: 36px;
  padding: 5px 10px;
  float: right;
  border: 2px solid #aaa;
  background-color: transparent;
  font-family: 'Fa solid 900', sans-serif;
  color: #aaa;
  text-align: center;
  text-decoration: none;
}

.carts:hover {
  background-color: #aaa;
  color: #fff;
}

.text-span {
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 16px;
}

.main-nav-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
  color: #333;
}

.slider-3 {
  background-color: #09b189;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #0055a5;
}

.slider-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  max-height: 600px;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #0055a5;
}

.bold-text-2 {
  color: #fff;
}

.bold-text-3 {
  color: #ef3f50;
}

.bold-text-copy {
  font-family: proxima-nova, sans-serif;
  color: #ed1c24;
  font-weight: 500;
}

.bold-text-2-copy {
  color: #ed1c24;
}

.accounts-2 {
  width: 40px;
  height: 33px;
  max-width: none;
  margin-right: 10px;
  padding: 5px 10px;
  float: right;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Fa 400', sans-serif;
  color: #ed1c24;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
}

.accounts-2:hover {
  background-color: transparent;
  color: #ccc;
}

.logo-2 {
  width: auto;
  max-width: 266px;
  padding-right: 40px;
  float: left;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-12-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px none #000;
  background-color: transparent;
}

.button-6 {
  font-family: 'Fa solid 900', sans-serif;
}

.div-block-13 {
  display: block;
  width: 100%;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.text-block-27 {
  display: block;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: 'Fa solid 900', sans-serif;
  color: #ed1c24;
  font-size: 48px;
  text-align: center;
}

.text-block-28 {
  display: block;
  width: auto;
  max-width: none;
  margin-top: 20px;
  padding-top: 0px;
  clear: none;
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.div-block-14 {
  display: block;
  width: 100%;
  max-width: 200px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-block-27-copy {
  display: block;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  padding-top: 45px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 100px;
  direction: ltr;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 48px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.div-block-15 {
  width: 100%;
  height: 100%;
  max-height: 120px;
  max-width: 120px;
  margin-right: 60px;
  margin-left: 40px;
  border: 5px solid #0456a4;
  border-radius: 100px;
  background-color: #00a1df;
}

.div-block-16 {
  display: block;
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
  padding-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.section-title-2 {
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-block-29 {
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-19 {
  width: 100%;
  max-width: 1200px;
  padding-right: 40px;
  padding-left: 40px;
}

.text-span-2 {
  font-size: 14px;
}

.text-span-3 {
  font-size: 14px;
}

.text-span-4 {
  font-size: 14px;
}

.text-span-5 {
  font-size: 15px;
}

.nav-button {
  margin-top: -3px;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  border-radius: 6px;
  background-color: #0055a5;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.nav-button:hover {
  background-color: #f1f1f1;
  color: #0055a5;
}

.nav-button.w--current {
  border-color: hsla(0, 0%, 94.7%, 0);
  background-color: #bc2d35;
  color: #fff;
}

.nav-button.w--current:hover {
  background-color: #ccc;
  color: #36364a;
}

.div-block-12 {
  display: block;
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: 1px none #000;
  background-color: transparent;
  -webkit-transition: opacity 475ms ease;
  transition: opacity 475ms ease;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.image-7 {
  opacity: 0.24;
}

.footer-logo {
  margin-bottom: 20px;
}

.text-block-30 {
  padding-top: 0px;
  padding-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #ccc;
  font-size: 16px;
}

.link-3 {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.bold-text-4 {
  color: #444;
}

.div-block-21 {
  display: block;
  width: auto;
  max-width: none;
  margin-top: 60px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-style: solid;
  border-width: 1px;
  border-color: #aaa;
  border-radius: 10px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.block-title {
  margin-top: -10px;
  font-family: proxima-nova, sans-serif;
  color: #8b8b8b;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding-top: 40px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.bold-text-5 {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  font-size: 18px;
}

.field-label {
  font-family: proxima-nova, sans-serif;
  color: #000;
}

.text-field {
  font-family: proxima-nova, sans-serif;
}

.columns {
  margin-top: 40px;
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 20px;
}

.text-block-31 {
  font-family: proxima-nova, sans-serif;
  color: #8b8b8b;
  font-size: 12px;
}

.text-field-2 {
  margin-bottom: 20px;
  border-radius: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.text-field-3 {
  margin-bottom: 20px;
  border-radius: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.text-field-4 {
  margin-bottom: 20px;
  border-radius: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.text-field-5 {
  margin-bottom: 20px;
  border-radius: 5px;
  font-family: proxima-nova, sans-serif;
}

.div-block-24 {
  display: block;
  width: 100%;
  max-width: 960px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-25 {
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.field-label-2 {
  font-family: proxima-nova, sans-serif;
}

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

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

.select-field {
  border-radius: 5px;
  font-family: proxima-nova, sans-serif;
}

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

.field-label-3 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.textarea {
  border-radius: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.bold-text-9 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

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

.field-label-4 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.field-label-5 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.field-label-6 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.columns-2-2 {
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 20px;
}

.columns-2-1 {
  margin-top: 40px;
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 0px;
}

.field-label-7 {
  font-family: proxima-nova, sans-serif;
  color: #fff;
}

.field-label-8 {
  font-family: proxima-nova, sans-serif;
}

.select-field-2 {
  border-radius: 5px;
  font-family: proxima-nova, sans-serif;
}

.select-field-3 {
  border-radius: 5px;
  font-family: proxima-nova, sans-serif;
}

.div-block-26 {
  display: block;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.button-7 {
  display: block;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 6px;
  background-color: #ef3f50;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-7:hover {
  background-color: #8b8b8b;
}

.columns-2-3 {
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 0px;
}

.text-block-32 {
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-27 {
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-29 {
  width: 100%;
  max-width: 1200px;
}

.column {
  padding: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 10px;
  background-color: #f1f1f1;
}

.column-2 {
  background-color: transparent;
}

.form-title {
  padding-bottom: 40px;
  font-family: proxima-nova, sans-serif;
  color: #0055a5;
  font-size: 28px;
  font-weight: 600;
}

.bold-text-11 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.field-label-9 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.text-field-6 {
  margin-bottom: 20px;
  border-radius: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.text-field-7 {
  margin-bottom: 20px;
  border-radius: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.field-label-10 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.checkbox-field {
  margin-bottom: 20px;
}

.submit-button {
  padding-right: 40px;
  padding-left: 40px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.link-4 {
  font-family: proxima-nova, sans-serif;
  color: #0055a5;
  font-size: 16px;
  text-decoration: none;
}

.column-3 {
  padding: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 10px;
  background-color: #f1f1f1;
}

.form-block {
  margin-bottom: -5px;
}

.text-block-33 {
  font-family: 'Fa brands 400', sans-serif;
  color: #444;
  font-size: 24px;
  line-height: 22px;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-block-34 {
  font-family: proxima-nova, sans-serif;
  color: #0055a5;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.columns-3 {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  text-align: left;
}

.div-block-32 {
  display: block;
  width: 100%;
  max-width: 1000px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.div-block-33 {
  width: 100%;
  max-width: 400px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.text-block-35 {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 19px;
}

.button-8 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: #0055a5;
}

.columns-3-1 {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
}

.text-block-35-1 {
  padding-top: 7px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-35-copy {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.bold-text-12 {
  color: #8b8b8b;
  text-decoration: none;
}

.columns-bc1 {
  margin-top: 10px;
  margin-right: 60px;
  margin-left: 60px;
}

.columns-bc2 {
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 20px;
}

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

.columns-bc3 {
  margin-right: 60px;
  margin-left: 60px;
}

.columns-bc4 {
  margin-top: 20px;
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 10px;
}

.div-block-25-1 {
  margin-top: 20px;
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.div-block-25-2 {
  margin-top: 40px;
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.field-label-3-1 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.checkbox-label {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.checkbox-label-2 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.checkbox-label-3 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.text-block-37 {
  font-family: proxima-nova, sans-serif;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
  font-family: proxima-nova, sans-serif;
  color: #333;
  font-size: 16px;
}

.div-block-25-3 {
  margin-top: 40px;
  margin-right: 60px;
  margin-left: 60px;
  padding-left: 10px;
}

.bold-text-13-1 {
  color: #8b8b8b;
  font-weight: 700;
}

.div-block-30-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-block-34-1 {
  max-width: 480px;
  font-family: 'Fa solid 900', sans-serif;
  color: #0055a5;
  font-size: 18px;
}

.columns-4 {
  width: 100%;
  max-width: 750px;
  font-family: proxima-nova, sans-serif;
}

.tick {
  max-width: 30px;
  font-family: 'Fa solid 900', sans-serif;
  color: #0055a5;
  font-size: 18px;
}

.column-5 {
  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;
}

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

.tick-text {
  max-width: none;
  padding-left: 10px;
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 18px;
}

.mainline {
  margin-top: 40px;
  margin-right: 60px;
  margin-left: 60px;
  padding-left: 10px;
}

.text-field-8 {
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 16px;
  font-weight: 400;
}

.text-block-38 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.list {
  margin-top: 10px;
  padding-left: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.list-2 {
  margin-top: 20px;
  padding-left: 20px;
  font-family: proxima-nova, sans-serif;
  color: #ef3f50;
  font-size: 16px;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #aaa;
  border-radius: 5px;
  font-family: proxima-nova, sans-serif;
}

.text-block-39 {
  padding-top: 10px;
  padding-left: 20px;
  font-size: 16px;
}

.mainline-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 60px 40px;
  padding-left: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-block-38-1 {
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.main-nav-item-drop {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  clear: none;
  background-image: url('../images/drop_1drop.png');
  background-position: 100% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-40 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.icon {
  color: #f1f1f1;
}

.dropdown-toggle {
  position: static;
  display: inline-block;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 11px;
}

.dropdown-toggle-2 {
  position: static;
  display: inline-block;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 11px;
}

.tabs {
  margin-top: 40px;
  margin-right: 60px;
  margin-left: 60px;
  padding-right: 10px;
  padding-left: 10px;
}

.checkbox-label-4 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.checkbox-label-5 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.mainline-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 60px;
  padding-left: 10px;
}

.checkbox-field-2 {
  width: 200px;
}

.bold-text-14 {
  font-size: 16px;
}

.bold-text-15 {
  font-size: 16px;
}

.select-field-4 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.field-label-11 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.select-field-5 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.select-field-6 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.select-field-7 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.field-label-12 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.field-label-13 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.select-field-8 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.select-field-9 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.select-field-10 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.select-field-11 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.drop-ship {
  overflow: visible;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.columns-bc5 {
  margin-right: 60px;
  margin-bottom: 40px;
  margin-left: 60px;
}

.text-block-41 {
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-42 {
  margin-right: 60px;
  margin-left: 60px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: proxima-nova, sans-serif;
  color: #ef3f50;
  font-size: 16px;
}

.text-block-43 {
  margin-right: 60px;
  margin-left: 60px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-43-1 {
  margin-right: 60px;
  margin-left: 60px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: proxima-nova, sans-serif;
  color: #ef3f50;
  font-size: 16px;
}

.div-block-32-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-top: 20px;
  -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;
}

.image-8 {
  padding: 15px;
}

.image-9 {
  padding: 15px;
}

.image-10 {
  padding: 15px;
}

.text-block-44 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.image-11 {
  padding: 24px;
}

.image-12 {
  padding: 24px;
}

.image-13 {
  padding: 24px;
}

.text-block-45 {
  padding-left: 24px;
  font-family: proxima-nova, sans-serif;
  color: #0055a5;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.text-block-46 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  text-align: left;
}

.list-3 {
  margin-top: 5px;
  padding-left: 40px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.button-9 {
  margin-top: 10px;
  margin-left: 24px;
  border-radius: 5px;
}

.text-block-46-1 {
  padding-bottom: 10px;
  padding-left: 24px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  text-align: left;
}

.text-block-46-2 {
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 24px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  text-align: left;
}

.text-block-47 {
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

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

.list-4 {
  padding-bottom: 20px;
  padding-left: 20px;
}

.text-block-48 {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.list-item-3-1 {
  padding-bottom: 10px;
  list-style-type: decimal;
}

.div-block-33-1 {
  width: 100%;
  max-width: 100%;
}

.div-block-33-2 {
  width: 100%;
  max-width: 50%;
}

.div-block-32-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.dropdown-link {
  display: block;
  border-bottom: 1px solid #0064c3;
  background-color: #3898ec;
  color: #fff;
}

.dropdown-link:hover {
  color: #fff;
}

.dropdown-list {
  position: absolute;
  top: 30px;
  display: none;
  overflow: visible;
}

.dropdown-list.w--open {
  margin-top: 20px;
  padding-top: 0px;
  background-color: #3898ec;
}

.dropdown-list-2 {
  top: 50px;
}

.dropdown-list-2.w--open {
  background-color: #0055a5;
}

.dropdown-list-3 {
  top: 50px;
  background-color: #0055a5;
}

.dropdown-list-4 {
  padding-top: 20px;
  background-color: #0055a5;
}

.dropdown-list-5 {
  top: 50px;
  background-color: #0055a5;
}

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

.columns-bc6 {
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 20px;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.columns-bc7 {
  margin-top: 20px;
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 20px;
}

.list-5 {
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

.column-8 {
  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;
}

.div-block-25-4 {
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.column-9 {
  padding-left: 0px;
}

.checkbox-field-3 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.columns-bc8 {
  margin-top: 20px;
  padding-bottom: 10px;
}

.columns-bc9 {
  padding-bottom: 10px;
}

.div-block-25-5 {
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.link-5 {
  text-decoration: none;
}

.columns-bc10 {
  margin-right: 60px;
  margin-bottom: 40px;
  margin-left: 60px;
}

.field-label-3-2 {
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.columns-bc11 {
  margin-top: 10px;
  margin-right: 60px;
  margin-left: 60px;
}

.div-block-32-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.list-4-1 {
  padding-bottom: 20px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 24px;
}

.div-block-38 {
  width: 100%;
  max-width: 500px;
  padding: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 10px;
  background-color: #f1f1f1;
}

.div-block-28-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-29-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.column-10 {
  background-color: #aaa;
}

.column-11 {
  background-color: #09b189;
}

.slide-2 {
  width: auto;
  max-width: none;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-40 {
  width: 100%;
  max-width: 600px;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.bold-text-16 {
  text-decoration: none;
}

.div-block-30-1a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-30-1b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.columns-bc5a {
  margin: 40px 60px;
}

.columns-bc3a {
  margin-top: 40px;
  margin-right: 60px;
  margin-left: 60px;
}

.columns-bc6a {
  margin-top: 40px;
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 20px;
}

.columns-bc3ab {
  margin: 40px 60px;
}

.div-block-30-1bc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 60px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.list-6 {
  padding-left: 30px;
  clear: none;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: decimal;
}

.list-item-4 {
  padding-left: 5px;
}

.list-item-5 {
  padding-left: 5px;
}

.list-item-6 {
  padding-left: 5px;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 850px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.form-block-2 {
  margin-bottom: 40px;
}

.columns-bc41 {
  margin-top: 20px;
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 40px;
}

.text-block-49 {
  color: #ef3f50;
}

.text-block-37a {
  font-family: proxima-nova, sans-serif;
  color: #ef3f50;
}

.div-block-43 {
  padding-right: 40px;
  padding-left: 40px;
}

.nav-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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;
}

.bar-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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;
  font-family: 'Fa solid 900', sans-serif;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 24px;
}

.bar-icon.close {
  display: none;
}

.d-icon {
  display: block;
  -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;
  cursor: pointer;
}

.d-icon.close {
  display: none;
  cursor: pointer;
}

.bar-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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;
}

.baricon {
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 24px;
}

.baricon.close {
  display: none;
}

.bar-menu-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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: rgba(0, 0, 0, 0.2);
}

.open-icon {
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 24px;
}

.open-icon.close {
  display: none;
}

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

.open {
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 24px;
}

.open.close {
  display: none;
}

.open-copy {
  display: none;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 24px;
}

.open-copy.close {
  display: none;
}

.mob-nav {
  float: right;
}

.mob-nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: hsla(0, 0%, 100%, 0);
  cursor: pointer;
}

.mob-icon {
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.mob-icon.close {
  display: none;
}

.nav-tree {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0%;
  bottom: auto;
  z-index: auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #0055a5;
}

.dropdown {
  display: block;
  float: left;
  clear: right;
}

.dropdown-2 {
  display: block;
  float: left;
  clear: left;
}

.dropdown-3 {
  display: block;
  float: left;
  clear: left;
}

.dropdown-4 {
  display: block;
  float: left;
  clear: left;
}

.dropdown-5 {
  display: block;
  float: left;
  clear: left;
}

.main-nav-right-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  padding: 10px 0px 0px 8px;
  float: right;
  -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;
}

.main-nav-tab {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: visible;
  padding: 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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #0064c3;
  background-color: #0055a5;
  color: #333;
}

.main-nav-content-mob {
  width: 100%;
  max-width: 1600px;
  padding: 20px;
}

.nav-button-tab {
  margin-top: -3px;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 5px;
  float: left;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  border-radius: 6px;
  background-color: #0055a5;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.nav-button-tab:hover {
  background-color: #f1f1f1;
  color: #0055a5;
}

.dropdown-list-tab {
  padding-top: 20px;
}

.dropdown-list-tab.w--open {
  margin-top: 20px;
  padding-top: 0px;
}

.main-nav-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  padding: 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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #0064c3;
  background-color: #0055a5;
  color: #333;
}

.logo-mob {
  width: auto;
  max-width: 250px;
  padding-top: 2px;
  padding-right: 40px;
  float: left;
}

.main-nav-mob-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  padding: 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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #0064c3;
  background-color: #0055a5;
  color: #333;
}

.phone-mob {
  margin-right: 10px;
  margin-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  text-align: right;
}

.logo-mob-2 {
  width: auto;
  max-width: 250px;
  padding-top: 2px;
  padding-right: 40px;
  float: left;
}

.mob-nav-2 {
  float: right;
}

.mob-nav-bar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: hsla(0, 0%, 100%, 0);
  cursor: pointer;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999999;
  text-align: center;
}

.pay {
  display: block;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 6px;
  background-color: #09b189;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.pay:hover {
  background-color: #8b8b8b;
}

.pay-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.subtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding-bottom: 40px;
  -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;
}

.subtext-copy {
  display: block;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  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-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;
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-items {
  display: block;
  max-width: 360px;
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  -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;
}

.text-block-50 {
  margin-top: 10px;
  padding: 10px 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.div-block-45 {
  margin-top: 40px;
}

.column-13 {
  text-align: left;
}

.column-14 {
  padding-left: 0px;
  text-align: left;
}

.column-15 {
  padding-left: 0px;
}

.column-16 {
  padding-left: 0px;
}

.column-17 {
  padding-left: 0px;
}

.column-18 {
  padding-left: 0px;
}

.column-19 {
  padding-left: 0px;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 40px;
  -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 {
  width: 100%;
  max-width: 1024px;
  clear: none;
}

.column-20 {
  padding-left: 20px;
}

.image-15 {
  border-radius: 20px;
  box-shadow: 11px 11px 15px 0 hsla(0, 0%, 40%, 0.35);
}

.image-16 {
  border-radius: 20px;
  box-shadow: 11px 11px 15px 0 hsla(0, 0%, 40%, 0.35);
}

.image-17 {
  border-radius: 20px;
  box-shadow: 11px 11px 15px 0 hsla(0, 0%, 40%, 0.35);
}

.column-21 {
  text-align: left;
}

.column-14-2 {
  margin-bottom: 20px;
  text-align: center;
}

.column-21-2 {
  margin-bottom: 20px;
  text-align: center;
}

.columns-3-2 {
  display: block;
  width: 100%;
  max-width: 80%;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  text-align: left;
}

.div-block-33-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -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;
}

.div-block-45-1 {
  margin-top: 20px;
}

.button-8-1 {
  width: 100%;
  max-width: 100px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
  background-color: #0055a5;
  text-transform: uppercase;
}

.button-8-2 {
  width: 100%;
  max-width: 100px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
  background-color: #3898ec;
  text-transform: uppercase;
}

.userdash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  -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;
}

.usercontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1024px;
  min-height: 600px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 15px;
}

.tabs-2 {
  width: 100%;
  max-width: 100%;
}

.pricing-title {
  font-family: proxima-nova, sans-serif;
  color: #0055a5;
  font-size: 20px;
  font-weight: 600;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-49 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #444;
}

.div-block-50 {
  position: absolute;
  z-index: 999;
  width: 100%;
  color: #8b8b8b;
}

.div-block-51 {
  position: absolute;
  z-index: 999;
}

.div-block-52 {
  width: 100%;
  height: 100px;
  max-height: 300px;
  max-width: 300px;
  background-color: #000;
}

.text-block-50-1 {
  position: absolute;
  z-index: 9999;
  display: block;
  overflow: visible;
  width: auto;
  margin-top: 5px;
  padding: 10px 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.div-block-53 {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-54 {
  position: absolute;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 360px;
  height: 240px;
  -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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: rgba(0, 85, 165, 0);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.div-block-54:hover {
  background-color: rgba(0, 85, 165, 0.75);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

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

.grid {
  width: 1200px;
  grid-template-areas: "Area Area-2 Area-3"
    "Area-4 . .";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 325px auto;
  grid-template-rows: 325px auto;
}

.div-block-56 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-56:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.div-block-57 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-58 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-56a {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-56a:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.div-block-57a {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-58a {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.grid-2 {
  width: 1200px;
  grid-template-areas: "Area Area-2 Area-3"
    "Area-4 . .";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(500px, 1fr) 0px;
  grid-template-rows: minmax(500px, 1fr) 0px;
}

.columns-8 {
  width: 100%;
  max-width: 1200px;
}

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

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

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

.image-18 {
  padding-right: 20px;
}

.image-19 {
  padding-left: 20px;
}

.image-20 {
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-55a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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-9 {
  width: 100%;
  max-width: 1200px;
}

.div-block-59 {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-15a {
  border-radius: 20px;
}

.image-16a {
  border-radius: 20px;
}

.image-17a {
  border-radius: 20px;
}

.div-block-60 {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-3 {
  width: 100%;
  max-width: 1200px;
  grid-template-areas: ". ."
    ". Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 300px auto;
  grid-template-rows: 300px auto;
}

.columns-10 {
  width: 100%;
  max-width: 1200px;
}

.div-block-61 {
  max-height: 60px;
  max-width: none;
  background-color: #f1f1f1;
}

.div-block-62 {
  padding: 21px;
}

.text-block-51 {
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.thumb {
  border-radius: 10px;
  box-shadow: 11px 11px 15px 0 hsla(0, 0%, 40%, 0.35);
}

.new-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -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-11 {
  width: 100%;
  max-width: 1200px;
}

.product-thumb {
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
  border-radius: 10px;
  box-shadow: 11px 11px 15px 0 hsla(0, 0%, 40%, 0.35);
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 75px;
  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: 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-64 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ececec;
}

.text-block-52 {
  font-family: proxima-nova, sans-serif;
  color: #0055a5;
  font-size: 18px;
  font-weight: 700;
}

.order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 75px;
  -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: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
  cursor: pointer;
}

.pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 75px;
  -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;
  text-decoration: none;
  cursor: pointer;
}

.image-21 {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.button-10 {
  width: 100%;
  height: 100%;
  font-family: proxima-nova, sans-serif;
  text-align: center;
}

.text-block-53b {
  padding-top: 5px;
  font-family: proxima-nova, sans-serif;
  color: #444;
  text-align: center;
  text-decoration: none;
}

.text-block-53a {
  font-family: 'Fa solid 900', sans-serif;
  color: #0055a5;
  font-size: 20px;
  text-align: center;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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-12 {
  width: 100%;
  max-width: 1200px;
}

.div-block-63a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 75px;
  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: 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-69 {
  margin-top: 60px;
}

.div-block-33-1a {
  width: 100%;
  max-width: 100%;
  padding-left: 30px;
}

.text-block-36a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: proxima-nova, sans-serif;
  color: #8b8b8b;
  font-size: 18px;
}

.column-27 {
  text-align: center;
}

.column-28 {
  text-align: center;
}

.column-29 {
  text-align: center;
}

.column-30 {
  text-align: center;
}

.column-31 {
  text-align: center;
}

.column-32 {
  text-align: center;
}

.column-33 {
  text-align: center;
}

.column-34 {
  text-align: center;
}

.column-35 {
  text-align: center;
}

.column-36 {
  text-align: center;
}

.column-37 {
  text-align: center;
}

.column-38 {
  text-align: center;
}

.column-39 {
  text-align: center;
}

.column-40 {
  text-align: center;
}

.column-41 {
  text-align: center;
}

.column-42 {
  text-align: center;
}

.column-43 {
  text-align: center;
}

.column-44 {
  text-align: center;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 20px;
  -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;
}

.text-block-53 {
  font-family: proxima-nova, sans-serif;
  color: #3898ec;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div-block-20a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-71 {
  margin-bottom: 60px;
}

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

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 920px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #ececec;
}

.div-block-74 {
  width: auto;
}

.div-block-30-1bb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 40px 20px 40px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-22 {
  max-width: 100%;
  padding: 0px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.block-title-2 {
  width: 100%;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #8b8b8b;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
}

.bold-text-a {
  padding-right: 20px;
  padding-left: 10px;
  background-color: transparent;
  font-size: 18px;
}

.column-45 {
  padding-left: 0px;
}

.column-46 {
  display: block;
  margin-top: 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;
}

.div-block-42a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-75 {
  display: block;
  margin-top: 40px;
  -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;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: proxima-nova, sans-serif;
  color: #3898ec;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-20-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.slide-nav {
  display: none;
}

.text-block-54 {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.list-7 {
  padding-left: 20px;
  list-style-type: disc;
}

.columns-14 {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
}

.list-item-9 {
  font-family: proxima-nova, sans-serif;
}

.div-block-87 {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #8b8b8b;
}

.text-block-59 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.columns-16 {
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
}

.columns-18 {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #8b8b8b;
  border-radius: 0px;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 140px;
  padding: 18px 20px;
  -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: #8b8b8b;
}

.list-8 {
  padding-left: 20px;
}

.columns-15 {
  width: 100%;
  max-width: 1200px;
  background-color: #8b8b8b;
}

.text-block-55a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-88 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-79a {
  width: 100%;
  padding: 8px 10px 8px 40px;
}

.text-block-60 {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}

.columns-13 {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #8b8b8b;
  border-radius: 0px;
}

.div-block-79 {
  width: 100%;
  padding: 0px 0px 3px 20px;
}

.text-block-56 {
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #8b8b8b;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 590px;
  margin-left: 10px;
  padding: 18px;
  -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-style: solid;
  border-width: 1px;
  border-color: #8b8b8b;
  background-color: transparent;
}

.columns-17 {
  width: 100%;
  max-width: 1200px;
  background-color: #f1f1f1;
}

.text-block-55 {
  display: inline-block;
  padding-right: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block-59a {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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;
}

.text-block-57 {
  font-family: proxima-nova, sans-serif;
  color: #8b8b8b;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.div-block-82 {
  padding: 10px 15px;
}

.userdash-left {
  width: 25%;
  height: 100%;
  background-color: #f1f1f1;
}

.nav-row {
  padding: 15px 20px 15px 30px;
  border-bottom: 1px solid #fff;
  text-align: left;
}

.nav-row.center {
  padding-top: 30px;
  padding-left: 20px;
  text-align: center;
}

.nav-row.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 0px none transparent;
  text-align: left;
}

.text-block-61 {
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}

.profile-photo {
  max-width: 100px;
  min-height: 100px;
  border-radius: 0%;
}

.text-block-61a {
  margin-top: 20px;
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}

.nav-icon-pro {
  display: inline-block;
  min-width: 50px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 13px;
  text-align: left;
}

.link-block {
  color: #0055a5;
  text-align: left;
}

.link-block:hover {
  color: #8b8b8b;
}

.bold-text-17 {
  font-size: 18px;
  line-height: 24px;
}

.userdash-right {
  width: 75%;
  padding: 40px 60px;
}

.dashboard {
  padding: 50px;
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.link-6 {
  color: #0055a5;
  text-decoration: none;
}

.link-7 {
  color: #0055a5;
  text-decoration: none;
}

.link-8 {
  color: #0055a5;
  text-decoration: none;
}

.link-9 {
  color: #0055a5;
  text-decoration: none;
}

.userdash-top {
  display: block;
  width: 100%;
  height: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
}

.rightside-content {
  width: 40%;
  padding-right: 40px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right;
}

.leftside-content {
  width: 60%;
}

.text-block-61b {
  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;
  font-family: proxima-nova, sans-serif;
  color: #0055a5;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
}

.tab-link-tab-6 {
  background-color: #f1f1f1;
}

.tab-link-tab-6.w--current {
  background-color: #fff;
}

.tab-link-account-details {
  background-color: #f1f1f1;
}

.tab-link-account-details.w--current {
  background-color: #fff;
}

.tab-link-addresses {
  background-color: #f1f1f1;
}

.tab-link-addresses.w--current {
  background-color: #fff;
}

.tab-link-downloads {
  background-color: #f1f1f1;
}

.tab-link-downloads.w--current {
  background-color: #fff;
}

.tab-link-orders {
  background-color: #f1f1f1;
}

.tab-link-orders.w--current {
  background-color: #fff;
}

.tabs-3 {
  max-width: 1024px;
}

.div-block-90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #f1f1f1;
}

.tab-link-dashboard {
  display: none;
  background-color: #f1f1f1;
}

.tab-link-dashboard.w--current {
  background-color: #fff;
  color: #444;
}

.tabs-content {
  background-color: transparent;
}

.tabs-menu {
  background-color: #f1f1f1;
  text-align: center;
}

.text-block-62 {
  font-family: proxima-nova, sans-serif;
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 500;
}

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

.text-block-61c {
  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;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.div-block-92 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logout {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 24px;
}

.link-block-2 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8b8b8b;
  text-decoration: none;
}

.link-block-2:hover {
  color: #0055a5;
}

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

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 20px;
  background-color: #f1f1f1;
}

.div-block-95 {
  width: 70%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-96 {
  width: 30%;
  text-align: center;
}

.text-block-63 {
  font-family: proxima-nova, sans-serif;
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.div-block-94a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
}

.div-block-94b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  background-color: #aaa;
}

.text-block-63a {
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.text-block-63b {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.text-block-63d {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.div-block-94e {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  background-color: #f1f1f1;
}

.div-block-95d {
  width: 75%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.button-11 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: #09b189;
  font-family: proxima-nova, sans-serif;
}

.div-block-93h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.billing-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-right: 40px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.billingtitle {
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.div-block-97 {
  display: block;
  width: 75%;
  -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-97a {
  display: block;
  width: 25%;
  -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;
}

.edit {
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.link-10 {
  color: #0055a5;
  text-decoration: none;
}

.link-11 {
  color: #0055a5;
  text-decoration: none;
}

.billing-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -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;
}

.no-address {
  margin-top: 20px;
}

.text-block-64 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.address-input {
  display: none;
  margin-top: 20px;
}

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

.column-48 {
  padding-right: 0px;
}

.address-live {
  display: block;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-65 {
  font-family: proxima-nova, sans-serif;
  color: #0055a5;
  font-size: 18px;
  font-weight: 600;
}

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

.text-block-65a {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-98a {
  padding-bottom: 5px;
}

.div-block-98b {
  margin-top: 20px;
  padding-bottom: 10px;
}

.add {
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.account-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-93a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 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;
}

.div-block-99 {
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.registration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  margin-top: 40px;
  margin-right: 20px;
  margin-left: 20px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #aaa;
  border-radius: 10px;
}

.div-block-100 {
  width: 80%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 20px;
}

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

.column-50 {
  padding-right: 0px;
}

.column-51 {
  padding-right: 0px;
}

.div-block-101 {
  margin-top: 40px;
  text-align: center;
}

.submit-button-2 {
  max-width: none;
  min-width: 100px;
  border-radius: 6px;
  background-color: #0055a5;
}

.div-block-93i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 50px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.submit-button-3 {
  min-width: 100px;
  border-radius: 8px;
  background-color: #0055a5;
}

.alert {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: rgba(255, 0, 25, 0.91);
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.details {
  display: block;
  width: 73%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-66 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.column-52 {
  padding-left: 0px;
}

.columns-19 {
  width: 100%;
  padding-bottom: 20px;
}

.details-input {
  display: none;
  width: 80%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 20px;
}

.div-block-102 {
  width: 8%;
}

.text-block-66a {
  font-family: proxima-nova, sans-serif;
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 500;
}

.button-12 {
  min-width: 100px;
  border-radius: 8px;
  background-color: #0055a5;
  text-align: center;
}

.div-block-103 {
  margin-top: 20px;
  text-align: center;
}

.form-block-new {
  margin-top: 40px;
  margin-bottom: 20px;
}

.div-block-78a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 120px;
  padding: 18px 20px;
  -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: #8b8b8b;
}

.text-block-53c {
  padding-top: 5px;
  font-family: proxima-nova, sans-serif;
  color: #444;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
}

.pricing-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 75px;
  -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-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-decoration: none;
  cursor: pointer;
}

.div-block-78b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 200px;
  min-height: 170px;
  padding: 18px 20px;
  -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: #8b8b8b;
}

.div-block-104 {
  padding: 20px;
}

.text-block-55b {
  display: inline-block;
  padding-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.red-185 {
  display: inline-block;
  padding-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #e60d2e;
  font-size: 16px;
  font-weight: 700;
}

.gold-872 {
  display: inline-block;
  padding-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #85714d;
  font-size: 16px;
  font-weight: 700;
}

.gray-423 {
  display: inline-block;
  padding-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #94948f;
  font-size: 16px;
  font-weight: 700;
}

.green-355 {
  display: inline-block;
  padding-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #009645;
  font-size: 16px;
  font-weight: 700;
}

.brown-469 {
  display: inline-block;
  padding-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #613314;
  font-size: 16px;
  font-weight: 700;
}

.blue-reflex {
  display: inline-block;
  padding-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #171796;
  font-size: 16px;
  font-weight: 700;
}

.process-blue {
  display: inline-block;
  padding-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #0085ca;
  font-size: 16px;
  font-weight: 700;
}

.burgandy-207 {
  display: inline-block;
  padding-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #ad033b;
  font-size: 16px;
  font-weight: 700;
}

.orange-151 {
  display: inline-block;
  padding-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #f27d00;
  font-size: 16px;
  font-weight: 700;
}

.teal320 {
  display: inline-block;
  padding-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #009ca6;
  font-size: 16px;
  font-weight: 700;
}

.pantone-purple {
  display: inline-block;
  padding-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #6600a1;
  font-size: 16px;
  font-weight: 700;
}

.forest-green-357 {
  display: inline-block;
  padding-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #144d29;
  font-size: 16px;
  font-weight: 700;
}

.bordeaux-221 {
  display: inline-block;
  padding-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #910048;
  font-size: 16px;
  font-weight: 700;
}

.column-24a {
  padding: 0px;
}

.div-block-105 {
  margin-left: 20px;
}

.div-block-30-1bcd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  margin-left: 60px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-block-53d {
  font-family: proxima-nova, sans-serif;
  color: #444;
  line-height: 16px;
  text-align: left;
  text-decoration: none;
}

.div-block-106 {
  display: inline-block;
  padding-right: 10px;
}

.div-block-107 {
  display: inline-block;
}

.accordian-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 0px 0px 5px;
  -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;
}

.accordian-item {
  display: block;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.accordian-item-trigger {
  padding: 5px 20px;
  background-color: #f1f1f1;
  text-align: left;
  cursor: pointer;
}

.heading {
  display: inline-block;
  float: none;
  font-family: proxima-nova, sans-serif;
  color: #0055a5;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.accordian-item-content {
  overflow: hidden;
  padding: 0px;
}

.div-block-28-1a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-20b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.down-arrow {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
}

.fs-content {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.fs-title {
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

.list-4-1a {
  padding-bottom: 20px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.text-block-48a {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.div-block-108 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1024px;
  -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;
}

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

.accordian-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 20px 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;
}

.accordian-section-title {
  display: block;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.as-title {
  font-family: proxima-nova, sans-serif;
  color: #3898ec;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-20c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-100a {
  width: 80%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 20px 20px;
}

.banner-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.banner-content {
  width: 100%;
  max-width: 1024px;
  padding: 0px;
  border-radius: 15px;
}

.image-24 {
  border-radius: 15px;
}

.div-block-110 {
  display: inline-block;
}

.account-number {
  display: inline-block;
  padding-left: 10px;
}

.customer-address {
  padding-top: 0px;
}

.text-block-67 {
  font-family: proxima-nova, sans-serif;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.contact-person {
  text-align: right;
}

.c-name {
  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;
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: right;
}

.c-title {
  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;
  font-family: proxima-nova, sans-serif;
  color: #8b8b8b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: right;
}

.c-email {
  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;
  font-family: proxima-nova, sans-serif;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: right;
}

.c-phone {
  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;
  font-family: proxima-nova, sans-serif;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: right;
}

.c-contact-title {
  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;
  font-family: proxima-nova, sans-serif;
  color: #0055a5;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-align: right;
}

.button-13 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-46a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  text-align: left;
}

.list-3a {
  margin-top: 5px;
  padding-left: 40px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  text-align: left;
}

.congratulation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.congtext {
  font-family: proxima-nova, sans-serif;
  color: #3898ec;
  font-size: 42px;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
}

.congmessage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.cmtext {
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}

.cmtext2 {
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.ordercon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.div-block-111 {
  width: 100%;
  max-width: 1024px;
}

.c-logout {
  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;
  font-family: proxima-nova, sans-serif;
  color: #ef3f50;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: right;
}

.link-12 {
  color: #ef3f50;
  text-decoration: none;
}

.slider-5 {
  max-height: 136px;
  border-radius: 15px;
}

.icon-2 {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 24px;
}

.icon-3 {
  margin-right: 10px;
  font-size: 24px;
}

.slide-nav-2 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 8px;
  line-height: 16px;
}

.image-25 {
  cursor: default;
}

.image-26 {
  cursor: default;
}

.link-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
}

.mask {
  border-radius: 15px;
}

.form-block-4a {
  padding-top: 40px;
}

.section {
  margin-top: 100px;
}

.back-to-top-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  margin-bottom: 30px;
  -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-style: solid;
  border-width: 4px;
  border-color: #8b8b8b;
  border-radius: 50%;
  text-decoration: none;
}

.back-to-top-arrow {
  font-family: 'Fa solid 900', sans-serif;
  color: #8b8b8b;
  font-size: 24px;
  text-decoration: none;
}

.bc-raised-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -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: rgba(0, 0, 0, 0.75);
}

.bc-raised-content {
  position: relative;
  max-width: 600px;
  margin-top: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.heading-2 {
  display: block;
  font-family: proxima-nova, sans-serif;
  color: #0055a5;
  font-size: 28px;
  text-align: center;
  text-transform: none;
}

.close-modal {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5e5e5e;
  font-size: 42px;
  text-decoration: none;
}

.bc-full-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -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: rgba(0, 0, 0, 0.75);
}

.env-raised-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -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: rgba(0, 0, 0, 0.75);
}

.bc-full-content {
  position: relative;
  max-width: 600px;
  margin-top: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.pricing-content {
  position: relative;
  max-width: 700px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.env-full-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -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: rgba(0, 0, 0, 0.75);
}

.env-flat-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -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: rgba(0, 0, 0, 0.75);
}

.image-27 {
  display: inline-block;
  height: 800px;
  margin-left: 15px;
}

.image-28 {
  display: inline-block;
  height: 800px;
  margin-left: 16px;
}

.image-29 {
  display: inline-block;
  height: 800px;
}

.slider-6 {
  height: 750px;
  background-color: #fff;
}

.slide-3 {
  text-align: center;
}

.slide-4 {
  text-align: center;
}

.slide-5 {
  text-align: center;
}

.icon-4 {
  color: #ccc;
}

.icon-5 {
  color: #ccc;
}

.slide-nav-3 {
  display: none;
  color: #ccc;
}

.let-raised-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -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: rgba(0, 0, 0, 0.75);
}

.let-full-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -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: rgba(0, 0, 0, 0.75);
}

.let-flat-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -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: rgba(0, 0, 0, 0.75);
}

.image-30 {
  height: 750px;
  padding-right: 10px;
  padding-left: 60px;
  text-align: center;
}

.stamp-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -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: rgba(0, 0, 0, 0.75);
}

.postcards-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -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: rgba(0, 0, 0, 0.75);
}

.flyers-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -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: rgba(0, 0, 0, 0.75);
}

.booklets-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -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: rgba(0, 0, 0, 0.75);
}

.announce-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -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: rgba(0, 0, 0, 0.75);
}

.carbonless-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -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: rgba(0, 0, 0, 0.75);
}

.image-31 {
  padding-right: 20px;
  padding-left: 20px;
}

.pricing-content-2 {
  position: relative;
  max-width: 1100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.image-32 {
  padding-right: 30px;
  padding-left: 30px;
}

.pricing-content-3 {
  position: relative;
  max-width: 800px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.columns-20 {
  margin-bottom: 20px;
}

.select-field-8a {
  margin-left: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.column-55 {
  padding-left: 20px;
}

.text-field-8a {
  font-family: proxima-nova, sans-serif;
  color: #09b189;
  font-size: 16px;
  font-weight: 500;
}

.bold-text-9a {
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.field-label-16 {
  margin-bottom: 10px;
  padding-left: 10px;
  color: #8b8b8b;
  line-height: 18px;
}

.field-label-16a {
  color: #8b8b8b;
  line-height: 18px;
  font-weight: 400;
}

.bold-text-9b {
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.list-9 {
  padding-left: 30px;
  list-style-type: decimal;
}

.select-field-6a {
  margin-left: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.field-label-14a {
  margin-left: 10px;
}

.field-label-15a {
  margin-left: 10px;
}

.field-label-13a {
  margin-left: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.select-field-10a {
  margin-left: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.order-price {
  margin-top: 24px;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(56, 152, 236, 0.59);
  border-radius: 8px;
  background-color: rgba(0, 100, 195, 0.2);
}

.field-label-17 {
  color: #fff;
}

.field-label-17a {
  color: #fff;
  font-size: 14px;
}

.price {
  font-family: proxima-nova, sans-serif;
  color: #0055a5;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

.price-title {
  font-family: proxima-nova, sans-serif;
  color: #0055a5;
  font-size: 16px;
}

.new-label {
  padding-top: 10px;
}

.order-block {
  margin-left: 40px;
}

.bold-text-9a-copy {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.field-label-16-copy {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #8b8b8b;
  line-height: 18px;
}

.list-9a {
  margin-top: 20px;
  padding-left: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  list-style-type: decimal;
}

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

.list-item-11 {
  font-size: 16px;
}

.list-item-12 {
  font-size: 16px;
}

.main-nav-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-height: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  background-color: #000;
  text-align: center;
}

.main-nav-3 {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  padding: 0px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: #fff;
  color: #333;
  text-align: center;
}

.div-block-112 {
  margin-top: 100px;
  text-align: center;
}

.div-block-113 {
  padding-top: 5px;
  padding-bottom: 0px;
  text-align: center;
}

.cmtext-2 {
  font-family: proxima-nova, sans-serif;
  color: #09b189;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}

.congtext-2 {
  font-family: proxima-nova, sans-serif;
  color: #09b189;
  font-size: 42px;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
}

.cmtext2-2 {
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.section-title-3 {
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.columns-1 {
  margin-top: 40px;
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 0px;
}

.columns-0 {
  margin-top: 5px;
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 20px;
}

.columns-21 {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-68 {
  font-size: 18px;
}

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

.info-content {
  width: 30%;
}

.heading-3 {
  color: #3898ec;
}

.image-33 {
  max-height: 120px;
  max-width: none;
}

@media screen and (max-width: 991px) {
  .main-nav {
    display: none;
  }

  .footer-content-area {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-item-2 {
    max-width: 280px;
    margin-bottom: 40px;
  }

  .div-block-12-2 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .div-block-13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-18 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-button {
    float: left;
    clear: left;
  }

  .dropdown-toggle {
    position: static;
  }

  .div-block-43 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mobile-nav {
    float: right;
  }

  .nav-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -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: 0px;
    background-color: transparent;
  }

  .bar-icon {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Fa solid 900', sans-serif;
    color: hsla(0, 0%, 100%, 0.38);
    font-size: 24px;
  }

  .bar-icon.close {
    display: none;
  }

  .mob-nav-bar {
    width: 50px;
    height: 50px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .nav-tree {
    left: 0%;
    top: 100%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: none;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .main-nav-right-tab {
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-nav-tab {
    display: block;
  }

  .main-nav-content-mob {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-button-tab {
    width: 150px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: 20px;
    float: left;
    clear: left;
  }

  .dropdown-list-tab {
    position: static;
  }

  .main-nav-mob {
    display: none;
  }

  .main-nav-mob-2 {
    display: none;
  }

  .mob-nav-bar-2 {
    width: 50px;
    height: 50px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .text-block-50 {
    padding-top: 20px;
  }

  .text-block-50-1 {
    padding-top: 20px;
  }

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

  .div-block-63 {
    width: 50%;
  }

  .order {
    width: 25%;
  }

  .pricing {
    width: 25%;
  }

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

  .div-block-63a {
    width: 50%;
  }

  .pricing-2 {
    width: 25%;
  }

  .main-nav-3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .main-nav-content {
    display: block;
  }

  .footer-content-area {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-item-1 {
    margin-bottom: 20px;
  }

  .accounts {
    float: left;
    clear: left;
  }

  .nav-tree {
    display: none;
  }

  .main-nav-tab {
    display: none;
  }

  .main-nav-content-mob {
    display: block;
    padding-top: 20px;
  }

  .nav-button-tab {
    text-align: center;
  }

  .main-nav-mob {
    display: block;
  }

  .logo-mob.w--current {
    display: block;
    max-width: 250px;
    padding-right: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-14 {
    max-width: 100%;
  }

  .main-nav-mob-2 {
    display: none;
  }

  .logo-mob-2.w--current {
    display: block;
    max-width: 250px;
    padding-right: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-nav-content-2 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .phone {
    float: left;
    clear: left;
  }

  .div-block-25 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .columns-bc1 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .columns-bc2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .columns-bc3 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .columns-bc4 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-25-1 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-25-3 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .mainline {
    margin-right: 20px;
    margin-left: 20px;
  }

  .mainline-2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .mainline-3 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .text-block-43 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .text-block-43-1 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-30-1bc {
    margin-right: 20px;
    margin-left: 20px;
  }

  .columns-bc41 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .nav-tree {
    display: none;
  }

  .main-nav-mob {
    display: none;
  }

  .main-nav-mob-2 {
    display: block;
  }

  .phone-mob {
    margin-left: 20px;
    padding-top: 20px;
    float: left;
    clear: left;
  }

  .logo-mob-2 {
    max-width: 220px;
  }

  .logo-mob-2.w--current {
    padding-right: 20px;
  }

  .mob-nav-bar-2 {
    width: 49px;
    height: 40px;
  }

  .div-block-30-1bb {
    margin-right: 20px;
    margin-left: 20px;
  }

  .columns-bcr {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-30-1bcd {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}