@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap");
@import url("https://fonts.googleapis.com/css?family=Merriweather&display=swap");
@import url("https://fonts.googleapis.com/css?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
.rotate-quarter-inv {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.rotate-quarter {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.rotate-half-inv {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.rotate-half {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.rotate-none {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* mixin for multiline */
.truncate-text-l2 {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 2.4em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em; }
  .truncate-text-l2:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0; }
  .truncate-text-l2:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white; }

.truncate-text-l3 {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em; }
  .truncate-text-l3:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0; }
  .truncate-text-l3:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white; }

.scrollTopAnchor {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
  background-color: rgba(128, 128, 128, 0.8);
  cursor: pointer;
  z-index: 900; }
  .scrollTopAnchor:hover {
    background-color: rgba(128, 128, 128, 0.5); }
  .scrollTopAnchor::before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "";
    font-size: 1.5em; }

@media screen and (min-width: 768px) {
  .scrollTopAnchor.default {
    padding: 12px 18px; }
    .scrollTopAnchor.default::before {
      font-size: 1.7em; }
  .scrollTopAnchor.big {
    padding: 20px 28px; }
    .scrollTopAnchor.big::before {
      font-size: 2.5em; } }

.ajax-loader-v1 {
  margin: 30px auto;
  width: 60px;
  height: 60px;
  background-image: url("../storage/images/ui/loading_spinner.gif");
  background-size: 60px 60px; }

/*
HTML USAGE
<div class="bezier-spinner absolutely-centered">
  <div></div>
  <div></div>
  <div></div>
  <div></div>
  <div></div>
  <div></div>
  <div></div>
  <div></div>
</div>
*/
.zipcode-autocomplete .list-row {
  display: none; }

.zipcode-autocomplete .result-row {
  display: none; }

.zipcode-autocomplete .visible {
  display: block; }

.zipcode-autocomplete .resultingAddress {
  padding: 10px;
  text-align: left; }
  .zipcode-autocomplete .resultingAddress .city {
    font-weight: 500; }
  .zipcode-autocomplete .resultingAddress .country {
    font-weight: 500; }
  .zipcode-autocomplete .resultingAddress .edit {
    margin-left: 10px;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer; }

.rating {
  width: 97px;
  display: inline-block;
  line-height: 16px;
  background-image: url("../images/ui/sprites/rating.png"); }
  .rating .note {
    display: inline-block;
    height: 16px;
    background-image: url("../images/ui/sprites/rating.png");
    vertical-align: top;
    background-position: 0 -16px; }
  .rating.small {
    width: 77px;
    margin: 4px 0 10px;
    line-height: 13px;
    background-image: url("../images/ui/sprites/rating.png");
    background-position: 0 -32px; }
    .rating.small .note {
      background-image: url("../images/ui/sprites/rating.png");
      height: 12px;
      background-position: 0 -45px; }

.rotate-quarter-inv {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.rotate-quarter {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.rotate-half-inv {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.rotate-half {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.rotate-none {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* mixin for multiline */
.truncate-text-l2 {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 2.4em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em; }
  .truncate-text-l2:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0; }
  .truncate-text-l2:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white; }

.truncate-text-l3 {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em; }
  .truncate-text-l3:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0; }
  .truncate-text-l3:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white; }

.cover-background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1000; }

.error-message {
  font-size: 12px;
  color: red;
  font-style: italic; }

.form-element {
  text-align: left;
  font-size: 14px; }

.form-element-checkbox {
  margin-top: 5px; }
  .form-element-checkbox input {
    float: left;
    margin-top: 5px;
    display: inline-block;
    margin-right: 5px; }
  .form-element-checkbox label {
    display: inline; }

.form-element-input {
  position: relative;
  border: 1px solid #cccccc;
  margin-top: 20px; }
  .form-element-input + .form-element-checkbox {
    margin-top: 15px; }
  .form-element-input input:focus {
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.11);
    border: none;
    outline: none; }
  .form-element-input input:focus + label, .form-element-input input:not(:placeholder-shown) + label {
    top: -10px;
    font-size: 12px; }
  .form-element-input label {
    position: absolute;
    transition: 0.2s ease-in;
    left: 0;
    top: 2px;
    font-size: 15px;
    padding: 15px 14px 10px;
    color: #acacae; }
  .form-element-input input {
    padding: 25px 14px 10px;
    width: 100%;
    border: none;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }

.form-element-select {
  margin-top: 20px;
  border: 1px solid #cccccc; }
  .form-element-select select {
    padding: 19px 14px;
    width: 100%;
    border: none; }

.switch {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  text-align: left; }
  .switch input[type=checkbox] {
    display: none; }
  .switch input[type=checkbox]:not(:checked) + .switch-label .switch-handle {
    right: -1px;
    background-color: #fd6565;
    border: 1px solid #c14545; }
  .switch input[type=checkbox]:not(:checked) + .switch-label .switch-off {
    color: #ffffff; }
  .switch input[type=checkbox]:not(:checked) + .switch-label .switch-on {
    color: #232323; }
  .switch .switch-name {
    font-size: 17px;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    width: calc(100% - 180px); }
  .switch .switch-label {
    cursor: pointer;
    position: relative;
    font-size: 13px;
    display: inline-block;
    width: 140px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    color: #232323;
    -moz-box-shadow: inset 0px 0px 50px 0px #efefef;
    -webkit-box-shadow: inset 0px 0px 50px 0px #efefef;
    -o-box-shadow: inset 0px 0px 50px 0px #efefef;
    box-shadow: inset 0px 0px 50px 0px #efefef;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#efefef, Direction=NaN, Strength=50); }
    .switch .switch-label span {
      width: 28px;
      height: 15px;
      display: inline-block;
      padding: 10px 20px;
      text-align: center;
      position: relative; }
    .switch .switch-label .switch-on {
      color: #ffffff; }
    .switch .switch-label .switch-off {
      color: #232323; }
    .switch .switch-label .switch-handle {
      position: absolute;
      top: -1px;
      background-color: #0c9b7f;
      border: 1px solid #066553;
      margin: 0;
      border-radius: 5px; }

#form1 {
  max-width: 530px;
  background-color: #ffffff;
  margin: 0 auto; }
  #form1 > div:first-child {
    margin: 0 80px 25px;
    text-align: center; }
    @media screen and (max-width: 600px) {
      #form1 > div:first-child {
        margin: 0 15px 25px; } }
  #form1 #logo {
    max-width: 100%;
    margin-top: 10px; }
  #form1 .title {
    margin: 30px 0;
    font-size: 27px;
    line-height: 1.3; }
  #form1 .subtitle {
    padding: 10px;
    font-size: 20px;
    font-family: "Georgia"; }
  #form1 hr {
    background-color: black;
    width: 80%;
    margin: 10px auto; }
  #form1 input[type="submit"] {
    width: 100%;
    text-align: center;
    color: white;
    background-color: #f85053;
    font-weight: 700;
    padding: 10px 0;
    border: none;
    margin: 25px 0; }
  #form1 .switch .switch-name {
    font-size: 15px;
    display: block;
    float: left;
    margin-top: 7px; }

#form2 {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat; }
  @media screen and (max-width: 960px) {
    #form2 {
      padding: 15px; } }
  #form2 p {
    margin-bottom: 0; }
  #form2 > div {
    max-width: 860px;
    margin: 0 auto;
    padding-top: 27px;
    font-size: 18px;
    font-weight: 600; }
    #form2 > div .title {
      font-size: 30px;
      font-weight: 700; }
    #form2 > div .body {
      margin-top: 50px;
      font-size: 23px;
      font-weight: 700; }
  #form2 .switch {
    margin-top: 25px; }
  #form2 .form-element-input {
    border: 1px solid #eee; }
    #form2 .form-element-input input:focus {
      box-shadow: none; }
  #form2 #socials {
    border-bottom: 1px solid black;
    padding-bottom: 12px;
    margin: 12px 0px; }
    #form2 #socials > span {
      margin-right: 10px; }
      #form2 #socials > span a {
        color: black; }
  #form2 footer nav {
    text-align: left;
    font-weight: 400; }
    #form2 footer nav a {
      color: black; }
      @media screen and (max-width: 600px) {
        #form2 footer nav a {
          display: block; } }
  #form2 input[type="submit"] {
    text-align: center;
    color: white;
    background-color: #0c9b7f;
    font-weight: 700;
    padding: 10px 30px;
    border: none;
    margin: 25px 0; }

body {
  font-family: "Open Sans";
  margin: 0; }

footer nav {
  text-align: center;
  color: white;
  font-size: 14px;
  margin-bottom: 25px; }
  footer nav a {
    color: white; }
    footer nav a.concealed {
      text-decoration: none; }
