html {
  font-size: 10px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  position: relative;
  padding: 0;
  margin: 0;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  overflow-x: hidden; }

/* stylelint-disable selector-class-pattern */
h1,
.h1,
.h1--thin {
  font-family: "Roboto", sans-serif;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.12; }

h2,
.h2,
.h2--thin {
  font-family: "Roboto", sans-serif;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.12; }

h3,
.h3,
.h3--thin {
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.12; }

h4,
.h4,
.h4--thin {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.12; }

h5,
.h5,
.h5--thin {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.12; }

a {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    color: #000;
    text-decoration: none; }
  a:active {
    color: #000;
    text-decoration: none; }
  a:visited {
    color: #000;
    text-decoration: none; }

ul,
ol {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  padding-left: 1rem;
  list-style: none; }

.bold,
.strong {
  font-weight: 700; }

.italic {
  font-style: italic; }

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Roboto/regular.ttf) format("truetype"); }

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Roboto/bold.ttf) format("truetype"); }

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Roboto/light.ttf) format("truetype"); }

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Roboto/medium.ttf) format("truetype"); }

@font-face {
  font-display: block;
  font-family: "renova_icons";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/renova_icons/renova_icons.woff2) format("woff2"), url(../fonts/renova_icons/renova_icons.woff) format("woff"), url(../fonts/renova_icons/renova_icons.ttf) format("truetype"), url(../fonts/renova_icons/renova_icons.svg) format("svg"), url(../fonts/renova_icons/renova_icons.eot) format("embedded-opentype"); }

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable at-rule-no-vendor-prefix */
.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */ }

.group::before, .group::after,
.clearfix::before,
.clearfix::after {
  content: ' ';
  /* Older browser do not support empty content */
  display: table; }

.group,
.clearfix {
  *zoom: 1; }

.clear {
  clear: both; }

.group::before, .group::after,
.clearfix::before,
.clearfix::after {
  content: ' ';
  display: table; }

.group::after,
.clearfix::after {
  clear: both; }

.group,
.clearfix {
  *zoom: 1; }

.clear {
  clear: both; }

.no-touchevents .scrollable {
  overflow: auto; }

.touchevents .scrollable {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll; }

.scrollable::-webkit-scrollbar {
  display: none; }

.lazyload,
.lazyloading,
.lazyloaded {
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1; }

.show-for-small,
.hide-for-large,
.hide-for-medium {
  display: block !important; }

.show-for-large,
.show-for-medium,
.hide-for-small {
  display: none !important; }

.show-for-small-inline,
.hide-for-large-inline,
.hide-for-medium-inline {
  display: inline-block !important; }

.show-for-large-inline,
.show-for-medium-inline,
.hide-for-small-inline {
  display: none !important; }

@media screen and (min-width: 768px) {
  .show-for-medium,
  .hide-for-large,
  .hide-for-small {
    display: block !important; }
  .show-for-large,
  .show-for-small,
  .hide-for-medium {
    display: none !important; }
  .show-for-medium-inline,
  .hide-for-large-inline,
  .hide-for-small-inline {
    display: inline-block !important; }
  .show-for-large-inline,
  .show-for-small-inline,
  .hide-for-medium-inline {
    display: none !important; } }

@media screen and (min-width: 1024px) {
  .show-for-large,
  .hide-for-medium,
  .hide-for-small {
    display: block !important; }
  .show-for-medium,
  .show-for-small,
  .hide-for-large {
    display: none !important; }
  .show-for-large-inline,
  .hide-for-medium-inline,
  .hide-for-small-inline {
    display: inline-block !important; }
  .show-for-medium-inline,
  .show-for-small-inline,
  .hide-for-large-inline {
    display: none !important; } }

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

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

.uppercase {
  text-transform: uppercase; }

.reset-ul {
  margin: 0;
  list-style: none; }

.underline {
  text-decoration: underline; }

.reset-link {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #000;
  word-break: break-all; }

/***************Layouts*****************/
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1440px;
    margin: 0 auto; }
    .container-fluid {
      max-width: 100%;
      margin: auto; } }

.widget.two-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

@media screen and (min-width: 1024px) {
  .widget.two-rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
    .widget.two-rows > .image-container {
      -ms-flex: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%; }
    .widget.two-rows > .content-container {
      -ms-flex: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%; } }

.form-page-text {
  padding: 0 2rem; }
  .form-page-text .topic-html-content {
    padding-top: 10rem; }

.form-page-form {
  padding: 0 2rem; }

.form-page .form-control {
  border: 0.2rem solid #000; }

.form-page .form-control:focus {
  border: 0.2rem solid #000; }

.form-page .contact-page-error {
  display: none;
  color: #ff5f5f; }

.form-page .contact-page-sucess {
  display: none;
  color: #2fcb8f; }

.form-page textarea:focus {
  border: 0.2rem solid #000; }

.form-page input[type='checkbox']:checked + label::after {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: 0.35rem;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #000; }

.form-page input[type='submit']:disabled {
  border-color: #939393;
  background-color: #939393; }

.form-page input[type='checkbox']:checked + label::before {
  content: '';
  background-color: #fff; }

.form-page .form-control.is-invalid {
  border-color: #c72b2b; }

@media screen and (min-width: 768px) {
  .form-page {
    padding-top: 12rem;
    text-align: center; }
    .form-page-text {
      display: inline-block;
      width: 50%;
      max-width: 55rem;
      padding: 0 2rem;
      text-align: left;
      vertical-align: top; }
      .form-page-text .topic-html-content {
        padding-top: 0; }
    .form-page-form {
      display: inline-block;
      width: 49%;
      max-width: 55rem;
      padding: 0 2rem;
      text-align: left; } }
