/* line 1, app/assets/stylesheets/pricing/free_trial.scss */
body {
  padding-top: 0px !important;
}

/* line 5, app/assets/stylesheets/pricing/free_trial.scss */
.logo-side-line {
  position: fixed;
  background-color: #196faf;
  width: 52px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/assets/pricing/back-icon-icon2.svg), url(/assets/pricing/back-icon-icon1.svg);
  background-position: top, bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  display: none;
}

@media screen and (min-width: 1000px) {
  /* line 5, app/assets/stylesheets/pricing/free_trial.scss */
  .logo-side-line {
    display: flex;
  }
}

/* line 37, app/assets/stylesheets/pricing/free_trial.scss */
.bg-light {
  display: flex;
  justify-content: center;
}

/* line 46, app/assets/stylesheets/pricing/free_trial.scss */
.bg-light h1,
.bg-light h2,
.bg-light h3,
.bg-light h4,
.bg-light h5,
.bg-light h6,
.bg-light p,
.bg-light ul {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  /* line 37, app/assets/stylesheets/pricing/free_trial.scss */
  .bg-light {
    display: flex;
    justify-content: center;
    height: 100%;
    min-height: 100vh;
    background-color: #F7F7F7;
    padding: 40px 0;
  }
}

/* line 68, app/assets/stylesheets/pricing/free_trial.scss */
.bg-light .section {
  width: 100%;
  padding: 44px 16px;
  background-color: white;
  height: max-content;
  min-height: 100vh;
}

@media screen and (min-width: 768px) {
  /* line 68, app/assets/stylesheets/pricing/free_trial.scss */
  .bg-light .section {
    border: 1px solid #ECECEC;
    width: 680px;
    border-radius: 12px;
    padding: 40px;
    min-height: auto;
  }
}

/* line 83, app/assets/stylesheets/pricing/free_trial.scss */
.bg-light .section .header {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  /* line 83, app/assets/stylesheets/pricing/free_trial.scss */
  .bg-light .section .header {
    margin-bottom: 8px;
  }
}

/* line 90, app/assets/stylesheets/pricing/free_trial.scss */
.bg-light .section .header-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  /* line 90, app/assets/stylesheets/pricing/free_trial.scss */
  .bg-light .section .header-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 56px;
  }
}

/* line 103, app/assets/stylesheets/pricing/free_trial.scss */
.bg-light .section .header-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #717780;
}

/* line 111, app/assets/stylesheets/pricing/free_trial.scss */
.bg-light .section .features-list {
  padding: 0;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  /* line 111, app/assets/stylesheets/pricing/free_trial.scss */
  .bg-light .section .features-list {
    padding: 12px 0 8px;
    margin: 0;
  }
}

/* line 121, app/assets/stylesheets/pricing/free_trial.scss */
.bg-light .section .features-list-item {
  display: flex;
  align-items: start;
  gap: 6px;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  /* line 121, app/assets/stylesheets/pricing/free_trial.scss */
  .bg-light .section .features-list-item {
    margin-bottom: 16px;
  }
}

/* line 132, app/assets/stylesheets/pricing/free_trial.scss */
.bg-light .section .features-list-item-title {
  font-size: 16px;
  font-weight: 500;
  color: #2D3035;
  margin-bottom: 6px;
}

/* line 140, app/assets/stylesheets/pricing/free_trial.scss */
.bg-light .section .features-list-item-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #2D3035;
  margin: 0;
}

/* line 150, app/assets/stylesheets/pricing/free_trial.scss */
.bg-light .section .info-container {
  background-color: #F3F6F9;
  padding: 8px 16px;
  margin-bottom: 24px;
}

/* line 154, app/assets/stylesheets/pricing/free_trial.scss */
.bg-light .section .info-container p {
  font-size: 14px;
  font-weight: 500;
  color: #2D3035;
  margin: 0;
}

/* line 164, app/assets/stylesheets/pricing/free_trial.scss */
.bg-light .section .google_btn {
  font-family: 'Roboto', sans-serif;
  border: 1px solid #EDEDED;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, #FFFFFF, #FCFCFC);
  border-radius: 12px;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #212121;
  height: 48px;
  box-shadow: 0px 1px 2px #EFF0F6;
  margin-bottom: 24px;
}

/* line 187, app/assets/stylesheets/pricing/free_trial.scss */
.bg-light .section .google_btn:hover {
  border: 1px solid #f5a16f;
}

/* line 191, app/assets/stylesheets/pricing/free_trial.scss */
.bg-light .section .google_btn:focus {
  border: 1px solid #f5a16f;
}

/* line 195, app/assets/stylesheets/pricing/free_trial.scss */
.bg-light .section .google_btn:active {
  background: rgba(245, 161, 111, 0.1);
  border: 1px solid #ef6f22;
}

/* line 201, app/assets/stylesheets/pricing/free_trial.scss */
.bg-light .section .separator {
  border-bottom: 1px solid #D2DBE8;
  position: relative;
  margin-top: 40px;
  margin-bottom: 32px;
}

/* line 208, app/assets/stylesheets/pricing/free_trial.scss */
.bg-light .section .separator-label {
  position: absolute;
  top: -8px;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 216, app/assets/stylesheets/pricing/free_trial.scss */
.bg-light .section .separator-text {
  padding: 0 16px;
  background-color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #B3BCC9;
}

/* line 235, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  /* line 235, app/assets/stylesheets/pricing/free_trial.scss */
  .free-trial-page-form .form-row {
    grid-template-columns: 1fr 1fr;
  }
}

/* line 246, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .form-row .form-group {
  width: 100%;
  margin-bottom: 0;
}

/* line 250, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .form-row .form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
  color: #2D3035;
}

/* line 257, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .form-row .form-group label .required {
  color: #F44336;
}

/* line 262, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .form-row .form-group .form-input {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #D2DBE8;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  color: #2D3035;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
}

/* line 278, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .form-row .form-group .form-input::placeholder {
  color: #717780;
  font-weight: 400;
  font-size: 14px;
}

/* line 284, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .form-row .form-group .form-input:hover {
  border: 1px solid #f5a16f;
}

/* line 288, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .form-row .form-group .form-input:focus {
  outline: 2px solid #f5a16f;
}

/* line 293, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .form-row .form-group .input-with-icon {
  padding-right: 40px;
}

/* line 297, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .form-row .form-group .selector-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 36px;
  background-image: url(/assets/pricing/down.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  cursor: pointer;
  color: #717780;
}

/* line 311, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .form-row .form-group .selector-input:valid {
  color: #2d3035;
}

/* line 316, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .form-row .form-group .input-wrapper {
  position: relative;
}

/* line 320, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .form-row .form-group .toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  height: 14px;
}

/* line 331, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .form-row .form-group .toggle-password img {
  display: block;
  height: 100%;
  width: auto;
}

/* line 338, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .form-row .form-group .form-field {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}

/* line 344, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .form-row .form-group .form-field-error-icon {
  display: none;
}

/* line 348, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .form-row .form-group .form-field-error {
  color: #F44336;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  display: none;
}

/* line 359, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .terms {
  margin-bottom: 32px;
}

/* line 362, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .terms-form-control {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  align-items: center;
  color: #2D3035;
  display: flex;
  gap: 8px;
  align-items: start;
  margin-bottom: 8px;
}

/* line 375, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .terms-form-control .checkboxInput {
  margin: 0px;
}

/* line 379, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .terms-form-control p {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
}

/* line 385, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .terms-form-control .custom-checkbox {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}

/* line 392, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .terms-form-control .custom-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

/* line 399, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .terms-form-control .checkmark {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #1677ff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

/* line 412, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .terms-form-control .custom-checkbox input:checked + .checkmark {
  background-color: #1677ff;
}

/* line 416, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .terms-form-control .checkmark svg {
  display: none;
}

/* line 420, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .terms-form-control .custom-checkbox input:checked + .checkmark svg {
  display: block;
}

/* line 424, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .terms-form-control .checkmark svg {
  width: 10px;
  height: 10px;
  stroke: white;
  stroke-width: 2px;
  fill: none;
}

/* line 433, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .terms-form-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #2D3035;
  margin-left: 24px;
}

/* line 443, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .registration-form-btn {
  background-color: #F16E22;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  height: 48px;
  box-shadow: 0px 1px 2px #A8440B;
  transition: all 0.3s ease;
}

/* line 462, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .registration-form-btn:hover {
  background-color: #f88946;
}

/* line 466, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .registration-form-btn:focus {
  background-color: #f88946;
}

/* line 470, app/assets/stylesheets/pricing/free_trial.scss */
.free-trial-page-form .registration-form-btn:active {
  background-color: #ef6f22;
}

/* line 477, app/assets/stylesheets/pricing/free_trial.scss */
.header-mg-40 {
  margin-bottom: 32px !important;
}

@media (min-width: 768px) {
  /* line 477, app/assets/stylesheets/pricing/free_trial.scss */
  .header-mg-40 {
    margin-bottom: 40px !important;
  }
}

/* line 485, app/assets/stylesheets/pricing/free_trial.scss */
.width-full {
  width: 100% !important;
}

/* line 489, app/assets/stylesheets/pricing/free_trial.scss */
.form-row-one-field {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

/* line 496, app/assets/stylesheets/pricing/free_trial.scss */
.form-row-one-field .form-group {
  width: 100%;
}

/* line 499, app/assets/stylesheets/pricing/free_trial.scss */
.form-row-one-field .form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
  color: #2D3035;
}

/* line 506, app/assets/stylesheets/pricing/free_trial.scss */
.form-row-one-field .form-group label .required {
  color: #F44336;
}

/* line 511, app/assets/stylesheets/pricing/free_trial.scss */
.form-row-one-field .form-group .form-input {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #D2DBE8;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  color: #2D3035;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
}

/* line 527, app/assets/stylesheets/pricing/free_trial.scss */
.form-row-one-field .form-group .form-input::placeholder {
  color: #717780;
  font-weight: 400;
  font-size: 14px;
}

/* line 533, app/assets/stylesheets/pricing/free_trial.scss */
.form-row-one-field .form-group .form-input:hover {
  border: 1px solid #f5a16f;
}

/* line 537, app/assets/stylesheets/pricing/free_trial.scss */
.form-row-one-field .form-group .form-input:focus {
  outline: 2px solid #f5a16f;
}

/* line 542, app/assets/stylesheets/pricing/free_trial.scss */
.form-row-one-field .form-group .input-with-icon {
  padding-right: 40px;
}

/* line 546, app/assets/stylesheets/pricing/free_trial.scss */
.form-row-one-field .form-group .selector-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 36px;
  background-image: url(/assets/pricing/down.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  cursor: pointer;
  color: #717780;
}

/* line 560, app/assets/stylesheets/pricing/free_trial.scss */
.form-row-one-field .form-group .selector-input:valid {
  color: #2d3035;
}

/* line 565, app/assets/stylesheets/pricing/free_trial.scss */
.form-row-one-field .form-group .input-wrapper {
  position: relative;
}

/* line 569, app/assets/stylesheets/pricing/free_trial.scss */
.form-row-one-field .form-group .toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  height: 14px;
}

/* line 581, app/assets/stylesheets/pricing/free_trial.scss */
.form-row-one-field .form-group .form-field {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}

/* line 587, app/assets/stylesheets/pricing/free_trial.scss */
.form-row-one-field .form-group .form-field-error-icon {
  display: none;
}

/* line 591, app/assets/stylesheets/pricing/free_trial.scss */
.form-row-one-field .form-group .form-field-error {
  color: #F44336;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  display: none;
}

/*# sourceMappingURL=free_trial.css-66c218cdd87fefaae4fbda766c399a87334cd0083f646ed0eae703693a7a296a.map */
