@charset "UTF-8";
.po-section-page-title {
  background-color: #FEEAEF;
  padding: 10rem 0;
}
.po-section-page-title h1 {
  color: #151616;
  text-align: center;
  margin-bottom: 0;
  font-family: "Recoleta";
}
.po-section-page-title .container {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.po-section-page-title img {
  max-width: 10rem;
}
.po-section-page-title h1:before {
  content: "";
  background-image: url("../img/po-title-icon.png");
}

.po-section-form .required-fields-notice {
  color: #14416C;
  font-weight: 500;
  font-size: 2.1rem;
  margin: 6rem 0 3rem;
}
.po-section-form input.not-valid,
.po-section-form textarea.not-valid {
  border-color: #E33F45 !important;
}
.po-section-form .error-message {
  display: block;
  font-size: 1.8rem;
  color: #EB5757;
  margin-top: 1rem;
  padding-left: 3rem;
  position: relative;
}
.po-section-form .error-message::before {
  content: "";
  background-image: url("../img/error-message.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -1px;
}

.form-section {
  padding: 4rem 6rem 1rem;
  border: 2px solid #E4E4E4;
  border-radius: 2rem;
  margin-bottom: 4rem;
}
.form-section .title {
  font-size: 4rem;
  margin-bottom: 4.5rem;
  color: #151616;
  font-family: "Quicksand";
  font-weight: 500;
}
.form-section .order-amount {
  display: flex;
  align-content: center;
  align-items: center;
  height: 6rem;
  gap: 3rem;
}
.form-section .clear-field-button {
  background: #fff;
  border-radius: 10rem;
  padding: 1rem 4rem;
  font-size: 1.5rem;
  color: #3F9EB6;
  cursor: pointer;
  border: 2px solid #3F9EB6;
  transition: all 0.3s;
}
.form-section .clear-field-button:hover {
  color: #fff;
  background: #3F9EB6;
}
.form-section .clear-field-button.disabled-mode {
  background: #E4E4E4;
  color: #545656;
  cursor: default;
  border-color: #E4E4E4;
}
.form-section .clear-button-wrapper {
  margin-bottom: 1rem;
  gap: 1rem;
}
.form-section .clear-button-wrapper .radio-input input {
  width: 27px;
}

.form-section-file label {
  margin-bottom: 0.5rem;
  color: #1B1D1D;
  font-size: 2rem;
  font-weight: 500;
}
.form-section-file ul {
  margin-top: 2rem;
  padding-left: 1.5rem;
  font-size: 2rem;
  font-weight: 200;
  color: #151616;
}
.form-section-file .file-upload-wrapper {
  display: flex;
  gap: 10rem;
}
.form-section-file .file-upload-wrapper .column {
  width: 50%;
}
.form-section-file .file-error-message {
  font-size: 2rem;
  color: #BE5D68;
}
.form-section-file .browse-button.disabled-mode {
  border-color: #E4E4E4;
  cursor: default;
  color: #E4E4E4;
}
.form-section-file .browse-button.disabled-mode:hover {
  background-color: transparent;
  color: #E4E4E4;
}

.form-section-consent p, .form-section-consent label {
  font-size: 2rem;
  color: #151616;
  line-height: 2em;
}
.form-section-consent .personal-data-agreement {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 2rem;
  gap: 2rem;
  margin-bottom: 4rem;
}
.form-section-consent .personal-data-agreement * {
  margin: 0;
}
.form-section-consent button.submit {
  margin-bottom: 3rem;
}

.form-section-issues {
  background: #E9F7FB;
  background: #E9F7FB;
  border: none;
  padding: 3rem 6rem;
  margin-bottom: 5rem;
}
.form-section-issues .issues-wrapper {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 4rem;
}
.form-section-issues p {
  margin: 0;
  color: #151616;
  font-size: 2rem;
}

.form-section-license .label-with-tooltip label {
  display: inline;
}
.form-section-license .question-mark {
  display: inline-block;
  border: 2px solid #348DA7;
  border-radius: 50%;
  padding: 1px 0 0 0;
  font-size: 1.8rem;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  vertical-align: middle;
  margin-top: -7px;
  color: #348DA7;
  cursor: pointer;
}
.form-section-license .question-mark:hover {
  opacity: 0.9;
}
.form-section-license .question-mark .tooltiptext {
  left: -8px;
  top: 3.1rem;
}

.tooltip-wrapper {
  position: relative;
}
.tooltip-wrapper .tooltiptext {
  visibility: hidden;
  width: 555px;
  background-color: #fff;
  color: #151616;
  text-align: left;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  border: 2px solid #3F9EB6;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  top: 3.4rem;
}
.tooltip-wrapper .tooltiptext::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 11px;
  margin-left: -3px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #3F9EB6 transparent;
}
.tooltip-wrapper .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 97%;
  left: 11px;
  margin-left: -2px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.tooltip-wrapper:hover .tooltiptext {
  visibility: visible;
}

.tooltip-wrapper:hover input {
  border-color: #3F9EB6;
}

.successful-submit-screen {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 6rem;
  padding: 3rem 6rem 5rem;
  border: 2px solid #E4E4E4;
  border-radius: 2rem;
  margin-top: 6rem;
}
.successful-submit-screen .success-icon {
  width: 18rem;
  height: 18rem;
  background-image: url(../img/thank-you-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.successful-submit-screen h5 {
  font-family: Recoleta;
  text-transform: none;
  font-size: 5rem;
  color: #185480;
  font-weight: 500;
  margin-bottom: 1rem;
}
.successful-submit-screen p {
  font-size: 2rem;
  text-align: center;
  max-width: 750px;
  line-height: 1.5;
}

.input-item {
  width: 100%;
  margin-bottom: 3.5rem;
}
.input-item input[type=text],
.input-item input[type=number],
.input-item textarea,
.input-item input[type=email] {
  width: 60%;
  border: 2px solid #E4E4E4;
  border-radius: 1rem;
  height: 6rem;
  font-size: 2rem;
  padding-left: 1rem;
  transition: all 0.5s;
}
.input-item input[type=text]:focus,
.input-item textarea:focus,
.input-item input[type=email]:focus {
  border-color: #3F9EB6;
}
.input-item .iti {
  width: 100%;
}
.input-item label {
  margin-bottom: 0.5rem;
  color: #1B1D1D;
  font-size: 2rem;
  font-weight: 500;
  display: block;
}

span.sub-label {
  display: block;
  font-size: 2rem;
  font-weight: 300;
  margin: 1.5rem 0 1rem;
  color: #151616;
  line-height: 1.5;
}

.radio-wrapper {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.radio-wrapper .radio-input {
  font-size: 2rem;
  display: flex;
  gap: 1rem;
}
.radio-wrapper .radio-input input {
  appearance: none;
  -webkit-appearance: none;
  border: 1.5px solid #B3B3B3;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  display: grid;
  place-content: center;
}
.radio-wrapper .radio-input input:hover {
  cursor: pointer;
  border-color: #3F9EB6;
}
.radio-wrapper .radio-input input:hover::before {
  box-shadow: 0px 0px 0px 12px rgba(80, 80, 200, 0.2);
}
.radio-wrapper .radio-input input:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3F9EB6;
}
.radio-wrapper .radio-input label {
  margin-bottom: 0;
  margin-top: 0.5rem;
  font-weight: 400;
  cursor: pointer;
}

.textarea-item {
  margin-bottom: 3.5rem;
}
.textarea-item textarea {
  height: 20rem;
  width: 60%;
  border: 2px solid #E4E4E4;
  border-radius: 1rem;
  padding: 1rem;
  transition: all 0.5s;
  resize: none;
  font-size: 2rem;
}
.textarea-item textarea:focus {
  border-color: #3F9EB6;
}
.textarea-item label {
  margin-bottom: 0.5rem;
  color: #1B1D1D;
  font-size: 2rem;
  font-weight: 500;
}

.po-form button.submit {
  max-width: 160px;
}

.buttons-wrapper {
  gap: 3rem;
  display: flex;
  margin-top: 3rem;
}
.buttons-wrapper .eds-button {
  font-family: "Work Sans";
  font-size: 2rem;
  text-decoration: none;
  background-color: transparent;
  padding: 2.3rem 4.5rem;
  border-radius: 12rem;
  text-align: center;
  display: inline-block;
  transition: all 0.3s;
}
.buttons-wrapper .eds-button.primary-yellow {
  background-color: #FBE09F;
  color: #000;
}
.buttons-wrapper .eds-button.primary-yellow:hover {
  background-color: #F3CC6C;
}
.buttons-wrapper .eds-button.secondary-transparent {
  border: 2px solid #3F9EB6;
  color: #3F9EB6;
}
.buttons-wrapper .eds-button.secondary-transparent:hover {
  background-color: #3F9EB6;
  color: #fff;
}
.buttons-wrapper .eds-button.arrow-left.secondary-transparent:hover::before {
  background-color: #fff;
}
.buttons-wrapper .eds-button.button-small {
  padding: 1.3rem 4.5rem;
  font-size: 1.5rem;
}
.buttons-wrapper .eds-button.secondary-transparent-rounded {
  border: 2px solid #3F9EB6;
  color: #3F9EB6;
  border-radius: 1.1rem;
}
.buttons-wrapper .eds-button.secondary-transparent-rounded:hover {
  background-color: #3F9EB6;
  color: #fff;
}
.buttons-wrapper .eds-button.arrow-left.secondary-transparent-rounded:hover::before {
  background-color: #fff;
}
.buttons-wrapper .eds-button.disabled-mode {
  background-color: #E4E4E4;
  cursor: default;
}
.buttons-wrapper .eds-button.disabled-mode:hover {
  background-color: #E4E4E4;
}
.buttons-wrapper .eds-button.arrow-down,
.buttons-wrapper .eds-button.arrow-right,
.buttons-wrapper .eds-button.arrow-left {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.buttons-wrapper .eds-button.arrow-down::after {
  content: "";
  mask: url(../img/button-arrow-down.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  background-color: #000;
  -webkit-mask-image: url(../img/button-arrow-down.svg);
}
.buttons-wrapper .eds-button.arrow-right::after {
  content: "";
  background-image: url(../img/button-arrow-right.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: block;
}
.buttons-wrapper .eds-button.arrow-left::before {
  content: "";
  mask: url(../img/button-arrow-right.svg);
  -webkit-mask-image: url(../img/button-arrow-right.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  transform: rotate(180deg);
  background-color: #3F9EB6;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.custom-file-container {
  box-sizing: border-box;
  position: relative;
  display: block;
}

.custom-file-container * {
  box-sizing: border-box;
}

.custom-file-container .label-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

.custom-file-container .clear-button {
  color: #333;
  font-size: 26px;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.custom-file-container .clear-button:hover {
  color: #777;
}

.custom-file-container .input-container {
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #E4E4E4;
  padding-bottom: 6rem;
}

.custom-file-container .input-container:hover {
  cursor: pointer;
}

.custom-file-container .input-hidden {
  height: 40px;
  margin: 0;
  max-width: 100%;
  min-width: 300px;
  opacity: 0;
}

.custom-file-container .input-visible {
  height: 8.1rem;
  left: 0;
  line-height: 1.5;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  user-select: none;
  z-index: 5;
  display: flex;
  font-weight: 400;
  justify-content: space-around;
  align-items: center;
  padding-left: 5rem;
  color: #898989;
}

.custom-file-container .clear-button {
  display: none;
}

.custom-file-container .browse-button {
  font-family: "Work Sans";
  font-size: 2rem;
  text-decoration: none;
  background-color: transparent;
  padding: 2.3rem 4.5rem;
  border-radius: 12rem;
  text-align: center;
  display: inline-block;
  transition: all 0.3s;
  border: 2px solid #3F9EB6;
  color: #3F9EB6;
  border-radius: 1.1rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
}

.custom-file-container .browse-button:hover {
  background-color: #3F9EB6;
  color: #fff;
}

.custom-file-container .browse-button:hover::before {
  background-color: #fff;
}

.custom-file-container .image-preview {
  overflow: auto;
  transition: background 0.2s ease-in-out;
  width: 100%;
  margin-top: 3rem;
}

.custom-file-container .image-preview-item {
  position: relative;
  transition: background 0.2s ease-in-out, opacity 0.2s ease-in-out;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
}

.custom-file-container .image-preview-item .preview-screen {
  width: 20%;
  height: 68px;
  background-size: cover;
  border: 2px solid #E4E4E4;
  border-radius: 1rem;
  margin-right: 3rem;
  background-position: top;
}

.custom-file-container .image-preview-item .preview-filename,
.custom-file-container .image-preview-item .preview-filesize {
  color: #898989;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.custom-file-container .image-preview-item .preview-filename {
  margin-right: 3rem;
  width: 65%;
}

.custom-file-container .image-preview-item .preview-filesize {
  margin-right: 4rem;
  width: 10%;
}

.custom-file-container .image-preview-item.multi-item-clear-animation {
  opacity: 0;
}

.custom-file-container .image-preview-item-clear {
  height: 24px;
  transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
  width: 24px;
  opacity: 0.8;
  display: flex;
  align-items: center;
}

.custom-file-container .image-preview-item-clear:hover {
  cursor: pointer;
  opacity: 1;
}

.custom-file-container .image-preview-item-clear-icon {
  color: #898989;
  font-size: 5rem;
  font-weight: 100;
}

.po-modal {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
}

.po-modal.active {
  display: block;
}

.po-modal.show {
  display: block !important;
}

.po-modal:before {
  content: "";
  display: inline-block;
  min-height: inherit;
  height: 100%;
  vertical-align: middle;
}

.po-modal .window {
  width: calc(100% - 20px);
  max-width: 90rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #fff;
  padding: 6rem 6rem 4rem;
  text-align: center;
  border-radius: 2.5rem;
}

.po-modal video {
  width: 100%;
}

.po-modal .close {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 4rem;
  right: 4rem;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: opacity background 0.3s;
  -o-transition: opacity background 0.3s;
  transition: opacity background 0.3s;
}

.po-modal .close:hover:before,
.po-modal .close:hover:after {
  background: #3F9EB6;
}

.po-modal .close:before,
.po-modal .close:after {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #B3B3B3;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.po-modal .close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.po-modal .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.po-modal.text .window {
  padding: 4rem 2rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  max-width: 84.7rem;
}

.po-modal.plane .window {
  padding: 0;
  width: 55rem;
}

.po-modal.plane .window img {
  width: 100%;
}

.po-modal h3,
.po-modal .h3 {
  color: #185480;
  font-family: "Recoleta", Times, serif;
}

.po-modal .text-window {
  max-width: 55.8rem;
  margin: 0 auto;
}

.po-modal .link_page {
  margin-top: 4rem;
}

.po-modal .window.processing-message .text-window h5 {
  font-size: 6rem;
  font-family: "Recoleta";
  color: #308091;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 1rem;
}
.po-modal .window.processing-message .text-window img {
  max-width: 25rem;
  margin: 0 auto;
  display: block;
}
.po-modal .window.processing-message .text-window p {
  font-size: 2.5rem;
  color: #151616;
  line-height: 1.5;
}

.po-modal .window.submission-error-message .text-window h5 {
  font-size: 6rem;
  font-family: "Recoleta";
  color: #185480;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 1rem;
}
.po-modal .window.submission-error-message .text-window img {
  max-width: 25rem;
  margin: 0 auto;
  display: block;
}
.po-modal .window.submission-error-message .text-window p {
  font-size: 2.5rem;
  color: #151616;
}
.po-modal .window.submission-error-message .text-window p:last-child {
  font-size: 2.1rem;
}
.po-modal .window.submission-error-message .text-window a {
  color: #308091;
  text-decoration: none;
}

body.overflow-body .wrapper {
  -webkit-filter: unset !important;
  filter: unset !important;
}

body.overflow-body {
  overflow: auto;
}

@media (max-width: 992px) {
  .custom-file-container .input-visible {
    height: 6.1rem;
  }
  .custom-file-container .browse-button {
    padding: 1.3rem 2rem;
  }
  .custom-file-container .image-preview-item .preview-filename {
    font-size: 1.8rem;
  }
  .custom-file-container .image-preview-item .preview-filesize {
    width: 12%;
    font-size: 1.8rem;
  }
  .custom-file-container .image-preview-item-clear {
    margin-top: -0.25rem;
    margin-left: 0.5rem;
  }
  .custom-file-container .image-preview-item-clear-icon {
    font-size: 4.5rem;
  }
  .radio-wrapper .radio-input label {
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  .input-item input[type=text],
  .input-item input[type=number],
  .input-item input[type=email],
  .textarea-item textarea {
    width: 100%;
  }
  .form-section-file .file-upload-wrapper {
    flex-direction: column;
    gap: 3rem;
  }
  .form-section-file .file-upload-wrapper .column {
    width: 100%;
  }
  .custom-file-container .image-preview {
    overflow: initial;
  }
  .custom-file-container .image-preview-item .preview-screen {
    height: 100px;
  }
  .successful-submit-screen {
    padding: 3rem 2rem 5rem;
    text-align: center;
  }
  .container {
    width: 94%;
  }
}
@media (max-width: 500px) {
  .form-section {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .custom-file-container .input-visible {
    padding-left: 12rem;
  }
  .form-section-consent p, .form-section-consent label {
    line-height: 1.5;
  }
}

/*# sourceMappingURL=style.css.map */
