@charset "UTF-8";
/*!
 * pagekrcom v4 theme (https://pagekrcom.com/)
 * Copyright 2017 pagekrcom
 */
.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

section {
  background-color: #eeeeee;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}
.cid-tVbDpCXjYQ ,.cid-tVbPkGI6DT{
  margin: 30px!important;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (max-width: 960px) {
  .container {
    max-width: 960px;
  }
}
a {
  transition: color 0.3s ease-in-out;
}

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;
}

figure {
  margin-bottom: 0;
}

body {
  color: #6A6C72 !important;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

p {
  margin-bottom: 0;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #6A6C72;
}

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;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
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: #000000;
}

.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-regular {
  font-weight: 400 !important;
}

.pgk-medium {
  font-weight: 500 !important;
}

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: flex-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 {
  overflow: hidden;
}

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

.pgk-figure img,
.pgk-figure 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 {
  -ms-grid-row-align: center;
  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;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0;
}

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

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  cursor: pointer;
}

[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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  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: 50px;
}

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

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

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

@-webkit-keyframes slidein {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
    display: none;
  }
}

@keyframes slidein {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
    display: none;
  }
}
@-webkit-keyframes slideout {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes slideout {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.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;
}
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 1254px) {
  .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;
  }
}

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

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

.nav-dropdown .link {
  margin: 0 15px;
}

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

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

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

.form-inline {
  display: -webkit-flex;
  flex-flow: row wrap;
  align-items: center;
}

.card-wrapper {
  flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  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;
}

.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;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }

  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.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;
}

body {
  font-style: normal;
  line-height: 32px;
}

.pgk-section-title {
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
}

.pgk-section-subtitle {
  margin-bottom: 0;
}

.pgk-text {
  font-style: normal;
  margin-bottom: 0;
}

a.btn {
  min-width: 160px;
  line-height: 2;
    padding:0.6rem 1.2rem;
  font-weight: 500 !important;
  border-width: 1px;
    border-radius:10px;
  font-style: normal;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

a.btn-sm {
  transition: all 0.3s ease-in-out;
  min-width: 160px;
}

a.btn-md {
  min-width: 185px;
  transition: all 0.3s ease-in-out;
}

a.btn-lg {
  min-width: 250px;
  transition: all 0.3s ease-in-out;
}

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

#scrollToTop a i:before {
  content: "";
  font-family: "pagekrnet2";
  font-size: 24px;
  left: 0;
  top: 0;
  line-height: 50px;
  transform: translate(0, 0);
}

.pgk-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.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;
  -webkit-transform: rotate(45deg);
}

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.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: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

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

.pgk-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}

.pgk-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

.btn .pgk-iconfont {
  order: 1;
}

.animation__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.icon__wrap .icon__block .pgk-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}

@-webkit-keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotatedHalf {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animationThree {
  0% {
    transform: translate(165px, -180px);
  }
  100% {
    transform: translate(-345px, 615px);
  }
}
@keyframes animationThree {
  0% {
    transform: translate(165px, -180px);
  }
  100% {
    transform: translate(-345px, 615px);
  }
}
@-webkit-keyframes animationFour {
  0% {
    transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@keyframes animationFour {
  0% {
    transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes animationFive {
  0% {
    transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
  }
}
@keyframes animationFive {
  0% {
    transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
  }
}
@-webkit-keyframes scale__one {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale__one {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scale__two {
  0% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes scale__two {
  0% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale__three {
  0% {
    transform: scale(0.7);
  }
  40% {
    transform: scale(0.4);
  }
  100% {
    transform: scale(0.7);
  }
}.pgkbasic {
  display: none;
}
body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Pretendard-ExtraBold';
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .pgk-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Pretendard-ExtraBold';
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .pgk-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Pretendard-Light';
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .pgk-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Pretendard-Bold';
  font-size: 1.6rem;
  line-height: 1.5625;
}
.display-5 > .pgk-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Pretendard-Light';
  font-size: 1.15rem;
  line-height: 1.73913043;
}
.display-7 > .pgk-iconfont {
  font-size: 1.84rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 7px 10px;
  border-radius: 8px;
}
.btn-sm {
  padding: 7px 10px;
  border-radius: 8px;
}
.btn-md {
  padding: 7px 10px;
  border-radius: 8px;
}
.btn-lg {
  padding: 7px 10px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #1e2149 !important;
}
.bg-success {
  background-color: #5d93ff !important;
}
.bg-info {
  background-color: #ffcb00 !important;
}
.bg-warning {
  background-color: #274bff !important;
}
.bg-danger {
  background-color: #6fefc8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1e2149;
  border-color: #1e2149;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
}
.btn-primary:hover {
  background-color: #0f1125 !important;
  border-color: #0f1125 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1e2149;
  border-color: #1e2149;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
}
.btn-secondary:hover {
  background-color: #0f1125 !important;
  border-color: #0f1125 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffcb00 !important;
  border-color: #ffcb00 !important;
  color: #000000 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #000000 !important;
  background-color: #ffcb00;
  border-color: #ffcb00;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #ffcb00 !important;
  border-color: #ffcb00 !important;
}
.btn-info:hover {
  background-color: #cca200 !important;
  border-color: #cca200 !important;
}
.btn-success,
.btn-success:active {
  background-color: #5d93ff !important;
  border-color: #5d93ff !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #5d93ff;
  border-color: #5d93ff;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5d93ff !important;
  border-color: #5d93ff !important;
}
.btn-success:hover {
  background-color: #2a71ff !important;
  border-color: #2a71ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #274bff !important;
  border-color: #274bff !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #274bff;
  border-color: #274bff;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #274bff !important;
  border-color: #274bff !important;
}
.btn-warning:hover {
  background-color: #5a75ff !important;
  border-color: #5a75ff !important;
}
.btn-danger {
  background: linear-gradient(130deg, rgba(111, 239, 200, 0.65) 0%, rgba(39, 75, 255, 0.65) 100%) !important;
  border: none!important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #1e2149;
  color: #1e2149;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #1e2149 !important;
  border-color: #1e2149;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1e2149;
  color: #1e2149;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #1e2149 !important;
  border-color: #1e2149;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ffcb00;
  color: #ffcb00;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background: #ffcb00 !important;
  border-color: #ffcb00;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #ffcb00 !important;
  border-color: #ffcb00 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5d93ff;
  color: #5d93ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #5d93ff !important;
  border-color: #5d93ff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5d93ff !important;
  border-color: #5d93ff !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #274bff;
  color: #274bff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #274bff !important;
  border-color: #274bff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #274bff !important;
  border-color: #274bff !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #6fefc8;
  color: #6fefc8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #09563e !important;
  background: #6fefc8 !important;
  border-color: #6fefc8;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #09563e !important;
  background-color: #6fefc8 !important;
  border-color: #6fefc8 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #1e2149 !important;
}
.text-secondary {
  color: #1e2149 !important;
}
.text-success {
  color: #5d93ff !important;
}
.text-info {
  color: #ffcb00 !important;
}
.text-warning {
  color: #274bff !important;
}
.text-danger {
  color: #6fefc8 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000001 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0052f6 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #997a00 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #274bff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #19dfa3 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1e2149 !important;
}
.alert-success {
  background-color: #5d93ff;
}
.alert-info {
  background-color: #ffcb00;
}
.alert-warning {
  background-color: #274bff;
}
.alert-danger {
  background-color: #6fefc8;
}
.pgk-section-btn a.btn:not(.btn-form):hover,
.pgk-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.pgk-gallery-filter li.active .btn {
  background-color: #1e2149;
  border-color: #1e2149;
  color: #ffffff;
}
.pgk-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1e2149;
}
.pgk-plan-header.bg-primary .pgk-plan-subtitle,
.pgk-plan-header.bg-primary .pgk-plan-price-desc {
  color: #8186cb;
}
.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: #fff5cc;
}
.pgk-plan-header.bg-warning .pgk-plan-subtitle,
.pgk-plan-header.bg-warning .pgk-plan-price-desc {
  color: #f3f5ff;
}
.pgk-plan-header.bg-danger .pgk-plan-subtitle,
.pgk-plan-header.bg-danger .pgk-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Pretendard-Light';
  font-size: 1.15rem;
  line-height: 1.73913043;
}
.form-control > .pgk-iconfont {
  font-size: 1.84rem;
}
blockquote {
  border-color: #1e2149;
}
/* Forms */
.pgk-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1e2149;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1e2149;
  border-bottom-color: #1e2149;
}
.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: #1e2149 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1e2149 !important;
  box-shadow: none !important;
}
.sidebar-block .pgk-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .pgk-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-tVbrLMWPIZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-tVbrLMWPIZ nav.navbar {
  position: fixed;
}
.cid-tVbrLMWPIZ .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVbrLMWPIZ .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-tVbrLMWPIZ .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-tVbrLMWPIZ .dropdown-item:after {
  right: 1rem !important;
}
.cid-tVbrLMWPIZ .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-tVbrLMWPIZ .dropdown-item:hover:before,
.cid-tVbrLMWPIZ .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-tVbrLMWPIZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVbrLMWPIZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVbrLMWPIZ .nav-link {
  position: relative;
}
.cid-tVbrLMWPIZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVbrLMWPIZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tVbrLMWPIZ .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-tVbrLMWPIZ .navbar-nav .nav-item {
  margin: 0;
}
.cid-tVbrLMWPIZ .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-tVbrLMWPIZ .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-tVbrLMWPIZ .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-tVbrLMWPIZ .dropdown-menu,
.cid-tVbrLMWPIZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tVbrLMWPIZ .nav-item:focus,
.cid-tVbrLMWPIZ .nav-link:focus {
  outline: none;
}
.cid-tVbrLMWPIZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVbrLMWPIZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVbrLMWPIZ .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVbrLMWPIZ .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVbrLMWPIZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVbrLMWPIZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVbrLMWPIZ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-tVbrLMWPIZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tVbrLMWPIZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVbrLMWPIZ .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-tVbrLMWPIZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tVbrLMWPIZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVbrLMWPIZ .navbar.collapsed {
  justify-content: center;
}
.cid-tVbrLMWPIZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVbrLMWPIZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVbrLMWPIZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVbrLMWPIZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVbrLMWPIZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tVbrLMWPIZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVbrLMWPIZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVbrLMWPIZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVbrLMWPIZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVbrLMWPIZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVbrLMWPIZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVbrLMWPIZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVbrLMWPIZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tVbrLMWPIZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVbrLMWPIZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVbrLMWPIZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVbrLMWPIZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVbrLMWPIZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVbrLMWPIZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVbrLMWPIZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVbrLMWPIZ .navbar.navbar-short {
  min-height: 100px;
}
.cid-tVbrLMWPIZ .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-tVbrLMWPIZ .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVbrLMWPIZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVbrLMWPIZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVbrLMWPIZ .dropdown-item.active,
.cid-tVbrLMWPIZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tVbrLMWPIZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVbrLMWPIZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVbrLMWPIZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVbrLMWPIZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVbrLMWPIZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVbrLMWPIZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVbrLMWPIZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVbrLMWPIZ .navbar-buttons {
  text-align: center;
}
.cid-tVbrLMWPIZ button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-tVbrLMWPIZ button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-tVbrLMWPIZ button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-tVbrLMWPIZ button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-tVbrLMWPIZ button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-tVbrLMWPIZ button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-tVbrLMWPIZ button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-tVbrLMWPIZ button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tVbrLMWPIZ button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-tVbrLMWPIZ button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-tVbrLMWPIZ button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tVbrLMWPIZ nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-tVbrLMWPIZ nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-tVbrLMWPIZ nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-tVbrLMWPIZ nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tVbrLMWPIZ nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-tVbrLMWPIZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVbrLMWPIZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVbrLMWPIZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVbrLMWPIZ .navbar {
    height: 70px;
  }
  .cid-tVbrLMWPIZ .navbar.opened {
    height: auto;
  }
  .cid-tVbrLMWPIZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVbrLMWPIZ .container,
.cid-tVbrLMWPIZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVbrLMWPIZ .container,
  .cid-tVbrLMWPIZ .container-fluid {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-tVbrLMWPIZ .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-tVbrLMWPIZ .navbar-collapse {
  min-height: 98px;
}
.cid-tVbrLMWPIZ .pgk-section-btn {
  max-width: 35%;
}
.cid-tVbrLMWPIZ .pgk-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tVbrLMWPIZ {
    min-height: 70px !important;
  }
  .cid-tVbrLMWPIZ .navbar {
    min-height: 70px !important;
  }
  .cid-tVbrLMWPIZ .container-fluid {
    padding: 0 7%;
  }
  .cid-tVbrLMWPIZ .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-tVbrLMWPIZ .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-tVbrLMWPIZ .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-tVbrLMWPIZ .navbar-nav li {
    margin: 0 !important;
  }
  .cid-tVbrLMWPIZ .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-tVbrLMWPIZ .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-tVbrLMWPIZ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-tVbrLMWPIZ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-tVbrLMWPIZ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-tVbrLMWPIZ .pgk-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ta9u6L4iJx {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ta9u6L4iJx .container,
.cid-ta9u6L4iJx .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-ta9u6L4iJx .pgk-section-subtitle,
.cid-ta9u6L4iJx .pgk-section-title,
.cid-ta9u6L4iJx .pgk-subtext,
.cid-ta9u6L4iJx .pgk-text,
.cid-ta9u6L4iJx .pgk-section-btn,
.cid-ta9u6L4iJx .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-ta9u6L4iJx .title__block {
    padding-top: 70px;
  }
}
.cid-ta9u6L4iJx .pgk-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ta9u6L4iJx .pgk-section-title {
  color: #233d63;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-ta9u6L4iJx .pgk-section-title b,
.cid-ta9u6L4iJx .pgk-section-title strong {
  font-weight: 500;
}
.cid-ta9u6L4iJx .pgk-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-ta9u6L4iJx .pgk-section-btn {
  margin-top: 60px;
}
.cid-ta9u6L4iJx .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-ta9u6L4iJx .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ta9u6L4iJx .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-ta9u6L4iJx .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-ta9u6L4iJx .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ta9u6L4iJx .wrap__image {
    text-align: right;
  }
  .cid-ta9u6L4iJx .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-ta9u6L4iJx .wrap__image {
    text-align: center !important;
  }
}
.cid-ta9u6L4iJx .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-ta9u6L4iJx .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ta9u6L4iJx .image__block2 {
    display: none;
  }
}
.cid-ta9u6L4iJx .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(39, 75, 255, 0.1);
}
@media (max-width: 1199px) {
  .cid-ta9u6L4iJx .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-ta9u6L4iJx .image__background .circle__image1 {
    display: none;
  }
}
.cid-ta9u6L4iJx .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(111, 239, 200, 0.23);
}
@media (max-width: 1199px) {
  .cid-ta9u6L4iJx .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-ta9u6L4iJx .image__background .circle__image2 {
    display: none;
  }
}
.cid-ta9u6L4iJx .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-ta9u6L4iJx .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #5d93ff;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-ta9u6L4iJx .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #ffcb00;
  animation: scale__two 5s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes scale__two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.cid-ta9ue70BFw {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fbfcff;
}
@media (min-width: 768px) {
  .cid-ta9ue70BFw .showArrow {
    padding-bottom: 115px;
  }
}
.cid-ta9ue70BFw .card-inner {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 55px 30px 25px 40px;
  margin-top: 45px;
  height: 490px;
}
.cid-ta9ue70BFw .card-inner:before {
  content: "";
  width: 273px;
  height: 273px;
  background-color: #c3d7ff;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}
.cid-ta9ue70BFw .card-inner:hover {
  border: none;
}
.cid-ta9ue70BFw .card-inner:hover .circle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.cid-ta9ue70BFw .card-inner:hover .circle:nth-child(1) {
  top: 25px;
  left: 40%;
  z-index: 1;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-ta9ue70BFw .card-inner:hover .circle:nth-child(2) {
  top: 25px;
  left: 70%;
  animation: scale__one 1.1s alternate infinite ease-in;
}
.cid-ta9ue70BFw .card-inner:hover .circle:nth-child(3) {
  top: 75px;
  left: 60%;
  animation: scale__one 0.8s alternate infinite ease-in;
}
.cid-ta9ue70BFw .card-inner:hover .circle:nth-child(4) {
  top: 135px;
  left: 85%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-ta9ue70BFw .card-inner:hover .circle:nth-child(5) {
  bottom: 35px;
  right: 15%;
  animation: scale__one 1.2s alternate infinite ease-in;
}
.cid-ta9ue70BFw .card-inner:hover .circle:nth-child(6) {
  bottom: 80px;
  right: 30%;
  animation: scale__one 0.9s alternate infinite ease-in;
}
.cid-ta9ue70BFw .card-inner:hover .circle:nth-child(7) {
  bottom: 40px;
  right: 60%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-ta9ue70BFw .card-inner:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}
.cid-ta9ue70BFw .card-inner:hover .card-title,
.cid-ta9ue70BFw .card-inner:hover .pgk-text,
.cid-ta9ue70BFw .card-inner:hover .icon__block {
  color: #ffffff !important;
}
.cid-ta9ue70BFw .card-inner:hover .animation__background {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-ta9ue70BFw .card-inner:hover .animation__background:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}
.cid-ta9ue70BFw .card-inner:hover .animation__background:after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}
.cid-ta9ue70BFw .animation__background {
  background-color: #5d93ff;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}
.cid-ta9ue70BFw .animation__background:before {
  content: "";
  width: 495px;
  height: 495px;
  background-color: #9bbcff;
  border-radius: 50%;
  position: absolute;
  top: -250px;
  left: -180px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-ta9ue70BFw .animation__background:after {
  content: "";
  width: 602px;
  height: 602px;
  background-color: #72a1ff;
  border-radius: 50%;
  position: absolute;
  top: -195px;
  left: -180px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-ta9ue70BFw .icon__block {
  position: relative;
  font-size: 65px;
  margin-bottom: 60px;
  color: #5d93ff;
  transition: all 0.3s ease-in-out;
}
.cid-ta9ue70BFw .card-title {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ta9ue70BFw .pgk-text {
  padding-bottom: 20px;
}
.cid-ta9ue70BFw .pgk-arrow {
  bottom: -50px;
  left: 50%;
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  color: #1e2149;
}
.cid-ta9ue70BFw .pgk-arrow > a {
  color: #1e2149;
}
.cid-ta9ue70BFw .pgk-arrow > a > i {
  left: 29px;
  top: 10px;
}
@media (max-width: 575px) {
  .cid-ta9ue70BFw .card-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@keyframes scale__one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.cid-ta9ue70BFw .card-title,
.cid-ta9ue70BFw .icon__block {
  text-align: center;
}
.cid-tVbDpCXjYQ {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-tVbDpCXjYQ .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tVbDpCXjYQ .container {
  z-index: 1;
}
.cid-tVbDpCXjYQ .pgk-section-title {
  color: #233d63;
}
.cid-tVbDpCXjYQ .pgk-section-subtitle {
  text-align: center;
}
.cid-tVbDpCXjYQ .pgk-section-btn {
  margin-top: 35px;
}
.cid-tVbDpCXjYQ .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tVbDpCXjYQ .pgk-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tVbDpCXjYQ .pgk-section-title,
.cid-tVbDpCXjYQ .pgk-section-btn {
  text-align: center;
}
.cid-tVbDpCXjYQ .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-tVbDpCXjYQ .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-tVbDpCXjYQ .pgk-fallback-image.disabled {
  display: none;
}
.cid-tVbDpCXjYQ .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ta9uK8UQmh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #6fefc8;
  background: linear-gradient(45deg, rgba(111, 239, 200, 0.1), rgba(39, 75, 255, 0.2));
}
.cid-ta9uK8UQmh .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-ta9uK8UQmh .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ta9uK8UQmh .title__block,
.cid-ta9uK8UQmh .carousel__block,
.cid-ta9uK8UQmh .carousel-controls {
  pointer-events: all;
}
.cid-ta9uK8UQmh .pgk-section-title {
  color: #233d63;
}
.cid-ta9uK8UQmh .icon__block {
  background: linear-gradient(135deg, rgba(111, 239, 200, 0.54) 0%, rgba(111, 239, 200, 0.85) 60%, #6fefc8 100%);
}
.cid-ta9uK8UQmh .margin__bot {
  margin-bottom: 150px;
}
.cid-ta9uK8UQmh .wrap {
  margin-top: 60px;
  border-radius: 20px;
  box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.03);
  padding: 80px 70px 55px;
  background-color: #ffffff;
}
.cid-ta9uK8UQmh .wrap:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 35px;
  right: 35px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 15px 23px 0px rgba(35, 49, 64, 0.09);
  z-index: -1;
}
.cid-ta9uK8UQmh .wrap:after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 80px;
  right: 80px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.03);
  z-index: -2;
}
@media (max-width: 767px) {
  .cid-ta9uK8UQmh .wrap {
    padding: 55px 15px 25px;
  }
}
.cid-ta9uK8UQmh .carousel-controls {
  width: 100%;
  justify-content: center;
  position: relative;
}
.cid-ta9uK8UQmh .carousel-controls a span {
  width: 55px;
  height: 55px;
  font-size: 35px;
  position: absolute;
  padding: 0 10px;
  color: #6fefc8;
  background-color: transparent;
  transition: all 0.3s ease 0s;
}
.cid-ta9uK8UQmh .carousel-control-prev {
  position: static;
  width: 55px;
  transition: all 0.3s ease 0s;
}
.cid-ta9uK8UQmh .carousel-control-next {
  position: static;
  width: 55px;
  transition: all 0.3s ease 0s;
}
.cid-ta9uK8UQmh .icon__bg {
  position: relative;
}
.cid-ta9uK8UQmh .icon__bg:before {
  content: "\e965";
  font-family: "pagekrnet2";
  font-size: 100px;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.04;
}
.cid-ta9uK8UQmh .pgk-section-title,
.cid-ta9uK8UQmh .icon__wrap {
  text-align: center;
}
.cid-ta9uK8UQmh .pgk-section-subtitle {
  text-align: center;
}
.cid-ta9uK8UQmh .carousel__text {
  color: #233d63;
}
.cid-ta9uK8UQmh .author {
  margin-top: 45px;
}
.cid-ta9uK8UQmh .user_name {
  margin-bottom: 5px;
  color: #233d63;
}
.cid-ta9uK8UQmh .user_prof {
  color: #64697a;
}
.cid-ta9uK8UQmh .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  bottom: -135px;
  right: -135px;
}
.cid-ta9uK8UQmh .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 20px solid #ffffff;
  top: 100px;
  left: 60px;
  animation: scale__two 19s infinite linear;
}
.cid-ta9uK8UQmh .animation__background .image {
  position: absolute;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  box-shadow: 0px 10px 20px 0px rgba(20, 44, 56, 0.25);
}
.cid-ta9uK8UQmh .animation__background .image:nth-child(1) {
  top: 12%;
  left: 15%;
  animation: scale__one 14s infinite linear;
}
.cid-ta9uK8UQmh .animation__background .image:nth-child(2) {
  top: 44%;
  left: 4%;
  animation: scale__two 9s infinite linear;
}
.cid-ta9uK8UQmh .animation__background .image:nth-child(3) {
  bottom: 7%;
  left: 10%;
  animation: scale__three 8s infinite linear;
}
.cid-ta9uK8UQmh .animation__background .image:nth-child(4) {
  top: 12%;
  right: 15%;
  animation: scale__two 10s infinite linear;
}
.cid-ta9uK8UQmh .animation__background .image:nth-child(5) {
  top: 48%;
  right: 2%;
  animation: scale__three 11s infinite linear;
}
.cid-ta9uK8UQmh .animation__background .image:nth-child(6) {
  bottom: 10%;
  right: 16%;
  animation: scale__one 12s infinite linear;
}
.cid-ta9uK8UQmh .animation__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ta9uK8UQmh .animation__background .image {
    display: none;
  }
}
.cid-ta9uK8UQmh .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-ta9uK8UQmh .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-ta9uK8UQmh .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-ta9uK8UQmh .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-ta9uK8UQmh .icon__wrap .icon__block .pgk-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes scale__one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale__two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale__three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.cid-ta9uWPJ2xG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ta9uWPJ2xG .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ta9uWPJ2xG .pgk-section-subtitle,
.cid-ta9uWPJ2xG .pgk-section-title,
.cid-ta9uWPJ2xG .pgk-text,
.cid-ta9uWPJ2xG .nav-tabs,
.cid-ta9uWPJ2xG .tab-content {
  pointer-events: all;
}
.cid-ta9uWPJ2xG .title__block {
  margin-top: 120px;
}
.cid-ta9uWPJ2xG .pgk-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ta9uWPJ2xG .pgk-section-title {
  color: #233d63;
  margin-bottom: 20px;
  font-weight: 300;
}
.cid-ta9uWPJ2xG .pgk-section-title b,
.cid-ta9uWPJ2xG .pgk-section-title strong {
  font-weight: 500;
}
.cid-ta9uWPJ2xG h4 {
  margin: 0;
}
.cid-ta9uWPJ2xG .nav-tabs {
  margin-top: 70px;
  border: none !important;
}
.cid-ta9uWPJ2xG .nav-tabs .nav-item {
  margin: 0;
}
.cid-ta9uWPJ2xG .nav-tabs .btn {
  min-width: auto;
  line-height: 60px !important;
  font-size: 16px;
  background: #ffffff;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 10px 30px 0px rgba(156, 157, 161, 0.16) !important;
  border: none;
  background: transparent !important;
  margin: 0px !important;
}
.cid-ta9uWPJ2xG .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #000000 !important;
}
.cid-ta9uWPJ2xG .nav-tabs .btn:after {
  display: none;
}
.cid-ta9uWPJ2xG .nav-tabs .btn:hover {
  box-shadow: 0px 10px 30px 0px rgba(156, 157, 161, 0.16) !important;
  color: #000000 !important;
}
.cid-ta9uWPJ2xG .nav-tabs .btn.active {
  background: linear-gradient(130deg, rgba(111, 239, 200, 0.65) 0%, rgba(39, 75, 255, 0.65) 100%) !important;
  color: #ffffff !important;
}
.cid-ta9uWPJ2xG .nav-tabs .nav-item:first-child .btn {
  border-radius: 20px 0 0 20px;
}
.cid-ta9uWPJ2xG .nav-tabs .nav-item:last-child .btn {
  border-radius: 0 20px 20px 0;
}
.cid-ta9uWPJ2xG .tab-content > .tab-pane {
  display: block !important;
}
.cid-ta9uWPJ2xG .tab-content .active {
  position: relative;
  z-index: 5;
  transform: scale(1) translateX(0);
  pointer-events: visible;
}
.cid-ta9uWPJ2xG .tab-content {
  position: relative;
}
.cid-ta9uWPJ2xG .tab-pane {
  width: 360px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: all 0.7s ease;
  transform: scale(0.8, 0.8) translateX(225px);
  pointer-events: none;
}
.cid-ta9uWPJ2xG .plan {
  background: #ffffff;
  border-radius: 30px;
  word-break: break-word;
  box-shadow: 0px 20px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
  border: 3px solid #f1f1f1;
}
.cid-ta9uWPJ2xG .plan .list__item {
  line-height: 42px;
}
.cid-ta9uWPJ2xG .price-figure {
  padding: 25px 0 35px;
  color: #ff6400;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(130deg, rgba(111, 239, 200, 0.75) 0%, rgba(39, 75, 255, 0.75) 100%);
}
.cid-ta9uWPJ2xG .price-figure sup {
  font-size: 100%;
  color: inherit;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(130deg, rgba(111, 239, 200, 0.75) 0%, rgba(39, 75, 255, 0.75) 100%);
}
.cid-ta9uWPJ2xG .price-term {
  margin-bottom: 20px;
  color: #000000;
  text-decoration: underline;
}
.cid-ta9uWPJ2xG .plan-list {
  margin-bottom: 40px;
}
.cid-ta9uWPJ2xG .plan-list .pgk-list {
  list-style: none;
}
.cid-ta9uWPJ2xG UL {
  color: #233d63;
}
.cid-ta9uWPJ2xG .plan-title {
  color: #233d63;
}
.cid-ta9uWPJ2xG .plan-body {
  padding: 0 15px 80px;
}
.cid-ta9uWPJ2xG .plan-body .pgk-section-btn {
  margin: 0;
}
.cid-ta9uWPJ2xG .plan-body .pgk-section-btn .btn {
  margin: 0;
  border-radius: 20px;
  z-index: 10;
  font-weight: 400 !important;
}
.cid-ta9uWPJ2xG .plan-body .pgk-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  background: transparent !important;
}
.cid-ta9uWPJ2xG .plan-body .pgk-section-btn .btn-warning-outline:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(39, 75, 255, 0.55) 0%, #274bff 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-ta9uWPJ2xG .plan-body .pgk-section-btn .btn-warning-outline:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.25);
}
.cid-ta9uWPJ2xG .plan-body .pgk-section-btn .btn-warning-outline:hover:before {
  transform: scale(1);
}
.cid-ta9uWPJ2xG .plan-header {
  padding: 60px 15px 0;
}
.cid-ta9uWPJ2xG .animation__background .quadr {
  position: absolute;
  bottom: 29%;
  left: 29%;
  animation: rotated 33s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-ta9uWPJ2xG .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  left: 30%;
  border-radius: 50%;
  background: #5d93ff;
  position: absolute;
  animation: animationTwo 30s infinite linear;
}
.cid-ta9uWPJ2xG .animation__background .circle2 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 21%;
  right: 12%;
  position: absolute;
  border-radius: 50%;
  background-color: #274bff;
  animation: animationOne 25s infinite linear;
}
.cid-ta9uWPJ2xG .animation__background .circle3 {
  display: inline-block;
  width: 8px;
  height: 8px;
  bottom: 17%;
  left: 10%;
  position: absolute;
  border-radius: 50%;
  background-color: #ffcb00;
  animation: animationTwo 25s infinite linear;
}
.cid-ta9uWPJ2xG .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 125px;
  left: 43%;
  position: absolute;
  border-radius: 50%;
  background-color: #274bff;
  animation: animationOne 30s infinite linear;
}
@media (max-width: 767px) {
  .cid-ta9uWPJ2xG .nav-tabs .nav-item .btn {
    width: 135px;
  }
  .cid-ta9uWPJ2xG .tab-pane {
    width: 290px;
  }
  .cid-ta9uWPJ2xG .tab-content {
    margin-top: 40px;
  }
  .cid-ta9uWPJ2xG .title__block {
    margin-top: 0;
  }
  .cid-ta9uWPJ2xG .nav-tabs {
    justify-content: center;
  }
  .cid-ta9uWPJ2xG .plan-header {
    padding-top: 20px;
  }
  .cid-ta9uWPJ2xG .plan-body {
    padding-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cid-ta9uWPJ2xG .tab-pane {
    left: 70px;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tVbEN8Qucl {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tVbEN8Qucl img {
  width: 100%;
}
.cid-tVbEN8Qucl .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1e2149;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-tVbEN8Qucl .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tVbEN8Qucl .pgk-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tVbEN8Qucl .pgk-text {
  color: #606060;
}
.cid-tVbEN8Qucl .panel-group {
  margin-top: 36px;
}
.cid-tVbEN8Qucl .card {
  border-radius: 1rem;
  box-shadow: 0px 10px 20px 0px rgba(60, 67, 113, 0.05);
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
  background-color: #ffffff;
  padding: 18px 20px;
}
.cid-tVbEN8Qucl .card .card-header {
  border-radius: 1rem;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-tVbEN8Qucl .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-tVbEN8Qucl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tVbEN8Qucl .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #848abd;
  transition: all 200ms ease-in-out;
  margin-bottom: 0;
}
.cid-tVbEN8Qucl .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #848abd;
}
.cid-tVbEN8Qucl .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-tVbEN8Qucl .card .card-header a.panel-title h4:hover {
  color: #848abd;
}
.cid-tVbEN8Qucl .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-tVbEN8Qucl .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-tVbEN8Qucl .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-tVbEN8Qucl .card .card-header a.panel-title.collapsed h4 {
  color: #404040;
}
.cid-tVbEN8Qucl .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-tVbEN8Qucl .card .card-header a.panel-title.collapsed h4:hover {
  color: #848abd;
}
.cid-tVbEN8Qucl .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
  padding-top: 18px;
}
.cid-tVbEN8Qucl .card .panel-body p {
  font-weight: 400;
}
.cid-tVbEN8Qucl .pgk-section-btn {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tVbEN8Qucl .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tVbEN8Qucl * {
    text-align: left;
  }
}
.cid-tVbEN8Qucl .pgk-fallback-image.disabled {
  display: none;
}
.cid-tVbEN8Qucl .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVbPkGI6DT {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-tVbPkGI6DT .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tVbPkGI6DT .container {
  z-index: 1;
}
.cid-tVbPkGI6DT .pgk-section-title {
  color: #233d63;
}
.cid-tVbPkGI6DT .pgk-section-subtitle {
  text-align: center;
}
.cid-tVbPkGI6DT .pgk-section-btn {
  margin-top: 35px;
}
.cid-tVbPkGI6DT .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tVbPkGI6DT .pgk-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tVbPkGI6DT .pgk-section-title,
.cid-tVbPkGI6DT .pgk-section-btn {
  text-align: center;
}
.cid-tVbPkGI6DT .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-tVbPkGI6DT .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-tVbPkGI6DT .pgk-fallback-image.disabled {
  display: none;
}
.cid-tVbPkGI6DT .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ta9vqUT1Kn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ta9vqUT1Kn .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ta9vqUT1Kn .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-ta9vqUT1Kn .brand__text {
  padding: 12px 0 25px;
}
.cid-ta9vqUT1Kn .brand__email {
  margin-bottom: 15px;
}
.cid-ta9vqUT1Kn .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-ta9vqUT1Kn .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-ta9vqUT1Kn .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-ta9vqUT1Kn .footer__items a:hover {
  color: #6fefc8 !important;
}
.cid-ta9vqUT1Kn .social {
  margin-top: 30px;
}
.cid-ta9vqUT1Kn .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ta9vqUT1Kn .social .social__items:hover {
  background-color: #6fefc8;
  border-color: #6fefc8;
}
.cid-ta9vqUT1Kn .social .social__items:hover span {
  color: #000000 !important;
}
.cid-ta9vqUT1Kn .social .social__items:last-child {
  margin-right: 0;
}
.cid-ta9vqUT1Kn .social .social__items .pgk-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-ta9vqUT1Kn .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-ta9vqUT1Kn .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-ta9vqUT1Kn .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-ta9vqUT1Kn .footer__bot_items a:hover {
  color: #6fefc8 !important;
}
.cid-ta9vqUT1Kn .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-ta9vqUT1Kn .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-ta9vqUT1Kn .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #6fefc8;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-ta9vqUT1Kn .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ta9vqUT1Kn .divider {
    margin-top: 30px;
  }
  .cid-ta9vqUT1Kn .footer__bottom {
    padding: 30px 0;
  }
  .cid-ta9vqUT1Kn .align-right,
  .cid-ta9vqUT1Kn .privacy {
    text-align: center;
  }
  .cid-ta9vqUT1Kn .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@charset "UTF-8";
/*!
 * pagekrcom v4 theme (https://pagekrcom.com/)
 * Copyright 2017 pagekrcom
 */
.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

section {
  background-color: #eeeeee;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}
.cid-tVbDpCXjYQ ,.cid-tVbPkGI6DT{
  margin: 30px!important;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (max-width: 960px) {
  .container {
    max-width: 960px;
  }
}
a {
  transition: color 0.3s ease-in-out;
}

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;
}

figure {
  margin-bottom: 0;
}

body {
  color: #6A6C72 !important;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

p {
  margin-bottom: 0;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #6A6C72;
}

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;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
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: #000000;
}

.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-regular {
  font-weight: 400 !important;
}

.pgk-medium {
  font-weight: 500 !important;
}

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: flex-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 {
  overflow: hidden;
}

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

.pgk-figure img,
.pgk-figure 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 {
  -ms-grid-row-align: center;
  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;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0;
}

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

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  cursor: pointer;
}

[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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  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: 50px;
}

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

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

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

@-webkit-keyframes slidein {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
    display: none;
  }
}

@keyframes slidein {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
    display: none;
  }
}
@-webkit-keyframes slideout {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes slideout {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.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;
}
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 1254px) {
  .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;
  }
}

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

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

.nav-dropdown .link {
  margin: 0 15px;
}

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

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

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

.form-inline {
  display: -webkit-flex;
  flex-flow: row wrap;
  align-items: center;
}

.card-wrapper {
  flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  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;
}

.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;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }

  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.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;
}

body {
  font-style: normal;
  line-height: 32px;
}

.pgk-section-title {
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
}

.pgk-section-subtitle {
  margin-bottom: 0;
}

.pgk-text {
  font-style: normal;
  margin-bottom: 0;
}

a.btn {
  min-width: 160px;
  line-height: 2;
    padding:0.6rem 1.2rem;
  font-weight: 500 !important;
  border-width: 1px;
    border-radius:10px;
  font-style: normal;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

a.btn-sm {
  transition: all 0.3s ease-in-out;
  min-width: 160px;
}

a.btn-md {
  min-width: 185px;
  transition: all 0.3s ease-in-out;
}

a.btn-lg {
  min-width: 250px;
  transition: all 0.3s ease-in-out;
}

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

#scrollToTop a i:before {
  content: "";
  font-family: "pagekrnet2";
  font-size: 24px;
  left: 0;
  top: 0;
  line-height: 50px;
  transform: translate(0, 0);
}

.pgk-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.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;
  -webkit-transform: rotate(45deg);
}

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.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: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

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

.pgk-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}

.pgk-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

.btn .pgk-iconfont {
  order: 1;
}

.animation__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.icon__wrap .icon__block .pgk-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}

@-webkit-keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotatedHalf {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animationThree {
  0% {
    transform: translate(165px, -180px);
  }
  100% {
    transform: translate(-345px, 615px);
  }
}
@keyframes animationThree {
  0% {
    transform: translate(165px, -180px);
  }
  100% {
    transform: translate(-345px, 615px);
  }
}
@-webkit-keyframes animationFour {
  0% {
    transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@keyframes animationFour {
  0% {
    transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes animationFive {
  0% {
    transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
  }
}
@keyframes animationFive {
  0% {
    transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
  }
}
@-webkit-keyframes scale__one {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale__one {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scale__two {
  0% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes scale__two {
  0% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale__three {
  0% {
    transform: scale(0.7);
  }
  40% {
    transform: scale(0.4);
  }
  100% {
    transform: scale(0.7);
  }
}.cid-tVbV9RZNh7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-tVbV9RZNh7 nav.navbar {
  position: fixed;
}
.cid-tVbV9RZNh7 .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVbV9RZNh7 .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-tVbV9RZNh7 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-tVbV9RZNh7 .dropdown-item:after {
  right: 1rem !important;
}
.cid-tVbV9RZNh7 .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-tVbV9RZNh7 .dropdown-item:hover:before,
.cid-tVbV9RZNh7 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-tVbV9RZNh7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVbV9RZNh7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVbV9RZNh7 .nav-link {
  position: relative;
}
.cid-tVbV9RZNh7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVbV9RZNh7 .container {
    flex-wrap: nowrap;
  }
}
.cid-tVbV9RZNh7 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-tVbV9RZNh7 .navbar-nav .nav-item {
  margin: 0;
}
.cid-tVbV9RZNh7 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-tVbV9RZNh7 .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-tVbV9RZNh7 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-tVbV9RZNh7 .dropdown-menu,
.cid-tVbV9RZNh7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tVbV9RZNh7 .nav-item:focus,
.cid-tVbV9RZNh7 .nav-link:focus {
  outline: none;
}
.cid-tVbV9RZNh7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVbV9RZNh7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVbV9RZNh7 .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVbV9RZNh7 .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVbV9RZNh7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVbV9RZNh7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVbV9RZNh7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-tVbV9RZNh7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tVbV9RZNh7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVbV9RZNh7 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-tVbV9RZNh7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tVbV9RZNh7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVbV9RZNh7 .navbar.collapsed {
  justify-content: center;
}
.cid-tVbV9RZNh7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVbV9RZNh7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVbV9RZNh7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVbV9RZNh7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVbV9RZNh7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tVbV9RZNh7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVbV9RZNh7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVbV9RZNh7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVbV9RZNh7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVbV9RZNh7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVbV9RZNh7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVbV9RZNh7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVbV9RZNh7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tVbV9RZNh7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVbV9RZNh7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVbV9RZNh7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVbV9RZNh7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVbV9RZNh7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVbV9RZNh7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVbV9RZNh7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVbV9RZNh7 .navbar.navbar-short {
  min-height: 100px;
}
.cid-tVbV9RZNh7 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-tVbV9RZNh7 .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVbV9RZNh7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVbV9RZNh7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVbV9RZNh7 .dropdown-item.active,
.cid-tVbV9RZNh7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tVbV9RZNh7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVbV9RZNh7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVbV9RZNh7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVbV9RZNh7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVbV9RZNh7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVbV9RZNh7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVbV9RZNh7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVbV9RZNh7 .navbar-buttons {
  text-align: center;
}
.cid-tVbV9RZNh7 button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-tVbV9RZNh7 button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-tVbV9RZNh7 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-tVbV9RZNh7 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-tVbV9RZNh7 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-tVbV9RZNh7 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-tVbV9RZNh7 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-tVbV9RZNh7 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tVbV9RZNh7 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-tVbV9RZNh7 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-tVbV9RZNh7 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tVbV9RZNh7 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-tVbV9RZNh7 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-tVbV9RZNh7 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-tVbV9RZNh7 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tVbV9RZNh7 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-tVbV9RZNh7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVbV9RZNh7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVbV9RZNh7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVbV9RZNh7 .navbar {
    height: 70px;
  }
  .cid-tVbV9RZNh7 .navbar.opened {
    height: auto;
  }
  .cid-tVbV9RZNh7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVbV9RZNh7 .container,
.cid-tVbV9RZNh7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVbV9RZNh7 .container,
  .cid-tVbV9RZNh7 .container-fluid {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-tVbV9RZNh7 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-tVbV9RZNh7 .navbar-collapse {
  min-height: 98px;
}
.cid-tVbV9RZNh7 .pgk-section-btn {
  max-width: 35%;
}
.cid-tVbV9RZNh7 .pgk-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tVbV9RZNh7 {
    min-height: 70px !important;
  }
  .cid-tVbV9RZNh7 .navbar {
    min-height: 70px !important;
  }
  .cid-tVbV9RZNh7 .container-fluid {
    padding: 0 7%;
  }
  .cid-tVbV9RZNh7 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-tVbV9RZNh7 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-tVbV9RZNh7 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-tVbV9RZNh7 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-tVbV9RZNh7 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-tVbV9RZNh7 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-tVbV9RZNh7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-tVbV9RZNh7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-tVbV9RZNh7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-tVbV9RZNh7 .pgk-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-tVbV9Tryzl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-tVbV9Tryzl .pgk-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tVbV9Tryzl .container {
  z-index: 1;
}
.cid-tVbV9Tryzl .pgk-section-title {
  color: #233d63;
}
.cid-tVbV9Tryzl .pgk-section-subtitle {
  text-align: center;
}
.cid-tVbV9Tryzl .pgk-section-btn {
  margin-top: 35px;
}
.cid-tVbV9Tryzl .pgk-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tVbV9Tryzl .pgk-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tVbV9Tryzl .pgk-section-title,
.cid-tVbV9Tryzl .pgk-section-btn {
  text-align: center;
}
.cid-tVbV9Tryzl .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-tVbV9Tryzl .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-tVbV9Tryzl .pgk-fallback-image.disabled {
  display: none;
}
.cid-tVbV9Tryzl .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVbV9VRCbj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tVbV9VRCbj .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tVbV9VRCbj .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-tVbV9VRCbj .brand__text {
  padding: 12px 0 25px;
}
.cid-tVbV9VRCbj .brand__email {
  margin-bottom: 15px;
}
.cid-tVbV9VRCbj .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-tVbV9VRCbj .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-tVbV9VRCbj .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-tVbV9VRCbj .footer__items a:hover {
  color: #6fefc8 !important;
}
.cid-tVbV9VRCbj .social {
  margin-top: 30px;
}
.cid-tVbV9VRCbj .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tVbV9VRCbj .social .social__items:hover {
  background-color: #6fefc8;
  border-color: #6fefc8;
}
.cid-tVbV9VRCbj .social .social__items:hover span {
  color: #000000 !important;
}
.cid-tVbV9VRCbj .social .social__items:last-child {
  margin-right: 0;
}
.cid-tVbV9VRCbj .social .social__items .pgk-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-tVbV9VRCbj .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-tVbV9VRCbj .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-tVbV9VRCbj .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-tVbV9VRCbj .footer__bot_items a:hover {
  color: #6fefc8 !important;
}
.cid-tVbV9VRCbj .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-tVbV9VRCbj .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-tVbV9VRCbj .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #6fefc8;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-tVbV9VRCbj .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-tVbV9VRCbj .divider {
    margin-top: 30px;
  }
  .cid-tVbV9VRCbj .footer__bottom {
    padding: 30px 0;
  }
  .cid-tVbV9VRCbj .align-right,
  .cid-tVbV9VRCbj .privacy {
    text-align: center;
  }
  .cid-tVbV9VRCbj .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@charset "UTF-8";
/*!
 * pagekrcom v4 theme (https://pagekrcom.com/)
 * Copyright 2017 pagekrcom
 */
.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

section {
  background-color: #eeeeee;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}
.cid-tVbDpCXjYQ ,.cid-tVbPkGI6DT{
  margin: 30px!important;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (max-width: 960px) {
  .container {
    max-width: 960px;
  }
}
a {
  transition: color 0.3s ease-in-out;
}

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;
}

figure {
  margin-bottom: 0;
}

body {
  color: #6A6C72 !important;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

p {
  margin-bottom: 0;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #6A6C72;
}

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;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
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: #000000;
}

.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-regular {
  font-weight: 400 !important;
}

.pgk-medium {
  font-weight: 500 !important;
}

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: flex-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 {
  overflow: hidden;
}

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

.pgk-figure img,
.pgk-figure 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 {
  -ms-grid-row-align: center;
  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;
  }
}
/*! Buttons */
.pgk-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0;
}

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

/*! Btn icon margin */
.btn .pgk-iconfont,
.btn.btn-sm .pgk-iconfont {
  cursor: pointer;
}

[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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

.pgk-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  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: 50px;
}

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

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

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .pgk-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

@-webkit-keyframes slidein {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
    display: none;
  }
}

@keyframes slidein {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
    display: none;
  }
}
@-webkit-keyframes slideout {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes slideout {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.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;
}
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 1254px) {
  .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;
  }
}

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

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

.nav-dropdown .link {
  margin: 0 15px;
}

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

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

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

.form-inline {
  display: -webkit-flex;
  flex-flow: row wrap;
  align-items: center;
}

.card-wrapper {
  flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  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;
}

.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;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }

  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.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;
}

body {
  font-style: normal;
  line-height: 32px;
}

.pgk-section-title {
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
}

.pgk-section-subtitle {
  margin-bottom: 0;
}

.pgk-text {
  font-style: normal;
  margin-bottom: 0;
}

a.btn {
  min-width: 160px;
  line-height: 2;
    padding:0.6rem 1.2rem;
  font-weight: 500 !important;
  border-width: 1px;
    border-radius:10px;
  font-style: normal;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

a.btn-sm {
  transition: all 0.3s ease-in-out;
  min-width: 160px;
}

a.btn-md {
  min-width: 185px;
  transition: all 0.3s ease-in-out;
}

a.btn-lg {
  min-width: 250px;
  transition: all 0.3s ease-in-out;
}

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

#scrollToTop a i:before {
  content: "";
  font-family: "pagekrnet2";
  font-size: 24px;
  left: 0;
  top: 0;
  line-height: 50px;
  transform: translate(0, 0);
}

.pgk-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .pgk-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.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;
  -webkit-transform: rotate(45deg);
}

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.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: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

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

.pgk-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}

.pgk-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

.btn .pgk-iconfont {
  order: 1;
}

.animation__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.icon__wrap .icon__block .pgk-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}

@-webkit-keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotatedHalf {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animationThree {
  0% {
    transform: translate(165px, -180px);
  }
  100% {
    transform: translate(-345px, 615px);
  }
}
@keyframes animationThree {
  0% {
    transform: translate(165px, -180px);
  }
  100% {
    transform: translate(-345px, 615px);
  }
}
@-webkit-keyframes animationFour {
  0% {
    transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@keyframes animationFour {
  0% {
    transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes animationFive {
  0% {
    transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
  }
}
@keyframes animationFive {
  0% {
    transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
  }
}
@-webkit-keyframes scale__one {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale__one {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scale__two {
  0% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes scale__two {
  0% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale__three {
  0% {
    transform: scale(0.7);
  }
  40% {
    transform: scale(0.4);
  }
  100% {
    transform: scale(0.7);
  }
}.cid-tVbXrrKv3C {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-tVbXrrKv3C nav.navbar {
  position: fixed;
}
.cid-tVbXrrKv3C .dropdown-item:before {
  font-family: pagekrnet2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVbXrrKv3C .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #eaeaea !important;
}
.cid-tVbXrrKv3C .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-tVbXrrKv3C .dropdown-item:after {
  right: 1rem !important;
}
.cid-tVbXrrKv3C .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-tVbXrrKv3C .dropdown-item:hover:before,
.cid-tVbXrrKv3C .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-tVbXrrKv3C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVbXrrKv3C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVbXrrKv3C .nav-link {
  position: relative;
}
.cid-tVbXrrKv3C .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVbXrrKv3C .container {
    flex-wrap: nowrap;
  }
}
.cid-tVbXrrKv3C .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-tVbXrrKv3C .navbar-nav .nav-item {
  margin: 0;
}
.cid-tVbXrrKv3C .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-tVbXrrKv3C .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-tVbXrrKv3C .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-tVbXrrKv3C .dropdown-menu,
.cid-tVbXrrKv3C .navbar.opened {
  background: #ffffff !important;
}
.cid-tVbXrrKv3C .nav-item:focus,
.cid-tVbXrrKv3C .nav-link:focus {
  outline: none;
}
.cid-tVbXrrKv3C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVbXrrKv3C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVbXrrKv3C .dropdown .dropdown-menu .dropdown-item .pgk-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVbXrrKv3C .dropdown .dropdown-menu .dropdown-item .pgk-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVbXrrKv3C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVbXrrKv3C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVbXrrKv3C .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-tVbXrrKv3C .navbar.opened {
  transition: all 0.3s;
}
.cid-tVbXrrKv3C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVbXrrKv3C .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-tVbXrrKv3C .navbar .navbar-logo img {
  width: auto;
}
.cid-tVbXrrKv3C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVbXrrKv3C .navbar.collapsed {
  justify-content: center;
}
.cid-tVbXrrKv3C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVbXrrKv3C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVbXrrKv3C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVbXrrKv3C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVbXrrKv3C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tVbXrrKv3C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVbXrrKv3C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVbXrrKv3C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVbXrrKv3C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVbXrrKv3C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVbXrrKv3C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVbXrrKv3C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVbXrrKv3C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tVbXrrKv3C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVbXrrKv3C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVbXrrKv3C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVbXrrKv3C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVbXrrKv3C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVbXrrKv3C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVbXrrKv3C .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVbXrrKv3C .navbar.navbar-short {
  min-height: 100px;
}
.cid-tVbXrrKv3C .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-tVbXrrKv3C .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVbXrrKv3C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVbXrrKv3C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVbXrrKv3C .dropdown-item.active,
.cid-tVbXrrKv3C .dropdown-item:active {
  background-color: transparent;
}
.cid-tVbXrrKv3C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVbXrrKv3C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVbXrrKv3C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVbXrrKv3C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVbXrrKv3C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVbXrrKv3C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVbXrrKv3C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVbXrrKv3C .navbar-buttons {
  text-align: center;
}
.cid-tVbXrrKv3C button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-tVbXrrKv3C button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-tVbXrrKv3C button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-tVbXrrKv3C button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-tVbXrrKv3C button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-tVbXrrKv3C button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-tVbXrrKv3C button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-tVbXrrKv3C button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tVbXrrKv3C button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-tVbXrrKv3C button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-tVbXrrKv3C button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tVbXrrKv3C nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-tVbXrrKv3C nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-tVbXrrKv3C nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-tVbXrrKv3C nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tVbXrrKv3C nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-tVbXrrKv3C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVbXrrKv3C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVbXrrKv3C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVbXrrKv3C .navbar {
    height: 70px;
  }
  .cid-tVbXrrKv3C .navbar.opened {
    height: auto;
  }
  .cid-tVbXrrKv3C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVbXrrKv3C .container,
.cid-tVbXrrKv3C .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVbXrrKv3C .container,
  .cid-tVbXrrKv3C .container-fluid {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-tVbXrrKv3C .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-tVbXrrKv3C .navbar-collapse {
  min-height: 98px;
}
.cid-tVbXrrKv3C .pgk-section-btn {
  max-width: 35%;
}
.cid-tVbXrrKv3C .pgk-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tVbXrrKv3C {
    min-height: 70px !important;
  }
  .cid-tVbXrrKv3C .navbar {
    min-height: 70px !important;
  }
  .cid-tVbXrrKv3C .container-fluid {
    padding: 0 7%;
  }
  .cid-tVbXrrKv3C .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-tVbXrrKv3C .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-tVbXrrKv3C .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-tVbXrrKv3C .navbar-nav li {
    margin: 0 !important;
  }
  .cid-tVbXrrKv3C .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-tVbXrrKv3C .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-tVbXrrKv3C .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-tVbXrrKv3C .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-tVbXrrKv3C .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-tVbXrrKv3C .pgk-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-tVbZuWnpCa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tVbZuWnpCa .title__block {
  margin-bottom: 40px;
}
.cid-tVbZuWnpCa .pgk-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-tVbZuWnpCa .pgk-section-title {
  color: #233d63;
}
.cid-tVbZuWnpCa .pgk-section-title span {
  font-weight: 300;
}
.cid-tVbZuWnpCa .image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 15px 30px 50px 0px rgba(233, 236, 241, 0.5);
  margin: 0 auto 25px;
  transition: all 0.4s ease-in-out;
}
.cid-tVbZuWnpCa .image img {
  height: auto;
  width: 100px;
}
.cid-tVbZuWnpCa .image:hover {
  transform: scale(1.1);
}
.cid-tVbZuWnpCa .image175 {
  width: 175px;
  height: 175px;
}
.cid-tVbZuWnpCa .image120 {
  width: 120px;
  height: 120px;
}
.cid-tVbZuWnpCa .image150 {
  width: 150px;
  height: 150px;
}
.cid-tVbZuWnpCa .image140 {
  width: 140px;
  height: 140px;
}
.cid-tVbZuWnpCa .image200 {
  width: 200px;
  height: 200px;
}
.cid-tVbZuWnpCa .pgk-fallback-image.disabled {
  display: none;
}
.cid-tVbZuWnpCa .pgk-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVbXrsrAV1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tVbXrsrAV1 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tVbXrsrAV1 .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-tVbXrsrAV1 .brand__text {
  padding: 12px 0 25px;
}
.cid-tVbXrsrAV1 .brand__email {
  margin-bottom: 15px;
}
.cid-tVbXrsrAV1 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-tVbXrsrAV1 .footer__title {
  padding: 12px 0 25px;
  color: #233d63;
}
.cid-tVbXrsrAV1 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-tVbXrsrAV1 .footer__items a:hover {
  color: #6fefc8 !important;
}
.cid-tVbXrsrAV1 .social {
  margin-top: 30px;
}
.cid-tVbXrsrAV1 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tVbXrsrAV1 .social .social__items:hover {
  background-color: #6fefc8;
  border-color: #6fefc8;
}
.cid-tVbXrsrAV1 .social .social__items:hover span {
  color: #000000 !important;
}
.cid-tVbXrsrAV1 .social .social__items:last-child {
  margin-right: 0;
}
.cid-tVbXrsrAV1 .social .social__items .pgk-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-tVbXrsrAV1 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-tVbXrsrAV1 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-tVbXrsrAV1 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-tVbXrsrAV1 .footer__bot_items a:hover {
  color: #6fefc8 !important;
}
.cid-tVbXrsrAV1 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-tVbXrsrAV1 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-tVbXrsrAV1 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #6fefc8;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-tVbXrsrAV1 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-tVbXrsrAV1 .divider {
    margin-top: 30px;
  }
  .cid-tVbXrsrAV1 .footer__bottom {
    padding: 30px 0;
  }
  .cid-tVbXrsrAV1 .align-right,
  .cid-tVbXrsrAV1 .privacy {
    text-align: center;
  }
  .cid-tVbXrsrAV1 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
