@-webkit-keyframes stretch {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes stretch {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes stretchless {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes stretchless {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes stretchreverce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
}
@keyframes stretchreverce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
}
@font-face {
  font-family: "Source Sans Pro Semibold";
  src: url(SourceSansPro-Semibold.ttf) format("TrueType");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url(SourceSansPro-Regular.ttf) format("TrueType");
  font-display: swap;
}
.btn--primary {
  padding: 15px 30px 12px 30px;
  border-radius: 10px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffcb05),
    to(#faa61a)
  );
  background: linear-gradient(90deg, #ffcb05 0%, #faa61a 100%);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  font-family: "Mina", sans-serif;
  color: #474747;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center !important;
}
@media only screen and (max-width: 480px) {
  .btn--primary {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.8px;
  }
}
@media only screen and (max-width: MQ-480) {
  .btn--primary {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.8px;
  }
}
.btn--primary:hover,
.btn--primary:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(#474747));
  background: linear-gradient(#474747);
  color: #fff;
  text-decoration: none !important;
}
.error-page {
  position: relative;
  padding-top: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .error-page {
    padding-top: 300px;
    height: 100vh;
  }
}
.error-page .image-section {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.error-page .image-section img {
  position: relative;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.error-page .image-section:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #0000006e;
  z-index: 1;
  left: 0;
  top: 0;
}
.error-page .content {
  position: relative;
  max-width: 1340px;
  padding: 0 20px;
  z-index: 3;
  margin: 0 auto;
  width: 100%;
}
.error-page .content .inner-content {
  max-width: 900px;
  padding: 80px 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .error-page .content .inner-content {
    padding: 40px 0;
  }
}
.error-page .content .inner-content span {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .error-page .content .inner-content span {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: MQ-480) {
  .error-page .content .inner-content span {
    margin-bottom: 15px;
  }
}
.error-page .content .inner-content h1 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .error-page .content .inner-content h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .error-page .content .inner-content h1 {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: MQ-480) {
  .error-page .content .inner-content h1 {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
.error-page .content span,
.error-page .content h1 {
  color: #fff;
}
.home-hero-banner {
  position: relative;
}
.home-hero-banner .hero-inner-wrapper {
  padding-top: 310px;
  position: relative;
}
.home-hero-banner .hero-inner-wrapper:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #0000006e;
  z-index: 1;
  left: 0;
  top: 0;
}
.home-hero-banner .hero-inner-wrapper .content-wrapper {
  padding-left: 50px;
  width: 100%;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1200px) {
  .home-hero-banner .hero-inner-wrapper .content-wrapper {
    padding-left: 0;
  }
}
.home-hero-banner .hero-inner-wrapper .content {
  max-width: 1360px;
  width: 100%;
  padding: 80px 50px;
  margin: 0 auto;
}
.home-hero-banner .hero-inner-wrapper .content .inner-wrapper {
  max-width: 900px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .home-hero-banner .hero-inner-wrapper .content {
    padding: 40px 50px;
  }
}
@media only screen and (max-width: 480px) {
  .home-hero-banner .hero-inner-wrapper .content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: MQ-480) {
  .home-hero-banner .hero-inner-wrapper .content {
    padding: 40px 20px;
  }
}
.home-hero-banner .hero-inner-wrapper .content .pre-title {
  margin-bottom: 20px;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .home-hero-banner .hero-inner-wrapper .content .pre-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: MQ-480) {
  .home-hero-banner .hero-inner-wrapper .content .pre-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 480px) {
  .home-hero-banner .hero-inner-wrapper .content .btn--primary {
    font-size: 12px;
    letter-spacing: 1.8px;
  }
}
@media only screen and (max-width: MQ-480) {
  .home-hero-banner .hero-inner-wrapper .content .btn--primary {
    font-size: 12px;
    letter-spacing: 1.8px;
  }
}
.home-hero-banner .hero-inner-wrapper .content h1 {
  margin-bottom: 10px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .home-hero-banner .hero-inner-wrapper .content h1 {
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
.home-hero-banner .hero-inner-wrapper .content .description {
  margin-bottom: 20px;
  max-width: 800px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .home-hero-banner .hero-inner-wrapper .content .description p {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
}
@media only screen and (max-width: MQ-480) {
  .home-hero-banner .hero-inner-wrapper .content .description p {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
}
.home-hero-banner .hero-inner-wrapper .content .description * {
  color: #fff;
}
.home-hero-banner .hero-inner-wrapper .media-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-hero-banner .hero-inner-wrapper .media-section img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.home-hero-banner .hero-inner-wrapper .media-section video{
	width:100%;
	height:100%;
	object-fit:cover;
}
.inner-hero-section {
  position: relative;
  padding-top: 169px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .inner-hero-section {
    padding-top: 234px;
  }
}
.inner-hero-section .image-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.inner-hero-section .image-section:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #0000006e;
  z-index: 1;
  left: 0;
  top: 0;
}
.inner-hero-section .image-section img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.inner-hero-section .content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .inner-hero-section .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.inner-hero-section .content * {
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .inner-hero-section .content h1 {
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
@media only screen and (max-width: MQ-480) {
  .inner-hero-section .content h1 {
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
.inner-hero-section .content .pre-title {
  margin-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 480px) {
  .inner-hero-section .content .pre-title {
    margin-bottom: 15px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.8px;
  }
}
@media only screen and (max-width: MQ-480) {
  .inner-hero-section .content .pre-title {
    margin-bottom: 15px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.8px;
  }
}
.inner-hero-section.default-page {
  padding-top: 130px;
}
@media only screen and (max-width: 480px) {
  .inner-hero-section.default-page {
    padding-top: 114px;
  }
}
@media only screen and (max-width: MQ-480) {
  .inner-hero-section.default-page {
    padding-top: 114px;
  }
}
.inner-hero-section.default-page .content {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .inner-hero-section.default-page .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: MQ-480) {
  .inner-hero-section.default-page .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.inner-hero-section.default-page .content h1 {
  color: #808285;
}
.search-result-page {
  padding: 100px 100px 0;
}
.inner-hero-wapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.search-result-page .content-container-900 {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}
.inner-hero-wapper #form-submit svg {
  height: 22px;
  width: 22px;
}
.inner-hero-wapper .search-form-box form {
  margin: 0 auto;
  max-width: 500px;
  position: relative;
  width: 100%;
}
.inner-hero-wapper .search-form-box form input {
  border: 2px solid #f75426;
  font-size: 18px;
  height: 50px;
  padding-left: 10px;
  width: 100%;
}
.inner-hero-wapper .search-form-box form input::-webkit-input-placeholder {
  color: #f75426;
}
.inner-hero-wapper .search-form-box form input::-moz-placeholder {
  color: #f75426;
}
.inner-hero-wapper .search-form-box form input:-ms-input-placeholder {
  color: #f75426;
}
.inner-hero-wapper .search-form-box form input::-ms-input-placeholder {
  color: #f75426;
}
.inner-hero-wapper .search-form-box form input::placeholder {
  color: #f75426;
}
.inner-hero-wapper form #form-submit {
  background: transparent;
  border: 0;
  height: 50px;
  position: absolute;
  right: 0;
  top: 12px;
  width: 40px;
}
.search-result-page .search-result {
  border-bottom: 1px solid #f75426 !important;
  margin-bottom: 20px;
  text-align: left;
}
.search-result-page .search-result h2 {
  margin-bottom: 20px;
  word-break: break-word;
}
.search-result-page .search-result a {
  display: block;
  text-decoration: underline !important;
}
.search-result-page .search-result a:hover {
  text-decoration: none !important;
}
.search-result-page .search-result a.read-more-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8.3px 47px 10px 28.7px !important;
}
.search-result-excerpt {
  margin-bottom: 20px;
}
.search .search-page {
  padding: 0px 30px;
}
.search .search-content p {
  text-align: center;
}
.search .search-content h1 {
  text-align: center;
  text-transform: initial;
  padding: 44px 0px 20px;
  color: var(--color-black);
}
.search .search-content h1 span {
  font: inherit;
  color: var(--color-blue);
}
.search .search-content .page-title {
  display: none !important;
}
.search .search-result {
  border-bottom: 1px solid var(--color-red) !important;
}
.search-form-box form {
  margin: 0 auto;
  max-width: 500px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-form-box .search-input {
  background: var(--color-black);
  border: none !important;
  color: var(--color-white) !important;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 100;
  height: 40px !important;
  letter-spacing: normal;
  line-height: normal;
  padding: 13px 23px 11px !important;
  text-align: left;
  text-decoration: none;
  width: 100%;
  max-width: 288px;
  border-radius: 20px !important;
}
.search-input::-webkit-input-placeholder {
  color: var(--color-white) !important;
  font-family: "Source Sans Pro Semibold", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #fafafa;
}
.search-input::-moz-placeholder {
  color: var(--color-white) !important;
  font-family: "Source Sans Pro Semibold", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #fafafa;
}
.search-input:-ms-input-placeholder {
  color: var(--color-white) !important;
  font-family: "Source Sans Pro Semibold", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #fafafa;
}
.search-input::-ms-input-placeholder {
  color: var(--color-white) !important;
  font-family: "Source Sans Pro Semibold", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #fafafa;
}
.search-input::placeholder {
  color: var(--color-white) !important;
  font-family: "Source Sans Pro Semibold", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #fafafa;
}
.search-form-box .search-input:focus {
  outline: none !important;
  border: none;
}
.search-box #form-submit:hover svg path {
  stroke: var(--color-black);
}
.search-form-box #form-submit {
  height: 48px !important;
  width: 48px !important;
  background: var(--color-black) !important;
  border: 2px solid white !important;
  border-radius: 24px !important;
  margin-left: -48px;
  top: 0px !important;
  position: relative !important;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.search-form-box #form-submit:hover {
  background: white !important;
  border: 2px solid var(--color-black) !important;
}
.search-form-box #form-submit:hover svg {
  fill: var(--color-black);
}
.search-form-box #form-submit svg {
  height: 18px !important;
  width: 18px !important;
  fill: var(--color-white);
}
.search .search-result-page .search-result h2:hover {
  font-weight: 800;
}
.search .no_results {
  text-align: center;
  text-transform: capitalize;
}
.search .pagination {
  padding-top: 30px;
}
.search .page-numbers {
  color: var(--color-black) !important;
  border-color: var(--color-black) !important;
  height: auto !important;
  font-weight: bold !important;
  padding: 10px 25px 10px 25px !important;
}
.search .page-numbers.next {
  color: var(--color-black) !important;
  border-color: var(--color-black) !important;
  height: auto !important;
  padding: 10px 25px 10px 25px !important;
}
.search .page-numbers:hover {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
}
.search .page-numbers::after {
  background-color: var(--color-black) !important;
}
.search .page-numbers.current {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
}
@media (max-width: 992px) {
  .search-result-page {
    padding-top: 60px !important;
  }
}
@media (max-width: 768px) {
  .search-result-page {
    padding: 100px 30px 0 !important;
  }
}
.full-width-bg-content-section {
  position: relative;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .full-width-bg-content-section {
    margin-top: 60px;
  }
}
.full-width-bg-content-section .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 197px 0;
  position: relative;
}
.full-width-bg-content-section .inner-wrapper:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #1c1c1c5e;
  z-index: 1;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 980px) {
  .full-width-bg-content-section .inner-wrapper {
    padding: 139.5px 0;
  }
}
.full-width-bg-content-section .image-section {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.full-width-bg-content-section .image-section img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.full-width-bg-content-section .content {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  z-index: 2;
}
.full-width-bg-content-section .content h2,
.full-width-bg-content-section .content p {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .full-width-bg-content-section .content .pre-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
  }
}
.full-width-bg-content-section .content h2 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .full-width-bg-content-section .content h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
.full-width-bg-content-section .content .btn--primary {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .full-width-bg-content-section .content .btn--primary {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
  }
}
.four-column-icon-section {
  position: relative;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .four-column-icon-section {
    padding-top: 40px;
  }
}
.four-column-icon-section .container-1340 {
  max-width: 1340px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.four-column-icon-section .heading-section {
  max-width: 800px;
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .four-column-icon-section .heading-section {
    margin-bottom: 20px;
  }
}
.four-column-icon-section .heading-section .description {
  margin-top: 20px;
}
.four-column-icon-section ul.icon-list {
  margin-left: -30px;
  width: calc(100% + 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  .four-column-icon-section ul.icon-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .four-column-icon-section ul.icon-list {
    padding-top: 20px;
  }
}
.four-column-icon-section ul.icon-list li {
  width: calc(20% - 30px);
  margin-left: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 980px) {
  .four-column-icon-section ul.icon-list li {
    width: calc(25% - 20px);
    margin-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .four-column-icon-section ul.icon-list li {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}
.four-column-icon-section ul.icon-list li .outer-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.four-column-icon-section ul.icon-list li a:hover p,
.four-column-icon-section ul.icon-list li a:focus p {
  color: #ffcb05;
}
.four-column-icon-section ul.icon-list li .outer-wrapper img {
  width: 118px;
  height: 118px;
  -o-object-fit: contain;
  object-fit: contain;
}
.four-column-icon-section ul.icon-list li .outer-wrapper p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #808285;
  margin-top: 20px;
  text-align: center;
  font-family: "Mina", sans-serif;
}
@media only screen and (max-width: 768px) {
  .four-column-icon-section ul.icon-list li .outer-wrapper p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
.four-column-icon-section .btn--primary {
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-template-career .four-column-icon-section {
  padding-top: 60px;
  padding-bottom: 0;
}
.page-template-career .four-column-icon-section .container-1340 .inner-content {
  padding-bottom: 60px;
  border-bottom: 1px solid #ffcb05;
}
.three-column-service-card-slider {
  padding-top: 60px;
  background: url(bg.jpg) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .three-column-service-card-slider {
    padding-top: 46px;
  }
}
.three-column-service-card-slider .outer-wrapper {
  padding: 0 50px;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.three-column-service-card-slider .container-1340 {
  padding: 0 20px;
}
@media only screen and (max-width: 1380px) {
  .three-column-service-card-slider .container-1340 {
    padding: 0;
  }
}
.three-column-service-card-slider .heading-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .three-column-service-card-slider .heading-section {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .three-column-service-card-slider .heading-section h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
  .three-column-service-card-slider .heading-section .btn--primary {
    margin-top: 15px;
  }
}
.three-column-service-card-slider .cards {
  position: relative;
  margin-left: -20px;
  width: calc(100% + 20px);
}
.three-column-service-card-slider .cards .slick-slide {
  width: 33.33%;
  margin-left: 20px;
}
.three-column-service-card-slider .cards .slick-slide .card a:hover,
.three-column-service-card-slider .cards .slick-slide .card a:focus {
  text-decoration: none !important;
}
.three-column-service-card-slider .cards .slick-slide .card a:hover p,
.three-column-service-card-slider .cards .slick-slide .card a:focus p {
  color: #ffcb05;
}
.three-column-service-card-slider
  .cards
  .slick-slide
  .card
  a:hover
  .image-section
  img,
.three-column-service-card-slider
  .cards
  .slick-slide
  .card
  a:focus
  .image-section
  img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.three-column-service-card-slider .cards .slick-slide .card .image-section {
  width: 100%;
  height: 60vw;
  max-height: 500px;
  overflow: hidden;
}
@media only screen and (max-width: 980px) {
  .three-column-service-card-slider .cards .slick-slide .card .image-section {
    height: 44vw;
  }
}
@media only screen and (max-width: 768px) {
  .three-column-service-card-slider .cards .slick-slide .card .image-section {
    height: 66vw;
  }
}
@media only screen and (max-width: 480px) {
  .three-column-service-card-slider .cards .slick-slide .card .image-section {
    height: 86.3vw;
  }
}
@media only screen and (max-width: MQ-480) {
  .three-column-service-card-slider .cards .slick-slide .card .image-section {
    height: 86.3vw;
  }
}
.three-column-service-card-slider .cards .slick-slide .card .image-section img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.three-column-service-card-slider .cards .slick-slide .card .content {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #ffcb05;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.three-column-service-card-slider
  .cards
  .slick-slide
  .card
  .content
  .card-number {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  color: #ffcb05;
  font-family: "Mina", sans-serif;
}
.three-column-service-card-slider .cards .slick-slide .card .content p {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  font-family: "Mina", sans-serif;
  color: #808285;
  text-align: right;
}
@media only screen and (max-width: 980px) {
  .three-column-service-card-slider .cards .slick-slide .card .content p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .three-column-service-card-slider .cards .slick-slide .card .content p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
.three-column-service-card-slider
  .cards
  .slick-slide:nth-child(odd)
  .card
  .content {
  border-top: 0;
  border-bottom: 1px solid #ffcb05;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.three-column-service-card-slider
  .cards
  .slick-slide:nth-child(odd)
  .card
  a
  .image-section {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.three-column-service-card-slider
  .cards
  .slick-slide:nth-child(odd)
  .card
  a
  .content {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.three-column-service-card-slider .cards .slick-slide .card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.three-column-service-card-slider .card-prev,
.three-column-service-card-slider .card-next {
  cursor: pointer;
}
.three-column-service-card-slider .card-prev {
  width: 30px;
  height: 30px;
  font-size: 0;
  background: url(slider-prev.svg) no-repeat center/30px;
  position: absolute;
  left: 10px;
  top: calc(50% + 15px);
}
@media only screen and (max-width: 768px) {
  .three-column-service-card-slider .card-prev {
    top: 56%;
  }
}
.three-column-service-card-slider .card-prev:hover,
.three-column-service-card-slider .card-prev:focus {
  background: url(slider-prev-hover.svg) no-repeat center/30px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.three-column-service-card-slider .card-next {
  width: 30px;
  height: 30px;
  font-size: 0;
  background: url(slider-next.svg) no-repeat center/30px;
  position: absolute;
  right: 20px;
  top: calc(50% + 15px);
}
.three-column-service-card-slider .card-next:hover,
.three-column-service-card-slider .card-next:focus {
  background: url(arrow-hover.svg) no-repeat center/30px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
@media only screen and (max-width: 1380px) {
  .three-column-service-card-slider .card-next {
    right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .three-column-service-card-slider .card-next {
    top: 56%;
  }
}
.testimonial-section {
  position: relative;
  padding: 80px 0;
  background: url(bg.jpg) no-repeat;
  background-size: contain;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .testimonial-section {
    padding: 40px 0;
    padding-bottom: 0;
  }
}
.testimonial-section .container-1180 {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}
.testimonial-section.quote .container-1180:after {
  position: absolute;
  content: "";
  width: 57.12px;
  top: 0;
  height: 45.15px;
  background: url(testimonial-icon.svg) no-repeat top/57.12px;
  left: -20px;
}
@media only screen and (max-width: 1280px) {
  .testimonial-section.quote .container-1180:after {
    left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonial-section.quote .container-1180:after {
    top: 0;
    left: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonial-section .container-1180 {
    padding-top: 20px;
  }
	.testimonial-section.quote .container-1180 {
    padding-top: 45px;
  }
}
.testimonial-section .description,
.testimonial-section h2 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .testimonial-section .description,
  .testimonial-section h2 {
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
@media only screen and (max-width: MQ-480) {
  .testimonial-section .description,
  .testimonial-section h2 {
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
.testimonial-section p {
  color: #808285;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  font-family: "Mina", sans-serif;
}
@media only screen and (max-width: 480px) {
  .testimonial-section p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
@media only screen and (max-width: MQ-480) {
  .testimonial-section p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
.testimonial-section span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  font-family: "Source Sans Pro Semibold", sans-serif;
  color: #808285;
}
@media only screen and (max-width: 480px) {
  .testimonial-section span {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
}
@media only screen and (max-width: MQ-480) {
  .testimonial-section span {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
}
.testimonial-section .slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .testimonial-section .slider .slick-dots {
    margin-top: 30px;
  }
}
.testimonial-section
  .slider
  .slick-dots
  li.slick-active
  button
  span.slick-sr-only {
  background: #ffcb05;
  border: 1px solid #ffcb05;
}
.testimonial-section .slider .slick-dots li button span.slick-sr-only {
  width: 15px;
  height: 15px;
  font-size: 0;
  display: block;
  border-radius: 100%;
  border: 1px solid #808285;
  margin-right: 15px;
}
.testimonial-section .slider .slick-slide {
  padding-left: 60px;
}
@media only screen and (max-width: 980px) {
  .testimonial-section .slider .slick-slide {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonial-section .slider .slick-slide {
    padding-left: 00px;
/*     padding-top: 30px; */
  }
	.testimonial-section.quote .slider .slick-slide{
		padding-top:30px;
	}
}
.testimonial-section .slider .testimonial {
  padding-left: 60px;
  border-left: 2px solid #ffcb05;
}
@media only screen and (max-width: 980px) {
  .testimonial-section .slider .testimonial {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonial-section .slider .testimonial {
    padding-left: 00px;
    padding-top: 0px;
    border-left: 0;
    
  }
	.testimonial-section.quote .slider .testimonial {
    padding-left: 00px;
    padding-top: 30px;
    border-left: 0;
    border-top: 1px solid #ffcb05;
  }
}
.page-template-homepage .testimonial-section {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .page-template-homepage .testimonial-section {
    padding-bottom: 40px;
  }
}
.page-template-career .testimonial-section {
  background: transparent;
  padding-top: 60px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .page-template-career .testimonial-section {
    padding-top: 40px;
  }
}
.page-template-portfolio-santa-cruz .testimonial-section {
  background: transparent;
  padding-top: 60px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .page-template-portfolio-santa-cruz .testimonial-section {
    padding-top: 40px;
  }
}
.page-template-portfolio-service .testimonial-section {
  background: transparent;
}
.half-image-half-content-section {
  background: url(bg.jpg) no-repeat;
  background-size: contain;
}
.half-image-half-content-section .sections-block {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .half-image-half-content-section .sections-block {
    padding-top: 46px;
  }
}
.half-image-half-content-section .sections-block li {
  padding-bottom: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .half-image-half-content-section .sections-block li {
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.half-image-half-content-section .sections-block li:last-child {
  padding-bottom: 0;
}
.half-image-half-content-section .sections-block li .image-section {
  max-width: 740px;
  margin-right: 60px;
  width: 100%;
  max-height: 500px;
  height: 60vw;
}
@media only screen and (max-width: 1200px) {
  .half-image-half-content-section .sections-block li .image-section {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 980px) {
  .half-image-half-content-section .sections-block li .image-section {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .half-image-half-content-section .sections-block li .image-section {
    margin-right: 0px;
    max-width: 100%;
  }
}
.half-image-half-content-section .sections-block li .image-section img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.half-image-half-content-section .sections-block li .content {
  max-width: 500px;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .half-image-half-content-section .sections-block li .content {
    max-width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .half-image-half-content-section .sections-block li .content {
    max-width: 100%;
    margin-top: 22px;
  }
}
.half-image-half-content-section .sections-block li .content h2 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .half-image-half-content-section .sections-block li .content h2 {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .half-image-half-content-section .sections-block li .content h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
@media only screen and (max-width: MQ-480) {
  .half-image-half-content-section .sections-block li .content h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
@media only screen and (max-width: 480px) {
  .half-image-half-content-section .sections-block li .content .description p {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
}
@media only screen and (max-width: MQ-480) {
  .half-image-half-content-section .sections-block li .content .description p {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
}
.half-image-half-content-section .sections-block li .content .btn--primary {
  margin-top: 30px !important;
}
@media only screen and (max-width: 768px) {
  .half-image-half-content-section .sections-block li .content .btn--primary {
    margin-top: 20px !important;
  }
}
.half-image-half-content-section
  .sections-block
  li:nth-child(even)
  .image-section {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .half-image-half-content-section
    .sections-block
    li:nth-child(even)
    .image-section {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.half-image-half-content-section .sections-block li:nth-child(even) .content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 60px;
}
@media only screen and (max-width: 1200px) {
  .half-image-half-content-section .sections-block li:nth-child(even) .content {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 980px) {
  .half-image-half-content-section .sections-block li:nth-child(even) .content {
    margin-right: 20px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .half-image-half-content-section .sections-block li:nth-child(even) .content {
    margin-right: 0px;
    max-width: 100%;
    margin-top: 22px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.page-template-career .half-image-half-content-section {
  background: transparent;
}
.page-template-career
  .half-image-half-content-section
  .container-1340
  .sections-block {
  border-bottom: 1px solid #ffcb05;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .page-template-career
    .half-image-half-content-section
    .container-1340
    .sections-block {
    padding-bottom: 40px;
  }
}
.page-template-portfolio-santa-cruz .half-image-half-content-section {
  background: transparent;
}
.page-template-portfolio-santa-cruz
  .half-image-half-content-section
  .container-1340
  .sections-block {
  border-bottom: 1px solid #ffcb05;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .page-template-portfolio-santa-cruz
    .half-image-half-content-section
    .container-1340
    .sections-block {
    padding-bottom: 40px;
  }
}
.page-template-portfolio-service .half-image-half-content-section {
  background: transparent;
}
.page-template-portfolio-service
  .half-image-half-content-section
  .container-1340
  .sections-block {
  border-bottom: 1px solid #ffcb05;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .page-template-portfolio-service
    .half-image-half-content-section
    .container-1340
    .sections-block {
    padding-bottom: 40px;
  }
}
.three-column-card-section {
  padding: 60px 0;
  background: #ebebeb;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .three-column-card-section {
    padding: 40px 0;
    margin-top: 40px;
  }
}
.three-column-card-section h2 {
  color: #474747;
}
@media only screen and (max-width: 768px) {
  .three-column-card-section h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 110%;
  }
}
@media only screen and (max-width: 480px) {
  .three-column-card-section h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 110%;
  }
}
@media only screen and (max-width: MQ-480) {
  .three-column-card-section h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 110%;
  }
}
.three-column-card-section .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  width: calc(100% + 20px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .three-column-card-section .cards {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: MQ-480) {
  .three-column-card-section .cards {
    margin-left: 0;
    width: 100%;
  }
}
.three-column-card-section .cards li {
  margin-left: 20px;
  width: calc(33.33% - 20px);
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .three-column-card-section .cards li {
    margin-left: 0;
    width: 100%;
    max-width: 420px;
    margin: 20px auto 20px;
  }
}
@media only screen and (max-width: MQ-480) {
  .three-column-card-section .cards li {
    margin-left: 0;
    width: 100%;
    max-width: 420px;
    margin: 20px auto 20px;
  }
}
.three-column-card-section .cards li a.outer-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.three-column-card-section .cards li a.outer-link:hover .image-section img,
.three-column-card-section .cards li a.outer-link:focus .image-section img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.three-column-card-section .cards li a.outer-link:hover .content h3,
.three-column-card-section .cards li a.outer-link:focus .content h3 {
  color: #ffcb05;
}
.three-column-card-section .cards li .image-section {
  max-height: 500px;
  height: 40vw;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .three-column-card-section .cards li .image-section {
    height: 105.56vw;
  }
}
@media only screen and (max-width: MQ-480) {
  .three-column-card-section .cards li .image-section {
    height: 105.56vw;
  }
}
.three-column-card-section .cards li .image-section img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.three-column-card-section .cards li .content {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #ffcb05;
}
.three-column-card-section .cards li .content h3 {
  color: #474747;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media only screen and (max-width: 768px) {
  .three-column-card-section .cards li .content h3 {
    font-size: 20px;
  }
}
.four-column-CTA {
  margin-top: 20px;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .four-column-CTA {
    padding-top: 20px;
  }
}
.four-column-CTA .container-1340 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .four-column-CTA .container-1340 {
    padding-bottom: 40px;
  }
}
.four-column-CTA .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -40px;
  width: calc(100% + 40px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
}
.four-column-CTA .cta li {
  margin-left: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.page-template-service-area .four-column-CTA .container-1340 {
  border-bottom: 1px solid #ffcb05;
}
.contact-section {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .contact-section {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-section h2 {
    font-size: 30px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 110% !important;
  }
}
@media only screen and (max-width: MQ-480) {
  .contact-section h2 {
    font-size: 30px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 110% !important;
  }
}
.contact-section .container-1340 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .contact-section .container-1340 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-section .inner-contact-block {
  max-width: calc(100% - 360px);
  padding-right: 70px;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .contact-section .inner-contact-block {
    max-width: 100%;
    padding-right: 0;
  }
}
.contact-section .inner-contact-block form {
  margin-top: 30px;
}
@media only screen and (max-width: 980px) {
  .contact-section .inner-contact-block form {
    margin-top: 20px;
  }
}
.contact-section .inner-contact-block form input,
.contact-section .inner-contact-block form textarea {
  border-radius: 10px;
  border: 1px solid #474747;
  padding: 10px 20px;
  height: 49px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 180%;
  color: #474747;
}
@media only screen and (max-width: 480px) {
  .contact-section .inner-contact-block form input,
  .contact-section .inner-contact-block form textarea {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
}
@media only screen and (max-width: MQ-480) {
  .contact-section .inner-contact-block form input,
  .contact-section .inner-contact-block form textarea {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
}
.contact-section .inner-contact-block form input::-webkit-input-placeholder,
.contact-section .inner-contact-block form textarea::-webkit-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 180%;
  color: #474747;
}
.contact-section .inner-contact-block form input::-moz-placeholder,
.contact-section .inner-contact-block form textarea::-moz-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 180%;
  color: #474747;
}
.contact-section .inner-contact-block form input:-ms-input-placeholder,
.contact-section .inner-contact-block form textarea:-ms-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 180%;
  color: #474747;
}
.contact-section .inner-contact-block form input::-ms-input-placeholder,
.contact-section .inner-contact-block form textarea::-ms-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 180%;
  color: #474747;
}
.contact-section .inner-contact-block form input::placeholder,
.contact-section .inner-contact-block form textarea::placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 180%;
  color: #474747;
}
@media only screen and (max-width: 480px) {
  .contact-section .inner-contact-block form input::-webkit-input-placeholder,
  .contact-section
    .inner-contact-block
    form
    textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
  .contact-section .inner-contact-block form input::-moz-placeholder,
  .contact-section .inner-contact-block form textarea::-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
  .contact-section .inner-contact-block form input:-ms-input-placeholder,
  .contact-section .inner-contact-block form textarea:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
  .contact-section .inner-contact-block form input::-ms-input-placeholder,
  .contact-section .inner-contact-block form textarea::-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
  .contact-section .inner-contact-block form input::placeholder,
  .contact-section .inner-contact-block form textarea::placeholder {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
}
@media only screen and (max-width: MQ-480) {
  .contact-section .inner-contact-block form input::-webkit-input-placeholder,
  .contact-section
    .inner-contact-block
    form
    textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
  .contact-section .inner-contact-block form input::-moz-placeholder,
  .contact-section .inner-contact-block form textarea::-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
  .contact-section .inner-contact-block form input:-ms-input-placeholder,
  .contact-section .inner-contact-block form textarea:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
  .contact-section .inner-contact-block form input::-ms-input-placeholder,
  .contact-section .inner-contact-block form textarea::-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
  .contact-section .inner-contact-block form input::placeholder,
  .contact-section .inner-contact-block form textarea::placeholder {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
}
.contact-section .inner-contact-block form select {
  height: 49px;
  padding: 9px 20px;
  border-radius: 10px;
  border: 1px solid #474747;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 180%;
  color: #474747;
}
@media only screen and (max-width: 480px) {
  .contact-section .inner-contact-block form select {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
}
@media only screen and (max-width: MQ-480) {
  .contact-section .inner-contact-block form select {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
}
.contact-section .inner-contact-block form select::-webkit-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #474747;
  line-height: 180%;
}
.contact-section .inner-contact-block form select::-moz-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #474747;
  line-height: 180%;
}
.contact-section .inner-contact-block form select:-ms-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #474747;
  line-height: 180%;
}
.contact-section .inner-contact-block form select::-ms-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #474747;
  line-height: 180%;
}
.contact-section .inner-contact-block form select::placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #474747;
  line-height: 180%;
}
@media only screen and (max-width: 480px) {
  .contact-section .inner-contact-block form select::-webkit-input-placeholder {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
  .contact-section .inner-contact-block form select::-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
  .contact-section .inner-contact-block form select:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
  .contact-section .inner-contact-block form select::-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
  .contact-section .inner-contact-block form select::placeholder {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
}
@media only screen and (max-width: MQ-480) {
  .contact-section .inner-contact-block form select::-webkit-input-placeholder {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
  .contact-section .inner-contact-block form select::-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
  .contact-section .inner-contact-block form select:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
  .contact-section .inner-contact-block form select::-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
  .contact-section .inner-contact-block form select::placeholder {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
  }
}
.contact-section .gform-theme--foundation .gform_fields {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  gap: 0;
}
.contact-section .gform-theme--foundation .gfield {
  margin-bottom: 30px;
}
@media only screen and (max-width: 980px) {
  .contact-section .gform-theme--foundation .gfield {
    margin-bottom: 20px;
  }
}
.contact-section .contact-info-sidebar {
  max-width: 360px;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .contact-section .contact-info-sidebar {
    max-width: 100%;
    margin-top: 40px;
  }
}
.contact-section .contact-info-sidebar h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 980px) {
  .contact-section .contact-info-sidebar h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-section .contact-info-sidebar h2 {
    font-size: 25px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 110% !important;
  }
}
@media only screen and (max-width: MQ-480) {
  .contact-section .contact-info-sidebar h2 {
    font-size: 25px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 110% !important;
  }
}
.contact-section .contact-info-sidebar .link-mail,
.contact-section .contact-info-sidebar .link-phone {
  display: block;
  padding-left: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  position: relative;
  color: #474747 !important;
  font-family: "Mina", sans-serif;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 480px) {
  .contact-section .contact-info-sidebar .link-mail,
  .contact-section .contact-info-sidebar .link-phone {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
@media only screen and (max-width: MQ-480) {
  .contact-section .contact-info-sidebar .link-mail,
  .contact-section .contact-info-sidebar .link-phone {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
.contact-section .contact-info-sidebar .link-mail:hover,
.contact-section .contact-info-sidebar .link-mail:focus,
.contact-section .contact-info-sidebar .link-phone:hover,
.contact-section .contact-info-sidebar .link-phone:focus {
  color: #ffcb05 !important;
}
.contact-section .contact-info-sidebar .link-mail:hover:after,
.contact-section .contact-info-sidebar .link-mail:focus:after,
.contact-section .contact-info-sidebar .link-phone:hover:after,
.contact-section .contact-info-sidebar .link-phone:focus:after {
  -webkit-filter: brightness(0) saturate(100%) invert(77%) sepia(79%)
    saturate(1526%) hue-rotate(355deg) brightness(104%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(77%) sepia(79%) saturate(1526%)
    hue-rotate(355deg) brightness(104%) contrast(101%);
}
.contact-section .contact-info-sidebar .link-mail:after,
.contact-section .contact-info-sidebar .link-phone:after {
  left: 0;
  width: 25px;
  height: 25px;
  position: absolute;
  content: "";
}
.contact-section .contact-info-sidebar .link-mail:after {
  background: url(icon-email.svg) no-repeat center/25px;
}
.contact-section .contact-info-sidebar .link-phone {
  margin-bottom: 30px;
}
.contact-section .contact-info-sidebar .link-phone:after {
  background: url(icon-phone.svg) no-repeat center/25px;
}
.contact-section .contact-info-sidebar .social-media {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ffcb05;
}
@media only screen and (max-width: 980px) {
  .contact-section .contact-info-sidebar .social-media {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.contact-section .contact-info-sidebar .social-media h3 {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #474747;
}
.contact-section .contact-info-sidebar .social-icons li {
  margin-bottom: 20px;
}
.contact-section .contact-info-sidebar .social-icons li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-section .contact-info-sidebar .social-icons li a:hover .icon-section,
.contact-section .contact-info-sidebar .social-icons li a:focus .icon-section {
  -webkit-filter: none;
  filter: none;
}
.contact-section .contact-info-sidebar .social-icons li a:hover span,
.contact-section .contact-info-sidebar .social-icons li a:focus span {
  color: #ffcb05;
  text-decoration: none;
}
.contact-section .contact-info-sidebar .social-icons li a .icon-section {
  width: 20px;
  height: 20px;
  -webkit-filter: brightness(0) saturate(100%) invert(27%) sepia(10%)
    saturate(3%) hue-rotate(337deg) brightness(95%) contrast(94%);
  filter: brightness(0) saturate(100%) invert(27%) sepia(10%) saturate(3%)
    hue-rotate(337deg) brightness(95%) contrast(94%);
}
.contact-section .contact-info-sidebar .social-icons li a .icon-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
}
.contact-section .contact-info-sidebar .social-icons li a span {
  font-size: 16px;
  font-style: normal;
  font-weight: 100;
  line-height: 137%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  display: inline-block;
  padding-left: 10px;
  color: #474747;
}
@media only screen and (max-width: 480px) {
  .contact-section .contact-info-sidebar .social-icons li a span {
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: 160%;
  }
}
@media only screen and (max-width: MQ-480) {
  .contact-section .contact-info-sidebar .social-icons li a span {
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: 160%;
  }
}
.contact-section .gform_button.button {
  padding: 15px 30px 12px 30px !important;
  border-radius: 10px !important;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffcb05),
    to(#faa61a)
  );
  background: linear-gradient(90deg, #ffcb05 0%, #faa61a 100%);
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 2.1px !important;
  text-transform: uppercase !important;
  font-family: "Mina", sans-serif !important;
  color: #474747 !important;
  white-space: nowrap !important;
}
.contact-section .gform-theme--foundation .gform_footer {
  margin-top: 0 !important;
}
@media only screen and (max-width: 480px) {
  .contact-section
    .gform-theme--framework
    .gform_validation_errors
    .gform_submission_error {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: MQ-480) {
  .contact-section
    .gform-theme--framework
    .gform_validation_errors
    .gform_submission_error {
    font-size: 16px !important;
  }
}
.gallery-section {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .gallery-section {
    padding-top: 40px;
  }
}
.gallery-section .container-1340 .inner-content {
  border-bottom: 1px solid #ffcb05;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .gallery-section .container-1340 .inner-content {
    padding-bottom: 20px;
  }
}
.gallery-section .heading-section {
  max-width: 800px;
  width: 100%;
  margin-bottom: 40px;
}
.gallery-section .heading-section h2 {
  margin-bottom: 20px;
}
.gallery-section .gallery-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  width: calc(100% + 20px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gallery-section .gallery-wrapper ul li {
  margin-left: 20px;
  margin-bottom: 20px;
  width: calc(20% - 20px);
  max-height: 244px;
  height: calc(20vw - 24px);
}
@media only screen and (max-width: 768px) {
  .gallery-section .gallery-wrapper ul li {
    width: calc(25% - 20px);
    height: calc(25vw - 24px);
  }
}
@media only screen and (max-width: 600px) {
  .gallery-section .gallery-wrapper ul li {
    width: calc(33.33% - 20px);
    height: calc(33.33vw - 24px);
  }
}
@media only screen and (max-width: 480px) {
  .gallery-section .gallery-wrapper ul li {
    width: calc(50% - 20px);
    height: calc(50vw - 24px);
  }
}
@media only screen and (max-width: MQ-480) {
  .gallery-section .gallery-wrapper ul li {
    width: calc(50% - 20px);
    height: calc(50vw - 24px);
  }
}
.gallery-section .gallery-wrapper ul li .image-section {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.gallery-section .gallery-wrapper ul li .image-section img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
#popmake-3069 {
  background: white;
  padding: 40px !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto;
  top: 30px !important;
  max-width: 980px;
  width: 88% !important;
  min-width: 500px !important;
}
#popmake-3069 .popmake-title {
  display: none;
}
@media only screen and (max-width: 980px) {
  #popmake-3069 {
    padding: 20px 20px 40px !important;
  }
}
@media only screen and (max-width: 600px) {
  #popmake-3069 {
    min-width: 88% !important;
  }
}
#popmake-3069 .gallery-image-content .gallery-popup-model {
  height: 100%;
}
#popmake-3069 .gallery-image-content .gallery-popup-model .image-section {
  width: 100%;
  margin-bottom: 40px;
  height: auto;
  background: #808285;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #popmake-3069 .gallery-image-content .gallery-popup-model .image-section {
    margin-bottom: 20px;
  }
}
#popmake-3069 .gallery-image-content .gallery-popup-model .image-section img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
#popmake-3069 .gallery-image-content .gallery-popup-model .gallerycontent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #popmake-3069 .gallery-image-content .gallery-popup-model .gallerycontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#popmake-3069
  .gallery-image-content
  .gallery-popup-model
  .gallerycontent
  .left {
  width: 140px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media only screen and (max-width: 768px) {
  #popmake-3069
    .gallery-image-content
    .gallery-popup-model
    .gallerycontent
    .left {
    width: 100%;
  }
}
#popmake-3069
  .gallery-image-content
  .gallery-popup-model
  .gallerycontent
  .left
  span {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  font-family: "Mina", sans-serif;
  color: #474747 !important;
  margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  #popmake-3069
    .gallery-image-content
    .gallery-popup-model
    .gallerycontent
    .left
    span {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: MQ-480) {
  #popmake-3069
    .gallery-image-content
    .gallery-popup-model
    .gallerycontent
    .left
    span {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
  }
}
#popmake-3069
  .gallery-image-content
  .gallery-popup-model
  .gallerycontent
  .left
  span.date {
  margin-bottom: 0;
}
#popmake-3069
  .gallery-image-content
  .gallery-popup-model
  .gallerycontent
  .right {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ffcb05;
}
@media only screen and (max-width: 768px) {
  #popmake-3069
    .gallery-image-content
    .gallery-popup-model
    .gallerycontent
    .right {
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0;
    border-top: 1px solid #ffcb05;
    padding-top: 20px;
    margin-top: 20px;
    width: 100%;
  }
}
#popmake-3069
  .gallery-image-content
  .gallery-popup-model
  .gallerycontent
  .right
  p {
  font-size: 14px;
  font-style: normal;
  line-height: 160%;
  color: #474747;
}
.pum-theme-3062 .pum-content + .pum-close,
.pum-theme-lightbox .pum-content + .pum-close {
  width: 30px;
  height: 30px;
  background: white;
  color: black;
  border-radius: 10px;
  font-family: "Source Sans Pro";
  font-weight: 100;
  font-size: 24px;
  right: 63px;
  top: 62px;
}
.pum-container .pum-close {
  width: 30px !important;
  height: 30px !important;
  top: 55px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: url(X-out.svg) no-repeat center/30px !important;
  font-size: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.pum-container .pum-close:hover,
.pum-container .pum-close:focus {
  background: url(X-out-hover.svg) no-repeat center/30px !important;
}
@media only screen and (max-width: 980px) {
  .pum-container .pum-close {
    top: 30px !important;
    right: 30px !important;
  }
}
.default-content {
  background: #ebebeb;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .default-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.default-content .container-1120 {
  max-width: 1120px;
  width: 100%;
  padding: 80px 20px;
  margin: 0 auto;
  background: white;
}
@media only screen and (max-width: 768px) {
  .default-content .container-1120 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.default-content .container-1120 .entry-content {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

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