@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}.cid-tWMabMTkP2{
    border-top: 2px solid #f1f1f1;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.pgk-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 1rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 5rem;
  line-height: .8;
  letter-spacing: -0.03em;
}
.display-1 > .pgk-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 3.625rem;
  line-height: 1;
}
.display-2 > .pgk-iconfont {
  font-size: 4.53125rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}
.display-4 > .pgk-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .pgk-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .pgk-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.9rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #0a0b0c !important;
}
.bg-success {
  background-color: #9fb9fa !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ef8d7b !important;
}
.bg-danger {
  background-color: #273483 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0a0b0c !important;
  border-color: #0a0b0c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #212528 !important;
  border-color: #212528 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #212528 !important;
  border-color: #212528 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4da8dd !important;
  border-color: #4da8dd !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #78bde5 !important;
  border-color: #78bde5 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #78bde5 !important;
  border-color: #78bde5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #9fb9fa !important;
  border-color: #9fb9fa !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #cfdcfd !important;
  border-color: #cfdcfd !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #cfdcfd !important;
  border-color: #cfdcfd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ef8d7b !important;
  border-color: #ef8d7b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f5b4a8 !important;
  border-color: #f5b4a8 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f5b4a8 !important;
  border-color: #f5b4a8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #273483 !important;
  border-color: #273483 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #3344aa !important;
  border-color: #3344aa !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3344aa !important;
  border-color: #3344aa !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0a0b0c;
  color: #0a0b0c;
}
.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: #0a0b0c !important;
  border-color: #0a0b0c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4da8dd;
  color: #4da8dd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #227db1 !important;
  background-color: transparent !important;
  border-color: #227db1 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4da8dd !important;
  border-color: #4da8dd !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9fb9fa;
  color: #9fb9fa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4d7df6 !important;
  background-color: transparent !important;
  border-color: #4d7df6 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9fb9fa !important;
  border-color: #9fb9fa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ef8d7b;
  color: #ef8d7b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e64a2e !important;
  background-color: transparent !important;
  border-color: #e64a2e !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ef8d7b !important;
  border-color: #ef8d7b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #273483;
  color: #273483;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #131940 !important;
  background-color: transparent !important;
  border-color: #131940 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #273483 !important;
  border-color: #273483 !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: #0a0b0c !important;
}
.text-secondary {
  color: #4da8dd !important;
}
.text-success {
  color: #9fb9fa !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ef8d7b !important;
}
.text-danger {
  color: #273483 !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: #1f74a5 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3e72f5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e43e20 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #101534 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0a0b0c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ef8d7b;
}
.alert-danger {
  background-color: #273483;
}
.pgk-gallery-filter li.active .btn {
  background-color: #0a0b0c;
  border-color: #0a0b0c;
  color: #ffffff;
}
.pgk-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0a0b0c;
}
.pgk-plan-header.bg-primary .pgk-plan-subtitle,
.pgk-plan-header.bg-primary .pgk-plan-price-desc {
  color: #b8bdc3;
}
.pgk-plan-header.bg-success .pgk-plan-subtitle,
.pgk-plan-header.bg-success .pgk-plan-price-desc {
  color: #ffffff;
}
.pgk-plan-header.bg-info .pgk-plan-subtitle,
.pgk-plan-header.bg-info .pgk-plan-price-desc {
  color: #ffffff;
}
.pgk-plan-header.bg-warning .pgk-plan-subtitle,
.pgk-plan-header.bg-warning .pgk-plan-price-desc {
  color: #ffffff;
}
.pgk-plan-header.bg-danger .pgk-plan-subtitle,
.pgk-plan-header.bg-danger .pgk-plan-price-desc {
  color: #5b6bce;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .pgk-iconfont {
  font-size: 1.5625rem;
}
.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: #0a0b0c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .pgk-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #0a0b0c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0a0b0c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0a0b0c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0a0b0c;
  border-bottom-color: #0a0b0c;
}
.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: #0a0b0c !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: #4da8dd !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='%230a0b0c' %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;
}
img {
  border-radius: 1rem !important;
}
.cid-tRfp2mBJCS {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tRfp2mBJCS .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-tRfp2mBJCS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tRfp2mBJCS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRfp2mBJCS nav {
  border-bottom: 3px solid #f1f1f1!important;
}
.cid-tRfp2mBJCS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRfp2mBJCS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tRfp2mBJCS .menu_box .navbar.opened,
  .cid-tRfp2mBJCS .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tRfp2mBJCS nav.navbar {
  position: fixed!important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tRfp2mBJCS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tRfp2mBJCS .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRfp2mBJCS .pgk-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tRfp2mBJCS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tRfp2mBJCS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tRfp2mBJCS .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-tRfp2mBJCS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tRfp2mBJCS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tRfp2mBJCS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tRfp2mBJCS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tRfp2mBJCS .offcanvas-body .pgk-text,
  .cid-tRfp2mBJCS .offcanvas-body .pgk-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tRfp2mBJCS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tRfp2mBJCS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tRfp2mBJCS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tRfp2mBJCS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tRfp2mBJCS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tRfp2mBJCS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tRfp2mBJCS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tRfp2mBJCS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tRfp2mBJCS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfp2mBJCS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tRfp2mBJCS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tRfp2mBJCS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tRfp2mBJCS .lg_brand {
    margin: 0 1rem;
  }
  .cid-tRfp2mBJCS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tRfp2mBJCS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tRfp2mBJCS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tRfp2mBJCS .nav-item {
    margin: 0 !important;
  }
}
.cid-tRfp2mBJCS .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tRfp2mBJCS .nav-item .nav-link:hover,
.cid-tRfp2mBJCS .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tRfp2mBJCS .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tRfp2mBJCS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tRfp2mBJCS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tRfp2mBJCS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfp2mBJCS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tRfp2mBJCS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tRfp2mBJCS .offcanvas_box {
    display: none;
  }
}
.cid-tRfp2mBJCS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tRfp2mBJCS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tRfp2mBJCS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tRfp2mBJCS .container {
  display: flex;
  margin: auto;
}
.cid-tRfp2mBJCS .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tRfp2mBJCS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tRfp2mBJCS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tRfp2mBJCS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tRfp2mBJCS .navbar-nav {
    margin: 0;
  }
}
.cid-tRfp2mBJCS .dropdown-menu,
.cid-tRfp2mBJCS .navbar.opened {
  background-color: false !important;
}
.cid-tRfp2mBJCS .nav-item:focus,
.cid-tRfp2mBJCS .nav-link:focus {
  outline: none;
}
.cid-tRfp2mBJCS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRfp2mBJCS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRfp2mBJCS .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRfp2mBJCS .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRfp2mBJCS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRfp2mBJCS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRfp2mBJCS .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tRfp2mBJCS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tRfp2mBJCS .navbar.opened {
  transition: all 0.3s;
}
.cid-tRfp2mBJCS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tRfp2mBJCS .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tRfp2mBJCS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tRfp2mBJCS .navbar.collapsed {
  justify-content: center;
}
.cid-tRfp2mBJCS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRfp2mBJCS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRfp2mBJCS .navbar.collapsed .dropdown-menu {
  border-radius: 10px;
}
.cid-tRfp2mBJCS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRfp2mBJCS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRfp2mBJCS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRfp2mBJCS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tRfp2mBJCS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRfp2mBJCS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tRfp2mBJCS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tRfp2mBJCS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRfp2mBJCS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRfp2mBJCS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tRfp2mBJCS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRfp2mBJCS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tRfp2mBJCS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRfp2mBJCS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tRfp2mBJCS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tRfp2mBJCS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tRfp2mBJCS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tRfp2mBJCS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRfp2mBJCS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tRfp2mBJCS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRfp2mBJCS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRfp2mBJCS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRfp2mBJCS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRfp2mBJCS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tRfp2mBJCS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRfp2mBJCS .dropdown-item.active,
.cid-tRfp2mBJCS .dropdown-item:active {
  background-color: transparent;
}
.cid-tRfp2mBJCS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tRfp2mBJCS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRfp2mBJCS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRfp2mBJCS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRfp2mBJCS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tRfp2mBJCS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRfp2mBJCS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tRfp2mBJCS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tRfp2mBJCS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRfp2mBJCS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfp2mBJCS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfp2mBJCS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRfp2mBJCS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfp2mBJCS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRfp2mBJCS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRfp2mBJCS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfp2mBJCS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tRfp2mBJCS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRfp2mBJCS .navbar {
    height: 70px;
  }
  .cid-tRfp2mBJCS .navbar.opened {
    height: auto;
  }
  .cid-tRfp2mBJCS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfp2mBJCS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tRfp2mBJCS .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tRfp2mBJCS .pgk-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tRfp2mBJCS .pgk-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tRfp2mBJCS .pgk-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tRfp2mBJCS .navbar-caption:hover {
  color: #0a0b0c;
}
@media (min-width: 992px) {
  .cid-tRfp2mBJCS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tRfp2mBJCS .text_widget {
  margin-bottom: 32px;
}
.cid-tRfp2mBJCS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tRfp2mBJCS .text_widget a:hover,
.cid-tRfp2mBJCS .text_widget a:focus {
  opacity: .8;
}
.cid-tRfp2mBJCS .pgk-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfp2mBJCS .navbar-caption {
  color: #1D1D1F;
}
.cid-tRfp2mBJCS .pgk-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfp2mBJCS .pgk-section-subtitle,
.cid-tRfp2mBJCS .text_widget,
.cid-tRfp2mBJCS .pgk-section-btn {
  text-align: center;
}
.cid-tRfp2mBJCS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tRfp2GC2RN {
  padding-top: 18rem;
  padding-bottom: 12rem;
}
.cid-tRfp2GC2RN .pgk-fallback-image.disabled {
  display: none;
}
.cid-tRfp2GC2RN .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/pgk-12.jpg");
}
@media (max-width: 992px) {
  .cid-tRfp2GC2RN .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfp2GC2RN .container {
    padding: 0 12px;
  }
}
.cid-tRfp2GC2RN .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-tRfp2GC2RN .content-wrapper .title-wrapper .pgk-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-tRfp2GC2RN .content-wrapper .title-wrapper .pgk-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
  opacity: .7;
  background-color: #4da8dd;
  border-radius: 10rem;
}
.cid-tRfp2GC2RN .content-wrapper .pgk-text {
  margin-bottom: 12px;
}
.cid-tRfp2GC2RN .pgk-section-title {
  color: #ffffff;
}
.cid-tRfp2GC2RN .pgk-text {
  color: #ffffff;
  text-align: center;
}
.cid-tRfp2GC2RN .pgk-section-title,
.cid-tRfp2GC2RN .pgk-section-btn,
.cid-tRfp2GC2RN .title-wrapper {
  text-align: center;
}
.cid-tWLG9gSmBH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWLG9gSmBH .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWLG9gSmBH .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWLG9gSmBH .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWLG9gSmBH .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWLG9gSmBH .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWLG9gSmBH .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWLG9gSmBH .container {
    padding: 0 12px;
  }
}
.cid-tWLG9gSmBH .row {
  justify-content: center;
}
.cid-tWLG9gSmBH .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tWLG9gSmBH .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-tWLG9gSmBH .title-wrapper .pgk-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-tWLG9gSmBH .title-wrapper .pgk-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #4da8dd;
  border-radius: 10rem;
}
.cid-tWLG9gSmBH .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-tWLG9gSmBH .items-wrapper {
    display: block;
  }
}
.cid-tWLG9gSmBH .items-wrapper .item {
  background-color: #f5f5f7;
  border-radius: 32px !important;
  padding: 36px 36px;
}
@media (max-width: 992px) {
  .cid-tWLG9gSmBH .items-wrapper .item {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .cid-tWLG9gSmBH .items-wrapper .item {
    padding: 16px 16px;
    overflow: hidden;
  }
}
.cid-tWLG9gSmBH .items-wrapper .item a {
  display: block;
  height: 100%;
}
.cid-tWLG9gSmBH .items-wrapper .item a:hover .item-wrapper .item-content .pgk-iconfont,
.cid-tWLG9gSmBH .items-wrapper .item a:focus .item-wrapper .item-content .pgk-iconfont {
  transform: translateX(5px);
}
.cid-tWLG9gSmBH .items-wrapper .item a .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-tWLG9gSmBH .items-wrapper .item a .item-wrapper .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.cid-tWLG9gSmBH .items-wrapper .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-tWLG9gSmBH .items-wrapper .item a .item-wrapper .item-content .pgk-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #1d1d1f;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  font-size: 24px;
}
.cid-tWLG9gSmBH .items-wrapper .item a .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem!important;
}
@media (max-width: 768px) {
  .cid-tWLG9gSmBH .items-wrapper .item a .item-wrapper .item-img img {
    height: 100%;
  }
}
.cid-tWLG9gSmBH .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-tWLG9gSmBH .pgk-section-title {
  color: #1D1D1F;
}
.cid-tWLG9gSmBH .item-title {
  color: #1D1D1F;
}
.cid-tWLG9gSmBH .pgk-section-title,
.cid-tWLG9gSmBH .title-wrapper {
  text-align: center;
}
.cid-tRfpeSIFl0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tRfpeSIFl0 .pgk-fallback-image.disabled {
  display: none;
}
.cid-tRfpeSIFl0 .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-tRfpeSIFl0 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfpeSIFl0 .container {
    padding: 0 12px;
  }
}
.cid-tRfpeSIFl0 .row {
  margin: 0;
}
.cid-tRfpeSIFl0 .row .card {
  padding: 0 8px;
}
.cid-tRfpeSIFl0 .row .card:first-child {
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-tRfpeSIFl0 .row .card:first-child {
    padding: 0;
  }
}
.cid-tRfpeSIFl0 .row .card:last-child {
  padding-right: 0;
}
@media (max-width: 992px) {
  .cid-tRfpeSIFl0 .row .card:last-child {
    padding: 0;
    margin-top: 16px;
  }
}
.cid-tRfpeSIFl0 .row .card:last-child .card-wrapper .card-wrap .pgk-section-title::before {
  display: none;
}
.cid-tRfpeSIFl0 .card-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 32px !important;
  background-color: #f5f5f7;
  padding: 86px;
}
@media (max-width: 992px) {
  .cid-tRfpeSIFl0 .card-wrapper {
    padding: 32px;
  }
}
.cid-tRfpeSIFl0 .card-wrapper .card-wrap {
  width: 100%;
}
.cid-tRfpeSIFl0 .card-wrapper .card-wrap .pgk-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-tRfpeSIFl0 .card-wrapper .card-wrap .title-wrapper {
  margin-bottom: 32px;
}
.cid-tRfpeSIFl0 .card-wrapper .card-wrap .title-wrapper .pgk-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
  margin-bottom: 0;
}
.cid-tRfpeSIFl0 .card-wrapper .card-wrap .title-wrapper .pgk-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #9fb9fa;
  border-radius: 10rem;
}
.cid-tRfpeSIFl0 .card-wrapper .card-wrap .pgk-text {
  margin-bottom: 22px;
}
.cid-tRfpeSIFl0 .card-wrapper .card-wrap .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-tRfpeSIFl0 .card-wrapper .card-wrap .icon-wrapper::before {
  content: '';
  top: -2rem;
  position: absolute;
  border-radius: 100%;
  border: 16px solid #cddbfe;
  width: 180px;
  height: 180px;
  opacity: .85;
  pointer-events: none;
}
.cid-tRfpeSIFl0 .card-wrapper .card-wrap .icon-wrapper .pgk-iconfont {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #f5f5f7;
  background-color: #9fb9fa;
  border-radius: 32px;
}
.cid-tRfpeSIFl0 .pgk-section-title {
  color: #1D1D1F;
}
.cid-tRfpeSIFl0 .pgk-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfpeSIFl0 .pgk-section-title,
.cid-tRfpeSIFl0 .pgk-section-btn,
.cid-tRfpeSIFl0 .title-wrapper {
  text-align: center;
}
.cid-tRfphtO2q8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tRfphtO2q8 .pgk-fallback-image.disabled {
  display: none;
}
.cid-tRfphtO2q8 .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-tRfphtO2q8 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfphtO2q8 .container {
    padding: 0 12px;
  }
}
.cid-tRfphtO2q8 .content-wrapper {
  padding: 220px 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tRfphtO2q8 .content-wrapper {
    padding: 150px 32px;
  }
}
.cid-tRfphtO2q8 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tRfphtO2q8 .content-wrapper .title-wrapper {
  width: 35em;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tRfphtO2q8 .content-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-tRfphtO2q8 .content-wrapper .title-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-tRfphtO2q8 .pgk-section-title {
  color: #ffffff;
}
.cid-tRfpCe4OfM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tRfpCe4OfM .pgk-fallback-image.disabled {
  display: none;
}
.cid-tRfpCe4OfM .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-tRfpCe4OfM .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfpCe4OfM .container {
    padding: 0 12px;
  }
}
.cid-tRfpCe4OfM .row {
  justify-content: center;
}
.cid-tRfpCe4OfM .title-wrapper .pgk-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tRfpCe4OfM .title-wrapper .pgk-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tRfpCe4OfM .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tRfpCe4OfM .list-wrapper .pgk-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-tRfpCe4OfM .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tRfpCe4OfM .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tRfpCe4OfM .list-wrapper .list .item-wrap:hover,
.cid-tRfpCe4OfM .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-tRfpCe4OfM .pgk-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #29292a;
  text-align: left;
}
.cid-tRfpCe4OfM .pgk-section-title {
  color: #29292a;
}
.cid-tRfpCe4OfM .pgk-list-title {
  color: #29292a;
}
.cid-tRfpCe4OfM .list {
  color: #ffffff;
}
.cid-tRfpCe4OfM .list,
.cid-tRfpCe4OfM .item-wrap {
  color: #29292a;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}.cid-tWMabMTkP2{
    border-top: 2px solid #f1f1f1;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tWM2bIEkZZ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tWM2bIEkZZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-tWM2bIEkZZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tWM2bIEkZZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWM2bIEkZZ nav {
  border-bottom: 3px solid #f1f1f1!important;
}
.cid-tWM2bIEkZZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWM2bIEkZZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWM2bIEkZZ .menu_box .navbar.opened,
  .cid-tWM2bIEkZZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWM2bIEkZZ nav.navbar {
  position: fixed!important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tWM2bIEkZZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tWM2bIEkZZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWM2bIEkZZ .pgk-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWM2bIEkZZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWM2bIEkZZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWM2bIEkZZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-tWM2bIEkZZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWM2bIEkZZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWM2bIEkZZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWM2bIEkZZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWM2bIEkZZ .offcanvas-body .pgk-text,
  .cid-tWM2bIEkZZ .offcanvas-body .pgk-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWM2bIEkZZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWM2bIEkZZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWM2bIEkZZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tWM2bIEkZZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWM2bIEkZZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWM2bIEkZZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWM2bIEkZZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWM2bIEkZZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWM2bIEkZZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWM2bIEkZZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWM2bIEkZZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWM2bIEkZZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWM2bIEkZZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWM2bIEkZZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tWM2bIEkZZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWM2bIEkZZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWM2bIEkZZ .nav-item {
    margin: 0 !important;
  }
}
.cid-tWM2bIEkZZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tWM2bIEkZZ .nav-item .nav-link:hover,
.cid-tWM2bIEkZZ .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tWM2bIEkZZ .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWM2bIEkZZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWM2bIEkZZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWM2bIEkZZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWM2bIEkZZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWM2bIEkZZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWM2bIEkZZ .offcanvas_box {
    display: none;
  }
}
.cid-tWM2bIEkZZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWM2bIEkZZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWM2bIEkZZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWM2bIEkZZ .container {
  display: flex;
  margin: auto;
}
.cid-tWM2bIEkZZ .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWM2bIEkZZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWM2bIEkZZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWM2bIEkZZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWM2bIEkZZ .navbar-nav {
    margin: 0;
  }
}
.cid-tWM2bIEkZZ .dropdown-menu,
.cid-tWM2bIEkZZ .navbar.opened {
  background-color: false !important;
}
.cid-tWM2bIEkZZ .nav-item:focus,
.cid-tWM2bIEkZZ .nav-link:focus {
  outline: none;
}
.cid-tWM2bIEkZZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWM2bIEkZZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWM2bIEkZZ .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWM2bIEkZZ .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWM2bIEkZZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWM2bIEkZZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWM2bIEkZZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWM2bIEkZZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWM2bIEkZZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tWM2bIEkZZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWM2bIEkZZ .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tWM2bIEkZZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWM2bIEkZZ .navbar.collapsed {
  justify-content: center;
}
.cid-tWM2bIEkZZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWM2bIEkZZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWM2bIEkZZ .navbar.collapsed .dropdown-menu {
  border-radius: 10px;
}
.cid-tWM2bIEkZZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWM2bIEkZZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWM2bIEkZZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWM2bIEkZZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWM2bIEkZZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWM2bIEkZZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWM2bIEkZZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWM2bIEkZZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWM2bIEkZZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWM2bIEkZZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWM2bIEkZZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWM2bIEkZZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWM2bIEkZZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWM2bIEkZZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWM2bIEkZZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWM2bIEkZZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWM2bIEkZZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWM2bIEkZZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWM2bIEkZZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWM2bIEkZZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWM2bIEkZZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWM2bIEkZZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWM2bIEkZZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWM2bIEkZZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWM2bIEkZZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWM2bIEkZZ .dropdown-item.active,
.cid-tWM2bIEkZZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tWM2bIEkZZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tWM2bIEkZZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWM2bIEkZZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWM2bIEkZZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWM2bIEkZZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWM2bIEkZZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWM2bIEkZZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tWM2bIEkZZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tWM2bIEkZZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWM2bIEkZZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWM2bIEkZZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWM2bIEkZZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWM2bIEkZZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWM2bIEkZZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWM2bIEkZZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWM2bIEkZZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWM2bIEkZZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWM2bIEkZZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWM2bIEkZZ .navbar {
    height: 70px;
  }
  .cid-tWM2bIEkZZ .navbar.opened {
    height: auto;
  }
  .cid-tWM2bIEkZZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWM2bIEkZZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tWM2bIEkZZ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tWM2bIEkZZ .pgk-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWM2bIEkZZ .pgk-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWM2bIEkZZ .pgk-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tWM2bIEkZZ .navbar-caption:hover {
  color: #0a0b0c;
}
@media (min-width: 992px) {
  .cid-tWM2bIEkZZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWM2bIEkZZ .text_widget {
  margin-bottom: 32px;
}
.cid-tWM2bIEkZZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWM2bIEkZZ .text_widget a:hover,
.cid-tWM2bIEkZZ .text_widget a:focus {
  opacity: .8;
}
.cid-tWM2bIEkZZ .pgk-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWM2bIEkZZ .navbar-caption {
  color: #1D1D1F;
}
.cid-tWM2bIEkZZ .pgk-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWM2bIEkZZ .pgk-section-subtitle,
.cid-tWM2bIEkZZ .text_widget,
.cid-tWM2bIEkZZ .pgk-section-btn {
  text-align: center;
}
.cid-tWM2bIEkZZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tWM3bLCdL4 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWM3bLCdL4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWM3bLCdL4 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWM3bLCdL4 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWM3bLCdL4 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWM3bLCdL4 .container {
    padding: 0 12px;
  }
}
.cid-tWM3bLCdL4 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tWM3bLCdL4 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-tWM3bLCdL4 .title-wrapper .pgk-section-title {
  margin-bottom: 22px;
}
.cid-tWM3bLCdL4 .title-wrapper .pgk-text {
  margin-bottom: 0;
}
.cid-tWM3bLCdL4 .content-wrapper {
  border-radius: 32px;
  background-color: #ffffff;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tWM3bLCdL4 .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-tWM3bLCdL4 .content-wrapper .slider-wrapper {
  border-radius: .5em;
  overflow: hidden;
  width: 65%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWM3bLCdL4 .content-wrapper .slider-wrapper {
    width: 100%;
  }
}
.cid-tWM3bLCdL4 .content-wrapper .items-wrapper {
  margin-left: 80px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-tWM3bLCdL4 .content-wrapper .items-wrapper {
    width: 100%;
    margin: 32px 0 0 0;
  }
}
.cid-tWM3bLCdL4 .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-tWM3bLCdL4 .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-tWM3bLCdL4 .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap {
  margin-bottom: 16px;
}
.cid-tWM3bLCdL4 .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-tWM3bLCdL4 .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .pgk-iconfont {
  font-size: 16px;
  color: #29292a;
  margin-right: 4px;
}
.cid-tWM3bLCdL4 .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .item-title {
  margin-bottom: 0;
}
.cid-tWM3bLCdL4 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-tWM3bLCdL4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tWM3bLCdL4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tWM3bLCdL4 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-tWM3bLCdL4 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tWM3bLCdL4 .embla__button--next,
.cid-tWM3bLCdL4 .embla__button--prev {
  display: flex;
}
.cid-tWM3bLCdL4 .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #ffffff !important;
  color: #0a0b0c !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-tWM3bLCdL4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWM3bLCdL4 .embla__button:hover {
  opacity: .8 !important;
}
.cid-tWM3bLCdL4 .embla__button.embla__button--prev {
  left: 20px;
}
.cid-tWM3bLCdL4 .embla__button.embla__button--next {
  right: 20px;
}
.cid-tWM3bLCdL4 .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-tWM3bLCdL4 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tWM3bLCdL4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWM3bLCdL4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWM3bLCdL4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWM3bLCdL4 .pgk-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWM3bLCdL4 .pgk-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWM3bLCdL4 .item-title {
  color: #ffffff;
}
.cid-tWM3bLCdL4 .item-text {
  color: #000000;
}
.cid-tWM3bLCdL4 .item-title,
.cid-tWM3bLCdL4 .title-wrap {
  color: #000000;
}
.cid-tWM2bKbk0d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWM2bKbk0d .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWM2bKbk0d .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-tWM2bKbk0d .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWM2bKbk0d .container {
    padding: 0 12px;
  }
}
.cid-tWM2bKbk0d .content-wrapper {
  padding: 220px 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tWM2bKbk0d .content-wrapper {
    padding: 150px 32px;
  }
}
.cid-tWM2bKbk0d .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWM2bKbk0d .content-wrapper .title-wrapper {
  width: 35em;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tWM2bKbk0d .content-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-tWM2bKbk0d .content-wrapper .title-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-tWM2bKbk0d .pgk-section-title {
  color: #ffffff;
}
.cid-tWM2bKXeGx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWM2bKXeGx .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWM2bKXeGx .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-tWM2bKXeGx .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWM2bKXeGx .container {
    padding: 0 12px;
  }
}
.cid-tWM2bKXeGx .row {
  justify-content: center;
}
.cid-tWM2bKXeGx .title-wrapper .pgk-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWM2bKXeGx .title-wrapper .pgk-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tWM2bKXeGx .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tWM2bKXeGx .list-wrapper .pgk-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-tWM2bKXeGx .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tWM2bKXeGx .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWM2bKXeGx .list-wrapper .list .item-wrap:hover,
.cid-tWM2bKXeGx .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-tWM2bKXeGx .pgk-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #29292a;
  text-align: left;
}
.cid-tWM2bKXeGx .pgk-section-title {
  color: #29292a;
}
.cid-tWM2bKXeGx .pgk-list-title {
  color: #29292a;
}
.cid-tWM2bKXeGx .list {
  color: #ffffff;
}
.cid-tWM2bKXeGx .list,
.cid-tWM2bKXeGx .item-wrap {
  color: #29292a;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}.cid-tWMabMTkP2{
    border-top: 2px solid #f1f1f1;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tWM5dvsc2I {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tWM5dvsc2I .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-tWM5dvsc2I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tWM5dvsc2I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWM5dvsc2I nav {
  border-bottom: 3px solid #f1f1f1!important;
}
.cid-tWM5dvsc2I .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWM5dvsc2I .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWM5dvsc2I .menu_box .navbar.opened,
  .cid-tWM5dvsc2I .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWM5dvsc2I nav.navbar {
  position: fixed!important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tWM5dvsc2I .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tWM5dvsc2I .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWM5dvsc2I .pgk-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWM5dvsc2I .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWM5dvsc2I .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWM5dvsc2I .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-tWM5dvsc2I .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWM5dvsc2I .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWM5dvsc2I .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWM5dvsc2I .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWM5dvsc2I .offcanvas-body .pgk-text,
  .cid-tWM5dvsc2I .offcanvas-body .pgk-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWM5dvsc2I .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWM5dvsc2I .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWM5dvsc2I .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tWM5dvsc2I .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWM5dvsc2I .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWM5dvsc2I .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWM5dvsc2I .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWM5dvsc2I ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWM5dvsc2I .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWM5dvsc2I .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWM5dvsc2I .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWM5dvsc2I li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWM5dvsc2I .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWM5dvsc2I .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tWM5dvsc2I .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWM5dvsc2I .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWM5dvsc2I .nav-item {
    margin: 0 !important;
  }
}
.cid-tWM5dvsc2I .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tWM5dvsc2I .nav-item .nav-link:hover,
.cid-tWM5dvsc2I .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tWM5dvsc2I .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWM5dvsc2I .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWM5dvsc2I .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWM5dvsc2I .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWM5dvsc2I .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWM5dvsc2I .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWM5dvsc2I .offcanvas_box {
    display: none;
  }
}
.cid-tWM5dvsc2I .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWM5dvsc2I .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWM5dvsc2I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWM5dvsc2I .container {
  display: flex;
  margin: auto;
}
.cid-tWM5dvsc2I .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWM5dvsc2I .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWM5dvsc2I .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWM5dvsc2I .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWM5dvsc2I .navbar-nav {
    margin: 0;
  }
}
.cid-tWM5dvsc2I .dropdown-menu,
.cid-tWM5dvsc2I .navbar.opened {
  background-color: false !important;
}
.cid-tWM5dvsc2I .nav-item:focus,
.cid-tWM5dvsc2I .nav-link:focus {
  outline: none;
}
.cid-tWM5dvsc2I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWM5dvsc2I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWM5dvsc2I .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWM5dvsc2I .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWM5dvsc2I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWM5dvsc2I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWM5dvsc2I .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWM5dvsc2I .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWM5dvsc2I .navbar.opened {
  transition: all 0.3s;
}
.cid-tWM5dvsc2I .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWM5dvsc2I .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tWM5dvsc2I .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWM5dvsc2I .navbar.collapsed {
  justify-content: center;
}
.cid-tWM5dvsc2I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWM5dvsc2I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWM5dvsc2I .navbar.collapsed .dropdown-menu {
  border-radius: 10px;
}
.cid-tWM5dvsc2I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWM5dvsc2I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWM5dvsc2I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWM5dvsc2I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWM5dvsc2I .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWM5dvsc2I .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWM5dvsc2I .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWM5dvsc2I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWM5dvsc2I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWM5dvsc2I .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWM5dvsc2I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWM5dvsc2I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWM5dvsc2I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWM5dvsc2I .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWM5dvsc2I .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWM5dvsc2I .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWM5dvsc2I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWM5dvsc2I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWM5dvsc2I .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWM5dvsc2I .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWM5dvsc2I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWM5dvsc2I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWM5dvsc2I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWM5dvsc2I .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWM5dvsc2I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWM5dvsc2I .dropdown-item.active,
.cid-tWM5dvsc2I .dropdown-item:active {
  background-color: transparent;
}
.cid-tWM5dvsc2I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tWM5dvsc2I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWM5dvsc2I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWM5dvsc2I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWM5dvsc2I ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWM5dvsc2I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWM5dvsc2I button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tWM5dvsc2I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tWM5dvsc2I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWM5dvsc2I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWM5dvsc2I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWM5dvsc2I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWM5dvsc2I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWM5dvsc2I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWM5dvsc2I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWM5dvsc2I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWM5dvsc2I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWM5dvsc2I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWM5dvsc2I .navbar {
    height: 70px;
  }
  .cid-tWM5dvsc2I .navbar.opened {
    height: auto;
  }
  .cid-tWM5dvsc2I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWM5dvsc2I .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tWM5dvsc2I .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tWM5dvsc2I .pgk-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWM5dvsc2I .pgk-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWM5dvsc2I .pgk-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tWM5dvsc2I .navbar-caption:hover {
  color: #0a0b0c;
}
@media (min-width: 992px) {
  .cid-tWM5dvsc2I .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWM5dvsc2I .text_widget {
  margin-bottom: 32px;
}
.cid-tWM5dvsc2I .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWM5dvsc2I .text_widget a:hover,
.cid-tWM5dvsc2I .text_widget a:focus {
  opacity: .8;
}
.cid-tWM5dvsc2I .pgk-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWM5dvsc2I .navbar-caption {
  color: #1D1D1F;
}
.cid-tWM5dvsc2I .pgk-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWM5dvsc2I .pgk-section-subtitle,
.cid-tWM5dvsc2I .text_widget,
.cid-tWM5dvsc2I .pgk-section-btn {
  text-align: center;
}
.cid-tWM5dvsc2I a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tWM5j69V4o {
  padding-top: 12rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWM5j69V4o .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWM5j69V4o .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-tWM5j69V4o .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWM5j69V4o .container {
    padding: 0 12px;
  }
}
.cid-tWM5j69V4o .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f5f5f7;
}
@media (max-width: 992px) {
  .cid-tWM5j69V4o .content-wrapper {
    display: block;
  }
}
.cid-tWM5j69V4o .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tWM5j69V4o .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-tWM5j69V4o .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-tWM5j69V4o .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-tWM5j69V4o .content-wrapper .title-wrapper .title-wrap .title .pgk-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-tWM5j69V4o .content-wrapper .title-wrapper .title-wrap .title .pgk-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #9fb9fa;
  border-radius: 10rem;
}
.cid-tWM5j69V4o .content-wrapper .title-wrapper .title-wrap .pgk-text {
  margin-bottom: 0;
}
.cid-tWM5j69V4o .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tWM5j69V4o .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-tWM5j69V4o .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWM5j69V4o .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-tWM5j69V4o .pgk-section-title {
  color: #1D1D1F;
}
.cid-tWM5j69V4o .pgk-text {
  color: #1D1D1F;
}
.cid-tWM5dwtYr0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWM5dwtYr0 .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWM5dwtYr0 .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-tWM5dwtYr0 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWM5dwtYr0 .container {
    padding: 0 12px;
  }
}
.cid-tWM5dwtYr0 .content-wrapper {
  padding: 220px 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tWM5dwtYr0 .content-wrapper {
    padding: 150px 32px;
  }
}
.cid-tWM5dwtYr0 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWM5dwtYr0 .content-wrapper .title-wrapper {
  width: 35em;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tWM5dwtYr0 .content-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-tWM5dwtYr0 .content-wrapper .title-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-tWM5dwtYr0 .pgk-section-title {
  color: #ffffff;
}
.cid-tWM5dwNwbB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWM5dwNwbB .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWM5dwNwbB .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-tWM5dwNwbB .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWM5dwNwbB .container {
    padding: 0 12px;
  }
}
.cid-tWM5dwNwbB .row {
  justify-content: center;
}
.cid-tWM5dwNwbB .title-wrapper .pgk-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWM5dwNwbB .title-wrapper .pgk-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tWM5dwNwbB .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tWM5dwNwbB .list-wrapper .pgk-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-tWM5dwNwbB .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tWM5dwNwbB .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWM5dwNwbB .list-wrapper .list .item-wrap:hover,
.cid-tWM5dwNwbB .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-tWM5dwNwbB .pgk-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #29292a;
  text-align: left;
}
.cid-tWM5dwNwbB .pgk-section-title {
  color: #29292a;
}
.cid-tWM5dwNwbB .pgk-list-title {
  color: #29292a;
}
.cid-tWM5dwNwbB .list {
  color: #ffffff;
}
.cid-tWM5dwNwbB .list,
.cid-tWM5dwNwbB .item-wrap {
  color: #29292a;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}.cid-tWMabMTkP2{
    border-top: 2px solid #f1f1f1;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tWM6lRujpK {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tWM6lRujpK .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-tWM6lRujpK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tWM6lRujpK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWM6lRujpK nav {
  border-bottom: 3px solid #f1f1f1!important;
}
.cid-tWM6lRujpK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWM6lRujpK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWM6lRujpK .menu_box .navbar.opened,
  .cid-tWM6lRujpK .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWM6lRujpK nav.navbar {
  position: fixed!important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tWM6lRujpK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tWM6lRujpK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWM6lRujpK .pgk-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWM6lRujpK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWM6lRujpK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWM6lRujpK .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-tWM6lRujpK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWM6lRujpK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWM6lRujpK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWM6lRujpK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWM6lRujpK .offcanvas-body .pgk-text,
  .cid-tWM6lRujpK .offcanvas-body .pgk-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWM6lRujpK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWM6lRujpK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWM6lRujpK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tWM6lRujpK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWM6lRujpK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWM6lRujpK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWM6lRujpK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWM6lRujpK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWM6lRujpK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWM6lRujpK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWM6lRujpK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWM6lRujpK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWM6lRujpK .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWM6lRujpK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tWM6lRujpK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWM6lRujpK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWM6lRujpK .nav-item {
    margin: 0 !important;
  }
}
.cid-tWM6lRujpK .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tWM6lRujpK .nav-item .nav-link:hover,
.cid-tWM6lRujpK .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tWM6lRujpK .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWM6lRujpK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWM6lRujpK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWM6lRujpK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWM6lRujpK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWM6lRujpK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWM6lRujpK .offcanvas_box {
    display: none;
  }
}
.cid-tWM6lRujpK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWM6lRujpK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWM6lRujpK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWM6lRujpK .container {
  display: flex;
  margin: auto;
}
.cid-tWM6lRujpK .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWM6lRujpK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWM6lRujpK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWM6lRujpK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWM6lRujpK .navbar-nav {
    margin: 0;
  }
}
.cid-tWM6lRujpK .dropdown-menu,
.cid-tWM6lRujpK .navbar.opened {
  background-color: false !important;
}
.cid-tWM6lRujpK .nav-item:focus,
.cid-tWM6lRujpK .nav-link:focus {
  outline: none;
}
.cid-tWM6lRujpK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWM6lRujpK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWM6lRujpK .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWM6lRujpK .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWM6lRujpK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWM6lRujpK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWM6lRujpK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWM6lRujpK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWM6lRujpK .navbar.opened {
  transition: all 0.3s;
}
.cid-tWM6lRujpK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWM6lRujpK .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tWM6lRujpK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWM6lRujpK .navbar.collapsed {
  justify-content: center;
}
.cid-tWM6lRujpK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWM6lRujpK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWM6lRujpK .navbar.collapsed .dropdown-menu {
  border-radius: 10px;
}
.cid-tWM6lRujpK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWM6lRujpK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWM6lRujpK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWM6lRujpK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWM6lRujpK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWM6lRujpK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWM6lRujpK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWM6lRujpK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWM6lRujpK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWM6lRujpK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWM6lRujpK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWM6lRujpK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWM6lRujpK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWM6lRujpK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWM6lRujpK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWM6lRujpK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWM6lRujpK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWM6lRujpK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWM6lRujpK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWM6lRujpK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWM6lRujpK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWM6lRujpK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWM6lRujpK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWM6lRujpK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWM6lRujpK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWM6lRujpK .dropdown-item.active,
.cid-tWM6lRujpK .dropdown-item:active {
  background-color: transparent;
}
.cid-tWM6lRujpK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tWM6lRujpK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWM6lRujpK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWM6lRujpK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWM6lRujpK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWM6lRujpK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWM6lRujpK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tWM6lRujpK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tWM6lRujpK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWM6lRujpK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWM6lRujpK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWM6lRujpK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWM6lRujpK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWM6lRujpK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWM6lRujpK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWM6lRujpK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWM6lRujpK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWM6lRujpK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWM6lRujpK .navbar {
    height: 70px;
  }
  .cid-tWM6lRujpK .navbar.opened {
    height: auto;
  }
  .cid-tWM6lRujpK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWM6lRujpK .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tWM6lRujpK .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tWM6lRujpK .pgk-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWM6lRujpK .pgk-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWM6lRujpK .pgk-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tWM6lRujpK .navbar-caption:hover {
  color: #0a0b0c;
}
@media (min-width: 992px) {
  .cid-tWM6lRujpK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWM6lRujpK .text_widget {
  margin-bottom: 32px;
}
.cid-tWM6lRujpK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWM6lRujpK .text_widget a:hover,
.cid-tWM6lRujpK .text_widget a:focus {
  opacity: .8;
}
.cid-tWM6lRujpK .pgk-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWM6lRujpK .navbar-caption {
  color: #1D1D1F;
}
.cid-tWM6lRujpK .pgk-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWM6lRujpK .pgk-section-subtitle,
.cid-tWM6lRujpK .text_widget,
.cid-tWM6lRujpK .pgk-section-btn {
  text-align: center;
}
.cid-tWM6lRujpK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tWM6xHdlHL {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tWM6xHdlHL .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWM6xHdlHL .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWM6xHdlHL .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWM6xHdlHL .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWM6xHdlHL .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-tWM6xHdlHL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWM6xHdlHL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWM6xHdlHL .content-head {
  max-width: 800px;
}
.cid-tWM6xHdlHL .pgk-section-title {
  color: #000000;
}
.cid-tWM6lSq7vD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWM6lSq7vD .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWM6lSq7vD .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-tWM6lSq7vD .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWM6lSq7vD .container {
    padding: 0 12px;
  }
}
.cid-tWM6lSq7vD .content-wrapper {
  padding: 220px 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tWM6lSq7vD .content-wrapper {
    padding: 150px 32px;
  }
}
.cid-tWM6lSq7vD .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWM6lSq7vD .content-wrapper .title-wrapper {
  width: 35em;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tWM6lSq7vD .content-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-tWM6lSq7vD .content-wrapper .title-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-tWM6lSq7vD .pgk-section-title {
  color: #ffffff;
}
.cid-tWM6lSLQSU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWM6lSLQSU .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWM6lSLQSU .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-tWM6lSLQSU .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWM6lSLQSU .container {
    padding: 0 12px;
  }
}
.cid-tWM6lSLQSU .row {
  justify-content: center;
}
.cid-tWM6lSLQSU .title-wrapper .pgk-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWM6lSLQSU .title-wrapper .pgk-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tWM6lSLQSU .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tWM6lSLQSU .list-wrapper .pgk-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-tWM6lSLQSU .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tWM6lSLQSU .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWM6lSLQSU .list-wrapper .list .item-wrap:hover,
.cid-tWM6lSLQSU .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-tWM6lSLQSU .pgk-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #29292a;
  text-align: left;
}
.cid-tWM6lSLQSU .pgk-section-title {
  color: #29292a;
}
.cid-tWM6lSLQSU .pgk-list-title {
  color: #29292a;
}
.cid-tWM6lSLQSU .list {
  color: #ffffff;
}
.cid-tWM6lSLQSU .list,
.cid-tWM6lSLQSU .item-wrap {
  color: #29292a;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}.cid-tWMabMTkP2{
    border-top: 2px solid #f1f1f1;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tWM6NsuqkK {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tWM6NsuqkK .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-tWM6NsuqkK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tWM6NsuqkK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWM6NsuqkK nav {
  border-bottom: 3px solid #f1f1f1!important;
}
.cid-tWM6NsuqkK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWM6NsuqkK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWM6NsuqkK .menu_box .navbar.opened,
  .cid-tWM6NsuqkK .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWM6NsuqkK nav.navbar {
  position: fixed!important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tWM6NsuqkK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tWM6NsuqkK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWM6NsuqkK .pgk-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWM6NsuqkK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWM6NsuqkK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWM6NsuqkK .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-tWM6NsuqkK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWM6NsuqkK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWM6NsuqkK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWM6NsuqkK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWM6NsuqkK .offcanvas-body .pgk-text,
  .cid-tWM6NsuqkK .offcanvas-body .pgk-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWM6NsuqkK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWM6NsuqkK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWM6NsuqkK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tWM6NsuqkK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWM6NsuqkK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWM6NsuqkK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWM6NsuqkK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWM6NsuqkK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWM6NsuqkK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWM6NsuqkK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWM6NsuqkK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWM6NsuqkK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWM6NsuqkK .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWM6NsuqkK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tWM6NsuqkK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWM6NsuqkK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWM6NsuqkK .nav-item {
    margin: 0 !important;
  }
}
.cid-tWM6NsuqkK .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tWM6NsuqkK .nav-item .nav-link:hover,
.cid-tWM6NsuqkK .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tWM6NsuqkK .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWM6NsuqkK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWM6NsuqkK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWM6NsuqkK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWM6NsuqkK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWM6NsuqkK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWM6NsuqkK .offcanvas_box {
    display: none;
  }
}
.cid-tWM6NsuqkK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWM6NsuqkK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWM6NsuqkK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWM6NsuqkK .container {
  display: flex;
  margin: auto;
}
.cid-tWM6NsuqkK .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWM6NsuqkK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWM6NsuqkK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWM6NsuqkK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWM6NsuqkK .navbar-nav {
    margin: 0;
  }
}
.cid-tWM6NsuqkK .dropdown-menu,
.cid-tWM6NsuqkK .navbar.opened {
  background-color: false !important;
}
.cid-tWM6NsuqkK .nav-item:focus,
.cid-tWM6NsuqkK .nav-link:focus {
  outline: none;
}
.cid-tWM6NsuqkK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWM6NsuqkK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWM6NsuqkK .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWM6NsuqkK .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWM6NsuqkK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWM6NsuqkK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWM6NsuqkK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWM6NsuqkK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWM6NsuqkK .navbar.opened {
  transition: all 0.3s;
}
.cid-tWM6NsuqkK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWM6NsuqkK .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tWM6NsuqkK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWM6NsuqkK .navbar.collapsed {
  justify-content: center;
}
.cid-tWM6NsuqkK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWM6NsuqkK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWM6NsuqkK .navbar.collapsed .dropdown-menu {
  border-radius: 10px;
}
.cid-tWM6NsuqkK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWM6NsuqkK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWM6NsuqkK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWM6NsuqkK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWM6NsuqkK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWM6NsuqkK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWM6NsuqkK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWM6NsuqkK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWM6NsuqkK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWM6NsuqkK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWM6NsuqkK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWM6NsuqkK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWM6NsuqkK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWM6NsuqkK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWM6NsuqkK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWM6NsuqkK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWM6NsuqkK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWM6NsuqkK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWM6NsuqkK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWM6NsuqkK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWM6NsuqkK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWM6NsuqkK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWM6NsuqkK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWM6NsuqkK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWM6NsuqkK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWM6NsuqkK .dropdown-item.active,
.cid-tWM6NsuqkK .dropdown-item:active {
  background-color: transparent;
}
.cid-tWM6NsuqkK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tWM6NsuqkK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWM6NsuqkK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWM6NsuqkK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWM6NsuqkK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWM6NsuqkK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWM6NsuqkK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tWM6NsuqkK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tWM6NsuqkK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWM6NsuqkK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWM6NsuqkK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWM6NsuqkK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWM6NsuqkK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWM6NsuqkK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWM6NsuqkK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWM6NsuqkK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWM6NsuqkK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWM6NsuqkK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWM6NsuqkK .navbar {
    height: 70px;
  }
  .cid-tWM6NsuqkK .navbar.opened {
    height: auto;
  }
  .cid-tWM6NsuqkK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWM6NsuqkK .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tWM6NsuqkK .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tWM6NsuqkK .pgk-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWM6NsuqkK .pgk-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWM6NsuqkK .pgk-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tWM6NsuqkK .navbar-caption:hover {
  color: #0a0b0c;
}
@media (min-width: 992px) {
  .cid-tWM6NsuqkK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWM6NsuqkK .text_widget {
  margin-bottom: 32px;
}
.cid-tWM6NsuqkK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWM6NsuqkK .text_widget a:hover,
.cid-tWM6NsuqkK .text_widget a:focus {
  opacity: .8;
}
.cid-tWM6NsuqkK .pgk-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWM6NsuqkK .navbar-caption {
  color: #1D1D1F;
}
.cid-tWM6NsuqkK .pgk-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWM6NsuqkK .pgk-section-subtitle,
.cid-tWM6NsuqkK .text_widget,
.cid-tWM6NsuqkK .pgk-section-btn {
  text-align: center;
}
.cid-tWM6NsuqkK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tWM6X0lPYm {
  padding-top: 12rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWM6X0lPYm .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWM6X0lPYm .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-tWM6X0lPYm .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWM6X0lPYm .container {
    padding: 0 12px;
  }
}
.cid-tWM6X0lPYm .content-wrapper .title-wrapper .pgk-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
.cid-tWM6X0lPYm .content-wrapper .title-wrapper .pgk-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #9fb9fa;
  border-radius: 10rem;
}
.cid-tWM6X0lPYm .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
.cid-tWM6X0lPYm .image-wrapper {
  margin-top: 100px;
  border: 10px solid #1d1d1f;
  transform: rotate(5deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
}
.cid-tWM6X0lPYm .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .cid-tWM6X0lPYm .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-tWM6X0lPYm .image-wrapper img {
    height: 250px;
  }
}
.cid-tWM6X0lPYm .image-wrap {
  border: 10px solid #1d1d1f;
  transform: rotate(-20deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
  margin-top: -120px;
}
@media (max-width: 992px) {
  .cid-tWM6X0lPYm .image-wrap {
    margin-top: 0;
  }
}
.cid-tWM6X0lPYm .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWM6X0lPYm .image-wrap img {
    height: 350px;
  }
}
.cid-tWM6X0lPYm .pgk-section-title {
  color: #1D1D1F;
}
.cid-tWM6X0lPYm .pgk-text {
  color: #1D1D1F;
}
.cid-tWM6Ntrl7A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWM6Ntrl7A .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWM6Ntrl7A .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-tWM6Ntrl7A .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWM6Ntrl7A .container {
    padding: 0 12px;
  }
}
.cid-tWM6Ntrl7A .content-wrapper {
  padding: 220px 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tWM6Ntrl7A .content-wrapper {
    padding: 150px 32px;
  }
}
.cid-tWM6Ntrl7A .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(70%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWM6Ntrl7A .content-wrapper .title-wrapper {
  width: 35em;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tWM6Ntrl7A .content-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-tWM6Ntrl7A .content-wrapper .title-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-tWM6Ntrl7A .pgk-section-title {
  color: #ffffff;
}
.cid-tWM6NtNlyp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWM6NtNlyp .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWM6NtNlyp .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-tWM6NtNlyp .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWM6NtNlyp .container {
    padding: 0 12px;
  }
}
.cid-tWM6NtNlyp .row {
  justify-content: center;
}
.cid-tWM6NtNlyp .title-wrapper .pgk-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWM6NtNlyp .title-wrapper .pgk-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tWM6NtNlyp .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tWM6NtNlyp .list-wrapper .pgk-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-tWM6NtNlyp .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tWM6NtNlyp .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWM6NtNlyp .list-wrapper .list .item-wrap:hover,
.cid-tWM6NtNlyp .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-tWM6NtNlyp .pgk-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #29292a;
  text-align: left;
}
.cid-tWM6NtNlyp .pgk-section-title {
  color: #29292a;
}
.cid-tWM6NtNlyp .pgk-list-title {
  color: #29292a;
}
.cid-tWM6NtNlyp .list {
  color: #ffffff;
}
.cid-tWM6NtNlyp .list,
.cid-tWM6NtNlyp .item-wrap {
  color: #29292a;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}.cid-tWMabMTkP2{
    border-top: 2px solid #f1f1f1;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tWM8hw5YYb {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tWM8hw5YYb .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-tWM8hw5YYb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tWM8hw5YYb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWM8hw5YYb nav {
  border-bottom: 3px solid #f1f1f1!important;
}
.cid-tWM8hw5YYb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWM8hw5YYb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWM8hw5YYb .menu_box .navbar.opened,
  .cid-tWM8hw5YYb .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWM8hw5YYb nav.navbar {
  position: fixed!important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tWM8hw5YYb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tWM8hw5YYb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWM8hw5YYb .pgk-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWM8hw5YYb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWM8hw5YYb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWM8hw5YYb .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-tWM8hw5YYb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWM8hw5YYb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWM8hw5YYb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWM8hw5YYb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWM8hw5YYb .offcanvas-body .pgk-text,
  .cid-tWM8hw5YYb .offcanvas-body .pgk-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWM8hw5YYb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWM8hw5YYb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWM8hw5YYb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tWM8hw5YYb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWM8hw5YYb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWM8hw5YYb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWM8hw5YYb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWM8hw5YYb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWM8hw5YYb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWM8hw5YYb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWM8hw5YYb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWM8hw5YYb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWM8hw5YYb .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWM8hw5YYb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tWM8hw5YYb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWM8hw5YYb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWM8hw5YYb .nav-item {
    margin: 0 !important;
  }
}
.cid-tWM8hw5YYb .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tWM8hw5YYb .nav-item .nav-link:hover,
.cid-tWM8hw5YYb .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tWM8hw5YYb .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWM8hw5YYb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWM8hw5YYb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWM8hw5YYb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWM8hw5YYb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWM8hw5YYb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWM8hw5YYb .offcanvas_box {
    display: none;
  }
}
.cid-tWM8hw5YYb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWM8hw5YYb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWM8hw5YYb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWM8hw5YYb .container {
  display: flex;
  margin: auto;
}
.cid-tWM8hw5YYb .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWM8hw5YYb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWM8hw5YYb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWM8hw5YYb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWM8hw5YYb .navbar-nav {
    margin: 0;
  }
}
.cid-tWM8hw5YYb .dropdown-menu,
.cid-tWM8hw5YYb .navbar.opened {
  background-color: false !important;
}
.cid-tWM8hw5YYb .nav-item:focus,
.cid-tWM8hw5YYb .nav-link:focus {
  outline: none;
}
.cid-tWM8hw5YYb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWM8hw5YYb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWM8hw5YYb .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWM8hw5YYb .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWM8hw5YYb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWM8hw5YYb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWM8hw5YYb .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWM8hw5YYb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWM8hw5YYb .navbar.opened {
  transition: all 0.3s;
}
.cid-tWM8hw5YYb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWM8hw5YYb .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tWM8hw5YYb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWM8hw5YYb .navbar.collapsed {
  justify-content: center;
}
.cid-tWM8hw5YYb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWM8hw5YYb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWM8hw5YYb .navbar.collapsed .dropdown-menu {
  border-radius: 10px;
}
.cid-tWM8hw5YYb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWM8hw5YYb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWM8hw5YYb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWM8hw5YYb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWM8hw5YYb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWM8hw5YYb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWM8hw5YYb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWM8hw5YYb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWM8hw5YYb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWM8hw5YYb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWM8hw5YYb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWM8hw5YYb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWM8hw5YYb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWM8hw5YYb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWM8hw5YYb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWM8hw5YYb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWM8hw5YYb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWM8hw5YYb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWM8hw5YYb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWM8hw5YYb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWM8hw5YYb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWM8hw5YYb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWM8hw5YYb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWM8hw5YYb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWM8hw5YYb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWM8hw5YYb .dropdown-item.active,
.cid-tWM8hw5YYb .dropdown-item:active {
  background-color: transparent;
}
.cid-tWM8hw5YYb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tWM8hw5YYb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWM8hw5YYb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWM8hw5YYb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWM8hw5YYb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWM8hw5YYb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWM8hw5YYb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tWM8hw5YYb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tWM8hw5YYb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWM8hw5YYb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWM8hw5YYb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWM8hw5YYb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWM8hw5YYb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWM8hw5YYb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWM8hw5YYb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWM8hw5YYb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWM8hw5YYb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWM8hw5YYb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWM8hw5YYb .navbar {
    height: 70px;
  }
  .cid-tWM8hw5YYb .navbar.opened {
    height: auto;
  }
  .cid-tWM8hw5YYb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWM8hw5YYb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tWM8hw5YYb .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tWM8hw5YYb .pgk-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWM8hw5YYb .pgk-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWM8hw5YYb .pgk-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tWM8hw5YYb .navbar-caption:hover {
  color: #0a0b0c;
}
@media (min-width: 992px) {
  .cid-tWM8hw5YYb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWM8hw5YYb .text_widget {
  margin-bottom: 32px;
}
.cid-tWM8hw5YYb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWM8hw5YYb .text_widget a:hover,
.cid-tWM8hw5YYb .text_widget a:focus {
  opacity: .8;
}
.cid-tWM8hw5YYb .pgk-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWM8hw5YYb .navbar-caption {
  color: #1D1D1F;
}
.cid-tWM8hw5YYb .pgk-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWM8hw5YYb .pgk-section-subtitle,
.cid-tWM8hw5YYb .text_widget,
.cid-tWM8hw5YYb .pgk-section-btn {
  text-align: center;
}
.cid-tWM8hw5YYb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tWM8hwHb8O {
  padding-top: 12rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWM8hwHb8O .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWM8hwHb8O .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-tWM8hwHb8O .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWM8hwHb8O .container {
    padding: 0 12px;
  }
}
.cid-tWM8hwHb8O .content-wrapper .title-wrapper .pgk-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
.cid-tWM8hwHb8O .content-wrapper .title-wrapper .pgk-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #9fb9fa;
  border-radius: 10rem;
}
.cid-tWM8hwHb8O .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
.cid-tWM8hwHb8O .image-wrapper {
  margin-top: 100px;
  border: 10px solid #1d1d1f;
  transform: rotate(5deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
}
.cid-tWM8hwHb8O .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .cid-tWM8hwHb8O .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-tWM8hwHb8O .image-wrapper img {
    height: 250px;
  }
}
.cid-tWM8hwHb8O .image-wrap {
  border: 10px solid #1d1d1f;
  transform: rotate(-20deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
  margin-top: -120px;
}
@media (max-width: 992px) {
  .cid-tWM8hwHb8O .image-wrap {
    margin-top: 0;
  }
}
.cid-tWM8hwHb8O .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWM8hwHb8O .image-wrap img {
    height: 350px;
  }
}
.cid-tWM8hwHb8O .pgk-section-title {
  color: #1D1D1F;
}
.cid-tWM8hwHb8O .pgk-text {
  color: #1D1D1F;
}
.cid-tWM8hx8pah {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWM8hx8pah .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWM8hx8pah .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-tWM8hx8pah .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWM8hx8pah .container {
    padding: 0 12px;
  }
}
.cid-tWM8hx8pah .content-wrapper {
  padding: 220px 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tWM8hx8pah .content-wrapper {
    padding: 150px 32px;
  }
}
.cid-tWM8hx8pah .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
}
.cid-tWM8hx8pah .content-wrapper .title-wrapper {
  width: 35em;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tWM8hx8pah .content-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-tWM8hx8pah .content-wrapper .title-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-tWM8hx8pah .pgk-section-title {
  color: #ffffff;
}
.cid-tWM8hxr4lR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWM8hxr4lR .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWM8hxr4lR .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-tWM8hxr4lR .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWM8hxr4lR .container {
    padding: 0 12px;
  }
}
.cid-tWM8hxr4lR .row {
  justify-content: center;
}
.cid-tWM8hxr4lR .title-wrapper .pgk-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWM8hxr4lR .title-wrapper .pgk-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tWM8hxr4lR .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tWM8hxr4lR .list-wrapper .pgk-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-tWM8hxr4lR .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tWM8hxr4lR .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWM8hxr4lR .list-wrapper .list .item-wrap:hover,
.cid-tWM8hxr4lR .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-tWM8hxr4lR .pgk-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #29292a;
  text-align: left;
}
.cid-tWM8hxr4lR .pgk-section-title {
  color: #29292a;
}
.cid-tWM8hxr4lR .pgk-list-title {
  color: #29292a;
}
.cid-tWM8hxr4lR .list {
  color: #ffffff;
}
.cid-tWM8hxr4lR .list,
.cid-tWM8hxr4lR .item-wrap {
  color: #29292a;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}.cid-tWMabMTkP2{
    border-top: 2px solid #f1f1f1;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tWMabLIvgc {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tWMabLIvgc .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-tWMabLIvgc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tWMabLIvgc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWMabLIvgc nav {
  border-bottom: 3px solid #f1f1f1!important;
}
.cid-tWMabLIvgc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWMabLIvgc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWMabLIvgc .menu_box .navbar.opened,
  .cid-tWMabLIvgc .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWMabLIvgc nav.navbar {
  position: fixed!important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tWMabLIvgc .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tWMabLIvgc .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWMabLIvgc .pgk-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWMabLIvgc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWMabLIvgc .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWMabLIvgc .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-tWMabLIvgc .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWMabLIvgc .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWMabLIvgc .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWMabLIvgc .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWMabLIvgc .offcanvas-body .pgk-text,
  .cid-tWMabLIvgc .offcanvas-body .pgk-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWMabLIvgc .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWMabLIvgc .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWMabLIvgc .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tWMabLIvgc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWMabLIvgc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWMabLIvgc .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWMabLIvgc .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWMabLIvgc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWMabLIvgc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWMabLIvgc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWMabLIvgc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWMabLIvgc li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWMabLIvgc .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWMabLIvgc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tWMabLIvgc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWMabLIvgc .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWMabLIvgc .nav-item {
    margin: 0 !important;
  }
}
.cid-tWMabLIvgc .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tWMabLIvgc .nav-item .nav-link:hover,
.cid-tWMabLIvgc .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tWMabLIvgc .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWMabLIvgc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWMabLIvgc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWMabLIvgc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWMabLIvgc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWMabLIvgc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWMabLIvgc .offcanvas_box {
    display: none;
  }
}
.cid-tWMabLIvgc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWMabLIvgc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWMabLIvgc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWMabLIvgc .container {
  display: flex;
  margin: auto;
}
.cid-tWMabLIvgc .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWMabLIvgc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWMabLIvgc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWMabLIvgc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWMabLIvgc .navbar-nav {
    margin: 0;
  }
}
.cid-tWMabLIvgc .dropdown-menu,
.cid-tWMabLIvgc .navbar.opened {
  background-color: false !important;
}
.cid-tWMabLIvgc .nav-item:focus,
.cid-tWMabLIvgc .nav-link:focus {
  outline: none;
}
.cid-tWMabLIvgc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWMabLIvgc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWMabLIvgc .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWMabLIvgc .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWMabLIvgc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWMabLIvgc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWMabLIvgc .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWMabLIvgc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWMabLIvgc .navbar.opened {
  transition: all 0.3s;
}
.cid-tWMabLIvgc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWMabLIvgc .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tWMabLIvgc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWMabLIvgc .navbar.collapsed {
  justify-content: center;
}
.cid-tWMabLIvgc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWMabLIvgc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWMabLIvgc .navbar.collapsed .dropdown-menu {
  border-radius: 10px;
}
.cid-tWMabLIvgc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWMabLIvgc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWMabLIvgc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWMabLIvgc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWMabLIvgc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWMabLIvgc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWMabLIvgc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWMabLIvgc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWMabLIvgc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWMabLIvgc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWMabLIvgc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWMabLIvgc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWMabLIvgc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWMabLIvgc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWMabLIvgc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWMabLIvgc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWMabLIvgc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWMabLIvgc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWMabLIvgc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWMabLIvgc .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWMabLIvgc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWMabLIvgc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWMabLIvgc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWMabLIvgc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWMabLIvgc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWMabLIvgc .dropdown-item.active,
.cid-tWMabLIvgc .dropdown-item:active {
  background-color: transparent;
}
.cid-tWMabLIvgc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tWMabLIvgc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWMabLIvgc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWMabLIvgc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWMabLIvgc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWMabLIvgc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWMabLIvgc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tWMabLIvgc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tWMabLIvgc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWMabLIvgc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWMabLIvgc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWMabLIvgc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWMabLIvgc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWMabLIvgc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWMabLIvgc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWMabLIvgc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWMabLIvgc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWMabLIvgc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWMabLIvgc .navbar {
    height: 70px;
  }
  .cid-tWMabLIvgc .navbar.opened {
    height: auto;
  }
  .cid-tWMabLIvgc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWMabLIvgc .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tWMabLIvgc .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tWMabLIvgc .pgk-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWMabLIvgc .pgk-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWMabLIvgc .pgk-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tWMabLIvgc .navbar-caption:hover {
  color: #0a0b0c;
}
@media (min-width: 992px) {
  .cid-tWMabLIvgc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWMabLIvgc .text_widget {
  margin-bottom: 32px;
}
.cid-tWMabLIvgc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWMabLIvgc .text_widget a:hover,
.cid-tWMabLIvgc .text_widget a:focus {
  opacity: .8;
}
.cid-tWMabLIvgc .pgk-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWMabLIvgc .navbar-caption {
  color: #1D1D1F;
}
.cid-tWMabLIvgc .pgk-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWMabLIvgc .pgk-section-subtitle,
.cid-tWMabLIvgc .text_widget,
.cid-tWMabLIvgc .pgk-section-btn {
  text-align: center;
}
.cid-tWMabLIvgc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tWMabMeVQb {
  padding-top: 12rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWMabMeVQb .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWMabMeVQb .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-tWMabMeVQb .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWMabMeVQb .container {
    padding: 0 12px;
  }
}
.cid-tWMabMeVQb .content-wrapper .title-wrapper .pgk-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
.cid-tWMabMeVQb .content-wrapper .title-wrapper .pgk-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #9fb9fa;
  border-radius: 10rem;
}
.cid-tWMabMeVQb .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
.cid-tWMabMeVQb .image-wrapper {
  margin-top: 100px;
  border: 10px solid #1d1d1f;
  transform: rotate(5deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
}
.cid-tWMabMeVQb .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .cid-tWMabMeVQb .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-tWMabMeVQb .image-wrapper img {
    height: 250px;
  }
}
.cid-tWMabMeVQb .image-wrap {
  border: 10px solid #1d1d1f;
  transform: rotate(-20deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
  margin-top: -120px;
}
@media (max-width: 992px) {
  .cid-tWMabMeVQb .image-wrap {
    margin-top: 0;
  }
}
.cid-tWMabMeVQb .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWMabMeVQb .image-wrap img {
    height: 350px;
  }
}
.cid-tWMabMeVQb .pgk-section-title {
  color: #1D1D1F;
}
.cid-tWMabMeVQb .pgk-text {
  color: #1D1D1F;
}
.cid-tWMabMA2nv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWMabMA2nv .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWMabMA2nv .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-tWMabMA2nv .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWMabMA2nv .container {
    padding: 0 12px;
  }
}
.cid-tWMabMA2nv .content-wrapper {
  padding: 220px 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tWMabMA2nv .content-wrapper {
    padding: 150px 32px;
  }
}
.cid-tWMabMA2nv .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
}
.cid-tWMabMA2nv .content-wrapper .title-wrapper {
  width: 35em;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tWMabMA2nv .content-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-tWMabMA2nv .content-wrapper .title-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-tWMabMA2nv .pgk-section-title {
  color: #ffffff;
}
.cid-tWMabMTkP2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWMabMTkP2 .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWMabMTkP2 .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-tWMabMTkP2 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWMabMTkP2 .container {
    padding: 0 12px;
  }
}
.cid-tWMabMTkP2 .row {
  justify-content: center;
}
.cid-tWMabMTkP2 .title-wrapper .pgk-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWMabMTkP2 .title-wrapper .pgk-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tWMabMTkP2 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tWMabMTkP2 .list-wrapper .pgk-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-tWMabMTkP2 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tWMabMTkP2 .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWMabMTkP2 .list-wrapper .list .item-wrap:hover,
.cid-tWMabMTkP2 .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-tWMabMTkP2 .pgk-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #29292a;
  text-align: left;
}
.cid-tWMabMTkP2 .pgk-section-title {
  color: #29292a;
}
.cid-tWMabMTkP2 .pgk-list-title {
  color: #29292a;
}
.cid-tWMabMTkP2 .list {
  color: #ffffff;
}
.cid-tWMabMTkP2 .list,
.cid-tWMabMTkP2 .item-wrap {
  color: #29292a;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}.cid-tWMabMTkP2{
    border-top: 2px solid #f1f1f1;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tWMei4FLHb {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tWMei4FLHb .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-tWMei4FLHb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tWMei4FLHb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWMei4FLHb nav {
  border-bottom: 3px solid #f1f1f1!important;
}
.cid-tWMei4FLHb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWMei4FLHb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWMei4FLHb .menu_box .navbar.opened,
  .cid-tWMei4FLHb .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWMei4FLHb nav.navbar {
  position: fixed!important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tWMei4FLHb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tWMei4FLHb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWMei4FLHb .pgk-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWMei4FLHb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWMei4FLHb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWMei4FLHb .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-tWMei4FLHb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWMei4FLHb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWMei4FLHb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWMei4FLHb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWMei4FLHb .offcanvas-body .pgk-text,
  .cid-tWMei4FLHb .offcanvas-body .pgk-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWMei4FLHb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWMei4FLHb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWMei4FLHb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tWMei4FLHb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWMei4FLHb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWMei4FLHb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWMei4FLHb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWMei4FLHb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWMei4FLHb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWMei4FLHb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWMei4FLHb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWMei4FLHb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWMei4FLHb .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWMei4FLHb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tWMei4FLHb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWMei4FLHb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWMei4FLHb .nav-item {
    margin: 0 !important;
  }
}
.cid-tWMei4FLHb .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tWMei4FLHb .nav-item .nav-link:hover,
.cid-tWMei4FLHb .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tWMei4FLHb .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWMei4FLHb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWMei4FLHb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWMei4FLHb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWMei4FLHb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWMei4FLHb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWMei4FLHb .offcanvas_box {
    display: none;
  }
}
.cid-tWMei4FLHb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWMei4FLHb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWMei4FLHb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWMei4FLHb .container {
  display: flex;
  margin: auto;
}
.cid-tWMei4FLHb .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWMei4FLHb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWMei4FLHb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWMei4FLHb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWMei4FLHb .navbar-nav {
    margin: 0;
  }
}
.cid-tWMei4FLHb .dropdown-menu,
.cid-tWMei4FLHb .navbar.opened {
  background-color: false !important;
}
.cid-tWMei4FLHb .nav-item:focus,
.cid-tWMei4FLHb .nav-link:focus {
  outline: none;
}
.cid-tWMei4FLHb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWMei4FLHb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWMei4FLHb .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWMei4FLHb .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWMei4FLHb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWMei4FLHb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWMei4FLHb .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWMei4FLHb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWMei4FLHb .navbar.opened {
  transition: all 0.3s;
}
.cid-tWMei4FLHb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWMei4FLHb .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tWMei4FLHb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWMei4FLHb .navbar.collapsed {
  justify-content: center;
}
.cid-tWMei4FLHb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWMei4FLHb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWMei4FLHb .navbar.collapsed .dropdown-menu {
  border-radius: 10px;
}
.cid-tWMei4FLHb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWMei4FLHb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWMei4FLHb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWMei4FLHb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWMei4FLHb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWMei4FLHb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWMei4FLHb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWMei4FLHb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWMei4FLHb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWMei4FLHb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWMei4FLHb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWMei4FLHb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWMei4FLHb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWMei4FLHb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWMei4FLHb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWMei4FLHb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWMei4FLHb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWMei4FLHb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWMei4FLHb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWMei4FLHb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWMei4FLHb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWMei4FLHb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWMei4FLHb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWMei4FLHb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWMei4FLHb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWMei4FLHb .dropdown-item.active,
.cid-tWMei4FLHb .dropdown-item:active {
  background-color: transparent;
}
.cid-tWMei4FLHb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tWMei4FLHb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWMei4FLHb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWMei4FLHb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWMei4FLHb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWMei4FLHb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWMei4FLHb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tWMei4FLHb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tWMei4FLHb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWMei4FLHb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWMei4FLHb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWMei4FLHb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWMei4FLHb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWMei4FLHb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWMei4FLHb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWMei4FLHb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWMei4FLHb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWMei4FLHb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWMei4FLHb .navbar {
    height: 70px;
  }
  .cid-tWMei4FLHb .navbar.opened {
    height: auto;
  }
  .cid-tWMei4FLHb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWMei4FLHb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tWMei4FLHb .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tWMei4FLHb .pgk-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWMei4FLHb .pgk-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWMei4FLHb .pgk-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tWMei4FLHb .navbar-caption:hover {
  color: #0a0b0c;
}
@media (min-width: 992px) {
  .cid-tWMei4FLHb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWMei4FLHb .text_widget {
  margin-bottom: 32px;
}
.cid-tWMei4FLHb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWMei4FLHb .text_widget a:hover,
.cid-tWMei4FLHb .text_widget a:focus {
  opacity: .8;
}
.cid-tWMei4FLHb .pgk-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWMei4FLHb .navbar-caption {
  color: #1D1D1F;
}
.cid-tWMei4FLHb .pgk-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWMei4FLHb .pgk-section-subtitle,
.cid-tWMei4FLHb .text_widget,
.cid-tWMei4FLHb .pgk-section-btn {
  text-align: center;
}
.cid-tWMei4FLHb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tWMei5fnGQ {
  padding-top: 12rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWMei5fnGQ .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWMei5fnGQ .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-tWMei5fnGQ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWMei5fnGQ .container {
    padding: 0 12px;
  }
}
.cid-tWMei5fnGQ .content-wrapper .title-wrapper .pgk-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
.cid-tWMei5fnGQ .content-wrapper .title-wrapper .pgk-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #9fb9fa;
  border-radius: 10rem;
}
.cid-tWMei5fnGQ .content-wrapper .pgk-text {
  margin-bottom: 22px;
}
.cid-tWMei5fnGQ .image-wrapper {
  margin-top: 100px;
  border: 10px solid #1d1d1f;
  transform: rotate(5deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
}
.cid-tWMei5fnGQ .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .cid-tWMei5fnGQ .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-tWMei5fnGQ .image-wrapper img {
    height: 250px;
  }
}
.cid-tWMei5fnGQ .image-wrap {
  border: 10px solid #1d1d1f;
  transform: rotate(-20deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
  margin-top: -120px;
}
@media (max-width: 992px) {
  .cid-tWMei5fnGQ .image-wrap {
    margin-top: 0;
  }
}
.cid-tWMei5fnGQ .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWMei5fnGQ .image-wrap img {
    height: 350px;
  }
}
.cid-tWMei5fnGQ .pgk-section-title {
  color: #1D1D1F;
}
.cid-tWMei5fnGQ .pgk-text {
  color: #000000;
}
.cid-tWMei5AF8G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWMei5AF8G .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWMei5AF8G .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-tWMei5AF8G .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWMei5AF8G .container {
    padding: 0 12px;
  }
}
.cid-tWMei5AF8G .content-wrapper {
  padding: 220px 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tWMei5AF8G .content-wrapper {
    padding: 150px 32px;
  }
}
.cid-tWMei5AF8G .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
}
.cid-tWMei5AF8G .content-wrapper .title-wrapper {
  width: 35em;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tWMei5AF8G .content-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-tWMei5AF8G .content-wrapper .title-wrapper .pgk-section-title {
  margin-bottom: 32px;
}
.cid-tWMei5AF8G .pgk-section-title {
  color: #ffffff;
}
.cid-tWMei5SI0d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWMei5SI0d .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWMei5SI0d .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-tWMei5SI0d .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWMei5SI0d .container {
    padding: 0 12px;
  }
}
.cid-tWMei5SI0d .row {
  justify-content: center;
}
.cid-tWMei5SI0d .title-wrapper .pgk-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWMei5SI0d .title-wrapper .pgk-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tWMei5SI0d .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tWMei5SI0d .list-wrapper .pgk-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-tWMei5SI0d .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tWMei5SI0d .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWMei5SI0d .list-wrapper .list .item-wrap:hover,
.cid-tWMei5SI0d .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-tWMei5SI0d .pgk-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #29292a;
  text-align: left;
}
.cid-tWMei5SI0d .pgk-section-title {
  color: #29292a;
}
.cid-tWMei5SI0d .pgk-list-title {
  color: #29292a;
}
.cid-tWMei5SI0d .list {
  color: #ffffff;
}
.cid-tWMei5SI0d .list,
.cid-tWMei5SI0d .item-wrap {
  color: #29292a;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}.cid-tWMabMTkP2{
    border-top: 2px solid #f1f1f1;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tWMgmyyxqL {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tWMgmyyxqL .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-tWMgmyyxqL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tWMgmyyxqL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWMgmyyxqL nav {
  border-bottom: 3px solid #f1f1f1!important;
}
.cid-tWMgmyyxqL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWMgmyyxqL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWMgmyyxqL .menu_box .navbar.opened,
  .cid-tWMgmyyxqL .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWMgmyyxqL nav.navbar {
  position: fixed!important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tWMgmyyxqL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tWMgmyyxqL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWMgmyyxqL .pgk-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWMgmyyxqL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWMgmyyxqL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWMgmyyxqL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-tWMgmyyxqL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWMgmyyxqL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWMgmyyxqL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWMgmyyxqL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWMgmyyxqL .offcanvas-body .pgk-text,
  .cid-tWMgmyyxqL .offcanvas-body .pgk-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWMgmyyxqL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWMgmyyxqL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWMgmyyxqL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tWMgmyyxqL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWMgmyyxqL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWMgmyyxqL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWMgmyyxqL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWMgmyyxqL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWMgmyyxqL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWMgmyyxqL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWMgmyyxqL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWMgmyyxqL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWMgmyyxqL .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWMgmyyxqL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tWMgmyyxqL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWMgmyyxqL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWMgmyyxqL .nav-item {
    margin: 0 !important;
  }
}
.cid-tWMgmyyxqL .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tWMgmyyxqL .nav-item .nav-link:hover,
.cid-tWMgmyyxqL .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tWMgmyyxqL .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWMgmyyxqL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWMgmyyxqL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWMgmyyxqL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWMgmyyxqL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWMgmyyxqL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWMgmyyxqL .offcanvas_box {
    display: none;
  }
}
.cid-tWMgmyyxqL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWMgmyyxqL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWMgmyyxqL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWMgmyyxqL .container {
  display: flex;
  margin: auto;
}
.cid-tWMgmyyxqL .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWMgmyyxqL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWMgmyyxqL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWMgmyyxqL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWMgmyyxqL .navbar-nav {
    margin: 0;
  }
}
.cid-tWMgmyyxqL .dropdown-menu,
.cid-tWMgmyyxqL .navbar.opened {
  background-color: false !important;
}
.cid-tWMgmyyxqL .nav-item:focus,
.cid-tWMgmyyxqL .nav-link:focus {
  outline: none;
}
.cid-tWMgmyyxqL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWMgmyyxqL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWMgmyyxqL .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWMgmyyxqL .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWMgmyyxqL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWMgmyyxqL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWMgmyyxqL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWMgmyyxqL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWMgmyyxqL .navbar.opened {
  transition: all 0.3s;
}
.cid-tWMgmyyxqL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWMgmyyxqL .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tWMgmyyxqL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWMgmyyxqL .navbar.collapsed {
  justify-content: center;
}
.cid-tWMgmyyxqL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWMgmyyxqL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWMgmyyxqL .navbar.collapsed .dropdown-menu {
  border-radius: 10px;
}
.cid-tWMgmyyxqL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWMgmyyxqL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWMgmyyxqL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWMgmyyxqL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWMgmyyxqL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWMgmyyxqL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWMgmyyxqL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWMgmyyxqL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWMgmyyxqL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWMgmyyxqL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWMgmyyxqL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWMgmyyxqL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWMgmyyxqL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWMgmyyxqL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWMgmyyxqL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWMgmyyxqL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWMgmyyxqL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWMgmyyxqL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWMgmyyxqL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWMgmyyxqL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWMgmyyxqL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWMgmyyxqL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWMgmyyxqL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWMgmyyxqL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWMgmyyxqL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWMgmyyxqL .dropdown-item.active,
.cid-tWMgmyyxqL .dropdown-item:active {
  background-color: transparent;
}
.cid-tWMgmyyxqL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tWMgmyyxqL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWMgmyyxqL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWMgmyyxqL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWMgmyyxqL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWMgmyyxqL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWMgmyyxqL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tWMgmyyxqL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tWMgmyyxqL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWMgmyyxqL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWMgmyyxqL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWMgmyyxqL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWMgmyyxqL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWMgmyyxqL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWMgmyyxqL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWMgmyyxqL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWMgmyyxqL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWMgmyyxqL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWMgmyyxqL .navbar {
    height: 70px;
  }
  .cid-tWMgmyyxqL .navbar.opened {
    height: auto;
  }
  .cid-tWMgmyyxqL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWMgmyyxqL .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tWMgmyyxqL .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tWMgmyyxqL .pgk-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWMgmyyxqL .pgk-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWMgmyyxqL .pgk-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tWMgmyyxqL .navbar-caption:hover {
  color: #0a0b0c;
}
@media (min-width: 992px) {
  .cid-tWMgmyyxqL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWMgmyyxqL .text_widget {
  margin-bottom: 32px;
}
.cid-tWMgmyyxqL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWMgmyyxqL .text_widget a:hover,
.cid-tWMgmyyxqL .text_widget a:focus {
  opacity: .8;
}
.cid-tWMgmyyxqL .pgk-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWMgmyyxqL .navbar-caption {
  color: #1D1D1F;
}
.cid-tWMgmyyxqL .pgk-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWMgmyyxqL .pgk-section-subtitle,
.cid-tWMgmyyxqL .text_widget,
.cid-tWMgmyyxqL .pgk-section-btn {
  text-align: center;
}
.cid-tWMgmyyxqL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tWMgtEAJ5P {
  padding-top: 12rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWMgtEAJ5P .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWMgtEAJ5P .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-tWMgtEAJ5P .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWMgtEAJ5P .container {
    padding: 0 12px;
  }
}
.cid-tWMgtEAJ5P .card-wrapper {
  padding: 48px;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWMgtEAJ5P .card-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tWMgtEAJ5P .card-wrapper img {
  position: absolute;
  filter: brightness(70%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWMgtEAJ5P .card-wrapper .pgk-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tWMgtEAJ5P .pgk-form .form-wrap {
  width: 100%;
  padding: 48px;
  background-color: #212124;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-tWMgtEAJ5P .pgk-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-tWMgtEAJ5P .pgk-form .form-wrap {
    padding: 24px;
  }
}
.cid-tWMgtEAJ5P .pgk-form .form-wrap .dragArea.row .pgk-section-title {
  margin-bottom: 20px !important;
}
.cid-tWMgtEAJ5P .pgk-form .form-wrap .dragArea.row .pgk-text {
  margin-bottom: 20px !important;
}
.cid-tWMgtEAJ5P .pgk-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-tWMgtEAJ5P .pgk-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
}
.cid-tWMgtEAJ5P .pgk-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-tWMgtEAJ5P .pgk-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-tWMgtEAJ5P .pgk-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-tWMgtEAJ5P .pgk-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-tWMgtEAJ5P .pgk-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-tWMgtEAJ5P .pgk-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-tWMgtEAJ5P .pgk-form .form-wrap .dragArea.row .pgk-section-btn {
  margin-top: 6px;
}
.cid-tWMgtEAJ5P .pgk-form .form-wrap .dragArea.row .pgk-section-btn .btn {
  width: 100%;
}
.cid-tWMgtEAJ5P .pgk-section-title {
  color: #ffffff;
}
.cid-tWMgtEAJ5P label {
  color: #ffffff;
}
.cid-tWMgtEAJ5P .pgk-section-title,
.cid-tWMgtEAJ5P .pgk-section-btn {
  color: #ffffff;
}
.cid-tWMgmzNhn0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWMgmzNhn0 .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWMgmzNhn0 .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-tWMgmzNhn0 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWMgmzNhn0 .container {
    padding: 0 12px;
  }
}
.cid-tWMgmzNhn0 .row {
  justify-content: center;
}
.cid-tWMgmzNhn0 .title-wrapper .pgk-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWMgmzNhn0 .title-wrapper .pgk-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tWMgmzNhn0 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tWMgmzNhn0 .list-wrapper .pgk-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-tWMgmzNhn0 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tWMgmzNhn0 .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWMgmzNhn0 .list-wrapper .list .item-wrap:hover,
.cid-tWMgmzNhn0 .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-tWMgmzNhn0 .pgk-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #29292a;
  text-align: left;
}
.cid-tWMgmzNhn0 .pgk-section-title {
  color: #29292a;
}
.cid-tWMgmzNhn0 .pgk-list-title {
  color: #29292a;
}
.cid-tWMgmzNhn0 .list {
  color: #ffffff;
}
.cid-tWMgmzNhn0 .list,
.cid-tWMgmzNhn0 .item-wrap {
  color: #29292a;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}.cid-tWMabMTkP2{
    border-top: 2px solid #f1f1f1;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tWMhmjixpo {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tWMhmjixpo .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-tWMhmjixpo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tWMhmjixpo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWMhmjixpo nav {
  border-bottom: 3px solid #f1f1f1!important;
}
.cid-tWMhmjixpo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWMhmjixpo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWMhmjixpo .menu_box .navbar.opened,
  .cid-tWMhmjixpo .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWMhmjixpo nav.navbar {
  position: fixed!important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tWMhmjixpo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tWMhmjixpo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWMhmjixpo .pgk-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWMhmjixpo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWMhmjixpo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWMhmjixpo .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-tWMhmjixpo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWMhmjixpo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWMhmjixpo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWMhmjixpo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWMhmjixpo .offcanvas-body .pgk-text,
  .cid-tWMhmjixpo .offcanvas-body .pgk-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWMhmjixpo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWMhmjixpo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWMhmjixpo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tWMhmjixpo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWMhmjixpo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWMhmjixpo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWMhmjixpo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWMhmjixpo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWMhmjixpo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWMhmjixpo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWMhmjixpo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWMhmjixpo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWMhmjixpo .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWMhmjixpo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tWMhmjixpo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWMhmjixpo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWMhmjixpo .nav-item {
    margin: 0 !important;
  }
}
.cid-tWMhmjixpo .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tWMhmjixpo .nav-item .nav-link:hover,
.cid-tWMhmjixpo .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tWMhmjixpo .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWMhmjixpo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWMhmjixpo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWMhmjixpo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWMhmjixpo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWMhmjixpo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWMhmjixpo .offcanvas_box {
    display: none;
  }
}
.cid-tWMhmjixpo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWMhmjixpo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWMhmjixpo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWMhmjixpo .container {
  display: flex;
  margin: auto;
}
.cid-tWMhmjixpo .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWMhmjixpo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWMhmjixpo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWMhmjixpo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWMhmjixpo .navbar-nav {
    margin: 0;
  }
}
.cid-tWMhmjixpo .dropdown-menu,
.cid-tWMhmjixpo .navbar.opened {
  background-color: false !important;
}
.cid-tWMhmjixpo .nav-item:focus,
.cid-tWMhmjixpo .nav-link:focus {
  outline: none;
}
.cid-tWMhmjixpo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWMhmjixpo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWMhmjixpo .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWMhmjixpo .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWMhmjixpo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWMhmjixpo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWMhmjixpo .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWMhmjixpo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWMhmjixpo .navbar.opened {
  transition: all 0.3s;
}
.cid-tWMhmjixpo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWMhmjixpo .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tWMhmjixpo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWMhmjixpo .navbar.collapsed {
  justify-content: center;
}
.cid-tWMhmjixpo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWMhmjixpo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWMhmjixpo .navbar.collapsed .dropdown-menu {
  border-radius: 10px;
}
.cid-tWMhmjixpo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWMhmjixpo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWMhmjixpo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWMhmjixpo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWMhmjixpo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWMhmjixpo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWMhmjixpo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWMhmjixpo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWMhmjixpo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWMhmjixpo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWMhmjixpo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWMhmjixpo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWMhmjixpo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWMhmjixpo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWMhmjixpo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWMhmjixpo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWMhmjixpo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWMhmjixpo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWMhmjixpo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWMhmjixpo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWMhmjixpo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWMhmjixpo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWMhmjixpo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWMhmjixpo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWMhmjixpo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWMhmjixpo .dropdown-item.active,
.cid-tWMhmjixpo .dropdown-item:active {
  background-color: transparent;
}
.cid-tWMhmjixpo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tWMhmjixpo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWMhmjixpo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWMhmjixpo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWMhmjixpo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWMhmjixpo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWMhmjixpo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tWMhmjixpo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tWMhmjixpo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWMhmjixpo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWMhmjixpo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWMhmjixpo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWMhmjixpo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWMhmjixpo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWMhmjixpo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWMhmjixpo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWMhmjixpo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWMhmjixpo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWMhmjixpo .navbar {
    height: 70px;
  }
  .cid-tWMhmjixpo .navbar.opened {
    height: auto;
  }
  .cid-tWMhmjixpo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWMhmjixpo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tWMhmjixpo .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tWMhmjixpo .pgk-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWMhmjixpo .pgk-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWMhmjixpo .pgk-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tWMhmjixpo .navbar-caption:hover {
  color: #0a0b0c;
}
@media (min-width: 992px) {
  .cid-tWMhmjixpo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWMhmjixpo .text_widget {
  margin-bottom: 32px;
}
.cid-tWMhmjixpo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWMhmjixpo .text_widget a:hover,
.cid-tWMhmjixpo .text_widget a:focus {
  opacity: .8;
}
.cid-tWMhmjixpo .pgk-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWMhmjixpo .navbar-caption {
  color: #1D1D1F;
}
.cid-tWMhmjixpo .pgk-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWMhmjixpo .pgk-section-subtitle,
.cid-tWMhmjixpo .text_widget,
.cid-tWMhmjixpo .pgk-section-btn {
  text-align: center;
}
.cid-tWMhmjixpo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tWMhmk7IbM {
  padding-top: 12rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWMhmk7IbM .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWMhmk7IbM .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-tWMhmk7IbM .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWMhmk7IbM .container {
    padding: 0 12px;
  }
}
.cid-tWMhmk7IbM .card-wrapper {
  padding: 48px;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWMhmk7IbM .card-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tWMhmk7IbM .card-wrapper img {
  position: absolute;
  filter: brightness(70%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWMhmk7IbM .card-wrapper .pgk-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tWMhmk7IbM .pgk-form .form-wrap {
  width: 100%;
  padding: 48px;
  background-color: #cddbfe;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-tWMhmk7IbM .pgk-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-tWMhmk7IbM .pgk-form .form-wrap {
    padding: 24px;
  }
}
.cid-tWMhmk7IbM .pgk-form .form-wrap .dragArea.row .pgk-section-title {
  margin-bottom: 20px !important;
}
.cid-tWMhmk7IbM .pgk-form .form-wrap .dragArea.row .pgk-text {
  margin-bottom: 20px !important;
}
.cid-tWMhmk7IbM .pgk-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-tWMhmk7IbM .pgk-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
}
.cid-tWMhmk7IbM .pgk-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-tWMhmk7IbM .pgk-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-tWMhmk7IbM .pgk-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-tWMhmk7IbM .pgk-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-tWMhmk7IbM .pgk-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-tWMhmk7IbM .pgk-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-tWMhmk7IbM .pgk-form .form-wrap .dragArea.row .pgk-section-btn {
  margin-top: 6px;
}
.cid-tWMhmk7IbM .pgk-form .form-wrap .dragArea.row .pgk-section-btn .btn {
  width: 100%;
}
.cid-tWMhmk7IbM .pgk-section-title {
  color: #ffffff;
}
.cid-tWMhmk7IbM label {
  color: #ffffff;
}
.cid-tWMhmk7IbM .pgk-section-title,
.cid-tWMhmk7IbM .pgk-section-btn {
  color: #ffffff;
}
.cid-tWMhmk7IbM LABEL {
  color: #29292a;
}
.cid-tWMhmk7IbM H3 {
  color: #29292a;
}
.cid-tWMhmkGUSl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWMhmkGUSl .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWMhmkGUSl .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-tWMhmkGUSl .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWMhmkGUSl .container {
    padding: 0 12px;
  }
}
.cid-tWMhmkGUSl .row {
  justify-content: center;
}
.cid-tWMhmkGUSl .title-wrapper .pgk-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWMhmkGUSl .title-wrapper .pgk-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tWMhmkGUSl .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tWMhmkGUSl .list-wrapper .pgk-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-tWMhmkGUSl .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tWMhmkGUSl .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWMhmkGUSl .list-wrapper .list .item-wrap:hover,
.cid-tWMhmkGUSl .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-tWMhmkGUSl .pgk-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #29292a;
  text-align: left;
}
.cid-tWMhmkGUSl .pgk-section-title {
  color: #29292a;
}
.cid-tWMhmkGUSl .pgk-list-title {
  color: #29292a;
}
.cid-tWMhmkGUSl .list {
  color: #ffffff;
}
.cid-tWMhmkGUSl .list,
.cid-tWMhmkGUSl .item-wrap {
  color: #29292a;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}.cid-tWMabMTkP2{
    border-top: 2px solid #f1f1f1;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tWMi6ywpTT {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tWMi6ywpTT .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-tWMi6ywpTT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tWMi6ywpTT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWMi6ywpTT nav {
  border-bottom: 3px solid #f1f1f1!important;
}
.cid-tWMi6ywpTT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWMi6ywpTT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWMi6ywpTT .menu_box .navbar.opened,
  .cid-tWMi6ywpTT .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWMi6ywpTT nav.navbar {
  position: fixed!important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tWMi6ywpTT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tWMi6ywpTT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWMi6ywpTT .pgk-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWMi6ywpTT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWMi6ywpTT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWMi6ywpTT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-tWMi6ywpTT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWMi6ywpTT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWMi6ywpTT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWMi6ywpTT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWMi6ywpTT .offcanvas-body .pgk-text,
  .cid-tWMi6ywpTT .offcanvas-body .pgk-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWMi6ywpTT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWMi6ywpTT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWMi6ywpTT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tWMi6ywpTT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWMi6ywpTT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWMi6ywpTT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWMi6ywpTT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWMi6ywpTT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWMi6ywpTT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWMi6ywpTT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWMi6ywpTT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWMi6ywpTT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWMi6ywpTT .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWMi6ywpTT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tWMi6ywpTT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWMi6ywpTT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWMi6ywpTT .nav-item {
    margin: 0 !important;
  }
}
.cid-tWMi6ywpTT .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tWMi6ywpTT .nav-item .nav-link:hover,
.cid-tWMi6ywpTT .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tWMi6ywpTT .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWMi6ywpTT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWMi6ywpTT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWMi6ywpTT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWMi6ywpTT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWMi6ywpTT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWMi6ywpTT .offcanvas_box {
    display: none;
  }
}
.cid-tWMi6ywpTT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWMi6ywpTT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWMi6ywpTT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWMi6ywpTT .container {
  display: flex;
  margin: auto;
}
.cid-tWMi6ywpTT .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWMi6ywpTT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWMi6ywpTT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWMi6ywpTT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWMi6ywpTT .navbar-nav {
    margin: 0;
  }
}
.cid-tWMi6ywpTT .dropdown-menu,
.cid-tWMi6ywpTT .navbar.opened {
  background-color: false !important;
}
.cid-tWMi6ywpTT .nav-item:focus,
.cid-tWMi6ywpTT .nav-link:focus {
  outline: none;
}
.cid-tWMi6ywpTT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWMi6ywpTT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWMi6ywpTT .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWMi6ywpTT .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWMi6ywpTT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWMi6ywpTT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWMi6ywpTT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWMi6ywpTT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWMi6ywpTT .navbar.opened {
  transition: all 0.3s;
}
.cid-tWMi6ywpTT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWMi6ywpTT .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tWMi6ywpTT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWMi6ywpTT .navbar.collapsed {
  justify-content: center;
}
.cid-tWMi6ywpTT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWMi6ywpTT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWMi6ywpTT .navbar.collapsed .dropdown-menu {
  border-radius: 10px;
}
.cid-tWMi6ywpTT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWMi6ywpTT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWMi6ywpTT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWMi6ywpTT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWMi6ywpTT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWMi6ywpTT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWMi6ywpTT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWMi6ywpTT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWMi6ywpTT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWMi6ywpTT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWMi6ywpTT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWMi6ywpTT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWMi6ywpTT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWMi6ywpTT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWMi6ywpTT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWMi6ywpTT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWMi6ywpTT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWMi6ywpTT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWMi6ywpTT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWMi6ywpTT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWMi6ywpTT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWMi6ywpTT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWMi6ywpTT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWMi6ywpTT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWMi6ywpTT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWMi6ywpTT .dropdown-item.active,
.cid-tWMi6ywpTT .dropdown-item:active {
  background-color: transparent;
}
.cid-tWMi6ywpTT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tWMi6ywpTT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWMi6ywpTT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWMi6ywpTT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWMi6ywpTT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWMi6ywpTT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWMi6ywpTT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tWMi6ywpTT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tWMi6ywpTT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWMi6ywpTT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWMi6ywpTT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWMi6ywpTT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWMi6ywpTT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWMi6ywpTT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWMi6ywpTT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWMi6ywpTT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWMi6ywpTT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWMi6ywpTT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWMi6ywpTT .navbar {
    height: 70px;
  }
  .cid-tWMi6ywpTT .navbar.opened {
    height: auto;
  }
  .cid-tWMi6ywpTT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWMi6ywpTT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tWMi6ywpTT .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tWMi6ywpTT .pgk-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWMi6ywpTT .pgk-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWMi6ywpTT .pgk-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tWMi6ywpTT .navbar-caption:hover {
  color: #0a0b0c;
}
@media (min-width: 992px) {
  .cid-tWMi6ywpTT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWMi6ywpTT .text_widget {
  margin-bottom: 32px;
}
.cid-tWMi6ywpTT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWMi6ywpTT .text_widget a:hover,
.cid-tWMi6ywpTT .text_widget a:focus {
  opacity: .8;
}
.cid-tWMi6ywpTT .pgk-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWMi6ywpTT .navbar-caption {
  color: #1D1D1F;
}
.cid-tWMi6ywpTT .pgk-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWMi6ywpTT .pgk-section-subtitle,
.cid-tWMi6ywpTT .text_widget,
.cid-tWMi6ywpTT .pgk-section-btn {
  text-align: center;
}
.cid-tWMi6ywpTT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tWMibMlN9T {
  padding-top: 12rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWMibMlN9T .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWMibMlN9T .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-tWMibMlN9T .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWMibMlN9T .container {
    padding: 0 12px;
  }
}
.cid-tWMibMlN9T .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tWMibMlN9T .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-tWMibMlN9T .title-wrapper .pgk-section-title {
  margin-bottom: 22px;
  position: relative;
}
.cid-tWMibMlN9T .title-wrapper .pgk-text {
  margin-bottom: 0;
}
.cid-tWMibMlN9T .item {
  margin-bottom: 32px;
}
.cid-tWMibMlN9T .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f7;
  border-radius: 32px !important;
  padding: 25px;
}
.cid-tWMibMlN9T .item .item-wrapper a {
  display: block;
}
.cid-tWMibMlN9T .item .item-wrapper a:hover .card-box .title-wrap .pgk-iconfont,
.cid-tWMibMlN9T .item .item-wrapper a:focus .card-box .title-wrap .pgk-iconfont {
  transform: translateX(5px);
}
.cid-tWMibMlN9T .item .item-wrapper a .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tWMibMlN9T .item .item-wrapper a .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-tWMibMlN9T .item .item-wrapper a .card-box .title-wrap .pgk-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #1d1d1f;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  font-size: 24px;
}
.cid-tWMibMlN9T .item-menu-overlay .btn-wrapper {
  margin-top: 0;
  margin-right: 17%;
}
.cid-tWMibMlN9T .pgk-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWMibMlN9T .pgk-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWMibMlN9T .item-title {
  color: #1D1D1F;
}
.cid-tWMi6Ab2Fa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWMi6Ab2Fa .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWMi6Ab2Fa .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-tWMi6Ab2Fa .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWMi6Ab2Fa .container {
    padding: 0 12px;
  }
}
.cid-tWMi6Ab2Fa .row {
  justify-content: center;
}
.cid-tWMi6Ab2Fa .title-wrapper .pgk-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWMi6Ab2Fa .title-wrapper .pgk-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tWMi6Ab2Fa .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tWMi6Ab2Fa .list-wrapper .pgk-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-tWMi6Ab2Fa .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tWMi6Ab2Fa .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWMi6Ab2Fa .list-wrapper .list .item-wrap:hover,
.cid-tWMi6Ab2Fa .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-tWMi6Ab2Fa .pgk-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #29292a;
  text-align: left;
}
.cid-tWMi6Ab2Fa .pgk-section-title {
  color: #29292a;
}
.cid-tWMi6Ab2Fa .pgk-list-title {
  color: #29292a;
}
.cid-tWMi6Ab2Fa .list {
  color: #ffffff;
}
.cid-tWMi6Ab2Fa .list,
.cid-tWMi6Ab2Fa .item-wrap {
  color: #29292a;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}.cid-tWMabMTkP2{
    border-top: 2px solid #f1f1f1;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.pgk-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pgk-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pgk-section-subtitle {
  line-height: 1.3;
}

.pgk-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .pgk-background-video,
section .pgk-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.pgk-z-index20 {
  z-index: 20;
}

/*! Base colors */
.pgk-white {
  color: #ffffff;
}

.pgk-black {
  color: #111111;
}

.pgk-bg-white {
  background-color: #ffffff;
}

.pgk-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.pgk-light {
  font-weight: 300;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[pgk-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.pgk-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.pgk-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .pgk-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pgk-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .pgk-iconfont,
.btn.btn-md .pgk-iconfont {
  margin-left: 0.8rem;
}

.pgk-regular {
  font-weight: 400;
}

.pgk-semibold {
  font-weight: 500;
}

.pgk-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.pgk-fullscreen .pgk-overlay {
  min-height: 100vh;
}

.pgk-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.pgk-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.pgk-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pgk-arrow-up a i {
  line-height: 60px;
}

.pgk-arrow-up-icon {
  display: block;
  color: #fff;
}

.pgk-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.pgk-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.pgk-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.pgk-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .pgk-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pgk-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.pgk-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .pgk-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .pgk-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tWMj0JmHpR {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tWMj0JmHpR .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-tWMj0JmHpR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tWMj0JmHpR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWMj0JmHpR nav {
  border-bottom: 3px solid #f1f1f1!important;
}
.cid-tWMj0JmHpR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWMj0JmHpR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWMj0JmHpR .menu_box .navbar.opened,
  .cid-tWMj0JmHpR .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWMj0JmHpR nav.navbar {
  position: fixed!important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tWMj0JmHpR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tWMj0JmHpR .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWMj0JmHpR .pgk-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWMj0JmHpR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWMj0JmHpR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWMj0JmHpR .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-tWMj0JmHpR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWMj0JmHpR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWMj0JmHpR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWMj0JmHpR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWMj0JmHpR .offcanvas-body .pgk-text,
  .cid-tWMj0JmHpR .offcanvas-body .pgk-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWMj0JmHpR .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWMj0JmHpR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWMj0JmHpR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tWMj0JmHpR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWMj0JmHpR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWMj0JmHpR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWMj0JmHpR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWMj0JmHpR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWMj0JmHpR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWMj0JmHpR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWMj0JmHpR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWMj0JmHpR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWMj0JmHpR .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWMj0JmHpR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tWMj0JmHpR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWMj0JmHpR .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWMj0JmHpR .nav-item {
    margin: 0 !important;
  }
}
.cid-tWMj0JmHpR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tWMj0JmHpR .nav-item .nav-link:hover,
.cid-tWMj0JmHpR .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tWMj0JmHpR .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWMj0JmHpR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWMj0JmHpR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWMj0JmHpR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWMj0JmHpR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWMj0JmHpR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWMj0JmHpR .offcanvas_box {
    display: none;
  }
}
.cid-tWMj0JmHpR .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWMj0JmHpR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWMj0JmHpR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWMj0JmHpR .container {
  display: flex;
  margin: auto;
}
.cid-tWMj0JmHpR .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWMj0JmHpR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWMj0JmHpR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWMj0JmHpR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWMj0JmHpR .navbar-nav {
    margin: 0;
  }
}
.cid-tWMj0JmHpR .dropdown-menu,
.cid-tWMj0JmHpR .navbar.opened {
  background-color: false !important;
}
.cid-tWMj0JmHpR .nav-item:focus,
.cid-tWMj0JmHpR .nav-link:focus {
  outline: none;
}
.cid-tWMj0JmHpR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWMj0JmHpR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWMj0JmHpR .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWMj0JmHpR .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWMj0JmHpR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWMj0JmHpR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWMj0JmHpR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWMj0JmHpR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWMj0JmHpR .navbar.opened {
  transition: all 0.3s;
}
.cid-tWMj0JmHpR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWMj0JmHpR .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tWMj0JmHpR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWMj0JmHpR .navbar.collapsed {
  justify-content: center;
}
.cid-tWMj0JmHpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWMj0JmHpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWMj0JmHpR .navbar.collapsed .dropdown-menu {
  border-radius: 10px;
}
.cid-tWMj0JmHpR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWMj0JmHpR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWMj0JmHpR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWMj0JmHpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWMj0JmHpR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWMj0JmHpR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWMj0JmHpR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWMj0JmHpR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWMj0JmHpR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWMj0JmHpR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWMj0JmHpR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWMj0JmHpR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWMj0JmHpR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWMj0JmHpR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWMj0JmHpR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWMj0JmHpR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWMj0JmHpR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWMj0JmHpR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWMj0JmHpR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWMj0JmHpR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWMj0JmHpR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWMj0JmHpR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWMj0JmHpR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWMj0JmHpR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWMj0JmHpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWMj0JmHpR .dropdown-item.active,
.cid-tWMj0JmHpR .dropdown-item:active {
  background-color: transparent;
}
.cid-tWMj0JmHpR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tWMj0JmHpR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWMj0JmHpR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWMj0JmHpR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWMj0JmHpR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWMj0JmHpR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWMj0JmHpR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tWMj0JmHpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tWMj0JmHpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWMj0JmHpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWMj0JmHpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWMj0JmHpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWMj0JmHpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWMj0JmHpR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWMj0JmHpR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWMj0JmHpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWMj0JmHpR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWMj0JmHpR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWMj0JmHpR .navbar {
    height: 70px;
  }
  .cid-tWMj0JmHpR .navbar.opened {
    height: auto;
  }
  .cid-tWMj0JmHpR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWMj0JmHpR .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tWMj0JmHpR .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tWMj0JmHpR .pgk-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWMj0JmHpR .pgk-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWMj0JmHpR .pgk-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tWMj0JmHpR .navbar-caption:hover {
  color: #0a0b0c;
}
@media (min-width: 992px) {
  .cid-tWMj0JmHpR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWMj0JmHpR .text_widget {
  margin-bottom: 32px;
}
.cid-tWMj0JmHpR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWMj0JmHpR .text_widget a:hover,
.cid-tWMj0JmHpR .text_widget a:focus {
  opacity: .8;
}
.cid-tWMj0JmHpR .pgk-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWMj0JmHpR .navbar-caption {
  color: #1D1D1F;
}
.cid-tWMj0JmHpR .pgk-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tWMj0JmHpR .pgk-section-subtitle,
.cid-tWMj0JmHpR .text_widget,
.cid-tWMj0JmHpR .pgk-section-btn {
  text-align: center;
}
.cid-tWMj0JmHpR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tWMj6mbFxb {
  background-color: #1d1d1f;
}
.cid-tWMj6mbFxb .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWMj6mbFxb .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-tWMj6mbFxb .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWMj6mbFxb .container {
    padding: 0 12px;
  }
}
.cid-tWMj6mbFxb .row {
  justify-content: center;
}
.cid-tWMj6mbFxb .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-tWMj6mbFxb .content-wrapper .title-wrapper .pgk-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-tWMj6mbFxb .content-wrapper .title-wrapper .pgk-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #9fb9fa;
  border-radius: 10rem;
}
.cid-tWMj6mbFxb .content-wrapper .pgk-text {
  margin-bottom: 20px;
}
.cid-tWMj6mbFxb .pgk-section-title {
  color: #ffffff;
}
.cid-tWMj6mbFxb .pgk-text {
  color: #ffffff;
  text-align: center;
}
.cid-tWMj6mbFxb .pgk-section-title,
.cid-tWMj6mbFxb .pgk-section-btn,
.cid-tWMj6mbFxb .title-wrapper {
  text-align: center;
}
.cid-tWMj0KXumD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWMj0KXumD .pgk-fallback-image.disabled {
  display: none;
}
.cid-tWMj0KXumD .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-tWMj0KXumD .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWMj0KXumD .container {
    padding: 0 12px;
  }
}
.cid-tWMj0KXumD .row {
  justify-content: center;
}
.cid-tWMj0KXumD .title-wrapper .pgk-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWMj0KXumD .title-wrapper .pgk-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tWMj0KXumD .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tWMj0KXumD .list-wrapper .pgk-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-tWMj0KXumD .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tWMj0KXumD .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWMj0KXumD .list-wrapper .list .item-wrap:hover,
.cid-tWMj0KXumD .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-tWMj0KXumD .pgk-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #29292a;
  text-align: left;
}
.cid-tWMj0KXumD .pgk-section-title {
  color: #29292a;
}
.cid-tWMj0KXumD .pgk-list-title {
  color: #29292a;
}
.cid-tWMj0KXumD .list {
  color: #ffffff;
}
.cid-tWMj0KXumD .list,
.cid-tWMj0KXumD .item-wrap {
  color: #29292a;
}
