.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.pgk-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bricolage Grotesque;
}
.display-1 {
  font-family: 'Pretendard-Medium';
  font-size: 3.5rem;
  line-height: 100%;
}
.display-1 > .pgk-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Pretendard-Bold';
  font-size: 2.5rem;
  line-height: 140%;
}
.display-2 > .pgk-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Pretendard-Regular';
  font-size: 1.0625rem;
  line-height: 140%;
}
.display-4 > .pgk-iconfont {
  font-size: 1.328125rem;
}
.display-5 {
  font-family: 'Pretendard-SemiBold';
  font-size: 1.6rem;
  line-height: 120%;
}
.display-5 > .pgk-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Pretendard-Regular';
  font-size: 1.15rem;
  line-height: 140%;
}
.display-7 > .pgk-iconfont {
  font-size: 1.4375rem;
}
/* ---- Fluid typography for pagekrle devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.85rem;
    font-size: calc( 1.021875rem + (1.0625 - 1.021875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.021875rem + (1.0625 - 1.021875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #96785e !important;
}
.bg-success {
  background-color: #eeeeee !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9c53 !important;
}
.bg-danger {
  background-color: #631525 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #96785e !important;
  border-color: #96785e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ac927b !important;
  border-color: #ac927b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ac927b !important;
  border-color: #ac927b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1a2a63 !important;
  border-color: #1a2a63 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #253b8b !important;
  border-color: #253b8b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #253b8b !important;
  border-color: #253b8b !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #6f6f6f !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6f6f6f !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9c53 !important;
  border-color: #ff9c53 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb986 !important;
  border-color: #ffb986 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb986 !important;
  border-color: #ffb986 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #631525 !important;
  border-color: #631525 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #8d1e35 !important;
  border-color: #8d1e35 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8d1e35 !important;
  border-color: #8d1e35 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #96785e;
  color: #96785e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #614d3d !important;
  background-color: transparent !important;
  border-color: #614d3d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #96785e !important;
  border-color: #96785e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1a2a63;
  color: #1a2a63;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #080d1e !important;
  background-color: transparent !important;
  border-color: #080d1e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1a2a63 !important;
  border-color: #1a2a63 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent !important;
  border-color: #c3c3c3 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9c53;
  color: #ff9c53;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fb6b00 !important;
  background-color: transparent !important;
  border-color: #fb6b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9c53 !important;
  border-color: #ff9c53 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #631525;
  color: #631525;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1b060a !important;
  background-color: transparent !important;
  border-color: #1b060a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #631525 !important;
  border-color: #631525 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #96785e !important;
}
.text-secondary {
  color: #1a2a63 !important;
}
.text-success {
  color: #eeeeee !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9c53 !important;
}
.text-danger {
  color: #631525 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #574637 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #050812 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bbbbbb !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ec6400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0f0306 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #96785e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9c53;
}
.alert-danger {
  background-color: #631525;
}
.pgk-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.pgk-gallery-filter li a {
  border-radius: 100px !important;
}
.pgk-gallery-filter li.active .btn {
  background-color: #96785e;
  border-color: #96785e;
  color: #ffffff;
}
.pgk-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #96785e;
}
.pgk-plan-header.bg-primary .pgk-plan-subtitle,
.pgk-plan-header.bg-primary .pgk-plan-price-desc {
  color: #cab9aa;
}
.pgk-plan-header.bg-success .pgk-plan-subtitle,
.pgk-plan-header.bg-success .pgk-plan-price-desc {
  color: #ffffff;
}
.pgk-plan-header.bg-info .pgk-plan-subtitle,
.pgk-plan-header.bg-info .pgk-plan-price-desc {
  color: #ffffff;
}
.pgk-plan-header.bg-warning .pgk-plan-subtitle,
.pgk-plan-header.bg-warning .pgk-plan-price-desc {
  color: #ffffff;
}
.pgk-plan-header.bg-danger .pgk-plan-subtitle,
.pgk-plan-header.bg-danger .pgk-plan-price-desc {
  color: #cc2b4c;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Pretendard-Regular';
  font-size: 1.15rem;
  line-height: 140%;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .pgk-iconfont {
  font-size: 1.4375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #96785e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Pretendard-Regular';
  font-size: 1.15rem;
  line-height: 140%;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .pgk-iconfont {
  font-size: 1.4375rem;
}
blockquote {
  border-color: #96785e;
}
/* Forms */
.pgk-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.pgk-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.pgk-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.pgk-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #96785e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #96785e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #96785e;
  border-bottom-color: #96785e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #96785e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1a2a63 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2396785e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.pgk-section-btn .btn,
.pgk-section-btn-main .btn {
  font-weight: 600 !important;
  padding: 10px 24px;
  border-radius: 64px;
}
.pgk-section-btn .btn .pgk-iconfont,
.pgk-section-btn-main .btn .pgk-iconfont {
  font-size: 18px !important;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
.pgk-section-btn .btn:hover .pgk-iconfont,
.pgk-section-btn-main .btn:hover .pgk-iconfont,
.pgk-section-btn .btn:focus .pgk-iconfont,
.pgk-section-btn-main .btn:focus .pgk-iconfont {
  margin-left: 16px;
}
.pgk-section-btn .btn-primary-outline,
.pgk-section-btn-main .btn-primary-outline,
.pgk-section-btn .btn-secondary-outline,
.pgk-section-btn-main .btn-secondary-outline,
.pgk-section-btn .btn-success-outline,
.pgk-section-btn-main .btn-success-outline,
.pgk-section-btn .btn-info-outline,
.pgk-section-btn-main .btn-info-outline,
.pgk-section-btn .btn-warning-outline,
.pgk-section-btn-main .btn-warning-outline,
.pgk-section-btn .btn-danger-outline,
.pgk-section-btn-main .btn-danger-outline,
.pgk-section-btn .btn-black-outline,
.pgk-section-btn-main .btn-black-outline,
.pgk-section-btn .btn-white-outline,
.pgk-section-btn-main .btn-white-outline {
  padding: 0;
  border: none !important;
}
.pgk-section-btn .btn-primary-outline .pgk-iconfont,
.pgk-section-btn-main .btn-primary-outline .pgk-iconfont,
.pgk-section-btn .btn-secondary-outline .pgk-iconfont,
.pgk-section-btn-main .btn-secondary-outline .pgk-iconfont,
.pgk-section-btn .btn-success-outline .pgk-iconfont,
.pgk-section-btn-main .btn-success-outline .pgk-iconfont,
.pgk-section-btn .btn-info-outline .pgk-iconfont,
.pgk-section-btn-main .btn-info-outline .pgk-iconfont,
.pgk-section-btn .btn-warning-outline .pgk-iconfont,
.pgk-section-btn-main .btn-warning-outline .pgk-iconfont,
.pgk-section-btn .btn-danger-outline .pgk-iconfont,
.pgk-section-btn-main .btn-danger-outline .pgk-iconfont,
.pgk-section-btn .btn-black-outline .pgk-iconfont,
.pgk-section-btn-main .btn-black-outline .pgk-iconfont,
.pgk-section-btn .btn-white-outline .pgk-iconfont,
.pgk-section-btn-main .btn-white-outline .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 24px;
  border-radius: 64px;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border: 2px solid;
}
.pgk-section-btn .btn-primary-outline:hover .pgk-iconfont,
.pgk-section-btn-main .btn-primary-outline:hover .pgk-iconfont,
.pgk-section-btn .btn-secondary-outline:hover .pgk-iconfont,
.pgk-section-btn-main .btn-secondary-outline:hover .pgk-iconfont,
.pgk-section-btn .btn-success-outline:hover .pgk-iconfont,
.pgk-section-btn-main .btn-success-outline:hover .pgk-iconfont,
.pgk-section-btn .btn-info-outline:hover .pgk-iconfont,
.pgk-section-btn-main .btn-info-outline:hover .pgk-iconfont,
.pgk-section-btn .btn-warning-outline:hover .pgk-iconfont,
.pgk-section-btn-main .btn-warning-outline:hover .pgk-iconfont,
.pgk-section-btn .btn-danger-outline:hover .pgk-iconfont,
.pgk-section-btn-main .btn-danger-outline:hover .pgk-iconfont,
.pgk-section-btn .btn-black-outline:hover .pgk-iconfont,
.pgk-section-btn-main .btn-black-outline:hover .pgk-iconfont,
.pgk-section-btn .btn-white-outline:hover .pgk-iconfont,
.pgk-section-btn-main .btn-white-outline:hover .pgk-iconfont,
.pgk-section-btn .btn-primary-outline:focus .pgk-iconfont,
.pgk-section-btn-main .btn-primary-outline:focus .pgk-iconfont,
.pgk-section-btn .btn-secondary-outline:focus .pgk-iconfont,
.pgk-section-btn-main .btn-secondary-outline:focus .pgk-iconfont,
.pgk-section-btn .btn-success-outline:focus .pgk-iconfont,
.pgk-section-btn-main .btn-success-outline:focus .pgk-iconfont,
.pgk-section-btn .btn-info-outline:focus .pgk-iconfont,
.pgk-section-btn-main .btn-info-outline:focus .pgk-iconfont,
.pgk-section-btn .btn-warning-outline:focus .pgk-iconfont,
.pgk-section-btn-main .btn-warning-outline:focus .pgk-iconfont,
.pgk-section-btn .btn-danger-outline:focus .pgk-iconfont,
.pgk-section-btn-main .btn-danger-outline:focus .pgk-iconfont,
.pgk-section-btn .btn-black-outline:focus .pgk-iconfont,
.pgk-section-btn-main .btn-black-outline:focus .pgk-iconfont,
.pgk-section-btn .btn-white-outline:focus .pgk-iconfont,
.pgk-section-btn-main .btn-white-outline:focus .pgk-iconfont {
  padding: 10px 24px 10px 48px;
  margin-left: 16px;
}
.pgk-section-btn .btn-primary-outline .pgk-iconfont,
.pgk-section-btn-main .btn-primary-outline .pgk-iconfont {
  border-color: #96785e;
}
.pgk-section-btn .btn-secondary-outline .pgk-iconfont,
.pgk-section-btn-main .btn-secondary-outline .pgk-iconfont {
  border-color: #1a2a63;
}
.pgk-section-btn .btn-success-outline .pgk-iconfont,
.pgk-section-btn-main .btn-success-outline .pgk-iconfont {
  border-color: #eeeeee;
}
.pgk-section-btn .btn-info-outline .pgk-iconfont,
.pgk-section-btn-main .btn-info-outline .pgk-iconfont {
  border-color: #ffffff;
}
.pgk-section-btn .btn-warning-outline .pgk-iconfont,
.pgk-section-btn-main .btn-warning-outline .pgk-iconfont {
  border-color: #ff9c53;
}
.pgk-section-btn .btn-danger-outline .pgk-iconfont,
.pgk-section-btn-main .btn-danger-outline .pgk-iconfont {
  border-color: #631525;
}
.pgk-section-btn .btn-black-outline .pgk-iconfont,
.pgk-section-btn-main .btn-black-outline .pgk-iconfont {
  border-color: #000000;
}
.pgk-section-btn .btn-white-outline .pgk-iconfont,
.pgk-section-btn-main .btn-white-outline .pgk-iconfont {
  border-color: #ffffff;
}
img {
  border-radius: 0 !important;
}
.cid-tWwgujl84C {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tWwgujl84C .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed !important;
}
.cid-tWwgujl84C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tWwgujl84C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWwgujl84C .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWwgujl84C .menu_box .navbar.opened,
  .cid-tWwgujl84C .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWwgujl84C nav.navbar {
  position: fixed;
}
.cid-tWwgujl84C .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .pgk-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWwgujl84C .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWwgujl84C .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWwgujl84C .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-tWwgujl84C .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWwgujl84C .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWwgujl84C .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWwgujl84C .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWwgujl84C .offcanvas-body .pgk-text,
  .cid-tWwgujl84C .offcanvas-body .pgk-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWwgujl84C .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWwgujl84C ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWwgujl84C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWwgujl84C .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWwgujl84C .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWwgujl84C li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWwgujl84C .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWwgujl84C .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-tWwgujl84C .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWwgujl84C .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .nav-item {
    margin: 0 !important;
  }
}
.cid-tWwgujl84C .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-tWwgujl84C .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWwgujl84C .nav-item .nav-link:hover::before,
.cid-tWwgujl84C .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tWwgujl84C .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWwgujl84C .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWwgujl84C .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWwgujl84C .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWwgujl84C .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWwgujl84C .offcanvas_box {
    display: none;
  }
}
.cid-tWwgujl84C .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWwgujl84C .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWwgujl84C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWwgujl84C .container {
  display: flex;
  margin: auto;
}
.cid-tWwgujl84C .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWwgujl84C .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWwgujl84C .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWwgujl84C .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWwgujl84C .navbar-nav {
    margin: 0;
  }
}
.cid-tWwgujl84C .dropdown-menu,
.cid-tWwgujl84C .navbar.opened {
  background-color: false !important;
}
.cid-tWwgujl84C .nav-item:focus,
.cid-tWwgujl84C .nav-link:focus {
  outline: none;
}
.cid-tWwgujl84C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWwgujl84C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWwgujl84C .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWwgujl84C .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWwgujl84C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWwgujl84C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWwgujl84C .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWwgujl84C .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWwgujl84C .navbar.opened {
  transition: all 0.3s;
}
.cid-tWwgujl84C .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWwgujl84C .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tWwgujl84C .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWwgujl84C .navbar.collapsed {
  justify-content: center;
}
.cid-tWwgujl84C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWwgujl84C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWwgujl84C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWwgujl84C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWwgujl84C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWwgujl84C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWwgujl84C .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWwgujl84C .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWwgujl84C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWwgujl84C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWwgujl84C .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWwgujl84C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWwgujl84C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWwgujl84C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWwgujl84C .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWwgujl84C .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWwgujl84C .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWwgujl84C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWwgujl84C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWwgujl84C .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWwgujl84C .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWwgujl84C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWwgujl84C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWwgujl84C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWwgujl84C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tWwgujl84C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWwgujl84C .dropdown-item.active,
.cid-tWwgujl84C .dropdown-item:active {
  background-color: transparent;
}
.cid-tWwgujl84C .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-tWwgujl84C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWwgujl84C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWwgujl84C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWwgujl84C ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWwgujl84C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWwgujl84C button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWwgujl84C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWwgujl84C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWwgujl84C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWwgujl84C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWwgujl84C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWwgujl84C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWwgujl84C .navbar {
    height: 70px;
  }
  .cid-tWwgujl84C .navbar.opened {
    height: auto;
  }
  .cid-tWwgujl84C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWwgujl84C .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tWwgujl84C .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-tWwgujl84C .pgk-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWwgujl84C .pgk-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWwgujl84C .pgk-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-tWwgujl84C .navbar-caption:hover {
  color: #96785e;
}
@media (min-width: 992px) {
  .cid-tWwgujl84C .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWwgujl84C .text_widget {
  margin-bottom: 32px;
}
.cid-tWwgujl84C .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWwgujl84C .text_widget a:hover,
.cid-tWwgujl84C .text_widget a:focus {
  opacity: .8;
}
.cid-tWwgujl84C .pgk-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tWwgujl84C .navbar-caption {
  color: #000000;
}
.cid-tWwgujl84C .pgk-text {
  color: #000000;
  text-align: center;
}
.cid-tWwgujl84C .pgk-section-subtitle,
.cid-tWwgujl84C .text_widget,
.cid-tWwgujl84C .pgk-section-btn {
  text-align: center;
}
.cid-tWwgujl84C a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzaY0F23CV {
  background-image: url("../../../assets/images/img611.jpg");
}
.cid-uzaY0F23CV .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzaY0F23CV .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzaY0F23CV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uzaY0F23CV .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzaY0F23CV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzaY0F23CV .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzaY0F23CV .container {
    padding: 0 24px;
  }
}
.cid-uzaY0F23CV .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uzaY0F23CV .content-wrapper {
    padding: 0;
  }
}
.cid-uzaY0F23CV .content-wrapper .desc-wrapper .pgk-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uzaY0F23CV .content-wrapper .desc-wrapper .pgk-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  pointer-events: none;
}
.cid-uzaY0F23CV .content-wrapper .desc-wrapper .pgk-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uzaY0F23CV .content-wrapper .pgk-section-title {
  margin-bottom: 16px;
}
.cid-uzaY0F23CV .content-wrapper .text-wrapper .pgk-text {
  width: 100%;
  opacity: 1;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzaY0F23CV .content-wrapper .text-wrapper .pgk-text {
    width: 100%;
  }
}
.cid-uzaY0F23CV .pgk-section-title {
  color: #ffffff;
}
.cid-uzaY0F23CV .pgk-desc,
.cid-uzaY0F23CV .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzaY0F23CV .pgk-text,
.cid-uzaY0F23CV .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzaY0F23CV .pgk-section-title,
.cid-uzaY0F23CV .pgk-section-btn {
  text-align: center;
}
.cid-uzFZ6WpFB3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 11992px) {
  .cid-uzFZ6WpFB3 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cid-uzFZ6WpFB3 * {
    display: none;
  }
}
.cid-uzFZ6WpFB3 .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzFZ6WpFB3 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzFZ6WpFB3 img {
  width: 100%;
}
.cid-uzFZ6WpFB3 .pgk-description {
  text-align: center;
}
.cid-uzFZ6WpFB3 * {
  padding: 0px!important;
}
.cid-uzbIRstXDb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uzbIRstXDb::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #6b1731 -10%, transparent 80%);
}
.cid-uzbIRstXDb::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #b38b4d -10%, transparent 80%);
}
.cid-uzbIRstXDb .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzbIRstXDb .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uzbIRstXDb .container {
    padding: 0 16px;
  }
}
.cid-uzbIRstXDb .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uzbIRstXDb .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uzbIRstXDb .content-wrapper {
  margin-bottom: 80px;
}
.cid-uzbIRstXDb .content-wrapper .pgk-section-title {
  margin-bottom: 12px;
}
.cid-uzbIRstXDb .content-wrapper .pgk-section-title span {
  color: #b38b4d;
}
.cid-uzbIRstXDb .content-wrapper .text-wrap .pgk-text {
  width: 100%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uzbIRstXDb .content-wrapper .text-wrap .pgk-text {
    width: 100%;
  }
}
.cid-uzbIRstXDb .pgk-section-btn-main {
  margin-bottom: 14px;
}
.cid-uzbIRstXDb .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uzbIRstXDb .item .item-wrapper {
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(179, 139, 77, 0.11);
  height: 100%;
  padding: 20px;
  border-radius: 1.5rem !important;
}
@media (max-width: 992px) {
  .cid-uzbIRstXDb .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uzbIRstXDb .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uzbIRstXDb .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 15px;
  }
}
.cid-uzbIRstXDb .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uzbIRstXDb .item .item-wrapper .card-box .title-wrap .pgk-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #b38b4d;
}
.cid-uzbIRstXDb .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uzbIRstXDb .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uzbIRstXDb .pgk-section-title {
  color: #000000;
}
.cid-uzbIRstXDb .pgk-text,
.cid-uzbIRstXDb .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uzbIRstXDb .item-title {
  color: #000000;
}
.cid-uzbIRstXDb .item-text {
  color: #6f6f6f;
}
.cid-uzbIRstXDb .pgk-section-title,
.cid-uzbIRstXDb .pgk-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uzbIRstXDb img {
  margin-bottom: 1.5rem;
  border-radius: 1.5rem!important;
}
.cid-uzc4r6TKVA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #6b1731;
  background: linear-gradient(45deg, rgba(107, 23, 49, 0.1), rgba(179, 139, 77, 0.2));
}
.cid-uzc4r6TKVA .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uzc4r6TKVA .container {
  z-index: 1;
}
.cid-uzc4r6TKVA .pgk-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uzc4r6TKVA .pgk-section-subtitle {
  text-align: center;
}
.cid-uzc4r6TKVA .pgk-section-btn {
  margin-top: 35px;
}
.cid-uzc4r6TKVA .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uzc4r6TKVA .pgk-section-btn .btn-white:hover {
  background-color: #96785e !important;
  border-color: #96785e !important;
  color: #ffffff !important;
}
.cid-uzc4r6TKVA .pgk-section-title,
.cid-uzc4r6TKVA .pgk-section-btn {
  text-align: center;
}
.cid-uzc4r6TKVA .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uzc4r6TKVA .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uzc4r6TKVA .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzc4r6TKVA .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbP4p8ZH4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzbP4p8ZH4 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cid-uzbP4p8ZH4 * {
    display: none;
  }
}
.cid-uzbP4p8ZH4 .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzbP4p8ZH4 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzbP4p8ZH4 .container {
    padding: 0 22px;
  }
}
.cid-uzbP4p8ZH4 .content-wrapper .title-wrapper .pgk-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uzbP4p8ZH4 .content-wrapper .title-wrapper .pgk-section-title {
    margin-bottom: 12px;
    width: 100%;
  }
}
.cid-uzbP4p8ZH4 .content-wrapper .title-wrapper .pgk-section-titler {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uzbP4p8ZH4 .content-wrapper .title-wrapper .pgk-section-titler {
    margin-bottom: 12px;
    width: 100%;
  }
}
.cid-uzbP4p8ZH4 .content-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 12rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uzbP4p8ZH4 .content-wrapper img {
    height: 100%;
  }
}
.cid-uzbP4p8ZH4 .pgk-section-title {
  color: #000000;
}
.cid-uzbP4p8ZH4 h2 {
  color: #96785e !important;
  border-bottom: 5px solid #96785e;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uzbP4p8ZH4 .pgk-section-title,
.cid-uzbP4p8ZH4 .title-wrapper {
  text-align: left;
}
.cid-uzbPThm7dY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uzbPThm7dY {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cid-uzbPThm7dY * {
    display: none;
  }
}
.cid-uzbPThm7dY .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzbPThm7dY .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbPThm7dY .row {
  flex-direction: row-reverse;
}
.cid-uzbPThm7dY img {
  border-radius: 1.5rem!important;
  margin-bottom: 1rem;
}
.cid-uzbPThm7dY .pgk-description {
  text-align: center;
}
.cid-uzG19xkQqW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 11992px) {
  .cid-uzG19xkQqW {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cid-uzG19xkQqW * {
    display: none;
  }
}
.cid-uzG19xkQqW .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzG19xkQqW .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzG19xkQqW .row {
  flex-direction: row-reverse;
}
.cid-uzG19xkQqW img {
  margin-bottom: 1rem;
}
.cid-uzG19xkQqW .pgk-description {
  text-align: center;
}
.cid-uzG19xkQqW h2 {
  color: #96785e;
  border-bottom: 5px solid #96785e;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uzG4uCGIF7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzG4uCGIF7 .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzG4uCGIF7 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uzG4uCGIF7 .container {
    padding: 0 16px;
  }
}
.cid-uzG4uCGIF7 .content-wrapper .pgk-section-title {
  margin-bottom: 80px;
}
.cid-uzG4uCGIF7 .content-wrapper .pgk-section-title span {
  color: #f1634f;
}
.cid-uzG4uCGIF7 .pgk-figure iframe {
  border-radius: 0 !important;
}
.cid-uzG4uCGIF7 .pgk-figure .app-video-wrapper img {
  border-radius: 0 !important;
}
.cid-uzG4uCGIF7 .pgk-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzG4MGz0m3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzG4MGz0m3 .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzG4MGz0m3 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uzG4MGz0m3 .container {
    padding: 0 16px;
  }
}
.cid-uzG4MGz0m3 .content-wrapper .pgk-section-title {
  margin-bottom: 80px;
}
.cid-uzG4MGz0m3 .content-wrapper .pgk-section-title span {
  color: #f1634f;
}
.cid-uzG4MGz0m3 .pgk-figure iframe {
  border-radius: 0 !important;
}
.cid-uzG4MGz0m3 .pgk-figure .app-video-wrapper img {
  border-radius: 0 !important;
}
.cid-uzG4MGz0m3 .pgk-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzG1LZnxry {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 11992px) {
  .cid-uzG1LZnxry {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cid-uzG1LZnxry * {
    display: none;
  }
}
.cid-uzG1LZnxry .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzG1LZnxry .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzG1LZnxry .row {
  flex-direction: row-reverse;
}
.cid-uzG1LZnxry img {
  margin-bottom: 1rem;
}
.cid-uzG1LZnxry .pgk-description {
  text-align: center;
}
.cid-uzG1LZnxry h2 {
  color: #96785e;
  border-bottom: 5px solid #96785e;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uzbRCm6BRK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 11992px) {
  .cid-uzbRCm6BRK {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cid-uzbRCm6BRK * {
    display: none;
  }
}
.cid-uzbRCm6BRK .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzbRCm6BRK .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbRCm6BRK .row {
  flex-direction: row-reverse;
}
.cid-uzbRCm6BRK img {
  margin-bottom: 1rem;
}
.cid-uzbRCm6BRK .pgk-description {
  text-align: center;
}
.cid-uzbRCm6BRK h2 {
  color: #96785e;
  border-bottom: 5px solid #96785e;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uzc4nqVyB8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #6b1731;
  background: linear-gradient(45deg, rgba(107, 23, 49, 0.1), rgba(179, 139, 77, 0.2));
}
.cid-uzc4nqVyB8 .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uzc4nqVyB8 .container {
  z-index: 1;
}
.cid-uzc4nqVyB8 .pgk-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uzc4nqVyB8 .pgk-section-subtitle {
  text-align: center;
}
.cid-uzc4nqVyB8 .pgk-section-btn {
  margin-top: 35px;
}
.cid-uzc4nqVyB8 .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uzc4nqVyB8 .pgk-section-btn .btn-white:hover {
  background-color: #96785e !important;
  border-color: #96785e !important;
  color: #ffffff !important;
}
.cid-uzc4nqVyB8 .pgk-section-title,
.cid-uzc4nqVyB8 .pgk-section-btn {
  text-align: center;
}
.cid-uzc4nqVyB8 .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uzc4nqVyB8 .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uzc4nqVyB8 .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzc4nqVyB8 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbUQmNFuZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 11992px) {
  .cid-uzbUQmNFuZ {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cid-uzbUQmNFuZ * {
    display: none;
  }
}
.cid-uzbUQmNFuZ .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzbUQmNFuZ .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbUQmNFuZ .row {
  flex-direction: row-reverse;
}
.cid-uzbUQmNFuZ img {
  border-radius: 1.5rem!important;
  box-shadow: 0 10px 30px rgba(179, 139, 77, 0.11);
  margin-bottom: 1rem;
}
.cid-uzbUQmNFuZ .pgk-description {
  text-align: center;
}
.cid-uzbUQmNFuZ h2 {
  color: #96785e;
  border-bottom: 5px solid #96785e;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uzbVcj22po {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzbVcj22po .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uzbVcj22po .card-box {
  z-index: 2;
  position: relative;
}
.cid-uzbVcj22po .pgk-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #b38b4d;
  width: 80px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
}
.cid-uzbVcj22po .pgk-iconfont-big {
  font-size: 16rem;
  color: #b38b4d;
  position: absolute;
  bottom: -5rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uzbVcj22po .card-title,
.cid-uzbVcj22po .card-text,
.cid-uzbVcj22po .card-number {
  transition: all 0.3s;
}
.cid-uzbVcj22po .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 5rem 3rem;
  background: #fffaf3;
  transition: all 0.3s;
}
.cid-uzbVcj22po .card-wrapper:hover {
  background: #b38b4d;
}
.cid-uzbVcj22po .card-wrapper:hover .pgk-iconfont-big {
  color: #ffffff;
  transform: rotate(-20deg);
}
.cid-uzbVcj22po .card-wrapper:hover .card-title,
.cid-uzbVcj22po .card-wrapper:hover .card-text,
.cid-uzbVcj22po .card-wrapper:hover .card-number {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uzbVcj22po .card-wrapper {
    margin: 1rem;
    border-radius: 1.5rem;
  }
}
.cid-uzbVcj22po .card-title,
.cid-uzbVcj22po .iconfont-wrapper {
  color: #160830;
}
.cid-uzbVcj22po .card-text {
  color: #353535;
}
.cid-uzbVcj22po .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzbVcj22po .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uzbVcj22po .card-wrapper {
    padding: 2rem !important;
    margin: 0 !important;
    margin-bottom: 0px;
  }
  .cid-uzbVcj22po .pgk-iconfont-big {
    font-size: 4rem;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzbVcj22po .card-wrapper {
    margin-bottom: 1rem!important;
  }
}
.cid-uzc4msxDeS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #6b1731;
  background: linear-gradient(45deg, rgba(107, 23, 49, 0.1), rgba(179, 139, 77, 0.2));
}
.cid-uzc4msxDeS .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uzc4msxDeS .container {
  z-index: 1;
}
.cid-uzc4msxDeS .pgk-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uzc4msxDeS .pgk-section-subtitle {
  text-align: center;
}
.cid-uzc4msxDeS .pgk-section-btn {
  margin-top: 35px;
}
.cid-uzc4msxDeS .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uzc4msxDeS .pgk-section-btn .btn-white:hover {
  background-color: #96785e !important;
  border-color: #96785e !important;
  color: #ffffff !important;
}
.cid-uzc4msxDeS .pgk-section-title,
.cid-uzc4msxDeS .pgk-section-btn {
  text-align: center;
}
.cid-uzc4msxDeS .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uzc4msxDeS .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uzc4msxDeS .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzc4msxDeS .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbWsXgT3e {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzbWsXgT3e .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem!important;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(179, 139, 77, 0.11);
}
.cid-uzbWsXgT3e .card-title {
  margin-bottom: 26px;
  color: #1a2a63;
}
.cid-uzbWsXgT3e .pgk-text {
  margin-bottom: 30px;
}
.cid-uzbWsXgT3e .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uzbWsXgT3e .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uzbWsXgT3e .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uzbWsXgT3e .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uzbWsXgT3e .btn_link:hover {
  cursor: pointer;
}
.cid-uzbWsXgT3e .btn_link:hover a {
  color: #96785e !important;
}
.cid-uzbWsXgT3e .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uzbWsXgT3e .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzbWsXgT3e .text-wrapper {
    text-align: center;
  }
  .cid-uzbWsXgT3e .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uzbWsXgT3e .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uzbWsXgT3e .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzbWsXgT3e .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzbWsXgT3e .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbWsXgT3e .card-title,
.cid-uzbWsXgT3e .icon_block {
  color: #000000;
}
.cid-uzbWsXgT3e .pgk-text,
.cid-uzbWsXgT3e .btn_link {
  color: #000000;
}
.cid-uzbWsXgT3e P {
  color: #6b1731;
}
.cid-uzbWX1v0Ho {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzbWX1v0Ho .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem!important;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(179, 139, 77, 0.11);
}
.cid-uzbWX1v0Ho .card-title {
  margin-bottom: 26px;
  color: #1a2a63;
}
.cid-uzbWX1v0Ho .pgk-text {
  margin-bottom: 30px;
}
.cid-uzbWX1v0Ho .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uzbWX1v0Ho .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uzbWX1v0Ho .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uzbWX1v0Ho .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uzbWX1v0Ho .btn_link:hover {
  cursor: pointer;
}
.cid-uzbWX1v0Ho .btn_link:hover a {
  color: #96785e !important;
}
.cid-uzbWX1v0Ho .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uzbWX1v0Ho .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzbWX1v0Ho .text-wrapper {
    text-align: center;
  }
  .cid-uzbWX1v0Ho .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uzbWX1v0Ho .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uzbWX1v0Ho .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzbWX1v0Ho .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzbWX1v0Ho .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbWX1v0Ho .card-title,
.cid-uzbWX1v0Ho .icon_block {
  color: #000000;
}
.cid-uzbWX1v0Ho .pgk-text,
.cid-uzbWX1v0Ho .btn_link {
  color: #000000;
}
.cid-uzbWX1v0Ho P {
  color: #6b1731;
}
.cid-uzbWXH5WuS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzbWXH5WuS .image-wrapper img {
  width: 100%;
  height: 500px;
  border-radius: 1.5rem!important;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(179, 139, 77, 0.11);
}
.cid-uzbWXH5WuS .card-title {
  margin-bottom: 26px;
  color: #1a2a63;
}
.cid-uzbWXH5WuS .pgk-text {
  margin-bottom: 30px;
}
.cid-uzbWXH5WuS .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uzbWXH5WuS .iconfont-wrapper .pgk-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uzbWXH5WuS .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uzbWXH5WuS .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uzbWXH5WuS .btn_link:hover {
  cursor: pointer;
}
.cid-uzbWXH5WuS .btn_link:hover a {
  color: #96785e !important;
}
.cid-uzbWXH5WuS .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uzbWXH5WuS .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzbWXH5WuS .text-wrapper {
    text-align: center;
  }
  .cid-uzbWXH5WuS .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uzbWXH5WuS .pgk-text {
    margin-bottom: 20px;
  }
  .cid-uzbWXH5WuS .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzbWXH5WuS .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzbWXH5WuS .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbWXH5WuS .card-title,
.cid-uzbWXH5WuS .icon_block {
  color: #000000;
}
.cid-uzbWXH5WuS .pgk-text,
.cid-uzbWXH5WuS .btn_link {
  color: #000000;
}
.cid-uzbWXH5WuS P {
  color: #6b1731;
}
.cid-uzbXXMNkxo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #6b1731;
  background: linear-gradient(45deg, rgba(107, 23, 49, 0.1), rgba(179, 139, 77, 0.2));
}
.cid-uzbXXMNkxo .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uzbXXMNkxo .container {
  z-index: 1;
}
.cid-uzbXXMNkxo .pgk-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uzbXXMNkxo .pgk-section-subtitle {
  text-align: center;
}
.cid-uzbXXMNkxo .pgk-section-btn {
  margin-top: 35px;
}
.cid-uzbXXMNkxo .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uzbXXMNkxo .pgk-section-btn .btn-white:hover {
  background-color: #96785e !important;
  border-color: #96785e !important;
  color: #ffffff !important;
}
.cid-uzbXXMNkxo .pgk-section-title,
.cid-uzbXXMNkxo .pgk-section-btn {
  text-align: center;
}
.cid-uzbXXMNkxo .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uzbXXMNkxo .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uzbXXMNkxo .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzbXXMNkxo .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbYmTgVqL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6b1731;
}
.cid-uzbYmTgVqL .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzbYmTgVqL .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbYmTgVqL .content-wrap {
  padding: 60px;
  background-color: #ffffff;
  border-radius: 1.5rem!important;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uzbYmTgVqL .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uzbYmTgVqL .content-wrap .cont-wrap {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uzbYmTgVqL .content-wrap .cont-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uzbYmTgVqL .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uzbYmTgVqL .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzbYmTgVqL .content-wrap .cont-wrap .title-wrapper .desc-wrapper .pgk-desc {
  display: inline-block;
  background-color: #6b1731;
  border-radius: 1.5rem!important;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uzbYmTgVqL .content-wrap .cont-wrap .title-wrapper .pgk-section-title {
  margin-bottom: 0;
}
.cid-uzbYmTgVqL .content-wrap .cont-wrap .title-wrapper .pgk-section-title span {
  color: #6b1731;
}
.cid-uzbYmTgVqL .content-wrap .cont-wrap .form-wrapper {
  padding-right: 130px;
}
@media (max-width: 1200px) {
  .cid-uzbYmTgVqL .content-wrap .cont-wrap .form-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uzbYmTgVqL .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uzbYmTgVqL .content-wrap .cont-wrap .form-wrapper .dragArea.row .pgk-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzbYmTgVqL .content-wrap .cont-wrap .form-wrapper .dragArea.row .pgk-text {
    margin-bottom: 20px;
  }
}
.cid-uzbYmTgVqL .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uzbYmTgVqL .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uzbYmTgVqL .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #f8f8f8;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uzbYmTgVqL .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uzbYmTgVqL .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uzbYmTgVqL .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uzbYmTgVqL .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #404349;
  font-size: 18px;
  opacity: .6;
}
.cid-uzbYmTgVqL .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uzbYmTgVqL .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uzbYmTgVqL .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #404349;
  border-color: #404349;
}
.cid-uzbYmTgVqL .content-wrap .cont-wrap .form-wrapper .dragArea.row .pgk-section-btn {
  width: 100%;
}
.cid-uzbYmTgVqL .content-wrap .cont-wrap .form-wrapper .dragArea.row .pgk-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uzbYmTgVqL .content-wrap .map-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzbYmTgVqL .content-wrap .map-wrapper {
    width: 100%;
    padding-top: 250px;
  }
}
.cid-uzbYmTgVqL .content-wrap .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uzbYmTgVqL .content-wrap .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uzbYmTgVqL .content-wrap .map-wrapper .contacts-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #6b1731;
  border-radius: 1.5rem!important;
  padding: 30px;
}
@media (max-width: 1200px) {
  .cid-uzbYmTgVqL .content-wrap .map-wrapper .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzbYmTgVqL .content-wrap .map-wrapper .contacts-wrapper {
    padding: 20px 10px 10px;
  }
}
.cid-uzbYmTgVqL .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
  width: 100%;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .cid-uzbYmTgVqL .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uzbYmTgVqL .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uzbYmTgVqL .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uzbYmTgVqL .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uzbYmTgVqL .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #b38b4d;
}
.cid-uzbYmTgVqL .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
  width: 45%;
}
@media (max-width: 1200px) {
  .cid-uzbYmTgVqL .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
    width: 100%;
  }
}
.cid-uzbYmTgVqL .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .soc-desc {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uzbYmTgVqL .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzbYmTgVqL .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzbYmTgVqL .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .pgk-iconfont,
.cid-uzbYmTgVqL .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .pgk-iconfont {
  transform: scale(1.1);
}
.cid-uzbYmTgVqL .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uzbYmTgVqL .pgk-section-title {
  color: #404349;
}
.cid-uzbYmTgVqL .pgk-desc {
  color: #b19a7c;
}
.cid-uzbYmTgVqL .pgk-text {
  color: #404349;
}
.cid-uzbYmTgVqL .list {
  color: #404349;
}
.cid-uzbYmTgVqL .soc-desc {
  color: #404349;
}
.cid-uzbYmTgVqL label {
  color: #404349;
}
.cid-uzbYmTgVqL .pgk-section-title,
.cid-uzbYmTgVqL .title-wrap {
  text-align: left;
}
.cid-uzbYmTgVqL .list,
.cid-uzbYmTgVqL .item-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-uzbYmTgVqL .pgk-desc,
.cid-uzbYmTgVqL .desc-wrapper {
  color: #ffffff;
}
.cid-uzFSMQ3oNi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a2a63;
}
.cid-uzFSMQ3oNi .pgk-fallback-image.disabled {
  display: none;
}
.cid-uzFSMQ3oNi .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzFSMQ3oNi .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uzFSMQ3oNi .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uzFSMQ3oNi .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uzFSMQ3oNi .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uzFSMQ3oNi .container {
    max-width: 100%;
  }
  .cid-uzFSMQ3oNi .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uzFSMQ3oNi .item-wrap {
  width: 100%;
}
.cid-uzFSMQ3oNi .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uzFSMQ3oNi .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uzFSMQ3oNi .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uzFSMQ3oNi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uzFSMQ3oNi .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uzFSMQ3oNi .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uzFSMQ3oNi .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uzFSMQ3oNi .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
