/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
.g-team {
  position: relative;
  opacity: 0;
}
.g-team.visible {
  opacity: 1;
}
.g-team .g-team-header {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 1.5rem;
}
@media only all and (max-width: 50.99rem) {
  .g-team .g-team-header {
    margin: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-team .g-team-header {
    display: block;
  }
}
.g-team .g-team-header .g-team-title {
  display: block;
  font-size: 2vw;
  font-weight: 700;
  color: #000000;
  padding-right: 1.5rem;
}
@media (max-width: 50rem) {
  .g-team .g-team-header .g-team-title {
    font-size: 1rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-team .g-team-header .g-team-title {
    text-align: center;
    padding-right: 0;
  }
}
.dir-rtl .g-team .g-team-header .g-team-title {
  padding-left: 1.5rem;
  padding-right: 0;
}
.g-team .g-team-header .g-team-title .g-team-uppertitle {
  display: block;
  padding-right: 1.5rem;
  color: rgba(115, 111, 108, 0.35);
  font-size: 0.9vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media (max-width: 100rem) {
  .g-team .g-team-header .g-team-title .g-team-uppertitle {
    font-size: 0.9rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-team .g-team-header .g-team-title .g-team-uppertitle {
    text-align: center;
    padding-right: 0;
  }
}
.dir-rtl .g-team .g-team-header .g-team-title .g-team-uppertitle {
  padding-left: 1.5rem;
  padding-right: 0;
}
.g-team .g-team-header .g-team-nav {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
.g-team .g-team-header .g-team-nav i {
  display: none;
  position: absolute;
  top: 0.8rem;
  left: 0.625rem;
}
@media only all and (max-width: 50.99rem) {
  .g-team .g-team-header .g-team-nav i {
    display: block;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-team .g-team-header .g-team-nav {
    min-height: 6rem;
    width: 100%;
  }
}
.g-team .g-team-header .g-team-nav .g-team-nav-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media only all and (max-width: 50.99rem) {
  .g-team .g-team-header .g-team-nav .g-team-nav-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 75%;
    padding: 0 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    border: solid 2px #000000;
    border-radius: 5px;
    background: #ffffff;
    z-index: 15;
    margin-top: 1rem;
  }
}
.g-team .g-team-header .g-team-nav .g-team-nav-item {
  cursor: pointer;
  padding: 0.125rem 0.9rem;
  font-size: 1.2vw;
  font-weight: 500;
  color: #3595be;
  position: relative;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: 0.3s ease;
  -webkit-transition: border 150ms;
  -moz-transition: border 150ms;
  transition: border 150ms;
}
@media (max-width: 83.3333333333rem) {
  .g-team .g-team-header .g-team-nav .g-team-nav-item {
    font-size: 1rem;
  }
}
.g-team .g-team-header .g-team-nav .g-team-nav-item.selected {
  background: transparent;
  font-size: 2.2vw;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 45.4545454545rem) {
  .g-team .g-team-header .g-team-nav .g-team-nav-item.selected {
    font-size: 1rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-team .g-team-header .g-team-nav .g-team-nav-item.selected {
    background: none;
    color: #000000;
    border-color: transparent;
  }
}
.g-team .g-team-header .g-team-nav .g-team-nav-item.selected:hover {
  text-decoration: none;
}
.g-team .g-team-header .g-team-nav .g-team-nav-item:hover {
  text-decoration: underline;
}
@media only all and (max-width: 50.99rem) {
  .g-team .g-team-header .g-team-nav .g-team-nav-item {
    display: none;
    padding: 0.425rem 2rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-team .g-team-header .g-team-nav .g-team-nav-item.selected {
    display: block;
  }
}
.g-team .g-team-header .g-team-nav .g-team-nav-item.clicked {
  display: block;
}
.g-team .g-team-grid {
  position: relative;
  margin: 0 -1.5rem;
  overflow: visible !important;
}
@media only all and (max-width: 50.99rem) {
  .g-team .g-team-grid {
    margin: -1.5rem;
  }
}
.g-team .g-team-grid.animate .g-team-grid-item-blob {
  animation: transform-blob ease-in-out infinite both alternate;
  will-change: auto;
}
.g-team .g-team-grid .g-team-grid-item {
  will-change: auto !important;
  transition: 0.25s ease;
}
.g-team .g-team-grid .g-team-grid-item:nth-child(2n) {
  margin-top: 2rem !important;
}
@media only all and (max-width: 50.99rem) {
  .g-team .g-team-grid .g-team-grid-item:nth-child(2n) {
    margin-top: 1rem !important;
  }
}
.g-team .g-team-grid .g-team-grid-item:nth-child(2n):hover .g-team-grid-item-wrapper {
  transform: translateY(-0.5rem) rotate(-3deg);
}
.g-team .g-team-grid .g-team-grid-item:nth-child(2n):hover .g-team-grid-item-wrapper h4 {
  color: #000000;
}
.g-team .g-team-grid .g-team-grid-item:nth-child(2n+1) {
  margin-top: 4rem !important;
}
@media only all and (max-width: 50.99rem) {
  .g-team .g-team-grid .g-team-grid-item:nth-child(2n+1) {
    margin-top: 1rem !important;
  }
}
.g-team .g-team-grid .g-team-grid-item:nth-child(2n+1):hover .g-team-grid-item-wrapper {
  transform: translateY(-0.5rem) rotate(3deg);
}
.g-team .g-team-grid .g-team-grid-item:nth-child(2n+1):hover .g-team-grid-item-wrapper h4 {
  color: #000000;
}
.g-team .g-team-grid .g-team-grid-item a.g-team-link-overlay {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  cursor: pointer;
}
.g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper {
  position: relative;
  margin: 0.75rem;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
@media only all and (max-width: 50.99rem) {
  .g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper {
    margin: 1.5rem;
  }
}
.g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-team-grid-item-image {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 75%;
}
.g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-team-grid-item-image .g-team-grid-item-blob {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  transform-origin: center center;
}
.g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-content-wrap {
  text-align: center;
  color: #3595be;
}
.g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-content-wrap h4 {
  margin-bottom: 0;
  font-size: 1.2vw;
}
@media (max-width: 83.3333333333rem) {
  .g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-content-wrap h4 {
    font-size: 1rem;
  }
}
.g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-content-wrap p {
  font-size: 0.9vw;
}
@media (max-width: 111.1111111111rem) {
  .g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-content-wrap p {
    font-size: 1rem;
  }
}
.g-team .g-team-grid.cols-2 .g-team-grid-item, .g-team .g-team-grid.cols-2 .g-team-grid-sizer {
  width: 50%;
}
@media only all and (max-width: 50.99rem) {
  .g-team .g-team-grid.cols-2 .g-team-grid-item, .g-team .g-team-grid.cols-2 .g-team-grid-sizer {
    width: 100%;
  }
}
.g-team .g-team-grid.cols-3 .g-team-grid-item, .g-team .g-team-grid.cols-3 .g-team-grid-sizer {
  width: 33.3%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-team .g-team-grid.cols-3 .g-team-grid-item, .g-team .g-team-grid.cols-3 .g-team-grid-sizer {
    width: 50%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-team .g-team-grid.cols-3 .g-team-grid-item, .g-team .g-team-grid.cols-3 .g-team-grid-sizer {
    width: 100%;
  }
}
.g-team .g-team-grid.cols-4 .g-team-grid-item, .g-team .g-team-grid.cols-4 .g-team-grid-sizer {
  width: 25%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-team .g-team-grid.cols-4 .g-team-grid-item, .g-team .g-team-grid.cols-4 .g-team-grid-sizer {
    width: 50%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-team .g-team-grid.cols-4 .g-team-grid-item, .g-team .g-team-grid.cols-4 .g-team-grid-sizer {
    width: 100%;
  }
}
.g-team .g-team-grid.cols-5 .g-team-grid-item, .g-team .g-team-grid.cols-5 .g-team-grid-sizer {
  width: 20%;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-team .g-team-grid.cols-5 .g-team-grid-item, .g-team .g-team-grid.cols-5 .g-team-grid-sizer {
    width: 25%;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-team .g-team-grid.cols-5 .g-team-grid-item, .g-team .g-team-grid.cols-5 .g-team-grid-sizer {
    width: 33%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-team .g-team-grid.cols-5 .g-team-grid-item, .g-team .g-team-grid.cols-5 .g-team-grid-sizer {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .g-team .g-team-grid.cols-5 .g-team-grid-item, .g-team .g-team-grid.cols-5 .g-team-grid-sizer {
    width: 100%;
  }
}
@keyframes transform-blob {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
}
.g-testimonials {
  position: relative;
  border-radius: 10px;
}
.dir-rtl .g-testimonials .g-testimonials-header {
  padding-right: 3rem;
  padding-left: 0;
}
.g-testimonials .g-testimonials-header .g-testimonials-title {
  font-weight: 700;
}
.g-testimonials .g-testimonials-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-testimonials .swiper-slide {
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  overflow: hidden;
}
.g-testimonials .g-testimonials-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.dir-rtl .g-testimonials .g-testimonials-wrapper {
  left: 5%;
  right: auto;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-testimonials .g-testimonials-wrapper {
    right: 0;
  }
  .g-testimonials .g-testimonials-wrapper h2 {
    margin-bottom: 1rem;
  }
  .dir-rtl .g-testimonials .g-testimonials-wrapper {
    left: 0;
    right: auto;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-testimonials .g-testimonials-wrapper {
    width: 100%;
  }
  .dir-rtl .g-testimonials .g-testimonials-wrapper {
    left: 8%;
    right: auto;
  }
}
.g-testimonials .g-testimonials-wrapper.cols-2 .g-testimonials-element {
  width: 50%;
}
@media only all and (max-width: 50.99rem) {
  .g-testimonials .g-testimonials-wrapper.cols-2 .g-testimonials-element {
    width: 100%;
  }
}
.g-testimonials .g-testimonials-wrapper.cols-3 .g-testimonials-element {
  width: 33.3%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-testimonials .g-testimonials-wrapper.cols-3 .g-testimonials-element {
    width: 50%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-testimonials .g-testimonials-wrapper.cols-3 .g-testimonials-element {
    width: 100%;
  }
}
.g-testimonials .g-testimonials-wrapper.cols-4 .g-testimonials-element {
  width: 25%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-testimonials .g-testimonials-wrapper.cols-4 .g-testimonials-element {
    width: 50%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-testimonials .g-testimonials-wrapper.cols-4 .g-testimonials-element {
    width: 100%;
  }
}
.g-testimonials .g-testimonials-wrapper.cols-4 .g-testimonials-element.photo-large {
  width: 50%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-testimonials .g-testimonials-wrapper.cols-4 .g-testimonials-element.photo-large {
    width: 50%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-testimonials .g-testimonials-wrapper.cols-4 .g-testimonials-element.photo-large {
    width: 100%;
  }
}
.g-testimonials .g-testimonials-wrapper.cols-5 .g-testimonials-grid-item, .g-testimonials .g-testimonials-wrapper.cols-5 .g-testimonials-grid-sizer {
  width: 20%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-testimonials .g-testimonials-wrapper.cols-5 .g-testimonials-grid-item, .g-testimonials .g-testimonials-wrapper.cols-5 .g-testimonials-grid-sizer {
    width: 50%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-testimonials .g-testimonials-wrapper.cols-5 .g-testimonials-grid-item, .g-testimonials .g-testimonials-wrapper.cols-5 .g-testimonials-grid-sizer {
    width: 100%;
  }
}
.g-testimonials .g-testimonials-content {
  line-height: 1.5;
  font-weight: 500;
  font-family: "averia", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  width: 80%;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
@media only all and (max-width: 50.99rem) {
  .g-testimonials .g-testimonials-content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only all and (max-width: 30rem) {
  .g-testimonials .g-testimonials-content {
    width: 100%;
  }
}
.g-testimonials .g-testimonials-image {
  display: block;
  width: 48px;
  height: 48px;
}
.g-testimonials .g-testimonials-author-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  padding-left: 0.9rem;
  position: relative;
  font-family: "averia", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
.dir-rtl .g-testimonials .g-testimonials-author-wrap {
  padding-left: 0;
  padding-right: 0.9rem;
}
@media only all and (max-width: 50.99rem) {
  .g-testimonials .g-testimonials-author-wrap {
    width: 80%;
    margin: 0 auto;
  }
}
@media only all and (max-width: 30rem) {
  .g-testimonials .g-testimonials-author-wrap {
    width: 100%;
  }
}
.g-testimonials .g-testimonials-author-wrap::before {
  position: absolute;
  background: url('../images/backgrounds/testimonials/line.svg') no-repeat;
  content: '';
  width: 8px;
  height: 24px;
  top: -1.5rem;
  left: 0.2rem;
}
.dir-rtl .g-testimonials .g-testimonials-author-wrap::before {
  background: url('../images/backgrounds/testimonials/line-rtl.svg') no-repeat;
  left: auto;
  right: 0.2rem;
}
.g-testimonials .g-testimonials-author {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.05rem;
  font-size: 1.2rem;
}
.g-testimonials .g-testimonials-author span {
  color: #aaaaaa;
  font-size: 0.9rem;
}
.dir-rtl .g-testimonials .g-testimonials-author {
  padding-left: 0;
  padding-right: 1.05rem;
}
@media only all and (max-width: 50.99rem) {
  .g-testimonials .g-testimonials-author {
    right: 10%;
  }
  .dir-rtl .g-testimonials .g-testimonials-author {
    left: 10%;
    right: auto;
  }
}
.customlabelpk {
  text-align: left;
  font-style: italic;
  font-style: bold;
  color: #9c1d1d;
}
.customlabelavispk {
  margin: 10px;
  font-family: Brush Script MT, sans-serif;
  font-size: 160%;
  font-style: italic;
  color: #9c1d1d;
}
.price {
  text-align: right;
  color: #00561b;
}
.price::after {
  content: " €";
}
.tags .label-info[href], .tags .badge-info[href] {
  background-color: pink;
  color: purple;
}
.tags .label-info[href]:hover, .tags .badge-info[href]:hover {
  background-color: #AC1E44;
  color: pink;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  color: #9c1d1d;
}
.box1 .g-title {
  font-size: 1.2rem;
  /* text-transform: uppercase; */
}
.box3 .g-title {
  font-size: 1.2rem;
  /* text-transform: uppercase; */
}
.box4 .button {
  background-color: #9c1d1d;
  color: #ffffff;
  border-color: transparent;
  border: 2px solid;
}
/*# sourceMappingURL=custom_10.css.map */