@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #4c4e56;
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  body {
    padding-bottom: 100px;
    padding-top: 0;
  }
}

section {
  margin: 0 auto;
  padding: 6rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 544px) {
  section {
    padding: 3rem 0;
  }
}

.padding-top-large {
  padding-top: 6rem;
}
@media only screen and (max-width: 544px) {
  .padding-top-large {
    padding-top: 3rem;
  }
}

.padding-top-small {
  padding-top: 3rem;
}

.padding-bottom-large {
  padding-bottom: 6rem;
}
@media only screen and (max-width: 544px) {
  .padding-bottom-large {
    padding-bottom: 3rem;
  }
}

.padding-bottom-small {
  padding-bottom: 3rem;
}

.padding-bottom-no {
  padding-bottom: 0;
}

.padding-top-no {
  padding-top: 0;
}

.no-padding {
  padding: 0;
}

.margin-top-large {
  margin-top: 6rem;
}
@media only screen and (max-width: 544px) {
  .margin-top-large {
    margin-top: 3rem;
  }
}

.margin-top-small {
  margin-top: 3rem;
}

.margin-bottom-large {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 544px) {
  .margin-bottom-large {
    margin-bottom: 3rem;
  }
}

.margin-bottom-small {
  margin-bottom: 3rem;
}

.no-margin {
  margin: 0;
}

.border-top {
  border-top: 2px solid #f1f5f2;
}

.border-bottom {
  border-bottom: 2px solid #f1f5f2;
}

.bg-gray {
  background: #E7F3EA;
}

.bg-primary {
  background: #0a95d0;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5 {
  color: #fff;
}
.bg-primary p {
  color: rgba(255, 255, 255, 0.8);
}
.bg-primary .button {
  background: #fff;
  color: #101427;
}
.bg-primary .button.alt {
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.bg-primary .button.alt:hover {
  color: #101427;
}

.circle {
  position: relative;
  background: #0a95d0;
  display: inline-block;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
.circle > img {
  width: 40%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -52%);
          transform: translate(-50%, -52%);
}

.hidden {
  display: none;
}

.table .podrobne a,
.description .popis a {
  cursor: pointer;
}

button {
  position: relative;
  top: 0;
  background: #0a95d0;
  border-radius: 3px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding: 16px 30px 12px 30px;
  cursor: pointer;
  outline: none;
  -webkit-transition: top ease 0.25s;
  transition: top ease 0.25s;
}
button:hover {
  top: -5px;
}
@media only screen and (max-width: 544px) {
  button {
    padding: 11px 20px 7px 20px;
  }
}
.button {
  display: inline-block;
  position: relative;
  top: 0;
  background: #0a95d0;
  border-radius: 3px;
  border: none;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding: 16px 25px 15px 25px;
  cursor: pointer;
  outline: none;
  -webkit-transition: top ease 0.25s;
  transition: top ease 0.25s;
}
.button.withicon {
  line-height: 32px;
  padding-left: 64px;
}
.button.withicon img {
  height: 28px;
  position: absolute;
  left: 24px;
}
.button.whatsapp {
  background: #25D366;
}
.button.viber {
  background: #673ab7;
}
.button:hover {
  top: -5px;
}
@media only screen and (max-width: 544px) {
  .button {
    padding: 11px 20px 7px 20px;
  }
}
.button.alt {
  position: relative;
  top: 0;
  background: transparent;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 26px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding: 16px 30px 12px 30px;
  cursor: pointer;
  outline: none;
  -webkit-transition: background ease 0.25s;
  transition: background ease 0.25s;
}
.button.alt:hover {
  top: 0;
  background: #f5f5f5;
}
@media only screen and (max-width: 544px) {
  .button.alt {
    padding: 11px 20px 7px 20px;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (max-width: 375px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3em;
  line-height: 1.3em;
  color: #000;
  letter-spacing: -0.025em;
  padding-top: 10px;
}
h1.withsub {
  margin-bottom: 20px;
}
h1.withicon {
  margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.2em;
  }
}
@media only screen and (max-width: 544px) {
  h1 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 375px) {
  h1 {
    font-size: 1.5em;
  }
}

h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #000;
  letter-spacing: -0.033em;
  line-height: 1.15em;
  padding-top: 10px;
}
h2.withsub {
  margin-bottom: 30px;
}
h2.withicon {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 544px) {
  h2 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 375px) {
  h2 {
    font-size: 1.4em;
  }
}

h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #000;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 544px) {
  h3 {
    font-size: 1.75em;
  }
}

h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-transform: uppercase;
}

h5 {
  color: #000;
  font-weight: 700;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a {
  border-bottom: 1px solid transparent;
}

span.tag {
  color: #0a95d0;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

p {
  color: #4c4e56;
  line-height: 28px;
  letter-spacing: 0.005em;
}
p a {
  color: #4c4e56;
  border-bottom: 1px solid #4c4e56;
  -webkit-transition: border 0.25s ease;
  -moz-transition: border 0.25s ease;
  -o-transition: border 0.25s ease;
}
p a:hover {
  border-bottom: 1px solid transparent;
}
p strong {
  font-weight: 500;
  color: #000;
}
p.subhead {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 375px) {
  p.subhead {
    font-size: 0.85em;
    line-height: 22px;
  }
}
p.withbutton {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  p.withbutton {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 375px) {
  p {
    font-size: 0.85em;
    line-height: 22px;
  }
}

.text-center {
  text-align: center;
}

a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #0a95d0;
  -webkit-transition: border 0.25s ease;
  -moz-transition: border 0.25s ease;
  -o-transition: border 0.25s ease;
}
a.btn-link {
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.015em;
  display: inline-block;
  text-transform: uppercase;
  height: 22px;
  padding: 0 1px;
}
@media only screen and (max-width: 375px) {
  a.btn-link {
    font-size: 0.85em;
  }
}
a.arrow-bottom {
  position: relative;
  top: 0;
  -webkit-transition: top 0.25s ease;
  -moz-transition: top 0.25s ease;
  -o-transition: top 0.25s ease;
}
a.arrow-bottom:hover {
  top: 5px;
}
a.arrow {
  border-color: transparent;
}
a.arrow:before {
  position: relative;
  left: 0;
  content: "";
  display: block;
  background: url(../img/icon-arrow-right.svg) no-repeat;
  width: 16px;
  height: 9px;
  float: right;
  margin: 1px 0 4px 12px;
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
}
a.arrow:hover:before {
  left: 5px;
}
@media only screen and (max-width: 375px) {
  a.arrow:before {
    margin: 2px 0 2px 12px;
  }
}
a:hover {
  border-bottom: 1px solid transparent;
}

header {
  background: #fff;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
header a.button {
  margin: 15px 0;
  float: right;
}
@media only screen and (max-width: 768px) {
  header a.button {
    display: none;
  }
}
header .contact {
  display: none;
  float: right;
}
header .contact a {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  header .contact {
    display: block;
  }
}
header a {
  display: inline-block;
  margin: 30px 0;
  text-decoration: none;
  border: none;
}
header a img {
  height: 24px;
}
@media only screen and (max-width: 768px) {
  header a img {
    height: 20px;
  }
}
@media only screen and (max-width: 544px) {
  header a img {
    height: 16px;
  }
}

section#theme {
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
  padding: 4rem 0 3rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 544px) {
  section#theme {
    text-align: center;
  }
}
section#theme span {
  color: #0a95d0;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section#theme a {
  border-bottom: none;
  display: inline-block;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  section#theme a {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  section#theme {
    padding: 8rem 0 2rem 0;
  }
}
@media only screen and (max-width: 544px) {
  section#theme {
    padding: 6rem 0 0 0;
  }
}

section#photo-text {
  /* & > .container > .item:last-child {
  	margin-bottom: 6rem;
  } */
}
section#photo-text h2.withsub {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 544px) {
  section#photo-text h2.withsub {
    margin-bottom: 3rem;
  }
}
section#photo-text .tabs {
  text-align: center;
  margin-bottom: 5rem;
}
section#photo-text .tabs a {
  margin: 5px;
}
section#photo-text .tabs a.active {
  background: #000;
  border-color: #000;
  color: #fff;
}
section#photo-text .item {
  overflow: hidden;
  margin-bottom: 8rem;
}
section#photo-text .item .photo.grid {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  height: 300px;
  margin-bottom: 20px;
  padding: 0;
}
section#photo-text .item .photo.grid img {
  height: 100% !important;
  width: inherit !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  section#photo-text .item .photo.grid {
    height: inherit;
  }
}
section#photo-text .item .photo.one img {
  width: 100%;
  float: left;
  border-radius: 3px;
}
section#photo-text .item .photo.two img {
  width: calc(50% - 15px);
  float: left;
  margin: 0 30px 0 0;
  border-radius: 3px;
}
section#photo-text .item .photo.two img:last-child {
  margin: 0;
}
section#photo-text .item .text span {
  color: #0a95d0;
  display: inline-block;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section#photo-text .item .text p {
  max-width: 90%;
  font-size: 0.84em;
  line-height: 1.66em;
}
@media only screen and (max-width: 768px) {
  section#photo-text .item .text p {
    max-width: 100%;
  }
}
section#photo-text .item .text a {
  margin-top: 30px;
}
section#photo-text .item .text .icons {
  overflow: hidden;
  display: block;
  text-align: left;
  line-height: 30px;
}
section#photo-text .item .text .icons span {
  display: inline-block;
  margin-right: 20px;
}
section#photo-text .item .text .icons span img {
  display: inline-block;
  margin-bottom: 10px;
}
section#photo-text .item .text .icons span strong {
  display: block;
  color: #000;
}
section#photo-text .item .text .icons span:last-child {
  margin: 0;
}
section#photo-text .item .text .icons span.price {
  background: #0a95d0;
  display: inline-block;
  padding: 3px 12px 0 12px;
}
section#photo-text .item .text .icons span.price strong {
  color: #fff !important;
}
@media only screen and (max-width: 768px) {
  section#photo-text .item .text .button {
    opacity: 1;
  }
}
section#photo-text .item:last-child {
  margin-bottom: 0;
}
section#photo-text .item:not(.row) {
  margin-bottom: 0;
}
section#photo-text .item:not(.row) .photo img {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 20px;
}
section#photo-text .item:not(.row) .text h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
section#photo-text .item:not(.row) a {
  width: 100%;
  margin: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
section#photo-text .item:not(.row):hover a {
  opacity: 1;
}
section#photo-text.blog .item .text p {
  font-size: 0.9em;
  line-height: 1.66em;
}
@media only screen and (max-width: 768px) {
  section#photo-text .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px !important;
  }
  section#photo-text .item .photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
    padding: 0 6rem;
  }
  section#photo-text .item .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  section#photo-text .item .text .icons {
    text-align: center;
  }
}
@media only screen and (max-width: 544px) {
  section#photo-text .item .photo {
    padding: 0 3rem;
  }
}

section#select .tabs a {
  margin: 10px 5px;
}
section#select .item {
  text-align: center;
  margin-bottom: 3rem;
}
section#select .item .text {
  position: relative;
  background: #f1f5f2;
  padding: 3rem 0;
  margin-bottom: 20px;
  border-radius: 3px;
  background: rgb(241, 245, 242);
  background: linear-gradient(-45deg, rgb(241, 245, 242) 0%, rgb(250, 247, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f5f2",endColorstr="#faf7ff",GradientType=1);
}
section#select .item .icon {
  position: relative;
  background: #f1f5f2;
  height: 15rem;
  margin-bottom: 20px;
  border-radius: 3px;
  background: rgb(241, 245, 242);
  background: linear-gradient(-45deg, rgb(241, 245, 242) 0%, rgb(250, 247, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f5f2",endColorstr="#faf7ff",GradientType=1);
}
section#select .item .icon > img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section#select .item p {
  padding: 0 60px;
}
section#select .item h4 {
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  section#select .item h4 {
    font-size: 14px;
    line-height: 20px;
  }
}
section#select .item.small .icon {
  height: 10rem;
  background: #f3f2f5;
}
section#select .item.small .icon > img {
  max-width: 44px;
}
@media only screen and (max-width: 375px) {
  section#select .item {
    width: 100%;
  }
}
@media only screen and (max-width: 544px) {
  section#select {
    margin: 3rem 0 0 0;
  }
  section#select .item {
    margin-bottom: 2rem;
  }
}

section#references {
  padding: 0;
}
section#references.onlymobile {
    display: none;
}
.video-wrap {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;   /* na šírku */
}

.video-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
@media only screen and (max-width: 768px) {
    section#references {
        display: none;
    }
    
    section#references.onlymobile {
        display: block;
    }
    .video-wrap {
        aspect-ratio: 9 / 16;
    }
}
section#references .item {
  outline: none;
  float: left;
  width: 100%;
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  section#references .item {
    height: inherit;
    min-height: 1px;
    width: 100%;
  }
}
section#references .item img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  section#references .item img {
            height: inherit;
            width: 100%;
        }
}
section#references .item p {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  letter-spacing: -0.033em;
  line-height: 28px;
  max-width: 64%;
  margin: 0 auto;
  margin-bottom: 10px;
}
section#references .item small {
  color: #0a95d0;
  display: inline-block;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

/** _detail.scss **/
section#detail {
  overflow: hidden;
  padding-bottom: 0;
}
section#detail h2, section#detail h3 {
  margin-bottom: 40px;
}
section#detail strong {
  font-weight: 500;
}
section#detail .tags {
  text-align: center;
  overflow: hidden;
}
section#detail .tags span {
  color: #0a95d0;
  display: inline-block;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section#detail .subhead {
  text-align: center;
  margin: 2rem 0;
}
section#detail .subhead .icons {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
section#detail .subhead .icons span {
  margin: 20px;
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
section#detail .subhead .price {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}
section#detail .subhead .price strong {
  color: #0a95d0;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 36px;
  font-weight: 700;
}
section#detail .subhead .price:before {
  content: "";
  position: absolute;
  display: block;
  left: -25px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #0a95d0;
}
section#detail .subhead .price:after {
  content: "";
  background: white;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: -7px;
  top: 21px;
}
section#detail .description {
  margin: 50px auto;
  max-width: 90%;
  font-size: 0.9em;
}
section#detail .description p {
  margin: 0 auto;
  max-width: 75%;
  text-align: center;
}
section#detail .description p a {
  display: inline-block;
  margin-top: 15px;
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 1px;
}
section#detail .description.podrobne a {
  display: inline-block;
  margin-top: 15px;
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 1px;
}
@media only screen and (max-width: 992px) {
  section#detail .description {
    max-width: 100%;
  }
}
section#detail .video {
  margin: 6rem 0;
}
section#detail .share {
  margin-bottom: 3rem;
  text-align: center;
}
section#detail .share > .button.alt {
  margin: 10px 5px;
}
section#detail .share .social {
  display: inline-block;
  margin: 0 0 50px 0;
  width: 100%;
}
section#detail .share .social h4 {
  margin-bottom: 20px;
}
section#detail .share .social a {
  border: none;
  margin: 10px 5px;
}
section#detail .share .mail, section#detail .share .see {
  display: inline-block;
  margin-right: 60px;
}
section#detail .share .mail a, section#detail .share .see a {
  cursor: pointer;
  text-decoration: none;
}
section#detail .share .mail a i.fal, section#detail .share .see a i.fal {
  position: relative;
  top: 3px;
  display: inline-block;
  font-size: 1.5em;
  margin-right: 14px;
}
section#detail .share .mail a:hover, section#detail .share .see a:hover {
  text-decoration: underline;
}
section#detail .share .print {
  display: inline-block;
}
section#detail .share .print a {
  cursor: pointer;
  text-decoration: none;
}
section#detail .share .print a i.fal {
  position: relative;
  top: 2px;
  display: inline-block;
  font-size: 1.33em;
  margin-right: 12px;
}
section#detail .share .print a:hover {
  text-decoration: underline;
}
section#detail .buttons {
  border: 1px solid #0a95d0;
  overflow: auto;
  padding: 30px;
  border-radius: 3px;
}
section#detail .buttons .button {
  text-align: center;
}
section#detail .buttons .button a {
  text-decoration: none;
}
section#detail .buttons .button a i.fal {
  font-size: 1.15em;
  margin-right: 15px;
}
section#detail .free {
  padding: 5rem 0;
}
section#detail .free table i.fal {
  font-size: 1.33em;
}
section#detail .free table i.fal.yes {
  color: #0a95d0;
}
section#detail .free table i.fal.no {
  color: #ACACAC;
}
section#detail .free p.link {
  display: block;
  text-align: center;
  margin-top: 30px;
}
section#detail .video.half {
  width: 50%;
  float: left;
}
section#detail .gallery {
  width: 100%;
}
section#detail .gallery a {
  border: none;
}
section#detail .gallery a img {
  width: inherit;
  height: 400px;
}
section#detail .table {
  clear: both;
  overflow: hidden;
  padding: 5rem 0;
}
section#detail .table .items-wrapper {
  overflow: hidden;
  margin-bottom: 50px;
}
section#detail .table .items-wrapper .item {
  overflow: hidden;
  border-bottom: 1px solid #f5f5f5;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  font-size: 0.9em;
}
section#detail .table .items-wrapper .item label {
  float: left;
  font-weight: 400;
}
section#detail .table .items-wrapper .item strong {
  float: right;
  font-weight: 700;
  color: #000;
}
section#detail .table .items-wrapper .item.hidden {
  display: none;
}
section#detail .map {
  height: 200px;
  background: #fff;
  border-radius: 3px;
  padding: 3rem 0;
  text-align: center;
  position: relative;
}
section#detail .map a.button {
  position: absolute;
  z-index: 2;
  left: calc(50% - 88px);
  top: calc(50% - 22px);
  -webkit-transition: top ease 0.25s;
  transition: top ease 0.25s;
}
section#detail .map a.button:hover {
  top: calc(50% - 27px);
}
section#detail .map .olMapViewport {
  opacity: 0.5;
}
section#detail .map .olMapViewport .olControlPanZoom, section#detail .map .olMapViewport .olControlAttribution {
  display: none;
}
section#detail .map.open {
  height: 500px;
}
section#detail .map.open .olMapViewport {
  opacity: 1;
}
section#detail .map.open .olMapViewport .olControlPanZoom, section#detail .map.open .olMapViewport .olControlAttribution {
  display: block;
}
section#detail .contact {
  overflow: auto;
  margin: 6rem 0 0 0;
}
section#detail .contact .photo {
  float: left;
  width: calc(33.3% - 15px);
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
}
section#detail .contact .photo .text {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
section#detail .contact .photo .text h3 {
  margin-bottom: 20px;
  color: #fff;
}
section#detail .contact .photo .text .icons span {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
section#detail .contact .photo .text .icons span a {
  text-decoration: none;
  color: #fff;
}
section#detail .contact .photo .text .icons span i {
  color: #fff;
  margin-right: 8px;
  font-size: 1.1em;
}
section#detail .contact .photo .shadow {
  position: absolute;
  opacity: 0.75;
  width: 100%;
  bottom: 0;
  z-index: 1;
  height: 66%;
  display: block;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
section#detail .contact .photo img {
  width: 100%;
  height: auto;
}
section#detail .contact .agent {
  width: calc(33.3% - 15px);
  float: left;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  padding: 4rem 3rem;
  display: block;
  overflow: auto;
  text-align: center;
}
section#detail .contact .agent .avatar {
  display: inline-block;
  margin-bottom: 20px;
  width: 178px;
  height: 178px;
  overflow: hidden;
  border-radius: 50%;
}
section#detail .contact .agent .avatar img {
  width: 100%;
}
section#detail .contact .agent .text h3 {
  margin: 0 0 20px 0;
}
section#detail .contact .agent .text .flags {
  margin: 0 0 30px 0;
}
section#detail .contact .agent .text .flags img {
  margin-right: 5px;
  height: 10px;
  width: 15px;
}
section#detail .contact .agent .text .flags img:last-child {
  margin: 0;
}
section#detail .contact .agent .text .icons {
  margin: 20px 0 40px 0;
}
section#detail .contact .agent .text .icons span {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
section#detail .contact .agent .text .icons span a {
  text-decoration: none;
  color: #000;
}
section#detail .contact .agent .text .icons span i {
  color: #0a95d0;
  margin-right: 8px;
  font-size: 1.1em;
}
section#detail .contact .form {
  background: #E7F3EA;
  padding: 3rem;
}
section#detail .contact .form h4 {
  margin-bottom: 20px;
  font-size: 14px;
}
section#detail .contact .form button {
  width: calc(100% - 30px);
  margin: 30px 15px 0 15px;
}
section#detail .contact .form p.chat {
  margin: 20px 0 40px 0;
  text-align: center;
}
section#detail .contact .form p.chat a {
  margin: 10px 5px;
}
section#detail .contact .form p.checkbox {
  display: inline-block;
  overflow: hidden;
  margin: 0 15px 0 15px;
  font-size: 14px;
}
section#detail .contact .form .styled-checkbox + label:before {
  margin-bottom: 5px;
}
section#detail .contact .form p#recaptcha2 {
  text-align: center;
  margin: 20px 0 0 0;
}
section#detail .contact .form p#recaptcha2 >  div {
  display: inline-block;
}
section#detail .contact .form a.reserve {
  text-align: center;
  width: calc(100% - 30px);
  margin: 50px 15px 15px 15px;
  text-decoration: none;
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
}
section#detail .contact .form a.reserve:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  section#detail .share .social {
    display: block;
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 992px) {
  section#detail {
    padding: 3rem 0;
  }
  section#detail .icons {
    width: 100%;
  }
  section#detail .subhead .price {
    margin-top: 40px;
  }
  section#detail .subhead .icons span {
    margin: 20px 40px;
  }
  section#detail .subhead .icons span:last-child {
    margin: 20px 40px 0 40px;
  }
  section#detail .share .see, section#detail .share .mail, section#detail .share .print {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  section#detail .share .print {
    margin: 0;
  }
  section#detail .buttons .button {
    margin: 10px 0;
  }
  section#detail .contact .photo {
    width: 80%;
    margin: 0 10% 30px 10%;
  }
  section#detail .contact .agent {
    width: 80%;
    margin: 0 10% 30px 10%;
  }
  section#detail .contact .agent .icons span {
    display: block;
    margin-bottom: 10px;
  }
  section#detail .contact .agent .icons span:last-child {
    margin: 0;
  }
  section#detail .contact .form {
    width: 80%;
    margin: 0 10%;
  }
  section#detail .contact .form p.checkbox {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  section#detail {
    padding: 0 0 3rem 0;
  }
  section#detail .breadcrumb {
    margin-top: 30px;
  }
  section#detail .contact .photo {
    text-align: center;
    float: none;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  section#detail .contact .agent {
    text-align: center;
    float: none;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  section#detail .contact .agent .avatar {
    float: none;
    display: inline-block;
    margin-right: 0;
  }
  section#detail .contact .agent .text {
    float: none;
  }
}
@media only screen and (max-width: 544px) {
  section#detail .subhead .icons span {
    display: block;
    margin: 0 0 30px 0;
  }
  section#detail .contact .agent, section#detail .contact .photo, section#detail .contact .form {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
/* _hypo.scss */
.hypo {
  margin: 5rem 0;
  overflow: auto;
}
.hypo .form {
  overflow: auto;
  padding: 50px 15px;
  background: #E7F3EA;
  margin-bottom: 50px;
}
.hypo .form a.logo {
  float: left !important;
  margin: 10px 0 20px 0;
}
.hypo .form a.logo img {
  height: 40px;
}
.hypo .form p.sum {
  text-align: center;
  font-size: 1.66em;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 10px 0 20px 0;
}
.hypo .form .line {
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px auto;
}
.hypo .form .line label {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.hypo .form .line input[type=range] {
  width: calc(100% - 10px);
  margin: 13px 0;
  padding: 0 5px;
  float: left;
  background: transparent;
}
.hypo .form .line.final {
  margin-top: 50px;
}
.hypo .form .line.final p.sum {
  text-align: center !important;
  line-height: inherit;
}
.hypo .form .line.final p.sum strong {
  width: 100%;
  font-size: 2.5em;
  font-weight: bold;
  color: #000 !important;
}
.hypo .form .line.final p.sum label {
  width: 100%;
  line-height: 16px;
  margin-bottom: 20px;
}
.hypo .form .line.final a.button {
  float: right;
  padding: 0 30px;
  margin-top: 5px;
  height: 40px;
  line-height: 40px;
  background: #0a95d0;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
}
.hypo .form .logo {
  width: 100%;
  text-align: center;
  border: none;
}

/* range slider */
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 8.5px 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #0a95d0;
  border-radius: 0px;
  border: 0px solid #010101;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: 0px 0px 1.9px #000000, 0px 0px 0px #0d0d0d;
          box-shadow: 0px 0px 1.9px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #0a95d0;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #0a95d0;
  border-radius: 50%;
  border: 0px solid #010101;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1.9px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 10px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #0a95d0;
  border: 0px solid #010101;
  border-radius: 50%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-fill-upper {
  background: #0a95d0;
  border: 0px solid #010101;
  border-radius: 50%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 1.9px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 10px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  height: 3px;
}

input[type=range]:focus::-ms-fill-lower {
  background: #0a95d0;
}

input[type=range]:focus::-ms-fill-upper {
  background: #0a95d0;
}

/* post */
section#post > .container {
  width: 90%;
  max-width: 800px;
}
section#post > .container p.subhead {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
section#post > .container span.label {
  color: #0a95d0;
  display: block;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 60px 0;
}
section#post > .container .tabs {
  text-align: center;
  margin-bottom: 5rem;
}
section#post > .container .tabs a {
  margin: 5px;
}
section#post > .container .tabs a.active {
  background: #000;
  border-color: #000;
  color: #fff;
}
section#post > .container .icons {
  overflow: hidden;
  display: block;
  text-align: center;
  line-height: 30px;
  margin: 50px 0 60px 0;
}
section#post > .container .icons span {
  color: #0a95d0;
  display: inline-block;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 10px;
}
section#post > .container .icons span img {
  display: inline-block;
  margin-bottom: 10px;
}
section#post > .container .icons span strong {
  display: block;
  color: #000;
}
section#post > .container .icons span:last-child {
  margin: 0;
}
section#post > .container p {
  margin: 30px 0;
  line-height: 33px;
}
section#post > .container p strong {
  color: #000;
  font-weight: 700;
}
section#post > .container h3, section#post > .container h4, section#post > .container h5 {
  margin-top: 60px;
}
section#post > .container ul {
  list-style-type: circle;
  list-style-position: inside;
  padding-left: 1px;
}
section#post > .container ul li {
  line-height: 36px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
section#post > .container img {
  width: calc(100% + 200px);
  max-width: calc(100% + 200px);
  margin: 3rem 0;
  margin-left: -100px;
}
section#post .buttons a {
  margin: 5px;
}

@media only screen and (max-width: 768px) {
  section#post > .container img {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
section#contact {
  padding: 8rem 0;
  background: rgb(241, 245, 242);
  background: linear-gradient(-45deg, rgb(241, 245, 242) 0%, rgb(250, 247, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f5f2",endColorstr="#faf7ff",GradientType=1);
}
section#contact .mail, section#contact .tel {
  background: #fff;
  padding: 3rem;
  border-radius: 3px;
  text-align: center;
}
section#contact .mail a, section#contact .tel a {
  font-family: "Poppins", sans-serif;
  font-size: 1.66em;
  border-bottom: 2px solid #0a95d0;
}
section#contact .mail a:hover, section#contact .tel a:hover {
  border-bottom: 2px solid transparent;
}
section#contact .mail {
  margin-bottom: 1rem;
}
section#contact .buttons {
  margin: 0 0 3rem 0;
}
section#contact .buttons a {
  margin: 10px 10px 10px 0;
}
section#contact .buttons a:last-child {
  margin: 0;
}
@media only screen and (max-width: 992px) {
  section#contact .text {
    text-align: center;
  }
}
@media only screen and (max-width: 544px) {
  section#contact .text {
    margin-bottom: 3rem;
  }
  section#contact .buttons a {
    width: 100%;
  }
  section#contact .mail, section#contact .tel {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}

section#bottom {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 30px 0;
  width: 100%;
  text-align: center;
}
section#bottom a {
  margin: 0 5px;
  padding: 8px 20px 4px 50px;
  line-height: 30px;
}
section#bottom a img {
  height: 24px;
  left: 12px;
}
@media only screen and (max-width: 768px) {
  section#bottom {
    display: inline-block;
  }
}

footer {
  background: #f5f5f5;
  padding: 50px 0;
  margin: 0 auto;
  font-size: 14px;
}
footer span {
  display: inline-block;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}

section#banner {
  padding: 0;
  overflow: visible;
}
section#banner .banner-wrapper {
  display: flex;
  align-items: stretch;
  background-color: #0d2033;
  height: 155px;
  overflow: hidden;
}
section#banner .banner-inner {
  flex: 1;
  display: flex;
  align-items: stretch;
  padding: 20px 2rem 20px;
  min-width: 0;
}
section#banner .logo-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 28px 0 0;
  border-right: 2px solid #0a95d0;
  width: 185px;
  flex-shrink: 1;
  min-width: 0;
}
section#banner .logo-panel .eaml-logo {
  max-height: 38px;
  width: 100%;
  max-width: 160px;
  height: auto;
}
section#banner .logo-panel .backoffice-logo {
  width: 100%;
  max-width: 140px;
  height: auto;
}
section#banner .banner-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  min-width: 0;
}
section#banner .banner-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #0a95d0;
  margin: 0 0 8px 0;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
section#banner .banner-content p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 10px 0;
  line-height: 1.55;
}
section#banner .banner-content a {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #0a95d0;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1.5px solid #0a95d0;
  padding-bottom: 2px;
  display: inline-block;
  align-self: flex-start;
}
section#banner .banner-image {
  width: 290px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  overflow: visible;
}
section#banner .banner-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0% 100%);
  display: block;
  position: relative;
}
section#banner .banner-image::before {
    content: "";
    position: absolute;
    display: block;
    left: -2px;
    top: 0;
    width: calc(100% + 2px);
    height: 100%;
    background: #0a95d0;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 992px) {
  section#banner .banner-image {
    width: 220px;
  }
  section#banner .logo-panel {
    width: 140px;
  }
  section#banner .banner-content {
    padding-left: 24px;
  }
  section#banner .banner-content h2 {
    font-size: 17px;
  }
  section#banner .banner-content p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 850px) {
  section#banner .banner-wrapper {
    height: auto;
  }
  section#banner .banner-image {
    display: none;
  }
  section#banner .banner-inner {
      padding: 18px 1.8rem 18px;
  }
  section#banner .logo-panel {
    width: 120px;
  }
  section#banner .banner-content h2 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 620px) {
  section#banner .banner-wrapper {
    flex-direction: column;
    overflow: hidden;
  }
  section#banner .banner-inner {
    flex-direction: column;
    gap: 14px;
    padding: 18px 1.5rem;
  }
  section#banner .logo-panel {
    border-right: none;
    border-bottom: 2px solid #0a95d0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 0 14px 0;
    gap: 20px;
  }
  section#banner .logo-panel .eaml-logo {
    max-width: 110px;
  }
  section#banner .logo-panel .backoffice-logo {
    max-width: 100px;
  }
  section#banner .banner-content {
    padding: 0;
    align-items: center;
    text-align: center;
  }
  section#banner .banner-content a {
    align-self: center;
  }
  section#banner .banner-image {
    display: block;
    width: 100%;
    height: 160px;
    flex-shrink: 0;
    border-top: 2px solid #0a95d0;
  }
  section#banner .banner-image img {
    clip-path: none;
    height: 100%;
  }
  section#banner .banner-image::before {
    display: none;
  }
}

/* ── FAQ section ── */
section#faq {
  padding: 5rem 0;
}

section#faq .faq-header {
  text-align: center;
  margin-bottom: 3rem;
}

section#faq .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 4rem;
}

section#faq .tag {
  display: block;
  margin-bottom: 0.75rem;
}

section#faq h2 {
  font-size: 48px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

section#faq h3 {
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 0.75rem;
}

section#faq p {
  font-size: 16px;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  section#faq .faq-grid {
    grid-template-columns: 1fr;
  }
  section#faq .faq-grid > div {
    text-align: center;
  }
  section#faq h2 {
    font-size: 2em;
  }
}

@media only screen and (max-width: 544px) {
  section#faq {
    padding: 3rem 0;
  }
  section#faq h2 {
    font-size: 1.6em;
  }
  section#faq h3 {
    font-size: 1.2em;
  }
}

/* ── Gallery section ── */
section#galeria {
  padding: 5rem 0;
}

section#galeria .galeria-year {
  margin-bottom: 5rem;
}

section#galeria .galeria-year:last-child {
  margin-bottom: 0;
}

section#galeria h2 {
  font-size: 48px;
  margin-bottom: 0.5rem;
  text-align: center;
  margin-bottom: 3rem;
}

section#galeria h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: center;
  color: #666;
}

section#galeria .galeria-carousel img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

section#galeria .galeria-carousel .slick-slide {
  padding: 0 10px;
}

section#galeria .galeria-carousel .slick-dots {
  bottom: -30px;
}

section#galeria .galeria-carousel .slick-prev,
section#galeria .galeria-carousel .slick-next {
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  transition: background ease 0.2s;
}

section#galeria .galeria-carousel .slick-prev:hover,
section#galeria .galeria-carousel .slick-next:hover {
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.85);
}

section#galeria .galeria-carousel .slick-prev::before,
section#galeria .galeria-carousel .slick-next::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
}

section#galeria .galeria-carousel .slick-prev::before {
  transform: translate(-25%, -50%) rotate(-135deg);
}

section#galeria .galeria-carousel .slick-next::before {
  transform: translate(-75%, -50%) rotate(45deg);
}

section#galeria .galeria-carousel .slick-prev {
  left: 5px;
}

section#galeria .galeria-carousel .slick-next {
  right: 5px;
}

@media only screen and (max-width: 768px) {
  section#galeria h2 {
    font-size: 2em;
  }
  section#galeria .galeria-carousel img {
    height: 240px;
  }
}

@media only screen and (max-width: 544px) {
  section#galeria {
    padding: 3rem 0;
  }
  section#galeria h2 {
    font-size: 1.6em;
  }
  section#galeria h3 {
    font-size: 1.1em;
  }
  section#galeria .galeria-carousel img {
    height: 200px;
  }
}

/* ── Testimonials section ── */
section#testimonials {
  padding: 5rem 0;
}

section#testimonials .testimonials-header {
  text-align: center;
  margin-bottom: 3rem;
}

section#testimonials h2 {
  font-size: 48px;
  margin-bottom: 0;
}

section#testimonials .testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

section#testimonials .testimonial-card {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 2rem 2.5rem;
}

section#testimonials .testimonial-card h3 {
  font-size: 18px;
  line-height: 1.4;
  color: #0a95d0;
  margin-bottom: 0.75rem;
}

section#testimonials .testimonial-card h3 span {
  font-weight: 400;
  color: #999;
}

section#testimonials .testimonial-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  section#testimonials .testimonials-grid {
    grid-template-columns: 1fr;
  }
  section#testimonials h2 {
    font-size: 2em;
  }
}

@media only screen and (max-width: 544px) {
  section#testimonials {
    padding: 3rem 0;
  }
  section#testimonials h2 {
    font-size: 1.6em;
  }
  section#testimonials .testimonial-card {
    padding: 1.5rem;
  }
}

/* ── Photo Grid section ── */
section#photo-grid {
  padding: 0 0 5rem 0;
}

section#photo-grid .photo-grid-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

section#photo-grid .photo-grid-row {
  display: flex;
  align-items: center;
  gap: 3rem;
}

section#photo-grid .photo-grid-row--reverse {
  flex-direction: row-reverse;
}

section#photo-grid .photo-grid-image {
  flex: 0 0 45%;
}

section#photo-grid .photo-grid-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

section#photo-grid .photo-grid-text {
  flex: 1;
}

section#photo-grid .photo-grid-text p {
  font-size: 17px;
  line-height: 1.75;
  color: #444;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  section#photo-grid .photo-grid-row,
  section#photo-grid .photo-grid-row--reverse {
    flex-direction: column;
    text-align: center;
  }

  section#photo-grid .photo-grid-image {
    flex: none;
    width: 80%;
    margin: 0 auto;
  }

  section#photo-grid .photo-grid-text {
    width: 100%;
  }
}

@media only screen and (max-width: 544px) {
  section#photo-grid {
    padding: 3rem 0;
  }

  section#photo-grid .photo-grid-container {
    gap: 2.5rem;
  }

  section#photo-grid .photo-grid-row {
    gap: 1.5rem;
  }

  section#photo-grid .photo-grid-image {
    width: 100%;
  }

  section#photo-grid .photo-grid-text p {
    font-size: 15px;
  }
}