/* #region common */
.pricing-page .button,
.pricing-page .hs-button,
.pricing-page button {
  font-size: 16px;
  background-color: #f66135;
  border-radius: 60px;
  min-width: 200px;
  padding: 0 40px;
  height: 48px;
  line-height: 49px;
  margin-bottom: 0;
  border: 0;
  color: #fff;
  font-weight: 500;
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

a {
  cursor: pointer;
  color: #f66135;
  text-decoration: underline;
  text-decoration: none;
}

/* .pricing-page a:hover { */
  /* color: white; */
/* } */

.button.blue-gr-button,
.hs-button.blue-gr-button,
button.blue-gr-button {
  background: linear-gradient(135deg, #2756b7 0, #8ae8f8 100%);
  transition: background 0.3s ease;
}

.button.orange-gr-button,
.hs-button.orange-gr-button,
button.orange-gr-button {
  background: linear-gradient(152.41deg, #f86148 0, #fdb376 100%);
  transition: background 0.3s ease;
}

.button.purple-gr-button,
.hs-button.purple-gr-button,
button.purple-gr-button {
  background: linear-gradient(315deg, #8d90fb 0, #f586c3 100%);
  transition: background 0.3s ease;
}

.button.green-gr-button,
.hs-button.green-gr-button,
button.green-gr-button {
  background: linear-gradient(135deg, #69ddb3 0, #50a7c2 100%);
  transition: background 0.3s ease;
}

.invoiced-reseller .hide-if-invoiced-reseller,
.invoiced-reseller .show-if-not-logged,
.invoiced-reseller .show-if-pro-purchased,
.invoiced-reseller .show-if-pro-trial,
.invoiced-reseller .show-if-smb,
.show-if-agency-purchased,
.show-if-basic-purchased,
.show-if-free-trial-ended-and-not-purchased,
.show-if-team-purchased {
  display: none;
}

.m-auto {
  margin: auto;
}

.amis-solution-package section {
  float: left;
  width: 100%;
  padding: 70px 0;
}

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

section .section-title {
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 28px;
  color: #245ba3;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.4;
}

.banner-title {
  font-family: GoogleSans Bold, Arial, sans-serif;
  color: #245ba3;
}

.uppercase {
  text-transform: uppercase;
}

table {
  border-collapse: collapse;
  width: 100%;
  color: #2f373a;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 1rem;
  border-radius: 0;
}

.display-none,
.show-if-invoiced-reseller,
.show-if-not-logged,
.show-if-pro-purchased,
.show-if-pro-trial,
.show-if-smb {
  display: none;
}

.panel-group .panel {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}

.panel-default > .panel-heading {
  background: none;
  padding: 15px;
  position: relative;
}

.panel-default > .panel-heading a::after {
  position: absolute;
  top: 10px;
  right: 0;
  content: "+";
  float: right;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  line-height: 25px;
  text-align: center;
  background-color: #f66135;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.panel-default > .panel-heading.active a::after {
  content: "-";
  line-height: 21px;
}

.panel-default .panel-title {
  font-family: "GoogleSans Bold";
}

.panel-default .panel-title a:hover {
  color: #111111;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fff;
}

.package-content-switch {
  font-size: 13px;
  margin: 8px 0px;
  display: flex;
  justify-content: center;
  min-height: 35px;
  align-items: center;
}

.package-content-switch .toggle-button {
  margin: 0 3px;
}

.main-tables .extended-package-content {
  transform: rotateX(90deg);
  height: 0;
}

.info-tables .extended-package-content {
  display: none;
}

@media (max-width: 767px) {
  .amis-solution-package section {
    padding: 40px 0;
  }

  section .section-title {
    font-size: 22px;
  }
  br {
    display: none;
  }
}
/*#endregion */

/*#region section-banner  */
.section-banner {
  background: url(/sites/amis/images/pages/home/banner-slide-4.png?ver=1.0.0)
    no-repeat center;
  background-size: cover;
  height: 500px;
}

.banner-title-item {
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 28px;
  color: #fff;
  padding-bottom: 15px;
}

.banner-subtitle-item {
  font-size: 18px;
  color: #fff;
  text-align: justify;
  padding-bottom: 30px;
}

.banner-button-item {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .banner-button-item {
    display: unset;
  }
}

.pricing-page .banner-button-item a {
  padding: 10px 20px;
  line-height: unset;
  height: unset;
  text-align: center;
}

.banner-button-item a:nth-child(2) {
  color: #4262f0 !important;
  background: white;
  min-width: unset;
  margin-left: 10px;
}

.banner-button-item a span {
  width: 90%;
  padding-right: 10px;
}

.banner-button-item img {
  width: 22px !important;
}

.banner-text-item img {
  margin: auto;
}

.banner-des {
  font-family: "GoogleSans Medium";
  padding: 25px 0;
  font-size: 18px;
}

.banner-btn a {
  background: #f66135 !important;
}

@media (min-width: 980px) {
  .section-banner {
    display: flex;
    align-items: center;
    height: 500px;
    min-width: 100vw;
  }

  .banner-text-item {
    width: 52%;
    padding-right: 20px;
  }
}

@media (min-width: 980px) and (max-width: 1099px) {
  .banner-title-item {
    font-size: 26px;
  }
}

@media (max-width: 979px) {
  .banner-text-item {
    width: 100%;
    text-align: center;
    padding: 40px 0;
  }

  .banner-subtitle-item {
    text-align: center;
  }

  .section-banner {
    background: #1977f3;
    height: auto;
    display: block;
    position: unset;
  }
}

@media (max-width: 767px) {
  .banner-button-item a:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
  }
}
/*#endregion */

/*#region section-features */
ul.features-wrap {
  padding-top: 30px;
  width: 100%;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
}

ul.features-wrap li {
  width: 50%;
  margin: 0;
  padding: 15px;
}

.features-item {
  border-radius: 8px;
  box-shadow: 10px 10px 23px rgb(66 98 239 / 18%);
  padding: 20px;
  display: flex;
  background: #fff;
  height: 100%;
}

.features-item-img {
  width: 40px;
}

.features-item-content {
  width: calc(100% - 40px);
  width: -o-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  padding-left: 15px;
}

.features-item-title {
  font-size: 20px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  padding-bottom: 8px;
  padding-top: 6px;
}

.features-item-title .blue-text {
  color: #4262ef;
}

.features-item-des div:not(:last-child) {
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  ul.features-wrap li {
    width: 100%;
  }
}
/*#endregion */

/*#region main-tables */
.pricing-page .main-tables {
  padding: 40px 0 0;
}

.pricing-page .main-tables {
  background-color: #f7f7f9;
  padding: 40px 0 0;
}

.pricing-page .main-tables .section-title span {
  font-size: 20px;
  text-transform: none;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box.team {
  /* background-color: #f3f3f6; */
  box-shadow: none;
}

@media (max-width: 979px) {
  .pricing-page .main-tables .tables-row .pricing-boxes {
    display: block !important;
  }
}
.pricing-page .main-tables .tables-row .pricing-boxes {
  display: flex;
  justify-content: center;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .days {
  background-color: #f7f7f9;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .days.with-border {
  background-color: #fff;
}

.main-tables-filter {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  padding-top: 40px;
}

.pricing-page .main-tables .annual {
  color: #617379;
  margin-bottom: 30px;
  width: 25%;
}

.pricing-page .main-tables .annual .toggle-button {
  margin: 0 4px -4px;
}

.toggle-button.small {
  height: 20px;
  width: 34px;
}

.toggle-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: #fee7e0;
  height: 35px;
  width: 60px;
  border-radius: 21.88px;
}

.toggle-button.small:after {
  height: 14px;
  width: 14px;
  left: 2px;
  top: 3px;
  transition: all ease 0.1s;
  position: absolute;
  content: " ";
  background-color: #f66135;
  border-radius: 100%;
}

.toggle-button.small.active:after {
  left: 17px;
}

.pricing-page .main-tables .tables-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing-page .main-tables .tables-row .pricing-boxes {
  min-height: 680px;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box {
  float: left;
  width: 25%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box.standard {
  box-shadow: none;
  background-color: #fff;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box.professional {
  background-color: #fff;
  box-shadow: 0 14px 27px 0 rgb(0 0 0 / 10%);
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .days {
  min-height: 40px;
  line-height: 40px;
  color: #f66135;
  text-align: center;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .top {
  padding: 30px;
  border: 1px solid #d8dae5;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box:nth-child(1) .bdy,
.pricing-page .main-tables .tables-row .pricing-boxes .box:nth-child(1) .top {
  border-right-width: 0;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .top .first-title {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1.75px;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
}

.pricing-page
  .main-tables
  .tables-row
  .pricing-boxes
  .box
  .top
  .first-title.blue,
.starter-package-text {
  background: -webkit-linear-gradient(45deg, #2756b7 0, #8ae8f8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .top .second-title {
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%;
  color: #313131;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .top .price {
  font-size: 32px;
  letter-spacing: 0.7px;
  height: 42px;
  line-height: 42px;
  color: #313131;
}

.pricing-page
  .main-tables
  .tables-row
  .pricing-boxes
  .box
  .top
  .price
  .monthly {
  transform: rotateX(90deg);
  /* background-image: linear-gradient(#f5f5f5,transparent,transparent); */
  height: 0;
  transition: all ease 0.4s;
  display: block;
  line-height: 45px;
}

.pricing-page
  .main-tables
  .tables-row
  .pricing-boxes
  .box
  .top
  .price
  .currency {
  font-size: 9px;
  letter-spacing: 0.74p;
  margin-right: 2px;
  font-weight: 700;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .top .price .yearly {
  background-image: linear-gradient(transparent, transparent, transparent);
  transition: all ease 0.4s;
  display: block;
  line-height: 45px;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .top .per {
  width: 100%;
  opacity: 0.5;
  color: #2d373a;
  font-size: 11px;
  letter-spacing: 0.22px;
  height: 20px;
  line-height: 20px;
  font-weight: 500;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .top .package-des {
  font-weight: normal;
  font-size: 13px;
  padding-top: 20px;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .top .package-des a {
  color: #2756b7;
  text-decoration: underline;
  display: block;
}

.pricing-page
  .main-tables
  .tables-row
  .pricing-boxes
  .box
  .top
  .package-des
  a:hover {
  color: #f66135;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .bdy {
  width: 100%;
  height: 100%;
  padding: 30px;
  border: 1px solid #d8dae5;
  border-top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .bdy .in-bdy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .bdy .des {
  font-weight: 500;
  font-size: 13px;
  transition: all ease 0.4s;
}

.pricing-page
  .main-tables
  .tables-row
  .pricing-boxes
  .box
  .bdy
  .des.normal-package-content {
  transform: rotateX(0);
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .bdy .des p {
  font-size: 13px;
  margin: 0 0 12px;
  line-height: 20px;
  color: #313131;
  background: url(/sites/amis/images/pages/amis-solution-package/ic-check.svg)
    no-repeat left 0px top 6px;
  background-size: 13px;
  padding-left: 25px;
}

.pricing-page
  .main-tables
  .tables-row
  .pricing-boxes
  .box:not(:first-child)
  .bdy
  .des
  p:nth-child(1) {
  background: unset;
  font-weight: bold;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .bdy .cta-button {
  margin-top: 40px;
  text-align: center;
}

.pricing-page
  .main-tables
  .tables-row
  .pricing-boxes
  .box
  .bdy
  .cta-button
  .detail {
  color: #2680eb;
}

.pricing-page
  .main-tables
  .tables-row
  .pricing-boxes
  .box
  .bdy
  .cta-button
  img {
  width: 18px;
}

.pricing-page
  .main-tables
  .tables-row
  .pricing-boxes
  .box
  .bdy
  .cta-button
  .button {
  max-width: 180px;
  min-width: 180px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-top: 10px;
}

.pricing-page
  .main-tables
  .tables-row
  .pricing-boxes
  .box
  .top
  .first-title.orange,
.standard-package-text {
  background: -webkit-linear-gradient(28deg, #f86148 0, #fdb376 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .bdy .des a {
  color: #617379;
  text-decoration: underline;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .days.with-border {
  border: solid #d8dae5;
  border-width: 1px 1px 0;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box:nth-child(3) .top,
.pricing-page .main-tables .tables-row .pricing-boxes .box:nth-child(4) .bdy,
.pricing-page .main-tables .tables-row .pricing-boxes .box:nth-child(4) .top {
  border-left-width: 0;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .top .coupon-strip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.pricing-page
  .main-tables
  .tables-row
  .pricing-boxes
  .box.professional
  .top
  .coupon-strip {
  background: #3c96f6;
}

.pricing-page
  .main-tables
  .tables-row
  .pricing-boxes
  .box
  .top
  .coupon-strip
  strong {
  font-weight: 900;
  color: #171c34;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .top {
  position: relative;
  padding-top: 60px;
}

.pricing-page
  .main-tables
  .tables-row
  .pricing-boxes
  .box
  .top
  .first-title.purple,
.professional-package-text {
  background: -webkit-linear-gradient(135deg, #8d90fb 0, #f586c3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .price .full-number {
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}

.pricing-page
  .main-tables
  .tables-row
  .pricing-boxes
  .box
  .price
  .full-number
  .purchased-price {
  display: none;
}

.pricing-page .full-number {
  position: relative;
}

.pricing-page .full-number:after {
  position: absolute;
  width: 100%;
  content: " ";
  border-bottom: 1px solid #2d373a;
  top: 49%;
  left: 0;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .price .half-price {
  color: #f66035;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box:nth-child(3) .bdy,
.pricing-page .main-tables .tables-row .pricing-boxes .box:nth-child(3) .top,
.pricing-page .main-tables .tables-row .pricing-boxes .box:nth-child(4) .bdy,
.pricing-page .main-tables .tables-row .pricing-boxes .box:nth-child(4) .top {
  border-left-width: 0;
}

.pricing-page
  .main-tables
  .tables-row
  .pricing-boxes
  .box
  .top
  .first-title.green,
.enterprise-package-text {
  background: -webkit-linear-gradient(135deg, #69ddb3 0, #50a7c2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-page .main-tables .tables-row .pricing-boxes .box .top .price-text {
  font-size: 24px;
  letter-spacing: 0.75px;
  font-weight: 600;
}

.pricing-page
  .main-tables
  .tables-row
  .pricing-boxes
  .box.extended
  .des.normal-package-content {
  transform: rotateX(90deg);
  height: 0;
}

.pricing-page
  .main-tables
  .tables-row
  .pricing-boxes
  .box.extended
  .price
  .normal-package-content {
  transform: rotateX(90deg);
  height: 0;
}

.pricing-page
  .main-tables
  .tables-row
  .pricing-boxes
  .box.extended
  .des.extended-package-content {
  transform: rotateX(0deg);
  margin-bottom: auto;
  height: unset;
}

.pricing-page
  .main-tables
  .tables-row
  .pricing-boxes
  .box.extended
  .price
  .extended-package-content {
  transform: rotateX(0deg);
}

.pricing-page section.info-tables .section-title {
  margin-bottom: 50px;
}

.pricing-page table .free {
  height: 40px;
}

.pricing-page table tr td,
.pricing-page table tr th {
  position: relative;
  width: 20%;
  min-width: 180px;
  font-family: "GoogleSans Medium";
}

table tbody tr th {
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}

table tbody tr td {
  text-align: center;
  font-weight: 600;
}

table tbody tr {
  height: 66px;
  border-bottom: 0 solid transparent;
}

table tbody tr td,
table tbody tr th,
table thead tr th {
  border: 2px solid #d8dae5;
}

.pricing-page table tr td {
  padding-right: 11px;
  padding-left: 11px;
}

caption,
tbody td,
tbody th,
tfoot td,
tfoot th,
thead td,
thead th {
  padding: 0.5rem 0.625rem 0.625rem;
}

.pricing-page table .free td {
  color: #f66135;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.pricing-page table .top {
  height: 160px;
}

.pricing-page table .top td {
  padding: 20px 6px !important;
  vertical-align: top;
}

.pricing-page table .top td .title {
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

.pricing-page table .top td .for-height {
  min-height: 59px;
}

.pricing-page table .top td .price {
  margin: 20px 0 5px;
  height: 28px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.7px;
}

.pricing-page table .top td .mo-txt {
  color: #a2a2a2;
  font-size: 14px;
  letter-spacing: 1.44px;
  font-weight: 500;
}

.pricing-page table .top td .mo-txt .currency {
  color: #313131;
  font-size: 11px;
  letter-spacing: 1px;
  margin-right: 2px;
  font-weight: 700;
}

.pricing-page table .top .button {
  min-width: 125px;
  margin: 15px 0 10px;
  padding: 0 15px;
}

table .top td .price .full-number .purchased-price {
  display: none;
}

table .top td .price .full-number {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

table .half-price {
  color: #f66035;
}

.pricing-page table .top td .price.price-text {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1.17px;
  margin-right: auto;
  margin-left: auto;
}

table .terms {
  display: none;
  float: left;
  width: 100%;
  font-size: 11px;
  opacity: 0.8;
  text-decoration: underline;
  color: #617379;
}

table tbody tr td.v {
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-page table tr td.v:nth-child(2) {
  background-image: url(/sites/amis/images/pages/amis-solution-package/v_blue.svg);
}

.pricing-page table tr td.v:nth-child(3) {
  background-image: url(/sites/amis/images/pages/amis-solution-package/v_orange.svg);
}

.pricing-page table tr td.v:nth-child(4) {
  background-image: url(/sites/amis/images/pages/amis-solution-package/v_purple.svg);
}

.pricing-page table tr td.v:nth-child(5) {
  background-image: url(/sites/amis/images/pages/amis-solution-package/v_green.svg);
}

table caption {
  text-align: left;
  color: #2f373a;
  font-family: "GOOGLESANS BOLD";
  letter-spacing: 1px;
  line-height: 25px;
  text-transform: uppercase;
  padding: 0;
  margin: 25px 0 20px;
}

.pricing-page .info-tables table .cta-button a {
  width: 171px;
  min-width: 20px;
}
/*#endregion */

/*#region responsive */
@media (min-width: 980px) {
  .pricing-page .main-tables .tables-row .pricing-boxes .box .top .package-des {
    min-height: 170px;
  }

  .td-mobile-showing {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .show-for-small-only {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  .pricing-page section.info-tables {
    overflow-x: scroll;
  }
}

@media (max-width: 979px) {
  .td-mobile-hidden {
    display: none;
  }

  .pricing-page section.info-tables {
    overflow-x: unset;
  }

  .pricing-page .main-tables .tables-row {
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    max-width: 100%;
    margin: auto;
    padding-bottom: 0;
  }

  .pricing-page .main-tables .tables-row .pricing-boxes .box {
    max-width: 315px;
    width: 100%;
    float: none;
    height: auto;
    margin: 0 auto 40px;
  }

  .pricing-page .main-tables .tables-row .pricing-boxes .box .days {
    min-height: 0;
  }

  .pricing-page .main-tables .tables-row .pricing-boxes .box .bdy {
    height: auto;
  }

  .pricing-page .main-tables .tables-row .pricing-boxes .box .bdy .in-bdy {
    height: auto;
  }

  .pricing-page .main-tables .tables-row .pricing-boxes .box:nth-child(1) .bdy,
  .pricing-page .main-tables .tables-row .pricing-boxes .box:nth-child(1) .top {
    border-right-width: 1px;
  }

  .pricing-page .main-tables .tables-row .pricing-boxes .box:nth-child(3) .bdy,
  .pricing-page .main-tables .tables-row .pricing-boxes .box:nth-child(3) .top,
  .pricing-page .main-tables .tables-row .pricing-boxes .box:nth-child(4) .bdy,
  .pricing-page .main-tables .tables-row .pricing-boxes .box:nth-child(4) .top {
    border-left-width: 1px;
  }

  .pricing-page .info-tables table tbody tr td {
    border: none;
  }

  .pricing-page .info-tables table tbody tr th {
    border: none;
    text-align: center;
    font-family: "GoogleSans Bold";
    color: #245ba3;
  }

  .pricing-page .info-tables table .package-content-switch {
    flex-direction: column;
    min-height: 70px;
  }

  .pricing-page .info-tables table .top td .price {
    font-size: 24px;
  }

  .pricing-page .info-tables table .top .button {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .border-bottom-mobile {
    border-bottom: 1px solid #d8dae5;
  }

  .pricing-page .info-tables table caption {
    background-color: #f0f3fa;
    padding: 20px;
    /* margin-left: -30px;
        margin-right: -30px; */
    text-align: center;
  }

  .pricing-page .info-tables table .cta-button a {
    width: 160px;
    padding: 0 30px;
  }

  .pricing-page .info-tables .top.table-fixed-menu {
    position: fixed;
    top: 60px;
    padding-left: 0px;
    background: #ffffff;
    z-index: 9999;
  }

  .pricing-page .info-tables .top.table-fixed-menu > td {
    background: #ffffff;
    border-bottom: 3px solid #d8dae5;
    padding: 5px 6px 0 !important;
  }

  .pricing-page table tr td,
  .pricing-page table tr th {
    width: 25%;
  }

  .pricing-page .info-tables .free td.best {
    border-bottom: 1px solid;
  }
}

@media (max-width: 767px) {
  .pricing-page .info-tables table .cta-button a {
    padding: 0;
    background: unset;
    color: #000000;
    text-decoration: underline;
    width: unset;
    min-width: unset;
    font-size: 12px;
  }

  .pricing-page .info-tables table tbody tr td {
    min-width: unset;
    font-size: 12px;
  }

  .pricing-page .info-tables table .top .button {
    min-width: unset;
    padding: 0;
    width: unset;
    height: unset;
    font-size: 12px;
    margin: 0;
    white-space: nowrap;
  }

  .pricing-page .info-tables table .top td .price {
    font-size: 12px;
  }

  .pricing-page .info-tables table .top td .title {
    font-size: 11px;
  }

  .pricing-page .info-tables .package-content-switch {
    font-size: 12px;
  }

  .pricing-page .info-tables .top td .mo-txt {
    min-height: 51px;
    font-size: 10px;
  }

  .pricing-page table .top td .mo-txt .currency {
    font-size: 8px;
    display: block;
  }

  .pricing-page .info-tables .top.table-fixed-menu {
    left: 0;
  }
}
/*#endregion  */

/*#region prize */
.p-title {
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 28px;
  color: #245ba3;
  text-align: center;
  padding-bottom: 30px;
}

.p-image {
  padding-bottom: 15px;
}

.p-image img {
  width: unset !important;
  height: 120px;
  margin: 0 auto;
}

.p-name {
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}

/*#region Custom Owl Carousel */
.prize .owl-item {
  position: relative;
}

.prize .owl-nav {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  top: calc(50% - 20px);
  top: -o-calc(50% - 20px);
  top: -moz-calc(50% - 20px);
  top: -webkit-calc(50% - 20px);
}

.prize .owl-dots {
  width: 100%;
  padding-top: 30px;
  position: absolute;
  justify-content: center;
}

.prize .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.prize .owl-prev {
  position: absolute;
  left: 0;
}

.prize .owl-next {
  position: absolute;
  right: 0;
}

.prize .owl-dots .owl-dot {
  outline: none;
  height: unset;
  min-width: unset;
}

.prize .owl-dots .owl-dot span {
  background: #fff;
  border: solid #ddd 1px;
  width: 14px;
  height: 14px;
  margin: 0 5px;
}

.prize .owl-dots .owl-dot.active span {
  background: #fff;
  background: #2680eb;
  border: solid #2680eb 1px;
}

.prize .owl-nav .owl-prev {
  left: -20px;
  margin: 0;
  outline: none;
  min-width: unset;
}

.prize .owl-nav .owl-prev:hover {
  opacity: 0.85;
}

.prize .owl-nav .owl-prev img {
  border-radius: 50%;
  box-shadow: 0 1px 5px 1px #ddd;
}

.prize .owl-nav .owl-prev:hover {
  background: transparent;
}

.prize .owl-nav .owl-next {
  right: -20px;
  margin: 0;
  outline: none;
  min-width: unset;
}

.prize .owl-nav .owl-next:hover {
  opacity: 0.85;
}

.prize .owl-nav .owl-next img {
  border-radius: 50%;
  box-shadow: 0 1px 5px 1px #ddd;
}

.prize .owl-nav .owl-next:hover {
  background: transparent;
}

.prize .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.prize .owl-theme .owl-dots .owl-dot:hover span {
  border: solid 1px #2680eb;
  background: #2680eb;
}

.prize .owl-theme .owl-dots .owl-dot.active:hover span {
  border: solid 1px #2680eb;
  background: #2680eb;
}
/*#endregion*/
/*#endregion */

/*#region Comment */
.hp-comment-item {
  padding-top: 60px;
}

.hp-ci-title-item {
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 28px;
  color: #245ba3;
  text-align: center;
  padding-bottom: 30px;
}

.hp-ci-box-item {
  margin: 0 15px;
}

.hp-ci-top-item {
  position: relative;
}

.hp-ci-background-item {
  padding-bottom: 5px;
}

.hp-ci-quote-item {
  position: absolute;
  padding: 40px 30px 0 70px;
  text-align: justify;
  top: 0;
}

.hp-ci-bottom-item {
  display: flex;
  align-items: center;
  padding-left: 50px;
}

.hp-ci-image-item {
  border-radius: 50%;
  box-shadow: 1px 1px 5px 1px #ddd;
  margin: 5px;
}

.home-page .hp-ci-image-item img {
  width: 70px;
  height: 70px;
}

.hp-ci-text-item {
  padding-left: 10px;
  width: calc(100% - 80px);
  width: -o-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
}

.hp-ci-name-item {
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 15px;
  color: #245ba3;
}

.hp-ci-position-item {
  font-size: 12px;
  color: #868596;
  text-transform: uppercase;
  text-align: justify;
}

/*#region Custom Owl Carousel */
.hp-comment-item .owl-item {
  position: relative;
}

.hp-comment-item .owl-nav {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  bottom: -30px;
}

.hp-comment-item .owl-dots {
  width: 100%;
  padding-top: 30px;
  position: absolute;
  justify-content: center;
}

.hp-comment-item .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.hp-comment-item .owl-prev {
  position: absolute;
  right: 55px;
  height: unset;
  min-width: unset;
}

.hp-comment-item .owl-next {
  position: absolute;
  right: 0;
  height: unset;
  min-width: unset;
}

.hp-comment-item .owl-dots .owl-dot {
  outline: none;
  height: unset;
  min-width: unset;
}

.hp-comment-item .owl-dots .owl-dot span {
  background: #fff;
  border: solid #ddd 1px;
  width: 14px;
  height: 14px;
  margin: 0 5px;
}

.hp-comment-item .owl-dots .owl-dot.active span {
  background: #fff;
  background: #2680eb;
  border: solid #2680eb 1px;
}

.hp-comment-item .owl-nav .owl-prev {
  outline: none;
}

.hp-comment-item .owl-nav .owl-prev:hover {
  opacity: 0.85;
}

.hp-comment-item .owl-nav .owl-prev img {
  border-radius: 50%;
  box-shadow: 0 1px 5px 1px #ddd;
}

.hp-comment-item .owl-nav .owl-prev:hover {
  background: transparent;
}

.hp-comment-item .owl-nav .owl-next {
  outline: none;
}

.hp-comment-item .owl-nav .owl-next:hover {
  opacity: 0.85;
}

.hp-comment-item .owl-nav .owl-next img {
  border-radius: 50%;
  box-shadow: 0 1px 5px 1px #ddd;
}

.hp-comment-item .owl-nav .owl-next:hover {
  background: transparent;
}

.hp-comment-item .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hp-comment-item .owl-theme .owl-dots .owl-dot:hover span {
  border: solid 1px #2680eb;
  background: #2680eb;
}

.hp-comment-item .owl-theme .owl-dots .owl-dot.active:hover span {
  border: solid 1px #2680eb;
  background: #2680eb;
}
/*#endregion*/
/*#endregion*/

/*#region News */
.hp-news-item {
  padding-top: 140px;
}

.hp-ni-title-item {
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 28px;
  color: #245ba3;
  text-align: center;
  padding-bottom: 30px;
}

.hp-ni-slider-item a:hover .hp-ni-box-item {
  opacity: 0.85;
}

.hp-ni-box-item {
  padding: 20px 15px;
  margin: 5px 15px;
  box-shadow: 1px 1px 5px 1px #ddd;
  border-radius: 4px;
  overflow: hidden;
  color: #3f3f3f;
}

.hp-ni-bi-image-item {
  padding-bottom: 15px;
}

.hp-ni-bi-title-item {
  text-align: justify;
  min-height: 66px;
}

/*#region Custom Owl Carousel */
.hp-news-item .owl-item {
  position: relative;
}

.hp-news-item .owl-nav {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  top: -webkit-calc(50% - 20px);
  top: -moz-calc(50% - 20px);
  top: calc(50% - 20px);
}

.hp-news-item .owl-dots {
  width: 100%;
  padding-top: 30px;
  position: absolute;
  justify-content: center;
  display: inline-flex;
}

.hp-news-item .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.hp-news-item .owl-prev {
  position: absolute;
  left: 0;
}

.hp-news-item .owl-next {
  position: absolute;
  right: 0;
}

.hp-news-item .owl-dots .owl-dot {
  outline: none;
  height: unset;
  min-width: unset;
}

.hp-news-item .owl-dots .owl-dot span {
  background: #fff;
  border: solid #ddd 1px;
  width: 14px;
  height: 14px;
  margin: 0 5px;
}

.hp-news-item .owl-dots .owl-dot.active span {
  background: #fff;
  background: #2680eb;
  border: solid #2680eb 1px;
}

.hp-news-item .owl-nav .owl-prev {
  outline: none;
  margin: 0 0 0 -60px;
}

.hp-news-item .owl-nav .owl-prev img {
  border-radius: 50%;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}

.hp-news-item .owl-nav .owl-prev:hover {
  background: transparent;
}

.hp-news-item .owl-nav .owl-next {
  outline: none;
  margin: 0 -60px 0 0;
}

.hp-news-item .owl-nav .owl-next img {
  border-radius: 50%;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}

.hp-news-item .owl-nav .owl-next:hover {
  background: transparent;
}

.hp-news-item .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hp-news-item .owl-theme .owl-dots .owl-dot:hover span {
  border: solid 1px #2680eb;
  background: #2680eb;
}

.hp-news-item .owl-theme .owl-dots .owl-dot.active:hover span {
  border: solid 1px #2680eb;
  background: #2680eb;
}

.section-title.c-title {
  margin-bottom: 50px;
}

.cg-item {
  padding: 15px 15px 4px 15px;
  height: 100%;
  max-width: 120px;
}

.cg-item img {
  box-shadow: 1px 1px 5px 1px #ddd;
}

/*#region Responsive */
@media (max-width: 767px) {
  .section-title.c-title {
    margin-bottom: 40px;
  }

  .c-highlight {
    font-size: 28px;
  }

  .cg-item {
    max-width: 100%;
  }
}

/*#region other */
section.customer,
section.prize,
section.hp-comment-item {
  background-color: #f7f7f9;
}
/*#endregion */

/*#region air-marketing form */
.embedded-register-form {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

.embedded-register-form .register-form-wrapper {
  padding: 0;
  position: absolute;
  width: 44%;
  z-index: 9999;
  background: #fff;
  border-radius: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.embedded-register-form .register-form-wrapper .menu-header {
  padding: 24px 24px 0;
  display: flex;
}

.embedded-register-form .register-form-wrapper .menu-header-title {
  font-size: 18px;
  text-align: center;
  padding-right: 24px;
}

.embedded-register-form .register-form-wrapper .menu-header-title div {
  display: block;
}

.embedded-register-form
  .register-form-wrapper
  .menu-header-title
  div:nth-child(1) {
  font-size: 24px;
  text-transform: uppercase;
  font-family: GoogleSans Bold, Arial, sans-serif;
}

.embedded-register-form .register-form-wrapper .menu-close-icon {
  margin-left: auto;
  cursor: pointer;
}

.embedded-register-form
  form[lz-id="0123ae5a-e156-479c-b5ea-5de2f894e6b6"].private-form {
  border-radius: 15px;
}

.embedded-register-form
  form[lz-id="0123ae5a-e156-479c-b5ea-5de2f894e6b6"].private-form
  .form-row {
  margin-left: 0 !important;
}

.embedded-register-form
  form[lz-id="0123ae5a-e156-479c-b5ea-5de2f894e6b6"].private-form
  .form-row
  .field-wrapper {
  padding: 8px 0px 8px 0px !important;
}

.embedded-register-form
  form[lz-id="0123ae5a-e156-479c-b5ea-5de2f894e6b6"].private-form
  .form-row
  .field-wrapper
  .field-inner {
  padding-left: 0 !important;
}

/* standard */
.embedded-register-form
  form[lz-id="10a6c6d6-6847-43eb-b33a-3e77bbae501b"].private-form {
  border-radius: 15px;
}

.embedded-register-form
  form[lz-id="10a6c6d6-6847-43eb-b33a-3e77bbae501b"].private-form
  .form-row {
  margin-left: 0 !important;
}

.embedded-register-form
  form[lz-id="10a6c6d6-6847-43eb-b33a-3e77bbae501b"].private-form
  .form-row
  .field-wrapper {
  padding: 8px 0px 8px 0px !important;
}

.embedded-register-form
  form[lz-id="10a6c6d6-6847-43eb-b33a-3e77bbae501b"].private-form
  .form-row
  .field-wrapper
  .field-inner {
  padding-left: 0 !important;
}

/*extended standard */
.embedded-register-form
  form[lz-id="a483a30a-c5c4-4a79-8538-2bd493d8c675"].private-form {
  border-radius: 15px;
}

.embedded-register-form
  form[lz-id="a483a30a-c5c4-4a79-8538-2bd493d8c675"].private-form
  .form-row {
  margin-left: 0 !important;
}

.embedded-register-form
  form[lz-id="a483a30a-c5c4-4a79-8538-2bd493d8c675"].private-form
  .form-row
  .field-wrapper {
  padding: 8px 0px 8px 0px !important;
}

.embedded-register-form
  form[lz-id="a483a30a-c5c4-4a79-8538-2bd493d8c675"].private-form
  .form-row
  .field-wrapper
  .field-inner {
  padding-left: 0 !important;
}

/*professional */
.embedded-register-form
  form[lz-id="c25137df-7120-4c5b-b75e-ad840eab117c"].private-form {
  border-radius: 15px;
}

.embedded-register-form
  form[lz-id="c25137df-7120-4c5b-b75e-ad840eab117c"].private-form
  .form-row {
  margin-left: 0 !important;
}

.embedded-register-form
  form[lz-id="c25137df-7120-4c5b-b75e-ad840eab117c"].private-form
  .form-row
  .field-wrapper {
  padding: 8px 0px 8px 0px !important;
}

.embedded-register-form
  form[lz-id="c25137df-7120-4c5b-b75e-ad840eab117c"].private-form
  .form-row
  .field-wrapper
  .field-inner {
  padding-left: 0 !important;
}

/*extended professional */
.embedded-register-form
  form[lz-id="134373e2-37d6-47d3-9898-a24ae3d68ddf"].private-form {
  border-radius: 15px;
}

.embedded-register-form
  form[lz-id="134373e2-37d6-47d3-9898-a24ae3d68ddf"].private-form
  .form-row {
  margin-left: 0 !important;
}

.embedded-register-form
  form[lz-id="134373e2-37d6-47d3-9898-a24ae3d68ddf"].private-form
  .form-row
  .field-wrapper {
  padding: 8px 0px 8px 0px !important;
}

.embedded-register-form
  form[lz-id="134373e2-37d6-47d3-9898-a24ae3d68ddf"].private-form
  .form-row
  .field-wrapper
  .field-inner {
  padding-left: 0 !important;
}

/*enterprise professional */
.embedded-register-form
  form[lz-id="d2b465f0-60f0-4cf7-9486-03876f38cb9d"].private-form {
  border-radius: 15px;
}

.embedded-register-form
  form[lz-id="d2b465f0-60f0-4cf7-9486-03876f38cb9d"].private-form
  .form-row {
  margin-left: 0 !important;
}

.embedded-register-form
  form[lz-id="d2b465f0-60f0-4cf7-9486-03876f38cb9d"].private-form
  .form-row
  .field-wrapper {
  padding: 8px 0px 8px 0px !important;
}

.embedded-register-form
  form[lz-id="d2b465f0-60f0-4cf7-9486-03876f38cb9d"].private-form
  .form-row
  .field-wrapper
  .field-inner {
  padding-left: 0 !important;
}

.register-form form[lz-id="d2b465f0-60f0-4cf7-9486-03876f38cb9d"].private-form {
  background-color: transparent !important;
  padding: 0 !important;
}

.register-form
  form[lz-id="d2b465f0-60f0-4cf7-9486-03876f38cb9d"].private-form
  .form-row {
  margin: 0 !important;
}

.register-form
  form[lz-id="d2b465f0-60f0-4cf7-9486-03876f38cb9d"].private-form
  .form-row
  .field-wrapper {
  padding: 8px !important;
}

.register-form
  form[lz-id="d2b465f0-60f0-4cf7-9486-03876f38cb9d"].private-form
  .form-row
  .field-wrapper
  .field-inner {
  padding: 0 !important;
}

.register-form
  form[lz-id="d2b465f0-60f0-4cf7-9486-03876f38cb9d"].private-form
  .form-row
  .field-wrapper
  .field-inner
  * {
  font-size: 16px !important;
}

.register-form
  form[lz-id="d2b465f0-60f0-4cf7-9486-03876f38cb9d"].private-form
  .form-row
  .field-wrapper
  .field-inner
  .lz-input:not([type="radio"]):not([type="checkbox"]) {
  font-size: 16px !important;
  outline: none !important;
  z-index: 100 !important;
}

.register-form
  form[lz-id="d2b465f0-60f0-4cf7-9486-03876f38cb9d"].private-form
  .form-row
  .field-wrapper
  .field-inner
  .lz-input::-webkit-input-placeholder {
  font-size: 16px !important;
}

.register-form
  form[lz-id="d2b465f0-60f0-4cf7-9486-03876f38cb9d"].private-form
  .submit-wrapper
  .btn-form-submit {
  width: auto !important;
  border-radius: 5px !important;
  padding: 0 30px !important;
  font-size: 16px !important;
  font-weight: normal !important;
  background: #2680eb !important;
  margin-top: 15px !important;
}

.register-form
  form[lz-id="d2b465f0-60f0-4cf7-9486-03876f38cb9d"].private-form
  .submit-wrapper {
  padding: 0 !important;
}

/* ---------------------------------- */
.menu-scroll-in {
  animation: menu-scroll-in 1s forwards;
  -webkit-animation: menu-scroll-in 1s forwards;
}

.menu-scroll-out {
  animation: menu-scroll-out 1s forwards;
  -webkit-animation: menu-scroll-out 1s forwards;
}

@keyframes menu-scroll-in {
  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes menu-scroll-in {
  100% {
    -webkit-transform: translateX(0%);
  }
}

@keyframes menu-scroll-out {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes menu-scroll-out {
  0% {
    -webkit-transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
  }
}

@media (max-width: 1365px) {
  .embedded-register-form .register-form-wrapper {
    width: 70%;
  }
}

@media (max-width: 979px) {
  .embedded-register-form .register-form-wrapper {
    width: 77%;
  }
}

@media (max-width: 767px) {
  .embedded-register-form .register-form-wrapper {
    width: 90%;
  }

  .embedded-register-form .register-form-wrapper .menu-close-icon {
    width: 25px;
  }

  .embedded-register-form
    form[lz-id="0123ae5a-e156-479c-b5ea-5de2f894e6b6"].private-form
    .form-row {
    margin-bottom: 4px !important;
  }
  .embedded-register-form
    form[lz-id="10a6c6d6-6847-43eb-b33a-3e77bbae501b"].private-form
    .form-row {
    margin-bottom: 4px !important;
  }
  .embedded-register-form
    form[lz-id="a483a30a-c5c4-4a79-8538-2bd493d8c675"].private-form
    .form-row {
    margin-bottom: 4px !important;
  }
  .embedded-register-form
    form[lz-id="c25137df-7120-4c5b-b75e-ad840eab117c"].private-form
    .form-row {
    margin-bottom: 4px !important;
  }
  .embedded-register-form
    form[lz-id="134373e2-37d6-47d3-9898-a24ae3d68ddf"].private-form
    .form-row {
    margin-bottom: 4px !important;
  }
  .embedded-register-form
    form[lz-id="d2b465f0-60f0-4cf7-9486-03876f38cb9d"].private-form
    .form-row {
    margin-bottom: 4px !important;
  }
}
/*#endregion */

/*#regipn Register */
.register-ai {
  background: url(/sites/amis/images/pages/home/bg_register.svg) no-repeat
    center;
  background-size: cover;
  margin-top: 105px;
  padding: 60px 0;
}

.r-text {
  color: #fff;
}

.rt-title {
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.42857143;
  padding-bottom: 15px;
}

.rt-subtitle {
  font-size: 18px;
}

.rts-item:not(:last-child) {
  padding-bottom: 10px;
}

.rf-content {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.rf-padding {
  padding: 30px 35px 35px;
}

.rf-title {
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 26px;
  text-align: center;
  padding-bottom: 5px;
}

.rf-step-two .rf-title {
  padding-bottom: 0;
}

.rf-region {
  padding-top: 20px;
}

.rf-input {
  position: relative;
}

.rf-input input {
  font-size: 16px;
  color: #000;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  height: 48px;
  overflow: hidden;
}

.rf-input input[type="number"] {
  padding: 3px 9px;
  width: 100%;
}

.rf-input .rf-error-input {
  border: 1px solid red;
}

.rf-vertical-line {
  position: absolute;
  height: 46px;
  width: 1px;
  background: #e0e0e0;
  right: 48px;
  top: 1px;
}

.rf-input select {
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  height: 48px;
  line-height: 40px;
  overflow: hidden;
  padding: 3px 9px;
  width: 100%;
  background: url(/sites/amis/images/pages/home/ic-select.svg) no-repeat, #fff;
  background-position: right 16px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

.rf-error {
  font-size: 15px;
  color: red;
  padding-top: 5px;
}

.rf-error-notify {
  display: none;
  color: red;
  text-align: center;
  padding-top: 20px;
}

.rf-button {
  text-align: center;
  padding-top: 20px;
}

.rf-register {
  display: inline-flex;
  width: 100%;
}

.rf-register a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #245ba3;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  float: left;
  position: relative;
}

.rf-register .rf-disable {
  background: #ccc;
  pointer-events: none;
  user-select: none;
  cursor: default;
}

.rf-hide {
  display: none;
}

.rf-image {
  padding-bottom: 20px;
}

.rf-image img {
  margin: 0 auto;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/*#region Responsive */
@media (min-width: 980px) {
  .r-content {
    display: flex;
    align-items: center;
  }

  .r-text {
    width: 50%;
    padding-right: 15px;
  }

  .r-form {
    width: 50%;
    padding-left: 15px;
  }
}

@media (max-width: 979px) {
  .register {
    margin-top: 85px;
    padding: 40px 0;
  }

  .r-text {
    text-align: center;
    padding-bottom: 40px;
  }

  .rf-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .rt-title {
    font-size: 24px;
  }

  .r-text {
    padding-bottom: 30px;
  }

  .rt-subtitle {
    font-size: 16px;
  }

  .rf-padding {
    padding: 20px 25px 25px;
  }

  .rf-title {
    font-size: 22px;
    padding-bottom: 0;
  }

  .rf-input input {
    height: 44px;
  }

  .rf-vertical-line {
    height: 42px;
  }

  .rf-input select {
    height: 44px;
    line-height: 36px;
  }

  .rf-register a {
    height: 44px;
    line-height: 44px;
  }
}
/*#endregion*/
/*#endregion*/
