[class*="anima-"] {
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s; }
  [class*="anima-"]:not(.anima-container) {
    opacity: 0; }
    [class*="anima-"]:not(.anima-container).anima-inview {
      opacity: 1; }

.anima-container {
  overflow: hidden; }

.anima-top {
  -webkit-transform: translateY(-50vh);
  -ms-transform: translateY(-50vh);
  transform: translateY(-50vh); }
  .anima-top.anima-inview {
    -webkit-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    transform: translateY(0vh); }

.anima-bottom {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px); }
  .anima-bottom.anima-inview {
    -webkit-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    transform: translateY(0vh); }

.anima-left {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px); }
  .anima-left.anima-inview {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.anima-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }
  .anima-right.anima-inview {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

.anima-above {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: all 0.75s, -webkit-filter 0.75s -webkit-filter linear;
  transition: all 0.75s, -webkit-filter 0.75s -webkit-filter linear;
  -o-transition: all 0.75s, filter 0.75s -webkit-filter linear;
  transition: all 0.75s, filter 0.75s -webkit-filter linear;
  transition: all 0.75s, filter 0.75s -webkit-filter linear, -webkit-filter 0.75s -webkit-filter linear; }
  .anima-above.anima-inview {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0); }

.anima-under {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5); }
  .anima-under.anima-inview {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.anima-flip {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg); }
  .anima-flip.anima-inview {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }

.anima-flap {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg); }
  .anima-flap.anima-inview {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }

.anima-draw-left {
  -webkit-transform: scaleX(0) translateX(-50%);
  -ms-transform: scaleX(0) translateX(-50%);
  transform: scaleX(0) translateX(-50%); }
  .anima-draw-left.anima-inview {
    -webkit-transform: scaleX(1) translateX(-50%);
    -ms-transform: scaleX(1) translateX(-50%);
    transform: scaleX(1) translateX(-50%); }

.anima-draw circle {
  stroke-dasharray: 339.292px;
  stroke-dashoffset: 339.292px; }
  .anima-draw circle.anima-inview circle {
    stroke-dashoffset: 33.9292px; }

.anima-inview .anima-top, .anima-inview .anima-bottom, .anima-inview .anima-left, .anima-inview .anima-right, .anima-inview .anima-above, .anima-inview .anima-under, .anima-inview .anima-flip, .anima-inview .anima-flap {
  opacity: 1; }

.anima-inview .anima-top, .anima-inview .anima-bottom {
  -webkit-transform: translateY(0vh);
  -ms-transform: translateY(0vh);
  transform: translateY(0vh); }

.anima-inview .anima-left, .anima-inview .anima-right {
  -webkit-transform: translateX(0vw);
  -ms-transform: translateX(0vw);
  transform: translateX(0vw); }

.anima-inview .anima-above, .anima-inview .anima-under {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0);
  filter: blur(0); }

.anima-inview .anima-flip {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.anima-inview .anima-flap {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg); }

.anima-inview .anima-draw-left {
  -webkit-transform: scaleX(1) translateX(-50%);
  -ms-transform: scaleX(1) translateX(-50%);
  transform: scaleX(1) translateX(-50%); }

.anima-inview .anima-draw circle {
  stroke-dashoffset: 33.9292px; }

.anima-duration-0 {
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s; }

.anima-duration-1, header {
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s; }

.anima-duration-2 {
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s; }

.anima-duration-3 {
  -o-transition-duration: 0.75s;
  transition-duration: 0.75s;
  -moz-transition-duration: 0.75s;
  -webkit-transition-duration: 0.75s; }

.anima-duration-4 {
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s; }

.anima-duration-5 {
  -o-transition-duration: 1.25s;
  transition-duration: 1.25s;
  -moz-transition-duration: 1.25s;
  -webkit-transition-duration: 1.25s; }

.anima-delay-0 {
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s; }

.anima-delay-1 {
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s; }

.anima-delay-2 {
  -o-transition-delay: 0.50s;
  transition-delay: 0.50s;
  -moz-transition-delay: 0.50s;
  -webkit-transition-delay: 0.50s; }

.anima-delay-3 {
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s; }

.anima-delay-4 {
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s; }

.anima-delay-5 {
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s;
  -moz-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s; }

.anima-delay-6 {
  -o-transition-delay: 1.50s;
  transition-delay: 1.50s;
  -moz-transition-delay: 1.50s;
  -webkit-transition-delay: 1.50s; }

.anima-delay-7 {
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s;
  -moz-transition-delay: 1.75s;
  -webkit-transition-delay: 1.75s; }

.anima-delay-8 {
  -o-transition-delay: 2s;
  transition-delay: 2s;
  -moz-transition-delay: 2s;
  -webkit-transition-delay: 2s; }

body {
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

figure {
  margin: 0; }

ul, ol {
  padding: 0; }
  ul li, ol li {
    list-style: none; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

@media (max-width: 576px) {
  .desk {
    display: none; } }

@media (min-width: 576px) {
  .mobi {
    display: none; } }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

strong {
  font-weight: 500; }

img {
  vertical-align: middle; }

.text-section .container .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem; }
  @media (max-width: 992px) {
    .text-section .container .wrapper {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  .text-section .container .wrapper article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .text-section .container .wrapper article div p {
      text-align: justify; }
  .text-section .container .wrapper picture {
    position: relative; }
    .text-section .container .wrapper picture img {
      margin-left: -50px;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%; }

.phone div {
  background-color: white;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 17px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .phone div:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  color: white;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px); }
  header .position-relative::before {
    content: "";
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 7px);
    z-index: -9;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); }
  header.anima-inview .menu-menu-glowne-container .menu li a:before {
    background-color: gray; }
  @media (min-width: 992px) {
    header.anima-inview {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
      color: #2f3437; }
      header.anima-inview .position-relative::before {
        opacity: 1; }
      header.anima-inview .logo img, header.anima-inview .logo .phone, header.anima-inview .wrapper img, header.anima-inview .wrapper .phone {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75); }
        header.anima-inview .logo img:nth-child(1), header.anima-inview .logo .phone:nth-child(1), header.anima-inview .wrapper img:nth-child(1), header.anima-inview .wrapper .phone:nth-child(1) {
          opacity: 0; }
        header.anima-inview .logo img:nth-child(2), header.anima-inview .logo .phone:nth-child(2), header.anima-inview .wrapper img:nth-child(2), header.anima-inview .wrapper .phone:nth-child(2) {
          opacity: 1; } }
  header .logo {
    position: relative; }
    header .logo img {
      height: 46px;
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      header .logo img:nth-child(2) {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0; }
  @media (max-width: 992px) {
    header .menu-menu-glowne-container {
      display: none; } }
  header .menu-menu-glowne-container .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 14px 25px 0 0; }
    header .menu-menu-glowne-container .menu li.current_page_ancestor > a:before, header .menu-menu-glowne-container .menu li.current-menu-item > a:before, header .menu-menu-glowne-container .menu li:hover > a:before {
      -webkit-transform: scaleX(1) translateX(-50%);
      -ms-transform: scaleX(1) translateX(-50%);
      transform: scaleX(1) translateX(-50%); }
    header .menu-menu-glowne-container .menu li a {
      white-space: nowrap;
      display: block;
      padding: 12px 23px;
      text-transform: uppercase;
      font-weight: 600;
      position: relative; }
      header .menu-menu-glowne-container .menu li a:before {
        content: "";
        position: absolute;
        bottom: 8px;
        left: 50%;
        width: calc(100% - 45px);
        height: 2px;
        background-color: white;
        -webkit-transform: scaleX(0) translateX(-50%);
        -ms-transform: scaleX(0) translateX(-50%);
        transform: scaleX(0) translateX(-50%);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
  @media (max-width: 992px) {
    header {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      background-color: white; }
      header .logo {
        position: relative; }
        header .logo img {
          height: 26px; }
          header .logo img:nth-child(1) {
            display: none; }
          header .logo img:nth-child(2) {
            position: relative;
            opacity: 1; } }

.menu-fullscreen {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  padding-top: 20px;
  z-index: 998; }
  .menu-fullscreen li {
    font-size: 1.7em;
    margin-top: 35px;
    text-transform: uppercase;
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
    text-align: center; }
    .menu-fullscreen li a {
      padding: 3px; }
      .menu-fullscreen li a:hover {
        color: black; }

.menu_active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 980;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  pointer-events: auto; }
  .menu_active li {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
    .menu_active li:nth-child(1) {
      -webkit-transition: opacity 0.5s ease-out 0.1s, color 0.5s, -webkit-transform 0.5s ease-out 0.1s;
      transition: opacity 0.5s ease-out 0.1s, color 0.5s, -webkit-transform 0.5s ease-out 0.1s;
      -o-transition: transform 0.5s ease-out 0.1s, opacity 0.5s ease-out 0.1s, color 0.5s;
      transition: transform 0.5s ease-out 0.1s, opacity 0.5s ease-out 0.1s, color 0.5s;
      transition: transform 0.5s ease-out 0.1s, opacity 0.5s ease-out 0.1s, color 0.5s, -webkit-transform 0.5s ease-out 0.1s; }
    .menu_active li:nth-child(2) {
      -webkit-transition: opacity 0.5s ease-out 0.2s, color 0.5s, -webkit-transform 0.5s ease-out 0.2s;
      transition: opacity 0.5s ease-out 0.2s, color 0.5s, -webkit-transform 0.5s ease-out 0.2s;
      -o-transition: transform 0.5s ease-out 0.2s, opacity 0.5s ease-out 0.2s, color 0.5s;
      transition: transform 0.5s ease-out 0.2s, opacity 0.5s ease-out 0.2s, color 0.5s;
      transition: transform 0.5s ease-out 0.2s, opacity 0.5s ease-out 0.2s, color 0.5s, -webkit-transform 0.5s ease-out 0.2s; }
    .menu_active li:nth-child(3) {
      -webkit-transition: opacity 0.5s ease-out 0.3s, color 0.5s, -webkit-transform 0.5s ease-out 0.3s;
      transition: opacity 0.5s ease-out 0.3s, color 0.5s, -webkit-transform 0.5s ease-out 0.3s;
      -o-transition: transform 0.5s ease-out 0.3s, opacity 0.5s ease-out 0.3s, color 0.5s;
      transition: transform 0.5s ease-out 0.3s, opacity 0.5s ease-out 0.3s, color 0.5s;
      transition: transform 0.5s ease-out 0.3s, opacity 0.5s ease-out 0.3s, color 0.5s, -webkit-transform 0.5s ease-out 0.3s; }
    .menu_active li:nth-child(4) {
      -webkit-transition: opacity 0.5s ease-out 0.4s, color 0.5s, -webkit-transform 0.5s ease-out 0.4s;
      transition: opacity 0.5s ease-out 0.4s, color 0.5s, -webkit-transform 0.5s ease-out 0.4s;
      -o-transition: transform 0.5s ease-out 0.4s, opacity 0.5s ease-out 0.4s, color 0.5s;
      transition: transform 0.5s ease-out 0.4s, opacity 0.5s ease-out 0.4s, color 0.5s;
      transition: transform 0.5s ease-out 0.4s, opacity 0.5s ease-out 0.4s, color 0.5s, -webkit-transform 0.5s ease-out 0.4s; }

@media (min-width: 992px) {
  #menu_bar {
    display: none; } }

#menu_bar #button {
  width: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; }
  @media (max-width: 576px) {
    #menu_bar #button {
      width: 40px; } }
  #menu_bar #button .ham {
    cursor: pointer;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    width: 77px;
    top: -5px;
    right: -17px; }
  #menu_bar #button .hamRotate.active {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #menu_bar #button .line {
    fill: none;
    -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    -o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke-width: 3.5;
    stroke-linecap: round;
    stroke: #a80b2a; }
  #menu_bar #button .ham1 .topb {
    stroke-dasharray: 40 139; }
  #menu_bar #button .ham1 .bottom {
    stroke-dasharray: 40 180; }
  #menu_bar #button .ham1.active .topb {
    stroke-dashoffset: -98px; }
  #menu_bar #button .ham1.active .bottom {
    stroke-dashoffset: -138px; }

#cookieNotice {
  width: 100%;
  position: fixed;
  bottom: 0px;
  -webkit-box-shadow: 0px 0 10px 0 #666;
  box-shadow: 0px 0 10px 0 #666;
  background: #000000;
  z-index: 9999;
  font-size: 14px;
  left: 0px;
  color: #FFF;
  opacity: 0.85; }
  #cookieNotice #cookieNoticeContent {
    padding: 10px;
    width: 100%; }
    @media (max-width: 576px) {
      #cookieNotice #cookieNoticeContent {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #cookieNotice #cookieNoticeContent br {
          display: none; } }
    #cookieNotice #cookieNoticeContent svg {
      width: 50px;
      fill: white;
      margin-right: 25px; }
      @media (max-width: 786px) {
        #cookieNotice #cookieNoticeContent svg {
          display: none; } }
  #cookieNotice .closebutton {
    border-radius: 20px;
    border: 2px solid #fff;
    text-decoration: none;
    padding: 9px 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 99; }
    #cookieNotice .closebutton:hover {
      color: black;
      background-color: white; }
    #cookieNotice .closebutton:active {
      position: relative;
      top: 1px; }
    @media (max-width: 576px) {
      #cookieNotice .closebutton {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 10px; } }

#custom-lightbox-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-filter 1.5s;
  transition: opacity 0.5s, -webkit-filter 1.5s;
  -o-transition: opacity 0.5s, filter 1.5s;
  transition: opacity 0.5s, filter 1.5s;
  transition: opacity 0.5s, filter 1.5s, -webkit-filter 1.5s;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }
  #custom-lightbox-wrapper.shown {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1; }
  #custom-lightbox-wrapper figure {
    margin: 0;
    background-color: white;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); }
    #custom-lightbox-wrapper figure #close {
      top: 0;
      right: 0px;
      background-image: url("icons/cross.svg");
      width: 60px;
      height: 60px; }
    #custom-lightbox-wrapper figure #prev, #custom-lightbox-wrapper figure #next {
      top: calc(50% - 30px);
      right: 0px;
      width: 60px;
      height: 60px;
      background-image: url("icons/arrow-bottom.svg");
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    #custom-lightbox-wrapper figure #prev {
      left: 0px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    #custom-lightbox-wrapper figure #close, #custom-lightbox-wrapper figure #next, #custom-lightbox-wrapper figure #prev {
      -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
      background-color: white;
      position: absolute;
      background-size: 40%;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer;
      opacity: 0.5; }
      #custom-lightbox-wrapper figure #close:hover, #custom-lightbox-wrapper figure #next:hover, #custom-lightbox-wrapper figure #prev:hover {
        opacity: 1; }
    #custom-lightbox-wrapper figure img {
      max-height: 100vh;
      max-width: 100vw;
      -o-object-fit: contain;
      object-fit: contain; }

/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  /* 'Shrink-wrap' the element */
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.easyzoom img {
  vertical-align: bottom; }

.easyzoom.is-loading img {
  cursor: progress; }

.easyzoom.is-ready img {
  cursor: crosshair; }

.easyzoom.is-error img {
  cursor: not-allowed; }

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  -webkit-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888; }

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF; }

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px; }

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

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.d-grid {
  display: -ms-grid;
  display: grid; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

body {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  color: #798389;
  font-weight: 300; }
  @media (max-width: 576px) {
    body {
      font-size: 1rem; } }
  body strong {
    color: #2f3437; }
  body p {
    line-height: 1.75rem; }
  body > img {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 119%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0.4;
    z-index: 9999; }
  body.page-id-140 main a:hover {
    color: #a80b2a; }
  body.page-id-137 main h3 {
    display: inline;
    font-size: 1.3rem;
    color: #77283e; }

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

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

.position-relative {
  position: relative; }

.overflow-hidden {
  overflow: hidden; }

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -99; }

h2, h3, h4, .main-section {
  color: #2f3437; }

h2 {
  font-size: 1.96rem;
  margin: 0;
  font-weight: 400; }
  @media (max-width: 576px) {
    h2 {
      font-size: 1.7rem; } }

h3 {
  color: #a80b2a;
  margin-top: 5px;
  font-weight: 400;
  font-size: 1.63rem;
  margin-bottom: -9px; }
  @media (max-width: 576px) {
    h3 {
      font-size: 1.4rem; } }

h4 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.3rem; }

.main-section {
  position: relative;
  overflow: hidden; }
  @media (min-width: 993px) {
    .main-section {
      height: 115vh; } }
  @media (max-width: 992px) {
    .main-section {
      margin-top: 70px;
      padding-bottom: 20px; }
      .main-section .background-image {
        height: 400px; } }
  .main-section .container {
    position: relative; }
    .main-section .container > img {
      position: absolute;
      top: 145px;
      right: -85px;
      max-width: 60%; }
      @media (max-width: 992px) {
        .main-section .container > img {
          right: 0;
          top: 80px; } }
    .main-section .container .tails-wrapper {
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding-top: calc(100vh - 275px); }
      @media (max-width: 992px) {
        .main-section .container .tails-wrapper {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding-top: 300px; } }
      .main-section .container .tails-wrapper section {
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        background-color: white;
        width: 31.5%;
        border-radius: 15px;
        padding: 36px 0;
        font-size: 1.3rem;
        line-height: 1.8rem; }
        @media (max-width: 992px) {
          .main-section .container .tails-wrapper section {
            -ms-flex-preferred-size: 47%;
            flex-basis: 47%;
            margin-top: 20px; } }
        @media (max-width: 786px) {
          .main-section .container .tails-wrapper section {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
        .main-section .container .tails-wrapper section p {
          margin: 0; }
        .main-section .container .tails-wrapper section figure svg {
          height: 68px;
          fill: #a80b2a; }

.text-slim {
  position: relative;
  z-index: 99;
  max-width: 1160px; }
  .text-slim.container {
    margin-top: -70px; }
    @media (max-width: 992px) {
      .text-slim.container {
        margin-top: 40px; } }

.ptl {
  padding-top: 100px; }

.ptm {
  padding-top: 60px; }

.pbl {
  padding-bottom: 65px; }

.pbm {
  padding-bottom: 35px; }

.pts {
  padding-top: 25px; }

.moving-baner {
  margin-top: -20px; }
  .moving-baner .background-wrapper {
    position: absolute;
    padding-top: 63px;
    width: 100%;
    height: 100%;
    z-index: -99; }
    .moving-baner .background-wrapper div {
      height: 100%;
      border: 1px dotted pink; }
      .moving-baner .background-wrapper div img {
        -o-object-fit: cover;
        object-fit: cover;
        height: calc(100% + 150px);
        width: 100%; }
  .moving-baner .window {
    background-image: url("img/telebimbg.jpg");
    position: absolute;
    left: 3%;
    top: 3%;
    height: 72%;
    width: 94%;
    background-size: 140% 100%;
    text-align: center;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    background-position: right;
    overflow: hidden; }
    .moving-baner .window .position-relative {
      height: 100%; }
    .moving-baner .window.active {
      background-position: left; }
      .moving-baner .window.active h2.header-1 {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .moving-baner .window.active h2.header-2 {
        -webkit-transform: translate(150%, -50%);
        -ms-transform: translate(150%, -50%);
        transform: translate(150%, -50%); }
    .moving-baner .window h2 {
      color: white;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 2.7rem;
      font-weight: 600;
      -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.22);
      -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.22);
      transition: all 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.22); }
      @media (max-width: 992px) {
        .moving-baner .window h2 {
          font-size: 1.7rem; } }
      .moving-baner .window h2 sup {
        font-size: 1.4rem; }
        @media (max-width: 992px) {
          .moving-baner .window h2 sup {
            font-size: 1rem; } }
      .moving-baner .window h2.header-1 {
        font-size: 2.2rem;
        padding: 0 20px;
        -webkit-transform: translate(-150%, -50%);
        -ms-transform: translate(-150%, -50%);
        transform: translate(-150%, -50%); }
        @media (max-width: 992px) {
          .moving-baner .window h2.header-1 {
            font-size: 1.5rem; } }
  .moving-baner .container .d-grid {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media (min-width: 993px) {
      .moving-baner .container .d-grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1.15fr;
        grid-template-columns: 1fr 1.15fr;
        grid-gap: 7rem; } }
    @media (max-width: 992px) {
      .moving-baner .container .d-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 100px; } }
    .moving-baner .container .d-grid figure img {
      width: 100%; }
    @media (max-width: 992px) {
      .moving-baner .container .d-grid figure:nth-child(2) {
        display: none; } }

.map-section {
  margin-bottom: 70px; }
  @media (max-width: 992px) {
    .map-section {
      padding-top: 0; } }
  .map-section .container .d-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
    grid-gap: 5rem; }
    @media (max-width: 992px) {
      .map-section .container .d-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
    .map-section .container .d-grid .map-left p {
      line-height: 2.25rem;
      font-size: 1.4rem; }
      @media (max-width: 786px) {
        .map-section .container .d-grid .map-left p {
          font-size: 1.1rem;
          line-height: normal; } }
    .map-section .container .d-grid .map-left img {
      margin-top: 14px;
      max-width: 100%; }
    .map-section .container .d-grid .contact .card {
      max-width: 480px;
      color: white;
      margin: 0 auto;
      padding: 50px 30px;
      border-radius: 12px; }
      .map-section .container .d-grid .contact .card .background-image {
        left: -50px;
        top: -50px;
        height: calc(100% + 50px);
        width: calc(100% + 50px); }
      .map-section .container .d-grid .contact .card h2 {
        color: white;
        font-size: 2.7rem;
        font-weight: 600; }
        @media (max-width: 992px) {
          .map-section .container .d-grid .contact .card h2 {
            font-size: 1.8rem; } }
      .map-section .container .d-grid .contact .card hr {
        margin-top: 13px;
        margin-bottom: -12px;
        width: 28px;
        border-bottom: 3px solid white; }
      .map-section .container .d-grid .contact .card p {
        font-size: 1.85rem;
        line-height: 2.1rem;
        font-weight: 300; }
        @media (max-width: 786px) {
          .map-section .container .d-grid .contact .card p {
            font-size: 1.4rem;
            line-height: normal; } }
      .map-section .container .d-grid .contact .card .phone {
        padding-top: 8px;
        font-size: 2.5rem; }
        @media (max-width: 992px) {
          .map-section .container .d-grid .contact .card .phone {
            font-size: 1.5rem; } }
        .map-section .container .d-grid .contact .card .phone:hover {
          color: #a80b2a; }
        .map-section .container .d-grid .contact .card .phone div {
          width: 75px;
          height: 75px;
          margin-right: 20px; }
          @media (max-width: 992px) {
            .map-section .container .d-grid .contact .card .phone div {
              width: 70px;
              height: 70px; } }

#logos-carousel-ow, #commerce-carousel-ow {
  position: relative; }
  #logos-carousel-ow:hover .tns-controls button, #commerce-carousel-ow:hover .tns-controls button {
    opacity: 0.4; }
  #logos-carousel-ow .tns-controls, #commerce-carousel-ow .tns-controls {
    margin: 0 -40px 0 -40px;
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% + 80px);
    height: 0;
    z-index: 99; }
    @media (max-width: 576px) {
      #logos-carousel-ow .tns-controls, #commerce-carousel-ow .tns-controls {
        display: none; } }
    #logos-carousel-ow .tns-controls button, #commerce-carousel-ow .tns-controls button {
      background-color: transparent;
      cursor: pointer;
      border: 0;
      opacity: 0;
      background-image: url("icons/arrow-bottom.svg");
      background-size: 50%;
      background-position: center;
      background-repeat: no-repeat;
      width: 40px;
      height: 40px;
      margin-top: -20px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      #logos-carousel-ow .tns-controls button:hover, #commerce-carousel-ow .tns-controls button:hover {
        opacity: 1; }
      #logos-carousel-ow .tns-controls button:nth-child(1), #commerce-carousel-ow .tns-controls button:nth-child(1) {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        float: left; }
      #logos-carousel-ow .tns-controls button:nth-child(2), #commerce-carousel-ow .tns-controls button:nth-child(2) {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        float: right; }

@media (max-width: 992px) {
  .logo-section h4 {
    text-align: center; } }

.logo-section .tns-liveregion {
  display: none; }

.logo-section a {
  text-align: center;
  opacity: 0;
  display: inline-block;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  pointer-events: none;
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }
  .logo-section a.tns-slide-active {
    pointer-events: auto;
    opacity: 0.5; }
  .logo-section a:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1; }
  .logo-section a img {
    max-width: 90%;
    height: auto; }

footer {
  color: #7a6a6d;
  padding-top: 50px;
  font-size: 0.98rem;
  line-height: 1.5rem;
  padding-bottom: 50px;
  background-image: url("img/stopka.jpg");
  background-size: cover; }

.gray {
  background-color: #e0e0e0; }

.last-campain {
  overflow: hidden;
  padding: 50px 0; }
  .last-campain .container h2 {
    font-size: 2.25rem;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 576px) {
      .last-campain .container h2 {
        font-size: 1.9rem; } }
  .last-campain .container .d-grid {
    grid-gap: 2rem;
    margin-top: 40px; }
    @media (min-width: 993px) {
      .last-campain .container .d-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 8rem; } }
  .last-campain .container .tns-visually-hidden {
    display: none; }
  .last-campain .container .video-wrapper {
    display: inline-block;
    padding-top: 13.8%;
    opacity: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    pointer-events: none; }
    .last-campain .container .video-wrapper.tns-slide-active {
      pointer-events: auto;
      opacity: 1; }
    .last-campain .container .video-wrapper iframe {
      width: 85%;
      height: 88%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.ytp-gradient-top {
  display: none !important; }

@media (min-width: 993px) {
  .anima .anim-clip {
    -webkit-clip-path: polygon(0 89%, 100% 11%, 100% 11%, 0 89%);
    clip-path: polygon(0 89%, 100% 11%, 100% 11%, 0 89%);
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }
    .anima .anim-clip iframe {
      -webkit-transform: scale(1.7);
      -ms-transform: scale(1.7);
      transform: scale(1.7);
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; } }

.anima.anima-inview .anim-clip {
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  .anima.anima-inview .anim-clip iframe {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.video-wrapper {
  position: relative;
  padding-top: 56.20%; }
  .video-wrapper iframe {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.blog .ajax-load-more-wrap .alm-listing .alm-reveal {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem; }
  @media (max-width: 992px) {
    .blog .ajax-load-more-wrap .alm-listing .alm-reveal {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.error404 {
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .error404 .error404-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #f0f0f0;
    height: 100%; }
  .error404 .error404-wrapper > svg {
    width: 700px;
    position: absolute;
    top: 50%;
    left: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: white; }
  .error404 .error404-wrapper div {
    position: relative;
    z-index: 999; }
  .error404 .error404-wrapper h3 {
    margin-bottom: 30px; }
  .error404 .error404-wrapper div svg {
    width: 80px; }

.facebook-wrapper {
  position: fixed;
  top: 100px;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 999; }
  @media (max-width: 576px) {
    .facebook-wrapper {
      display: none; } }
  .facebook-wrapper .facebook-rel {
    position: relative; }
    .facebook-wrapper .facebook-rel #btn-toggle {
      position: absolute;
      left: -50px;
      width: 50px; }
      .facebook-wrapper .facebook-rel #btn-toggle svg {
        fill: #a3c5e1; }
  .facebook-wrapper:hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .facebook-wrapper .fb-page {
    max-width: calc(100vw - 68px); }

.header-page {
  padding: 120px 0 15px 0;
  color: white;
  margin-bottom: 60px; }

.page-template-default main article > img {
  float: left;
  max-width: 40%;
  height: auto;
  margin: 0 40px 30px 0; }
