.btn {
  border-width: 2px;
}
body {
  font-family: JetBrains Mono;
}
.display-1 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .pgk-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .pgk-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .pgk-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
}
.display-5 > .pgk-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .pgk-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.4rem 2.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 0.8rem 3rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ff8a8a !important;
}
.bg-info {
  background-color: #140b2a !important;
}
.bg-warning {
  background-color: #ffc800 !important;
}
.bg-danger {
  background-color: #ffc800 !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: white!important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ff6666 !important;
  background-color: white!important;
  border-color: #ff6666 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #140b2a !important;
  border-color: #140b2a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #140b2a !important;
  background-color: white!important;
  border-color: #140b2a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #ff8a8a !important;
  border-color: #ff8a8a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ff8a8a !important;
  background-color: white!important;
  border-color: #ff8a8a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc800 !important;
  border-color: #ffc800 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffc800 !important;
  background-color: white!important;
  border-color: #ffc800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a88400 !important;
  border-color: #a88400 !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffc800 !important;
  border-color: #ffc800 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffc800 !important;
  background-color: white!important;
  border-color: #ffc800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a88400 !important;
  border-color: #a88400 !important;
}
.btn-white {
  background: white;
  transition: all 0.3s;
  color: #000000;
  border-color: white;
}
.btn-white:hover {
  background: #000000;
  color: white;
  border-color: #000000;
}
.btn-black {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #232323 !important;
  background-color: white!important;
  border-color: #232323 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #140b2a;
  color: #140b2a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #140b2a !important;
  border-color: #140b2a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff8a8a;
  color: #ff8a8a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ff3333 !important;
  background-color: transparent!important;
  border-color: #ff3333 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8a8a !important;
  border-color: #ff8a8a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc800;
  color: #ffc800;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a88400 !important;
  background-color: transparent!important;
  border-color: #a88400 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffc800 !important;
  border-color: #ffc800 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffc800;
  color: #ffc800;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a88400 !important;
  background-color: transparent!important;
  border-color: #a88400 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffc800 !important;
  border-color: #ffc800 !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: #000000 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #ff8a8a !important;
}
.text-info {
  color: #140b2a !important;
}
.text-warning {
  color: #ffc800 !important;
}
.text-danger {
  color: #ffc800 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ff2424 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #997800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #997800 !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]) {
  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]):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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #140b2a;
}
.alert-warning {
  background-color: #ffc800;
}
.alert-danger {
  background-color: #ffc800;
}
.pgk-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.pgk-gallery-filter li a {
  border-radius: 100px !important;
}
.pgk-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.pgk-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.pgk-plan-header.bg-primary .pgk-plan-subtitle,
.pgk-plan-header.bg-primary .pgk-plan-price-desc {
  color: #b3b3b3;
}
.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: #c1b0ea;
}
.pgk-plan-header.bg-warning .pgk-plan-subtitle,
.pgk-plan-header.bg-warning .pgk-plan-price-desc {
  color: #fff4cc;
}
.pgk-plan-header.bg-danger .pgk-plan-subtitle,
.pgk-plan-header.bg-danger .pgk-plan-price-desc {
  color: #fff4cc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .pgk-iconfont {
  font-size: 1.375rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .pgk-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.pgk-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.pgk-form .input-group-btn a.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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23000000' %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;
}
.cid-u3tsK0SzP5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u3tsK0SzP5 nav.navbar {
  position: fixed;
}
.cid-u3tsK0SzP5 .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3tsK0SzP5 .dropdown-menu {
  padding: 15px 0;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-u3tsK0SzP5 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u3tsK0SzP5 .dropdown-item:after {
  right: 1rem !important;
}
.cid-u3tsK0SzP5 .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u3tsK0SzP5 .dropdown-item:hover:before,
.cid-u3tsK0SzP5 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u3tsK0SzP5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3tsK0SzP5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3tsK0SzP5 .nav-link {
  position: relative;
}
.cid-u3tsK0SzP5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u3tsK0SzP5 .container {
    flex-wrap: nowrap;
  }
}
.cid-u3tsK0SzP5 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u3tsK0SzP5 .navbar-nav .nav-item {
  margin: 0;
}
.cid-u3tsK0SzP5 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u3tsK0SzP5 .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u3tsK0SzP5 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u3tsK0SzP5 .dropdown-menu,
.cid-u3tsK0SzP5 .navbar.opened {
  background: #ffffff !important;
}
.cid-u3tsK0SzP5 .nav-item:focus,
.cid-u3tsK0SzP5 .nav-link:focus {
  outline: none;
}
.cid-u3tsK0SzP5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3tsK0SzP5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3tsK0SzP5 .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3tsK0SzP5 .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3tsK0SzP5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3tsK0SzP5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3tsK0SzP5 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u3tsK0SzP5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u3tsK0SzP5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3tsK0SzP5 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u3tsK0SzP5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3tsK0SzP5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3tsK0SzP5 .navbar.collapsed {
  justify-content: center;
}
.cid-u3tsK0SzP5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3tsK0SzP5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3tsK0SzP5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3tsK0SzP5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3tsK0SzP5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3tsK0SzP5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3tsK0SzP5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3tsK0SzP5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3tsK0SzP5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3tsK0SzP5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3tsK0SzP5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3tsK0SzP5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3tsK0SzP5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3tsK0SzP5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u3tsK0SzP5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3tsK0SzP5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3tsK0SzP5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3tsK0SzP5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3tsK0SzP5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3tsK0SzP5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3tsK0SzP5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u3tsK0SzP5 .navbar.navbar-short {
  min-height: 100px;
}
.cid-u3tsK0SzP5 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u3tsK0SzP5 .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3tsK0SzP5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3tsK0SzP5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3tsK0SzP5 .dropdown-item.active,
.cid-u3tsK0SzP5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3tsK0SzP5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3tsK0SzP5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3tsK0SzP5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3tsK0SzP5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3tsK0SzP5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3tsK0SzP5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3tsK0SzP5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3tsK0SzP5 .navbar-buttons {
  text-align: center;
}
.cid-u3tsK0SzP5 button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-u3tsK0SzP5 button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-u3tsK0SzP5 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u3tsK0SzP5 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u3tsK0SzP5 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u3tsK0SzP5 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u3tsK0SzP5 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u3tsK0SzP5 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3tsK0SzP5 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u3tsK0SzP5 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u3tsK0SzP5 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3tsK0SzP5 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u3tsK0SzP5 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u3tsK0SzP5 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u3tsK0SzP5 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3tsK0SzP5 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u3tsK0SzP5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3tsK0SzP5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3tsK0SzP5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3tsK0SzP5 .navbar {
    height: 70px;
  }
  .cid-u3tsK0SzP5 .navbar.opened {
    height: auto;
  }
  .cid-u3tsK0SzP5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3tsK0SzP5 .container,
.cid-u3tsK0SzP5 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3tsK0SzP5 .container,
  .cid-u3tsK0SzP5 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u3tsK0SzP5 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u3tsK0SzP5 .navbar-collapse {
  min-height: 98px;
}
.cid-u3tsK0SzP5 .pgk-section-btn {
  max-width: 35%;
}
.cid-u3tsK0SzP5 .pgk-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u3tsK0SzP5 {
    min-height: 70px !important;
  }
  .cid-u3tsK0SzP5 .navbar {
    min-height: 70px !important;
  }
  .cid-u3tsK0SzP5 .container-fluid {
    padding: 0 7%;
  }
  .cid-u3tsK0SzP5 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u3tsK0SzP5 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u3tsK0SzP5 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u3tsK0SzP5 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u3tsK0SzP5 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u3tsK0SzP5 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u3tsK0SzP5 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u3tsK0SzP5 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u3tsK0SzP5 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u3tsK0SzP5 .pgk-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-u3AHeDEEPi {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-u3AHeDEEPi .carousel {
  height: 800px;
}
.cid-u3AHeDEEPi .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u3AHeDEEPi .carousel-item,
.cid-u3AHeDEEPi .carousel-inner {
  height: 100%;
}
.cid-u3AHeDEEPi img,
.cid-u3AHeDEEPi .item-wrapper {
  border-radius: 0 !important;
}
.cid-u3AHeDEEPi .pgk-overlay {
  z-index: 1;
}
.cid-u3AHeDEEPi .carousel-caption {
  bottom: 40px;
}
.cid-u3AHeDEEPi .pagekr-pgkr-arrow-next {
  margin-left: 5px;
}
.cid-u3AHeDEEPi .pagekr-pgkr-arrow-prev {
  margin-right: 5px;
}
.cid-u3AHeDEEPi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-u3AHeDEEPi .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u3AHeDEEPi .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u3AHeDEEPi .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u3AHeDEEPi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u3AHeDEEPi .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u3AHeDEEPi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u3AHeDEEPi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u3AHeDEEPi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u3AHeDEEPi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u3AHeDEEPi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u3AHeDEEPi .carousel-indicators li.active,
.cid-u3AHeDEEPi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u3AHeDEEPi .carousel-indicators li::after,
.cid-u3AHeDEEPi .carousel-indicators li::before {
  content: none;
}
.cid-u3AHeDEEPi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u3AHeDEEPi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u3AHeDEEPi .pgk-section-subtitle,
  .cid-u3AHeDEEPi .pgk-section-text,
  .cid-u3AHeDEEPi .pgk-section-btn {
    text-align: center;
  }
}
.cid-u3AHeDEEPi H5 {
  color: #ffffff;
}
.cid-u3AHeDEEPi img {
  filter: brightness(50%);
}
.cid-u5JmdqbSab {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5JmdqbSab .pgk-fallback-image.disabled {
  display: none;
}
.cid-u5JmdqbSab .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5JmdqbSab .row {
  flex-direction: row-reverse;
}
.cid-u5JmdqbSab .video-wrapper iframe {
  width: 100%;
  border-radius: 1rem!important;
}
.cid-u5JmdqbSab .pgk-section-title,
.cid-u5JmdqbSab .pgk-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u5JmdqbSab .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3yZ3raGRT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3yZ3raGRT .item-img {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.cid-u3yZ3raGRT .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-u3yZ3raGRT .item-img:hover img {
  transform: scale(1.15);
}
.cid-u3yZ3raGRT .item-img:hover:before {
  opacity: 0.5;
}
.cid-u3yZ3raGRT h5 {
  margin-bottom: 1rem;
}
.cid-u3yZ3raGRT .item-content {
  position: absolute;
  top: 70%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-u3yZ3raGRT .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-u3yZ3raGRT img,
.cid-u3yZ3raGRT .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u3yZ3raGRT .item:focus,
.cid-u3yZ3raGRT span:focus {
  outline: none;
}
.cid-u3yZ3raGRT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3yZ3raGRT .item {
    margin-bottom: 1rem;
  }
}
.cid-u3yZ3raGRT .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3yZ3raGRT .pgk-section-title {
  color: #4e423d;
}
.cid-u3yZ3raGRT .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u3yZ3raGRT .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u3yZ3raGRT .pgk-text,
.cid-u3yZ3raGRT .item .pgk-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u3yZ3raGRT .content-head {
  max-width: 800px;
}
.cid-u3z0xqPUj1 {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u3z0xqPUj1 .pgk-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-u3z0xqPUj1 .pgk-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-u3z0xqPUj1 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #000000;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-u3z0xqPUj1 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u3z0xqPUj1 .pgk-section-title {
  margin-top: 30px;
  font-weight: 500;
  margin-bottom: 36px;
}
.cid-u3z0xqPUj1 .pgk-section-title.display-2 {
  line-height: 1.375;
}
.cid-u3z0xqPUj1 .box {
  padding: 40px 40px 20px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  min-height: 350px;
  height: 450px;
}
@media (max-width: 991px) {
  .cid-u3z0xqPUj1 .box {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-u3z0xqPUj1 .box {
    min-height: 500px;
    height: 600px;
  }
  .cid-u3z0xqPUj1 .carousel-indicators {
    margin: auto;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .cid-u3z0xqPUj1 .blockquote-details {
    justify-content: center;
  }
}
.cid-u3z0xqPUj1 .pgk-text {
  margin-bottom: 20px;
}
.cid-u3z0xqPUj1 .pgk-text.display-7 {
  font-size: 18px;
  color: #707070;
  line-height: 1.6;
}
.cid-u3z0xqPUj1 .blockquote-details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
}
.cid-u3z0xqPUj1 .blockquote-details .img-blob img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-u3z0xqPUj1 .blockquote-details .info {
  padding-left: 20px;
}
.cid-u3z0xqPUj1 .blockquote-details .info .signature {
  color: #404040;
  margin-bottom: 0;
}
.cid-u3z0xqPUj1 .blockquote-details .info .signature.display-7 {
  line-height: 1.3;
  font-size: 18px;
}
.cid-u3z0xqPUj1 .blockquote-details .info .desk {
  color: #999;
}
.cid-u3z0xqPUj1 .blockquote-details .info .desk.display-4 {
  line-height: 1.3125;
}
.cid-u3z0xqPUj1 .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-u3z0xqPUj1 .carousel-item > div {
  width: 100%;
}
.cid-u3z0xqPUj1 .carousel-item.active,
.cid-u3z0xqPUj1 .carousel-item-next,
.cid-u3z0xqPUj1 .carousel-item-prev {
  display: flex;
}
.cid-u3z0xqPUj1 .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: rgba(187, 187, 187, 0.8);
  font-size: 2rem;
  border-width: 0px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  margin: 6px;
}
.cid-u3z0xqPUj1 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u3z0xqPUj1 .carousel-indicators .active {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  background-color: rgba(255, 102, 102, 0.8);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.cid-u3z0xqPUj1 .carousel-indicators {
  margin: 20px 0 0 0.1rem;
  -webkit-box-pack: center !important;
  justify-content: center !important;
  bottom: -30px;
}
.cid-u3z0xqPUj1 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3z0xqPUj1 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3z0xqPUj1 .box .blockquote-details .info .desk {
  color: #ff6666;
}
.cid-u3z0xqPUj1 .per {
  color: #ff6666;
}
.cid-u3zuVk24Fc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u3zuVk24Fc .pgk-iconfont {
  font-size: 1.4rem !important;
  font-family: 'pagekrnet2' !important;
  color: #0046c7 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-u3zuVk24Fc .panel-group {
  border: none;
}
.cid-u3zuVk24Fc .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3zuVk24Fc .card-header {
    padding: 1rem 0rem;
  }
}
.cid-u3zuVk24Fc .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u3zuVk24Fc .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-u3zuVk24Fc .img-col {
  padding: 0;
}
.cid-u3zuVk24Fc .img-item {
  height: 100%;
}
.cid-u3zuVk24Fc img {
  height: 100%;
  object-fit: cover;
}
.cid-u3zuVk24Fc .collapsed span {
  transform: rotate(0deg);
}
.cid-u3zuVk24Fc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u3zuVk24Fc p {
  margin-bottom: 0.3rem;
}
.cid-u3zuVk24Fc .panel-title-edit {
  color: #e9c0e9;
}
.cid-u3zuVk24Fc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 1rem!important;
}
.cid-u3zuVk24Fc .card {
  background: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
  border-radius: 1rem!important;
}
@media (max-width: 767px) {
  .cid-u3zuVk24Fc .card {
    padding: 1.5rem;
  }
}
.cid-u3zuVk24Fc .panel-text {
  color: #320707;
}
.cid-u3zuVk24Fc .pgk-section-title {
  text-align: center;
  color: #000000;
}
.cid-u3zuVk24Fc .pgk-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u3zuVk24Fc .panel-title-edit,
.cid-u3zuVk24Fc .pgk-iconfont {
  color: #000000;
}
.cid-u3zHvFcmXa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #8caff0;
  background: linear-gradient(45deg, rgba(140, 175, 240, 0.1), rgba(255, 138, 138, 0.2));
}
.cid-u3zHvFcmXa .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-u3zHvFcmXa .container {
  z-index: 1;
}
.cid-u3zHvFcmXa .pgk-section-title {
  color: #233d63;
}
.cid-u3zHvFcmXa .pgk-section-subtitle {
  text-align: center;
}
.cid-u3zHvFcmXa .pgk-section-btn {
  margin-top: 35px;
}
.cid-u3zHvFcmXa .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-u3zHvFcmXa .pgk-section-btn .btn-white:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.cid-u3zHvFcmXa .pgk-section-title,
.cid-u3zHvFcmXa .pgk-section-btn {
  text-align: center;
}
.cid-u3zHvFcmXa .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-u3zHvFcmXa .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-u3zHvFcmXa .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3zHvFcmXa .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3ziVZEdHL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3ziVZEdHL .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3ziVZEdHL .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-u3ziVZEdHL .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u3ziVZEdHL .container {
    padding: 0 14px;
  }
}
.cid-u3ziVZEdHL .row {
  justify-content: center;
}
.cid-u3ziVZEdHL .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3ziVZEdHL .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3ziVZEdHL .image-wrapper img {
  display: inline-flex;
  height: 100%;
  width: 300px;
  border-radius: 8px !important;
}
.cid-u3ziVZEdHL .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3ziVZEdHL .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3ziVZEdHL .nav-wrapper .pgk-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u3ziVZEdHL .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3ziVZEdHL .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u3ziVZEdHL .nav-wrapper .list .item-wrap:hover,
.cid-u3ziVZEdHL .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-u3ziVZEdHL .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3ziVZEdHL .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3ziVZEdHL .contacts-wrapper .pgk-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u3ziVZEdHL .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-u3ziVZEdHL .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u3ziVZEdHL .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .pgk-contact,
.cid-u3ziVZEdHL .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .pgk-contact {
  opacity: .7;
}
.cid-u3ziVZEdHL .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-u3ziVZEdHL .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .pgk-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3ziVZEdHL .pgk-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #000000;
}
.cid-u3ziVZEdHL .pgk-text,
.cid-u3ziVZEdHL .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u3ziVZEdHL .pgk-list-title {
  color: #ffffff;
}
.cid-u3ziVZEdHL .list {
  color: #ffffff;
}
.cid-u3ziVZEdHL .pgk-contact {
  color: #ffffff;
}
.cid-u3ziVZEdHL .pgk-list-title,
.cid-u3ziVZEdHL .image-wrapper {
  color: #000000;
}
.cid-u3ziVZEdHL .list,
.cid-u3ziVZEdHL .item-wrap {
  color: #000000;
}
.cid-u3ziVZEdHL .pgk-contact,
.cid-u3ziVZEdHL .card-wrapper {
  color: #000000;
}
.cid-u3zqSlkM5t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u3zqSlkM5t nav.navbar {
  position: fixed;
}
.cid-u3zqSlkM5t .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3zqSlkM5t .dropdown-menu {
  padding: 15px 0;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-u3zqSlkM5t .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u3zqSlkM5t .dropdown-item:after {
  right: 1rem !important;
}
.cid-u3zqSlkM5t .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u3zqSlkM5t .dropdown-item:hover:before,
.cid-u3zqSlkM5t .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u3zqSlkM5t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3zqSlkM5t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3zqSlkM5t .nav-link {
  position: relative;
}
.cid-u3zqSlkM5t .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u3zqSlkM5t .container {
    flex-wrap: nowrap;
  }
}
.cid-u3zqSlkM5t .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u3zqSlkM5t .navbar-nav .nav-item {
  margin: 0;
}
.cid-u3zqSlkM5t .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u3zqSlkM5t .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u3zqSlkM5t .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u3zqSlkM5t .dropdown-menu,
.cid-u3zqSlkM5t .navbar.opened {
  background: #ffffff !important;
}
.cid-u3zqSlkM5t .nav-item:focus,
.cid-u3zqSlkM5t .nav-link:focus {
  outline: none;
}
.cid-u3zqSlkM5t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3zqSlkM5t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3zqSlkM5t .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3zqSlkM5t .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3zqSlkM5t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3zqSlkM5t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3zqSlkM5t .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u3zqSlkM5t .navbar.opened {
  transition: all 0.3s;
}
.cid-u3zqSlkM5t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3zqSlkM5t .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u3zqSlkM5t .navbar .navbar-logo img {
  width: auto;
}
.cid-u3zqSlkM5t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3zqSlkM5t .navbar.collapsed {
  justify-content: center;
}
.cid-u3zqSlkM5t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3zqSlkM5t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3zqSlkM5t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3zqSlkM5t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3zqSlkM5t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3zqSlkM5t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3zqSlkM5t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3zqSlkM5t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3zqSlkM5t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3zqSlkM5t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3zqSlkM5t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3zqSlkM5t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3zqSlkM5t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3zqSlkM5t .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u3zqSlkM5t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3zqSlkM5t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3zqSlkM5t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3zqSlkM5t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3zqSlkM5t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3zqSlkM5t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3zqSlkM5t .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u3zqSlkM5t .navbar.navbar-short {
  min-height: 100px;
}
.cid-u3zqSlkM5t .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u3zqSlkM5t .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3zqSlkM5t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3zqSlkM5t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3zqSlkM5t .dropdown-item.active,
.cid-u3zqSlkM5t .dropdown-item:active {
  background-color: transparent;
}
.cid-u3zqSlkM5t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3zqSlkM5t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3zqSlkM5t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3zqSlkM5t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3zqSlkM5t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3zqSlkM5t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3zqSlkM5t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3zqSlkM5t .navbar-buttons {
  text-align: center;
}
.cid-u3zqSlkM5t button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-u3zqSlkM5t button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-u3zqSlkM5t button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u3zqSlkM5t button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u3zqSlkM5t button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u3zqSlkM5t button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u3zqSlkM5t button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u3zqSlkM5t button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3zqSlkM5t button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u3zqSlkM5t button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u3zqSlkM5t button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3zqSlkM5t nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u3zqSlkM5t nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u3zqSlkM5t nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u3zqSlkM5t nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3zqSlkM5t nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u3zqSlkM5t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3zqSlkM5t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3zqSlkM5t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3zqSlkM5t .navbar {
    height: 70px;
  }
  .cid-u3zqSlkM5t .navbar.opened {
    height: auto;
  }
  .cid-u3zqSlkM5t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3zqSlkM5t .container,
.cid-u3zqSlkM5t .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3zqSlkM5t .container,
  .cid-u3zqSlkM5t .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u3zqSlkM5t .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u3zqSlkM5t .navbar-collapse {
  min-height: 98px;
}
.cid-u3zqSlkM5t .pgk-section-btn {
  max-width: 35%;
}
.cid-u3zqSlkM5t .pgk-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u3zqSlkM5t {
    min-height: 70px !important;
  }
  .cid-u3zqSlkM5t .navbar {
    min-height: 70px !important;
  }
  .cid-u3zqSlkM5t .container-fluid {
    padding: 0 7%;
  }
  .cid-u3zqSlkM5t .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u3zqSlkM5t .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u3zqSlkM5t .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u3zqSlkM5t .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u3zqSlkM5t .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u3zqSlkM5t .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u3zqSlkM5t .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u3zqSlkM5t .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u3zqSlkM5t .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u3zqSlkM5t .pgk-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-u3zqSlNaZ9 {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/kakaotalk-photo-2024-02-07-12-15-28-01-.jpg");
}
.cid-u3zqSlNaZ9 .pgk-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-u3zqSlNaZ9 .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-u3zqSlNaZ9 .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-u3zqSlNaZ9 .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-u3zqSlNaZ9 .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-u3zqSlNaZ9 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ff6666;
  margin-left: 0.6rem;
}
.cid-u3zqSlNaZ9 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-u3zqSlNaZ9 .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-u3zqSlNaZ9 .separator,
  .cid-u3zqSlNaZ9 .sep-holder,
  .cid-u3zqSlNaZ9 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-u3zqSlNaZ9 .buttons-wrap {
    flex-direction: column;
  }
}
.cid-u3zqSlNaZ9 .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-u3zqSlNaZ9 .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-u3zqSlNaZ9 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-u3zqSlNaZ9 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-u3zqSlNaZ9 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-u3zqSlNaZ9 .items .list-item:last-child .listico {
  display: none;
}
.cid-u3zqSlNaZ9 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3zqSlNaZ9 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3ztLjPQxg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u3ztLjPQxg .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3ztLjPQxg .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-u3ztLjPQxg .container {
    padding: 0 24px;
  }
}
.cid-u3ztLjPQxg .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u3ztLjPQxg .image-wrapper {
  height: 100%;
}
.cid-u3ztLjPQxg .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u3ztLjPQxg .image-wrapper img {
    height: 350px;
  }
}
.cid-u3ztLjPQxg .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u3ztLjPQxg .content-wrapper {
    padding: 24px;
  }
}
.cid-u3ztLjPQxg .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u3ztLjPQxg .content-wrapper .content-wrap .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u3ztLjPQxg .content-wrapper .content-wrap .pgk-text {
  margin-bottom: 16px;
}
.cid-u3ztLjPQxg .content-wrapper .content-wrap .pgk-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u3ztLjPQxg .content-wrapper .content-wrap .pgk-section-btn .btn:hover,
.cid-u3ztLjPQxg .content-wrapper .content-wrap .pgk-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u3ztLjPQxg .pgk-section-title {
  color: #141414;
}
.cid-u3ztLjPQxg .pgk-text {
  color: #141414;
}
.cid-u3zu8IZDcl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u3zu8IZDcl .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3zu8IZDcl .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-u3zu8IZDcl .container {
    padding: 0 24px;
  }
}
.cid-u3zu8IZDcl .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u3zu8IZDcl .image-wrapper {
  height: 100%;
}
.cid-u3zu8IZDcl .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u3zu8IZDcl .image-wrapper img {
    height: 350px;
  }
}
.cid-u3zu8IZDcl .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u3zu8IZDcl .content-wrapper {
    padding: 24px;
  }
}
.cid-u3zu8IZDcl .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u3zu8IZDcl .content-wrapper .content-wrap .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u3zu8IZDcl .content-wrapper .content-wrap .pgk-text {
  margin-bottom: 16px;
}
.cid-u3zu8IZDcl .content-wrapper .content-wrap .pgk-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u3zu8IZDcl .content-wrapper .content-wrap .pgk-section-btn .btn:hover,
.cid-u3zu8IZDcl .content-wrapper .content-wrap .pgk-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u3zu8IZDcl .pgk-section-title {
  color: #141414;
}
.cid-u3zu8IZDcl .pgk-text {
  color: #141414;
}
.cid-u3zuj1yc3O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u3zuj1yc3O .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3zuj1yc3O .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-u3zuj1yc3O .container {
    padding: 0 24px;
  }
}
.cid-u3zuj1yc3O .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u3zuj1yc3O .image-wrapper {
  height: 100%;
}
.cid-u3zuj1yc3O .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u3zuj1yc3O .image-wrapper img {
    height: 350px;
  }
}
.cid-u3zuj1yc3O .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u3zuj1yc3O .content-wrapper {
    padding: 24px;
  }
}
.cid-u3zuj1yc3O .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u3zuj1yc3O .content-wrapper .content-wrap .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u3zuj1yc3O .content-wrapper .content-wrap .pgk-text {
  margin-bottom: 16px;
}
.cid-u3zuj1yc3O .content-wrapper .content-wrap .pgk-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u3zuj1yc3O .content-wrapper .content-wrap .pgk-section-btn .btn:hover,
.cid-u3zuj1yc3O .content-wrapper .content-wrap .pgk-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u3zuj1yc3O .pgk-section-title {
  color: #141414;
}
.cid-u3zuj1yc3O .pgk-text {
  color: #141414;
}
.cid-u3zuqyKaRI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u3zuqyKaRI .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3zuqyKaRI .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-u3zuqyKaRI .container {
    padding: 0 24px;
  }
}
.cid-u3zuqyKaRI .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u3zuqyKaRI .image-wrapper {
  height: 100%;
}
.cid-u3zuqyKaRI .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u3zuqyKaRI .image-wrapper img {
    height: 350px;
  }
}
.cid-u3zuqyKaRI .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u3zuqyKaRI .content-wrapper {
    padding: 24px;
  }
}
.cid-u3zuqyKaRI .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u3zuqyKaRI .content-wrapper .content-wrap .pgk-section-title {
  margin-bottom: 32px;
}
.cid-u3zuqyKaRI .content-wrapper .content-wrap .pgk-text {
  margin-bottom: 16px;
}
.cid-u3zuqyKaRI .content-wrapper .content-wrap .pgk-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u3zuqyKaRI .content-wrapper .content-wrap .pgk-section-btn .btn:hover,
.cid-u3zuqyKaRI .content-wrapper .content-wrap .pgk-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u3zuqyKaRI .pgk-section-title {
  color: #141414;
}
.cid-u3zuqyKaRI .pgk-text {
  color: #141414;
}
.cid-u3A3U6GQbi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #8caff0;
  background: linear-gradient(45deg, rgba(140, 175, 240, 0.1), rgba(255, 138, 138, 0.2));
}
.cid-u3A3U6GQbi .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-u3A3U6GQbi .container {
  z-index: 1;
}
.cid-u3A3U6GQbi .pgk-section-title {
  color: #233d63;
}
.cid-u3A3U6GQbi .pgk-section-subtitle {
  text-align: center;
}
.cid-u3A3U6GQbi .pgk-section-btn {
  margin-top: 35px;
}
.cid-u3A3U6GQbi .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-u3A3U6GQbi .pgk-section-btn .btn-white:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.cid-u3A3U6GQbi .pgk-section-title,
.cid-u3A3U6GQbi .pgk-section-btn {
  text-align: center;
}
.cid-u3A3U6GQbi .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-u3A3U6GQbi .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-u3A3U6GQbi .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3A3U6GQbi .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3zqSn7HPd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3zqSn7HPd .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3zqSn7HPd .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-u3zqSn7HPd .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u3zqSn7HPd .container {
    padding: 0 14px;
  }
}
.cid-u3zqSn7HPd .row {
  justify-content: center;
}
.cid-u3zqSn7HPd .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3zqSn7HPd .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3zqSn7HPd .image-wrapper img {
  display: inline-flex;
  height: 100%;
  width: 300px;
  border-radius: 8px !important;
}
.cid-u3zqSn7HPd .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3zqSn7HPd .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3zqSn7HPd .nav-wrapper .pgk-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u3zqSn7HPd .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3zqSn7HPd .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u3zqSn7HPd .nav-wrapper .list .item-wrap:hover,
.cid-u3zqSn7HPd .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-u3zqSn7HPd .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3zqSn7HPd .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3zqSn7HPd .contacts-wrapper .pgk-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u3zqSn7HPd .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-u3zqSn7HPd .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u3zqSn7HPd .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .pgk-contact,
.cid-u3zqSn7HPd .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .pgk-contact {
  opacity: .7;
}
.cid-u3zqSn7HPd .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-u3zqSn7HPd .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .pgk-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3zqSn7HPd .pgk-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #000000;
}
.cid-u3zqSn7HPd .pgk-text,
.cid-u3zqSn7HPd .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u3zqSn7HPd .pgk-list-title {
  color: #ffffff;
}
.cid-u3zqSn7HPd .list {
  color: #ffffff;
}
.cid-u3zqSn7HPd .pgk-contact {
  color: #ffffff;
}
.cid-u3zqSn7HPd .pgk-list-title,
.cid-u3zqSn7HPd .image-wrapper {
  color: #000000;
}
.cid-u3zqSn7HPd .list,
.cid-u3zqSn7HPd .item-wrap {
  color: #000000;
}
.cid-u3zqSn7HPd .pgk-contact,
.cid-u3zqSn7HPd .card-wrapper {
  color: #000000;
}
.cid-u3zystLmhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u3zystLmhe nav.navbar {
  position: fixed;
}
.cid-u3zystLmhe .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3zystLmhe .dropdown-menu {
  padding: 15px 0;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-u3zystLmhe .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u3zystLmhe .dropdown-item:after {
  right: 1rem !important;
}
.cid-u3zystLmhe .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u3zystLmhe .dropdown-item:hover:before,
.cid-u3zystLmhe .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u3zystLmhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3zystLmhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3zystLmhe .nav-link {
  position: relative;
}
.cid-u3zystLmhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u3zystLmhe .container {
    flex-wrap: nowrap;
  }
}
.cid-u3zystLmhe .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u3zystLmhe .navbar-nav .nav-item {
  margin: 0;
}
.cid-u3zystLmhe .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u3zystLmhe .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u3zystLmhe .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u3zystLmhe .dropdown-menu,
.cid-u3zystLmhe .navbar.opened {
  background: #ffffff !important;
}
.cid-u3zystLmhe .nav-item:focus,
.cid-u3zystLmhe .nav-link:focus {
  outline: none;
}
.cid-u3zystLmhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3zystLmhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3zystLmhe .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3zystLmhe .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3zystLmhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3zystLmhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3zystLmhe .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u3zystLmhe .navbar.opened {
  transition: all 0.3s;
}
.cid-u3zystLmhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3zystLmhe .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u3zystLmhe .navbar .navbar-logo img {
  width: auto;
}
.cid-u3zystLmhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3zystLmhe .navbar.collapsed {
  justify-content: center;
}
.cid-u3zystLmhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3zystLmhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3zystLmhe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3zystLmhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3zystLmhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3zystLmhe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3zystLmhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3zystLmhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3zystLmhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3zystLmhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3zystLmhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3zystLmhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3zystLmhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3zystLmhe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u3zystLmhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3zystLmhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3zystLmhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3zystLmhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3zystLmhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3zystLmhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3zystLmhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u3zystLmhe .navbar.navbar-short {
  min-height: 100px;
}
.cid-u3zystLmhe .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u3zystLmhe .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3zystLmhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3zystLmhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3zystLmhe .dropdown-item.active,
.cid-u3zystLmhe .dropdown-item:active {
  background-color: transparent;
}
.cid-u3zystLmhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3zystLmhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3zystLmhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3zystLmhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3zystLmhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3zystLmhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3zystLmhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3zystLmhe .navbar-buttons {
  text-align: center;
}
.cid-u3zystLmhe button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-u3zystLmhe button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-u3zystLmhe button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u3zystLmhe button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u3zystLmhe button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u3zystLmhe button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u3zystLmhe button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u3zystLmhe button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3zystLmhe button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u3zystLmhe button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u3zystLmhe button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3zystLmhe nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u3zystLmhe nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u3zystLmhe nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u3zystLmhe nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3zystLmhe nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u3zystLmhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3zystLmhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3zystLmhe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3zystLmhe .navbar {
    height: 70px;
  }
  .cid-u3zystLmhe .navbar.opened {
    height: auto;
  }
  .cid-u3zystLmhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3zystLmhe .container,
.cid-u3zystLmhe .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3zystLmhe .container,
  .cid-u3zystLmhe .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u3zystLmhe .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u3zystLmhe .navbar-collapse {
  min-height: 98px;
}
.cid-u3zystLmhe .pgk-section-btn {
  max-width: 35%;
}
.cid-u3zystLmhe .pgk-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u3zystLmhe {
    min-height: 70px !important;
  }
  .cid-u3zystLmhe .navbar {
    min-height: 70px !important;
  }
  .cid-u3zystLmhe .container-fluid {
    padding: 0 7%;
  }
  .cid-u3zystLmhe .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u3zystLmhe .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u3zystLmhe .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u3zystLmhe .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u3zystLmhe .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u3zystLmhe .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u3zystLmhe .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u3zystLmhe .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u3zystLmhe .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u3zystLmhe .pgk-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-u3zysujPVs {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/kakaotalk-photo-2024-02-07-12-15-27-02-.jpg");
}
.cid-u3zysujPVs .pgk-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-u3zysujPVs .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-u3zysujPVs .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-u3zysujPVs .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-u3zysujPVs .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-u3zysujPVs .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ff6666;
  margin-left: 0.6rem;
}
.cid-u3zysujPVs .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-u3zysujPVs .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-u3zysujPVs .separator,
  .cid-u3zysujPVs .sep-holder,
  .cid-u3zysujPVs .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-u3zysujPVs .buttons-wrap {
    flex-direction: column;
  }
}
.cid-u3zysujPVs .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-u3zysujPVs .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-u3zysujPVs .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-u3zysujPVs .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-u3zysujPVs .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-u3zysujPVs .items .list-item:last-child .listico {
  display: none;
}
.cid-u3zysujPVs .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3zysujPVs .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3zz8KyMA3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u3zz8KyMA3 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3zz8KyMA3 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3zz8KyMA3 .plan-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
.cid-u3zz8KyMA3 .btn {
  width: 100%;
  margin: 0;
  border-radius: 10px;
}
.cid-u3zz8KyMA3 .pgk-section-btn {
  margin: 0;
  padding-top: 2rem;
}
.cid-u3zz8KyMA3 img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-u3zz8KyMA3 .plan-title {
  background: black;
  border-radius: 16px;
  padding: 6px 16px;
  width: fit-content;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3zz8KyMA3 .plan-title {
    margin: auto;
  }
}
.cid-u3zz8KyMA3 .price a {
  background: #ff6666;
  border-radius: 16px;
  padding: 3px 10px;
}
.cid-u3zz8KyMA3 .li-item {
  align-items: center;
  display: inline-flex;
}
.cid-u3zz8KyMA3 .item {
  color: #e43f3f;
}
.cid-u3zz8KyMA3 svg {
  margin-right: 0.5rem;
  width: 25px;
  height: 15px;
}
.cid-u3zz8KyMA3 path {
  fill: currentColor;
}
.cid-u3zz8KyMA3 .item,
.cid-u3zz8KyMA3 path {
  color: #000000;
  text-align: left;
}
.cid-u3zz8KyMA3 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-u3zz8KyMA3 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u3zz8KyMA3 .price {
  color: #000000;
  text-align: left;
}
.cid-u3zz8KyMA3 .plan {
  word-break: break-word;
  background-color: #f7f7f7;
  border-radius: 1rem;
  padding: 1rem;
  padding-top: 0;
}
@media (max-width: 767px) {
  .cid-u3zz8KyMA3 .plan {
    padding: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-u3zz8KyMA3 .plan {
    margin-bottom: 2rem;
  }
}
.cid-u3zz8KyMA3 .main-title {
  text-align: center;
}
.cid-u3zz8KyMA3 .price-term {
  text-align: left;
}
.cid-u3zz8KyMA3 .pricer-term {
  text-align: center;
}
.cid-u3zz8KyMA3 P {
  text-align: left;
}
.cid-u3zz8KyMA3 .smalltxt {
  font-size: 18px;
}
.cid-u3zz8KyMA3 .plan-list {
  text-align: left;
}
.cid-u3zysxSrWX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3zysxSrWX .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3zysxSrWX .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-u3zysxSrWX .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u3zysxSrWX .container {
    padding: 0 14px;
  }
}
.cid-u3zysxSrWX .row {
  justify-content: center;
}
.cid-u3zysxSrWX .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3zysxSrWX .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3zysxSrWX .image-wrapper img {
  display: inline-flex;
  height: 100%;
  width: 300px;
  border-radius: 8px !important;
}
.cid-u3zysxSrWX .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3zysxSrWX .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3zysxSrWX .nav-wrapper .pgk-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u3zysxSrWX .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3zysxSrWX .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u3zysxSrWX .nav-wrapper .list .item-wrap:hover,
.cid-u3zysxSrWX .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-u3zysxSrWX .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3zysxSrWX .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3zysxSrWX .contacts-wrapper .pgk-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u3zysxSrWX .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-u3zysxSrWX .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u3zysxSrWX .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .pgk-contact,
.cid-u3zysxSrWX .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .pgk-contact {
  opacity: .7;
}
.cid-u3zysxSrWX .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-u3zysxSrWX .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .pgk-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3zysxSrWX .pgk-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #000000;
}
.cid-u3zysxSrWX .pgk-text,
.cid-u3zysxSrWX .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u3zysxSrWX .pgk-list-title {
  color: #ffffff;
}
.cid-u3zysxSrWX .list {
  color: #ffffff;
}
.cid-u3zysxSrWX .pgk-contact {
  color: #ffffff;
}
.cid-u3zysxSrWX .pgk-list-title,
.cid-u3zysxSrWX .image-wrapper {
  color: #000000;
}
.cid-u3zysxSrWX .list,
.cid-u3zysxSrWX .item-wrap {
  color: #000000;
}
.cid-u3zysxSrWX .pgk-contact,
.cid-u3zysxSrWX .card-wrapper {
  color: #000000;
}
.cid-u3zDeCnENd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u3zDeCnENd nav.navbar {
  position: fixed;
}
.cid-u3zDeCnENd .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3zDeCnENd .dropdown-menu {
  padding: 15px 0;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-u3zDeCnENd .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u3zDeCnENd .dropdown-item:after {
  right: 1rem !important;
}
.cid-u3zDeCnENd .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u3zDeCnENd .dropdown-item:hover:before,
.cid-u3zDeCnENd .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u3zDeCnENd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3zDeCnENd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3zDeCnENd .nav-link {
  position: relative;
}
.cid-u3zDeCnENd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u3zDeCnENd .container {
    flex-wrap: nowrap;
  }
}
.cid-u3zDeCnENd .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u3zDeCnENd .navbar-nav .nav-item {
  margin: 0;
}
.cid-u3zDeCnENd .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u3zDeCnENd .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u3zDeCnENd .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u3zDeCnENd .dropdown-menu,
.cid-u3zDeCnENd .navbar.opened {
  background: #ffffff !important;
}
.cid-u3zDeCnENd .nav-item:focus,
.cid-u3zDeCnENd .nav-link:focus {
  outline: none;
}
.cid-u3zDeCnENd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3zDeCnENd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3zDeCnENd .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3zDeCnENd .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3zDeCnENd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3zDeCnENd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3zDeCnENd .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u3zDeCnENd .navbar.opened {
  transition: all 0.3s;
}
.cid-u3zDeCnENd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3zDeCnENd .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u3zDeCnENd .navbar .navbar-logo img {
  width: auto;
}
.cid-u3zDeCnENd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3zDeCnENd .navbar.collapsed {
  justify-content: center;
}
.cid-u3zDeCnENd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3zDeCnENd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3zDeCnENd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3zDeCnENd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3zDeCnENd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3zDeCnENd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3zDeCnENd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3zDeCnENd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3zDeCnENd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3zDeCnENd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3zDeCnENd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3zDeCnENd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3zDeCnENd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3zDeCnENd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u3zDeCnENd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3zDeCnENd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3zDeCnENd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3zDeCnENd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3zDeCnENd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3zDeCnENd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3zDeCnENd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u3zDeCnENd .navbar.navbar-short {
  min-height: 100px;
}
.cid-u3zDeCnENd .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u3zDeCnENd .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3zDeCnENd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3zDeCnENd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3zDeCnENd .dropdown-item.active,
.cid-u3zDeCnENd .dropdown-item:active {
  background-color: transparent;
}
.cid-u3zDeCnENd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3zDeCnENd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3zDeCnENd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3zDeCnENd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3zDeCnENd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3zDeCnENd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3zDeCnENd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3zDeCnENd .navbar-buttons {
  text-align: center;
}
.cid-u3zDeCnENd button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-u3zDeCnENd button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-u3zDeCnENd button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u3zDeCnENd button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u3zDeCnENd button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u3zDeCnENd button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u3zDeCnENd button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u3zDeCnENd button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3zDeCnENd button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u3zDeCnENd button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u3zDeCnENd button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3zDeCnENd nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u3zDeCnENd nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u3zDeCnENd nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u3zDeCnENd nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3zDeCnENd nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u3zDeCnENd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3zDeCnENd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3zDeCnENd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3zDeCnENd .navbar {
    height: 70px;
  }
  .cid-u3zDeCnENd .navbar.opened {
    height: auto;
  }
  .cid-u3zDeCnENd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3zDeCnENd .container,
.cid-u3zDeCnENd .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3zDeCnENd .container,
  .cid-u3zDeCnENd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u3zDeCnENd .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u3zDeCnENd .navbar-collapse {
  min-height: 98px;
}
.cid-u3zDeCnENd .pgk-section-btn {
  max-width: 35%;
}
.cid-u3zDeCnENd .pgk-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u3zDeCnENd {
    min-height: 70px !important;
  }
  .cid-u3zDeCnENd .navbar {
    min-height: 70px !important;
  }
  .cid-u3zDeCnENd .container-fluid {
    padding: 0 7%;
  }
  .cid-u3zDeCnENd .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u3zDeCnENd .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u3zDeCnENd .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u3zDeCnENd .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u3zDeCnENd .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u3zDeCnENd .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u3zDeCnENd .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u3zDeCnENd .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u3zDeCnENd .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u3zDeCnENd .pgk-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-u3zDeCWaHC {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/kakaotalk-photo-2024-02-07-12-15-28-01-.jpg");
}
.cid-u3zDeCWaHC .pgk-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-u3zDeCWaHC .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-u3zDeCWaHC .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-u3zDeCWaHC .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-u3zDeCWaHC .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-u3zDeCWaHC .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ff6666;
  margin-left: 0.6rem;
}
.cid-u3zDeCWaHC .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-u3zDeCWaHC .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-u3zDeCWaHC .separator,
  .cid-u3zDeCWaHC .sep-holder,
  .cid-u3zDeCWaHC .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-u3zDeCWaHC .buttons-wrap {
    flex-direction: column;
  }
}
.cid-u3zDeCWaHC .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-u3zDeCWaHC .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-u3zDeCWaHC .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-u3zDeCWaHC .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-u3zDeCWaHC .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-u3zDeCWaHC .items .list-item:last-child .listico {
  display: none;
}
.cid-u3zDeCWaHC .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3zDeCWaHC .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3zZmx63Wr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u3zZmx63Wr .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-u3zZmx63Wr .wrap-img {
  border-bottom: 1px solid #e2e3e9;
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-u3zZmx63Wr .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-u3zZmx63Wr .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-u3zZmx63Wr .shadow:hover .pgk-iconfont,
.cid-u3zZmx63Wr .shadow:hover .number,
.cid-u3zZmx63Wr .shadow:hover .card-title {
  color: #140b2a !important;
}
.cid-u3zZmx63Wr .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-u3zZmx63Wr .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-u3zZmx63Wr .card-title {
  color: #14142b;
  margin-bottom: 6px;
  text-align: center;
  transition: 0.35s;
}
.cid-u3zZmx63Wr .title-block {
  margin-bottom: 56px;
}
.cid-u3zZmx63Wr .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-u3zZmx63Wr H3 {
  color: #14142b;
  text-align: center;
}
.cid-u3zZmx63Wr .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 39px 32px 48px;
}
.cid-u3zZmx63Wr .pgk-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-u3zZmx63Wr .link-title {
  display: inline-block;
}
.cid-u3zZmx63Wr .episode {
  color: #ffffff;
}
.cid-u3zZmx63Wr .img-title {
  color: #ffffff;
}
.cid-u3zZmx63Wr .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-u3zZmx63Wr .pgk-section-btn {
  width: auto;
  display: inline;
}
.cid-u3zZmx63Wr .pgk-section-title {
  color: #8c8c95;
}
@media (max-width: 860px) {
  .cid-u3zZmx63Wr .title-block {
    flex-direction: column;
  }
  .cid-u3zZmx63Wr .pgk-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-u3zZmx63Wr .item.features-image {
  margin-top: 35px;
}
.cid-u3zZmx63Wr .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-u3zZmx63Wr .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-u3zZmx63Wr .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-u3zZmx63Wr .item.features-image:nth-child(4) {
    margin-top: 35px;
  }
  .cid-u3zZmx63Wr .item.features-image:nth-child(3) {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .cid-u3zZmx63Wr .item.features-image:nth-child(2) {
    margin-top: 35px;
  }
}
.cid-u3zDeEgjIg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3zDeEgjIg .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3zDeEgjIg .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-u3zDeEgjIg .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u3zDeEgjIg .container {
    padding: 0 14px;
  }
}
.cid-u3zDeEgjIg .row {
  justify-content: center;
}
.cid-u3zDeEgjIg .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3zDeEgjIg .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3zDeEgjIg .image-wrapper img {
  display: inline-flex;
  height: 100%;
  width: 300px;
  border-radius: 8px !important;
}
.cid-u3zDeEgjIg .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3zDeEgjIg .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3zDeEgjIg .nav-wrapper .pgk-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u3zDeEgjIg .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3zDeEgjIg .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u3zDeEgjIg .nav-wrapper .list .item-wrap:hover,
.cid-u3zDeEgjIg .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-u3zDeEgjIg .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3zDeEgjIg .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3zDeEgjIg .contacts-wrapper .pgk-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u3zDeEgjIg .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-u3zDeEgjIg .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u3zDeEgjIg .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .pgk-contact,
.cid-u3zDeEgjIg .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .pgk-contact {
  opacity: .7;
}
.cid-u3zDeEgjIg .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-u3zDeEgjIg .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .pgk-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3zDeEgjIg .pgk-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #000000;
}
.cid-u3zDeEgjIg .pgk-text,
.cid-u3zDeEgjIg .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u3zDeEgjIg .pgk-list-title {
  color: #ffffff;
}
.cid-u3zDeEgjIg .list {
  color: #ffffff;
}
.cid-u3zDeEgjIg .pgk-contact {
  color: #ffffff;
}
.cid-u3zDeEgjIg .pgk-list-title,
.cid-u3zDeEgjIg .image-wrapper {
  color: #000000;
}
.cid-u3zDeEgjIg .list,
.cid-u3zDeEgjIg .item-wrap {
  color: #000000;
}
.cid-u3zDeEgjIg .pgk-contact,
.cid-u3zDeEgjIg .card-wrapper {
  color: #000000;
}
.cid-u3zK9sE53c {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u3zK9sE53c nav.navbar {
  position: fixed;
}
.cid-u3zK9sE53c .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3zK9sE53c .dropdown-menu {
  padding: 15px 0;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-u3zK9sE53c .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u3zK9sE53c .dropdown-item:after {
  right: 1rem !important;
}
.cid-u3zK9sE53c .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u3zK9sE53c .dropdown-item:hover:before,
.cid-u3zK9sE53c .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u3zK9sE53c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3zK9sE53c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3zK9sE53c .nav-link {
  position: relative;
}
.cid-u3zK9sE53c .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u3zK9sE53c .container {
    flex-wrap: nowrap;
  }
}
.cid-u3zK9sE53c .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u3zK9sE53c .navbar-nav .nav-item {
  margin: 0;
}
.cid-u3zK9sE53c .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u3zK9sE53c .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u3zK9sE53c .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u3zK9sE53c .dropdown-menu,
.cid-u3zK9sE53c .navbar.opened {
  background: #ffffff !important;
}
.cid-u3zK9sE53c .nav-item:focus,
.cid-u3zK9sE53c .nav-link:focus {
  outline: none;
}
.cid-u3zK9sE53c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3zK9sE53c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3zK9sE53c .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3zK9sE53c .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3zK9sE53c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3zK9sE53c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3zK9sE53c .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u3zK9sE53c .navbar.opened {
  transition: all 0.3s;
}
.cid-u3zK9sE53c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3zK9sE53c .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u3zK9sE53c .navbar .navbar-logo img {
  width: auto;
}
.cid-u3zK9sE53c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3zK9sE53c .navbar.collapsed {
  justify-content: center;
}
.cid-u3zK9sE53c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3zK9sE53c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3zK9sE53c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3zK9sE53c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3zK9sE53c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3zK9sE53c .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3zK9sE53c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3zK9sE53c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3zK9sE53c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3zK9sE53c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3zK9sE53c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3zK9sE53c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3zK9sE53c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3zK9sE53c .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u3zK9sE53c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3zK9sE53c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3zK9sE53c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3zK9sE53c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3zK9sE53c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3zK9sE53c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3zK9sE53c .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u3zK9sE53c .navbar.navbar-short {
  min-height: 100px;
}
.cid-u3zK9sE53c .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u3zK9sE53c .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3zK9sE53c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3zK9sE53c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3zK9sE53c .dropdown-item.active,
.cid-u3zK9sE53c .dropdown-item:active {
  background-color: transparent;
}
.cid-u3zK9sE53c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3zK9sE53c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3zK9sE53c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3zK9sE53c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3zK9sE53c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3zK9sE53c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3zK9sE53c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3zK9sE53c .navbar-buttons {
  text-align: center;
}
.cid-u3zK9sE53c button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-u3zK9sE53c button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-u3zK9sE53c button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u3zK9sE53c button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u3zK9sE53c button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u3zK9sE53c button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u3zK9sE53c button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u3zK9sE53c button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3zK9sE53c button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u3zK9sE53c button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u3zK9sE53c button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3zK9sE53c nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u3zK9sE53c nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u3zK9sE53c nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u3zK9sE53c nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3zK9sE53c nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u3zK9sE53c .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3zK9sE53c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3zK9sE53c .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3zK9sE53c .navbar {
    height: 70px;
  }
  .cid-u3zK9sE53c .navbar.opened {
    height: auto;
  }
  .cid-u3zK9sE53c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3zK9sE53c .container,
.cid-u3zK9sE53c .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3zK9sE53c .container,
  .cid-u3zK9sE53c .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u3zK9sE53c .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u3zK9sE53c .navbar-collapse {
  min-height: 98px;
}
.cid-u3zK9sE53c .pgk-section-btn {
  max-width: 35%;
}
.cid-u3zK9sE53c .pgk-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u3zK9sE53c {
    min-height: 70px !important;
  }
  .cid-u3zK9sE53c .navbar {
    min-height: 70px !important;
  }
  .cid-u3zK9sE53c .container-fluid {
    padding: 0 7%;
  }
  .cid-u3zK9sE53c .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u3zK9sE53c .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u3zK9sE53c .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u3zK9sE53c .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u3zK9sE53c .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u3zK9sE53c .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u3zK9sE53c .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u3zK9sE53c .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u3zK9sE53c .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u3zK9sE53c .pgk-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-u3zKORAKBv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u3zKORAKBv .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3zKORAKBv .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-u3zKORAKBv .row {
    flex-direction: column-reverse;
  }
  .cid-u3zKORAKBv .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u3zKORAKBv .google-map {
  height: 100%;
  border-radius: 1rem;
  position: relative;
}
.cid-u3zKORAKBv .google-map iframe {
  border-radius: 1rem;
  height: 100%;
  width: 100%;
}
.cid-u3zKORAKBv .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u3zKORAKBv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u3zKORAKBv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u3zKORAKBv .image-wrapper {
  display: flex;
  align-items: center;
  border-radius: 1rem;
}
.cid-u3zKORAKBv .card-wrapper {
  display: flex;
  border-radius: 1rem;
  background: #fafafa;
}
.cid-u3zKORAKBv .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-u3zKORAKBv .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3zKORAKBv .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u3zKORAKBv .pgk-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000000;
}
.cid-u3zK9tOVTZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3zK9tOVTZ .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3zK9tOVTZ .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-u3zK9tOVTZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u3zK9tOVTZ .container {
    padding: 0 14px;
  }
}
.cid-u3zK9tOVTZ .row {
  justify-content: center;
}
.cid-u3zK9tOVTZ .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3zK9tOVTZ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3zK9tOVTZ .image-wrapper img {
  display: inline-flex;
  height: 100%;
  width: 300px;
  border-radius: 8px !important;
}
.cid-u3zK9tOVTZ .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3zK9tOVTZ .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3zK9tOVTZ .nav-wrapper .pgk-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u3zK9tOVTZ .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3zK9tOVTZ .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u3zK9tOVTZ .nav-wrapper .list .item-wrap:hover,
.cid-u3zK9tOVTZ .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-u3zK9tOVTZ .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3zK9tOVTZ .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3zK9tOVTZ .contacts-wrapper .pgk-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u3zK9tOVTZ .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-u3zK9tOVTZ .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u3zK9tOVTZ .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .pgk-contact,
.cid-u3zK9tOVTZ .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .pgk-contact {
  opacity: .7;
}
.cid-u3zK9tOVTZ .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-u3zK9tOVTZ .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .pgk-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3zK9tOVTZ .pgk-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #000000;
}
.cid-u3zK9tOVTZ .pgk-text,
.cid-u3zK9tOVTZ .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u3zK9tOVTZ .pgk-list-title {
  color: #ffffff;
}
.cid-u3zK9tOVTZ .list {
  color: #ffffff;
}
.cid-u3zK9tOVTZ .pgk-contact {
  color: #ffffff;
}
.cid-u3zK9tOVTZ .pgk-list-title,
.cid-u3zK9tOVTZ .image-wrapper {
  color: #000000;
}
.cid-u3zK9tOVTZ .list,
.cid-u3zK9tOVTZ .item-wrap {
  color: #000000;
}
.cid-u3zK9tOVTZ .pgk-contact,
.cid-u3zK9tOVTZ .card-wrapper {
  color: #000000;
}
.cid-u3A1zAnhmq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u3A1zAnhmq nav.navbar {
  position: fixed;
}
.cid-u3A1zAnhmq .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3A1zAnhmq .dropdown-menu {
  padding: 15px 0;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-u3A1zAnhmq .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u3A1zAnhmq .dropdown-item:after {
  right: 1rem !important;
}
.cid-u3A1zAnhmq .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u3A1zAnhmq .dropdown-item:hover:before,
.cid-u3A1zAnhmq .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u3A1zAnhmq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3A1zAnhmq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3A1zAnhmq .nav-link {
  position: relative;
}
.cid-u3A1zAnhmq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u3A1zAnhmq .container {
    flex-wrap: nowrap;
  }
}
.cid-u3A1zAnhmq .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u3A1zAnhmq .navbar-nav .nav-item {
  margin: 0;
}
.cid-u3A1zAnhmq .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u3A1zAnhmq .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u3A1zAnhmq .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u3A1zAnhmq .dropdown-menu,
.cid-u3A1zAnhmq .navbar.opened {
  background: #ffffff !important;
}
.cid-u3A1zAnhmq .nav-item:focus,
.cid-u3A1zAnhmq .nav-link:focus {
  outline: none;
}
.cid-u3A1zAnhmq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3A1zAnhmq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3A1zAnhmq .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3A1zAnhmq .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3A1zAnhmq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3A1zAnhmq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3A1zAnhmq .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u3A1zAnhmq .navbar.opened {
  transition: all 0.3s;
}
.cid-u3A1zAnhmq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3A1zAnhmq .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u3A1zAnhmq .navbar .navbar-logo img {
  width: auto;
}
.cid-u3A1zAnhmq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3A1zAnhmq .navbar.collapsed {
  justify-content: center;
}
.cid-u3A1zAnhmq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3A1zAnhmq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3A1zAnhmq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3A1zAnhmq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3A1zAnhmq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3A1zAnhmq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3A1zAnhmq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3A1zAnhmq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3A1zAnhmq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3A1zAnhmq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3A1zAnhmq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3A1zAnhmq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3A1zAnhmq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3A1zAnhmq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u3A1zAnhmq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3A1zAnhmq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3A1zAnhmq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3A1zAnhmq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3A1zAnhmq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3A1zAnhmq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3A1zAnhmq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u3A1zAnhmq .navbar.navbar-short {
  min-height: 100px;
}
.cid-u3A1zAnhmq .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u3A1zAnhmq .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3A1zAnhmq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3A1zAnhmq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3A1zAnhmq .dropdown-item.active,
.cid-u3A1zAnhmq .dropdown-item:active {
  background-color: transparent;
}
.cid-u3A1zAnhmq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3A1zAnhmq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3A1zAnhmq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3A1zAnhmq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3A1zAnhmq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3A1zAnhmq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3A1zAnhmq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3A1zAnhmq .navbar-buttons {
  text-align: center;
}
.cid-u3A1zAnhmq button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-u3A1zAnhmq button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-u3A1zAnhmq button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u3A1zAnhmq button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u3A1zAnhmq button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u3A1zAnhmq button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u3A1zAnhmq button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u3A1zAnhmq button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3A1zAnhmq button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u3A1zAnhmq button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u3A1zAnhmq button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3A1zAnhmq nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u3A1zAnhmq nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u3A1zAnhmq nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u3A1zAnhmq nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3A1zAnhmq nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u3A1zAnhmq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3A1zAnhmq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3A1zAnhmq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3A1zAnhmq .navbar {
    height: 70px;
  }
  .cid-u3A1zAnhmq .navbar.opened {
    height: auto;
  }
  .cid-u3A1zAnhmq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3A1zAnhmq .container,
.cid-u3A1zAnhmq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3A1zAnhmq .container,
  .cid-u3A1zAnhmq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u3A1zAnhmq .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u3A1zAnhmq .navbar-collapse {
  min-height: 98px;
}
.cid-u3A1zAnhmq .pgk-section-btn {
  max-width: 35%;
}
.cid-u3A1zAnhmq .pgk-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u3A1zAnhmq {
    min-height: 70px !important;
  }
  .cid-u3A1zAnhmq .navbar {
    min-height: 70px !important;
  }
  .cid-u3A1zAnhmq .container-fluid {
    padding: 0 7%;
  }
  .cid-u3A1zAnhmq .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u3A1zAnhmq .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u3A1zAnhmq .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u3A1zAnhmq .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u3A1zAnhmq .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u3A1zAnhmq .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u3A1zAnhmq .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u3A1zAnhmq .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u3A1zAnhmq .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u3A1zAnhmq .pgk-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-u3A2XPAm50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-u3A2XPAm50 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3A2XPAm50 .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3A2XPAm50 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u3A2XPAm50 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u3A2XPAm50 .container {
    padding: 0 30px;
  }
}
.cid-u3A2XPAm50 .title-wrapper {
  border-radius: 2em;
  width: 40%;
  margin: 0 auto;
  position: relative;
}
.cid-u3A2XPAm50 .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 1440px) {
  .cid-u3A2XPAm50 .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-u3A2XPAm50 .title-wrapper {
    width: 100%;
  }
}
.cid-u3A2XPAm50 .title-wrapper .pgk-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u3A2XPAm50 .title-wrapper .pgk-section-title {
    margin-bottom: 20px;
  }
}
.cid-u3A2XPAm50 .title-wrapper .pgk-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-u3A2XPAm50 .pgk-section-title {
  color: #ffffff;
}
.cid-u3A2XPAm50 .pgk-text {
  color: #F0F0F0;
  text-align: center;
}
.cid-u3A2XPAm50 .pgk-section-title,
.cid-u3A2XPAm50 .pgk-section-btn {
  text-align: center;
}
.cid-u3A1zBOAu1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3A1zBOAu1 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3A1zBOAu1 .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-u3A1zBOAu1 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u3A1zBOAu1 .container {
    padding: 0 14px;
  }
}
.cid-u3A1zBOAu1 .row {
  justify-content: center;
}
.cid-u3A1zBOAu1 .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3A1zBOAu1 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3A1zBOAu1 .image-wrapper img {
  display: inline-flex;
  height: 100%;
  width: 300px;
  border-radius: 8px !important;
}
.cid-u3A1zBOAu1 .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3A1zBOAu1 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3A1zBOAu1 .nav-wrapper .pgk-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u3A1zBOAu1 .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3A1zBOAu1 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u3A1zBOAu1 .nav-wrapper .list .item-wrap:hover,
.cid-u3A1zBOAu1 .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-u3A1zBOAu1 .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3A1zBOAu1 .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3A1zBOAu1 .contacts-wrapper .pgk-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u3A1zBOAu1 .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-u3A1zBOAu1 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u3A1zBOAu1 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .pgk-contact,
.cid-u3A1zBOAu1 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .pgk-contact {
  opacity: .7;
}
.cid-u3A1zBOAu1 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-u3A1zBOAu1 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .pgk-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3A1zBOAu1 .pgk-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #000000;
}
.cid-u3A1zBOAu1 .pgk-text,
.cid-u3A1zBOAu1 .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u3A1zBOAu1 .pgk-list-title {
  color: #ffffff;
}
.cid-u3A1zBOAu1 .list {
  color: #ffffff;
}
.cid-u3A1zBOAu1 .pgk-contact {
  color: #ffffff;
}
.cid-u3A1zBOAu1 .pgk-list-title,
.cid-u3A1zBOAu1 .image-wrapper {
  color: #000000;
}
.cid-u3A1zBOAu1 .list,
.cid-u3A1zBOAu1 .item-wrap {
  color: #000000;
}
.cid-u3A1zBOAu1 .pgk-contact,
.cid-u3A1zBOAu1 .card-wrapper {
  color: #000000;
}
.cid-u3A4pq1VrB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u3A4pq1VrB nav.navbar {
  position: fixed;
}
.cid-u3A4pq1VrB .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3A4pq1VrB .dropdown-menu {
  padding: 15px 0;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-u3A4pq1VrB .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u3A4pq1VrB .dropdown-item:after {
  right: 1rem !important;
}
.cid-u3A4pq1VrB .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u3A4pq1VrB .dropdown-item:hover:before,
.cid-u3A4pq1VrB .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u3A4pq1VrB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3A4pq1VrB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3A4pq1VrB .nav-link {
  position: relative;
}
.cid-u3A4pq1VrB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u3A4pq1VrB .container {
    flex-wrap: nowrap;
  }
}
.cid-u3A4pq1VrB .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u3A4pq1VrB .navbar-nav .nav-item {
  margin: 0;
}
.cid-u3A4pq1VrB .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u3A4pq1VrB .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u3A4pq1VrB .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u3A4pq1VrB .dropdown-menu,
.cid-u3A4pq1VrB .navbar.opened {
  background: #ffffff !important;
}
.cid-u3A4pq1VrB .nav-item:focus,
.cid-u3A4pq1VrB .nav-link:focus {
  outline: none;
}
.cid-u3A4pq1VrB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3A4pq1VrB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3A4pq1VrB .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3A4pq1VrB .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3A4pq1VrB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3A4pq1VrB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3A4pq1VrB .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u3A4pq1VrB .navbar.opened {
  transition: all 0.3s;
}
.cid-u3A4pq1VrB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3A4pq1VrB .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u3A4pq1VrB .navbar .navbar-logo img {
  width: auto;
}
.cid-u3A4pq1VrB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3A4pq1VrB .navbar.collapsed {
  justify-content: center;
}
.cid-u3A4pq1VrB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3A4pq1VrB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3A4pq1VrB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3A4pq1VrB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3A4pq1VrB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3A4pq1VrB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3A4pq1VrB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3A4pq1VrB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3A4pq1VrB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3A4pq1VrB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3A4pq1VrB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3A4pq1VrB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3A4pq1VrB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3A4pq1VrB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u3A4pq1VrB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3A4pq1VrB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3A4pq1VrB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3A4pq1VrB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3A4pq1VrB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3A4pq1VrB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3A4pq1VrB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u3A4pq1VrB .navbar.navbar-short {
  min-height: 100px;
}
.cid-u3A4pq1VrB .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u3A4pq1VrB .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3A4pq1VrB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3A4pq1VrB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3A4pq1VrB .dropdown-item.active,
.cid-u3A4pq1VrB .dropdown-item:active {
  background-color: transparent;
}
.cid-u3A4pq1VrB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3A4pq1VrB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3A4pq1VrB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3A4pq1VrB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3A4pq1VrB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3A4pq1VrB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3A4pq1VrB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3A4pq1VrB .navbar-buttons {
  text-align: center;
}
.cid-u3A4pq1VrB button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-u3A4pq1VrB button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-u3A4pq1VrB button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u3A4pq1VrB button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u3A4pq1VrB button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u3A4pq1VrB button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u3A4pq1VrB button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u3A4pq1VrB button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3A4pq1VrB button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u3A4pq1VrB button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u3A4pq1VrB button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3A4pq1VrB nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u3A4pq1VrB nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u3A4pq1VrB nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u3A4pq1VrB nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3A4pq1VrB nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u3A4pq1VrB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3A4pq1VrB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3A4pq1VrB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3A4pq1VrB .navbar {
    height: 70px;
  }
  .cid-u3A4pq1VrB .navbar.opened {
    height: auto;
  }
  .cid-u3A4pq1VrB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3A4pq1VrB .container,
.cid-u3A4pq1VrB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3A4pq1VrB .container,
  .cid-u3A4pq1VrB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u3A4pq1VrB .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u3A4pq1VrB .navbar-collapse {
  min-height: 98px;
}
.cid-u3A4pq1VrB .pgk-section-btn {
  max-width: 35%;
}
.cid-u3A4pq1VrB .pgk-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u3A4pq1VrB {
    min-height: 70px !important;
  }
  .cid-u3A4pq1VrB .navbar {
    min-height: 70px !important;
  }
  .cid-u3A4pq1VrB .container-fluid {
    padding: 0 7%;
  }
  .cid-u3A4pq1VrB .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u3A4pq1VrB .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u3A4pq1VrB .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u3A4pq1VrB .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u3A4pq1VrB .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u3A4pq1VrB .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u3A4pq1VrB .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u3A4pq1VrB .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u3A4pq1VrB .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u3A4pq1VrB .pgk-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-u3A4NdLnvC {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/kakaotalk-photo-2024-02-07-12-15-38-19-.jpg");
}
.cid-u3A4NdLnvC .pgk-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-u3A4NdLnvC .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-u3A4NdLnvC .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-u3A4NdLnvC .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-u3A4NdLnvC .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-u3A4NdLnvC .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ff6666;
  margin-left: 0.6rem;
}
.cid-u3A4NdLnvC .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-u3A4NdLnvC .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-u3A4NdLnvC .separator,
  .cid-u3A4NdLnvC .sep-holder,
  .cid-u3A4NdLnvC .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-u3A4NdLnvC .buttons-wrap {
    flex-direction: column;
  }
}
.cid-u3A4NdLnvC .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-u3A4NdLnvC .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-u3A4NdLnvC .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-u3A4NdLnvC .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-u3A4NdLnvC .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-u3A4NdLnvC .items .list-item:last-child .listico {
  display: none;
}
.cid-u3A4NdLnvC .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3A4NdLnvC .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3A4Nv4gvK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u3A4Nv4gvK .title_block {
  margin-bottom: 80px;
}
.cid-u3A4Nv4gvK .pgk-section-subtitle {
  margin-bottom: 16px;
  color: #000000;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-u3A4Nv4gvK .pgk-section-title,
.cid-u3A4Nv4gvK .card-title {
  color: #ff6666;
}
.cid-u3A4Nv4gvK .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  border-radius: 1rem;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u3A4Nv4gvK .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-u3A4Nv4gvK .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(0, 0, 0, 0.07);
}
.cid-u3A4Nv4gvK .card:nth-child(1) .iconfont-wrapper .pgk-iconfont {
  color: #000000;
}
.cid-u3A4Nv4gvK .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(255, 200, 0, 0.07);
}
.cid-u3A4Nv4gvK .card:nth-child(2) .iconfont-wrapper .pgk-iconfont {
  color: #ffc800;
}
.cid-u3A4Nv4gvK .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(255, 138, 138, 0.07);
}
.cid-u3A4Nv4gvK .card:nth-child(3) .iconfont-wrapper .pgk-iconfont {
  color: #ff8a8a;
}
.cid-u3A4Nv4gvK .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(20, 11, 42, 0.07);
}
.cid-u3A4Nv4gvK .card:nth-child(4) .iconfont-wrapper .pgk-iconfont {
  color: #140b2a;
}
.cid-u3A4Nv4gvK .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-u3A4Nv4gvK .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-u3A4Nv4gvK .iconfont-wrapper .pgk-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-u3A4Nv4gvK .card-title {
  margin-bottom: 20px;
}
.cid-u3A4Nv4gvK .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-u3A4Nv4gvK .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u3A4Nv4gvK .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-u3A4Nv4gvK .btn_link:hover {
  cursor: pointer;
}
.cid-u3A4Nv4gvK .btn_link:hover a {
  color: #000000 !important;
}
.cid-u3A4Nv4gvK .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-u3A4Nv4gvK .title_block {
    margin-bottom: 40px;
  }
  .cid-u3A4Nv4gvK .card {
    text-align: center;
  }
  .cid-u3A4Nv4gvK .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-u3A4Nv4gvK .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3A4Nv4gvK .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3A4Nv4gvK .card-title,
.cid-u3A4Nv4gvK .icon_block {
  text-align: center;
  color: #000000;
}
.cid-u3A4Nv4gvK .card-text,
.cid-u3A4Nv4gvK .btn_link {
  text-align: left;
}
.cid-u3A4Nv4gvK .pgk-section-title {
  color: #000000;
}
.cid-u3A7jb6v8B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u3A7jb6v8B .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3A7jb6v8B .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-u3A7jb6v8B .container {
    padding: 0 16px;
  }
}
.cid-u3A7jb6v8B .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-u3A7jb6v8B .title-wrapper {
    padding-right: 0;
  }
}
.cid-u3A7jb6v8B .title-wrapper .pgk-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u3A7jb6v8B .title-wrapper .pgk-section-title {
    margin-bottom: 20px;
  }
}
.cid-u3A7jb6v8B .title-wrapper .pgk-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u3A7jb6v8B .title-wrapper .pgk-text {
    margin-bottom: 20px;
  }
}
.cid-u3A7jb6v8B .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u3A7jb6v8B .title-wrapper .line {
    display: none;
  }
}
.cid-u3A7jb6v8B .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u3A7jb6v8B .card {
    margin-bottom: 40px;
  }
}
.cid-u3A7jb6v8B .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u3A7jb6v8B .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-u3A7jb6v8B .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-u3A7jb6v8B .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffb5b5;
  opacity: .2;
  border-radius: 100%;
}
.cid-u3A7jb6v8B .card .icon-wrapper .icon-wrap .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ffb5b5;
  color: #ffffff;
  border-radius: 100%;
  z-index: 1;
}
.cid-u3A7jb6v8B .card .content-wrapper .pgk-section-title {
  margin-bottom: 16px;
}
.cid-u3A7jb6v8B .card .content-wrapper .pgk-text {
  margin-bottom: 0;
}
.cid-u3A7jb6v8B .pgk-section-title {
  color: #08323C;
}
.cid-u3A7jb6v8B .pgk-text {
  color: #08323C;
}
.cid-u3AcK7NzHo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u3AcK7NzHo .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3AcK7NzHo .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-u3AcK7NzHo .container {
    padding: 0 16px;
  }
}
.cid-u3AcK7NzHo .title-wrapper {
  position: relative;
  padding-right: 70px;
  padding-right: 0;
  padding-left: 70px;
}
@media (max-width: 992px) {
  .cid-u3AcK7NzHo .title-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-u3AcK7NzHo .title-wrapper {
    padding-right: 0;
  }
}
.cid-u3AcK7NzHo .title-wrapper .pgk-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u3AcK7NzHo .title-wrapper .pgk-section-title {
    margin-bottom: 20px;
  }
}
.cid-u3AcK7NzHo .title-wrapper .pgk-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u3AcK7NzHo .title-wrapper .pgk-text {
    margin-bottom: 20px;
  }
}
.cid-u3AcK7NzHo .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u3AcK7NzHo .title-wrapper .line {
    display: none;
  }
}
.cid-u3AcK7NzHo .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u3AcK7NzHo .card {
    margin-bottom: 40px;
  }
}
.cid-u3AcK7NzHo .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u3AcK7NzHo .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-u3AcK7NzHo .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-u3AcK7NzHo .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffb5b5;
  opacity: .2;
  border-radius: 100%;
}
.cid-u3AcK7NzHo .card .icon-wrapper .icon-wrap .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ffb5b5;
  color: #ffffff;
  border-radius: 100%;
  z-index: 1;
}
.cid-u3AcK7NzHo .card .content-wrapper .pgk-section-title {
  margin-bottom: 16px;
}
.cid-u3AcK7NzHo .card .content-wrapper .pgk-text {
  margin-bottom: 0;
}
.cid-u3AcK7NzHo .pgk-section-title {
  color: #08323C;
}
.cid-u3AcK7NzHo .pgk-text {
  color: #08323C;
}
.cid-u7PlH43Ytr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u7PlH43Ytr .container-fluid {
  padding: 0 3rem;
}
.cid-u7PlH43Ytr .pgk-section-title {
  margin-bottom: 1.5em;
}
.cid-u7PlH43Ytr .input-main {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u7PlH43Ytr .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-u7PlH43Ytr .form-group {
  margin-bottom: 1.4em;
}
.cid-u7PlH43Ytr .form-control {
  background-color: #efefef;
  border-radius: 1rem;
  padding: 18px 25px;
}
.cid-u7PlH43Ytr input.form-control {
  border: 1px solid #ddd;
}
.cid-u7PlH43Ytr textarea.form-control {
  padding: 1rem;
  min-height: 209px;
}
.cid-u7PlH43Ytr .input-group-btn .btn {
  padding: 1rem 4rem;
}
@media (max-width: 767px) {
  .cid-u7PlH43Ytr .container-fluid {
    padding: 0 1rem;
  }
  .cid-u7PlH43Ytr .input-group-btn .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
}
.cid-u7PlH43Ytr .pgk-fallback-image.disabled {
  display: none;
}
.cid-u7PlH43Ytr .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3A4psq4s2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3A4psq4s2 .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3A4psq4s2 .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-u3A4psq4s2 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u3A4psq4s2 .container {
    padding: 0 14px;
  }
}
.cid-u3A4psq4s2 .row {
  justify-content: center;
}
.cid-u3A4psq4s2 .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3A4psq4s2 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3A4psq4s2 .image-wrapper img {
  display: inline-flex;
  height: 100%;
  width: 300px;
  border-radius: 8px !important;
}
.cid-u3A4psq4s2 .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3A4psq4s2 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3A4psq4s2 .nav-wrapper .pgk-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u3A4psq4s2 .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3A4psq4s2 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u3A4psq4s2 .nav-wrapper .list .item-wrap:hover,
.cid-u3A4psq4s2 .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-u3A4psq4s2 .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3A4psq4s2 .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3A4psq4s2 .contacts-wrapper .pgk-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u3A4psq4s2 .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-u3A4psq4s2 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u3A4psq4s2 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .pgk-contact,
.cid-u3A4psq4s2 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .pgk-contact {
  opacity: .7;
}
.cid-u3A4psq4s2 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-u3A4psq4s2 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .pgk-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3A4psq4s2 .pgk-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #000000;
}
.cid-u3A4psq4s2 .pgk-text,
.cid-u3A4psq4s2 .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u3A4psq4s2 .pgk-list-title {
  color: #ffffff;
}
.cid-u3A4psq4s2 .list {
  color: #ffffff;
}
.cid-u3A4psq4s2 .pgk-contact {
  color: #ffffff;
}
.cid-u3A4psq4s2 .pgk-list-title,
.cid-u3A4psq4s2 .image-wrapper {
  color: #000000;
}
.cid-u3A4psq4s2 .list,
.cid-u3A4psq4s2 .item-wrap {
  color: #000000;
}
.cid-u3A4psq4s2 .pgk-contact,
.cid-u3A4psq4s2 .card-wrapper {
  color: #000000;
}
.cid-u3tAZEp26e {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u3tAZEp26e nav.navbar {
  position: fixed;
}
.cid-u3tAZEp26e .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3tAZEp26e .dropdown-menu {
  padding: 15px 0;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-u3tAZEp26e .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u3tAZEp26e .dropdown-item:after {
  right: 1rem !important;
}
.cid-u3tAZEp26e .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u3tAZEp26e .dropdown-item:hover:before,
.cid-u3tAZEp26e .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u3tAZEp26e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3tAZEp26e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3tAZEp26e .nav-link {
  position: relative;
}
.cid-u3tAZEp26e .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u3tAZEp26e .container {
    flex-wrap: nowrap;
  }
}
.cid-u3tAZEp26e .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u3tAZEp26e .navbar-nav .nav-item {
  margin: 0;
}
.cid-u3tAZEp26e .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u3tAZEp26e .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u3tAZEp26e .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u3tAZEp26e .dropdown-menu,
.cid-u3tAZEp26e .navbar.opened {
  background: #ffffff !important;
}
.cid-u3tAZEp26e .nav-item:focus,
.cid-u3tAZEp26e .nav-link:focus {
  outline: none;
}
.cid-u3tAZEp26e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3tAZEp26e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3tAZEp26e .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3tAZEp26e .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3tAZEp26e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3tAZEp26e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3tAZEp26e .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u3tAZEp26e .navbar.opened {
  transition: all 0.3s;
}
.cid-u3tAZEp26e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3tAZEp26e .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u3tAZEp26e .navbar .navbar-logo img {
  width: auto;
}
.cid-u3tAZEp26e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3tAZEp26e .navbar.collapsed {
  justify-content: center;
}
.cid-u3tAZEp26e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3tAZEp26e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3tAZEp26e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3tAZEp26e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3tAZEp26e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3tAZEp26e .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3tAZEp26e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3tAZEp26e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3tAZEp26e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3tAZEp26e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3tAZEp26e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3tAZEp26e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3tAZEp26e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3tAZEp26e .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u3tAZEp26e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3tAZEp26e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3tAZEp26e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3tAZEp26e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3tAZEp26e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3tAZEp26e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3tAZEp26e .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u3tAZEp26e .navbar.navbar-short {
  min-height: 100px;
}
.cid-u3tAZEp26e .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u3tAZEp26e .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3tAZEp26e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3tAZEp26e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3tAZEp26e .dropdown-item.active,
.cid-u3tAZEp26e .dropdown-item:active {
  background-color: transparent;
}
.cid-u3tAZEp26e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3tAZEp26e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3tAZEp26e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3tAZEp26e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3tAZEp26e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3tAZEp26e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3tAZEp26e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3tAZEp26e .navbar-buttons {
  text-align: center;
}
.cid-u3tAZEp26e button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-u3tAZEp26e button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-u3tAZEp26e button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u3tAZEp26e button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u3tAZEp26e button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u3tAZEp26e button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u3tAZEp26e button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u3tAZEp26e button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3tAZEp26e button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u3tAZEp26e button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u3tAZEp26e button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3tAZEp26e nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u3tAZEp26e nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u3tAZEp26e nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u3tAZEp26e nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3tAZEp26e nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u3tAZEp26e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3tAZEp26e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3tAZEp26e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3tAZEp26e .navbar {
    height: 70px;
  }
  .cid-u3tAZEp26e .navbar.opened {
    height: auto;
  }
  .cid-u3tAZEp26e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3tAZEp26e .container,
.cid-u3tAZEp26e .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3tAZEp26e .container,
  .cid-u3tAZEp26e .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u3tAZEp26e .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u3tAZEp26e .navbar-collapse {
  min-height: 98px;
}
.cid-u3tAZEp26e .pgk-section-btn {
  max-width: 35%;
}
.cid-u3tAZEp26e .pgk-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u3tAZEp26e {
    min-height: 70px !important;
  }
  .cid-u3tAZEp26e .navbar {
    min-height: 70px !important;
  }
  .cid-u3tAZEp26e .container-fluid {
    padding: 0 7%;
  }
  .cid-u3tAZEp26e .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u3tAZEp26e .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u3tAZEp26e .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u3tAZEp26e .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u3tAZEp26e .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u3tAZEp26e .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u3tAZEp26e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u3tAZEp26e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u3tAZEp26e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u3tAZEp26e .pgk-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-u3zntsY3vo {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/kakaotalk-photo-2024-02-07-12-15-38-19-.jpg");
}
.cid-u3zntsY3vo .pgk-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-u3zntsY3vo .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-u3zntsY3vo .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-u3zntsY3vo .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-u3zntsY3vo .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-u3zntsY3vo .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ff6666;
  margin-left: 0.6rem;
}
.cid-u3zntsY3vo .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-u3zntsY3vo .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-u3zntsY3vo .separator,
  .cid-u3zntsY3vo .sep-holder,
  .cid-u3zntsY3vo .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-u3zntsY3vo .buttons-wrap {
    flex-direction: column;
  }
}
.cid-u3zntsY3vo .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-u3zntsY3vo .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-u3zntsY3vo .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-u3zntsY3vo .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-u3zntsY3vo .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-u3zntsY3vo .items .list-item:last-child .listico {
  display: none;
}
.cid-u3zntsY3vo .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3zntsY3vo .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3zmgbUlKi {
  padding-top: 195px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u3zmgbUlKi h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-u3zmgbUlKi h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-u3zmgbUlKi .signature {
  filter: invert(0);
  display: inline-block;
  width: 200px;
}
.cid-u3zmgbUlKi .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3zmgbUlKi .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3tFm3Bc3Z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u3tFm3Bc3Z .title_block {
  margin-bottom: 80px;
}
.cid-u3tFm3Bc3Z .pgk-section-subtitle {
  margin-bottom: 16px;
  color: #000000;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-u3tFm3Bc3Z .pgk-section-title,
.cid-u3tFm3Bc3Z .card-title {
  color: #ff6666;
}
.cid-u3tFm3Bc3Z .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  border-radius: 1rem;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u3tFm3Bc3Z .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-u3tFm3Bc3Z .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(0, 0, 0, 0.07);
}
.cid-u3tFm3Bc3Z .card:nth-child(1) .iconfont-wrapper .pgk-iconfont {
  color: #000000;
}
.cid-u3tFm3Bc3Z .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(255, 200, 0, 0.07);
}
.cid-u3tFm3Bc3Z .card:nth-child(2) .iconfont-wrapper .pgk-iconfont {
  color: #ffc800;
}
.cid-u3tFm3Bc3Z .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(255, 138, 138, 0.07);
}
.cid-u3tFm3Bc3Z .card:nth-child(3) .iconfont-wrapper .pgk-iconfont {
  color: #ff8a8a;
}
.cid-u3tFm3Bc3Z .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(20, 11, 42, 0.07);
}
.cid-u3tFm3Bc3Z .card:nth-child(4) .iconfont-wrapper .pgk-iconfont {
  color: #140b2a;
}
.cid-u3tFm3Bc3Z .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-u3tFm3Bc3Z .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-u3tFm3Bc3Z .iconfont-wrapper .pgk-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-u3tFm3Bc3Z .card-title {
  margin-bottom: 20px;
}
.cid-u3tFm3Bc3Z .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-u3tFm3Bc3Z .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u3tFm3Bc3Z .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-u3tFm3Bc3Z .btn_link:hover {
  cursor: pointer;
}
.cid-u3tFm3Bc3Z .btn_link:hover a {
  color: #000000 !important;
}
.cid-u3tFm3Bc3Z .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-u3tFm3Bc3Z .title_block {
    margin-bottom: 40px;
  }
  .cid-u3tFm3Bc3Z .card {
    text-align: center;
  }
  .cid-u3tFm3Bc3Z .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-u3tFm3Bc3Z .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3tFm3Bc3Z .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3tFm3Bc3Z .card-title,
.cid-u3tFm3Bc3Z .icon_block {
  text-align: center;
  color: #000000;
}
.cid-u3tFm3Bc3Z .card-text,
.cid-u3tFm3Bc3Z .btn_link {
  text-align: left;
}
.cid-u3tFm3Bc3Z .pgk-section-title {
  color: #000000;
}
.cid-u3A3IBRgIz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #8caff0;
  background: linear-gradient(45deg, rgba(140, 175, 240, 0.1), rgba(255, 138, 138, 0.2));
}
.cid-u3A3IBRgIz .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-u3A3IBRgIz .container {
  z-index: 1;
}
.cid-u3A3IBRgIz .pgk-section-title {
  color: #233d63;
}
.cid-u3A3IBRgIz .pgk-section-subtitle {
  text-align: center;
}
.cid-u3A3IBRgIz .pgk-section-btn {
  margin-top: 35px;
}
.cid-u3A3IBRgIz .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-u3A3IBRgIz .pgk-section-btn .btn-white:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.cid-u3A3IBRgIz .pgk-section-title,
.cid-u3A3IBRgIz .pgk-section-btn {
  text-align: center;
}
.cid-u3A3IBRgIz .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-u3A3IBRgIz .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-u3A3IBRgIz .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3A3IBRgIz .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3ziVZEdHL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3ziVZEdHL .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3ziVZEdHL .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-u3ziVZEdHL .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u3ziVZEdHL .container {
    padding: 0 14px;
  }
}
.cid-u3ziVZEdHL .row {
  justify-content: center;
}
.cid-u3ziVZEdHL .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3ziVZEdHL .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3ziVZEdHL .image-wrapper img {
  display: inline-flex;
  height: 100%;
  width: 300px;
  border-radius: 8px !important;
}
.cid-u3ziVZEdHL .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3ziVZEdHL .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3ziVZEdHL .nav-wrapper .pgk-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u3ziVZEdHL .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3ziVZEdHL .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u3ziVZEdHL .nav-wrapper .list .item-wrap:hover,
.cid-u3ziVZEdHL .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-u3ziVZEdHL .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3ziVZEdHL .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3ziVZEdHL .contacts-wrapper .pgk-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u3ziVZEdHL .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-u3ziVZEdHL .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u3ziVZEdHL .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .pgk-contact,
.cid-u3ziVZEdHL .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .pgk-contact {
  opacity: .7;
}
.cid-u3ziVZEdHL .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-u3ziVZEdHL .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .pgk-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3ziVZEdHL .pgk-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #000000;
}
.cid-u3ziVZEdHL .pgk-text,
.cid-u3ziVZEdHL .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u3ziVZEdHL .pgk-list-title {
  color: #ffffff;
}
.cid-u3ziVZEdHL .list {
  color: #ffffff;
}
.cid-u3ziVZEdHL .pgk-contact {
  color: #ffffff;
}
.cid-u3ziVZEdHL .pgk-list-title,
.cid-u3ziVZEdHL .image-wrapper {
  color: #000000;
}
.cid-u3ziVZEdHL .list,
.cid-u3ziVZEdHL .item-wrap {
  color: #000000;
}
.cid-u3ziVZEdHL .pgk-contact,
.cid-u3ziVZEdHL .card-wrapper {
  color: #000000;
}
.cid-u3ACfQQDmO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u3ACfQQDmO nav.navbar {
  position: fixed;
}
.cid-u3ACfQQDmO .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3ACfQQDmO .dropdown-menu {
  padding: 15px 0;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-u3ACfQQDmO .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u3ACfQQDmO .dropdown-item:after {
  right: 1rem !important;
}
.cid-u3ACfQQDmO .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u3ACfQQDmO .dropdown-item:hover:before,
.cid-u3ACfQQDmO .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u3ACfQQDmO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3ACfQQDmO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3ACfQQDmO .nav-link {
  position: relative;
}
.cid-u3ACfQQDmO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u3ACfQQDmO .container {
    flex-wrap: nowrap;
  }
}
.cid-u3ACfQQDmO .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u3ACfQQDmO .navbar-nav .nav-item {
  margin: 0;
}
.cid-u3ACfQQDmO .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u3ACfQQDmO .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u3ACfQQDmO .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u3ACfQQDmO .dropdown-menu,
.cid-u3ACfQQDmO .navbar.opened {
  background: #ffffff !important;
}
.cid-u3ACfQQDmO .nav-item:focus,
.cid-u3ACfQQDmO .nav-link:focus {
  outline: none;
}
.cid-u3ACfQQDmO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3ACfQQDmO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3ACfQQDmO .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3ACfQQDmO .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3ACfQQDmO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3ACfQQDmO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3ACfQQDmO .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u3ACfQQDmO .navbar.opened {
  transition: all 0.3s;
}
.cid-u3ACfQQDmO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3ACfQQDmO .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u3ACfQQDmO .navbar .navbar-logo img {
  width: auto;
}
.cid-u3ACfQQDmO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3ACfQQDmO .navbar.collapsed {
  justify-content: center;
}
.cid-u3ACfQQDmO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3ACfQQDmO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3ACfQQDmO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3ACfQQDmO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3ACfQQDmO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3ACfQQDmO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3ACfQQDmO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3ACfQQDmO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3ACfQQDmO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3ACfQQDmO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3ACfQQDmO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3ACfQQDmO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3ACfQQDmO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3ACfQQDmO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u3ACfQQDmO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3ACfQQDmO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3ACfQQDmO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3ACfQQDmO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3ACfQQDmO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3ACfQQDmO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3ACfQQDmO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u3ACfQQDmO .navbar.navbar-short {
  min-height: 100px;
}
.cid-u3ACfQQDmO .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u3ACfQQDmO .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3ACfQQDmO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3ACfQQDmO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3ACfQQDmO .dropdown-item.active,
.cid-u3ACfQQDmO .dropdown-item:active {
  background-color: transparent;
}
.cid-u3ACfQQDmO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3ACfQQDmO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3ACfQQDmO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3ACfQQDmO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3ACfQQDmO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3ACfQQDmO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3ACfQQDmO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3ACfQQDmO .navbar-buttons {
  text-align: center;
}
.cid-u3ACfQQDmO button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-u3ACfQQDmO button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-u3ACfQQDmO button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u3ACfQQDmO button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u3ACfQQDmO button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u3ACfQQDmO button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u3ACfQQDmO button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u3ACfQQDmO button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3ACfQQDmO button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u3ACfQQDmO button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u3ACfQQDmO button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3ACfQQDmO nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u3ACfQQDmO nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u3ACfQQDmO nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u3ACfQQDmO nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3ACfQQDmO nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u3ACfQQDmO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3ACfQQDmO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3ACfQQDmO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3ACfQQDmO .navbar {
    height: 70px;
  }
  .cid-u3ACfQQDmO .navbar.opened {
    height: auto;
  }
  .cid-u3ACfQQDmO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3ACfQQDmO .container,
.cid-u3ACfQQDmO .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3ACfQQDmO .container,
  .cid-u3ACfQQDmO .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u3ACfQQDmO .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u3ACfQQDmO .navbar-collapse {
  min-height: 98px;
}
.cid-u3ACfQQDmO .pgk-section-btn {
  max-width: 35%;
}
.cid-u3ACfQQDmO .pgk-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u3ACfQQDmO {
    min-height: 70px !important;
  }
  .cid-u3ACfQQDmO .navbar {
    min-height: 70px !important;
  }
  .cid-u3ACfQQDmO .container-fluid {
    padding: 0 7%;
  }
  .cid-u3ACfQQDmO .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u3ACfQQDmO .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u3ACfQQDmO .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u3ACfQQDmO .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u3ACfQQDmO .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u3ACfQQDmO .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u3ACfQQDmO .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u3ACfQQDmO .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u3ACfQQDmO .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u3ACfQQDmO .pgk-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-u3ACfSuG0T {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/kakaotalk-photo-2024-02-07-12-15-26-01-.jpg");
}
.cid-u3ACfSuG0T .pgk-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-u3ACfSuG0T .pgk-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-u3ACfSuG0T .pgk-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-u3ACfSuG0T .pgk-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-u3ACfSuG0T .pgk-text {
  color: #ffffff;
  width: 100;
}
.cid-u3ACfSuG0T .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ff6666;
  margin-left: 0.6rem;
}
.cid-u3ACfSuG0T .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-u3ACfSuG0T .pgk-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-u3ACfSuG0T .separator,
  .cid-u3ACfSuG0T .sep-holder,
  .cid-u3ACfSuG0T .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-u3ACfSuG0T .buttons-wrap {
    flex-direction: column;
  }
}
.cid-u3ACfSuG0T .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-u3ACfSuG0T .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-u3ACfSuG0T .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-u3ACfSuG0T .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-u3ACfSuG0T .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-u3ACfSuG0T .items .list-item:last-child .listico {
  display: none;
}
.cid-u3ACfSuG0T .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3ACfSuG0T .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5EpWGOqWD {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5EpWGOqWD .title-section {
  margin-bottom: 4.25rem;
  padding: 0 90px;
}
@media (max-width: 992px) {
  .cid-u5EpWGOqWD .title-section {
    padding: 0 20px;
    margin-bottom: 2rem;
  }
}
.cid-u5EpWGOqWD .card-body {
  padding: 70px 30px;
}
.cid-u5EpWGOqWD .card {
  background-color: transparent;
  box-shadow: 0px 5px 10px 0px rgba(29, 29, 27, 0.2);
  margin-bottom: 1.5rem;
  border-radius: 2rem;
  border: 1px solid #f1f1f1;
}
.cid-u5EpWGOqWD .img-container {
  display: flex;
  justify-content: center;
}
.cid-u5EpWGOqWD .img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-u5EpWGOqWD .pgk-fallback-image.disabled {
  display: none;
}
.cid-u5EpWGOqWD .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5EpWGOqWD .log {
  font-size: 1.5rem;
}
.cid-u5EpWGOqWD .text-main {
  text-align: left;
}
.cid-u5EpWGOqWD .item:focus,
.cid-u5EpWGOqWD span:focus {
  outline: none;
}
.cid-u5EpWGOqWD .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u5EpWGOqWD .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u5EpWGOqWD .item-wrapper .item-content a:hover {
  color: #000000 !important;
}
.cid-u5EpWGOqWD .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u5EpWGOqWD .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-u5EpWGOqWD .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-u5EpWGOqWD .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-u5EpWGOqWD .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.cid-u5EpWGOqWD .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5EpWGOqWD .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #000000;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u5EpWGOqWD .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u5EpWGOqWD .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u5EpWGOqWD .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u5EpWGOqWD .pgk-section-btn {
  margin-top: 20px;
}
.cid-u5EpWGOqWD .item-title {
  text-align: left;
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-u5EpWGOqWD .pgk-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u5EpWGOqWD .tabs-wrapper {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u5EpWGOqWD .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u5EpWGOqWD .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: 1px solid #f1f1f1;
  justify-content: center;
  border-radius: 5rem;
  background-color: #ffffff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .cid-u5EpWGOqWD .tabs-wrapper .nav.nav-tabs {
    border-radius: 2rem;
  }
}
.cid-u5EpWGOqWD .tabs-wrapper .nav.nav-tabs .nav-item {
  margin: 8px;
}
.cid-u5EpWGOqWD .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0 16px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  min-width: 220px;
  margin-bottom: 0;
  border: none;
  color: #ff8a8a;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-u5EpWGOqWD .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    min-width: 225px;
  }
}
.cid-u5EpWGOqWD .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ff8a8a;
  color: #ffffff;
}
.cid-u5EpWGOqWD .tab-content .tab-pane .content-wrapper .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u5EpWGOqWD .tab-content .tab-pane .content-wrapper .image-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u5EpWGOqWD .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u5EpWGOqWD .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u5EpWGOqWD .tab-content .tab-pane .content-wrapper .text-wrapper .pgk-text {
  margin-bottom: 0;
}
.cid-u5EpWGOqWD .main-sect.pgk-section-title {
  text-align: center;
}
.cid-u3ADLn59Ps {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #8caff0;
  background: linear-gradient(45deg, rgba(140, 175, 240, 0.1), rgba(255, 138, 138, 0.2));
}
.cid-u3ADLn59Ps .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-u3ADLn59Ps .container {
  z-index: 1;
}
.cid-u3ADLn59Ps .pgk-section-title {
  color: #233d63;
}
.cid-u3ADLn59Ps .pgk-section-subtitle {
  text-align: center;
}
.cid-u3ADLn59Ps .pgk-section-btn {
  margin-top: 35px;
}
.cid-u3ADLn59Ps .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-u3ADLn59Ps .pgk-section-btn .btn-white:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.cid-u3ADLn59Ps .pgk-section-title,
.cid-u3ADLn59Ps .pgk-section-btn {
  text-align: center;
}
.cid-u3ADLn59Ps .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-u3ADLn59Ps .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-u3ADLn59Ps .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3ADLn59Ps .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3ACg0zgzS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3ACg0zgzS .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3ACg0zgzS .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-u3ACg0zgzS .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u3ACg0zgzS .container {
    padding: 0 14px;
  }
}
.cid-u3ACg0zgzS .row {
  justify-content: center;
}
.cid-u3ACg0zgzS .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3ACg0zgzS .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3ACg0zgzS .image-wrapper img {
  display: inline-flex;
  height: 100%;
  width: 300px;
  border-radius: 8px !important;
}
.cid-u3ACg0zgzS .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3ACg0zgzS .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3ACg0zgzS .nav-wrapper .pgk-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u3ACg0zgzS .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3ACg0zgzS .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u3ACg0zgzS .nav-wrapper .list .item-wrap:hover,
.cid-u3ACg0zgzS .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-u3ACg0zgzS .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3ACg0zgzS .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3ACg0zgzS .contacts-wrapper .pgk-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u3ACg0zgzS .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-u3ACg0zgzS .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u3ACg0zgzS .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .pgk-contact,
.cid-u3ACg0zgzS .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .pgk-contact {
  opacity: .7;
}
.cid-u3ACg0zgzS .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-u3ACg0zgzS .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .pgk-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3ACg0zgzS .pgk-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #000000;
}
.cid-u3ACg0zgzS .pgk-text,
.cid-u3ACg0zgzS .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u3ACg0zgzS .pgk-list-title {
  color: #ffffff;
}
.cid-u3ACg0zgzS .list {
  color: #ffffff;
}
.cid-u3ACg0zgzS .pgk-contact {
  color: #ffffff;
}
.cid-u3ACg0zgzS .pgk-list-title,
.cid-u3ACg0zgzS .image-wrapper {
  color: #000000;
}
.cid-u3ACg0zgzS .list,
.cid-u3ACg0zgzS .item-wrap {
  color: #000000;
}
.cid-u3ACg0zgzS .pgk-contact,
.cid-u3ACg0zgzS .card-wrapper {
  color: #000000;
}
.cid-u3AK7raSRS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u3AK7raSRS nav.navbar {
  position: fixed;
}
.cid-u3AK7raSRS .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3AK7raSRS .dropdown-menu {
  padding: 15px 0;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-u3AK7raSRS .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u3AK7raSRS .dropdown-item:after {
  right: 1rem !important;
}
.cid-u3AK7raSRS .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u3AK7raSRS .dropdown-item:hover:before,
.cid-u3AK7raSRS .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u3AK7raSRS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3AK7raSRS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3AK7raSRS .nav-link {
  position: relative;
}
.cid-u3AK7raSRS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u3AK7raSRS .container {
    flex-wrap: nowrap;
  }
}
.cid-u3AK7raSRS .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u3AK7raSRS .navbar-nav .nav-item {
  margin: 0;
}
.cid-u3AK7raSRS .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u3AK7raSRS .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-u3AK7raSRS .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u3AK7raSRS .dropdown-menu,
.cid-u3AK7raSRS .navbar.opened {
  background: #ffffff !important;
}
.cid-u3AK7raSRS .nav-item:focus,
.cid-u3AK7raSRS .nav-link:focus {
  outline: none;
}
.cid-u3AK7raSRS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3AK7raSRS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3AK7raSRS .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3AK7raSRS .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3AK7raSRS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3AK7raSRS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3AK7raSRS .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u3AK7raSRS .navbar.opened {
  transition: all 0.3s;
}
.cid-u3AK7raSRS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3AK7raSRS .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u3AK7raSRS .navbar .navbar-logo img {
  width: auto;
}
.cid-u3AK7raSRS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3AK7raSRS .navbar.collapsed {
  justify-content: center;
}
.cid-u3AK7raSRS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3AK7raSRS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3AK7raSRS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3AK7raSRS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3AK7raSRS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3AK7raSRS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3AK7raSRS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3AK7raSRS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3AK7raSRS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3AK7raSRS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3AK7raSRS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3AK7raSRS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3AK7raSRS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3AK7raSRS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u3AK7raSRS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3AK7raSRS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3AK7raSRS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3AK7raSRS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3AK7raSRS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3AK7raSRS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3AK7raSRS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u3AK7raSRS .navbar.navbar-short {
  min-height: 100px;
}
.cid-u3AK7raSRS .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u3AK7raSRS .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3AK7raSRS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3AK7raSRS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3AK7raSRS .dropdown-item.active,
.cid-u3AK7raSRS .dropdown-item:active {
  background-color: transparent;
}
.cid-u3AK7raSRS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3AK7raSRS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3AK7raSRS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3AK7raSRS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3AK7raSRS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3AK7raSRS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3AK7raSRS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3AK7raSRS .navbar-buttons {
  text-align: center;
}
.cid-u3AK7raSRS button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-u3AK7raSRS button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-u3AK7raSRS button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u3AK7raSRS button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u3AK7raSRS button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u3AK7raSRS button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u3AK7raSRS button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u3AK7raSRS button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3AK7raSRS button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u3AK7raSRS button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u3AK7raSRS button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3AK7raSRS nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u3AK7raSRS nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u3AK7raSRS nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u3AK7raSRS nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u3AK7raSRS nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u3AK7raSRS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3AK7raSRS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3AK7raSRS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3AK7raSRS .navbar {
    height: 70px;
  }
  .cid-u3AK7raSRS .navbar.opened {
    height: auto;
  }
  .cid-u3AK7raSRS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3AK7raSRS .container,
.cid-u3AK7raSRS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3AK7raSRS .container,
  .cid-u3AK7raSRS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u3AK7raSRS .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u3AK7raSRS .navbar-collapse {
  min-height: 98px;
}
.cid-u3AK7raSRS .pgk-section-btn {
  max-width: 35%;
}
.cid-u3AK7raSRS .pgk-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u3AK7raSRS {
    min-height: 70px !important;
  }
  .cid-u3AK7raSRS .navbar {
    min-height: 70px !important;
  }
  .cid-u3AK7raSRS .container-fluid {
    padding: 0 7%;
  }
  .cid-u3AK7raSRS .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u3AK7raSRS .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u3AK7raSRS .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u3AK7raSRS .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u3AK7raSRS .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u3AK7raSRS .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u3AK7raSRS .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u3AK7raSRS .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u3AK7raSRS .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u3AK7raSRS .pgk-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-u5FXDeVeeh {
  display: flex;
  background-image: url("../../../assets/images/pgk.png");
}
.cid-u5FXDeVeeh .pgk-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-u5FXDeVeeh .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-u5FXDeVeeh {
    align-items: center;
  }
  .cid-u5FXDeVeeh .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u5FXDeVeeh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u5FXDeVeeh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u5FXDeVeeh .pgk-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u5FXDeVeeh .content-wrap {
    width: 100%;
  }
}
.cid-u5FXDeVeeh .pgk-section-title {
  text-align: center;
}
.cid-u5FXDeVeeh .pgk-text,
.cid-u5FXDeVeeh .pgk-section-btn {
  text-align: center;
}
.cid-u3AK7uN5EK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3AK7uN5EK .pgk-fallback-image.disabled {
  display: none;
}
.cid-u3AK7uN5EK .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-u3AK7uN5EK .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u3AK7uN5EK .container {
    padding: 0 14px;
  }
}
.cid-u3AK7uN5EK .row {
  justify-content: center;
}
.cid-u3AK7uN5EK .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3AK7uN5EK .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3AK7uN5EK .image-wrapper img {
  display: inline-flex;
  height: 100%;
  width: 300px;
  border-radius: 8px !important;
}
.cid-u3AK7uN5EK .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3AK7uN5EK .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3AK7uN5EK .nav-wrapper .pgk-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u3AK7uN5EK .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u3AK7uN5EK .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u3AK7uN5EK .nav-wrapper .list .item-wrap:hover,
.cid-u3AK7uN5EK .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-u3AK7uN5EK .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u3AK7uN5EK .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3AK7uN5EK .contacts-wrapper .pgk-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u3AK7uN5EK .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-u3AK7uN5EK .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u3AK7uN5EK .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .pgk-contact,
.cid-u3AK7uN5EK .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .pgk-contact {
  opacity: .7;
}
.cid-u3AK7uN5EK .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .pgk-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-u3AK7uN5EK .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .pgk-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3AK7uN5EK .pgk-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #000000;
}
.cid-u3AK7uN5EK .pgk-text,
.cid-u3AK7uN5EK .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u3AK7uN5EK .pgk-list-title {
  color: #ffffff;
}
.cid-u3AK7uN5EK .list {
  color: #ffffff;
}
.cid-u3AK7uN5EK .pgk-contact {
  color: #ffffff;
}
.cid-u3AK7uN5EK .pgk-list-title,
.cid-u3AK7uN5EK .image-wrapper {
  color: #000000;
}
.cid-u3AK7uN5EK .list,
.cid-u3AK7uN5EK .item-wrap {
  color: #000000;
}
.cid-u3AK7uN5EK .pgk-contact,
.cid-u3AK7uN5EK .card-wrapper {
  color: #000000;
}
