/*
*	Project	: {Project}
*	Date 	: {Date}
*	Company	: Mixfinity
*	Author	: {Name}
*
*   USE THIS PLEASE!!!!!!!
*   BEM documentation : https://en.bem.info/methodology/css/
*/
/*
*	Here are all the global project variables defined
*	The are all required!!!w
*/
/*
*	Plugins
*	Uncomment if you need to use them
*/
.m-cookie-popup {
  display: block;
  position: fixed;
  z-index: 999999;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #333;
  opacity: 0;
  transition: .7s all; }
  .m-cookie-popup * {
    font-family: sans-serif; }
  .m-cookie-popup.show {
    opacity: 1;
    bottom: 0;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5); }
  .m-cookie-popup .m-cookie-popup-inner {
    max-width: 800px;
    margin: 10px auto 0;
    position: relative;
    padding: 10px; }
    .m-cookie-popup .m-cookie-popup-inner .m-cookie-close {
      width: 40px;
      height: 25px;
      color: #fff;
      font-size: 12px;
      position: absolute;
      right: 15px;
      border-radius: 5px;
      text-align: center;
      line-height: 25px;
      transition: .3s all;
      cursor: pointer;
      background: #41b334; }
      .m-cookie-popup .m-cookie-popup-inner .m-cookie-close:hover {
        background: rgba(255, 255, 255, 0.3); }
    .m-cookie-popup .m-cookie-popup-inner h1 {
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      margin-bottom: 20px;
      margin-top: 0; }
    .m-cookie-popup .m-cookie-popup-inner h4 {
      color: #fff; }
    .m-cookie-popup .m-cookie-popup-inner p {
      font-size: 12px;
      line-height: 16px;
      color: #fff;
      margin-bottom: 8px;
      margin-top: 0; }
      .m-cookie-popup .m-cookie-popup-inner p a {
        color: #fff !important;
        text-decoration: underline; }
    .m-cookie-popup .m-cookie-popup-inner .mcb-checkwrap {
      position: relative;
      padding-right: 70px; }
    .m-cookie-popup .m-cookie-popup-inner .mcb-check {
      width: 120px;
      color: #fff;
      font-size: 12px;
      cursor: pointer; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-check.disabled {
        pointer-events: none;
        opacity: 0.8; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-check input[type="checkbox"] {
        background: none !important;
        border: 2px solid #999 !important;
        border-radius: 3px !important;
        cursor: pointer;
        height: 14px !important;
        margin: 3px 5px 0 !important;
        width: 14px !important;
        transition: .3s all;
        outline: none;
        position: relative;
        top: 3px;
        -webkit-appearance: none; }
        .m-cookie-popup .m-cookie-popup-inner .mcb-check input[type="checkbox"]:after {
          content: "" !important;
          position: absolute !important;
          top: -6px !important;
          left: 5px !important;
          display: block;
          background: none !important;
          width: 6px;
          height: 14px;
          border-right: 2px solid #41b334;
          border-bottom: 2px solid #41b334;
          transform: rotate(45deg);
          opacity: 0;
          transition: .3s all; }
        .m-cookie-popup .m-cookie-popup-inner .mcb-check input[type="checkbox"]:checked {
          background: #ffffff !important;
          border: 2px solid #41b334 !important; }
          .m-cookie-popup .m-cookie-popup-inner .mcb-check input[type="checkbox"]:checked:after {
            opacity: 1; }
    .m-cookie-popup .m-cookie-popup-inner .mcb-button {
      width: 100px; }
    .m-cookie-popup .m-cookie-popup-inner .mcb-detailbutton {
      width: 120px;
      width: 62px;
      text-align: right;
      color: #fff;
      font-size: 12px;
      cursor: pointer;
      position: absolute;
      right: 15px;
      top: 0;
      line-height: 32px;
      padding-right: 25px; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbutton:before {
        content: '';
        display: block;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 0;
        top: 8px;
        transform: rotate(45deg); }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbutton.active:before {
        transform: rotate(225deg);
        top: 12px; }
    .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox {
      height: 0;
      overflow: hidden;
      transition: .4s all;
      background: #424242; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox.active {
        height: 150px; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable {
        width: calc(100% - 100px);
        display: none;
        vertical-align: top;
        height: 100%;
        padding: 10px 5px;
        overflow-y: scroll; }
        .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable.active {
          display: inline-block; }
        .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable table {
          border-collapse: collapse;
          width: 100%; }
          .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable table * {
            color: #fff; }
          .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable table tr th {
            padding: 2px 4px;
            vertical-align: top; }
          .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable table tr td {
            padding: 2px 4px;
            vertical-align: top;
            border: 1px solid #666;
            line-height: 20px;
            max-width: 350px; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailswitch-wrap {
        width: 80px;
        height: 100%;
        border-right: 1px solid #666;
        display: inline-block; }
        .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailswitch-wrap .mcb-detailswitch {
          border-bottom: 1px solid #666;
          text-align: center;
          transition: .3s all;
          cursor: pointer;
          line-height: 30px; }
          .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailswitch-wrap .mcb-detailswitch:hover, .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailswitch-wrap .mcb-detailswitch.active {
            background: #41b334; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox > * {
        color: #fff;
        font-size: 12px; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0 0 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0 0 0; }

  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
/*
*	Toolbox with some neat scss functions
*/
/*
*	Can be usefull for disabling the animations on page load
*   Make sure to remove the class with javascript
*/
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

/*
* 	Global styling for headers and text are defined here
* 	The base layout for the header and foot are here as well
*/
* {
  padding: 0;
  margin: 0; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  font-weight: 300; }

h1,
.like-h1 {
  font: 900 60px/60px "Roboto", sans-serif;
  text-transform: uppercase; }

h2,
.like-h2 {
  font: 900 50px/60px "Roboto", sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase; }

h3,
.like-h3 {
  font: 18px/22px 'Roboto', 'sans-serif'; }

a {
  color: #000; }

p a {
  color: #D8E1E8;
  text-decoration: underline; }

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  font-weight: 300; }

hr {
  border-color: #c1c1c1;
  margin-top: 45px;
  margin-bottom: 45px; }

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.black {
  font-weight: 900; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  transition: .3s all; }

::-webkit-input-placeholder {
  color: #999999; }

:-moz-placeholder {
  color: #999999;
  opacity: 1; }

::-moz-placeholder {
  color: #999999;
  opacity: 1; }

:-ms-input-placeholder {
  color: #999999; }

.padding {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media (max-width: 767px) {
    .padding {
      padding-top: 25px;
      padding-bottom: 25px; } }

.form-error {
  border-color: #f00 !important;
  box-shadow: inset 0 0 3px 1px #f00; }

.button {
  transition: .3s all ease;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 30px;
  cursor: pointer;
  height: 45px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  background-color: #37415A;
  font: 700 16px/20px 'Roboto', sans-serif;
  position: relative; }
  .button:hover, .button:active, .button:focus {
    color: #fff;
    text-decoration: none; }

.button--shadow-hover {
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24); }
  .button--shadow-hover:hover {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.12), 0 3px 9px 0 rgba(0, 0, 0, 0.24); }

.button--shadow-only-hover:hover {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.12), 0 3px 9px 0 rgba(0, 0, 0, 0.24); }

.shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.custom-bullet {
  margin-left: 0;
  list-style: none;
  counter-reset: counter; }
  .custom-bullet > li:before {
    counter-increment: counter;
    content: counter(counter); }

.round-corners-3 {
  border-radius: 3px; }

.round-corners-5 {
  border-radius: 5px; }

ul.normal {
  list-style: none; }
  @media (min-width: 768px) {
    ul.normal {
      margin-left: 20px; } }
  @media (max-width: 767px) {
    ul.normal {
      margin-left: 15px; } }
  ul.normal li {
    position: relative;
    font-size: 16px; }
    ul.normal li:before {
      content: '\00b7';
      display: block;
      position: absolute;
      left: -20px;
      font-size: 45px; }
    @media (max-width: 359px) {
      ul.normal li {
        font-size: 16px;
        line-height: 28px; } }

input[type="checkbox"] {
  width: 20px !important;
  border: 2px solid #999;
  height: 20px !important;
  border-radius: 3px !important;
  transition: .3s all;
  cursor: pointer; }
  input[type="checkbox"]:after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 5px !important;
    display: block;
    background: none !important;
    width: 6px;
    height: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    opacity: 0;
    transition: .3s all; }
  input[type="checkbox"]:checked {
    background: #fff !important;
    border-color: #fff !important; }
    input[type="checkbox"]:checked:after {
      opacity: 1; }

.form-group {
  width: 100%; }
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group select,
  .form-group textarea {
    font-size: 14px;
    width: calc(100% - 20px);
    padding-left: 15px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    outline: none;
    resize: vertical;
    transition: .3s all;
    height: 45px;
    margin: 10px; }
    @media (max-width: 767px) {
      .form-group input[type="text"],
      .form-group input[type="email"],
      .form-group select,
      .form-group textarea {
        margin: 10px 0;
        width: 100%; } }
    .form-group input[type="text"]:active, .form-group input[type="text"]:focus,
    .form-group input[type="email"]:active,
    .form-group input[type="email"]:focus,
    .form-group select:active,
    .form-group select:focus,
    .form-group textarea:active,
    .form-group textarea:focus {
      border-color: #00AC14; }
    .form-group input[type="text"].form-error,
    .form-group input[type="email"].form-error,
    .form-group select.form-error,
    .form-group textarea.form-error {
      border-color: #FF0000; }
  .form-group.form-error > {
    border-color: #FF0000; }

.fullscreen-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll; }
  @media (max-width: 767px) {
    .fullscreen-image.fullscreen-container {
      height: 0;
      padding-bottom: 56.8%; } }

.fullscreen-container {
  height: 100vh; }
  .fullscreen-container.only-min {
    height: auto;
    min-height: 100vh; }
  .fullscreen-container.no-xs {
    height: auto; }
    @media (min-width: 768px) {
      .fullscreen-container.no-xs {
        height: 100vh; } }

.grecaptcha-badge {
  width: 1px !important;
  height: 1px !important;
  transition: none !important;
  top: 0 !important;
  right: 0 !important;
  box-shadow: none !important; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 768px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 1024px; } }
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 320px; } }
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 568px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 320px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 480px; } }
.ipad .fullscreen-container.only-min,
.iphone .fullscreen-container.only-min {
  height: auto; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 768px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 1024px; } }
  @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 320px; } }
  @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 568px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 320px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 480px; } }
@media (max-width: 767px) {
  .ipad .fullscreen-container.no-xs,
  .iphone .fullscreen-container.no-xs {
    height: auto; } }

/**************
* Base
**************/
footer {
  padding: 125px 0 50px; }
  @media (max-width: 767px) {
    footer {
      padding: 50px 0; } }
  footer ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between; }
    footer ul li {
      display: inline-block;
      text-align: center;
      line-height: 16px; }
      @media (max-width: 767px) {
        footer ul li {
          font-size: 14px;
          line-height: 14px; } }
      @media (max-width: 575px) {
        footer ul li {
          font-size: 12px;
          line-height: 12px; } }
      footer ul li span {
        cursor: pointer; }
        footer ul li span:hover {
          text-decoration: underline; }
      footer ul li a:hover {
        color: #000; }

/******************
* Home 
*******************/
/***************************
* Pages
***************************/
/***************************
* Objects
****************************/
.header-section {
  display: flex;
  align-items: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  height: auto; }
  @media (max-width: 991px) {
    .header-section {
      align-items: inherit; } }
  .header-section .space {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center; }
  .header-section a:hover {
    color: #000000; }
  .header-section h1 {
    margin: 10px auto;
    text-align: center;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 93px;
    line-height: 93px;
    text-shadow: 0px 0px 20px #00000063; }
    @media (max-width: 991px) {
      .header-section h1 {
        font-size: 75px;
        line-height: 75px; } }
    @media (max-width: 767px) {
      .header-section h1 {
        font-size: 55px;
        line-height: 55px; } }
    @media (max-width: 575px) {
      .header-section h1 {
        font-size: 9vw;
        line-height: 9vw; } }
  .header-section .link {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;
    justify-content: center;
    padding: 0px 20px; }
    .header-section .link p {
      margin: 0;
      font-size: 14px;
      line-height: 22px; }
    @media (max-width: 991px) {
      .header-section .link {
        margin: 7.5px 0; } }
    @media (max-width: 767px) {
      .header-section .link {
        height: 125px; }
        .header-section .link p {
          font-size: 11px;
          line-height: 17px; } }
    @media (max-width: 575px) {
      .header-section .link {
        height: calc(30vw - 45px); }
        .header-section .link p {
          font-size: 2vw;
          line-height: 3vw; } }
    .header-section .link img {
      max-height: 50%;
      max-width: 100%; }
  .header-section .row {
    padding: 15px 0; }

.description-section {
  padding: 125px 0; }
  @media (max-width: 991px) {
    .description-section {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .description-section {
      padding: 50px 0; } }
  .description-section h2 {
    margin: 25px 0 0;
    font-weight: 900;
    font-size: 16px;
    line-height: 30px; }
    @media (max-width: 575px) {
      .description-section h2 {
        font-size: 14px;
        line-height: 20px; } }
  @media (max-width: 575px) {
    .description-section p {
      font-size: 14px;
      line-height: 20px; } }

.contact-section-lg {
  background-color: #D8E1E8;
  height: 575px;
  display: flex;
  align-items: center; }
  .contact-section-lg .contact-blok {
    overflow: hidden;
    position: relative;
    padding: 50px 0 0;
    background: #E8F3FC;
    box-shadow: 0px 0px 20px #00000021; }
    .contact-section-lg .contact-blok h2 {
      text-transform: inherit;
      text-align: center;
      margin: 0 0 75px;
      font-size: 36px;
      font-weight: 300;
      line-height: 36px; }
    .contact-section-lg .contact-blok textarea {
      padding-top: 5px;
      height: 110px; }
    .contact-section-lg .contact-blok .button {
      margin-left: 10px; }
    .contact-section-lg .contact-blok .person {
      display: flex;
      justify-content: center; }
    .contact-section-lg .contact-blok .center {
      display: flex;
      align-items: center; }
      .contact-section-lg .contact-blok .center .details {
        display: flex;
        flex-wrap: wrap;
        align-content: space-around;
        height: 50%;
        padding-left: 10px; }
        .contact-section-lg .contact-blok .center .details p {
          background-repeat: no-repeat;
          background-position: left top;
          background-size: 36px 36px;
          margin: 0;
          height: 36px;
          padding-left: 60px;
          font-weight: 900; }
          .contact-section-lg .contact-blok .center .details p span {
            font-weight: 300; }
          .contact-section-lg .contact-blok .center .details p.phone {
            background-image: url("grfx/phone.svg"); }
          .contact-section-lg .contact-blok .center .details p.whatsapp {
            background-image: url("grfx/whatsapp.svg"); }
          .contact-section-lg .contact-blok .center .details p.address {
            background-image: url("grfx/open.svg"); }
        .contact-section-lg .contact-blok .center .details a:hover {
          color: #000; }
    .contact-section-lg .contact-blok .form {
      transition: .3s all;
      transform: translateX(100%); }
      .contact-section-lg .contact-blok .form.active {
        transform: translateX(0); }
      .contact-section-lg .contact-blok .form .loader-wrap {
        z-index: 2;
        position: absolute;
        display: none;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.33); }
        .contact-section-lg .contact-blok .form .loader-wrap .loader {
          border: 15px solid #f3f3f3;
          border-radius: 50%;
          border-top: 15px solid #B0B0B0;
          width: 100px;
          height: 100px; }
        .contact-section-lg .contact-blok .form .loader-wrap.active {
          display: flex; }
    .contact-section-lg .contact-blok .thank-you {
      position: absolute;
      transition: .3s all;
      padding: 50px 0 0;
      width: 100%;
      top: 0;
      left: 0;
      transform: translateX(-100%); }
      .contact-section-lg .contact-blok .thank-you p {
        text-align: center; }
      .contact-section-lg .contact-blok .thank-you.active {
        transform: translateX(0); }
    .contact-section-lg .contact-blok .form-group {
      margin: 0; }

.contact-section-form {
  position: relative;
  padding: 25px 0;
  background: #E8F3FC; }
  .contact-section-form h2 {
    text-transform: inherit;
    text-align: center;
    margin: 0 0 75px;
    font-size: 36px;
    font-weight: 300;
    line-height: 36px; }
    @media (max-width: 767px) {
      .contact-section-form h2 {
        margin: 0 0 25px; } }
  .contact-section-form .form-group {
    text-align: right;
    margin: 0; }
    @media (max-width: 767px) {
      .contact-section-form .form-group textarea {
        min-height: 140px; } }
    @media (max-width: 575px) {
      .contact-section-form .form-group textarea {
        min-height: 30vw; } }
  .contact-section-form .form {
    transition: .3s all;
    transform: translateX(150%); }
    .contact-section-form .form.active {
      transform: translateX(0); }
    .contact-section-form .form .loader-wrap {
      z-index: 2;
      position: absolute;
      display: none;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      border-radius: 5px;
      background: rgba(0, 0, 0, 0.33);
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.33); }
      .contact-section-form .form .loader-wrap .loader {
        border: 15px solid #f3f3f3;
        border-radius: 50%;
        border-top: 15px solid #B0B0B0;
        width: 100px;
        height: 100px; }
      .contact-section-form .form .loader-wrap.active {
        display: flex; }
  .contact-section-form .thank-you {
    position: absolute;
    transition: .3s all;
    padding: 50px 0 0;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateX(-150%); }
    .contact-section-form .thank-you p {
      text-align: center; }
    .contact-section-form .thank-you.active {
      transform: translateX(0); }

.contact-section-details {
  padding: 25px 0;
  background-color: #D8E1E8; }
  .contact-section-details .details p {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 36px 36px;
    margin: 0;
    width: 100%;
    min-height: 36px;
    padding-left: 60px;
    font-weight: 900;
    margin: 20px 0; }
    .contact-section-details .details p span {
      font-weight: 300; }
    .contact-section-details .details p.phone {
      background-image: url("grfx/phone.svg"); }
    .contact-section-details .details p.whatsapp {
      background-image: url("grfx/whatsapp.svg"); }
    .contact-section-details .details p.address {
      background-image: url("grfx/open.svg"); }
  .contact-section-details .details a:hover {
    color: #000; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.animated.spin {
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite; }

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