html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

 details, footer, header, main, menu, nav, section {
  display: block;
}

audio, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

code {
  font-size: 1em;
}

button, input, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1, h2, h3, h4 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe, .w-video object, .w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input, .w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input::placeholder, .w-select::placeholder {
  color: #999;
}

.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input, textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:before, .w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: #2226;
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dyn-item.dabble-details {
	display: flex;
	gap: 15px;
	align-items: center;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.w-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

/* Manrope Font */
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraLight.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
        url('../fonts/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Light.woff2') format('woff2'),
        url('../fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('../fonts/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Magenta Font */
@font-face {
    font-family: 'Magenta';
    src: url('../fonts/MagentaRegular.woff2') format('woff2'),
        url('../fonts/MagentaRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
  --font--paragraph: "Manrope", sans-serif;
  --1-main-colors--heading: #0b162d;
  --font--heading: "Magenta", sans-serif;
  --1-main-colors--paragraph: #666;
  --1-main-colors--primary: #b87131;
  --font--icon: "Material Icons", sans-serif;
  --6-radius--button-radius: 100px;
  --1-main-colors--white: #fff;
  --1-main-colors--secondary: #0b162d;
  --1-main-colors--border: #e6e6e6;
  --1-main-colors--transparent: #fff0;
  --6-radius--l: 20px;
  --1-main-colors--background: #f8f5f0;
  --1-main-colors--tertiary\<deleted\|variable-30f2f101-2e7b-e463-0064-714bf4213317\>: #fdbf60;
  --6-radius--m: 10px;
  --font--social-icon: Icofont, sans-serif;
  --5-box-shadow--shadow-50: #0000000d;
  --6-radius--xl: 30px;
  --4-neutral--neutral-400: #3f3f3f;
  --1-main-colors--black: #000;
  --1-main-colors--heading-2: white;
  --1-main-colors--paragraph-2: white;
  --2-primary--primary-50: #feedf0;
  --2-primary--primary-100: #fcc6d0;
  --2-primary--primary-200: #fbaaba;
  --2-primary--primary-300: #f9839a;
  --2-primary--primary-400: #f86b86;
  --2-primary--primary-500: #f64668;
  --2-primary--primary-600: #e0405f;
  --2-primary--primary-700: #af324a;
  --2-primary--primary-800: #872739;
  --2-primary--primary-900: #671d2c;
  --3-secondary--secondary-50: #ececf0;
  --3-secondary--secondary-100: #c4c5d1;
  --3-secondary--secondary-200: #a8a9ba;
  --3-secondary--secondary-300: #80819b;
  --3-secondary--secondary-400: #676988;
  --3-secondary--secondary-500: #41436a;
  --3-secondary--secondary-600: #3b3d60;
  --3-secondary--secondary-700: #2e304b;
  --3-secondary--secondary-800: #24253a;
  --3-secondary--secondary-900: #1b1c2d;
  --4-neutral--neutral-50: #e7e7e7;
  --4-neutral--neutral-100: #b5b5b5;
  --4-neutral--neutral-200: #919191;
  --4-neutral--neutral-300: #5e5e5e;
  --4-neutral--neutral-500: #0f0f0f;
  --4-neutral--neutral-600: #0e0e0e;
  --4-neutral--neutral-700: #0b0b0b;
  --4-neutral--neutral-800: #080808;
  --4-neutral--neutral-900: #060606;
  --5-box-shadow--color: white;
  --6-radius--sm: 4px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--heading);
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

h1 {
	font-family: var(--font--heading);
	color: var(--1-main-colors--heading);
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 60px;
	font-weight: 500;
	line-height: 66px;
	max-width: 1080px;
}

h2 {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 400;
  line-height: 57px;
}

h3 {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

h4 {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 400;
  line-height: 33px;
}

p {
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--paragraph);
  margin-bottom: 0;
  font-weight: 400;
}

a {
  color: var(--1-main-colors--primary);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--1-main-colors--paragraph);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.button-text-wrapper {
  white-space: nowrap;
  height: 18px;
  overflow: hidden;
}

.icon {
  font-family: var(--font--icon);
}

.primary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--6-radius--button-radius);
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  line-height: 18px;
  transition: color .3s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.primary-button:hover {
  background-color: var(--1-main-colors--secondary);
}

.contents {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.contents._60 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 60%;
  margin-top: -100px;
}

.title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 980px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mask {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.secondary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--1-main-colors--primary);
  border-radius: var(--6-radius--button-radius);
  background-color: var(--1-main-colors--transparent);
  color: var(--1-main-colors--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  font-size: 15px;
  line-height: 18px;
  transition: color .3s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.secondary-button:hover {
  background-color: var(--1-main-colors--primary);
}

.breadcrumb-block {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.breadcrumb {
  color: var(--1-main-colors--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 25px;
}

.category {
  font-size: 18px;
  line-height: 28px;
}

.nav-list {
  z-index: 2;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.nav-link {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--1-main-colors--heading);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  text-decoration: none;
  transition: color .3s ease-out;
  display: flex;
}

.nav-link:hover, .nav-link:focus {
  color: var(--1-main-colors--primary);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--1-main-colors--primary);
}

 .submenu-link.w--current {
  color: var(--1-main-colors--primary);
}

.full-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container.vertical-60px-gap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.nav-button-list {
  flex: 1;
  padding-left: 20px;
}

.navbar {
	z-index: 100;
	background-color: #ffffffc9;
	border-bottom: 1px solid #0000;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	position: fixed;
	top: 0;
	backdrop-filter: blur(20px);
}

.nav-icon-and-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.site-logo {
  width: 160px;
}

.footer-logo {
	width: 200px;
}

.menu-button {
  color: #fff;
  background-color: #fff0;
  padding: 0;
  font-family: Material Icons, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.menu-button:focus, .menu-button.w--open {
  background-color: #fff0;
}

.site-logo-wrapper {
  padding-left: 0;
}

.site-logo-wrapper.w--current {
  width: auto;
  max-width: 20%;
}

.cross-icon {
  display: none;
}

._2-column-block-top {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer {
  background-image: url("../img/frame.webp"), linear-gradient(to bottom, var(--1-main-colors--secondary), var(--1-main-colors--secondary));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  margin-top: 120px;
}

.footer-columns {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr .25fr .75fr 1.75fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 130px;
  max-width: 400px;
  display: flex;
}

.footer-block._1st-block {
  width: 100%;
  max-width: 460px;
}

.footer-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--1-main-colors--white);
  justify-content: flex-start;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.footer-link:hover {
  color: #fff;
}

.footer-copyright-text {
  color: #fffc;
  font-size: 15px;
  line-height: 25px;
}

.footer-copyright-text.with-hover {
  transition: color .3s;
}

.footer-copyright-text.with-hover:hover {
  color: #fff;
}

.footer-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._26px-text-white {
  color: var(--1-main-colors--white);
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
}

.footer-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-top: 165px;
  padding-bottom: 80px;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.horizontal-left-center-15px-gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-paragraph {
  color: #fffc;
}

#topBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50px;
	padding: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	background: transparent;
	border: 1px solid #ddd;
}

#topBtn:hover {
  transform: translateY(-8px);
}

#topBtn svg {
	transform: rotate(-90deg);
}

._2-column-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section {
  margin-top: 120px;
  margin-bottom: 120px;
  position: relative;
}

.bg-dark {
  background-color: var(--1-main-colors--secondary);
}

.bg-lite {
	background: #f8f5f0;
}

.horizontal-left-center {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.horizontal-left-center._7px-gap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.horizontal-left-center._5px-gap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

._3-column-grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._3-column-grid._60px-gap {
  grid-row-gap: 60px;
}

.image-wrapper-50 {
  width: 50%;
  position: relative;
}

._2-column-block {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-icon {
  text-transform: none;
  font-family: Material Icons Outlined, sans-serif;
  font-weight: 400;
}

.margin-bottom-10px {
  margin-bottom: 10px;
}

.margin-bottom-20px {
  margin-bottom: 20px;
}

.margin-bottom-15px {
  margin-bottom: 15px;
}

.vertical-left-top-10px-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.input-rounded {
  border: 1px solid var(--1-main-colors--border);
  border-radius: var(--6-radius--button-radius);
  background-color: var(--1-main-colors--transparent);
  color: var(--1-main-colors--paragraph);
  min-height: 57px;
  margin-bottom: 0;
  padding: 15px 16px 15px 20px;
}

.input-rounded:hover, .input-rounded:focus {
  border-color: var(--1-main-colors--primary);
}

.input-rounded::placeholder {
  color: var(--1-main-colors--paragraph);
  font-size: 16px;
  font-weight: 300;
}

.input-rounded.text-area {
  border-radius: 20px;
  min-height: 118px;
}

.contact-block-surgeon {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--1-main-colors--border);
  background-color: transparent;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
}

.vertical-left-stretch-30px-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.vertical-left-stretch-30px-gap.full-width {
  width: 100%;
}

.page-wrapper {
  overflow: hidden;
}

._32px-text {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 44px;
}

.hidden {
  display: none;
}

.border-radius {
    border-radius: 12px;
    overflow: hidden;
}

/* linear-gradient(#222c, #222c), */
.hero-section {
	background-image: linear-gradient(180deg,rgba(11, 22, 45, 0.28) 0%, rgba(11, 22, 45, 1) 100%), url(../img/banner-img.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: end;
	justify-content: center;
}

.hero-section.thankyou {
	align-items: center;
	padding-top: 105px;
	background-image: radial-gradient(circle,rgb(11, 22, 45) 0%, rgba(255, 255, 255, 0) 100%) ,url(../img/thanku-banner.webp);
}

.hero-block {
	text-align: center;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 100px;
}

._55px-white-rounded-icon {
  background-color: var(--1-main-colors--white);
  font-family: var(--font--icon);
  color: var(--1-main-colors--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  line-height: 16px;
  display: flex;
}

._4px-gap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.white-heading {
  color: var(--1-main-colors--white);
}

.hero-sub-title {
  color: var(--1-main-colors--white);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.white-text {
  color: var(--1-main-colors--white);
}

._27px-text-white {
  font-family: var(--font--heading);
  color: var(--1-main-colors--white);
  font-size: 27px;
  line-height: 33px;
}

.margin-top-30px-bottom-44px {
  margin-top: 30px;
  margin-bottom: 44px;
}

.button-call-wrapper {
	grid-column-gap: 27px;
	grid-row-gap: 27px;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}

.hero-navigation {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 20px;
  height: 100%;
  display: flex;
  inset: 0% -10px 0% auto;
}

.slider {
  background-color: var(--1-main-colors--transparent);
  width: 100%;
  height: 100%;
}

.slider.overflow-hidden {
  overflow: hidden;
}

._15px-text-uppercase-primary {
  color: var(--1-main-colors--primary);
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: left;
}

._90-image {
  max-width: 90%;
}

.about-us-image-border {
  z-index: -1;
  border: 3px solid var(--1-main-colors--primary);
  border-radius: var(--6-radius--l);
  position: absolute;
  inset: 44px 0 -44px 40px;
}

._30px-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.margin-top-20px-bottom-30px {
  margin-top: 20px;
  margin-bottom: 30px;
}

._27px-text {
	font-family: var(--font--heading);
	color: var(--1-main-colors--heading);
	letter-spacing: 0;
	text-transform: none;
	font-size: 22px;
	line-height: 28px;
}

.year-paragraph-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.year-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 1px solid var(--1-main-colors--border);
  border-radius: var(--6-radius--l);
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding: 20px;
}

._566-px-image-absolute-left {
  z-index: -1;
  max-width: 566px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.service-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--1-main-colors--border);
  border-radius: var(--6-radius--l);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  transition: border-color .35s, background-color .4s;
  display: flex;
}

.service-card:hover {
  border-color: var(--1-main-colors--primary);
  background-color: var(--1-main-colors--background);
}

.image-65px {
  object-fit: contain;
  max-width: 65px;
  max-height: 65px;
}

._65px-height-divider {
  background-color: var(--1-main-colors--border);
  width: 1px;
  min-width: 1px;
  height: 65px;
}

.service-logo-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.hover-slide {
  border-radius: var(--6-radius--l);
  width: 25%;
  position: relative;
  overflow: hidden;
}

.horizontal-left-center-10px-gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.package-price .w-layout-hflex {
	display: grid;
	border: 1px solid var(--1-main-colors--white);
	padding: 20px;
	width: 100%;
	height: 100%;
	border-radius: 14px;
	justify-content: center;
	align-content: center;
}

.services-icon {
	width: 80px;
	margin: auto;
}

.counter-section {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin: 0 -15px;
}

.counter-box {
	margin: 0 15px;
	background: #fff;
	padding: 30px;
	border-radius: 24px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.fats {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #b87131;
}

.counter-box .counter {
	font-size: 60px;
	line-height: 46px;
	color: #0b162d;
	font-weight: 500;
}

.counter-box span {
  font-size: 50px;
}

.counter-box p {
	font-size: 18px;
	color: var(--1-main-colors--heading);
}

.counter-number-wrapper {
  height: 74px;
}

.counter-number-wrapper-reverse {
  height: 74px;
  transform: translate(0, -1000%);
}

.team-card {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.team-card-thumbnail {
	border-radius: var(--6-radius--l);
	width: 84%;
	height: 320px;
}

.team-card-header {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-card-body {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-left: 10%;
  display: flex;
}

.team-name img {
  width: 15px;
  margin-right: 4px;
}

.team-position {
  white-space: nowrap;
}

.team-border {
	z-index: -1;
	border: 2px solid var(--1-main-colors--border);
	border-radius: var(--6-radius--l);
	width: 100%;
	/* max-width: 350px; */
	height: 114%;
	position: absolute;
	right: 0%;
}

.team-position-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: inline-flex;
  transform: translate(0)rotate(-90deg);
}

.team-position-wrapper._1 {
  margin-left: -40px;
  position: relative;
}

.linear-white {
  z-index: 2;
  background-image: linear-gradient(0deg, #fffc, #fffc 58%, #fff0);
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-wrapper {
	grid-column-gap: 16px;
	grid-row-gap: 32px;
	justify-content: space-between;
	align-items: center;
	display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.padding-py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.logo-wrapper .logo-cover {
	background: var(--1-main-colors--white);
	border: 1px solid var(--1-main-colors--primary);
	height: 120px;
	padding: 15px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
  width: 100%;
}

.logo-80px-height {
	object-fit: contain;
}

._46px-text {
  font-family: var(--font--heading);
  font-size: 46px;
  line-height: 58px;
}

.testimonial-section {
  background: #fff url("../img/gift-bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 0;
}

.testimonial-card {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	border-radius: var(--6-radius--l);
	color: var(--1-main-colors--white);
	flex-direction: column;
	justify-content: start;
	width: 100%;
	padding: 40px;
	transition: background-color .4s ease-out;
	display: flex;
	background: #b87131;
	height: 100%;
}

.layout-tabs {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.tab-btn {
	padding: 10px 50px;
	border: 1px solid var(--1-main-colors--primary);
	background: var(--1-main-colors--white);
	cursor: pointer;
	border-radius: 30px;
	color: var(--1-main-colors--primary);
}

.tab-btn.active {
	background: var(--1-main-colors--white) url(../img/fav.svg) no-repeat;
	background-size: 18px;
	background-position: 20px center;
}

.plans {
	padding: 30px;
	border-radius: 20px;
	border: 1px solid #0b162d;
}

.plans { display: none; }
.plans.active { display: block; }

.plan {
  display: none;
}

.plan.active {
  display: block;
}

.plan img {
  width: 100%;
  border-radius: 10px;
}

.tab-header {
	margin-bottom: 20px;
}

.tab-header select {
	padding: 10px 20px;
	width: max-content;
	background: #b87131;
	color: white;
	border: none;
	border-radius: 30px;
}

.tab-header select:focus {
  outline: none;
}

.client-information-wrapper {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	justify-content: space-between;
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff85;
}

.client-name-and-position-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.image-60px {
  object-fit: contain;
  max-width: 60px;
  max-height: 60px;
}

.testimonial-paragraph {
	color: var(--1-main-colors--white);
	font-size: 20px;
	line-height: 30px;
	padding-left: 0;
}

.testimonial-paragraph li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-paragraph img {
	width: 20px;
	height: 14px;
}

.margin-right-30px {
  margin-right: 30px;
}

.location {
	padding: 8px 14px;
	background: linear-gradient(260deg,rgba(184, 113, 49, 0) 0%, rgb(184, 113, 49) 100%);
	color: #fff;
	border-radius: 30px 0 0 30px;
	font-size: 1rem;
	line-height: normal;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 5px;
	letter-spacing: 1px;
}

.facility-container {
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	border: 0;
	border-radius: var(--6-radius--l);
	padding: 40px;
	display: grid;
	grid-template-columns: 300px 1fr;
	background: #fff;
}

.facility-card {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.image-45px {
  max-width: 45px;
}

.contact-section {
  z-index: 2;
  margin-bottom: -200px;
  position: relative;
}

.contact-block-hotel {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--1-main-colors--border);
  background-color: var(--1-main-colors--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 630px;
  margin-bottom: 0;
  padding: 60px 40px;
  display: flex;
}

.field-wrapper-30px-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-image {
  aspect-ratio: 3 / 2;
  border-radius: var(--6-radius--l);
  max-height: 294px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.contact-icon-circle-80px {
  background-color: var(--1-main-colors--background);
  color: var(--1-main-colors--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  font-family: Material Icons, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

._5px-gap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.newsletter-wrapper-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  margin-top: 5px;
  display: flex;
}

.newsletter-wrapper-block > ul {
	display: flex;
	list-style: none;
	padding: 0;
	gap: 10px;
}

.newsletter-wrapper-block > ul li {
	border: 1px solid #ffffff24;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	border-radius: 8px;
  transition: all 0.3s ease;
}

.newsletter-wrapper-block > ul li:hover {
	transform: translateY(-5px) scale(1.1);
	background: #b87131;
	box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.newsletter-wrapper-block > ul li a {
	display: flex;
}

.color-white-0-8-link {
  color: #fffc;
  transition: color .2s;
}

.color-white-0-8-link:hover {
  color: var(--1-main-colors--white);
}

.full-image {
  height: 100%;
}

.text-merge-15px-gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-text {
  margin-top: 20px;
}

.full-width {
  width: 100%;
}

.feature-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.list {
  color: var(--1-main-colors--paragraph);
  background-image: url("../img/dobble-arrow.webp");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 5px 5px;
  padding-left: 15px;
  overflow: hidden;
}

.horizontal-left-center-20px-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.gift-main {
	width: 100%;
	display: grid;
	grid-template-columns: 45% 45%;
	justify-content: space-evenly;
}

#error_data {
	color: red;
}

.positioning {
	background: var(--1-main-colors--heading) url(../img/bg-ad.svg);
	margin: 0;
	background-size: 20%;
	background-repeat: no-repeat;
}

.positioning h2 {
  color: var(--1-main-colors--white);
}

.package-price-card {
	border-radius: var(--6-radius--l);
	width: 100%;
	overflow: hidden;
	position: relative;
}

.package-info-card {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px solid var(--1-main-colors--border);
  border-radius: var(--6-radius--l);
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
}

.package-image {
  aspect-ratio: 3 / 2;
  max-height: 318px;
}

.package-price {
	background: linear-gradient(#000c, #000c);
	grid-column-gap: 27px;
	grid-row-gap: 27px;
	flex-flow: column;
	padding: 20px;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
  align-items: center;
	justify-content: center;
}

.career-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--1-main-colors--border);
  border-radius: var(--6-radius--l);
  flex-flow: column;
  padding: 40px;
  transition: border-color .25s, background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  background: var(--1-main-colors--white);
}

.svg-wrapper-88px {
  background-color: var(--1-main-colors--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 88px;
  height: 88px;
  display: flex;
}

.space-between-block-center-on-mobile {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-heading {
  color: var(--1-main-colors--white);
}

.w-dyn-item .footer-text-link {
	line-height: normal;
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer-text-link {
  color: #fffc;
  transition: color .3s;
}

.footer-text-link:hover {
  color: #fff;
}

.offerings {
  background-image: url("../img/offerings-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.global-corporate {
  background-image: url("../img/light-bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
}

.main-banner {
    background-image: url("../img/bg-alivation.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 180px;
    padding-bottom: 180px;
    display: flex;
    position: relative;
}

.positioning-pera {
	color: var(--1-main-colors--white);
	font-size: 20px;
	line-height: 30px;
	padding: 0 10px;
}

.positioning-pera:first-child {
	border-right: 1px solid;
	text-align: right;
	padding-right: 20px;
}

@media (max-width: 1049px) {
  .circle-card:last-of-type {
    margin-top: -46px;
  }
}

@media (max-width: 574px) {
  .circle-card:last-of-type {
    margin-top: 0;
  }
}

@media ((max-width: 1280px)) {
  
  ._3-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .layout-tabs {
    flex-direction: row;
  }

  .facility-container {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    grid-template-columns: 1fr;
  }

  .tab-header select {
    width: 100%;
  }

  .main-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 1080px) {
  .padding-py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .testimonial-section {
    margin-top: 60px;
    padding-top: 60px;
  }
  
  .footer {
    margin-top: 60px;
  }

  .section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
    max-width: 750px;
  }

  h2 {
    font-size: 36px;
    line-height: 50px;
  }

  h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .footer-logo {
    width: 180px;
  }

  .positioning-pera {
    font-size: 16px;
    line-height: 24px;
  }

  .counter-section {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }

  .counter-box .counter {
    font-size: 50px;
    line-height: 36px;
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .logo-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }

  .contents {
    width: 100%;
  }

  .contents._60 {
    width: 100%;
    margin-top: 0;
  }

  .main-banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
  }

  .submenu-link.w--current {
    color: #d01818;
  }

  .nav-menu-wrapper {
    background-color: var(--1-main-colors--white);
    flex-direction: row;
    min-width: 420px;
    max-height: 90vh;
    overflow: auto;
  }

  .nav-button-list {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .navbar {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 20px;
  }

  .menu-button {
    z-index: 10;
    color: var(--1-main-colors--primary);
    background-color: #fff0;
    flex-direction: row;
    padding: 0;
    font-family: Material Icons, sans-serif;
    font-size: 20px;
    line-height: 20px;
    display: block;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .hamburger-icon {
    background-color: #fff0;
    flex-direction: row;
  }

  .site-logo-wrapper.w--current {
    max-width: 30%;
  }

  .cross-icon {
    z-index: 99999;
    color: var(--1-main-colors--primary);
    flex-direction: row;
    font-style: normal;
  }

  ._2-column-block-top {
    flex-flow: column;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .footer-block {
    width: 100%;
    max-width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-block.newsletter {
    border-top: 1px solid #ffffff1a;
    max-width: none;
  }

  .footer-block._1st-block {
    border-bottom: 1px solid #ffffff1a;
    max-width: none;
  }

  .footer-wrapper {
    border-bottom-color: #c3c3c3;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-wrapper-50 {
    width: 100%;
  }

  ._2-column-block {
    flex-flow: column;
    align-items: flex-start;
  }

  ._32px-text {
    font-size: 28px;
    line-height: 40px;
  }

  ._90-image {
    max-width: 95%;
  }

  .hover-slide {
    width: 100%;
  }

  .team-position-wrapper._1 {
    margin-left: -30px;
  }

  .testimonial-paragraph {
    font-size: 20px;
    line-height: normal;
  }

  .facility-container {
    padding: 60px 40px 40px;
  }

  .contact-section {
    margin-bottom: 0;
  }

  .contact-block-hotel {
    width: 100%;
    max-width: none;
  }
  
  ._46px-text {
    font-size: 36px;
    line-height: normal;
    text-align: left;
  }

  .gift-main {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .margin-right-30px {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .layout-tabs {
    flex-direction: column;
  }
  h1 {
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 40px;
  } 

  h2 {
    font-size: 30px;
    line-height: normal;
  }

  h3 {
    font-size: 24px;
  }

  .site-logo {
    width: 120px;
  }

  .location {
    padding: 5px 8px;
    font-size: 14px;
    letter-spacing: 0px;
  }

  .positioning-pera:first-child {
    padding-right: 0;
    text-align: left;
    border: 0;
  }

  .plans {
    padding: 15px;
  }

  .positioning-pera {
    font-size: 15px;
    line-height: 20px;
    padding: 0;
  }

  .service-logo-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .team-card .team-card-body + .team-card-body {
    margin-top: 10px;
  }

  .horizontal-left-center-20px-gap {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  
  .counter-box .counter {
    font-size: 44px;
    line-height: 38px;
  }
  
  .counter-box span {
    font-size: 40px;
  }

  .space-between-block-center-on-mobile {
    flex-flow: column;
  }

  .title-wrapper {
    margin-bottom: 30px;
  }

  .counter-section {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .main-banner {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav-menu-wrapper {
    z-index: 1;
    min-width: 320px;
  }

  .navbar {
    z-index: 999;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    border-radius: 0;
  }

  .site-logo-wrapper.w--current {
    max-width: 35%;
  }

  .cross-icon {
    font-style: normal;
    display: none;
  }

  .footer-block {
    width: 100%;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .footer-copyright {
    flex-direction: row;
    justify-content: start;
    align-items: start;
    width: 100%;
    font-size: 16px;
  }

  .footer-paragraph {
    text-align: left;
  }

  .footer {
    margin-top: 60px;
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
  }

  .section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  ._3-column-grid {
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._32px-text {
    font-size: 26px;
    line-height: 36px;
  }

  .hero-block {
    margin-bottom: 80px;
  }

  .hero-section {
    background-image: linear-gradient(180deg,rgba(11, 22, 45, 0.28) 0%, rgba(11, 22, 45, 1) 100%), url(../img/banner-img-mobile.webp);
  }

  ._27px-text-white {
    font-size: 24px;
    line-height: 30px;
  }

  .button-call-wrapper {
    flex-flow: column;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  ._30px-gap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .about-us-image-border {
    top: 20px;
    bottom: -20px;
  }

  ._27px-text {
    font-size: 25px;
    line-height: 30px;
  }

  .hover-slide {
    width: 100%;
  }

  .logo-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .testimonial-card {
    padding: 30px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .facility-card {
    flex-flow: wrap-reverse;
  }

  .facility-card.reverse {
    flex-flow: column;
    align-items: center;
  }

  .contact-block-hotel {
    padding: 40px 30px;
  }

  .field-wrapper-30px-gap {
    width: 100%;
  }

  .faq-text {
    padding-left: 0;
  }

  .space-between-block-center-on-mobile {
    justify-content: space-between;
    align-items: start;
  }

  .footer-text-link {
    text-align: left;
  }

  ._46px-text {
    font-size: 30px;
  }

  .logo-wrapper .logo-cover {
    height: 100px;
  }
  
  ._3-column-grid._60px-gap {
    grid-row-gap: 30px;
  }
  
  .team-card-thumbnail {
    height: 230px;
  }

  ._65px-height-divider {
    width: 80%;
    min-width: 80%;
    height: 1px;
  }

  .services-icon {
  	width: 60px;
  }
  
  .testimonial-paragraph {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) { 
  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 24px;
    line-height: 28px;
  }

  ._46px-text {
    font-size: 28px;
  }
  
  .footer {
    margin-top: 30px;
  }

  .primary-button {
    letter-spacing: 2px;
    padding: 13px 25px;
  }

  .secondary-button {
    letter-spacing: 2px;
    padding: 16px 25px;
  }

  .main-banner {
    padding-top: 45px;
    padding-bottom: 40px;
  }

  .breadcrumb-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .breadcrumb {
    letter-spacing: 2px;
  }

  .breadcrumb.w--current {
    font-size: 15px;
    line-height: 24px;
  }

  .nav-list {
    border-bottom-style: none;
  }

  .nav-link {
    font-size: 14px;
    line-height: 22px;
  }

  .nav-link.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu-wrapper {
    z-index: 2;
    min-width: 260px;
  }

  .nav-button-list {
    padding-left: 0;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-icon-and-text-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .nav-menu {
    grid-row-gap: 30px;
    flex-direction: column;
    overflow: visible;
  }

  .menu-button {
    margin-left: 10px;
  }

  .hamburger-icon {
    background-color: #fff0;
  }

  .site-logo-wrapper.w--current {
    max-width: 50%;
  }

  .footer-columns {
    grid-template-columns: 1fr;
  }

  .footer-block {
    border-bottom: 1px solid #ffffff1a;
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-block.newsletter {
    border-top-style: none;
    border-bottom-style: none;
  }

  .footer-link {
    font-size: 15px;
  }

  .footer-copyright-text {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-paragraph {
    font-size: 14px;
  }

  .section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .padding-py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-block-surgeon {
    padding: 15px;
  }

  .input-rounded {
    min-height: 50px;
  } 

  .vertical-left-stretch-30px-gap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  ._32px-text {
    font-size: 24px;
  }

  ._55px-white-rounded-icon {
    width: 45px;
    height: 45px;
  }

  ._27px-text-white {
    font-size: 20px;
    line-height: 24px;
  }

  .margin-top-30px-bottom-44px {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  ._27px-text {
    font-size: 20px;
    line-height: 24px;
  }

  .service-card {
    padding: 25px;
  }

  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .testimonial-card {
    padding: 30px 20px;
  }

  .image-60px {
    max-width: 45px;
    max-height: 45px;
  }

  .facility-container {
    padding: 30px 10px 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-45px {
    max-width: 35px;
  }

  .contact-block-hotel {
    max-width: none;
    padding: 35px 20px;
  }

  .field-wrapper-30px-gap {
    flex-flow: column;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contact-icon-circle-80px {
    width: 40px;
    height: 40px;
  }

  .text-merge-15px-gap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .career-card {
    padding: 18px;
  }

  .svg-wrapper-88px {
    max-width: 70px;
    height: 70px;
  }

  .space-between-block-center-on-mobile {
    width: 100%;
  }

  .footer-text-link {
    font-size: 14px;
  }
}

#w-node-f3d2bd98-c442-9223-dca0-662629658e79-b75bd7b0, #w-node-f3d2bd98-c442-9223-dca0-662629658e95-b75bd7b0, #w-node-f3d2bd98-c442-9223-dca0-662629658ea3-b75bd7b0, #w-node-_96ccbb4b-c163-b54d-1891-7f6f9abc7c2b-a0a024a0, #w-node-_96ccbb4b-c163-b54d-1891-7f6f9abc7c59-a0a024a0, #w-node-_96ccbb4b-c163-b54d-1891-7f6f9abc7c67-a0a024a0, #w-node-e71a12a0-0ca0-9aae-5ab6-5103ba44e03b-a0a024a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_6bbebd92-5c3c-2da5-f5f9-44a3e2d8b174-a0a02491 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

.circle-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 55px;
}

.circle-card {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid var(--1-main-colors--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  position: relative;
  transition: all 0.3s ease;
  background: transparent;
  color: var(--1-main-colors--white);
}

.circle-card::before {
  content: "";
  position: absolute;
  width: 115%;
  height: 115%;
  border-radius: 50%;
  border: 1px solid var(--1-main-colors--border);
}

.circle-card p {
  font-size: 19px;
  line-height: 1.4;
  color: var(--1-main-colors--white);
}

.circle-card:hover {
  transform: translateY(-10px);
}

@media (max-width: 768px) {
  .circle-card {
    width: 240px;
    height: 240px;
    padding: 30px;
  }

  .circle-card p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .circle-container {
    flex-direction: column;
    align-items: center;
    gap: 45px;
  }
}

/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 999;
}

/* Active */
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-box {
	background: var(--1-main-colors--white) url(../img/bg-ad-blue.svg);
	padding: 30px;
	width: 90%;
	max-width: 680px;
	border-radius: 30px;
	text-align: center;
	transform: scale(0.8);
	transition: 0.3s ease;
	background-repeat: no-repeat;
	background-size: contain;
	box-shadow: 0 0 18px -6px #aaa;
}

.popup-overlay.active .popup-box {
  transform: scale(1);
}

.close-popup {
	position: absolute;
	top: -15px;
	right: -15px;
	font-size: 34px;
	cursor: pointer;
	background: var(--1-main-colors--primary);
	padding: 10px;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--1-main-colors--white);
}

@media (max-width: 768px) {
  .popup-overlay.active .popup-box {
    padding: 15px;
    background-size: 25%;
    background-repeat: repeat;
  }
}

@media (min-width: 768px) {
  .support-systems .mySwiper {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .support-systems ._3-column-grid {
    display: none;
  }
  .w-dyn-item.dabble-details {
    align-items: start;
    flex-direction: column;
  }
  .swiper-button-next, .swiper-button-prev {
    background: var(--1-main-colors--primary);
    width: 32px !important;
    height: 30px !important;
    border-radius: 8px;
  }
  .swiper-button-next svg, .swiper-button-prev svg {
    width: 20px !important;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    display: none;
  }
  .swiper-button-prev svg {
    transform: rotate(-180deg);
  }
  
  #topBtn {
    width: 28px;
    height: 28px;
  }
}

.scroll-btn{
  cursor: pointer;
  margin-top: 30px;
  animation: scroll-btn 1s ease-in-out alternate infinite;
  svg {
    fill: #F8F7F2;
    height: 50px;
    width: 32px;
    margin-bottom: 10px;
    .animated {
      animation: scroll-down 2s infinite linear;
    }
    .ball {
      animation: ball-move 1s infinite ease-in-out alternate;
    }
  }
}

@keyframes scroll-down {
  0% {
    stroke-dasharray: 0, 180px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  60% {
    opacity: .8;
    stroke-dasharray: 215.7737px, 363.607px;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {

    opacity: 0;

  }
}

@keyframes ball-move {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: translateY(16px);
    opacity: 0;
  }
}