@charset "UTF-8";
.accordion-main, .slick-dots, .social-list, .events-list, .footer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.card-head img, .intro-gallery .image-holder img, .desc-image img, .content-block-image img, .image-grid .image-item img, .columns-section .col-image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
  color: #9b444f; }
  h1 a:hover,
  .h1 a:hover,
  h2 a:hover,
  .h2 a:hover,
  h3 a:hover,
  .h3 a:hover,
  h4 a:hover,
  .h4 a:hover,
  h5 a:hover,
  .h5 a:hover,
  h6 a:hover,
  .h6 a:hover,
  .h a:hover {
    color: inherit;
    text-decoration: none; }

h1,
.h1 {
  font-size: 2.5rem; }

h2,
.h2 {
  font-size: 2rem;
  letter-spacing: .15em; }

h3,
.h3 {
  font-size: 1.375rem;
  line-height: 1.24;
  letter-spacing: .02em;
  margin: 0 0 1.6875rem; }

h4,
.h4 {
  font-size: 1.25rem;
  margin: 0 0 0.9375rem;
  letter-spacing: 0.01em; }

h5,
.h5 {
  font-size: 1.06rem;
  letter-spacing: .07em; }

h6,
.h6 {
  font-size: 1rem; }

p {
  letter-spacing: .08em; }
  @media (min-width: 768px) {
    p {
      margin-bottom: 2rem; } }

a:not(.btn) {
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; }
  a:not(.btn):focus, a:not(.btn):focus-visible {
    outline: none; }

.lead {
  line-height: 1.66;
  letter-spacing: .06em; }

.content-text p {
  font-size: 1.8125rem;
  line-height: calc(46/29); }

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?2sbjzv");
  src: url("/fonts/icomoon.eot?2sbjzv#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?2sbjzv") format("truetype"), url("/fonts/icomoon.woff?2sbjzv") format("woff"), url("/fonts/icomoon.svg?2sbjzv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*="icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-book:before {
  content: "\e900"; }

.icon-calendar:before {
  content: "\e906"; }

.icon-clock:before {
  content: "\e90b"; }

.icon-home:before {
  content: "\e90c"; }

.icon-pin:before {
  content: "\e90d"; }

.icon-question-mark:before {
  content: "\e90e"; }

.icon-search:before {
  content: "\e90f"; }

.icon-user:before {
  content: "\e910"; }

.icon-warning:before {
  content: "\e911"; }

.icon-prev:before {
  content: "\e907"; }

.icon-next:before {
  content: "\e909"; }

.icon-flickr:before {
  content: "\e905"; }

.icon-arrow-left:before {
  content: "\e904"; }

.icon-arrow-right:before {
  content: "\e908"; }

.icon-close:before {
  content: "\e912"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-youtube:before {
  content: "\e902"; }

.icon-twitter:before {
  content: "\e90a"; }

.icon-instagram:before {
  content: "\e901"; }

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 8px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #ffffff;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #9b444f !important;
  border-color: #9b444f; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes a {
  to {
    transform: rotate(1turn); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/* Custom entrance animation */
.fancybox-slide--complete .modal-container {
  animation: slide-down .216s; }

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0; }
  .popup-holder.buy-holder .lightbox {
    min-height: 510px; }

@keyframes slide-down {
  0% {
    margin-top: -3em;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

.popup-holder .lightbox {
  display: block !important; }

.btn.btn-info {
  color: #fff; }

.btn.btn-danger {
  color: #fff; }

.btn.btn-sm {
  font-weight: 600; }

.link-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
      align-items: center;
  color: #9b444f;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: .08em; }
  .link-icon:hover {
    text-decoration: none;
    color: #333333; }
  .link-icon i {
    font-size: 1.2em;
    line-height: 1; }
    .link-icon i:last-child {
      margin: -0.125rem 0 0 0.4375rem; }
    .link-icon i:first-child {
      margin: -0.125rem 0.4375rem 0 0; }

.form-contact {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.4375rem; }
  .form-contact > * {
    margin: 0 0.4375rem; }
  .form-contact .form-control {
    letter-spacing: .12em;
    height: 2.4375rem;
    max-width: 17.6875rem;
    color: #919091; }
  .form-contact .btn {
    text-transform: uppercase;
    font-size: 0.9375rem;
    line-height: 1.2;
    letter-spacing: .1em;
    min-width: 3.75rem; }
    .form-contact .btn.btn-info {
      background: #2eaab5;
      border-color: #2eaab5; }
      .form-contact .btn.btn-info:hover {
        background: #24848c;
        border-color: #24848c; }

.card {
  font-size: 1rem;
  line-height: calc(30/16);
  letter-spacing: .05em;
  color: #444444; }
  .card .btn.btn-info {
    background: #2eaab5;
    border-color: #2eaab5; }
    .card .btn.btn-info:hover {
      background: #24848c;
      border-color: #24848c; }
  .card .btn.btn-sm {
    padding-left: 1.4375rem;
    padding-right: 1.4375rem; }
  .card h4 {
    font-weight: 600; }
  .card p {
    margin: 0 0 1.6rem; }

a.card-head {
  display: block; }

.card-head {
  overflow: hidden;
  background: #efefef;
  height: 11.375rem; }
  @media (min-width: 480px) {
    .card-head {
      height: 13.75rem; } }
  @media (min-width: 768px) {
    .card-head {
      height: 17.25rem; } }
  .card-head:hover img {
    transform: scale(1.1); }
  .card-head img {
    transition: transform 0.3s ease-in-out;
    display: inline-block;
    vertical-align: top; }

.card-body:last-child {
  padding-bottom: 2.1875rem; }

.card-body > *:last-child {
  margin-bottom: 0; }

.card-footer {
  padding-bottom: 2.1875rem; }

.cards-holder {
  margin-bottom: 0.625rem; }
  @media (min-width: 768px) {
    .cards-holder {
      margin-bottom: 1.875rem; } }
  @media (min-width: 1440px) {
    .cards-holder {
      margin-right: -23px;
      margin-left: -23px; } }
  .cards-holder > [class^="col"],
  .cards-holder > [class*="col"] {
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 1440px) {
      .cards-holder > [class^="col"],
      .cards-holder > [class*="col"] {
        padding-right: 23px;
        padding-left: 23px; } }
  .cards-holder .card {
    margin-bottom: 2.1875rem; }
    @media (min-width: 768px) {
      .cards-holder .card {
        margin-bottom: 2.625rem; } }
  @media (min-width: 768px) {
    .cards-holder .card-body {
      padding: 1.6875rem 2.5625rem 1.25rem; } }

.alert {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.15em;
  margin: 0; }
  @media (min-width: 768px) {
    .alert {
      font-size: 0.875rem; } }
  @media (min-width: 1440px) {
    .alert {
      font-size: 1rem; } }

.alert-holder {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center; }

.alert-icon {
  width: 1.25rem;
  margin: 0 0.625rem 0 0; }
  .alert-icon svg,
  .alert-icon img {
    width: 100%; }
  .alert-icon svg {
    fill: currentColor; }

.alert-text {
  -ms-flex: 1 0;
      flex: 1 0; }

.alert-dismissible {
  padding-right: 3rem;
  padding-left: 3rem; }
  @media (min-width: 1440px) {
    .alert-dismissible {
      padding-right: 6rem;
      padding-left: 6rem; } }
  .alert-dismissible .btn-close {
    width: 2rem;
    height: 2rem;
    padding: 0.5rem;
    background-size: 1.5em; }
    @media (min-width: 1440px) {
      .alert-dismissible .btn-close {
        right: 2.5rem; } }

.accordion-main {
  margin: 0 0 2.1875rem; }
  .accordion-main:last-child {
    margin-bottom: 0; }

.accordion-item {
  border: 2px solid #d8d8d8;
  border-width: 0 0 2px;
  border-radius: 0 !important; }
  .accordion-item:first-child {
    border-width: 2px 0; }
  @media (min-width: 1024px) {
    .accordion-item.active .opener {
      padding-bottom: 0.9375rem; } }
  .accordion-item.active .opener:after {
    transform: rotate(90deg); }
  .accordion-item .opener {
    transition: padding 0.3s ease-in-out, color 0.3s ease-in-out;
    position: relative;
    display: block;
    color: #012a3a;
    font-size: 1.1875rem;
    line-height: 1.3;
    font-weight: 600;
    font-style: normal;
    padding: 0.9375rem 0 0.9375rem 2.1875rem;
    letter-spacing: .05em; }
    @media (min-width: 768px) {
      .accordion-item .opener {
        padding: 1.4375rem 0 1.4375rem 3.75rem;
        font-size: 1.3125rem; } }
    .accordion-item .opener:after, .accordion-item .opener:before {
      transition: transform 0.3s ease-in-out;
      position: absolute;
      content: '';
      background: #179db2; }
    .accordion-item .opener:after {
      width: 0.1875rem;
      height: 0.9375rem;
      top: 1.3125rem;
      left: 0.6875rem; }
      @media (min-width: 768px) {
        .accordion-item .opener:after {
          width: 0.25rem;
          height: 1.25rem;
          top: 1.6875rem;
          left: 1.125rem; } }
    .accordion-item .opener:before {
      height: 0.1875rem;
      width: 0.9375rem;
      top: 1.6875rem;
      left: 0.3125rem; }
      @media (min-width: 768px) {
        .accordion-item .opener:before {
          height: 0.25rem;
          width: 1.25rem;
          top: 2.1875rem;
          left: 0.625rem; } }
    .accordion-item .opener:hover {
      text-decoration: none; }
    .is-not-touch-device .accordion-item .opener:hover {
      color: #179db2; }
  .accordion-item .slide {
    color: #555555;
    font-size: 1rem;
    line-height: calc(33/17);
    padding: 0 0 1.5625rem 2.1875rem; }
    @media (min-width: 768px) {
      .accordion-item .slide {
        padding: 0 2.8125rem 2.8125rem 3.5625rem;
        font-size: 1.0625rem; } }
    .accordion-item .slide > * {
      margin-bottom: 0; }
  .accordion-item p {
    letter-spacing: .03em; }

.breadcrumb-block {
  padding: 0.9375rem 0; }
  @media (min-width: 768px) {
    .breadcrumb-block {
      padding: 1.5rem 0; } }
  .breadcrumb-block .breadcrumb {
    margin: 0;
    letter-spacing: .14rem; }
    @media (min-width: 768px) {
      .breadcrumb-block .breadcrumb {
        font-size: 1rem; } }
    @media (min-width: 1024px) {
      .breadcrumb-block .breadcrumb {
        margin: 0 1.875rem;
        font-size: 1.125rem; } }
  .breadcrumb-block a {
    color: #1fa7e9; }

@media (min-width: 768px) {
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 1.2rem; } }

@media (min-width: 768px) {
  .breadcrumb-item + .breadcrumb-item:before {
    padding-right: 1.2rem; } }

/* custom slick styles */
.slick-slider {
  position: relative; }

.slick-slide:focus {
  outline: none; }

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 0;
  line-height: 1;
  z-index: 99; }
  .slick-arrow.slick-prev {
    left: -0.3125rem; }
    @media (min-width: 768px) {
      .slick-arrow.slick-prev {
        left: 0; } }
  .slick-arrow.slick-next {
    right: -0.3125rem; }
    @media (min-width: 768px) {
      .slick-arrow.slick-next {
        right: 0; } }

.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 10;
  font-size: 0.9375rem;
  height: 1em;
  pointer-events: none;
  margin: 1.25rem -0.4375rem 0;
  z-index: 1000; }
  .slick-dots li {
    margin: 0 0.4375rem; }
    .slick-dots li.slick-active button {
      background: #e36b6c;
      border-color: #e36b6c; }
  .slick-dots button {
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    position: relative;
    text-indent: -99999px;
    padding: 0;
    background: 0;
    cursor: pointer;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    color: transparent;
    border: 0.0625rem solid #979797;
    display: block;
    pointer-events: auto; }
    .slick-dots button:focus {
      outline: none; }
    .is-not-touch-device .slick-dots button:hover {
      background: #e36b6c;
      border-color: #e36b6c; }

.social-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -0.4375rem -0.3125rem;
  font-size: 1.1875rem; }
  .social-list li {
    margin: 0 0.4375rem 0.3125rem; }
  .social-list a {
    display: block;
    position: relative;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 2px solid currentColor;
    color: #9B444F;
    overflow: hidden; }
    .is-not-touch-device .social-list a:hover {
      transform: rotateY(360deg); }
    .social-list a:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .social-list a.icon-flickr {
      font-size: 1.4em; }
    .social-list a.icon-facebook {
      font-size: 1.3em; }
      .social-list a.icon-facebook:before {
        transform: translate(-50%, -90%);
        top: 100%; }
    .social-list a.icon-instagram {
      font-size: 1.1em; }

.social-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }
  .social-holder .btn {
    font-size: 0.8125rem;
    line-height: 1.2;
    border-radius: 1.25rem;
    font-weight: 700;
    letter-spacing: 1.58px;
    margin-bottom: 0.625rem;
    padding: 0.5625rem 1.25rem; }
  .social-holder .social-list {
    margin-right: 0.5rem;
    margin-bottom: 0; }

.info-section {
  background: #156892;
  color: #fff;
  font-size: 1.0625rem;
  line-height: calc(35/19);
  letter-spacing: .08em;
  padding: 2.5rem 0; }
  @media (min-width: 768px) {
    .info-section {
      font-size: 1.1875rem; } }
  @media (min-width: 768px) {
    .info-section .heading-holder {
      margin-bottom: 0.8125rem; } }
  .info-section .heading-holder > * {
    color: inherit; }
    .info-section .heading-holder > *:before, .info-section .heading-holder > *:after {
      background: #49acdd; }
  .info-section .btn {
    font-weight: 600;
    padding: 0.25rem 1.75rem; }
  .info-section p {
    margin: 0 0 2.2rem; }
  .info-section .btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    .info-section .btn.btn-light {
      color: #156892;
      background: #fff; }
      .info-section .btn.btn-light:hover {
        background: #e6e6e6; }

.intro-section {
  padding: 3.3125rem 0; }
  @media (min-width: 768px) {
    .intro-section {
      padding: 5.3125rem 0 3.75rem; } }
  @media (min-width: 768px) {
    .intro-section .tabs-holder {
      margin-bottom: 2.1875rem; } }

@media (max-width: 767.98px) {
  .intro-gallery {
    padding: 0 0.625rem; } }

@media (max-width: 479.98px) {
  .intro-gallery {
    padding: 0; } }

@media (min-width: 1440px) {
  .intro-gallery {
    padding-left: 1.25rem; } }

@media (min-width: 1024px) {
  .intro-gallery .slick-track,
  .intro-gallery .slick-list {
    display: -ms-flexbox;
    display: flex; } }

.intro-gallery .image-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  overflow: hidden; }
  .intro-gallery .image-holder:hover img {
    transform: scale(1.2); }
  @media (max-width: 1023.98px) {
    .intro-gallery .image-holder:only-child {
      display: block;
      position: relative;
      top: auto;
      left: auto;
      bottom: auto;
      right: auto; } }
  .intro-gallery .image-holder img {
    transition: transform 0.3s ease-in-out; }

.intro-gallery .text-holder-gallery {
  position: relative;
  z-index: 5;
  padding: 0 0.875rem;
  pointer-events: none; }
  @media (min-width: 768px) {
    .intro-gallery .text-holder-gallery {
      padding: 2.1875rem; } }
  @media (min-width: 1024px) {
    .intro-gallery .text-holder-gallery {
      padding: 2.75rem 3.8125rem 3.4375rem; } }

.intro-gallery .text-gallery-inner {
  padding: 0.9375rem 1.25rem 0.625rem;
  background: rgba(255, 255, 255, 0.85);
  max-width: 21.25rem;
  margin-left: auto;
  font-size: 0.8125rem;
  line-height: calc(23/13);
  letter-spacing: .13em;
  pointer-events: auto; }
  @media (min-width: 480px) {
    .intro-gallery .text-gallery-inner {
      padding: 0.9375rem 1.875rem 0.625rem; } }
  @media (min-width: 768px) {
    .intro-gallery .text-gallery-inner {
      font-size: 0.9375rem;
      line-height: calc(27/15); } }
  @media (min-width: 1024px) {
    .intro-gallery .text-gallery-inner {
      padding: 1.6875rem 1.5625rem 1.875rem; } }
  .intro-gallery .text-gallery-inner > *:last-child {
    margin-bottom: 0; }

.intro-gallery h2 {
  color: #9e424d;
  font-size: 1.375rem;
  letter-spacing: .1em;
  margin: 0 0 1.125rem; }
  @media (min-width: 768px) {
    .intro-gallery h2 {
      font-size: 1.5625rem; } }

.intro-gallery p {
  margin: 0 0 .6rem; }
  @media (min-width: 768px) {
    .intro-gallery p {
      margin: 0 0 2.2rem; } }

.intro-gallery .btn {
  font-weight: 600;
  line-height: 1.75;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem; }
  @media (min-width: 768px) {
    .intro-gallery .btn {
      font-size: 1.125rem; } }

.digital-section {
  padding: 2.1875rem 0 8.125rem; }
  @media (min-width: 768px) {
    .digital-section {
      padding: 3rem 0 11.5625rem; } }
  .digital-section .heading-holder {
    margin: 0 0 3.125rem; }
    @media (min-width: 768px) {
      .digital-section .heading-holder {
        margin: 0 0 4.375rem; } }
    .digital-section .heading-holder > * {
      color: #9e424d; }
      .digital-section .heading-holder > *:after, .digital-section .heading-holder > *:before {
        background: #e36b6c; }

.cards-gallery {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media (min-width: 768px) {
    .cards-gallery {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  @media (min-width: 1024px) {
    .cards-gallery {
      padding-left: 2.1875rem;
      padding-right: 2.1875rem; } }
  @media (min-width: 1440px) {
    .cards-gallery {
      margin-left: -3.125rem;
      margin-right: -3.125rem;
      padding-left: 3.125rem;
      padding-right: 3.125rem; } }
  @media (min-width: 1600px) {
    .cards-gallery {
      margin-left: -4.0625rem;
      margin-right: -4.0625rem;
      padding-left: 2rem;
      padding-right: 2rem; } }
  .cards-gallery .slick-list,
  .cards-gallery .slick-track {
    display: -ms-flexbox;
    display: flex; }
  .cards-gallery .slide-gallery {
    padding: 0 0.3125rem; }
    @media (min-width: 768px) {
      .cards-gallery .slide-gallery {
        padding: 0 0.9375rem; } }
  .cards-gallery .slick-arrow {
    transition: opacity 0.3s ease-in-out;
    color: #000;
    font-size: 2.1875rem;
    opacity: 0.35; }
    @media (min-width: 768px) {
      .cards-gallery .slick-arrow {
        font-size: 2.5rem; } }
    .is-not-touch-device .cards-gallery .slick-arrow:hover {
      opacity: 1; }
  .cards-gallery .card {
    max-width: 18.75rem;
    margin: 0 auto;
    height: 100%;
    font-size: 0.875rem;
    line-height: calc(21/14); }
    .cards-gallery .card h4 {
      font-weight: 700; }
  .cards-gallery .card-head {
    height: 11.375rem; }

.feature-section {
  padding: 1.6875rem 0 4.6875rem; }

.logos-gallery {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media (min-width: 768px) {
    .logos-gallery {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  @media (min-width: 1024px) {
    .logos-gallery {
      padding-left: 2.1875rem;
      padding-right: 2.1875rem; } }
  @media (min-width: 1440px) {
    .logos-gallery {
      margin-left: -3.125rem;
      margin-right: -3.125rem;
      padding-left: 3.125rem;
      padding-right: 3.125rem; } }
  @media (min-width: 1600px) {
    .logos-gallery {
      margin-left: -4.6875rem;
      margin-right: -4.6875rem;
      padding-left: 4.6875rem;
      padding-right: 4.6875rem; } }
  .logos-gallery .slick-list,
  .logos-gallery .slick-track,
  .logos-gallery .slide-gallery {
    display: -ms-flexbox;
    display: flex; }
  .logos-gallery .slide-gallery {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0.625rem 0.625rem; }
    @media (min-width: 768px) {
      .logos-gallery .slide-gallery {
        padding: 0.625rem 0.9375rem; } }
    .logos-gallery .slide-gallery a {
      display: inline-block;
      vertical-align: top; }
      .logos-gallery .slide-gallery a:hover {
        transform: scale(1.1); }
  .logos-gallery .slick-arrow {
    transition: color 0.3s ease-in-out;
    color: #9b444f;
    font-size: 2.1875rem; }
    @media (min-width: 768px) {
      .logos-gallery .slick-arrow {
        font-size: 2.8125rem; } }
    @media (min-width: 1024px) {
      .logos-gallery .slick-arrow {
        font-size: 3.4375rem; } }
    .is-not-touch-device .logos-gallery .slick-arrow:hover {
      color: #000; }

.tabs-holder {
  background: #efefef; }
  .tabs-holder .nav-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0;
        flex: 1 0; }
  .tabs-holder .nav-link {
    width: 100%;
    background: #9b9b9b;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: .1em; }
    @media (min-width: 480px) {
      .tabs-holder .nav-link {
        font-size: 1.125rem; } }
    .is-not-touch-device .tabs-holder .nav-link:hover:not(.active) {
      background: #828282; }
  .tabs-holder .tab-content {
    padding: 1.875rem 0.9375rem 0.3125rem; }
    @media (min-width: 480px) {
      .tabs-holder .tab-content {
        padding: 1.875rem 1.875rem 0.3125rem 2.375rem; } }
  .tabs-holder .link-icon {
    line-height: 1; }

.event-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 1.3125rem; }
  .event-item:last-child {
    margin: 0; }
  .event-item h5 {
    color: #b64025;
    font-weight: normal;
    margin: 0;
    line-height: 1; }
    .event-item h5 a {
      color: inherit; }
      .event-item h5 a:hover {
        color: #333333; }
  @media (min-width: 768px) {
    .event-item .small {
      font-size: 0.9375rem; } }
      @media (min-width: 768px) {
    .event-item .small.blog {
      font-size: 0.87rem; } }
  .event-item .event-date {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    color: #fff;
    background: #9b444f;
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 1;
    letter-spacing: .1em;
    margin: 0 0.8125rem 0 0;
    z-index: 1;
    padding: 0.4375rem 0.1875rem 0.1875rem; }
    .event-item .event-date:after, .event-item .event-date:before {
      position: absolute;
      content: '';
      background: #9b444f;
      width: 0.3125rem;
      height: 1rem;
      border-radius: 0.125rem;
      top: -0.375rem;
      z-index: -1; }
    .event-item .event-date:after {
      left: 0.5625rem; }
    .event-item .event-date:before {
      right: 0.5625rem; }
    .event-item .event-date .month {
      display: block;
      font-size: 0.75rem; }
  .event-item .event-text {
    -ms-flex: 1 0;
        flex: 1 0;
    line-height: 1; }
    .event-item .event-text > *:last-child {
      margin-bottom: 0; }
    .event-item .event-text mark {
      display: block;
      color: #444444;
      background: transparent;
      letter-spacing: .07em; }

.blog-section {
  padding: 0.4375rem 0 2.1875rem; }
  .blog-section h1 {
    font-size: 1.75rem;
    letter-spacing: .1em; }
  .blog-section .text-holder {
    margin-bottom: 3.125rem; }
    @media (min-width: 768px) {
      .blog-section .text-holder {
        margin-bottom: 4.375rem; } }
  .blog-section .heading-holder {
    margin: 0 0 1.3125rem; }

.blog-inner {
  background: #efefef;
  padding: 2.8125rem 0.9375rem 5.3125rem; }
  @media (min-width: 768px) {
    .blog-inner {
      margin: 0 2.1875rem; } }
  @media (min-width: 480px) {
    .blog-inner {
      padding-left: 3.125rem;
      padding-right: 3.125rem; } }
  @media (min-width: 768px) {
    .blog-inner {
      padding-left: 6.25rem;
      padding-right: 6.25rem; } }
  @media (min-width: 1440px) {
    .blog-inner {
      padding-left: 8.75rem;
      padding-right: 8.75rem; } }

.desc-section.desc-secondary {
  font-size: 1.0625rem;
  line-height: calc(33/17); }
  @media (min-width: 1440px) {
    .desc-section.desc-secondary {
      margin-right: -5.625rem; } }
  @media (min-width: 1024px) {
    .desc-section.desc-secondary .desc-text {
      max-width: 45.3125rem; } }
  @media (min-width: 1440px) {
    .desc-section.desc-secondary .desc-text {
      max-width: 47.8125rem; } }
  @media (min-width: 1440px) {
    .desc-section.desc-secondary .desc-image {
      padding-right: 5.5rem; } }

.desc-section h2 {
  letter-spacing: .14em; }

.desc-section .btn {
  font-weight: 600;
  letter-spacing: .16em;
  padding-right: 1.75rem;
  padding-left: 1.75rem; }
  @media (min-width: 1024px) {
    .desc-section .btn {
      margin-top: 0.5rem; } }

.desc-text {
  width: 100%;
  padding: 3.125rem 17px; }
  @media (min-width: 1024px) {
    .desc-text {
      margin-left: auto;
      max-width: 42.1875rem;
      padding: 5.625rem 3.125rem 4.375rem 17px; } }
  .desc-text p:last-child {
    margin-bottom: 0; }

.desc-image {
  width: 100%; }

.faq-section {
  padding: 3.125rem 0 5.3125rem; }
  @media (min-width: 768px) {
    .faq-section {
      padding: 5.9375rem 0 6.25rem; } }
  .faq-section h3 {
    text-align: center;
    color: #9b362a; }
    @media (min-width: 1024px) {
      .faq-section h3 {
        margin: 0 0 39px; } }

.content-section {
  padding: 4.0625rem 0; }
  @media (min-width: 768px) {
    .content-section {
      padding: 5.625rem 0 4.6875rem; } }
  .content-section:last-child {
    padding-bottom: 7.5rem; }
    @media (min-width: 768px) {
      .content-section:last-child {
        padding-bottom: 14.375rem; } }
  .content-section + .team-section {
    padding-top: 0; }
    @media (min-width: 768px) {
      .content-section + .team-section {
        margin-top: -30px; } }
  .content-section + .content-section {
    padding-top: 0; }
    .content-section + .content-section.content-secondary {
      padding-top: 2.5rem; }
      @media (min-width: 768px) {
        .content-section + .content-section.content-secondary {
          padding-top: 3.75rem; } }
    .content-section + .content-section[class^="bg-"], .content-section + .content-section[class*="bg-"] {
      padding-top: 4.0625rem; }
      @media (min-width: 768px) {
        .content-section + .content-section[class^="bg-"], .content-section + .content-section[class*="bg-"] {
          padding-top: 5.625rem; } }
  .content-section .heading-holder {
    margin: 0 0 1.6875rem; }
  .content-section h3 {
    color: #9b362a;
    margin: 0 0 1.6875rem; }
  .content-section p:last-child {
    margin-bottom: 0; }

.content-lead {
  font-family: "Marcellus", "Georgia", "Times New Roman", serif;
  font-size: 1.375rem;
  line-height: calc(46/29); }
  @media (min-width: 768px) {
    .content-lead {
      font-size: 1.5625rem; } }
  @media (min-width: 1024px) {
    .content-lead {
      font-size: 1.8125rem; } }
  .content-lead p {
    letter-spacing: 0.1em; }

@media (min-width: 1024px) {
  .content-block {
    display: -ms-flexbox;
    display: flex; } }

.content-block-text {
  background: #eaf1f9;
  padding: 2.1875rem 1.5625rem 3.125rem; }
  @media (min-width: 480px) {
    .content-block-text {
      padding: 2.375rem 4.0625rem 2.5rem 2.9375rem; } }
  @media (min-width: 1024px) {
    .content-block-text {
      -ms-flex: 1 0;
          flex: 1 0;
      margin: 1.875rem 0; } }
  @media (min-width: 1440px) {
    .content-block-text {
      padding-right: 5.3125rem; } }
  .content-block-text h2 {
    letter-spacing: .08em; }
  @media (min-width: 1024px) {
    .content-block-text .heading-holder > * {
      margin-left: -0.4375rem; } }
  @media (min-width: 1024px) {
    .content-block-text .heading-holder > *:after {
      left: 0.4375rem; } }

@media (max-width: 1023.98px) {
  .content-block-image {
    margin: 0 -17px; } }

@media (min-width: 1024px) {
  .content-block-image {
    width: 53.5%; } }

.image-grid {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media (min-width: 768px) {
    .image-grid {
      margin-left: -1rem;
      margin-right: -1rem; } }
  .image-grid > [class^="col"],
  .image-grid > [class*="col"] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .image-grid > [class^="col"],
      .image-grid > [class*="col"] {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 2.0625rem; } }
  .image-grid .image-item {
    display: block;
    overflow: hidden; }
    .is-not-touch-device .image-grid .image-item:hover img {
      transform: scale(1.2); }
    .image-grid .image-item img {
      transition: transform 0.3s ease-in-out;
      display: inline-block;
      vertical-align: top; }

.columns-section + .content-section {
  padding-top: 36px; }

@media (min-width: 1600px) {
  .columns-section .container {
    max-width: 1360px; } }

.columns-section .col-text {
  position: relative;
  z-index: 1; }
  @media (min-width: 1024px) {
    .columns-section .col-text {
      margin-bottom: 54px; } }
  .columns-section .col-text:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    background: #efefef;
    z-index: -1;
    left: -9999px;
    right: -9999px; }
    @media (min-width: 1024px) {
      .columns-section .col-text:after {
        right: 0; } }

.columns-section .col-text-inner {
  width: 100%;
  padding: 3.125rem 0; }
  @media (min-width: 1024px) {
    .columns-section .col-text-inner {
      margin-left: auto;
      padding: 4.375rem 1.25rem 4.375rem 0; } }
  @media (min-width: 1440px) {
    .columns-section .col-text-inner {
      padding: 5.625rem 3.125rem 4.375rem 0; } }
  .columns-section .col-text-inner p:last-child {
    margin-bottom: 0; }

@media (min-width: 1024px) {
  .columns-section .col-image {
    margin-top: 54px; } }

.columns-section .col-image-inner {
  margin: 0 -17px; }
  @media (min-width: 1024px) {
    .columns-section .col-image-inner {
      margin: 0 -17px 0 -125px; } }
  @media (min-width: 1600px) {
    .columns-section .col-image-inner {
      margin: 0 0 0 -125px; } }

.team-section {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .team-section .heading-holder {
      margin-bottom: 50px; } }
  .team-section .subtitle {
    display: block;
    font-size: 18px;
    color: #000;
    letter-spacing: .07em;
    margin: 0 0 7px; }
  .team-section h4 {
    font: 400 1.1875rem/1 "Marcellus SC", "Georgia", "Times New Roman", serif;
    color: #444444;
    opacity: 0.44;
    margin: 0;
    letter-spacing: .085em; }
  .team-section h3 {
    font: 400 1.5625rem/1 "Marcellus SC", "Georgia", "Times New Roman", serif;
    color: #9b444f;
    margin: 0;
    letter-spacing: .085em; }

.team-items {
  margin-left: -24px;
  margin-right: -24px; }
  .team-items [class^="col"],
  .team-items [class*="col"] {
    margin-bottom: 39px;
    padding-left: 24px;
    padding-right: 24px; }

.team-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-decoration: none;
  border: 4px solid #dddddd;
  text-align: center;
  padding: 25px 20px 30px;
  min-height: 280px; }
  @media (max-width: 767.98px) {
    .team-item {
      margin: 0 auto;
      max-width: 350px; } }
  @media (min-width: 768px) {
    .team-item {
      padding: 32px 28px 43px; } }
  .team-item hr {
    margin: 30px 0 40px; }
  .team-item .link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #2eaab5;
    letter-spacing: .07em;
    white-space: nowrap;
    z-index: 1;
    overflow: hidden; }
    .team-item .link:after {
      content: "";
      position: absolute;
      z-index: -1;
      left: 51%;
      right: 51%;
      bottom: 0.1875rem;
      background: currentColor;
      height: 0.0625rem;
      transition-property: left, right;
      transition-duration: 0.3s;
      transition-timing-function: ease-out; }
    .team-item .link:hover:after {
      left: 0;
      right: 0; }

html {
  -webkit-text-size-adjust: 100%; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

#wrapper {
  overflow: hidden;
  position: relative; }

.container {
  width: 100%; }

img,
svg {
  max-width: 100%;
  height: auto; }

.heading-holder {
  margin: 0 0 0 0; }
  @media (min-width: 768px) {
    .heading-holder {
      margin: 0; } }
  .heading-holder h2 {
    font-size: 1.5rem; }
  .heading-holder > * {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: "Marcellus SC", "Georgia", "Times New Roman", serif;
    font-weight: normal;
    color: #000;
    margin-bottom: 0; }
    .text-white .heading-holder > * {
      color: #fff; }
    .heading-holder > *:after {
      content: ''; }
    .heading-holder > *:before, .heading-holder > *:after {
      width: 1.875rem;
      height: 0.3125rem;
      background: #F7BB27; }
      @media (min-width: 768px) {
        .heading-holder > *:before, .heading-holder > *:after {
          width: 2.5rem;
          height: 0.4375rem; } }
      .bg-primary .heading-holder > *:before, .bg-primary .heading-holder > *:after {
        background: #e36b6c; }
  .heading-holder__center, .heading-holder__left {
    margin-bottom: 1.5625rem; }
    @media (min-width: 768px) {
      .heading-holder__center, .heading-holder__left {
        margin-bottom: 2.5rem; } }
    .heading-holder__center > *, .heading-holder__left > * {
      padding: 0 0 0.875rem; }
      .heading-holder__center > *:after, .heading-holder__left > *:after {
        position: absolute;
        bottom: 0; }
        @media (min-width: 768px) {
          .heading-holder__center > *:after, .heading-holder__left > *:after {
            width: 3.125rem; } }
  .heading-holder__center > *:after {
    left: 50%;
    transform: translateX(-50%); }
  .heading-holder__left > *:after {
    left: 0; }
  .heading-holder__around {
    text-align: center; }
    .heading-holder__around > * {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center; }
      .heading-holder__around > *:before {
        content: ''; }
      .heading-holder__around > *:after {
        margin-left: 0.625rem; }
      .heading-holder__around > *:before {
        margin-right: 0.9375rem; }

#header {
  position: relative;
  z-index: 999;
  background: #fff; }
  @media (max-width: 1023.98px) {
    #header {
      padding: 0 0 2.375rem; } }
  @media (max-width: 479.98px) {
    #header {
      padding-bottom: 1.875rem; } }
  @media (max-width: 1023.98px) {
    #header:after {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      bottom: 0;
      height: 0.625rem;
      background-image: url(images/img-decor01.svg);
      background-size: 100% auto; } }
  #header .link-home {
    position: relative;
    width: 3.75rem;
    font-size: 1.4375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background: #9b9b9b;
    color: #fff;
    padding: 0.3125rem 1.25rem; }
    @media (max-width: 1023.98px) {
      #header .link-home {
        display: none; } }
    @media (min-width: 1550px) {
      #header .link-home {
        margin-left: -3.75rem; } }
    @media (min-width: 1024px) {
      #header .link-home:after {
        transition: background 0.3s ease-in-out;
        position: absolute;
        content: '';
        background: inherit;
        top: 0;
        bottom: 0;
        left: 0;
        width: 624999.9375rem;
        transform: translateX(-100%); } }
    #header .link-home:hover {
      text-decoration: none;
      color: #9b444f; }
      @media (min-width: 1024px) {
        #header .link-home:hover {
          color: #fff; } }
    .is-not-touch-device #header .link-home:hover {
      background: #828282; }

@media (max-width: 1023.98px) {
  .header-main .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; } }

.header-top {
  padding: 0.3125rem 0; }
  @media (min-width: 1024px) {
    .header-top {
      padding: 0.625rem 0 1.25rem; } }
  @media (min-width: 1440px) {
    .header-top {
      padding: 1.0625rem 0 1.875rem; } }
  @media (min-width: 1024px) {
    .header-top .container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      max-width: 1470px; } }

@media (min-width: 1024px) {
  .header-top-holder {
    -ms-flex: 1 0;
        flex: 1 0; } }

.header-top-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 -0.3125rem -0.3125rem -0.625rem;
  font-size: 0.875rem;
  color: #333333;
  letter-spacing: .12em; }
  @media (min-width: 480px) {
    .header-top-contact {
      margin-right: 0; } }
  @media (min-width: 1024px) {
    .header-top-contact {
      -ms-flex: 1 0;
          flex: 1 0;
      -ms-flex-align: start;
          align-items: start;
      max-width: 40.625rem;
      margin-left: auto;
      line-height: 1.4; } }
  @media (min-width: 1440px) {
    .header-top-contact {
      font-size: 0.9375rem;
      max-width: 50rem; } }
  .header-top-contact > * {
    margin: 0 0.625rem 0.3125rem; }
  @media (min-width: 1024px) {
    .header-top-contact .contact-inner {
      margin-top: 0.6875rem; } }
  .header-top-contact address {
    margin: 0; }
    .header-top-contact address a {
      text-decoration: none;
      color: inherit; }
      .header-top-contact address a:hover {
        color: #156892; }
  .header-top-contact .time {
    display: block; }
    .header-top-contact .time i {
      color: #9b444f;
      margin: 0 0.625rem 0 0; }
  .header-top-contact .link {
    font-size: 0.875rem;
    text-decoration: none;
    color: inherit; }
    .header-top-contact .link:hover {
      color: #156892; }
      .header-top-contact .link:hover span {
        color: #156892; }
    .header-top-contact .link span {
      transition: color 0.3s ease-in-out;
      font-style: italic;
      color: #9b444f; }
    .header-top-contact .link i {
      color: #9b444f;
      margin: 0 0.25rem; }
      .header-top-contact .link i.icon-next {
        font-size: .8em; }

.heade-links-holder {
  padding: 0.6875rem 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 479.98px) {
    .heade-links-holder {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .heade-links-holder .social-list {
    font-size: 1.1875rem }
    @media (min-width: 1024px) {
      .heade-links-holder .social-list {
        -ms-flex-pack: end;
            justify-content: flex-end; } }
    .heade-links-holder .social-list a {
      width: 2rem;
      height: 2rem;
      
      }
     
      
      
  .heade-links-holder .btn-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.375rem; }
    @media (min-width: 480px) {
      .heade-links-holder .btn-holder {
        margin: 0 0.75rem 0 -0.375rem; } }
    @media (min-width: 1024px) {
      .heade-links-holder .btn-holder {
        margin: 0 -0.375rem 0.5625rem; } }
    .heade-links-holder .btn-holder .btn {
      margin: 0 0.375rem 0.3125rem;
      border-radius: 0.1875rem;
      font-size: 0.8125rem;
      line-height: 1;
      padding: 0.5rem 0.75rem;
      letter-spacing: .09em;
      font-weight: normal; }
      .heade-links-holder .btn-holder .btn:hover span {
        color: inherit; }
      .heade-links-holder .btn-holder .btn span {
        color: #333333; }
      .heade-links-holder .btn-holder .btn i {
        margin: 0 0.375rem 0 0; }

.navbar {
  position: static;
  margin: 0;
  padding: 0.6875rem 0 0 0.9375rem; }
  @media (min-width: 480px) {
    .navbar {
      padding: 0.6875rem 0.6875rem 0 0.9375rem; } }
  @media (min-width: 1024px) {
    .navbar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: stretch;
          align-items: stretch;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding: 0; } }

.logo {
  margin: 0 0 0 -0.3125rem; }
  @media (max-width: 1023.98px) {
    .logo {
      -ms-flex: 1 0;
          flex: 1 0; } }
  @media (min-width: 1024px) {
    .logo {
      margin: 0 1.25rem 0 0.625rem; } }
  @media (min-width: 1440px) {
    .logo {
      margin-left: 3.125rem; } }
  .logo img {
    width: 11.25rem; }
    @media (min-width: 480px) {
      .logo img {
        width: 14.8125rem; } }
    @media (min-width: 1440px) {
      .logo img {
        width: 20.875rem; } }

.nav-opener {
  position: relative;
  z-index: 5;
  width: 2.3125rem;
  height: 1.625rem;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0.625rem 0 0; }
  @media (min-width: 480px) {
    .nav-opener {
      margin: 0 0.9375rem 0 0; } }
  @media (min-width: 1024px) {
    .nav-opener {
      display: none; } }
  .nav-opener:focus {
    box-shadow: none; }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    transition: transform 0.3s ease-in-out;
    background: #9b444f;
    position: absolute;
    top: 0.9375rem;
    left: 0;
    right: 0;
    margin-top: -0.3125rem;
    height: 0.375rem; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 0.3125rem; }
  .nav-opener:after {
    bottom: 0;
    top: auto; }
  .nav-opener[aria-expanded="true"]:before, .nav-opener[aria-expanded="true"]:after {
    transform: rotate(45deg);
    top: 50%;
    left: 0.3125rem;
    right: 0.3125rem; }
  .nav-opener[aria-expanded="true"]:after {
    transform: rotate(-45deg); }
  .nav-opener[aria-expanded="true"] span {
    opacity: 0; }

@media (max-width: 1023.98px) {
  .nav-drop {
    position: absolute;
    top: calc(100% - 10px);
    left: 0;
    right: 0;
    z-index: 99;
    height: calc(100vh - 130px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 0 5rem; } }

@media (max-width: 479.98px) {
  .nav-drop {
    height: calc(100vh - 106px); } }

@media (min-width: 1024px) {
  .nav-drop {
    display: block !important;
    box-shadow: none; } }

@media (max-width: 1023.98px) {
  .nav-drop-inner {
    background: #fff; } }

.navbar-nav {
  font-size: 0.875rem; }
  @media (min-width: 1024px) {
    .navbar-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      padding: 0;
      margin: 0 0.3125rem;
      font-size: 1.0625rem; } }
  .navbar-nav .dropdown-menu {
    overflow: hidden;
    background: inherit;
    border-radius: 0;
    border: none;
    padding: 0 0 1.875rem; }
    @media (max-width: 1023.98px) {
      .navbar-nav .dropdown-menu {
        position: static !important;
        transform: translate3d(0, 0, 0) !important; } }
    @media (min-width: 1024px) {
      .navbar-nav .dropdown-menu {
        position: absolute;
        width: 100vw;
        max-width: 16.5625rem;
        padding: 0.9375rem 0; } }
    .navbar-nav .dropdown-menu[data-bs-popper] {
      margin: 0 !important; }
  .navbar-nav .dropdown-item {
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    font-size: 0.9375rem;
    letter-spacing: .1em;
    color: #fff;
    padding-left: 3.125rem;
    padding-right: 1.875rem;
    white-space: break-spaces; }
    @media (min-width: 1024px) {
      .navbar-nav .dropdown-item {
        padding: 0.375rem 0.9375rem 0.375rem 1.5625rem;
        line-height: 1.4; } }
    .navbar-nav .dropdown-item:hover, .navbar-nav .dropdown-item:focus {
      background: transparent; }
      @media (min-width: 1024px) {
        .navbar-nav .dropdown-item:hover, .navbar-nav .dropdown-item:focus {
          background: transparent;
          color: #333333; } }
  .navbar-nav .nav-item {
    background: #49acdd; }
    @media (min-width: 1024px) {
      .navbar-nav .nav-item {
        margin: 0 0.3125rem; } }
    .navbar-nav .nav-item:nth-child(7n+2) {
      background: #82c005; }
    .navbar-nav .nav-item:nth-child(7n+3) {
      background: #e36b6c; }
    .navbar-nav .nav-item:nth-child(7n+4) {
      background: #9b444f; }
    .navbar-nav .nav-item:nth-child(7n+5) {
      background: #ec9005; }
    .navbar-nav .nav-item:nth-child(7n+6) {
      background: #156892; }
    .navbar-nav .nav-item:nth-child(7n+7) {
      background: #7952b3; }
    @media (min-width: 1024px) {
      .navbar-nav .nav-item:last-child .dropdown-menu {
        left: auto;
        right: 0; } }
    .navbar-nav .nav-item.active .nav-link span:after {
      opacity: 1;
      transform: translateY(0); }
    .navbar-nav .nav-item.hover .dropdown-menu {
      display: block; }
    .navbar-nav .nav-item.dropdown .nav-link:hover span:after {
      opacity: 0; }
  .navbar-nav .nav-link {
    color: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    font-size: 1.125rem;
    letter-spacing: .18em;
    font-weight: 600;
    line-height: 1.35;
    padding: 0.9375rem 3.125rem 0.9375rem 2rem;
    color: #fff;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .navbar-nav .nav-link {
        padding: 0.625rem 0.75rem;
        font-size: .85rem; } }
    @media (min-width: 1150px) {
      .navbar-nav .nav-link {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        font-size: 0.9375rem; } }
    @media (min-width: 1250px) {
      .navbar-nav .nav-link {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        font-size: 1rem; } }
    @media (min-width: 1600px) {
      .navbar-nav .nav-link {
        padding-left: 1.8125rem;
        padding-right: 1.8125rem;
        font-size: 1.125rem; } }
    .navbar-nav .nav-link:focus {
      outline: none; }
    .is-not-touch-device .navbar-nav .nav-link:hover span:after {
      opacity: 1;
      transform: translateY(0); }
    .navbar-nav .nav-link.dropdown-toggle.show:after {
      transform: translateY(-50%) rotate(90deg); }
    .navbar-nav .nav-link.dropdown-toggle:after {
      transition: transform 0.3s ease-in-out; }
      @media (max-width: 1023.98px) {
        .navbar-nav .nav-link.dropdown-toggle:after {
          content: "";
          font-family: 'icomoon';
          font-size: 20px;
          line-height: 1;
          text-indent: 0;
          position: absolute;
          top: 50%;
          right: 1.375rem;
          transform: translateY(-50%);
          border: none;
          margin: 0; } }
      @media (min-width: 1024px) {
        .navbar-nav .nav-link.dropdown-toggle:after {
          display: none; } }
    .navbar-nav .nav-link span {
      position: relative;
      display: inline-block;
      vertical-align: top; }
      .navbar-nav .nav-link span:after {
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        right: 0;
        height: 0.125rem;
        background: currentColor;
        opacity: 0;
        transform: translateY(10px); }
    .navbar-nav .nav-link i {
      margin: 0 0 0 0.3125rem;
      color: #2a1c3e;
      font-size: .95em; }

.search-wrap {
  z-index: 99;
  width: auto;
  color: #fff; }
  @media (min-width: 1024px) {
    .search-wrap:hover {
      z-index: 99; } }
  .search-wrap.show .search-slide {
    opacity: 1;
    visibility: visible; }
  .search-wrap .container {
    max-width: 437px;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 768px) {
      .search-wrap .container {
        max-width: 817px; } }
  .search-wrap form {
    -ms-flex: 1 0;
        flex: 1 0; }
  .search-wrap .search-slide {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    background: #9b9b9b;
    top: 100%;
    left: 0;
    padding: 0.9375rem 0;
    height: auto;
    display: block !important; }
    @media (min-width: 1024px) {
      .search-wrap .search-slide {
        padding: 5rem 0 3.4375rem;
        z-index: 10; } }
    @media (min-width: 1440px) {
      .search-wrap .search-slide {
        padding: 6.0625rem 0 2.8125rem; } }
    @media (max-width: 1023.98px) {
      .search-wrap .search-slide:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -0.625rem;
        height: 0.625rem;
        background-image: url(images/img-decor01.svg);
        background-size: 100% auto;
        background-color: #fff; } }

.search-toggler {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.25rem;
  color: inherit;
  z-index: 1;
  text-decoration: none;
  color: #9b444f; }
  @media (min-width: 1024px) {
    .search-toggler {
      background: #9b9b9b;
      color: #fff;
      width: 3.75rem;
      padding: 0.3125rem 1.25rem;
      height: 100%; } }
  @media (min-width: 1024px) {
    .search-toggler:after {
      transition: background 0.3s ease-in-out;
      position: absolute;
      content: '';
      background: inherit;
      top: 0;
      bottom: 0;
      left: 100%;
      width: 624999.9375rem; } }
  .search-toggler:hover {
    text-decoration: none;
    color: #9b444f; }
    @media (min-width: 1024px) {
      .search-toggler:hover {
        color: #fff; } }
  .is-not-touch-device .search-toggler:hover {
    background: #828282; }
  @media (min-width: 1024px) {
    .search-toggler .icon-search {
      display: block; } }
  @media (min-width: 1024px) {
    .show .search-toggler .icon-search {
      display: none; } }
  .search-toggler .icon-close {
    display: none; }
    @media (min-width: 1024px) {
      .show .search-toggler .icon-close {
        display: block; } }

.header-search-form {
  width: 100%;
  position: relative; }
  .header-search-form .field-wrap {
    position: relative;
    z-index: 1;
    margin: 0 0 0.125rem; }
  .header-search-form button {
    transition: transform 0.3s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    width: 2.5rem;
    height: 100%;
    right: 0;
    top: 0;
    padding: 0.3125rem;
    font-size: 1.25rem;
    color: inherit;
    background: transparent;
    border: none;
    padding: 0 0 0.3125rem; }
    .is-not-touch-device .header-search-form button:hover {
      transform: scale(1.2); }
  .header-search-form input.form-control {
    text-align: center;
    background: transparent;
    border: 1px solid #fff;
    height: 2.5rem;
    border-width: 0 0 0.25rem;
    color: inherit;
    font-size: 0.875rem;
    font-weight: normal;
    letter-spacing: .09em;
    padding-right: 3.125rem; }
    @media (min-width: 480px) {
      .header-search-form input.form-control {
        font-size: 1.125rem; } }
    .header-search-form input.form-control::-webkit-input-placeholder {
      color: inherit; }
    .header-search-form input.form-control::-moz-placeholder {
      opacity: 1;
      color: inherit; }
    .header-search-form input.form-control:-moz-placeholder {
      color: inherit; }
    .header-search-form input.form-control:-ms-input-placeholder {
      color: inherit; }
    .header-search-form input.form-control.placeholder {
      color: inherit; }
  .header-search-form input:focus {
    box-shadow: none; }
  .header-search-form .check-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.5rem -0.3125rem; }
    .header-search-form .check-holder > * {
      margin: 0 0.5rem 0.3125rem; }
  .header-search-form .form-check-label {
    letter-spacing: .09em;
    color: inherit;
    font-size: 0.875rem;
    cursor: pointer; }
  .header-search-form .form-check-input {
    background: transparent;
    border-color: #fff;
    width: 0.75rem;
    height: 0.75rem;
    margin-top: 0.55em;
    cursor: pointer; }
    .header-search-form .form-check-input:checked {
      background-size: .85rem;
      background-position: center;
      background-repeat: no-repeat; }

#footer {
  font-size: 0.9375rem;
  line-height: calc(23 / 15);
  color: #333333; }
  #footer h3 {
    font-family: "Marcellus SC", "Georgia", "Times New Roman", serif;
    font-size: 1.5625rem;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.1875rem;
    margin: 0 0 0.9375rem;
    letter-spacing: .22em; }
  #footer .row {
    margin-bottom: 2.8125rem; }
    @media (min-width: 1024px) {
      #footer .row {
        margin-bottom: 0.625rem; } }

.footer-inner {
  padding: 2.9375rem 0; }

.copy-holder {
  font-size: 0.875rem;
  line-height: calc(21 / 14);
  letter-spacing: .07em; }

.logo-footer {
  margin: 0 0 0 0.625rem; }
  @media (min-width: 768px) {
    .logo-footer {
      margin-top: -0.1875rem; } }
  @media (min-width: 768px) {
    .logo-footer img {
      width: 20.875rem; } }

.footer-contact {
  letter-spacing: 0.12em;
  margin: 0 0 0.625rem; }
  .footer-contact a {
    color: inherit; }
  .footer-contact > * {
    margin: 0; }

.footer-menu {
  letter-spacing: .1em;
  margin-bottom: -0.6875rem; }
  .footer-menu li {
    margin: 0 0 0.6875rem; }
    .footer-menu li.active a {
      text-decoration: underline; }
  .footer-menu a {
    color: inherit; }

/*# sourceMappingURL=style.css.map */


.blog-detail h2 {
  font-size: 1.5rem;
  line-height: 1.24;
  font-weight: 600;
  letter-spacing: .08em;
  margin: 0 0 1.6875rem; 
  color: #A33F48
  }
  
  .blog-detail h3 {
  
   font-family: "Marcellus SC", "Georgia", "Times New Roman", serif;
    font-size: 1.3625rem;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.0875rem;
    margin: 0 0 0.9375rem;
    letter-spacing: .18em; 
    
    }
    
    .blog-detail h4 {
  font-size: 1rem;
  letter-spacing: .08em;
  margin: 0 0 1.6875rem; 
  color: #000;
  font-weight: 300
  }
  
    
    .blog-detail h3 a {
  
   color: #000
    
    }
    
    .blog-detail h3 a:hover {
  
   color: #A33F48
    
    }
    
    .feed-item a {color: #A33F48}
    
.letter {
	
	scroll-margin-top: 170px;
}

figure {padding: 0 40px}