body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body a {
  transition: 300;
  transition-delay: 100;
}
body a:hover {
  transition-delay: 100;
}

.accent {
  color: #357dc1 !important;
}

.bold {
  font-weight: 500;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.py-40 {
  padding: 0 40px;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.no-cover {
  object-fit: contain !important;
}

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

.flex-center-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 77.5510204082vw;
  padding: 1.0204081633vw;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.container.form {
  max-width: 650px;
}
.container.pb-0 {
  padding-bottom: 0;
}
.container.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-2 {
  font-size: 1.5306122449vw;
  line-height: 1em;
  color: #357dc1;
  font-family: "Roboto";
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 1.5306122449vw 0;
  font-weight: 500;
}
.title-2.fz-min {
  font-size: 25px;
}
.title-2.light {
  color: #fff;
}
.title-2 a {
  color: #357dc1;
}

.title-3 {
  color: #2e3541;
  font-size: 1.1224489796vw;
  text-align: center;
  line-height: 1em;
  margin: 20px;
}

.title-company {
  font-size: 1.5306122449vw;
  color: #2e3541;
  font-family: "Corbel";
  font-weight: bold;
  text-align: left;
  width: calc(100% - 1.0204081633vw);
}

.company-nav {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-nav__link {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
}

.dark-bg {
  background: #f3f3f3;
}

.base-form__title {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #357dc1;
  margin: 20px 0;
}
.base-form__textfield {
  margin: 20px 0;
}
.base-form__textfield-label {
  display: block;
  font-size: 18px;
}
.base-form__textfield-input {
  font-size: 18px;
  width: 100%;
  display: block;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid #ced4da;
  padding: 5px 10px;
}
.base-form__textfield-hint {
  font-size: 14px;
  margin-top: 10px;
}
.base-form__textfield-required {
  position: relative;
}
.base-form__textfield-required::before {
  content: "*";
  position: absolute;
  color: #357dc1;
  right: 10px;
  top: 5px;
}
.base-form__textfield-hint {
  margin: 10px 0;
  font-size: 12px;
  color: #2e3541;
}
.base-form__phone {
  display: flex;
  justify-content: space-between;
}
.base-form__code {
  margin-right: 20px;
}
.base-form__code .select2-container {
  margin-top: 10px;
  width: auto !important;
  font-size: 18px;
}
.base-form__code .select2-container .select2-selection--single {
  height: auto;
  border-color: #ced4da;
  padding-bottom: 3px;
}
.base-form__choice {
  display: flex;
  justify-content: space-between;
}
.base-form__choice-input {
  display: none;
}
.base-form__choice-input:checked ~ .base-form__choice-check {
  position: relative;
}
.base-form__choice-input:checked ~ .base-form__choice-check::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 20px;
  border: 4px solid #357dc1;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  bottom: 3px;
  left: 7px;
}
.base-form__choice-label {
  display: flex;
  color: #000000;
  align-items: center;
  cursor: pointer;
}
.base-form__choice-check {
  display: block;
  width: 25px;
  min-width: 25px;
  height: 25px;
  border: 2px solid #ced4da;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: auto;
}
.base-form .top_verification {
  color: #000000;
  display: flex;
  justify-content: flex-start;
}
.base-form__btn {
  background: #357dc1;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  margin: 20px auto;
  border-radius: 5px;
  border: none;
  font-weight: bold;
  display: block;
  cursor: pointer;
  transition: 300ms;
}
.base-form__btn:hover {
  background: #72a4d3;
}
.base-form__btn:disabled {
  background: #a9a9a9;
}
.base-form__checkboxes {
  margin: 40px 0;
}
.base-form .trial-commercial {
  display: none;
}
.base-form .trial-commercial.active {
  display: block;
}

.dialog-trial {
  max-width: 600px;
  margin: auto;
}

.dialog-products {
  max-width: 600px;
  margin: auto;
}

.bg-img {
  position: relative;
}
.bg-img__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.bg-img__content {
  position: relative;
}

.modal-success__text {
  font-size: 18px;
  color: #2e3541;
  margin: 10px;
  text-align: center;
}

.old-version {
  background: #e64a4a;
  color: #fff;
  position: relative;
  z-index: 20;
  display: none;
}
.old-version .container {
  padding: 10px;
}
.old-version__text {
  margin: 0;
  text-align: center;
  width: 100%;
}

.xs-only {
  display: none;
}

.system-requirements {
  font-size: 16px;
  transition: 500ms;
  transition-timing-function: linear;
  overflow: hidden;
  box-sizing: border-box;
}
.system-requirements__btn {
  font-size: 22px;
  display: flex;
}
.system-requirements__btn.active .system-requirements__btn-text::before {
  transform: rotate(0);
}
.system-requirements__btn-text {
  margin: auto;
  padding: 20px;
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}
.system-requirements__btn-text::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/img/icons/arrow-down.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  transform: rotate(-90deg);
  transition: 300ms;
}
.system-requirements__layout {
  margin-top: 20px;
}
.system-requirements__title {
  font-size: 22px;
  color: #357dc1;
  margin: 10px 0;
}
.system-requirements__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.system-requirements__list-item {
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
}
.system-requirements__list-item::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/img/icons/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.system-requirements__table {
  width: 100%;
  border: 2px solid #357dc1;
  border-collapse: collapse;
  color: #2e3541;
  margin: 20px 0;
}
.system-requirements__table-title {
  font-size: 18px;
  color: #357dc1;
  padding: 10px;
}
.system-requirements__table-tr:nth-child(2n+1) {
  background: #dcebf7;
}
.system-requirements__table-tr:nth-child(1), .system-requirements__table-tr:nth-child(2) {
  border-bottom: 2px solid #357dc1;
  background: none;
}
.system-requirements__table-th {
  padding: 10px;
  border: 2px solid #357dc1;
}
.system-requirements__table-td {
  padding: 10px;
  text-align: center;
  vertical-align: center;
  border: 2px solid #357dc1;
  border-top: none;
  border-bottom: none;
}

@supports not (display: grid) {
  .old-version {
    display: block;
  }
}
.hide-links {
  display: none;
}

.dialog-custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 110;
  display: none;
}
.dialog-custom.active {
  display: flex;
}
.dialog-custom__btn {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.5;
  cursor: pointer;
  transition: 200ms;
  transition-delay: 100ms;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.dialog-custom__btn:hover {
  opacity: 0.8;
}
.dialog-custom__btn svg {
  fill: #fff;
}
.dialog-custom__btn-next {
  right: 20px;
}
.dialog-custom__btn-prev {
  left: 20px;
  transform: scale(-1, 1);
}
.dialog-custom__btn.disabled {
  display: none;
}
.dialog-custom__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.5;
  cursor: pointer;
  transition: 200ms;
  transition-delay: 100ms;
  padding: 5px;
  box-sizing: border-box;
}
.dialog-custom__close:hover {
  opacity: 0.8;
}
.dialog-custom__close svg {
  fill: #fff;
}
.dialog-custom__container {
  background: #fff;
  margin: auto;
  display: flex;
  position: relative;
  max-width: 1280px;
  max-height: 720px;
  width: 100%;
  height: 100%;
}
.dialog-custom__fullscreen {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
  box-sizing: border-box;
  padding: 5px;
  transition: 300ms;
  transition-delay: 100ms;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}
.dialog-custom__fullscreen:hover {
  background: rgba(0, 0, 0, 0.5);
}
.dialog-custom__fullscreen-icon {
  fill: #fff;
  width: 70%;
  display: block;
  margin: auto;
  max-width: 25px;
  max-height: 25px;
}

.gal-pano {
  width: 100%;
  height: 100%;
}

.error-color {
  background-color: rgba(255, 80, 80, 0.8) !important;
}

.unsubscribe {
  margin-top: 80px;
}
.unsubscribe__text {
  font-size: 18px;
  text-align: center;
}
.unsubscribe__layout {
  display: flex;
}
.unsubscribe__btn {
  background: #357dc1;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin: auto;
  display: block;
  margin-top: 20px;
  cursor: pointer;
  transition: 300ms;
}
.unsubscribe__btn:hover {
  background: #9ebee1;
}
.unsubscribe__img {
  display: block;
  max-width: 100%;
  margin: auto;
  margin-top: 20px;
}

.filebox {
  padding: 20px;
  background: #9ebee1;
  transition: 300ms;
  box-sizing: border-box;
}
.filebox.opacity {
  opacity: 0.5;
}
.filebox__label {
  display: block;
  border: 2px dashed #357dc1;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.filebox__label-text {
  margin-top: 20px;
}
.filebox__label-img {
  max-width: 100px;
  width: 100%;
  display: block;
  margin-top: 40px;
}
.filebox__names {
  display: block;
}
.filebox__file {
  display: none;
}

@media screen and (max-width: 1264px) {
  .title-2 {
    font-size: 24px;
    padding: 20px 0;
  }

  .title-3 {
    font-size: 22px;
  }

  .container {
    max-width: 100%;
    padding: 20px;
  }

  .title-company {
    font-size: 24px;
    width: 100%;
  }

  .company-nav__link {
    font-size: 16px;
  }

  .system-requirements {
    font-size: 16px;
  }
  .system-requirements__layout {
    margin-top: 20px;
  }
  .system-requirements__title {
    font-size: 22px;
    margin: 10px 0;
  }
  .system-requirements__list {
    margin-top: 20px;
  }
  .system-requirements__list-item {
    margin: 10px 0;
    padding-left: 20px;
  }
  .system-requirements__list-item::before {
    content: "";
    width: 15px;
    height: 15px;
  }
  .system-requirements__table {
    margin: 20px 0;
  }
  .system-requirements__table-title {
    font-size: 18px;
    padding: 10px;
  }
  .system-requirements__table-th {
    padding: 10px;
  }
  .system-requirements__table-td {
    padding: 10px;
  }
}
@media screen and (max-width: 960px) {
  .title-2 {
    font-size: 22px;
    padding: 15px 0;
  }

  .title-3 {
    font-size: 20px;
  }

  .title-company {
    font-size: 20px;
  }

  .company-nav__link {
    font-size: 14px;
  }

  .system-requirements {
    font-size: 14px;
  }
  .system-requirements__title {
    font-size: 18px;
  }
  .system-requirements__table-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .title-2 {
    font-size: 20px;
    padding: 10px 0;
  }

  .title-2 {
    font-size: 18px;
  }

  .title-company {
    font-size: 22px;
  }

  .xs-only {
    display: block;
  }

  .not-xs {
    display: none;
  }

  .dialog-custom__fullscreen {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    top: 10px;
    right: 10px;
  }
}

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