@charset "UTF-8";
@font-face {
  font-family: 'Gemeli Mono';
  src: url("./../fonts/GemeliMono-Regular.eot");
  src: url("./../fonts/GemeliMono-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/GemeliMono-Regular.woff") format("woff"), url("./../fonts/GemeliMono-Regular.ttf") format("truetype"), url("./../fonts/GemeliMono-Regular.svg#MonoSocialIconsFont") format("svg");
  src: url("./../fonts/GemeliMono-Regular.ttf") format("truetype");
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url("./../fonts/SourceSansPro-Regular.eot");
  src: url("./../fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/SourceSansPro-Regular.woff") format("woff"), url("./../fonts/SourceSansPro-Regular.ttf") format("truetype"), url("./../fonts/SourceSansPro-Regular.svg#MonoSocialIconsFont") format("svg");
  src: url("./../fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url("./../fonts/SourceSansPro-Bold.eot");
  src: url("./../fonts/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/SourceSansPro-Bold.woff") format("woff"), url("./../fonts/SourceSansPro-Bold.ttf") format("truetype"), url("./../fonts/SourceSansPro-Bold.svg#MonoSocialIconsFont") format("svg");
  src: url("./../fonts/SourceSansPro-Bold.ttf") format("truetype");
  font-size: 100%;
  font-weight: bold;
  font-style: normal;
}
/* COLORS */
/* DOCUMENT COLORS */
/* SIZES */
/* MISC */
/* line 1, ../scss/_globals.scss */
body {
  color: #48484a;
  font-size: 16pt;
  font-family: "Source Sans Pro", sans-serif;
  background-color: #fff;
}

/* line 8, ../scss/_globals.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Gemeli Mono", monospace !important;
  font-style: normal !important;
}

/* line 13, ../scss/_globals.scss */
section {
  display: block;
  margin: 50px 0;
  padding: 0 10%;
}
@media only screen and (max-width: 600px) {
  /* line 13, ../scss/_globals.scss */
  section {
    margin: 30px 0;
    padding: 0 20px;
  }
}
/* line 23, ../scss/_globals.scss */
section.pc-carousel {
  padding: 0;
}

/* line 28, ../scss/_globals.scss */
article {
  display: block;
  margin: 50px 0;
  padding: 50px 10%;
}
@media only screen and (max-width: 600px) {
  /* line 28, ../scss/_globals.scss */
  article {
    margin: 30px 0;
    padding: 30px 20px;
  }
}
/* line 38, ../scss/_globals.scss */
article section {
  margin: 50px 0;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  /* line 38, ../scss/_globals.scss */
  article section {
    margin: 30px 0;
  }
}

/* line 50, ../scss/_globals.scss */
.blocked-title::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: .8em;
  margin: 0 10px 0 0;
  background-color: #ffc600;
}

/* line 60, ../scss/_globals.scss */
.main-container {
  margin-top: 87px;
}
@media only screen and (max-width: 600px) {
  /* line 60, ../scss/_globals.scss */
  .main-container {
    margin-top: 60px;
  }
}
/* line 67, ../scss/_globals.scss */
.main-container.home {
  margin-top: 0;
}

/* line 72, ../scss/_globals.scss */
.pc-button, .action-button, .ui.menu.pc-main-nav .pc-nav-button, .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers .action {
  display: inline-block;
  color: #48484a;
  font-size: .8rem;
  letter-spacing: .5pt;
  font-weight: bold;
  text-transform: uppercase;
  padding: .5rem 2.5rem;
  margin: 20px 0;
  background-color: #ffc600;
}
/* line 83, ../scss/_globals.scss */
.pc-button.black, .black.action-button, .ui.menu.pc-main-nav .black.pc-nav-button, .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers .black.action {
  color: #fff;
  background-color: #48484a;
}

/* line 89, ../scss/_globals.scss */
.action-button {
  background-color: #fff;
  border: 2px solid #48484a;
  outline: none;
  transition: all .3s;
}
/* line 96, ../scss/_globals.scss */
.action-button:hover {
  color: #48484a;
  background-color: #e6e6e6;
}

/* line 102, ../scss/_globals.scss */
.pc-main-footer {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 50px 0 0 0;
  padding: 50px 10%;
  background-image: url("./../images/footer-background.jpg");
  background-size: cover;
  background-position: center;
  background-color: #000;
}
@media only screen and (max-width: 600px) {
  /* line 102, ../scss/_globals.scss */
  .pc-main-footer {
    margin: 30px 0 0 0;
    padding: 30px 20px;
  }
}
/* line 121, ../scss/_globals.scss */
.pc-main-footer div {
  flex-shrink: 0;
}
/* line 124, ../scss/_globals.scss */
.pc-main-footer div.logo {
  flex-basis: 100%;
}
/* line 128, ../scss/_globals.scss */
.pc-main-footer div.pc-footer-nav, .pc-main-footer div.legal {
  flex-basis: 60%;
  padding: 20px 0 50px 0;
}
@media only screen and (max-width: 600px) {
  /* line 128, ../scss/_globals.scss */
  .pc-main-footer div.pc-footer-nav, .pc-main-footer div.legal {
    flex-basis: 100%;
  }
}
/* line 136, ../scss/_globals.scss */
.pc-main-footer div.pc-footer-nav ul, .pc-main-footer div.legal ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media only screen and (max-width: 600px) {
  /* line 136, ../scss/_globals.scss */
  .pc-main-footer div.pc-footer-nav ul, .pc-main-footer div.legal ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
/* line 147, ../scss/_globals.scss */
.pc-main-footer div.pc-footer-nav ul li, .pc-main-footer div.legal ul li {
  font-weight: bold;
  font-size: .7rem;
  letter-spacing: .5pt;
  text-transform: uppercase;
  padding: 0 20px 0 0;
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  /* line 147, ../scss/_globals.scss */
  .pc-main-footer div.pc-footer-nav ul li, .pc-main-footer div.legal ul li {
    flex-basis: 50%;
  }
}
/* line 159, ../scss/_globals.scss */
.pc-main-footer div.pc-footer-nav ul li a, .pc-main-footer div.legal ul li a {
  color: #fff;
}
/* line 166, ../scss/_globals.scss */
.pc-main-footer div.newsletter {
  flex-basis: 40%;
  padding: 20px 0 50px 0;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  /* line 166, ../scss/_globals.scss */
  .pc-main-footer div.newsletter {
    flex-basis: 100%;
    justify-content: flex-start;
    padding: 10px 0 30px 0;
  }
}
/* line 177, ../scss/_globals.scss */
.pc-main-footer div.newsletter .ui.input {
  font-size: .7rem !important;
  line-height: 1 !important;
  flex-wrap: wrap;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  /* line 177, ../scss/_globals.scss */
  .pc-main-footer div.newsletter .ui.input {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    line-height: 2  !important;
  }
}
/* line 190, ../scss/_globals.scss */
.pc-main-footer div.newsletter .ui.input label {
  flex-basis: 100%;
  color: #fff;
  font-size: .9em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
/* line 198, ../scss/_globals.scss */
.pc-main-footer div.newsletter .ui.input input {
  border-radius: 0 !important;
}
/* line 202, ../scss/_globals.scss */
.pc-main-footer div.newsletter .ui.input .ui.button {
  font-size: .7rem !important;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #ffc600;
}
@media only screen and (max-width: 600px) {
  /* line 202, ../scss/_globals.scss */
  .pc-main-footer div.newsletter .ui.input .ui.button {
    flex-basis: 100%;
    justify-content: center;
  }
}
/* line 215, ../scss/_globals.scss */
.pc-main-footer div.newsletter .responses {
  font-size: .7em;
}
/* line 218, ../scss/_globals.scss */
.pc-main-footer div.newsletter .responses .success {
  color: #ffc600;
}
/* line 222, ../scss/_globals.scss */
.pc-main-footer div.newsletter .responses .error {
  color: #ce0e2d;
}
/* line 228, ../scss/_globals.scss */
.pc-main-footer div.legal {
  flex-basis: 50%;
  padding: 20px 0;
}
@media only screen and (max-width: 600px) {
  /* line 228, ../scss/_globals.scss */
  .pc-main-footer div.legal {
    flex-basis: 100%;
  }
}
/* line 238, ../scss/_globals.scss */
.pc-main-footer div.legal ul li {
  font-size: .65rem;
}
/* line 241, ../scss/_globals.scss */
.pc-main-footer div.legal ul li a {
  color: #ffc600;
  cursor: pointer;
}
/* line 249, ../scss/_globals.scss */
.pc-main-footer div.social {
  flex-basis: 50%;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  padding: 20px 0;
}
@media only screen and (max-width: 600px) {
  /* line 249, ../scss/_globals.scss */
  .pc-main-footer div.social {
    flex-basis: 100%;
    justify-content: flex-start;
  }
}
/* line 261, ../scss/_globals.scss */
.pc-main-footer div.social p {
  padding: 0 1rem 0 0;
}
/* line 264, ../scss/_globals.scss */
.pc-main-footer div.social p a {
  color: #fff;
}
/* line 268, ../scss/_globals.scss */
.pc-main-footer div.social p:last-child {
  padding-right: 0;
}
/* line 274, ../scss/_globals.scss */
.pc-main-footer div.rights {
  flex-basis: 100%;
  text-transform: uppercase;
  letter-spacing: .5pt;
  color: #fff;
  font-size: .6rem;
}

/* line 1, ../scss/_navigation.scss */
.ui.menu.pc-main-nav {
  font-family: "Gemeli Mono", monospace !important;
  transition: .3s all ease-in-out;
}
/* line 5, ../scss/_navigation.scss */
.ui.menu.pc-main-nav .pc-nav-button {
  color: #fff;
  background-color: #000;
  font-family: "Gemeli Mono", monospace;
  font-size: .7rem;
  font-weight: bold;
  letter-spacing: 1pt;
  line-height: 3 !important;
  padding: 0 1.5em;
  margin: 0;
  text-transform: uppercase;
  border-radius: 0;
}
/* line 20, ../scss/_navigation.scss */
.ui.menu.pc-main-nav .mobile-trigger {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
}
/* line 29, ../scss/_navigation.scss */
.ui.menu.pc-main-nav .mobile-trigger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #48484a;
  border: 0;
  transition: all .3s ease-in-out;
}
/* line 40, ../scss/_navigation.scss */
.ui.menu.pc-main-nav .mobile-trigger.active span:first-child {
  transform: rotate(45deg) translate(8px, 8px);
}
/* line 44, ../scss/_navigation.scss */
.ui.menu.pc-main-nav .mobile-trigger.active span:nth-child(2) {
  width: 0;
  height: 0;
}
/* line 49, ../scss/_navigation.scss */
.ui.menu.pc-main-nav .mobile-trigger.active span:last-child {
  transform: rotate(-45deg) translate(4px, -4px);
}
@media only screen and (max-width: 600px) {
  /* line 20, ../scss/_navigation.scss */
  .ui.menu.pc-main-nav .mobile-trigger {
    display: grid;
  }
}
/* line 60, ../scss/_navigation.scss */
.ui.menu.pc-main-nav .right.menu {
  transition: all .3s ease-in-out;
}
@media only screen and (max-width: 600px) {
  /* line 60, ../scss/_navigation.scss */
  .ui.menu.pc-main-nav .right.menu {
    position: fixed;
    display: grid;
    grid-auto-flow: row;
    justify-items: start;
    align-items: start;
    padding: 20px 0 0 0;
    top: 60px;
    right: -100%;
    width: 100%;
    height: calc(100% - 60px);
    background-color: #fff;
  }
  /* line 76, ../scss/_navigation.scss */
  .ui.menu.pc-main-nav .right.menu.active {
    right: 0;
  }
  /* line 80, ../scss/_navigation.scss */
  .ui.menu.pc-main-nav .right.menu > .item {
    font-size: .8em !important;
    padding: .8em 1.5em;
  }
  /* line 84, ../scss/_navigation.scss */
  .ui.menu.pc-main-nav .right.menu > .item .icon {
    display: none;
  }
  /* line 88, ../scss/_navigation.scss */
  .ui.menu.pc-main-nav .right.menu > .item.dropdown {
    display: grid;
    grid-auto-flow: row;
  }
  /* line 93, ../scss/_navigation.scss */
  .ui.menu.pc-main-nav .right.menu > .item .pc-submenu {
    display: grid;
    grid-auto-flow: row;
    position: relative;
    border: 0;
    box-shadow: none;
    width: 100%;
    min-width: 0;
    top: auto;
    background-color: transparent !important;
  }
  /* line 104, ../scss/_navigation.scss */
  .ui.menu.pc-main-nav .right.menu > .item .pc-submenu .item {
    color: #555557;
    font-size: .9em !important;
    padding: .8em 1.5em !important;
    border: 0 !important;
  }
}
/* line 115, ../scss/_navigation.scss */
.ui.menu.pc-main-nav .item {
  text-transform: uppercase !important;
}
@media only screen and (max-width: 600px) {
  /* line 118, ../scss/_navigation.scss */
  .ui.menu.pc-main-nav .item.logo {
    display: block;
  }
}
/* line 124, ../scss/_navigation.scss */
.ui.menu.pc-main-nav .item.logo img {
  height: 60px !important;
  width: auto !important;
}
/* line 128, ../scss/_navigation.scss */
.ui.menu.pc-main-nav .item.logo img.alt-logo-img {
  display: none;
}
@media only screen and (max-width: 600px) {
  /* line 124, ../scss/_navigation.scss */
  .ui.menu.pc-main-nav .item.logo img {
    height: 35px !important;
  }
}
/* line 138, ../scss/_navigation.scss */
.ui.menu.pc-main-nav .item.active, .ui.menu.pc-main-nav .item:hover {
  color: #ce0e2d !important;
  background-color: transparent !important;
}
/* line 143, ../scss/_navigation.scss */
.ui.menu.pc-main-nav .item .pc-submenu {
  border-left: 2px solid #48484a;
  border-bottom: 2px solid #48484a;
  border-right: 2px solid #48484a;
  border-radius: 0 !important;
}
/* line 149, ../scss/_navigation.scss */
.ui.menu.pc-main-nav .item .pc-submenu .item {
  text-transform: uppercase !important;
  font-size: .8em !important;
  border-radius: 0 !important;
  border-bottom: 2px solid #48484a;
}
/* line 155, ../scss/_navigation.scss */
.ui.menu.pc-main-nav .item .pc-submenu .item:last-child {
  border-bottom: 0;
}
/* line 159, ../scss/_navigation.scss */
.ui.menu.pc-main-nav .item .pc-submenu .item.active {
  color: #ce0e2d !important;
  font-weight: normal !important;
}
/* line 168, ../scss/_navigation.scss */
.ui.menu.pc-main-nav.home {
  background-color: #000;
}
/* line 172, ../scss/_navigation.scss */
.ui.menu.pc-main-nav.home .mobile-trigger span {
  background-color: #fff;
}
@media only screen and (max-width: 600px) {
  /* line 177, ../scss/_navigation.scss */
  .ui.menu.pc-main-nav.home .right.menu {
    background-color: #000;
  }
}
/* line 183, ../scss/_navigation.scss */
.ui.menu.pc-main-nav.home .pc-nav-button {
  color: #48484a;
  background-color: #fff;
}
/* line 188, ../scss/_navigation.scss */
.ui.menu.pc-main-nav.home .item {
  color: #fff;
}
/* line 193, ../scss/_navigation.scss */
.ui.menu.pc-main-nav.home .item.logo img.logo-img {
  display: none;
}
/* line 197, ../scss/_navigation.scss */
.ui.menu.pc-main-nav.home .item.logo img.alt-logo-img {
  display: block;
}
/* line 203, ../scss/_navigation.scss */
.ui.menu.pc-main-nav.home .item .pc-submenu {
  border-top: 0 !important;
  border-left: 2px solid #48484a;
  border-bottom: 2px solid #48484a;
  border-right: 2px solid #48484a;
  border-radius: 0 !important;
  background-color: #000;
}
/* line 211, ../scss/_navigation.scss */
.ui.menu.pc-main-nav.home .item .pc-submenu .item {
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: .8em !important;
  border-radius: 0 !important;
  border-bottom: 2px solid #48484a;
}
/* line 218, ../scss/_navigation.scss */
.ui.menu.pc-main-nav.home .item .pc-submenu .item:last-child {
  border-bottom: 0;
}
/* line 222, ../scss/_navigation.scss */
.ui.menu.pc-main-nav.home .item .pc-submenu .item.active {
  color: #ce0e2d !important;
  font-weight: normal !important;
}

/* line 3, ../scss/_base.scss */
section.section-divider-top::before {
  content: '';
  display: block;
  width: 20%;
  height: 5px;
  margin: 50px 0 30px 0;
  background-color: #ffc600;
}
/* line 14, ../scss/_base.scss */
section.section-titled > .title, header.section-titled > .title {
  margin: 0 0 50px 0;
  padding: 0;
  line-height: 1;
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: 10px auto;
  /*&::before {
  	display: inline-block;
  	content: '';
  	width: 10px;
  	height: .8em;
  	margin: 0 10px 0 0;
  	background-color: $primary;
  }*/
}
/* line 31, ../scss/_base.scss */
section.section-titled > .title::before, header.section-titled > .title::before {
  content: '';
  margin-bottom: .2em;
  background-color: #ffc600;
}

/* line 46, ../scss/_base.scss */
.lines-list {
  border: 2px solid #48484a;
  margin: 0 20px;
  padding: 0;
  width: 100%;
  list-style-type: none;
  box-shadow: 10px 10px 0px 0px rgba(96, 97, 97, 0.75);
}
/* line 54, ../scss/_base.scss */
.lines-list li {
  padding: .3em 2em .3em 1em;
  border-top: 2px solid #48484a;
}
@media only screen and (max-width: 600px) {
  /* line 54, ../scss/_base.scss */
  .lines-list li {
    font-size: .8em;
  }
}
/* line 62, ../scss/_base.scss */
.lines-list li a {
  color: #48484a;
}
/* line 66, ../scss/_base.scss */
.lines-list li:first-child {
  border-top: 0;
}
/* line 70, ../scss/_base.scss */
.lines-list li i {
  color: #ffc600;
  float: right;
  padding: .2em;
  margin-right: -1.5em;
}

/* line 79, ../scss/_base.scss */
.action-lines {
  padding: 0;
}

/* line 83, ../scss/_base.scss */
.bordered-title {
  display: inline-block;
  padding: 0 2.5em 0 30px;
  margin: 0 0 80px 0;
  letter-spacing: .8pt;
  font-size: 3.5rem;
  line-height: 2;
  border: 2px solid #48484a;
  box-shadow: 15px 15px 0px 0px rgba(255, 198, 0, 0.75);
}
@media only screen and (max-width: 600px) {
  /* line 83, ../scss/_base.scss */
  .bordered-title {
    font-size: 2rem;
    padding: 10px;
    line-height: 1.1;
    margin-left: -7px;
  }
}

/* line 103, ../scss/_base.scss */
.pc-accordion > .title {
  position: relative;
  font-family: "Gemeli Mono", monospace !important;
  padding: 1em 2em !important;
  border: 2px solid #48484a;
  margin-top: -2px;
}
/* line 110, ../scss/_base.scss */
.pc-accordion > .title i {
  position: absolute;
  color: #ffc600;
  right: 1em;
  top: .3em;
  transition: all .2s ease-in-out;
}
/* line 119, ../scss/_base.scss */
.pc-accordion > .title.active i {
  transform: rotate(180deg);
}
/* line 126, ../scss/_base.scss */
.pc-accordion > .content .line-content {
  padding: 2em;
}
@media only screen and (max-width: 600px) {
  /* line 126, ../scss/_base.scss */
  .pc-accordion > .content .line-content {
    padding: 1em 15px;
  }
}
/* line 133, ../scss/_base.scss */
.pc-accordion > .content .line-content .title {
  color: #48484a;
}

/* line 140, ../scss/_base.scss */
.company-mission-vision {
  padding: 0;
}
/* line 143, ../scss/_base.scss */
.company-mission-vision .mission-block, .company-mission-vision .vision-block {
  display: flex;
  justify-content: stretch;
  align-items: center;
  padding: 50px 0;
}
@media only screen and (max-width: 600px) {
  /* line 143, ../scss/_base.scss */
  .company-mission-vision .mission-block, .company-mission-vision .vision-block {
    flex-wrap: wrap;
  }
}
/* line 153, ../scss/_base.scss */
.company-mission-vision .mission-block .details, .company-mission-vision .vision-block .details {
  flex-basis: 50%;
  flex-shrink: 0;
  padding: 0 2em 0 0;
}
@media only screen and (max-width: 600px) {
  /* line 153, ../scss/_base.scss */
  .company-mission-vision .mission-block .details, .company-mission-vision .vision-block .details {
    flex-basis: 100%;
    padding-right: 0;
  }
}
/* line 164, ../scss/_base.scss */
.company-mission-vision .mission-block .image, .company-mission-vision .vision-block .image {
  flex-basis: 50%;
  flex-shrink: 0;
  padding: 0 0 0 2em;
}
@media only screen and (max-width: 600px) {
  /* line 164, ../scss/_base.scss */
  .company-mission-vision .mission-block .image, .company-mission-vision .vision-block .image {
    padding-left: 0;
    margin: 20px 0 0 0;
    flex-basis: 100%;
  }
}
/* line 175, ../scss/_base.scss */
.company-mission-vision .mission-block .image figure, .company-mission-vision .vision-block .image figure {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  background-color: #ddd;
}
/* line 209, ../scss/_mixins.scss */
.company-mission-vision .mission-block .image figure img, .company-mission-vision .vision-block .image figure img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
/* line 183, ../scss/_base.scss */
.company-mission-vision .vision-block {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 600px) {
  /* line 183, ../scss/_base.scss */
  .company-mission-vision .vision-block {
    flex-direction: row;
  }
}
/* line 191, ../scss/_base.scss */
.company-mission-vision .vision-block .details {
  padding: 0 0 0 2em;
}
@media only screen and (max-width: 600px) {
  /* line 191, ../scss/_base.scss */
  .company-mission-vision .vision-block .details {
    padding-left: 0;
  }
}
/* line 199, ../scss/_base.scss */
.company-mission-vision .vision-block .image {
  padding: 0 2em 0 0;
}
@media only screen and (max-width: 600px) {
  /* line 199, ../scss/_base.scss */
  .company-mission-vision .vision-block .image {
    padding-right: 0;
  }
}

/* line 209, ../scss/_base.scss */
.pc-search-bar {
  width: 100%;
  white-space: nowrap;
}
/* line 213, ../scss/_base.scss */
.pc-search-bar .pc-search-input {
  display: inline-block;
  font-family: "Gemeli Mono", monospace;
  width: calc(100% - 4em);
  height: 2em;
  outline: none;
  padding: 0 .5em;
  margin: 0;
  border: 0;
  border-bottom: 2px solid #48484a;
}
/* line 225, ../scss/_base.scss */
.pc-search-bar .pc-search-button {
  display: inline-block;
  width: 4em;
  height: 2em;
  background-color: #ffc600;
  outline: none;
  margin: 0 0 0 -5px;
  border: 0;
  border-bottom: 2px solid #ffc600;
}

/* line 237, ../scss/_base.scss */
.pc-share-bar {
  display: block;
  margin: 50px 0;
  border-bottom: 2px solid #48484a;
}
/* line 242, ../scss/_base.scss */
.pc-share-bar p {
  padding: 0 1em;
  margin: 0 0 10px 0;
}
/* line 246, ../scss/_base.scss */
.pc-share-bar p a {
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  text-align: center;
  padding: 0;
  line-height: 1.7em;
  border: 2px solid #48484a;
  border-radius: 100%;
  color: #48484a;
  margin: 0 10px 0 0;
}
/* line 259, ../scss/_base.scss */
.pc-share-bar p::before {
  display: block;
  content: 'Compartir';
  font-size: .65em;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 269, ../scss/_base.scss */
.block-title {
  margin: 0 0 50px 0;
  padding: 0;
  line-height: 1;
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: 10px auto;
  /*&::before {
  	display: inline-block;
  	content: '';
  	width: 10px;
  	height: .8em;
  	margin: 0 10px 0 0;
  	background-color: $primary;
  }*/
}
/* line 286, ../scss/_base.scss */
.block-title::before {
  content: '';
  margin-bottom: .2em;
  background-color: #ffc600;
}

/* line 1, ../scss/_slider.scss */
.pc-carousel {
  margin: 0;
}
/* line 4, ../scss/_slider.scss */
.pc-carousel .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  top: 50%;
  padding: 0 50px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 600px) {
  /* line 4, ../scss/_slider.scss */
  .pc-carousel .owl-nav {
    display: none;
  }
}
/* line 18, ../scss/_slider.scss */
.pc-carousel .owl-nav button {
  outline: none;
  background-color: transparent;
}
/* line 30, ../scss/_slider.scss */
.pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide {
  position: relative;
}
/* line 33, ../scss/_slider.scss */
.pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 45%;
  color: #fff;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  /* line 33, ../scss/_slider.scss */
  .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers {
    width: 90%;
    left: 5%;
  }
}
/* line 47, ../scss/_slider.scss */
.pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers h1 {
  font-size: 3.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  /* line 47, ../scss/_slider.scss */
  .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  /* line 56, ../scss/_slider.scss */
  .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers p {
    font-size: .8em;
  }
}
@media only screen and (max-width: 600px) {
  /* line 63, ../scss/_slider.scss */
  .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers .action {
    font-size: .7em;
  }
}
/* line 72, ../scss/_slider.scss */
.pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .content {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  background-color: #ddd;
}
/* line 209, ../scss/_mixins.scss */
.pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .content img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 600px) {
  /* line 72, ../scss/_slider.scss */
  .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .content {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 150%;
    overflow: hidden;
  }
  /* line 209, ../scss/_mixins.scss */
  .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .content img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: auto;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* line 80, ../scss/_slider.scss */
.pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .content::after {
  content: 'Imagen a proporción 2:1 ancho mínimo 1900px para alta resolución';
  font-size: .6em;
  padding: 15px;
}

/* line 3, ../scss/_articles.scss */
.articles-section .content {
  display: grid;
  justify-content: stretch;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 600px) {
  /* line 3, ../scss/_articles.scss */
  .articles-section .content {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}
/* line 16, ../scss/_articles.scss */
.articles-section .actions {
  text-align: center;
  padding: 50px 0;
}
/* line 20, ../scss/_articles.scss */
.articles-section .actions .action-button {
  margin: 0 auto;
}

/* line 27, ../scss/_articles.scss */
.other-articles .content {
  display: grid;
  grid-gap: 50px 30px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: row;
}
@media only screen and (max-width: 600px) {
  /* line 27, ../scss/_articles.scss */
  .other-articles .content {
    grid-template-columns: 1fr;
  }
}
/* line 37, ../scss/_articles.scss */
.other-articles .content .article-block {
  margin: 0;
}

/* line 44, ../scss/_articles.scss */
.article-block {
  position: relative;
  flex-shrink: 0;
  padding: 10px;
  margin: 0;
  border: 2px solid #48484a;
  box-shadow: 10px 10px 0px 0px rgba(96, 97, 97, 0.75);
  color: #48484a;
}
/* line 53, ../scss/_articles.scss */
.article-block:hover {
  color: #48484a;
}
/* line 57, ../scss/_articles.scss */
.article-block .image {
  margin: 0 0 15px 0;
}
/* line 60, ../scss/_articles.scss */
.article-block .image figure {
  margin: 0;
  background-color: #ddd;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
/* line 209, ../scss/_mixins.scss */
.article-block .image figure img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
/* line 65, ../scss/_articles.scss */
.article-block .image figure::after {
  content: 'Imagen a proporción 4:3 ancho mínimo 750px para alta resolución';
  font-size: .6em;
  padding: 15px;
  line-height: 1;
}
/* line 74, ../scss/_articles.scss */
.article-block .tags {
  padding: 15px 0;
}
/* line 77, ../scss/_articles.scss */
.article-block .tags span {
  display: inline-block;
  color: #48484a;
  font-size: .6em;
  padding: 0 .5em;
  margin: 0 8px 0 0;
  line-height: 2;
  background-color: #ffc600;
}
/* line 88, ../scss/_articles.scss */
.article-block .title {
  padding: 0 0 50px 0;
}
/* line 91, ../scss/_articles.scss */
.article-block .title h1 {
  font-size: .8rem;
}
/* line 95, ../scss/_articles.scss */
.article-block .title::before {
  display: none;
}
/* line 101, ../scss/_articles.scss */
.article-block .footer {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
}
/* line 107, ../scss/_articles.scss */
.article-block .footer p {
  color: #ce0e2d;
  font-size: .55em;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 120, ../scss/_articles.scss */
.featured-articles .featured-event-block {
  grid-template-columns: 2fr 3fr;
}
/* line 124, ../scss/_articles.scss */
.featured-articles .featured-event-block .image figure {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
/* line 209, ../scss/_mixins.scss */
.featured-articles .featured-event-block .image figure img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
/* line 127, ../scss/_articles.scss */
.featured-articles .featured-event-block .image figure::after {
  content: 'Imagen a proporción 4:3 ancho mínimo 750px para alta resolución';
  font-size: .6em;
  padding: 15px;
}
/* line 136, ../scss/_articles.scss */
.featured-articles .featured-event-block .details .title {
  font-size: 1.4em;
}
/* line 141, ../scss/_articles.scss */
.featured-articles .featured-event-block .details .description p {
  font-size: .9em;
}

/* line 149, ../scss/_articles.scss */
.single-article {
  display: grid;
  grid-gap: 0 80px;
  grid-template-areas: "header header header header header header" "body body body body body related" "events events events events events events" "footer footer footer footer footer footer";
}
@media only screen and (max-width: 600px) {
  /* line 149, ../scss/_articles.scss */
  .single-article {
    grid-template-areas: "header" "related" "body" "events" "footer";
  }
}
/* line 158, ../scss/_articles.scss */
.single-article .article-header {
  grid-area: header;
}
/* line 161, ../scss/_articles.scss */
.single-article .article-header .subtitle {
  font-style: italic;
}
/* line 166, ../scss/_articles.scss */
.single-article .article-body {
  grid-area: body;
}
/* line 169, ../scss/_articles.scss */
.single-article .article-body .header-image {
  margin: 0 0 50px 0;
}
/* line 172, ../scss/_articles.scss */
.single-article .article-body .header-image figure {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
/* line 209, ../scss/_mixins.scss */
.single-article .article-body .header-image figure img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
/* line 179, ../scss/_articles.scss */
.single-article .article-body .body img {
  max-width: 100%;
}
/* line 185, ../scss/_articles.scss */
.single-article .article-related-info {
  grid-area: related;
}
/* line 188, ../scss/_articles.scss */
.single-article .article-related-info .date {
  font-weight: bold;
  text-transform: uppercase;
  color: #ce0e2d;
}
/* line 196, ../scss/_articles.scss */
.single-article .article-related-info .tags::before {
  content: 'Etiquetas';
  display: block;
  font-weight: bold;
  font-size: .8em;
}
/* line 203, ../scss/_articles.scss */
.single-article .article-related-info .tags .tag {
  display: inline-block;
  font-size: .7em;
  padding: 0 .5em;
  margin: 0 0 10px 0;
  line-height: 2;
  background-color: #ffc600;
}
/* line 214, ../scss/_articles.scss */
.single-article .article-footer {
  grid-area: footer;
}

/* line 1, ../scss/_events.scss */
.events-section {
  justify-content: flex-start;
}
/* line 4, ../scss/_events.scss */
.events-section .content {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 600px) {
  /* line 4, ../scss/_events.scss */
  .events-section .content {
    flex-wrap: wrap;
  }
}
/* line 14, ../scss/_events.scss */
.events-section .event-block {
  flex-basis: calc(33% - 30px);
}
@media only screen and (max-width: 600px) {
  /* line 14, ../scss/_events.scss */
  .events-section .event-block {
    flex-basis: 100%;
    margin-right: 0;
    margin-left: -7px;
  }
}
/* line 24, ../scss/_events.scss */
.events-section .actions {
  text-align: center;
  padding: 50px 0;
}
/* line 28, ../scss/_events.scss */
.events-section .actions .action-button {
  margin: 0 auto;
}

/* line 34, ../scss/_events.scss */
.event-block {
  display: flex;
  justify-content: stretch;
  padding: 0 !important;
  margin: 20px 30px 20px 0;
  border: 2px solid #48484a;
  box-shadow: 10px 10px 0px 0px rgba(96, 97, 97, 0.75);
  color: #48484a;
}
/* line 43, ../scss/_events.scss */
.event-block:hover {
  color: #48484a;
}
/* line 47, ../scss/_events.scss */
.event-block .date {
  flex-basis: 22%;
  flex-shrink: 0;
  padding: 10px;
  background-color: #B0B0B0;
  border-right: 2px solid #48484a;
}
/* line 54, ../scss/_events.scss */
.event-block .date .image {
  margin: 0 0 15px 0;
}
/* line 57, ../scss/_events.scss */
.event-block .date .image figure {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 100%;
}
/* line 209, ../scss/_mixins.scss */
.event-block .date .image figure img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
/* line 62, ../scss/_events.scss */
.event-block .date .image figure::after {
  content: 'Imagen proporción 1:1';
  font-size: .6em;
}
/* line 69, ../scss/_events.scss */
.event-block .date .day {
  text-align: center;
  text-transform: uppercase;
}
/* line 73, ../scss/_events.scss */
.event-block .date .day p {
  margin: 0;
  line-height: 1;
}
/* line 77, ../scss/_events.scss */
.event-block .date .day p span {
  display: block;
}
/* line 85, ../scss/_events.scss */
.event-block .details {
  flex-grow: 1;
}
/* line 88, ../scss/_events.scss */
.event-block .details .title {
  font-size: .8rem;
  padding: 10px;
  margin: 0;
  min-height: 4em;
  border-bottom: 2px solid #48484a;
}
/* line 96, ../scss/_events.scss */
.event-block .details .location {
  font-size: .6em;
  padding: 10px;
  margin: 0;
}
/* line 101, ../scss/_events.scss */
.event-block .details .location span {
  display: block;
}
/* line 104, ../scss/_events.scss */
.event-block .details .location span:first-child {
  font-weight: bold;
}
/* line 108, ../scss/_events.scss */
.event-block .details .location span:last-child {
  font-size: .9em;
  color: #ce0e2d;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 121, ../scss/_events.scss */
.featured-events .slider-item, .featured-articles .slider-item {
  padding: 0 15px 15px 0;
}
/* line 125, ../scss/_events.scss */
.featured-events .owl-nav, .featured-articles .owl-nav {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 30px;
  color: #ffc600;
}
/* line 132, ../scss/_events.scss */
.featured-events .owl-nav button, .featured-articles .owl-nav button {
  outline: none;
}
/* line 135, ../scss/_events.scss */
.featured-events .owl-nav button.owl-prev, .featured-articles .owl-nav button.owl-prev {
  margin-right: 15px;
}

/* line 142, ../scss/_events.scss */
.featured-event-block {
  display: grid;
  padding: 15px;
  grid-column-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
  border: 2px solid #48484a;
  box-shadow: 10px 10px 0px 0px rgba(96, 97, 97, 0.75);
}
@media only screen and (max-width: 600px) {
  /* line 142, ../scss/_events.scss */
  .featured-event-block {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 600px) {
  /* line 155, ../scss/_events.scss */
  .featured-event-block .image {
    margin-bottom: 15px;
  }
}
/* line 161, ../scss/_events.scss */
.featured-event-block .image figure {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  background-color: #ddd;
}
/* line 209, ../scss/_mixins.scss */
.featured-event-block .image figure img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
/* line 166, ../scss/_events.scss */
.featured-event-block .image figure img {
  z-index: 1;
}
/* line 170, ../scss/_events.scss */
.featured-event-block .image figure::after {
  content: 'Imagen proporción 5:3 ancho mínimo 1150px para alta resolución';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: .6em;
  padding: 15px;
  z-index: 0;
}
/* line 183, ../scss/_events.scss */
.featured-event-block .details {
  position: relative;
}
/* line 186, ../scss/_events.scss */
.featured-event-block .details .tag {
  display: inline-block;
  font-size: .65em;
  line-height: 2;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 .8em;
  margin: 0 0 15px 0;
  background-color: #ffc600;
}
/* line 197, ../scss/_events.scss */
.featured-event-block .details .title {
  margin: 0 0 1em 0;
}
@media only screen and (max-width: 600px) {
  /* line 197, ../scss/_events.scss */
  .featured-event-block .details .title {
    font-size: 1.6em;
  }
}
/* line 205, ../scss/_events.scss */
.featured-event-block .details .date {
  font-size: .7em;
  color: #ce0e2d;
  text-transform: uppercase;
}
/* line 211, ../scss/_events.scss */
.featured-event-block .details .description {
  font-size: .9em;
}
/* line 216, ../scss/_events.scss */
.featured-event-block .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  /* line 216, ../scss/_events.scss */
  .featured-event-block .actions {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 20px 0 0 0;
  }
}
/* line 229, ../scss/_events.scss */
.featured-event-block .actions .pc-button, .featured-event-block .actions .action-button, .featured-event-block .actions .ui.menu.pc-main-nav .pc-nav-button, .ui.menu.pc-main-nav .featured-event-block .actions .pc-nav-button, .featured-event-block .actions .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers .action, .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers .featured-event-block .actions .action {
  margin: 0;
}
@media only screen and (max-width: 600px) {
  /* line 229, ../scss/_events.scss */
  .featured-event-block .actions .pc-button, .featured-event-block .actions .action-button, .featured-event-block .actions .ui.menu.pc-main-nav .pc-nav-button, .ui.menu.pc-main-nav .featured-event-block .actions .pc-nav-button, .featured-event-block .actions .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers .action, .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers .featured-event-block .actions .action {
    width: 100%;
    text-align: center;
  }
}

/* line 242, ../scss/_events.scss */
.event-details .header-table {
  display: grid;
  margin: 50px 0;
  grid-column-gap: 20px;
  grid-template-columns: 3fr 1fr;
}
/* line 250, ../scss/_events.scss */
.event-details .header-table .content .image {
  margin: 0 0 20px 0;
}
/* line 253, ../scss/_events.scss */
.event-details .header-table .content .image figure {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  background-color: #ddd;
}
/* line 209, ../scss/_mixins.scss */
.event-details .header-table .content .image figure img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
/* line 258, ../scss/_events.scss */
.event-details .header-table .content .image figure:after {
  content: 'Imagen proporción 5:3 ancho mínimo 1150px para alta resolución';
  font-size: .6em;
  padding: 50px 15px;
}
/* line 269, ../scss/_events.scss */
.event-details .header-table .details .pc-event-details {
  width: 100%;
  border-spacing: 0;
  border: 2px solid #48484a;
}
/* line 275, ../scss/_events.scss */
.event-details .header-table .details .pc-event-details tr td {
  padding: .7em .5em;
  font-size: .8em;
  border-left: 2px solid #48484a;
  border-bottom: 2px solid #48484a;
}
/* line 281, ../scss/_events.scss */
.event-details .header-table .details .pc-event-details tr td p {
  margin: 0;
  line-height: 1;
}
/* line 287, ../scss/_events.scss */
.event-details .header-table .details .pc-event-details tr td small {
  color: #B0B0B0;
  display: block;
  margin: 3px;
  line-height: 1;
}
/* line 294, ../scss/_events.scss */
.event-details .header-table .details .pc-event-details tr td a {
  color: #48484a;
  text-decoration: underline;
}
/* line 299, ../scss/_events.scss */
.event-details .header-table .details .pc-event-details tr td.date-block {
  background-color: #ffc600;
}
/* line 303, ../scss/_events.scss */
.event-details .header-table .details .pc-event-details tr td:first-child {
  min-width: 3em;
  text-align: center;
  border-left: 0;
}
/* line 310, ../scss/_events.scss */
.event-details .header-table .details .pc-event-details tr:first-child {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 316, ../scss/_events.scss */
.event-details .header-table .details .pc-event-details tr:last-child td {
  border-bottom: 0;
}

/* line 1, ../scss/_staff.scss */
.staff-section {
  padding: 0;
}

/* line 5, ../scss/_staff.scss */
.staff-grid {
  /*display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 50px 0;*/
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  transition: all .3s;
}
@media only screen and (max-width: 600px) {
  /* line 5, ../scss/_staff.scss */
  .staff-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}

@media only screen and (max-width: 600px) {
  /* line 24, ../scss/_staff.scss */
  .staff-tabs {
    flex-direction: column;
    align-items: stretch;
  }
}
/* line 31, ../scss/_staff.scss */
.staff-tabs .item {
  font-size: .7em !important;
  text-transform: uppercase !important;
}
@media only screen and (max-width: 600px) {
  /* line 31, ../scss/_staff.scss */
  .staff-tabs .item {
    align-self: stretch !important;
    padding: 1.2em 1.5em !important;
  }
}
/* line 40, ../scss/_staff.scss */
.staff-tabs .item.active {
  border-bottom-color: #ffc600 !important;
}

@media only screen and (max-width: 600px) {
  /* line 46, ../scss/_staff.scss */
  .ui.tab.active {
    padding: 1.5em 0 !important;
  }
}

/* line 53, ../scss/_staff.scss */
.staff-profile-block {
  display: flex;
  position: relative;
  margin: 0;
  padding: 20px 10px;
  overflow: hidden;
  border: 2px solid #48484a;
  box-shadow: 10px 10px 0px 0px rgba(96, 97, 97, 0.75);
  transition: all .3s ease-in-out;
}
@media only screen and (max-width: 600px) {
  /* line 53, ../scss/_staff.scss */
  .staff-profile-block {
    flex-direction: column;
  }
}
/* line 68, ../scss/_staff.scss */
.staff-profile-block.active {
  grid-column: span 3;
}
@media only screen and (max-width: 600px) {
  /* line 68, ../scss/_staff.scss */
  .staff-profile-block.active {
    grid-column: span 1;
  }
}
/* line 75, ../scss/_staff.scss */
.staff-profile-block.active .toggle {
  transform: rotate(135deg);
}
/* line 79, ../scss/_staff.scss */
.staff-profile-block.active .main {
  flex-basis: 26%;
}
/* line 83, ../scss/_staff.scss */
.staff-profile-block.active .details {
  flex-basis: 74%;
  display: block;
}
@media only screen and (max-width: 600px) {
  /* line 83, ../scss/_staff.scss */
  .staff-profile-block.active .details {
    flex-basis: 100%;
    margin: 20px 0;
  }
}
/* line 92, ../scss/_staff.scss */
.staff-profile-block.active .details p {
  visibility: visible;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 600px) {
  /* line 92, ../scss/_staff.scss */
  .staff-profile-block.active .details p {
    padding: 0;
  }
}
/* line 104, ../scss/_staff.scss */
.staff-profile-block .toggle {
  position: absolute;
  top: 20px;
  right: 10px;
  padding: 0;
  margin: 0;
  color: #ffc600;
  outline: none;
  transition: all .3s;
  border: 0;
  background-color: transparent;
}
/* line 117, ../scss/_staff.scss */
.staff-profile-block .main {
  flex-basis: 100%;
  flex-shrink: 0;
}
/* line 121, ../scss/_staff.scss */
.staff-profile-block .main .image {
  width: 80%;
  max-width: 150px;
}
/* line 125, ../scss/_staff.scss */
.staff-profile-block .main .image figure {
  margin: 0 0 10px 0;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 100%;
}
/* line 209, ../scss/_mixins.scss */
.staff-profile-block .main .image figure img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
/* line 132, ../scss/_staff.scss */
.staff-profile-block .main .name {
  padding: 0 0 20px 0;
}
/* line 135, ../scss/_staff.scss */
.staff-profile-block .main .name h1 {
  font-weight: normal;
  font-size: .9rem;
  margin: 0;
}
/* line 144, ../scss/_staff.scss */
.staff-profile-block .main .contact .job {
  color: #ce0e2d;
  font-size: .6em;
  text-transform: uppercase;
}
/* line 150, ../scss/_staff.scss */
.staff-profile-block .main .contact .social {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 10px 0;
}
/* line 155, ../scss/_staff.scss */
.staff-profile-block .main .contact .social a {
  display: block;
  color: #48484a;
  font-size: .8em;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: .25em 0;
  line-height: 1;
  margin: 0 5px 0 0;
  border: 2px solid #48484a;
  border-radius: 100%;
}
/* line 170, ../scss/_staff.scss */
.staff-profile-block .main .contact .email {
  font-size: .55em;
}
/* line 173, ../scss/_staff.scss */
.staff-profile-block .main .contact .email a {
  color: #606161;
}
/* line 180, ../scss/_staff.scss */
.staff-profile-block .details {
  flex-basis: 0;
  display: none;
  transition: .3s all;
}
/* line 185, ../scss/_staff.scss */
.staff-profile-block .details p {
  padding: 0 10%;
  font-size: .7em;
  margin: 0 0 10px 0;
  overflow: hidden;
  width: 0;
  height: 0;
  color: transparent;
  animation: .4s staff-profile-animation forwards;
}

@keyframes staff-profile-animation {
  0% {
    width: 0;
    height: 0;
    color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    color: transparent;
  }
  100% {
    width: 100%;
    height: auto;
    color: #48484a;
  }
}
/* line 8, ../scss/_transparency.scss */
.partner-list {
  display: grid;
  grid-gap: 20px 50px;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 600px) {
  /* line 8, ../scss/_transparency.scss */
  .partner-list {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
/* line 18, ../scss/_transparency.scss */
.partner-list .partner-block {
  display: grid;
  grid-template-rows: 1fr 1.5fr;
  justify-content: stretch;
  align-items: stretch;
  grid-row-gap: 15px;
  padding: 15px;
  border: 2px solid #48484a;
  box-shadow: 10px 10px 0px 0px rgba(96, 97, 97, 0.75);
}
/* line 29, ../scss/_transparency.scss */
.partner-list .partner-block .image figure {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}
/* line 209, ../scss/_mixins.scss */
.partner-list .partner-block .image figure img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
/* line 35, ../scss/_transparency.scss */
.partner-list .partner-block .details {
  display: grid;
  justify-content: stretch;
  align-items: stretch;
  grid-row-gap: 0;
  grid-template-rows: 1fr 1fr;
}
/* line 42, ../scss/_transparency.scss */
.partner-list .partner-block .details .title {
  margin: 0;
  font-size: .9rem;
}
/* line 47, ../scss/_transparency.scss */
.partner-list .partner-block .details .percent {
  font-size: 2em;
  align-self: end;
  font-family: "Gemeli Mono", monospace;
}

/* line 1, ../scss/_axis.scss */
.axis-block {
  margin: 50px 0;
  display: flex;
  width: 100%;
  justify-content: stretch;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 10, ../scss/_axis.scss */
.axis-block:nth-child(even) {
  flex-direction: row-reverse;
}
/* line 13, ../scss/_axis.scss */
.axis-block:nth-child(even) .lines {
  padding-left: 0;
  padding-right: 10%;
}
/* line 18, ../scss/_axis.scss */
.axis-block:nth-child(even) .actions {
  padding-left: 50%;
}
@media only screen and (max-width: 600px) {
  /* line 18, ../scss/_axis.scss */
  .axis-block:nth-child(even) .actions {
    padding-left: 0;
  }
}
/* line 27, ../scss/_axis.scss */
.axis-block .details {
  flex-basis: 50%;
  flex-grow: 0;
}
@media only screen and (max-width: 600px) {
  /* line 27, ../scss/_axis.scss */
  .axis-block .details {
    flex-basis: 100%;
  }
}
/* line 35, ../scss/_axis.scss */
.axis-block .details .title {
  vertical-align: middle;
}
@media only screen and (max-width: 600px) {
  /* line 35, ../scss/_axis.scss */
  .axis-block .details .title {
    font-size: 1.8em;
  }
}
/* line 42, ../scss/_axis.scss */
.axis-block .details .title img {
  vertical-align: middle;
}
@media only screen and (max-width: 600px) {
  /* line 42, ../scss/_axis.scss */
  .axis-block .details .title img {
    display: block;
    max-width: 80px;
    height: auto;
    margin-bottom: 15px;
  }
}
/* line 55, ../scss/_axis.scss */
.axis-block .lines {
  flex-basis: 50%;
  padding-left: 10%;
}
@media only screen and (max-width: 600px) {
  /* line 55, ../scss/_axis.scss */
  .axis-block .lines {
    flex-basis: 100%;
    padding: 50px 0 30px 0;
  }
}
/* line 64, ../scss/_axis.scss */
.axis-block .lines .lines-list {
  margin: 0 auto;
}
/* line 69, ../scss/_axis.scss */
.axis-block .actions {
  flex-basis: 100%;
  padding: 30px 0;
}

/* line 76, ../scss/_axis.scss */
.axis-info .body-image {
  margin: 50px 0;
}
/* line 79, ../scss/_axis.scss */
.axis-info .body-image figure {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  background-color: #ddd;
}
/* line 209, ../scss/_mixins.scss */
.axis-info .body-image figure img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
/* line 84, ../scss/_axis.scss */
.axis-info .body-image figure:after {
  content: 'Imagen a proporción 5:3 ancho mínimo 1525px para alta resolución';
  font-size: .6em;
  padding: 15px;
}
/* line 93, ../scss/_axis.scss */
.axis-info .axis-lines .lines-list {
  max-width: 600px;
  margin: 30px 0;
}
/* line 99, ../scss/_axis.scss */
.axis-info .services {
  margin: 80px 0;
}

/* line 1, ../scss/_services.scss */
.service-block {
  display: grid;
  margin: 50px 0;
  grid-gap: 20px 50px;
  align-items: center;
  grid-template-areas: "image desc desc";
}
@media only screen and (max-width: 600px) {
  /* line 1, ../scss/_services.scss */
  .service-block {
    grid-template-areas: "desc" "image";
  }
}
/* line 12, ../scss/_services.scss */
.service-block:nth-child(even) {
  grid-template-areas: "desc desc image";
}
@media only screen and (max-width: 600px) {
  /* line 12, ../scss/_services.scss */
  .service-block:nth-child(even) {
    grid-template-areas: "desc" "image";
  }
}
/* line 20, ../scss/_services.scss */
.service-block .content {
  grid-area: desc;
}
/* line 23, ../scss/_services.scss */
.service-block .content .block-title {
  font-size: 2em;
  margin-bottom: 15px;
}
/* line 28, ../scss/_services.scss */
.service-block .content .description {
  font-size: .8em;
}
/* line 33, ../scss/_services.scss */
.service-block .content .items-list ul {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
/* line 38, ../scss/_services.scss */
.service-block .content .items-list ul li {
  font-size: .8em;
}
/* line 41, ../scss/_services.scss */
.service-block .content .items-list ul li .title {
  font-size: 1.1em;
  vertical-align: middle;
  margin: 20px 0 10px 0;
}
/* line 46, ../scss/_services.scss */
.service-block .content .items-list ul li .title .icon {
  position: relative;
  display: block;
  width: 30px;
  height: 0;
  padding-bottom: 30px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
/* line 209, ../scss/_mixins.scss */
.service-block .content .items-list ul li .title .icon img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
/* line 51, ../scss/_services.scss */
.service-block .content .items-list ul li .title .icon img {
  margin: 0 auto;
}
/* line 57, ../scss/_services.scss */
.service-block .content .items-list ul li .desc {
  font-size: .8em;
}
/* line 66, ../scss/_services.scss */
.service-block .image {
  grid-area: image;
}
/* line 69, ../scss/_services.scss */
.service-block .image figure {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 133.33333%;
  overflow: hidden;
  background-color: #ddd;
}
/* line 209, ../scss/_mixins.scss */
.service-block .image figure img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: auto;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
}
/* line 74, ../scss/_services.scss */
.service-block .image figure::after {
  content: 'Imagen a proporción 3:4 ancho mínimo 500px para alta definición';
  font-size: .6em;
}

/* line 1, ../scss/_author.scss */
.author-block {
  display: grid;
  grid-gap: 20px;
  align-items: center;
  grid-template-columns: 1fr 3fr;
  margin: 50px 0;
  max-width: 500px;
}
/* line 10, ../scss/_author.scss */
.author-block .image figure {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #ddd;
  border-radius: 100%;
}
/* line 209, ../scss/_mixins.scss */
.author-block .image figure img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
/* line 16, ../scss/_author.scss */
.author-block .image figure::after {
  content: 'Imagen a proporción 1:1 ancho mínimo 350px para alta resolución';
  font-size: .6em;
  padding: 15px;
}
/* line 25, ../scss/_author.scss */
.author-block .details .name {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 1em 0;
}
/* line 31, ../scss/_author.scss */
.author-block .details .bio {
  font-size: .7em;
}
/* line 35, ../scss/_author.scss */
.author-block .details .social {
  display: grid;
  justify-content: start;
  align-items: start;
  grid-gap: 5px;
  grid-template-columns: auto auto auto auto auto;
}
/* line 42, ../scss/_author.scss */
.author-block .details .social a {
  display: block;
  color: #48484a;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  border: 2px solid #48484a;
  border-radius: 100%;
}
/* line 54, ../scss/_author.scss */
.author-block .details .email {
  font-size: .65em;
}
/* line 57, ../scss/_author.scss */
.author-block .details .email a {
  color: #B0B0B0;
}

/* line 3, ../scss/_projects.scss */
.featured-projects .slider-item {
  padding: 0 15px 15px 0;
}
/* line 7, ../scss/_projects.scss */
.featured-projects .owl-nav {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 30px;
  color: #ffc600;
}
/* line 14, ../scss/_projects.scss */
.featured-projects .owl-nav button {
  outline: none;
}
/* line 17, ../scss/_projects.scss */
.featured-projects .owl-nav button.owl-prev {
  margin-right: 15px;
}

/* line 24, ../scss/_projects.scss */
.featured-project-block {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 2fr;
  padding: 15px;
  align-items: stretch;
  border: 2px solid #48484a;
  box-shadow: 10px 10px 0px 0px rgba(96, 97, 97, 0.75);
}
@media only screen and (max-width: 600px) {
  /* line 24, ../scss/_projects.scss */
  .featured-project-block {
    grid-template-columns: 1fr;
  }
}
/* line 38, ../scss/_projects.scss */
.featured-project-block .image figure {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 133.33333%;
  overflow: hidden;
  background-color: #ddd;
}
/* line 209, ../scss/_mixins.scss */
.featured-project-block .image figure img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: auto;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
}
/* line 43, ../scss/_projects.scss */
.featured-project-block .image figure::after {
  content: 'Imagen a proporción 3:4 con ancho mínimo de 290px para alta resolución';
  padding: 15px;
  font-size: .6em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 55, ../scss/_projects.scss */
.featured-project-block .details {
  position: relative;
}
/* line 58, ../scss/_projects.scss */
.featured-project-block .details .title {
  margin: 1rem 0;
}
@media only screen and (max-width: 600px) {
  /* line 58, ../scss/_projects.scss */
  .featured-project-block .details .title {
    font-size: 1.4em;
  }
}
/* line 66, ../scss/_projects.scss */
.featured-project-block .details .description {
  font-size: .9em;
}
/* line 70, ../scss/_projects.scss */
.featured-project-block .details .tag {
  display: inline-block;
  padding: 0 .5em;
  line-height: 2;
  font-size: .7em;
  background-color: #ffc600;
}
/* line 78, ../scss/_projects.scss */
.featured-project-block .details .date {
  color: #ce0e2d;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 84, ../scss/_projects.scss */
.featured-project-block .details .actions {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 600px) {
  /* line 84, ../scss/_projects.scss */
  .featured-project-block .details .actions {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
/* line 95, ../scss/_projects.scss */
.featured-project-block .details .actions .pc-button, .featured-project-block .details .actions .action-button, .featured-project-block .details .actions .ui.menu.pc-main-nav .pc-nav-button, .ui.menu.pc-main-nav .featured-project-block .details .actions .pc-nav-button, .featured-project-block .details .actions .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers .action, .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers .featured-project-block .details .actions .action {
  margin: 0;
}
@media only screen and (max-width: 600px) {
  /* line 95, ../scss/_projects.scss */
  .featured-project-block .details .actions .pc-button, .featured-project-block .details .actions .action-button, .featured-project-block .details .actions .ui.menu.pc-main-nav .pc-nav-button, .ui.menu.pc-main-nav .featured-project-block .details .actions .pc-nav-button, .featured-project-block .details .actions .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers .action, .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers .featured-project-block .details .actions .action {
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
  }
}

/* line 110, ../scss/_projects.scss */
.other-projects .content {
  display: grid;
  grid-template-columns: 1fr;
}

/* line 116, ../scss/_projects.scss */
.project-block {
  display: grid;
  grid-gap: 80px;
  align-items: center;
  grid-template-columns: 4fr 1fr;
  margin: 50px 0 0 0;
  padding: 0 0 50px;
  border-bottom: 2px solid #48484a;
}
/* line 126, ../scss/_projects.scss */
.project-block .details .title {
  font-size: 1.8em;
  margin: 0 0 1rem 0;
}
/* line 132, ../scss/_projects.scss */
.project-block .details .tags .tag {
  display: inline-block;
  font-size: .65em;
  padding: 0 .8em;
  line-height: 2;
  margin: 0 8px 0 0;
  background-color: #ffc600;
}
/* line 142, ../scss/_projects.scss */
.project-block .details .date {
  color: #ce0e2d;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 150, ../scss/_projects.scss */
.project-block .image figure {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 133.33333%;
  overflow: hidden;
  background-color: #ddd;
}
/* line 209, ../scss/_mixins.scss */
.project-block .image figure img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: auto;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
}
/* line 155, ../scss/_projects.scss */
.project-block .image figure::after {
  content: 'Imagen a proporción 3:4 con ancho mínimo de 290px para alta resolución';
  position: absolute;
  font-size: .6em;
  padding: 15px;
  z-index: 1;
}
/* line 163, ../scss/_projects.scss */
.project-block .image figure img {
  z-index: 2;
}

/* line 172, ../scss/_projects.scss */
.single-project .content {
  display: grid;
  grid-gap: 80px;
  grid-template-columns: 2fr 1fr;
}
@media only screen and (max-width: 600px) {
  /* line 172, ../scss/_projects.scss */
  .single-project .content {
    grid-template-columns: 1fr;
  }
}
/* line 181, ../scss/_projects.scss */
.single-project .content .project-body {
  max-width: 100%;
  overflow: hidden;
}
/* line 185, ../scss/_projects.scss */
.single-project .content .project-body .project-carousel-thumbnails {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-flow: column;
  margin: 20px 0;
}
/* line 193, ../scss/_projects.scss */
.single-project .content .project-body .project-carousel-thumbnails .image figure {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #ddd;
}
/* line 209, ../scss/_mixins.scss */
.single-project .content .project-body .project-carousel-thumbnails .image figure img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: auto;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
}
/* line 202, ../scss/_projects.scss */
.single-project .content .project-body .body img {
  max-width: 100%;
}
/* line 209, ../scss/_projects.scss */
.single-project .content .sidebar .publication {
  color: #48484a;
}
/* line 213, ../scss/_projects.scss */
.single-project .content .sidebar .publication .image figure {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 133.33333%;
  overflow: hidden;
  background-color: #ddd;
}
/* line 209, ../scss/_mixins.scss */
.single-project .content .sidebar .publication .image figure img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: auto;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
}
/* line 220, ../scss/_projects.scss */
.single-project .content .sidebar .publication .title {
  margin: 10px 0 1em 0;
}
/* line 225, ../scss/_projects.scss */
.single-project .content .sidebar .documents {
  margin: 50px 0;
}
/* line 228, ../scss/_projects.scss */
.single-project .content .sidebar .documents .block-title {
  margin-bottom: 20px;
}
/* line 232, ../scss/_projects.scss */
.single-project .content .sidebar .documents p {
  color: #B0B0B0;
  font-size: .8em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
/* line 239, ../scss/_projects.scss */
.single-project .content .sidebar .documents p .pc-button, .single-project .content .sidebar .documents p .action-button, .single-project .content .sidebar .documents p .ui.menu.pc-main-nav .pc-nav-button, .ui.menu.pc-main-nav .single-project .content .sidebar .documents p .pc-nav-button, .single-project .content .sidebar .documents p .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers .action, .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers .single-project .content .sidebar .documents p .action {
  display: block;
  font-size: .8em;
  text-align: center;
}

/* line 250, ../scss/_projects.scss */
.project-gallery {
  margin: 50px 0;
}
/* line 256, ../scss/_projects.scss */
.project-gallery .project-carousel .slider-video {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  background-color: #000;
}
/* line 209, ../scss/_mixins.scss */
.project-gallery .project-carousel .slider-video img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
/* line 260, ../scss/_projects.scss */
.project-gallery .project-carousel .slider-video .owl-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 269, ../scss/_projects.scss */
.project-gallery .project-carousel .slider-item {
  background-color: #000;
}
/* line 272, ../scss/_projects.scss */
.project-gallery .project-carousel .slider-item .image {
  position: relative;
}
/* line 275, ../scss/_projects.scss */
.project-gallery .project-carousel .slider-item .image figure {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
/* line 209, ../scss/_mixins.scss */
.project-gallery .project-carousel .slider-item .image figure img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
/* line 279, ../scss/_projects.scss */
.project-gallery .project-carousel .slider-item .image figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .5em;
  color: #fff;
  font-size: .7em;
  text-transform: uppercase;
  letter-spacing: 1pt;
  font-weight: bold;
  background-color: #000;
}
/* line 294, ../scss/_projects.scss */
.project-gallery .project-carousel .slider-item .image .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .5em;
  color: #fff;
  font-size: .7em;
  text-transform: uppercase;
  letter-spacing: 1pt;
  font-weight: bold;
  background-color: #48484a;
}
/* line 311, ../scss/_projects.scss */
.project-gallery .project-carousel .owl-nav {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  transform: translateY(-50%);
}
/* line 319, ../scss/_projects.scss */
.project-gallery .project-carousel .owl-nav button {
  outline: none;
}
/* line 322, ../scss/_projects.scss */
.project-gallery .project-carousel .owl-nav button.owl-prev {
  margin-left: 15px;
}
/* line 326, ../scss/_projects.scss */
.project-gallery .project-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 15px;
}

/* line 2, ../scss/_contact.scss */
.contact-info .contact-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  border: 2px solid #48484a;
  padding: 30px 15px;
  width: calc(100% - 15px);
  box-shadow: 10px 10px 0px 0px rgba(96, 97, 97, 0.75);
}
/* line 11, ../scss/_contact.scss */
.contact-info .contact-block .address {
  position: relative;
  padding: 0 0 0 2.5em;
}
/* line 15, ../scss/_contact.scss */
.contact-info .contact-block .address p {
  margin: 0 0 .3em 0;
}
/* line 19, ../scss/_contact.scss */
.contact-info .contact-block .address i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 27, ../scss/_contact.scss */
.contact-info .contact-block .contacts {
  position: relative;
}
/* line 30, ../scss/_contact.scss */
.contact-info .contact-block .contacts .phone, .contact-info .contact-block .contacts .email {
  position: relative;
  padding: 0 0 30px 3em;
}
/* line 34, ../scss/_contact.scss */
.contact-info .contact-block .contacts .phone a, .contact-info .contact-block .contacts .email a {
  color: #48484a;
  text-decoration: underline;
}
/* line 39, ../scss/_contact.scss */
.contact-info .contact-block .contacts .phone i, .contact-info .contact-block .contacts .email i {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
/* line 47, ../scss/_contact.scss */
.contact-info .contact-block .contacts .email {
  padding: 0 0 0 3em;
}
/* line 51, ../scss/_contact.scss */
.contact-info .contact-block .contacts .email a {
  display: block;
  margin: 0 0 .3em 0;
}

/* line 4, ../scss/_cases.scss */
.case-map .content .description p {
  text-align: justify;
  font-size: 1.5em;
}

@media only screen and (max-width: 600px) {
  /* line 1, ../scss/_map.scss */
  .ui.input {
    display: block;
  }
}

/* line 7, ../scss/_map.scss */
.ui.selection.dropdown {
  border-radius: 0;
  border: 2px solid #48484a;
}
@media only screen and (max-width: 600px) {
  /* line 7, ../scss/_map.scss */
  .ui.selection.dropdown {
    display: block;
  }
}
/* line 15, ../scss/_map.scss */
.ui.selection.dropdown > .dropdown.icon {
  border-left: 2px solid #48484a;
  opacity: 1;
}
/* line 19, ../scss/_map.scss */
.ui.selection.dropdown:hover > .dropdown.icon {
  border-color: rgba(34, 36, 38, 0.35);
}
/* line 23, ../scss/_map.scss */
.ui.selection.active.dropdown {
  border-color: #ffc600;
}
/* line 25, ../scss/_map.scss */
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown .menu, .ui.selection.active.dropdown:hover .menu,
.ui.selection.active.dropdown > .dropdown.icon {
  border-color: #ffc600;
}

/* line 34, ../scss/_map.scss */
.general-stats-list {
  margin-top: 85px;
  display: grid;
  grid-gap: 20px 92px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 600px) {
  /* line 34, ../scss/_map.scss */
  .general-stats-list {
    margin-top: 30px;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
/* line 46, ../scss/_map.scss */
.general-stats-list .general-stats-block {
  display: grid;
  grid-template-rows: 1fr 1fr;
  justify-content: stretch;
  align-items: stretch;
  grid-row-gap: 15px;
  padding: 15px;
  border: 2px solid #48484a;
  box-shadow: 10px 10px 0px 0px rgba(96, 97, 97, 0.75);
}
/* line 56, ../scss/_map.scss */
.general-stats-list .general-stats-block .image figure {
  margin: 0;
  position: relative;
  display: block;
  width: 50%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}
/* line 65, ../scss/_map.scss */
.general-stats-list .general-stats-block .image figure img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
/* line 77, ../scss/_map.scss */
.general-stats-list .general-stats-block .details {
  display: grid;
  justify-content: stretch;
  align-items: stretch;
  grid-row-gap: 0;
  grid-template-rows: 1fr 1fr;
}
/* line 84, ../scss/_map.scss */
.general-stats-list .general-stats-block .details .title {
  margin: 0;
  font-size: .9rem;
}
/* line 89, ../scss/_map.scss */
.general-stats-list .general-stats-block .details .quantity {
  font-size: 2em;
  align-self: end;
  font-family: "Gemeli Mono",monospace;
}

/* line 98, ../scss/_map.scss */
.more-data .more-data-block {
  display: grid;
  grid-gap: 20px 50px;
  grid-template-columns: 1fr 1fr 40%;
}
@media only screen and (max-width: 600px) {
  /* line 98, ../scss/_map.scss */
  .more-data .more-data-block {
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
}
/* line 108, ../scss/_map.scss */
.more-data .more-data-block .more-data-group {
  display: grid;
  grid-template-rows: auto 1fr;
  justify-content: stretch;
  align-items: stretch;
  grid-row-gap: 15px;
  font-size: 16px;
}
/* line 116, ../scss/_map.scss */
.more-data .more-data-block .more-data-group h3 {
  margin-bottom: 0;
}
/* line 120, ../scss/_map.scss */
.more-data .more-data-block .more-data-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 129, ../scss/_map.scss */
.state-resume {
  margin-top: 107px;
}
/* line 131, ../scss/_map.scss */
.state-resume .state-resume-block {
  display: grid;
  grid-gap: 20px 50px;
  grid-template-columns: 1fr 40%;
}
@media only screen and (max-width: 600px) {
  /* line 131, ../scss/_map.scss */
  .state-resume .state-resume-block {
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
}
/* line 141, ../scss/_map.scss */
.state-resume .state-resume-block .state-resume-info {
  padding-right: 20%;
  align-self: end;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  /* line 141, ../scss/_map.scss */
  .state-resume .state-resume-block .state-resume-info {
    padding-right: 0;
  }
}
/* line 152, ../scss/_map.scss */
.state-resume .state-resume-block .state-resume-image figure {
  margin: 0;
}
/* line 155, ../scss/_map.scss */
.state-resume .state-resume-block .state-resume-image figure img {
  max-width: 100%;
  display: block;
  margin: 0;
}

/* line 165, ../scss/_map.scss */
.map-desktop {
  display: block;
}
@media only screen and (max-width: 600px) {
  /* line 165, ../scss/_map.scss */
  .map-desktop {
    display: none;
  }
}

/* line 172, ../scss/_map.scss */
.map-mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  /* line 172, ../scss/_map.scss */
  .map-mobile {
    display: block;
  }
}
/* line 177, ../scss/_map.scss */
.map-mobile .ui.styled.accordion {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
/* line 182, ../scss/_map.scss */
.map-mobile .ui.styled.accordion .title {
  font-family: 'Gemeli Mono', serif;
  border-top: 2px solid #ffffff;
}
/* line 186, ../scss/_map.scss */
.map-mobile .ui.styled.accordion .title .dropdown.icon {
  float: right;
  color: #ffffff;
}
/* line 191, ../scss/_map.scss */
.map-mobile .ui.styled.accordion .content {
  padding-left: 0;
  padding-right: 0;
}

/* line 197, ../scss/_map.scss */
.map-stats {
  margin: 126px 0;
}
@media only screen and (max-width: 600px) {
  /* line 197, ../scss/_map.scss */
  .map-stats {
    margin: 72px 0 47px;
  }
}
/* line 202, ../scss/_map.scss */
.map-stats .map-block {
  display: grid;
  grid-gap: 20px 50px;
  grid-template-columns: 1fr 40%;
  margin-top: 62px;
}
@media only screen and (max-width: 600px) {
  /* line 202, ../scss/_map.scss */
  .map-stats .map-block {
    grid-template-columns: 1fr;
  }
}
/* line 213, ../scss/_map.scss */
.map-stats .map-block #react-map svg {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  /* line 212, ../scss/_map.scss */
  .map-stats .map-block #react-map {
    display: none;
  }
}
/* line 223, ../scss/_map.scss */
.map-stats .stats-title {
  margin-top: 10vw;
  font-size: 2em;
  line-height: 100%;
  margin: 13px 0;
}
/* line 229, ../scss/_map.scss */
.map-stats .tbl-stats {
  width: 100%;
  border: 2px solid #000000;
}
/* line 232, ../scss/_map.scss */
.map-stats .tbl-stats th {
  padding: 8px;
  font-weight: normal;
  text-align: center;
}
/* line 238, ../scss/_map.scss */
.map-stats .tbl-stats tr td {
  padding: 5px 20px;
  border-top: 2px solid #000000;
}
/* line 241, ../scss/_map.scss */
.map-stats .tbl-stats tr td:first-child {
  width: 70px;
  height: 50px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  border-right: 2px solid #000000;
}
/* line 248, ../scss/_map.scss */
.map-stats .tbl-stats tr td:first-child img {
  display: inline-block;
  margin-bottom: -7px;
}
/* line 254, ../scss/_map.scss */
.map-stats .tbl-stats tr td small {
  display: block;
  font-size: .5em;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: bold;
}
/* line 263, ../scss/_map.scss */
.map-stats .tbl-stats tr:first-child {
  font-size: 120%;
  font-family: 'Gemeli Mono', serif;
  font-weight: 400;
}
/* line 270, ../scss/_map.scss */
.map-stats .pc-button, .map-stats .action-button, .map-stats .ui.menu.pc-main-nav .pc-nav-button, .ui.menu.pc-main-nav .map-stats .pc-nav-button, .map-stats .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers .action, .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers .map-stats .action {
  margin-top: 53px;
  background: #000;
  color: #fff;
  letter-spacing: 0.1em;
}
/* line 275, ../scss/_map.scss */
.map-stats .pc-button img, .map-stats .action-button img, .map-stats .ui.menu.pc-main-nav .pc-nav-button img, .ui.menu.pc-main-nav .map-stats .pc-nav-button img, .map-stats .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers .action img, .pc-carousel .owl-stage-outer .owl-stage .owl-item .pc-slide .headers .map-stats .action img {
  margin-left: 5px;
}

/* line 281, ../scss/_map.scss */
.contact-us {
  font-size: 16px;
  margin: 108px auto 58px;
}
@media only screen and (max-width: 600px) {
  /* line 281, ../scss/_map.scss */
  .contact-us {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* line 288, ../scss/_map.scss */
.contact-us a {
  margin: 0;
  border-color: #ffc600;
}

/* line 296, ../scss/_map.scss */
.bg-alta {
  color: #fff;
  fill: #3E4B8C;
  background-color: #3E4B8C !important;
}

/* line 301, ../scss/_map.scss */
.bg-media {
  color: #3E4B8C;
  fill: #7189FF;
  background-color: #7189FF !important;
}

/* line 306, ../scss/_map.scss */
.bg-baja {
  color: #3E4B8C;
  fill: #BEC9FF;
  background-color: #BEC9FF !important;
}
