/* 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;
}
.gp_content1 {
  position: relative;
}
.gp_content1 > .g-grid.gp_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;
}
.gp_content1 .gp_content {
  position: relative;
}
.gp_content1 .gp_buttons {
  margin-top: 1rem;
}
.gp_content1 .gp_buttons a {
  margin-bottom: 10px;
}
@media only all and (max-width: 50.99rem) {
  .gp_content1 .gp_text_right {
    padding-top: 1rem;
  }
  .gp_content1 .gp_text_left {
    padding-bottom: 1rem;
  }
}
@media only all and (min-width: 51rem) {
  .gp_content1 .gp_text_right {
    margin-left: 16%;
  }
  .gp_content1 .gp_text_left {
    margin-right: 16%;
  }
}
.gp_content3 {
  position: relative;
}
.gp_content3 h3, .gp_content3 h4 {
  margin: 0 0 8px;
}
.gp_content3 > .g-grid.gp_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;
}
.gp_content3 .gp_content {
  position: relative;
}
.gp_content3 .gp_buttons {
  margin-top: 1rem;
}
.gp_content3 .gp_buttons a {
  margin-bottom: 10px;
}
.gp_content3 .gp_text > div {
  padding: 1.563rem;
}
.gp_content3 .gp_text > div > div {
  margin-bottom: 1.5rem;
}
.gp_content3 .gp_text.gp_img_right {
  margin-left: auto;
}
@media only all and (min-width: 88rem) {
  .gp_content3 .gp_text {
    max-width: 44rem;
  }
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .gp_content3 .gp_text {
    width: 38rem;
  }
}
@media only all and (min-width: 60rem) {
  .gp_content3 .gp_text_left {
    margin-right: 2rem;
  }
  .gp_content3 .gp_text_right {
    margin-left: 2rem;
  }
}
@media only all and (max-width: 75.99rem) {
  .gp_content3 .g-block {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
}
.gp_flipboxes {
  /* Flip effect */
}
.gp_flipboxes .gp_heading {
  margin-bottom: 40px;
}
.gp_flipboxes .gp_content {
  margin: 0 -12px;
}
.gp_flipboxes .gp_flipbox {
  background-color: transparent;
  perspective: 1000px;
  /* 3D space */
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  margin: 12px;
}
.gp_flipboxes .gp_inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.75s;
  -webkit-transition: transform 0.75s;
  -moz-transition: transform 0.75s;
  transform-style: preserve-3d;
  /* Ensure 3D transform space */
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
}
.gp_flipboxes .gp_inner > a {
  display: block;
}
.gp_flipboxes .gp_inner h2 {
  font-size: 18px;
  margin: 0 0 20px;
  color: #ffffff !important;
}
.gp_flipboxes .gp_inner .gp_desc {
  margin-bottom: 20px;
}
.gp_flipboxes .gp_inner .gp_readmore {
  display: inline-block;
  text-decoration: underline;
}
.gp_flipboxes .gp_front, .gp_flipboxes .gp_back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gp_flipboxes .gp_front.gp_bgimg, .gp_flipboxes .gp_back.gp_bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gp_flipboxes .gp_front {
  z-index: 900;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.gp_flipboxes .gp_front i {
  font-size: 46px;
  margin-bottom: 20px;
}
.gp_flipboxes .gp_front img {
  margin-bottom: 20px;
}
.gp_flipboxes .gp_front h2 {
  margin: 0;
}
.gp_flipboxes .gp_back {
  z-index: 1000;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.gp_flipboxes .gp_flipbox.gp_flip .gp_front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.gp_flipboxes .gp_flipbox.gp_flip .gp_back {
  z-index: 1000;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.gp_flipboxes .gp_content_inner.style_img {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.gp_flipboxes .gp_content_inner.style_img > h2 {
  margin: auto 0 20px !important;
}
.gp_iconblock2 .gp_heading {
  margin-bottom: 60px;
}
.gp_iconblock2 > .g-grid {
  margin: 0 -10px;
}
.gp_iconblock2 .gp_content {
  padding: 20px 25px;
  margin: 10px;
  border-radius: 4px;
  height: 290px !important;
}
.gp_iconblock2 .gp_content h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}
.gp_iconblock2 .gp_icon {
  font-size: 2.5rem;
}
.gp_iconblock2 .gp_link {
  margin-top: 15px;
}
.gp_team3 .gp_heading {
  margin-bottom: 50px;
}
.gp_team3 .gp_items {
  margin: 0 -10px;
}
.gp_team3 .gp_items > .g-grid.gp_top_level > .g-block {
  margin-bottom: 20px;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .gp_team3 .gp_items > .g-grid.gp_top_level > .g-block {
    width: 100%;
    max-width: 100%;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
.gp_team3 .gp_item {
  margin: 0 10px;
  padding: 30px;
  height: 100%;
  background: #f6f6f6;
  transition: box-shadow 0.2s ease-in-out;
  -webkit-transition: box-shadow 0.2s ease-in-out;
}
.gp_team3 .gp_item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
@media only all and (max-width: 50.99rem) {
  .gp_team3 .gp_item {
    text-align: center;
  }
}
.gp_team3 .gp_team_img {
  position: unset;
  overflow: unset;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 5px solid #ffffff;
}
.gp_team3 .gp_team_social {
  margin: 0 0 1rem -13px;
}
.gp_team3 .gp_team_social > a {
  margin: 0 6px;
  padding: 7px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-size: 1rem;
}
.gp_team3 .gp_team_info {
  position: relative;
}
.gp_team3 .gp_team_info .gp_team_title {
  font-weight: 700;
}
.gp_team3 .gp_team_info .gp_team_desc {
  padding: 1rem 0;
  margin-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.gp_team3 .gp_team_info a.gp_team_btn {
  font-size: 0.825rem;
  padding: 8px 16px;
  min-height: 1rem;
  line-height: 1rem;
  outline: 0;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 4px;
}
.gp_team3 .gp_team_info a.gp_team_btn:hover {
  opacity: 0.75;
}
.gp_slideshow1 .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
.gp_slideshow1 .slick-slider .slick-track, .gp_slideshow1 .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gp_slideshow1 .slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.gp_slideshow1 .slick-slider .slick-list:focus {
  outline: none;
}
.gp_slideshow1 .slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.gp_slideshow1 .slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gp_slideshow1 .slick-slider .slick-track:before {
  display: table;
  content: "";
}
.gp_slideshow1 .slick-slider .slick-track:after {
  display: table;
  content: "";
  clear: both;
}
.gp_slideshow1 .slick-slider.slick-loading .slick-track {
  visibility: hidden;
}
.gp_slideshow1 .slick-slider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
}
.gp_slideshow1 [dir="rtl"] .slick-slide {
  float: right;
}
.gp_slideshow1 .slick-slide img {
  display: block;
}
.gp_slideshow1 .slick-slide.slick-loading img {
  display: none;
}
.gp_slideshow1 .slick-slide.dragging img {
  pointer-events: none;
}
.gp_slideshow1 .slick-initialized .slick-slide {
  display: block;
}
.gp_slideshow1 .slick-loading .slick-slide {
  visibility: hidden;
}
.gp_slideshow1 .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.gp_slideshow1 .slick-arrow.slick-hidden {
  display: none;
}
.gp_slideshow1 .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.gp_slideshow1 .slick-arrow:hover {
  background: rgba(0, 0, 0, 0);
}
.gp_slideshow1 .slick-arrow:hover:before {
  opacity: 1;
}
.gp_slideshow1 .slick-arrow:before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  font-size: 40px;
  opacity: 0.7;
}
.gp_slideshow1 .slick-arrow.slick-prev {
  left: 0;
}
.gp_slideshow1 .slick-arrow.slick-prev:before {
  content: "";
}
.gp_slideshow1 .slick-arrow.slick-next {
  right: 0;
}
.gp_slideshow1 .slick-arrow.slick-next:before {
  content: "";
}
.gp_slideshow1 .gp_grid:not(.slick-initialized) {
  display: none;
}
.gp_slideshow1 img {
  width: 100%;
  margin: 0 auto;
}
.gp_slideshow1 .gp_item {
  position: relative;
  overflow: hidden;
}
.gp_slideshow1 .gp_mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gp_slideshow1 .gp_mask.style_dark {
  background: linear-gradient(rgba(15, 15, 15, 0.75), rgba(15, 15, 15, 0.75));
}
.gp_slideshow1 .gp_mask.style_light {
  background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01));
}
.gp_slideshow1 .gp_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  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;
  -moz-justify-content: center;
  -o-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.gp_slideshow1 .gp_content.style_light .gp_btn:not(.btn):not(.button) {
  border: 0 !important;
  border-radius: 4px !important;
  background: #282828;
}
.gp_slideshow1 h3.gp_title {
  margin: 0;
  font-size: 80px;
  line-height: 77px;
  margin-bottom: 37px;
}
.gp_slideshow1 .gp_desc {
  font-size: 18px;
}
.gp_slideshow1 .gp_buttons {
  margin-top: 43px;
}
.gp_slideshow1 .gp_btn {
  margin: 10px;
}
.gp_slideshow1 .gp_btn:not(.btn):not(.button) {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 14px;
  padding: 12px 30px;
  line-height: 18px;
  font-weight: bold;
  transition: opacity 0.2s ease;
}
.gp_slideshow1 .gp_btn:not(.btn):not(.button):hover {
  opacity: 0.7;
}
@media only all and (max-width: 960px) {
  .gp_slideshow1 h3.gp_title {
    font-size: 60px !important;
    line-height: 63px !important;
    margin-bottom: 27px !important;
  }
}
@media only all and (min-width: 481px) and (max-width: 767px) {
  .gp_slideshow1 .gp_content_inner {
    width: 180%;
    margin-left: -90px;
    margin-right: -90px;
  }
}
@media only all and (max-width: 480px) {
  .gp_slideshow1 .gp_content_inner {
    width: 220%;
    margin-left: -110px;
    margin-right: -110px;
  }
}
.g-logo {
  max-width: 250% !important;
  border-radius: 6px !important;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.5) !important;
}
button button-red .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 1rem !important;
  padding: 0.625rem 1rem !important;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 1rem !important;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #2a550c !important;
}
.g-main-nav .g-dropdown {
  border-radius: 25px !important;
  text-align: left;
}
.g-main-nav .g-dropdown .size-100 > .g-sublevel > li:last-child > .g-menu-item-container {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.g-main-nav .g-dropdown .size-100 > .g-sublevel > li.g-go-back + li > .g-menu-item-container {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
  font-size: 2.8vw;
}
table {
  border: 0px solid #ffffff;
}
td {
  padding: 0.5rem;
  border: 0px solid #ffffff;
}
h2 {
  font-size: 20px;
  margin: 0 0 20px;
  color: #ffffff !important;
  font-weight: 500;
}
body {
  font-size: 1rem !important;
}
.g-offcanvas-toggle {
  top: 0.3rem !important;
}
.g-infolist-particle .g-infolist .g-infolist-item {
  position: relative;
  width: 100%;
  Height: 100%;
  border: 17px solid #64a51c;
  min-width: 0;
  min-height: 0;
}
.g-infolist-particle .g-infolist .g-infolist-item .gp_iconblock2 .gp_content {
  padding: 20px 25px;
  margin: 10px;
  border-radius: 4px;
  height: 425px !important;
}
.gp_team3 .gp_team_img {
  position: unset;
  overflow: unset;
  margin-bottom: 20px;
  margin-left: 20px;
  border-radius: 50%;
  border: 5px solid #ffffff;
}
.gp_slideshow1 .gp_content.style_light .gp_btn:not(.btn):not(.button) {
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.5) !important;
  background: #64a51c;
}
.gp_flipboxes .gp_front, .gp_flipboxes .gp_back {
  padding: 10px !important;
}
.gp_flipboxes .gp_content_inner.style_img > h2 {
  margin: auto 0 71px !important;
}
.gp_flipboxes .gp_inner {
  text-align: left;
}
/*# sourceMappingURL=custom_332.css.map */