.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}

a {
  color: #000;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

.section-content {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 120px;
}

.section-content.home {
  padding-top: 120px;
}

.container {
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
}

.section-banner {
  width: 100%;
  margin-top: -100px;
}

.home-banner-slider {
  height: auto;
  background-color: transparent;
}

.home-banner-slide {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
}

.hide {
  display: none;
}

.home-banner-slider-mask {
  height: auto;
}

.home-banner-img-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../images/home-banner-12x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner-img-b.banner-2 {
  background-image: url('../images/home-banner-22x.jpg');
}

.home-banner-img-b.banner-3 {
  background-image: url('../images/home-banner-32x.jpg');
}

.home-banner-b {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.home-banner-slope {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: none;
  margin-bottom: -3px;
}

.home-banner-slope.banner-nav-mobile {
  display: none;
}

.home-banner-nav {
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 15px;
  max-width: 1280px;
  margin-bottom: 240px;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-align: left;
}

.all {
  overflow: hidden;
  min-height: 100vh;
  padding-top: 100px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.all.overflow-visable {
  overflow: visible;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.header-brand {
  max-width: 100px;
}

.img-full {
  display: block;
  width: 100%;
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  position: relative;
  margin-right: 60px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  float: left;
  color: #000;
}

.nav-link.w--current {
  background-image: url('../images/nav-active-dot-b.svg'), url('../images/nav-active-line-b.svg');
  background-position: 50% 100%, 50% 0%;
  background-size: 5px, 1px;
  background-repeat: no-repeat, no-repeat;
}

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

.header-account-b {
  float: right;
}

.header-loggedout {
  position: relative;
}

.btn-login {
  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;
  color: #000;
}

.btn-login.white {
  color: #fff;
}

.btn-login-icon-b {
  position: relative;
  width: 30px;
  margin-right: 5px;
}

.btn-login-arrow-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.menu-wh {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 0;
}

.header-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  opacity: 1;
}

.home-banner-content-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  -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;
}

.b-100 {
  width: 100%;
}

.home-banner-txt {
  width: 60%;
  font-family: helvetica, sans-serif;
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.5);
}

.banner-nav-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  margin-bottom: 30vh;
}

.home-banner-nav-item {
  position: relative;
  width: 215px;
  margin-bottom: 20px;
  padding-top: 30px;
  float: left;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: hsla(0, 0%, 100%, 0.5);
}

.home-banner-nav-item:hover {
  color: #fff;
}

.home-banner-nav-item.active {
  color: #fff;
}

.home-banner-nav-link-txt {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.home-banner-nav-wrap {
  margin-bottom: -40px;
  float: left;
}

.template-cat-b {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 25%;
  float: left;
}

.title-b {
  padding-left: 38px;
  background-image: url('../images/common-title-dot.svg');
  background-position: 0% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.title-b.center {
  padding-right: 38px;
  background-image: url('../images/common-title-dot.svg'), url('../images/common-title-dot.svg');
  background-position: 100% 50%, 0% 50%;
  background-size: 8px, 8px;
  background-repeat: no-repeat, no-repeat;
}

.cat-col-title-b {
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #c6c6c6;
}

.cat-menu-b {
  font-weight: 300;
}

.cat-menu-item-b {
  overflow: hidden;
  margin-bottom: 10px;
}

.cat-menu-item-line-b {
  overflow: hidden;
  width: 0px;
  height: 1px;
}

.cat-menu-item-line-b.active {
  overflow: hidden;
  width: auto;
}

.cat-line-bk {
  width: 30px;
  height: 1px;
  margin-right: 15px;
  background-color: #000;
}

.cat-menu-link {
  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;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
}

.cat-menu-link:hover {
  opacity: 0.5;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.cat-menu-link.w--current {
  font-weight: 700;
}

.cat-menu-link.w--current:hover {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.template-list-b {
  width: 75%;
  float: left;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

.template-list-item-b {
  width: 50%;
  margin-bottom: 60px;
  padding-left: 60px;
  float: left;
}

.template-item-img-frame {
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

.template-item-img-b {
  overflow: hidden;
}

.template-item-img-frame-deco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.template-frame-dots {
  width: 7%;
}

.template-list-item-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c6c6c6;
  letter-spacing: 2px;
}

.btn-common {
  position: relative;
  display: inline-block;
  min-width: 100px;
  padding: 10px 20px;
  border-radius: 1000px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.btn-common:hover {
  color: rgba(0, 0, 0, 0.5);
}

.btn-common.small {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
}

.btn-common-deco-left {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 47px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.btn-common-deco-left.small {
  width: 35px;
}

.btn-common-deco-right {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 47px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.btn-common-deco-right.small {
  width: 35px;
}

.link-100 {
  display: block;
  width: 100%;
  color: #000;
}

.template-list-item-cat {
  font-size: 13px;
  line-height: 17px;
  font-weight: 300;
}

.template-list-item-cat-item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
  padding-left: 15px;
  background-image: url('../images/template-item-cat-dot.svg');
  background-position: 0% 50%;
  background-size: 5px;
  background-repeat: no-repeat;
}

.template-list-item-cat-link {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #575757;
}

.template-list-item-cat-link:hover {
  opacity: 0.5;
}

.section-footer {
  width: 100%;
  padding-bottom: 60px;
  color: #575757;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.template-name-txt {
  margin-right: 30px;
  font-weight: 700;
}

.btn-extend {
  display: none;
}

.img-icon-collapse {
  display: block;
  width: 100%;
}

.nav-link-hover-line {
  width: 1px;
  height: 30px;
  background-color: #000;
}

.nav-link-hover-line.white {
  background-color: #fff;
}

.nav-link-hover-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}

.nav-link-hover-dot.white {
  background-color: #fff;
}

.nav-link-deco-top {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  height: 0px;
}

.nav-link-deco-bottom {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  opacity: 0;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.section-div {
  margin-bottom: 120px;
}

.section-heading-b {
  margin-bottom: 45px;
  text-align: center;
}

.home-intro-b {
  text-align: center;
}

.font-20 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.font-28 {
  font-size: 28px;
  line-height: 32px;
}

.home-showcase-b {
  border-style: solid;
  border-width: 1px;
  border-color: #c6c6c6;
  border-radius: 4px;
}

.home-showcase-slider {
  height: auto;
  background-color: transparent;
}

.home-shwocase-slide {
  width: 100%;
}

.home-showcase-img {
  display: block;
  width: 100%;
}

.home-just-3-steps {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.txt-highlight {
  color: #939393;
}

.home-steps-item {
  width: 33.333333333333336%;
  padding-right: 5%;
  padding-left: 5%;
  float: left;
  text-align: center;
}

.home-step-img-b {
  margin-bottom: 20px;
}

.home-step-dot {
  width: 8px;
  height: 8px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 100%;
  background-color: #000;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

.txt-align-center {
  text-align: center;
}

.home-vid-b {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.template-select-l-b {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 50%;
  padding-top: 4px;
  padding-right: 45px;
  float: left;
}

.template-select-preview-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-circle {
  position: relative;
  width: 40px;
  height: 40px;
}

.btn-circle.invoice {
  display: inline-block;
  float: none;
}

.btn-link-img {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.template-select-r-b {
  width: 50%;
  padding-left: 45px;
  float: right;
  border-left: 1px solid #c6c6c6;
}

.content-gp-b {
  margin-bottom: 70px;
}

.content-gp-b.last {
  margin-bottom: 30px;
}

.content-gp-title-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-b {
  margin-bottom: 0px;
}

.gp-line-wrap {
  width: 100%;
  height: 2px;
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gp-line-wrap.right {
  margin-right: 30px;
  margin-left: 0px;
}

.txt-field {
  margin-bottom: 20px;
  padding: 0px 0px 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #c6c6c6;
  border-radius: 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}

.txt-field::-webkit-input-placeholder {
  letter-spacing: 1px;
}

.txt-field:-ms-input-placeholder {
  letter-spacing: 1px;
}

.txt-field::-ms-input-placeholder {
  letter-spacing: 1px;
}

.txt-field::placeholder {
  letter-spacing: 1px;
}

.txt-field.mm {
  width: 30px;
  float: left;
  text-align: center;
}

.txt-field.yyyy {
  width: 45px;
  float: left;
  text-align: center;
}

.btn-form-submit-wrap {
  position: relative;
  display: inline-block;
}

.form-radio-item {
  margin-bottom: 15px;
}

.radio-btn-field {
  margin-right: 30px;
  margin-left: 1px;
  padding-left: 20px;
  float: left;
}

.radio-btn-label {
  margin-left: 15px;
  font-size: 14px;
  line-height: 18px;
}

.template-select-domain-availability-b {
  float: right;
  text-align: right;
}

.template-select-domain-availability-txt {
  padding-right: 10px;
  color: #7ed321;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.template-select-domain-availability-result-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -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;
}

.domain-available-tick {
  display: block;
  width: 12px;
}

.font-12 {
  font-size: 12px;
  line-height: 14px;
}

.form-radio-gp-half {
  width: 50%;
  float: left;
}

.template-form-card-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.template-form-card-number-b {
  padding-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.template-form-card-expire-slash {
  margin-top: 2px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  color: #939393;
}

.template-select-summary-b {
  font-size: 14px;
  line-height: 18px;
}

.template-select-summary-breakdown {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6c6c6;
}

.template-select-summary-row {
  margin-bottom: 10px;
}

.template-select-summary-field {
  float: left;
}

.template-select-summary-data {
  float: right;
}

.template-select-summary-total {
  font-weight: 700;
}

.login-b {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.account-info-content {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.account-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-info-field {
  width: 40%;
  padding-right: 60px;
  color: #939393;
  font-size: 14px;
  line-height: 18px;
}

.account-info-data {
  width: 60%;
  font-weight: 700;
}

.account-bill-content {
  font-weight: 700;
}

.account-bill-row {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.account-bill-title-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-bill-title-txt {
  font-weight: 700;
}

.account-bill-collapse-icon-b {
  position: relative;
  width: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.billing-icon-expand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  opacity: 0;
}

.account-billing-info-expand-b {
  overflow: hidden;
  margin-right: -30px;
  margin-left: -30px;
  padding-right: 30px;
  padding-left: 30px;
}

.account-billing-info-expand-wrap {
  padding-top: 20px;
}

.account-billing-expand-l {
  width: 75%;
  padding-bottom: 10px;
  float: left;
}

.account-billing-expand-l.edit {
  width: 65%;
}

.account-billing-list {
  margin-bottom: 30px;
  padding-left: 18px;
}

.account-billing-list-item {
  padding-left: 20px;
  color: #575757;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.account-billing-expand-r {
  max-width: 25%;
  float: right;
}

.account-billing-expand-r.edit {
  width: 35%;
  max-width: none;
}

.account-billing-card-field {
  margin-right: 10px;
  float: left;
}

.account-billing-card-data {
  float: left;
}

.account-billing-card-b {
  margin-bottom: 30px;
  color: #575757;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.account-billing-expand-l-btn-item {
  margin-right: 30px;
  float: left;
}

.account-invoice-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-bottom: 5px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}

.account-invoice-col {
  width: 20%;
}

.account-invoice-col.description {
  width: 50%;
}

.account-invoice-col.btn {
  width: 10%;
  text-align: right;
}

.line-bk-2 {
  width: 100%;
  height: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
}

.line-bk-2.right {
  float: right;
}

.billing-icon-collapse {
  display: block;
  width: 100%;
}

.invoice-field-name {
  display: none;
}

.home-banner-nav-point {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.home-banner-nav-default-pt {
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 1000px;
  background-color: #fff;
}

.home-banner-nav-active-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 15px;
  height: 15px;
  border-radius: 1000px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-banner-nav-active-circle.active {
  opacity: 0.2;
}

.slope-wrap {
  margin-right: -5px;
  margin-left: -5px;
}

.home-banner-txt-b {
  overflow: hidden;
  margin-bottom: 100px;
  padding-bottom: 20px;
}

.account-edit-btn-wrap {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}

.faq-gp-b {
  border-style: solid none none;
  border-width: 1px;
  border-color: #c6c6c6;
}

.faq-click-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-size: 18px;
  font-weight: 700;
}

.faq-click-b:hover {
  color: #939393;
}

.faq-num {
  width: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.faq-a-b {
  overflow: hidden;
}

.list {
  padding-left: 20px;
}

.list.ordered {
  list-style-type: decimal;
}

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

.faq-a-wrap {
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.faq-q-b {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-b {
  border-bottom: 1px solid #c6c6c6;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

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

.txt-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #939393;
}

.txt-link:hover {
  color: #575757;
}

.tutorial-l-b {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding-top: 4px;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tutorial-vid-deco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tutorial-vid-deco-dot {
  width: 5%;
}

.tutorial-vid-b {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  border-radius: 8px;
}

.tutorial-r-b {
  width: 30%;
  min-width: 300px;
}

.tutorial-title-b {
  margin-top: 0px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.tutorial-gp {
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}

.tutorial-gp-title {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.tutorial-list-link {
  display: block;
  padding: 15px 10px;
  opacity: 0.5;
  -webkit-transition: background-color 500ms ease, opacity 500ms ease;
  transition: background-color 500ms ease, opacity 500ms ease;
  font-size: 14px;
  line-height: 20px;
}

.tutorial-list-link:hover {
  background-color: hsla(0, 0%, 92.2%, 0.4);
  opacity: 1;
}

.tutorial-list-link.current {
  background-color: hsla(0, 0%, 92.2%, 0.6);
  opacity: 1;
}

.tutorial-list-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tutorial-list-item-icon-b {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/tutorial-icon-vid-bk.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tutorial-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tutorial-list-item-title-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tutorial-list-item-time {
  margin-left: 20px;
}

.tutorial-list-item-title-b {
  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;
}

.tutorial-list-item {
  border-style: solid none none;
  border-width: 1px;
  border-color: #ebebeb;
}

.tutorial-listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -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;
}

.tutorial-list-item-b {
  width: 33%;
  margin-bottom: 45px;
  padding-right: 15px;
  padding-left: 15px;
}

.tutorial-listing-link {
  display: block;
}

.tutorial-listing-title {
  margin-top: 15px;
  font-weight: 700;
  letter-spacing: 2px;
}

.tutorial-listing-thumbnail {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  border-radius: 8px;
}

html.w-mod-js *[data-ix="common-fade-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="common-mask-out-from-left"] {
  width: 0px;
}

html.w-mod-js *[data-ix="template-list-item-scroll"] {
  opacity: 0;
  -webkit-transform: rotateX(13deg) rotateY(-7deg) rotateZ(-3deg);
  transform: rotateX(13deg) rotateY(-7deg) rotateZ(-3deg);
}

html.w-mod-js *[data-ix="common-mask-from-top"] {
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="common-init-h-0"] {
  height: 0px;
}

html.w-mod-js *[data-ix="common-gp-heading-scrol"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="init-banner-img"] {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="init-banner-txt"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="home-step-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="init-h-0"] {
  height: 0px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 21px;
  }

  h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .section-content {
    padding-top: 45px;
    padding-bottom: 90px;
  }

  .section-content.home {
    padding-top: 90px;
  }

  .container {
    padding-right: 5%;
    padding-left: 5%;
  }

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

  .home-banner-slope {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .home-banner-nav {
    padding-right: 5%;
    padding-left: 5%;
  }

  .all {
    display: block;
  }

  .header-brand {
    width: 80px;
  }

  .header-wrap {
    height: 80px;
  }

  .nav-link {
    margin-right: 45px;
    margin-bottom: 20px;
    padding-top: 34px;
    padding-bottom: 14px;
  }

  .btn-login-icon-b {
    width: 25px;
  }

  .home-banner-txt {
    font-size: 60px;
    line-height: 70px;
  }

  .home-banner-nav-item {
    padding-top: 20px;
  }

  .home-banner-nav-link-txt {
    font-size: 16px;
    line-height: 22px;
  }

  .template-cat-b {
    top: 80px;
  }

  .title-b {
    background-size: 6px;
    font-size: 16px;
    line-height: 22px;
  }

  .title-b.center {
    background-size: 6px, 6px;
  }

  .cat-col-title-b {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .cat-menu-b {
    font-size: 14px;
    line-height: 18px;
  }

  .template-list-item-b {
    margin-bottom: 45px;
    padding-left: 5%;
  }

  .template-list-item-main {
    letter-spacing: 1px;
  }

  .btn-common {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 15px;
    line-height: 21px;
  }

  .btn-common-deco-left {
    width: 40px;
  }

  .btn-common-deco-right {
    width: 40px;
  }

  .section-footer {
    padding-bottom: 30px;
  }

  .template-name-txt {
    margin-right: 20px;
  }

  .section-div {
    margin-bottom: 90px;
  }

  .section-heading-b {
    margin-bottom: 30px;
  }

  .font-20 {
    font-size: 16px;
    line-height: 20px;
  }

  .font-28 {
    font-size: 24px;
    line-height: 28px;
  }

  .home-steps-b {
    margin-right: -4%;
    margin-left: -4%;
  }

  .home-steps-item {
    padding-right: 4%;
    padding-left: 4%;
  }

  .template-select-l-b {
    top: 80px;
    width: 40%;
    padding-right: 3%;
  }

  .btn-circle.invoice {
    width: 40px;
    height: 40px;
  }

  .template-select-r-b {
    width: 60%;
    padding-left: 3%;
  }

  .content-gp-b {
    margin-bottom: 60px;
  }

  .content-gp-title-b {
    margin-bottom: 25px;
  }

  .txt-field {
    padding-bottom: 5px;
  }

  .radio-btn-field {
    float: none;
  }

  .radio-btn-label {
    margin-left: 5px;
  }

  .template-select-domain-availability-b {
    margin-top: 15px;
    padding-left: 24px;
    float: none;
    text-align: left;
  }

  .template-select-domain-availability-result-b {
    margin-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .account-bill-row {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }

  .account-bill-collapse-icon-b {
    width: 18px;
  }

  .account-billing-info-expand-wrap {
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .account-billing-expand-l {
    width: 60%;
  }

  .account-billing-expand-l.edit {
    width: 50%;
  }

  .account-billing-expand-r {
    max-width: 40%;
  }

  .account-billing-expand-r.edit {
    width: 50%;
  }

  .faq-click-b {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tutorial-l-b {
    top: 80px;
    width: 40%;
    padding-right: 3%;
  }

  .tutorial-listing {
    margin-right: -5px;
    margin-left: -5px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .section-content {
    padding-top: 45px;
    padding-bottom: 60px;
  }

  .section-content.home {
    padding-top: 60px;
  }

  .section-banner {
    margin-top: 0px;
  }

  .all {
    padding-top: 70px;
  }

  .all.overflow-visable {
    overflow: hidden;
  }

  .header-brand {
    width: 80px;
  }

  .header-wrap {
    height: 70px;
  }

  .nav-link {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    float: none;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
  }

  .nav-link:hover {
    opacity: 0.5;
  }

  .nav-link.w--current {
    background-image: none;
    font-weight: 700;
  }

  .nav-menu {
    display: block;
    padding-top: 30px;
    padding-bottom: 45px;
    border-bottom: 1px solid #000;
    background-color: #fff;
  }

  .btn-menu {
    padding: 0px;
    background-image: url('../images/icon-menu.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .btn-menu.w--open {
    background-color: transparent;
    background-image: url('../images/icon-menu-close.svg');
  }

  .header-account-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    float: 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;
    text-align: center;
  }

  .header-bg {
    opacity: 1;
  }

  .home-banner-content-b {
    height: 100vw;
    min-height: 0px;
  }

  .home-banner-txt {
    width: 100%;
    font-size: 34px;
    line-height: 44px;
  }

  .banner-nav-b {
    margin-bottom: 25vw;
  }

  .home-banner-nav-item {
    width: 140px;
  }

  .home-banner-nav-link-txt {
    font-size: 14px;
  }

  .home-banner-nav-wrap {
    margin-bottom: 0px;
  }

  .template-cat-b {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    margin-top: 70px;
    padding-top: 30px;
    padding-right: 5%;
    padding-left: 5%;
    float: none;
    border-bottom: 1px solid #c6c6c6;
    background-color: #fff;
  }

  .title-b {
    padding-left: 20px;
  }

  .title-b.center {
    padding-right: 20px;
  }

  .cat-col-title-b {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
  }

  .cat-menu-b {
    overflow: hidden;
    width: 100%;
    height: 0px;
  }

  .cat-menu-item-b {
    overflow: visible;
    width: 50%;
    margin-right: 0px;
    padding-right: 30px;
    float: left;
  }

  .cat-menu-item-line-b.active {
    display: none;
  }

  .cat-menu-link {
    display: block;
    width: 100%;
  }

  .cat-menu-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .template-list-b {
    width: 100%;
    padding-top: 60px;
    float: none;
  }

  .template-list-item-b {
    padding-right: 3%;
    padding-left: 3%;
  }

  .template-list-item-main {
    font-size: 14px;
    line-height: 18px;
  }

  .btn-common {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 18px;
  }

  .btn-common-deco-left {
    width: 35px;
  }

  .btn-common-deco-right {
    width: 35px;
  }

  .section-footer {
    font-size: 12px;
    line-height: 16px;
  }

  .btn-extend {
    position: relative;
    display: block;
    width: 22px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .img-icon-collapse {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    opacity: 0;
  }

  .cat-menu-wrap {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
  }

  .template-list-wrap {
    margin-right: -3%;
    margin-left: -3%;
  }

  .nav-link-deco-top {
    display: none;
  }

  .nav-link-deco-bottom {
    display: none;
  }

  .btn-menu-size {
    width: 35px;
    height: 35px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .section-div {
    margin-bottom: 60px;
  }

  .margin-bottom-30 {
    margin-bottom: 25px;
  }

  .font-28 {
    font-size: 20px;
    line-height: 24px;
  }

  .home-steps-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-steps-item {
    width: 50%;
    margin-bottom: 10px;
    float: none;
  }

  .home-step-img-b {
    width: 80%;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }

  .home-step-dot {
    width: 5px;
    height: 5px;
    margin-bottom: 10px;
  }

  .margin-bottom-45 {
    margin-bottom: 30px;
  }

  .template-select-l-b {
    position: static;
    width: 100%;
    padding-right: 0px;
  }

  .template-select-r-b {
    width: 100%;
    margin-top: 30px;
    padding-left: 0px;
    border-left-style: none;
  }

  .gp-line-wrap {
    margin-left: 20px;
  }

  .txt-field {
    margin-bottom: 15px;
    padding-bottom: 0px;
  }

  .form-radio-item {
    margin-bottom: 5px;
  }

  .billing-icon-expand {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    opacity: 0;
  }

  .account-billing-expand-l {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }

  .account-billing-expand-l.edit {
    width: 100%;
  }

  .account-billing-list {
    margin-bottom: 20px;
  }

  .account-billing-expand-r {
    width: 100%;
    max-width: none;
    float: none;
  }

  .account-billing-expand-r.edit {
    width: 100%;
  }

  .account-billing-card-b {
    margin-bottom: 20px;
  }

  .account-billing-expand-l-btn-item {
    margin-right: 20px;
  }

  .account-invoice-row {
    margin-bottom: 30px;
  }

  .account-invoice-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .account-invoice-col.description {
    width: 100%;
  }

  .account-invoice-col.btn {
    width: 100%;
    margin-top: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .invoice-field-name {
    display: block;
    width: 30%;
    color: #939393;
    font-weight: 400;
  }

  .home-banner-txt-b {
    margin-bottom: 140px;
  }

  .faq-click-b {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-a-b {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-a-wrap {
    padding-bottom: 10px;
  }

  .margin-bottom-10 {
    margin-bottom: 10px;
  }

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

  .tutorial-l-b {
    position: static;
    width: 100%;
    padding-right: 0px;
  }

  .tutorial-vid-deco {
    height: 20px;
  }

  .tutorial-vid-deco-dot {
    width: 30px;
  }

  .tutorial-r-b {
    overflow: scroll;
    width: auto;
    max-height: 40vh;
    min-width: 0px;
    margin-top: 30px;
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tutorial-title-b {
    letter-spacing: 1px;
  }

  .tutorial-gp {
    margin-bottom: 20px;
  }

  .tutorial-b {
    display: block;
  }

  .tutorial-list-item {
    font-size: 14px;
    line-height: 20px;
  }

  .tutorial-list-item-b {
    width: 50%;
    margin-bottom: 30px;
  }

  .tutorial-listing-title {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 479px) {
  .section-content {
    padding-top: 20px;
  }

  .home-banner-img-b {
    background-image: url('../images/home-banner-mobile12x.jpg');
  }

  .home-banner-img-b.banner-2 {
    background-image: url('../images/home-banner-mobile22x.jpg');
  }

  .home-banner-img-b.banner-3 {
    background-image: url('../images/home-banner-mobile32x.jpg');
  }

  .home-banner-slope {
    margin-bottom: -2px;
  }

  .home-banner-slope.banner-nav-mobile {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    margin-top: 2px;
    margin-bottom: 0px;
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
  }

  .home-banner-nav {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 20px;
    height: auto;
    margin-left: 7%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .header-brand.w--current {
    width: 70px;
  }

  .nav-link {
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
  }

  .nav-link:hover {
    opacity: 0.5;
  }

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

  .nav-link.w--current:hover {
    opacity: 1;
  }

  .home-banner-txt {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
    text-shadow: 0 1px 30px rgba(0, 0, 0, 0.9);
  }

  .banner-nav-b {
    position: relative;
    margin-bottom: 0vw;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #2e2e2e;
  }

  .home-banner-nav-item {
    width: auto;
    margin-top: -10px;
    margin-right: 30px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-left: 20px;
    border-top-style: none;
  }

  .home-banner-nav-wrap {
    width: 100%;
    float: none;
  }

  .template-cat-b {
    padding-top: 20px;
  }

  .template-list-item-b {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .section-footer {
    padding-bottom: 15px;
  }

  .template-list-wrap {
    margin-right: 0%;
    margin-left: 0%;
  }

  .btn-menu-size {
    width: 30px;
    height: 30px;
  }

  .home-steps-b {
    margin-bottom: -30px;
  }

  .home-steps-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .home-step-img-b {
    width: 60%;
    margin-bottom: 10px;
  }

  .home-step-dot {
    margin-bottom: 5px;
  }

  .gp-line-wrap {
    overflow: hidden;
    margin-left: 15px;
  }

  .gp-line-wrap.right {
    margin-right: 15px;
  }

  .txt-field {
    font-weight: 400;
  }

  .form-radio-gp-half {
    width: 100%;
    margin-bottom: 5px;
    float: none;
  }

  .template-select-summary-field {
    max-width: 50%;
  }

  .account-info-row {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }

  .account-info-field {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0px;
  }

  .account-info-data {
    width: 100%;
  }

  .account-bill-row {
    padding-bottom: 25px;
  }

  .account-bill-title-txt {
    padding-right: 20px;
  }

  .account-billing-expand-l-btn-b {
    display: block;
    margin-bottom: -20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .account-billing-expand-l-btn-item {
    margin-right: 0px;
    margin-bottom: 20px;
    float: none;
  }

  .account-invoice-row {
    margin-bottom: 30px;
  }

  .account-invoice-col {
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .account-invoice-col.btn {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .invoice-field-name {
    width: 100%;
    margin-bottom: 5px;
  }

  .home-banner-nav-point {
    margin-top: 9px;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .slope-wrap {
    margin-right: -10px;
    margin-left: -10px;
  }

  .home-banner-txt-b {
    margin-bottom: 0px;
  }

  .tutorial-vid-deco {
    height: 15px;
  }

  .tutorial-vid-deco-dot {
    width: 15px;
  }

  .tutorial-list-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tutorial-list-item-icon-b {
    width: 16px;
    height: 16px;
  }

  .tutorial-listing {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .tutorial-list-item-b {
    width: auto;
    margin-bottom: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@font-face {
  font-family: 'helvetica';
  src: url('../fonts/heln.TTF') format('truetype'), url('../fonts/heln.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'helvetica';
  src: url('../fonts/helr65w.woff') format('woff'), url('../fonts/helr65w.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'helvetica';
  src: url('../fonts/helr66w.woff') format('woff'), url('../fonts/helr66w.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lasiver';
  src: url('../fonts/Lasiver-Light.woff') format('woff'), url('../fonts/Lasiver-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'helvetica';
  src: url('../fonts/helr46w.woff') format('woff'), url('../fonts/helr46w.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'helvetica';
  src: url('../fonts/helr45w.woff') format('woff'), url('../fonts/helr45w.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}