/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!../application/themes/default_theme/src/tailwind.css ***!
  \*******************************************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.0.2 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse;  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;  /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;  /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;  /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
  body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 414px) {

  .container {
    max-width: 414px;
  }
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

.debug-screens::before {
  position: fixed;
  z-index: 2147483647;
  bottom: 0;
  left: 0;
  padding: .3333333em .5em;
  font-size: 12px;
  line-height: 1;
  font-family: sans-serif;
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 0 1px #fff;
  content: 'screen: _';
}

@media (min-width: 414px) {

  .debug-screens::before {
    content: 'screen: xs';
  }
}

@media (min-width: 640px) {

  .debug-screens::before {
    content: 'screen: sm';
  }
}

@media (min-width: 768px) {

  .debug-screens::before {
    content: 'screen: md';
  }
}

@media (min-width: 1024px) {

  .debug-screens::before {
    content: 'screen: lg';
  }
}

@media (min-width: 1280px) {

  .debug-screens::before {
    content: 'screen: xl';
  }
}

@media (min-width: 1536px) {

  .debug-screens::before {
    content: 'screen: 2xl';
  }
}

.link__highlight a {
  --tw-text-opacity: 1;
  color: rgb(155 214 240 / var(--tw-text-opacity));
  text-decoration: underline;
}

.\!fixed {
  position: fixed !important;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-\[2px\] {
  top: 2px;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-\[-30px\] {
  bottom: -30px;
}

.right-0 {
  right: 0px;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[5\%\] {
  bottom: 5%;
}

.bottom-\[-50\%\] {
  bottom: -50%;
}

.z-10 {
  z-index: 10;
}

.z-\[-999\] {
  z-index: -999;
}

.z-0 {
  z-index: 0;
}

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

.z-50 {
  z-index: 50;
}

.z-40 {
  z-index: 40;
}

.z-30 {
  z-index: 30;
}

.order-\[-1\] {
  order: -1;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.m-2 {
  margin: 0.5rem;
}

.m-auto {
  margin: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-\[2px\] {
  margin-bottom: 2px;
}

.mt-60 {
  margin-top: 15rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-4 {
  margin-top: 1rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-\[1\.5rem\] {
  margin-left: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-\[40px\] {
  margin-left: 40px;
}

.mt-\[85px\] {
  margin-top: 85px;
}

.block {
  display: block;
}

.\!block {
  display: block !important;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-auto {
  height: auto;
}

.h-\[14px\] {
  height: 14px;
}

.h-full {
  height: 100%;
}

.h-\[225px\] {
  height: 225px;
}

.h-\[400px\] {
  height: 400px;
}

.max-h-\[40px\] {
  max-height: 40px;
}

.max-h-\[555px\] {
  max-height: 555px;
}

.min-h-\[150px\] {
  min-height: 150px;
}

.min-h-\[20px\] {
  min-height: 20px;
}

.min-h-\[400px\] {
  min-height: 400px;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-\[95\%\] {
  width: 95%;
}

.w-full {
  width: 100%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-\[49\%\] {
  width: 49%;
}

.w-screen {
  width: 100vw;
}

.max-w-\[115px\] {
  max-width: 115px;
}

.max-w-\[95\%\] {
  max-width: 95%;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[90\%\] {
  max-width: 90%;
}

.max-w-\[630px\] {
  max-width: 630px;
}

.max-w-\[560px\] {
  max-width: 560px;
}

.max-w-\[1535px\] {
  max-width: 1535px;
}

.max-w-\[885px\] {
  max-width: 885px;
}

.max-w-\[760px\] {
  max-width: 760px;
}

.\!max-w-\[90\%\] {
  max-width: 90% !important;
}

.max-w-\[155px\] {
  max-width: 155px;
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: var(--tw-transform);
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}

.cursor-pointer {
  cursor: pointer;
}

.flex-col {
  flex-direction: column;
}

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

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.bg-\[\#9BD6F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(155 214 240 / var(--tw-bg-opacity));
}

.bg-darker_green {
  --tw-bg-opacity: 1;
  background-color: rgb(192 211 130 / var(--tw-bg-opacity));
}

.bg-\[\#b1c376\] {
  --tw-bg-opacity: 1;
  background-color: rgb(177 195 118 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(155 214 240 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.\!p-0 {
  padding: 0px !important;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-2 {
  padding: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-36 {
  padding-top: 9rem;
}

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

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

.text-\[19px\] {
  font-size: 19px;
}

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

.normal-case {
  text-transform: none;
}

.leading-\[2\.333\] {
  line-height: 2.333;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-text_dark {
  --tw-text-opacity: 1;
  color: rgb(44 53 13 / var(--tw-text-opacity));
}

.text-text_light {
  --tw-text-opacity: 1;
  color: rgb(74 87 104 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-25 {
  opacity: 0.25;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.iframe-cover iframe {
  height: 100%;
  min-height: 385px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-intro {
  margin: auto;
  width: 100%;
  max-width: 735px;
  text-align: center;
}

@media (min-width: 640px) {

  .page-intro {
    width: 50%;
  }

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

.section-intro {
  margin: auto;
  width: 100%;
  max-width: 735px;
  text-align: center;
}

@media (min-width: 640px) {

  .section-intro {
    width: 50%;
  }
}
.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(155 214 240 / var(--tw-border-opacity));
}
@media (min-width: 640px) {

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:h-\[350px\] {
    height: 350px;
  }

  .sm\:max-w-\[1535px\] {
    max-width: 1535px;
  }

  .sm\:max-w-\[1120px\] {
    max-width: 1120px;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:p-16 {
    padding: 4rem;
  }
  .sm\:flex-center {
    display: flex;
  }
  .sm\:flex-center {
    align-items: center;
  }
  .sm\:flex-center {
    justify-content: center;
  }
}
@media (min-width: 768px) {

  .md\:bottom-\[-60px\] {
    bottom: -60px;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mt-44 {
    margin-top: 11rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:block {
    display: block;
  }

  .md\:h-\[500px\] {
    height: 500px;
  }

  .md\:h-\[630px\] {
    height: 630px;
  }

  .md\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }
}
@media (min-width: 1024px) {

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mt-\[155px\] {
    margin-top: 155px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[455px\] {
    height: 455px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-\[55\%\] {
    width: 55%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-\[630px\] {
    width: 630px;
  }

  .lg\:w-\[520px\] {
    width: 520px;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:px-\[125px\] {
    padding-left: 125px;
    padding-right: 125px;
  }

  .lg\:px-\[140px\] {
    padding-left: 140px;
    padding-right: 140px;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:pt-52 {
    padding-top: 13rem;
  }
}
@media (min-width: 1280px) {

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1536px) {

  .\32xl\:mt-\[-280px\] {
    margin-top: -280px;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:w-full {
    width: 100%;
  }

  .\32xl\:w-\[36\%\] {
    width: 36%;
  }

  .\32xl\:w-\[64\%\] {
    width: 64%;
  }
}

/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!../application/themes/default_theme/src/main.scss ***!
  \****************************************************************************************************************************************************************************************************************/
/* Grid */
/* Alert colors */
/* Design colors */
@font-face {
  font-family: "Merriweather";
  src: url(../js/da67ca8c38ef44c4773d.ttf); }

@font-face {
  font-family: "Merriweather-Light";
  src: url(../js/43706a2883eb57c79284.ttf); }

/* Repsonsive Grid */
.row {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding: 0 20px; }
  .row.full {
    max-width: 100%;
    padding: 0; }
  .row:after {
    display: block;
    clear: both;
    content: ''; }
  .row .column {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    /* GENERATE COLUMNS */ }
    .row .column.small-1 {
      width: 8.33333%; }
    .row .column.hide-for-small {
      display: none; }
    .row .column.small-2 {
      width: 16.66667%; }
    .row .column.hide-for-small {
      display: none; }
    .row .column.small-3 {
      width: 25%; }
    .row .column.hide-for-small {
      display: none; }
    .row .column.small-4 {
      width: 33.33333%; }
    .row .column.hide-for-small {
      display: none; }
    .row .column.small-5 {
      width: 41.66667%; }
    .row .column.hide-for-small {
      display: none; }
    .row .column.small-6 {
      width: 50%; }
    .row .column.hide-for-small {
      display: none; }
    .row .column.small-7 {
      width: 58.33333%; }
    .row .column.hide-for-small {
      display: none; }
    .row .column.small-8 {
      width: 66.66667%; }
    .row .column.hide-for-small {
      display: none; }
    .row .column.small-9 {
      width: 75%; }
    .row .column.hide-for-small {
      display: none; }
    .row .column.small-10 {
      width: 83.33333%; }
    .row .column.hide-for-small {
      display: none; }
    .row .column.small-11 {
      width: 91.66667%; }
    .row .column.hide-for-small {
      display: none; }
    .row .column.small-12 {
      width: 100%; }
    .row .column.hide-for-small {
      display: none; }
    @media (min-width: 414px) {
      .row .column.xs-1 {
        width: 8.33333%; }
      .row .column.xs-offset-1 {
        margin-left: 8.33333% !important; }
      .row .column.xs-2 {
        width: 16.66667%; }
      .row .column.xs-offset-2 {
        margin-left: 16.66667% !important; }
      .row .column.xs-3 {
        width: 25%; }
      .row .column.xs-offset-3 {
        margin-left: 25% !important; }
      .row .column.xs-4 {
        width: 33.33333%; }
      .row .column.xs-offset-4 {
        margin-left: 33.33333% !important; }
      .row .column.xs-5 {
        width: 41.66667%; }
      .row .column.xs-offset-5 {
        margin-left: 41.66667% !important; }
      .row .column.xs-6 {
        width: 50%; }
      .row .column.xs-offset-6 {
        margin-left: 50% !important; }
      .row .column.xs-7 {
        width: 58.33333%; }
      .row .column.xs-offset-7 {
        margin-left: 58.33333% !important; }
      .row .column.xs-8 {
        width: 66.66667%; }
      .row .column.xs-offset-8 {
        margin-left: 66.66667% !important; }
      .row .column.xs-9 {
        width: 75%; }
      .row .column.xs-offset-9 {
        margin-left: 75% !important; }
      .row .column.xs-10 {
        width: 83.33333%; }
      .row .column.xs-offset-10 {
        margin-left: 83.33333% !important; }
      .row .column.xs-11 {
        width: 91.66667%; }
      .row .column.xs-offset-11 {
        margin-left: 91.66667% !important; }
      .row .column.xs-12 {
        width: 100%; }
      .row .column.xs-offset-12 {
        margin-left: 100% !important; }
      .row .column.hide-for-small {
        display: block; }
      .row .column.hide-for-xs {
        display: none; } }
    @media (min-width: 640px) {
      .row .column.small-1 {
        width: 8.33333%; }
      .row .column.small-offset-1 {
        margin-left: 8.33333% !important; }
      .row .column.small-2 {
        width: 16.66667%; }
      .row .column.small-offset-2 {
        margin-left: 16.66667% !important; }
      .row .column.small-3 {
        width: 25%; }
      .row .column.small-offset-3 {
        margin-left: 25% !important; }
      .row .column.small-4 {
        width: 33.33333%; }
      .row .column.small-offset-4 {
        margin-left: 33.33333% !important; }
      .row .column.small-5 {
        width: 41.66667%; }
      .row .column.small-offset-5 {
        margin-left: 41.66667% !important; }
      .row .column.small-6 {
        width: 50%; }
      .row .column.small-offset-6 {
        margin-left: 50% !important; }
      .row .column.small-7 {
        width: 58.33333%; }
      .row .column.small-offset-7 {
        margin-left: 58.33333% !important; }
      .row .column.small-8 {
        width: 66.66667%; }
      .row .column.small-offset-8 {
        margin-left: 66.66667% !important; }
      .row .column.small-9 {
        width: 75%; }
      .row .column.small-offset-9 {
        margin-left: 75% !important; }
      .row .column.small-10 {
        width: 83.33333%; }
      .row .column.small-offset-10 {
        margin-left: 83.33333% !important; }
      .row .column.small-11 {
        width: 91.66667%; }
      .row .column.small-offset-11 {
        margin-left: 91.66667% !important; }
      .row .column.small-12 {
        width: 100%; }
      .row .column.small-offset-12 {
        margin-left: 100% !important; }
      .row .column.hide-for-small {
        display: block; }
      .row .column.hide-for-small {
        display: none; } }
    @media (min-width: 768px) {
      .row .column.medium-1 {
        width: 8.33333%; }
      .row .column.medium-offset-1 {
        margin-left: 8.33333% !important; }
      .row .column.medium-2 {
        width: 16.66667%; }
      .row .column.medium-offset-2 {
        margin-left: 16.66667% !important; }
      .row .column.medium-3 {
        width: 25%; }
      .row .column.medium-offset-3 {
        margin-left: 25% !important; }
      .row .column.medium-4 {
        width: 33.33333%; }
      .row .column.medium-offset-4 {
        margin-left: 33.33333% !important; }
      .row .column.medium-5 {
        width: 41.66667%; }
      .row .column.medium-offset-5 {
        margin-left: 41.66667% !important; }
      .row .column.medium-6 {
        width: 50%; }
      .row .column.medium-offset-6 {
        margin-left: 50% !important; }
      .row .column.medium-7 {
        width: 58.33333%; }
      .row .column.medium-offset-7 {
        margin-left: 58.33333% !important; }
      .row .column.medium-8 {
        width: 66.66667%; }
      .row .column.medium-offset-8 {
        margin-left: 66.66667% !important; }
      .row .column.medium-9 {
        width: 75%; }
      .row .column.medium-offset-9 {
        margin-left: 75% !important; }
      .row .column.medium-10 {
        width: 83.33333%; }
      .row .column.medium-offset-10 {
        margin-left: 83.33333% !important; }
      .row .column.medium-11 {
        width: 91.66667%; }
      .row .column.medium-offset-11 {
        margin-left: 91.66667% !important; }
      .row .column.medium-12 {
        width: 100%; }
      .row .column.medium-offset-12 {
        margin-left: 100% !important; }
      .row .column.hide-for-small {
        display: block; }
      .row .column.hide-for-medium {
        display: none; } }
    @media (min-width: 1024px) {
      .row .column.large-1 {
        width: 8.33333%; }
      .row .column.large-offset-1 {
        margin-left: 8.33333% !important; }
      .row .column.large-2 {
        width: 16.66667%; }
      .row .column.large-offset-2 {
        margin-left: 16.66667% !important; }
      .row .column.large-3 {
        width: 25%; }
      .row .column.large-offset-3 {
        margin-left: 25% !important; }
      .row .column.large-4 {
        width: 33.33333%; }
      .row .column.large-offset-4 {
        margin-left: 33.33333% !important; }
      .row .column.large-5 {
        width: 41.66667%; }
      .row .column.large-offset-5 {
        margin-left: 41.66667% !important; }
      .row .column.large-6 {
        width: 50%; }
      .row .column.large-offset-6 {
        margin-left: 50% !important; }
      .row .column.large-7 {
        width: 58.33333%; }
      .row .column.large-offset-7 {
        margin-left: 58.33333% !important; }
      .row .column.large-8 {
        width: 66.66667%; }
      .row .column.large-offset-8 {
        margin-left: 66.66667% !important; }
      .row .column.large-9 {
        width: 75%; }
      .row .column.large-offset-9 {
        margin-left: 75% !important; }
      .row .column.large-10 {
        width: 83.33333%; }
      .row .column.large-offset-10 {
        margin-left: 83.33333% !important; }
      .row .column.large-11 {
        width: 91.66667%; }
      .row .column.large-offset-11 {
        margin-left: 91.66667% !important; }
      .row .column.large-12 {
        width: 100%; }
      .row .column.large-offset-12 {
        margin-left: 100% !important; }
      .row .column.hide-for-small {
        display: block; }
      .row .column.hide-for-large {
        display: none; } }
    @media (min-width: 1125px) {
      .row .column.large-xl-1 {
        width: 8.33333%; }
      .row .column.large-xl-offset-1 {
        margin-left: 8.33333% !important; }
      .row .column.large-xl-2 {
        width: 16.66667%; }
      .row .column.large-xl-offset-2 {
        margin-left: 16.66667% !important; }
      .row .column.large-xl-3 {
        width: 25%; }
      .row .column.large-xl-offset-3 {
        margin-left: 25% !important; }
      .row .column.large-xl-4 {
        width: 33.33333%; }
      .row .column.large-xl-offset-4 {
        margin-left: 33.33333% !important; }
      .row .column.large-xl-5 {
        width: 41.66667%; }
      .row .column.large-xl-offset-5 {
        margin-left: 41.66667% !important; }
      .row .column.large-xl-6 {
        width: 50%; }
      .row .column.large-xl-offset-6 {
        margin-left: 50% !important; }
      .row .column.large-xl-7 {
        width: 58.33333%; }
      .row .column.large-xl-offset-7 {
        margin-left: 58.33333% !important; }
      .row .column.large-xl-8 {
        width: 66.66667%; }
      .row .column.large-xl-offset-8 {
        margin-left: 66.66667% !important; }
      .row .column.large-xl-9 {
        width: 75%; }
      .row .column.large-xl-offset-9 {
        margin-left: 75% !important; }
      .row .column.large-xl-10 {
        width: 83.33333%; }
      .row .column.large-xl-offset-10 {
        margin-left: 83.33333% !important; }
      .row .column.large-xl-11 {
        width: 91.66667%; }
      .row .column.large-xl-offset-11 {
        margin-left: 91.66667% !important; }
      .row .column.large-xl-12 {
        width: 100%; }
      .row .column.large-xl-offset-12 {
        margin-left: 100% !important; }
      .row .column.hide-for-small {
        display: block; }
      .row .column.hide-for-large-xl {
        display: none; } }
    @media (min-width: 1280px) {
      .row .column.xl-1 {
        width: 8.33333%; }
      .row .column.xl-offset-1 {
        margin-left: 8.33333% !important; }
      .row .column.xl-2 {
        width: 16.66667%; }
      .row .column.xl-offset-2 {
        margin-left: 16.66667% !important; }
      .row .column.xl-3 {
        width: 25%; }
      .row .column.xl-offset-3 {
        margin-left: 25% !important; }
      .row .column.xl-4 {
        width: 33.33333%; }
      .row .column.xl-offset-4 {
        margin-left: 33.33333% !important; }
      .row .column.xl-5 {
        width: 41.66667%; }
      .row .column.xl-offset-5 {
        margin-left: 41.66667% !important; }
      .row .column.xl-6 {
        width: 50%; }
      .row .column.xl-offset-6 {
        margin-left: 50% !important; }
      .row .column.xl-7 {
        width: 58.33333%; }
      .row .column.xl-offset-7 {
        margin-left: 58.33333% !important; }
      .row .column.xl-8 {
        width: 66.66667%; }
      .row .column.xl-offset-8 {
        margin-left: 66.66667% !important; }
      .row .column.xl-9 {
        width: 75%; }
      .row .column.xl-offset-9 {
        margin-left: 75% !important; }
      .row .column.xl-10 {
        width: 83.33333%; }
      .row .column.xl-offset-10 {
        margin-left: 83.33333% !important; }
      .row .column.xl-11 {
        width: 91.66667%; }
      .row .column.xl-offset-11 {
        margin-left: 91.66667% !important; }
      .row .column.xl-12 {
        width: 100%; }
      .row .column.xl-offset-12 {
        margin-left: 100% !important; }
      .row .column.hide-for-small {
        display: block; }
      .row .column.hide-for-xl {
        display: none; } }
    @media (min-width: 1536px) {
      .row .column.2xl-1 {
        width: 8.33333%; }
      .row .column.2xl-offset-1 {
        margin-left: 8.33333% !important; }
      .row .column.2xl-2 {
        width: 16.66667%; }
      .row .column.2xl-offset-2 {
        margin-left: 16.66667% !important; }
      .row .column.2xl-3 {
        width: 25%; }
      .row .column.2xl-offset-3 {
        margin-left: 25% !important; }
      .row .column.2xl-4 {
        width: 33.33333%; }
      .row .column.2xl-offset-4 {
        margin-left: 33.33333% !important; }
      .row .column.2xl-5 {
        width: 41.66667%; }
      .row .column.2xl-offset-5 {
        margin-left: 41.66667% !important; }
      .row .column.2xl-6 {
        width: 50%; }
      .row .column.2xl-offset-6 {
        margin-left: 50% !important; }
      .row .column.2xl-7 {
        width: 58.33333%; }
      .row .column.2xl-offset-7 {
        margin-left: 58.33333% !important; }
      .row .column.2xl-8 {
        width: 66.66667%; }
      .row .column.2xl-offset-8 {
        margin-left: 66.66667% !important; }
      .row .column.2xl-9 {
        width: 75%; }
      .row .column.2xl-offset-9 {
        margin-left: 75% !important; }
      .row .column.2xl-10 {
        width: 83.33333%; }
      .row .column.2xl-offset-10 {
        margin-left: 83.33333% !important; }
      .row .column.2xl-11 {
        width: 91.66667%; }
      .row .column.2xl-offset-11 {
        margin-left: 91.66667% !important; }
      .row .column.2xl-12 {
        width: 100%; }
      .row .column.2xl-offset-12 {
        margin-left: 100% !important; }
      .row .column.hide-for-small {
        display: block; }
      .row .column.hide-for-2xl {
        display: none; } }
  .row.spacing {
    padding: 0 10px; }
    .row.spacing.full {
      padding: 0; }
    .row.spacing .column {
      /* GENERATE COLUMNS */ }
      .row.spacing .column.small-1 {
        width: calc(8.33333% - 20px);
        margin: 0 10px; }
      .row.spacing .column.small-2 {
        width: calc(16.66667% - 20px);
        margin: 0 10px; }
      .row.spacing .column.small-3 {
        width: calc(25% - 20px);
        margin: 0 10px; }
      .row.spacing .column.small-4 {
        width: calc(33.33333% - 20px);
        margin: 0 10px; }
      .row.spacing .column.small-5 {
        width: calc(41.66667% - 20px);
        margin: 0 10px; }
      .row.spacing .column.small-6 {
        width: calc(50% - 20px);
        margin: 0 10px; }
      .row.spacing .column.small-7 {
        width: calc(58.33333% - 20px);
        margin: 0 10px; }
      .row.spacing .column.small-8 {
        width: calc(66.66667% - 20px);
        margin: 0 10px; }
      .row.spacing .column.small-9 {
        width: calc(75% - 20px);
        margin: 0 10px; }
      .row.spacing .column.small-10 {
        width: calc(83.33333% - 20px);
        margin: 0 10px; }
      .row.spacing .column.small-11 {
        width: calc(91.66667% - 20px);
        margin: 0 10px; }
      .row.spacing .column.small-12 {
        width: calc(100% - 20px);
        margin: 0 10px; }
      @media (min-width: 414px) {
        .row.spacing .column.xs-1 {
          width: calc(8.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xs-offset-1 {
          margin-left: 8.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.xs-2 {
          width: calc(16.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xs-offset-2 {
          margin-left: 16.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.xs-3 {
          width: calc(25% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xs-offset-3 {
          margin-left: 25% !important;
          margin: 0 10px; }
        .row.spacing .column.xs-4 {
          width: calc(33.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xs-offset-4 {
          margin-left: 33.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.xs-5 {
          width: calc(41.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xs-offset-5 {
          margin-left: 41.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.xs-6 {
          width: calc(50% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xs-offset-6 {
          margin-left: 50% !important;
          margin: 0 10px; }
        .row.spacing .column.xs-7 {
          width: calc(58.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xs-offset-7 {
          margin-left: 58.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.xs-8 {
          width: calc(66.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xs-offset-8 {
          margin-left: 66.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.xs-9 {
          width: calc(75% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xs-offset-9 {
          margin-left: 75% !important;
          margin: 0 10px; }
        .row.spacing .column.xs-10 {
          width: calc(83.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xs-offset-10 {
          margin-left: 83.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.xs-11 {
          width: calc(91.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xs-offset-11 {
          margin-left: 91.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.xs-12 {
          width: calc(100% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xs-offset-12 {
          margin-left: 100% !important;
          margin: 0 10px; } }
      @media (min-width: 640px) {
        .row.spacing .column.small-1 {
          width: calc(8.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.small-offset-1 {
          margin-left: 8.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.small-2 {
          width: calc(16.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.small-offset-2 {
          margin-left: 16.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.small-3 {
          width: calc(25% - 20px);
          margin: 0 10px; }
        .row.spacing .column.small-offset-3 {
          margin-left: 25% !important;
          margin: 0 10px; }
        .row.spacing .column.small-4 {
          width: calc(33.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.small-offset-4 {
          margin-left: 33.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.small-5 {
          width: calc(41.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.small-offset-5 {
          margin-left: 41.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.small-6 {
          width: calc(50% - 20px);
          margin: 0 10px; }
        .row.spacing .column.small-offset-6 {
          margin-left: 50% !important;
          margin: 0 10px; }
        .row.spacing .column.small-7 {
          width: calc(58.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.small-offset-7 {
          margin-left: 58.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.small-8 {
          width: calc(66.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.small-offset-8 {
          margin-left: 66.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.small-9 {
          width: calc(75% - 20px);
          margin: 0 10px; }
        .row.spacing .column.small-offset-9 {
          margin-left: 75% !important;
          margin: 0 10px; }
        .row.spacing .column.small-10 {
          width: calc(83.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.small-offset-10 {
          margin-left: 83.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.small-11 {
          width: calc(91.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.small-offset-11 {
          margin-left: 91.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.small-12 {
          width: calc(100% - 20px);
          margin: 0 10px; }
        .row.spacing .column.small-offset-12 {
          margin-left: 100% !important;
          margin: 0 10px; } }
      @media (min-width: 768px) {
        .row.spacing .column.medium-1 {
          width: calc(8.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.medium-offset-1 {
          margin-left: 8.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.medium-2 {
          width: calc(16.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.medium-offset-2 {
          margin-left: 16.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.medium-3 {
          width: calc(25% - 20px);
          margin: 0 10px; }
        .row.spacing .column.medium-offset-3 {
          margin-left: 25% !important;
          margin: 0 10px; }
        .row.spacing .column.medium-4 {
          width: calc(33.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.medium-offset-4 {
          margin-left: 33.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.medium-5 {
          width: calc(41.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.medium-offset-5 {
          margin-left: 41.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.medium-6 {
          width: calc(50% - 20px);
          margin: 0 10px; }
        .row.spacing .column.medium-offset-6 {
          margin-left: 50% !important;
          margin: 0 10px; }
        .row.spacing .column.medium-7 {
          width: calc(58.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.medium-offset-7 {
          margin-left: 58.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.medium-8 {
          width: calc(66.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.medium-offset-8 {
          margin-left: 66.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.medium-9 {
          width: calc(75% - 20px);
          margin: 0 10px; }
        .row.spacing .column.medium-offset-9 {
          margin-left: 75% !important;
          margin: 0 10px; }
        .row.spacing .column.medium-10 {
          width: calc(83.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.medium-offset-10 {
          margin-left: 83.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.medium-11 {
          width: calc(91.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.medium-offset-11 {
          margin-left: 91.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.medium-12 {
          width: calc(100% - 20px);
          margin: 0 10px; }
        .row.spacing .column.medium-offset-12 {
          margin-left: 100% !important;
          margin: 0 10px; } }
      @media (min-width: 1024px) {
        .row.spacing .column.large-1 {
          width: calc(8.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-offset-1 {
          margin-left: 8.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.large-2 {
          width: calc(16.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-offset-2 {
          margin-left: 16.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.large-3 {
          width: calc(25% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-offset-3 {
          margin-left: 25% !important;
          margin: 0 10px; }
        .row.spacing .column.large-4 {
          width: calc(33.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-offset-4 {
          margin-left: 33.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.large-5 {
          width: calc(41.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-offset-5 {
          margin-left: 41.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.large-6 {
          width: calc(50% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-offset-6 {
          margin-left: 50% !important;
          margin: 0 10px; }
        .row.spacing .column.large-7 {
          width: calc(58.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-offset-7 {
          margin-left: 58.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.large-8 {
          width: calc(66.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-offset-8 {
          margin-left: 66.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.large-9 {
          width: calc(75% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-offset-9 {
          margin-left: 75% !important;
          margin: 0 10px; }
        .row.spacing .column.large-10 {
          width: calc(83.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-offset-10 {
          margin-left: 83.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.large-11 {
          width: calc(91.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-offset-11 {
          margin-left: 91.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.large-12 {
          width: calc(100% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-offset-12 {
          margin-left: 100% !important;
          margin: 0 10px; } }
      @media (min-width: 1125px) {
        .row.spacing .column.large-xl-1 {
          width: calc(8.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-xl-offset-1 {
          margin-left: 8.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.large-xl-2 {
          width: calc(16.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-xl-offset-2 {
          margin-left: 16.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.large-xl-3 {
          width: calc(25% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-xl-offset-3 {
          margin-left: 25% !important;
          margin: 0 10px; }
        .row.spacing .column.large-xl-4 {
          width: calc(33.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-xl-offset-4 {
          margin-left: 33.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.large-xl-5 {
          width: calc(41.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-xl-offset-5 {
          margin-left: 41.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.large-xl-6 {
          width: calc(50% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-xl-offset-6 {
          margin-left: 50% !important;
          margin: 0 10px; }
        .row.spacing .column.large-xl-7 {
          width: calc(58.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-xl-offset-7 {
          margin-left: 58.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.large-xl-8 {
          width: calc(66.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-xl-offset-8 {
          margin-left: 66.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.large-xl-9 {
          width: calc(75% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-xl-offset-9 {
          margin-left: 75% !important;
          margin: 0 10px; }
        .row.spacing .column.large-xl-10 {
          width: calc(83.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-xl-offset-10 {
          margin-left: 83.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.large-xl-11 {
          width: calc(91.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-xl-offset-11 {
          margin-left: 91.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.large-xl-12 {
          width: calc(100% - 20px);
          margin: 0 10px; }
        .row.spacing .column.large-xl-offset-12 {
          margin-left: 100% !important;
          margin: 0 10px; } }
      @media (min-width: 1280px) {
        .row.spacing .column.xl-1 {
          width: calc(8.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xl-offset-1 {
          margin-left: 8.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.xl-2 {
          width: calc(16.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xl-offset-2 {
          margin-left: 16.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.xl-3 {
          width: calc(25% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xl-offset-3 {
          margin-left: 25% !important;
          margin: 0 10px; }
        .row.spacing .column.xl-4 {
          width: calc(33.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xl-offset-4 {
          margin-left: 33.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.xl-5 {
          width: calc(41.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xl-offset-5 {
          margin-left: 41.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.xl-6 {
          width: calc(50% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xl-offset-6 {
          margin-left: 50% !important;
          margin: 0 10px; }
        .row.spacing .column.xl-7 {
          width: calc(58.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xl-offset-7 {
          margin-left: 58.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.xl-8 {
          width: calc(66.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xl-offset-8 {
          margin-left: 66.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.xl-9 {
          width: calc(75% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xl-offset-9 {
          margin-left: 75% !important;
          margin: 0 10px; }
        .row.spacing .column.xl-10 {
          width: calc(83.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xl-offset-10 {
          margin-left: 83.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.xl-11 {
          width: calc(91.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xl-offset-11 {
          margin-left: 91.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.xl-12 {
          width: calc(100% - 20px);
          margin: 0 10px; }
        .row.spacing .column.xl-offset-12 {
          margin-left: 100% !important;
          margin: 0 10px; } }
      @media (min-width: 1536px) {
        .row.spacing .column.2xl-1 {
          width: calc(8.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.2xl-offset-1 {
          margin-left: 8.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.2xl-2 {
          width: calc(16.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.2xl-offset-2 {
          margin-left: 16.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.2xl-3 {
          width: calc(25% - 20px);
          margin: 0 10px; }
        .row.spacing .column.2xl-offset-3 {
          margin-left: 25% !important;
          margin: 0 10px; }
        .row.spacing .column.2xl-4 {
          width: calc(33.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.2xl-offset-4 {
          margin-left: 33.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.2xl-5 {
          width: calc(41.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.2xl-offset-5 {
          margin-left: 41.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.2xl-6 {
          width: calc(50% - 20px);
          margin: 0 10px; }
        .row.spacing .column.2xl-offset-6 {
          margin-left: 50% !important;
          margin: 0 10px; }
        .row.spacing .column.2xl-7 {
          width: calc(58.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.2xl-offset-7 {
          margin-left: 58.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.2xl-8 {
          width: calc(66.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.2xl-offset-8 {
          margin-left: 66.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.2xl-9 {
          width: calc(75% - 20px);
          margin: 0 10px; }
        .row.spacing .column.2xl-offset-9 {
          margin-left: 75% !important;
          margin: 0 10px; }
        .row.spacing .column.2xl-10 {
          width: calc(83.33333% - 20px);
          margin: 0 10px; }
        .row.spacing .column.2xl-offset-10 {
          margin-left: 83.33333% !important;
          margin: 0 10px; }
        .row.spacing .column.2xl-11 {
          width: calc(91.66667% - 20px);
          margin: 0 10px; }
        .row.spacing .column.2xl-offset-11 {
          margin-left: 91.66667% !important;
          margin: 0 10px; }
        .row.spacing .column.2xl-12 {
          width: calc(100% - 20px);
          margin: 0 10px; }
        .row.spacing .column.2xl-offset-12 {
          margin-left: 100% !important;
          margin: 0 10px; } }

.ccm-page .alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 2px; }
  .ccm-page .alert.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #5bc0de; }
  .ccm-page .alert.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #5cb85c; }
  .ccm-page .alert.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #d9534f; }
  .ccm-page .alert.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #f0ad4e; }

.ccm-page .form-group {
  display: block;
  margin: 0; }

.ccm-page .form-control {
  outline: none;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0;
  padding: 0 15px;
  background: #ededed;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-family: inherit;
  font-size: inherit;
  color: #000; }

.ccm-page .control-label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  cursor: pointer; }

.ccm-page textarea.form-control {
  resize: none;
  padding: 10px 15px;
  height: auto;
  line-height: inherit; }

.ccm-page .ccm-input-date {
  margin-right: 0 !important; }

.ccm-page .input-group:after {
  display: table;
  content: '';
  clear: both; }

.ccm-page .input-group .input-group-datepicker {
  float: left;
  width: calc(100% - 45px); }
  .ccm-page .input-group .input-group-datepicker .form-control {
    width: 100%; }

.ccm-page .input-group .input-group-addon {
  display: block;
  border: 0;
  border-radius: 3px;
  background: #ddd;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: inherit;
  color: rgba(237, 237, 237, 0.3); }
  .ccm-page .input-group .input-group-addon:first-child {
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .ccm-page .input-group .input-group-addon:last-child {
    float: right;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.ccm-page .input-group .form-control {
  width: calc(100% - 45px); }
  .ccm-page .input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .ccm-page .input-group .form-control:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.ccm-page .dynamic-form-container .dynamic-form-control {
  display: flex;
  flex-direction: column; }
  .ccm-page .dynamic-form-container .dynamic-form-control label {
    font: normal normal 300 17px/28px "Merriweather";
    color: #5A6472; }
  .ccm-page .dynamic-form-container .dynamic-form-control input {
    width: 80%; }
  .ccm-page .dynamic-form-container .dynamic-form-control input, .ccm-page .dynamic-form-container .dynamic-form-control textarea {
    background-color: #5A64720F;
    border: 1px solid #5A647241;
    color: black; }
    .ccm-page .dynamic-form-container .dynamic-form-control input::-moz-placeholder, .ccm-page .dynamic-form-container .dynamic-form-control textarea::-moz-placeholder {
      font: normal normal 300 17px/28px "Merriweather-Light";
      color: #5A6472;
      opacity: 0.4;
      font-size: 0.9rem; }
    .ccm-page .dynamic-form-container .dynamic-form-control input:-ms-input-placeholder, .ccm-page .dynamic-form-container .dynamic-form-control textarea:-ms-input-placeholder {
      font: normal normal 300 17px/28px "Merriweather-Light";
      color: #5A6472;
      opacity: 0.4;
      font-size: 0.9rem; }
    .ccm-page .dynamic-form-container .dynamic-form-control input::placeholder, .ccm-page .dynamic-form-container .dynamic-form-control textarea::placeholder {
      font: normal normal 300 17px/28px "Merriweather-Light";
      color: #5A6472;
      opacity: 0.4;
      font-size: 0.9rem; }
  .ccm-page .dynamic-form-container .dynamic-form-control .required-form-control::after {
    content: "*"; }

.ccm-page .dynamic-form-container .human-check-wrap {
  background: transparent; }

.ccm-page .dynamic-form-container .submit-container > button {
  background-color: #C0D382;
  position: relative; }
  .ccm-page .dynamic-form-container .submit-container > button::after {
    display: none;
    position: absolute;
    background-color: #B0C275;
    font-family: FontAwesome;
    content: "\f054";
    padding: 10px 15px;
    top: 0;
    right: -1.5rem; }
    @media only screen and (min-width: 640px) {
      .ccm-page .dynamic-form-container .submit-container > button::after {
        display: inline-block; } }

.ccm-page .button {
  display: inline-block;
  font-family: "brandon-grotesque";
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  text-shadow: none;
  width: 100%;
  padding: 10px 35px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: lighter;
  transition: 0.5s; }
  @media only screen and (min-width: 640px) {
    .ccm-page .button {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; } }
  .ccm-page .button.button-style-1 {
    background-color: #9BD6F0;
    color: black; }
    .ccm-page .button.button-style-1:hover {
      background-color: #EAF6FB; }
  .ccm-page .button.button-style-2 {
    border: 1px solid #161615; }
    .ccm-page .button.button-style-2:hover {
      background-color: #161615;
      color: white; }
  .ccm-page .button.button-style-3 {
    background-color: #b1c376;
    color: black; }
  .ccm-page .button .caption {
    display: none; }
    @media only screen and (min-width: 768px) {
      .ccm-page .button .caption {
        display: inline-block; } }
  .ccm-page .button .caption_mobile {
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .ccm-page .button .caption_mobile {
        display: none; } }

.ccm-page body {
  font-family: "Merriweather"; }
  .ccm-edit-mode .ccm-page body h1, .ccm-edit-mode .ccm-page body h2, .ccm-edit-mode .ccm-page body h3, .ccm-edit-mode .ccm-page body h4, .ccm-edit-mode .ccm-page body p, .ccm-edit-mode .ccm-page body span {
    margin-bottom: 16px; }

.ccm-page ul {
  font: normal normal 300 15px/30px "Merriweather-Light"; }

.ccm-page main {
  color: #4A5768; }
  .ccm-page main li {
    line-height: 1.5;
    margin: 10px auto;
    margin-left: 1em; }
    .ccm-page main li:before {
      font-family: FontAwesome;
      content: '\f111';
      margin-left: -1rem;
      color: #4A5768;
      font-size: 0.6rem;
      margin-top: 0.2rem;
      position: absolute; }

.ccm-page p {
  font-family: "Merriweather-Light";
  line-height: 1.8; }

.ccm-page h1, .ccm-page h2, .ccm-page h3 {
  font-family: "brandon-grotesque";
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
  line-height: 1.2; }

.ccm-page h1 {
  font-size: 26px; }
  @media only screen and (min-width: 640px) {
    .ccm-page h1 {
      font-size: 48px; } }

.ccm-page h2 {
  font-size: 24px; }
  @media only screen and (min-width: 640px) {
    .ccm-page h2 {
      font-size: 34px; } }

.ccm-page h3 {
  font-size: 24px; }

.ccm-page button {
  font-size: 20px;
  font-weight: normal; }

.ccm-page .box-shadow {
  box-shadow: 0px 0px 30px #00000029; }

.ccm-page .check_list ul > li {
  line-height: 1.5;
  margin: 10px auto;
  margin-left: 1.3em; }
  .ccm-page .check_list ul > li::before {
    content: '';
    background-image: url(../js/0a1c43326a4521b3eb07.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 9px;
    width: 12px;
    font-size: 0.9em;
    display: inline-block;
    margin: 0 0.5rem 0 -1.3rem;
    position: relative; }

.ccm-page .list_green ul > li::before {
  background-image: url(../js/53e744e10f457e3cee56.svg); }

.ccm-page div#ccm-panel-add-block a p {
  display: flex;
  justify-content: center;
  align-items: center; }

.ccm-page .row {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px; }

.ccm-page .address::before, .ccm-page .phone::before, .ccm-page .email::before {
  font-family: FontAwesome;
  margin-left: -1.5rem;
  color: #C0D382;
  font-size: 1.2rem;
  position: absolute; }

.ccm-page .address::before {
  content: "\f041"; }

.ccm-page .phone::before {
  content: "\f095"; }

.ccm-page .email::before {
  content: "\f003"; }

.ccm-page #bs-block-search-form {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  @media only screen and (min-width: 1024px) {
    .ccm-page #bs-block-search-form {
      flex-direction: row; } }
  .ccm-page #bs-block-search-form label {
    display: none; }
  .ccm-page #bs-block-search-form input, .ccm-page #bs-block-search-form select {
    border-radius: 0;
    color: black;
    font-size: 16px;
    font-weight: 300;
    -webkit-appearance: none;
    height: 46px;
    text-indent: 40px; }
  .ccm-page #bs-block-search-form .date-of-arrival::before {
    content: '\f073';
    position: absolute;
    left: 15px;
    top: 5px;
    font-family: "font awesome 5 free";
    font-weight: 900;
    font-size: 25px;
    pointer-events: none; }
  .ccm-page #bs-block-search-form input, .ccm-page #bs-block-search-form select {
    background: transparent;
    border: 1px solid black;
    width: 100%; }
  .ccm-page #bs-block-search-form .duration-of-stay::before {
    content: '\f186';
    position: absolute;
    left: 15px;
    top: 6px;
    font-family: "font awesome 5 free";
    font-weight: 900;
    font-size: 22px;
    pointer-events: none; }
  .ccm-page #bs-block-search-form .number-of-persons::before {
    content: '\f0c0';
    position: absolute;
    left: 15px;
    top: 6px;
    font-family: "font awesome 5 free";
    font-weight: 900;
    font-size: 22px;
    pointer-events: none; }
  .ccm-page #bs-block-search-form .number-of-persons select, .ccm-page #bs-block-search-form .duration-of-stay select {
    padding-left: 5px; }
  .ccm-page #bs-block-search-form .date-of-arrival, .ccm-page #bs-block-search-form .duration-of-stay, .ccm-page #bs-block-search-form .number-of-persons {
    position: relative;
    width: 100%;
    padding: 0px 0px 15px 0px; }
    @media only screen and (min-width: 1024px) {
      .ccm-page #bs-block-search-form .date-of-arrival, .ccm-page #bs-block-search-form .duration-of-stay, .ccm-page #bs-block-search-form .number-of-persons {
        padding: 0px 15px 0px 0px; } }
    .ccm-page #bs-block-search-form .date-of-arrival::after, .ccm-page #bs-block-search-form .duration-of-stay::after, .ccm-page #bs-block-search-form .number-of-persons::after {
      content: '\f078';
      position: absolute;
      right: 15px;
      top: 13px;
      font-family: fontawesome;
      font-weight: 400;
      font-size: 13px;
      pointer-events: none; }
      @media only screen and (min-width: 1024px) {
        .ccm-page #bs-block-search-form .date-of-arrival::after, .ccm-page #bs-block-search-form .duration-of-stay::after, .ccm-page #bs-block-search-form .number-of-persons::after {
          right: 25px; } }
  .ccm-page #bs-block-search-form .submit {
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .ccm-page #bs-block-search-form .submit {
        width: auto; } }
  .ccm-page #bs-block-search-form input[type=submit] {
    width: 100%;
    height: 46px;
    flex-shrink: 0;
    background-color: #9BD6F0;
    color: black;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    text-indent: initial;
    min-width: 100%;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .ccm-page #bs-block-search-form input[type=submit] {
        min-width: none;
        width: 190px; } }
    @media only screen and (min-width: 1024px) {
      .ccm-page #bs-block-search-form input[type=submit] {
        width: 235px; } }
    .ccm-page #bs-block-search-form input[type=submit]:hover {
      background-color: #0974A3; }

.ccm-page .booking__form--calander {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px; }
  .ccm-page .booking__form--calander .label {
    padding-right: 10px; }
  .ccm-page .booking__form--calander .form-select {
    padding: 0 15px; }
  .ccm-page .booking__form--calander .bs-calendar-header {
    font-family: "brandon-grotesque";
    text-transform: capitalize; }
    .ccm-page .booking__form--calander .bs-calendar-header #current-month {
      font-weight: 900;
      background: #C0D382;
      color: black; }
  .ccm-page .booking__form--calander .bs-calendar .month-day {
    border: none; }
  .ccm-page .booking__form--calander .bs-calendar .current-month {
    background-color: white;
    color: black; }
  .ccm-page .booking__form--calander .bs-calendar .selectable {
    background: #9bd6f0 !important; }
  .ccm-page .booking__form--calander .bs-calendar .month-day.selected.arrival-date {
    background: linear-gradient(to bottom right, #9bd6f0 0%, #9bd6f0 50%, #0a74a3 50.1%, #0a74a3 100%) !important; }
  .ccm-page .booking__form--calander .bs-calendar .month-day.selected.departure-date {
    background: linear-gradient(to bottom right, #0a74a3 0%, #0a74a3 50%, #9bd6f0 50.1%, #9bd6f0 100%) !important; }
  .ccm-page .booking__form--calander .bs-calendar .available {
    background: #9bd6f050 !important; }
  .ccm-page .booking__form--calander .bs-calendar .selected {
    background-color: #0a74a3 !important; }
  .ccm-page .booking__form--calander #calendar-legenda li:nth-child(1) span {
    background: white !important;
    border: 1px solid black; }
  .ccm-page .booking__form--calander #calendar-legenda li:nth-child(2) span {
    background: #9bd6f050 !important; }
  .ccm-page .booking__form--calander #calendar-legenda li:nth-child(3) span {
    background: linear-gradient(to bottom right, #9bd6f0 0%, #9bd6f0 50%, #0a74a3 50.1%, #0a74a3 100%) !important; }
  .ccm-page .booking__form--calander #calendar-legenda li:nth-child(4) span {
    background-color: #0a74a3 !important; }

.ccm-page .booking__gallery img {
  max-height: unset;
  -o-object-fit: cover;
     object-fit: cover; }

.ccm-page .booking__gallery span.button {
  background: #C0D382;
  color: black;
  box-shadow: none;
  font-weight: 400;
  max-height: 50px;
  display: flex; }

.ccm-page .booking__gallery i.fa-calendar {
  order: 2;
  margin-left: 20px;
  font-size: 1.3rem;
  background-color: #b0c275;
  padding: 15px 20px;
  position: absolute;
  right: -50px;
  top: 0;
  display: none; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .booking__gallery i.fa-calendar {
      display: block; } }

.ccm-page .booking__gallery .slick-next.slick-arrow, .ccm-page .booking__gallery .slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  color: #ffffff00; }

.ccm-page .booking__gallery .slick-prev.slick-arrow {
  left: 10px; }

.ccm-page .booking__gallery .slick-next.slick-arrow {
  overflow: hidden;
  right: 0;
  width: 40px; }

.ccm-page .booking__reviews {
  display: flex;
  flex-direction: column;
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 0px; }
  @media only screen and (min-width: 768px) {
    .ccm-page .booking__reviews {
      flex-direction: row; } }
  .ccm-page .booking__reviews .bs-review-list {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .ccm-page .booking__reviews .bs-review-list {
        flex-grow: 1;
        padding-right: 30px;
        width: unset; } }
    .ccm-page .booking__reviews .bs-review-list h2 {
      display: none; }
  .ccm-page .booking__reviews .bs-review {
    width: 100%;
    padding-top: 40px; }
    @media only screen and (min-width: 768px) {
      .ccm-page .booking__reviews .bs-review {
        width: 280px;
        flex-shrink: 0;
        padding: 0; } }
    @media only screen and (min-width: 1024px) {
      .ccm-page .booking__reviews .bs-review {
        width: 400px; } }
  .ccm-page .booking__reviews .button {
    background: grey;
    border: none;
    border-radius: 0;
    color: white; }
  .ccm-page .booking__reviews label {
    font-weight: 300; }
  .ccm-page .booking__reviews .form-group {
    margin-top: 20px; }
  .ccm-page .booking__reviews input {
    border-radius: 0; }
  .ccm-page .booking__reviews .name {
    display: block;
    color: #3b2408;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600; }
  .ccm-page .booking__reviews .stay {
    display: block;
    padding: .6em 0; }
  .ccm-page .booking__reviews .stars {
    color: #E7AD45; }
  .ccm-page .booking__reviews .fa-star {
    font-weight: 400;
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 22px; }
  .ccm-page .booking__reviews .bs-review-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid lightgrey; }
    @media only screen and (min-width: 1280px) {
      .ccm-page .booking__reviews .bs-review-item {
        flex-direction: row; } }
  .ccm-page .booking__reviews .data {
    color: #3b2408;
    width: 100%; }
    @media only screen and (min-width: 1280px) {
      .ccm-page .booking__reviews .data {
        width: 30%; } }
  .ccm-page .booking__reviews .review {
    color: #3b2408;
    padding-top: 20px;
    width: 100%;
    margin-right: 0rem;
    max-width: 500px; }
    @media only screen and (min-width: 1280px) {
      .ccm-page .booking__reviews .review {
        width: 50%;
        margin-right: 2rem; } }
  .ccm-page .booking__reviews .btn {
    background-color: #B0C275;
    color: black;
    font-weight: 400; }
    .ccm-page .booking__reviews .btn:hover {
      background-color: white;
      border: 1px solid #B0C275;
      color: #B0C275;
      font-weight: 900; }

.ccm-page .bs__block__search-results .row {
  padding: 0; }

.ccm-page .bs__block__search-results .bs__block__search-results__results-message {
  padding-bottom: 10px; }

.ccm-page .bs__block__search-results .buttons .button-primary {
  background-color: #0974A3;
  color: white;
  border: 1px solid #0974A3;
  margin-top: 10px; }
  .ccm-page .bs__block__search-results .buttons .button-primary:hover {
    background-color: white;
    color: #0974A3; }

.ccm-page .bs__block__search-results .buttons .button-default {
  color: #0974A3;
  background-color: white;
  border: 1px solid #0974A3;
  margin-top: 10px; }
  .ccm-page .bs__block__search-results .buttons .button-default:hover {
    background-color: #0974A3;
    color: white; }

.ccm-page .bs__block__search-results .image {
  padding-right: 0;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    .ccm-page .bs__block__search-results .image {
      padding-right: 20px;
      margin-bottom: 0; } }

.ccm-page .bs__block__search-results .search-result {
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .ccm-page .bs__block__search-results .search-result:last-child {
    border: none; }

@media only screen and (min-width: 768px) {
  .ccm-page .bs__block__search-results .content .column:first-of-type {
    padding-right: 20px; } }

.ccm-page .booking-steps .row {
  padding: 0; }

.ccm-page .booking-steps li {
  margin-left: 0; }

.ccm-page .booking-steps h2 {
  margin: 1rem 0; }

.ccm-page .booking-steps .booking-nav {
  margin-top: 2rem; }

.ccm-page .booking-steps #reservation-personal-details .form-group {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px; }

.ccm-page .booking-steps #reservation-personal-details select,
.ccm-page .booking-steps #reservation-personal-details input,
.ccm-page .booking-steps #reservation-personal-details textarea {
  outline: none;
  margin: 0;
  padding: 0 15px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-family: inherit;
  font-size: inherit;
  color: #000;
  background-color: #5A64720F;
  border: 1px solid #5A647241; }

.ccm-page .booking-steps #reservation-personal-details .alert-danger input {
  width: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }

.ccm-page .booking-steps #reservation-personal-details .alert-danger label, .ccm-page .booking-steps #reservation-personal-details .alert-danger input {
  margin-top: 1rem; }

.ccm-page .booking-steps #reservation-personal-details textarea {
  min-height: 150px; }

.ccm-page .booking-steps #reservation-personal-details label {
  margin-bottom: 5px; }

.ccm-page .booking-steps .bs-booking-tabs {
  height: 70px; }
  .ccm-page .booking-steps .bs-booking-tabs li {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 0 !important;
    background: #0974A3; }
    @media only screen and (min-width: 1024px) {
      .ccm-page .booking-steps .bs-booking-tabs li {
        width: 25%; } }
    .ccm-page .booking-steps .bs-booking-tabs li::before {
      display: none; }
    .ccm-page .booking-steps .bs-booking-tabs li a {
      display: block;
      height: 50px;
      line-height: 50px;
      font-size: 14px;
      color: white;
      text-transform: uppercase;
      font-weight: bold;
      text-decoration: none;
      padding-left: 15px; }
      @media only screen and (min-width: 1024px) {
        .ccm-page .booking-steps .bs-booking-tabs li a {
          height: 69px;
          line-height: 69px;
          font-size: 15px; } }
      .ccm-page .booking-steps .bs-booking-tabs li a::after {
        position: relative !important;
        font-family: "FontAwesome";
        content: '\f00c';
        padding-left: 5px; }
    .ccm-page .booking-steps .bs-booking-tabs li.disabled a {
      pointer-events: none;
      background: #9BD6F0; }
      @media only screen and (min-width: 1024px) {
        .ccm-page .booking-steps .bs-booking-tabs li.disabled a::after {
          position: absolute;
          right: 0px;
          top: 0; } }
    .ccm-page .booking-steps .bs-booking-tabs li.disabled:last-child a:last-of-type::after {
      display: none; }
    .ccm-page .booking-steps .bs-booking-tabs li.disabled::after {
      content: none; }
    @media only screen and (min-width: 1024px) {
      .ccm-page .booking-steps .bs-booking-tabs li.last-completed::after {
        content: "";
        position: absolute;
        background: #0974A3;
        border-right: 20px solid transparent;
        border-top: 34px solid transparent;
        border-left: 30px solid #0974A3;
        border-bottom: 35px solid transparent; } }
    .ccm-page .booking-steps .bs-booking-tabs li.current a {
      background: #0974A3; }
      @media only screen and (min-width: 1024px) {
        .ccm-page .booking-steps .bs-booking-tabs li.current a {
          width: calc(100% - 29px); }
      .ccm-page .booking-steps .bs-booking-tabs li.current::after {
        content: "";
        position: absolute;
        background: #9BD6F0;
        border-right: 20px solid transparent;
        border-top: 34px solid transparent;
        border-left: 30px solid #0974A3;
        border-bottom: 35px solid transparent; }
      .ccm-page .booking-steps .bs-booking-tabs li::after {
        position: absolute;
        right: 0px;
        top: 0; } }
    .ccm-page .booking-steps .bs-booking-tabs li:last-child::after {
      background: white; }

.ccm-page .booking-steps .booking-summary .details-info {
  padding-bottom: 20px; }

.ccm-page .booking-steps .booking-summary td {
  padding: 10px;
  border-top: 1px solid #5f6177; }
  .ccm-page .booking-steps .booking-summary td:last-of-type {
    text-align: right; }

.ccm-page .booking-steps .booking-summary #option-details {
  width: 100%;
  border-spacing: 0; }

.ccm-page .booking-steps .booking-options .option-row {
  display: block;
  clear: both; }
  .ccm-page .booking-steps .booking-options .option-row select {
    padding: 0 10px; }

.ccm-page .booking-steps .prev {
  background-color: #0974A3;
  color: white; }

.ccm-page .booking-steps .pull-right {
  background-color: #9BD6F0;
  color: black; }

.ccm-page .reservation-summary {
  background: #0974A3; }

.ccm-page .header__grey {
  font: normal normal 300 15px/30px "Merriweather-Light";
  background-color: #EDF0F4;
  color: #4A5768;
  padding: 5px 0px; }
  .ccm-page .header__grey > .container > span {
    margin-right: 50px; }
    .ccm-page .header__grey > .container > span:last-child {
      margin-right: 0; }
  .ccm-page .header__grey .header__grey-phone .fa {
    margin-right: 0.5rem;
    transform: rotate(90deg);
    font-size: 0.7rem;
    margin-top: 0.1rem; }
  .ccm-page .header__grey .header__grey-email .fa {
    margin-right: 0.5rem;
    font-size: 0.7rem;
    margin-top: 0.1rem; }
  .ccm-page .header__grey .fa-facebook-f {
    font-size: inherit; }
  .ccm-page .header__grey .language-switch {
    font-family: "Merriweather";
    font-weight: 900;
    color: #4A5768; }

.ccm-page #nav__bar > div > div:last-child > div:first-child {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .ccm-page #nav__bar > div > div:last-child > div:first-child {
      display: block; } }

.ccm-page .navigation__list {
  flex-direction: column; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .navigation__list {
      flex-direction: row; } }
  .ccm-page .navigation__list .nav__item {
    font-size: 24px;
    font-family: "brandon-grotesque";
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 0;
    color: black; }
    @media only screen and (min-width: 1024px) {
      .ccm-page .navigation__list .nav__item {
        margin-right: 40px;
        font-size: 18px;
        font-weight: 900; } }
    .ccm-page .navigation__list .nav__item:last-child {
      margin-right: 0; }
  .ccm-page .navigation__list .current > div {
    color: #9BD6F0; }
    .ccm-page .navigation__list .current > div:hover {
      color: #0974A3 !important; }

.ccm-page .header-img-text h1,
.ccm-page .header-img-text p {
  color: white; }

.ccm-page .header-img-text h1 {
  font-size: 30px; }
  @media only screen and (min-width: 640px) {
    .ccm-page .header-img-text h1 {
      font-size: 56px; } }

.ccm-page .header-img-text p {
  font-family: "Merriweather-Light";
  font-weight: 300;
  font-size: 17px;
  line-height: 1.5; }
  @media only screen and (min-width: 640px) {
    .ccm-page .header-img-text p {
      font-size: 28px; } }

.ccm-page .submenu__toggle {
  padding: 0 10px; }

.ccm-page .submenu__categories {
  display: block;
  font-family: "brandon-grotesque";
  font-size: 22px;
  font-weight: 600;
  color: #B7C97C;
  margin-top: 1rem; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .submenu__categories {
      font-size: 18px; } }
  .ccm-page .submenu__categories:first-child {
    margin-top: 0; }

.ccm-page .sub__item__room {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "brandon-grotesque";
  font-size: 22px;
  font-weight: normal;
  margin-top: 0.5rem; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .sub__item__room {
      font-size: 18px;
      margin-top: 0; } }

.ccm-page .submenu {
  display: none;
  position: relative;
  background-color: transparent;
  min-width: 100%;
  width: 100%;
  padding: 0;
  box-shadow: none; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .submenu {
      position: absolute;
      background-color: #fff;
      min-width: 375px;
      padding: 35px;
      box-shadow: 0px 0px 30px #00000029; } }

.ccm-page input[type=submit] {
  max-width: 165px; }

.ccm-page .booking-button {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .booking-button {
      display: block; } }
  .ccm-page .booking-button a {
    margin-right: 1px;
    float: left; }
  .ccm-page .booking-button .book-now-button {
    display: flex;
    align-items: center;
    font-family: "brandon-grotesque";
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    text-shadow: none;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: lighter;
    transition: 0.5s;
    background-color: #9BD6F0; }
    .ccm-page .booking-button .book-now-button:hover {
      background-color: #EAF6FB;
      transition: .5s; }
    .ccm-page .booking-button .book-now-button .caption-text {
      padding: 0px 35px; }
  .ccm-page .booking-button .book-now {
    padding: 11px 15px;
    float: right;
    border-left: 1px solid #fff; }

.ccm-page .date-of-arrival::before,
.ccm-page .duration-of-stay::before,
.ccm-page .number-of-persons::before {
  color: transparent; }

.ccm-page .date-of-arrival::before {
  background: url(../js/b9b1deb5d9a14399c315.svg) 0% 0% no-repeat padding-box;
  top: 12px !important;
  left: 10px !important; }

.ccm-page .duration-of-stay::before {
  background: url(../js/238135bb0d4494835ad2.svg) 0% 0% no-repeat padding-box;
  top: 12px !important;
  left: 15px !important; }

.ccm-page .number-of-persons::before {
  background: url(../js/3859ea1dcb87677f9ec3.svg) 0% 0% no-repeat padding-box;
  top: 12px !important;
  left: 10px !important; }

.ccm-page .check-list ul > li::before {
  font-family: FontAwesome;
  content: '\f00c';
  font-size: 1.3rem;
  margin-right: 1rem;
  color: #C0D382; }

.ccm-page .open__menu {
  font-size: 28px; }

.ccm-page .close__menu > i::before {
  content: '\f00d';
  font-size: 28px; }

.ccm-page .subitem-arrow {
  background-image: url(../js/4dfefb01f6fd899ce1d7.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 12px;
  width: 6px;
  display: inline-block; }

.ccm-page .page-overview-apartments {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 350px; }
  @media only screen and (min-width: 1536px) {
    .ccm-page .page-overview-apartments {
      margin-bottom: 100px; } }
  .ccm-page .page-overview-apartments .apartment_block {
    display: flex;
    position: relative; }
    .ccm-page .page-overview-apartments .apartment_block .apartment_info {
      position: absolute;
      padding: 30px;
      max-width: 95%; }
    .ccm-page .page-overview-apartments .apartment_block .check_list {
      color: #2C350D; }
  .ccm-page .page-overview-apartments .apartment_section {
    display: block; }
    @media only screen and (min-width: 1536px) {
      .ccm-page .page-overview-apartments .apartment_section {
        display: flex; } }
    .ccm-page .page-overview-apartments .apartment_section .apartment_img {
      width: 100%; }
      @media only screen and (min-width: 1536px) {
        .ccm-page .page-overview-apartments .apartment_section .apartment_img {
          width: 630px; } }
    .ccm-page .page-overview-apartments .apartment_section:nth-child(1) {
      justify-content: center; }
      @media only screen and (min-width: 1536px) {
        .ccm-page .page-overview-apartments .apartment_section:nth-child(1) {
          justify-content: flex-end; } }
      .ccm-page .page-overview-apartments .apartment_section:nth-child(1) .apartment_block {
        justify-content: center; }
        @media only screen and (min-width: 1536px) {
          .ccm-page .page-overview-apartments .apartment_section:nth-child(1) .apartment_block {
            justify-content: flex-end; } }
      .ccm-page .page-overview-apartments .apartment_section:nth-child(1) .apartment_info {
        bottom: -80%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto; }
        @media only screen and (min-width: 1536px) {
          .ccm-page .page-overview-apartments .apartment_section:nth-child(1) .apartment_info {
            bottom: -60px;
            left: -175px;
            right: auto; } }
      .ccm-page .page-overview-apartments .apartment_section:nth-child(1) .apartment_img {
        height: 350px; }
        @media only screen and (min-width: 1536px) {
          .ccm-page .page-overview-apartments .apartment_section:nth-child(1) .apartment_img {
            height: 547px; } }
    .ccm-page .page-overview-apartments .apartment_section:nth-child(2) {
      margin-top: 350px;
      justify-content: center; }
      @media only screen and (min-width: 1536px) {
        .ccm-page .page-overview-apartments .apartment_section:nth-child(2) {
          margin-top: -200px;
          justify-content: flex-start; } }
      .ccm-page .page-overview-apartments .apartment_section:nth-child(2) .apartment_block {
        position: relative;
        justify-content: center; }
        @media only screen and (min-width: 1536px) {
          .ccm-page .page-overview-apartments .apartment_section:nth-child(2) .apartment_block {
            justify-content: flex-start; } }
      .ccm-page .page-overview-apartments .apartment_section:nth-child(2) .apartment_info {
        bottom: -80%;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto; }
        @media only screen and (min-width: 1536px) {
          .ccm-page .page-overview-apartments .apartment_section:nth-child(2) .apartment_info {
            bottom: -100px;
            right: -105px;
            left: auto; } }
      .ccm-page .page-overview-apartments .apartment_section:nth-child(2) .apartment_img {
        height: 350px; }
        @media only screen and (min-width: 1536px) {
          .ccm-page .page-overview-apartments .apartment_section:nth-child(2) .apartment_img {
            height: 547px; } }
    .ccm-page .page-overview-apartments .apartment_section:nth-child(3) {
      justify-content: center;
      margin-top: 350px; }
      @media only screen and (min-width: 1536px) {
        .ccm-page .page-overview-apartments .apartment_section:nth-child(3) {
          margin-top: -200px;
          justify-content: flex-end; } }
      .ccm-page .page-overview-apartments .apartment_section:nth-child(3) .apartment_block {
        justify-content: center;
        width: auto;
        margin-left: 0; }
        @media only screen and (min-width: 1536px) {
          .ccm-page .page-overview-apartments .apartment_section:nth-child(3) .apartment_block {
            width: 48%;
            margin-left: -30px; } }
      .ccm-page .page-overview-apartments .apartment_section:nth-child(3) .apartment_info {
        bottom: -80%;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto; }
        @media only screen and (min-width: 1536px) {
          .ccm-page .page-overview-apartments .apartment_section:nth-child(3) .apartment_info {
            bottom: -60px;
            right: -30px;
            left: auto; } }
      .ccm-page .page-overview-apartments .apartment_section:nth-child(3) .apartment_img {
        height: 350px; }
        @media only screen and (min-width: 1536px) {
          .ccm-page .page-overview-apartments .apartment_section:nth-child(3) .apartment_img {
            height: 645px; } }
  .ccm-page .page-overview-apartments .dropdown_block .dropdown_button > i {
    cursor: pointer;
    background-color: #b1c376;
    padding: 15px 10px;
    margin-left: 2px; }
  .ccm-page .page-overview-apartments .dropdown_block .dropdown_list {
    position: absolute;
    top: 93%;
    font-family: "brandon-grotesque";
    font-weight: 300;
    font-size: 1.2rem; }
    .ccm-page .page-overview-apartments .dropdown_block .dropdown_list li {
      border-bottom: 1px solid #C0D382;
      text-align: left; }
      .ccm-page .page-overview-apartments .dropdown_block .dropdown_list li:last-child {
        border-bottom: none; }
      .ccm-page .page-overview-apartments .dropdown_block .dropdown_list li::before {
        content: ""; }
  .ccm-page .page-overview-apartments .view_sub_links {
    width: 85%;
    padding: 10px; }
    @media only screen and (min-width: 1536px) {
      .ccm-page .page-overview-apartments .view_sub_links {
        width: inherit; } }

#gb-big {
  display: flex;
  justify-content: center; }

