/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** 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.24 | 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: #e5e7eb; /* 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:where([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;
}
  body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, ::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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.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';
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.right-auto {
  right: auto;
}
.right-0 {
  right: 0px;
}
.left-auto {
  left: auto;
}
.right-4 {
  right: 1rem;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-\[120px\] {
  bottom: 120px;
}
.right-\[35px\] {
  right: 35px;
}
.bottom-0 {
  bottom: 0px;
}
.top-4 {
  top: 1rem;
}
.right-\[11px\] {
  right: 11px;
}
.top-full {
  top: 100%;
}
.top-0 {
  top: 0px;
}
.top-\[10px\] {
  top: 10px;
}
.z-auto {
  z-index: auto;
}
.z-\[1\] {
  z-index: 1;
}
.z-0 {
  z-index: 0;
}
.z-20 {
  z-index: 20;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[50\] {
  z-index: 50;
}
.z-30 {
  z-index: 30;
}
.m-\[25px\] {
  margin: 25px;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mb-\[0\] {
  margin-bottom: 0;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-\[46px\] {
  margin-top: 46px;
}
.mb-\[42px\] {
  margin-bottom: 42px;
}
.mt-\[64px\] {
  margin-top: 64px;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mb-\[9px\] {
  margin-bottom: 9px;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[137px\] {
  margin-top: 137px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[398\/503\] {
  aspect-ratio: 398 / 503;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4 / 3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-full {
  height: 100%;
}
.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-auto {
  height: auto;
}
.h-\[498px\] {
  height: 498px;
}
.h-\[303px\] {
  height: 303px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[163px\] {
  height: 163px;
}
.max-h-\[960px\] {
  max-height: 960px;
}
.max-h-\[450px\] {
  max-height: 450px;
}
.min-h-\[362px\] {
  min-height: 362px;
}
.min-h-\[503px\] {
  min-height: 503px;
}
.min-h-\[106px\] {
  min-height: 106px;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.w-4\/5 {
  width: 80%;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.\!w-full {
  width: 100% !important;
}
.w-\[76px\] {
  width: 76px;
}
.w-\[60px\] {
  width: 60px;
}
.w-6 {
  width: 1.5rem;
}
.w-auto {
  width: auto;
}
.w-\[36px\] {
  width: 36px;
}
.w-11\/12 {
  width: 91.666667%;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.max-w-\[401px\] {
  max-width: 401px;
}
.max-w-\[319px\] {
  max-width: 319px;
}
.max-w-\[674px\] {
  max-width: 674px;
}
.max-w-\[751px\] {
  max-width: 751px;
}
.max-w-\[398px\] {
  max-width: 398px;
}
.max-w-\[445px\] {
  max-width: 445px;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.translate-x-\[200\%\] {
  --tw-translate-x: 200%;
  transform: translate(var(--tw-translate-x), 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));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), 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));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-y-\[10px\] {
  row-gap: 10px;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-x-\[2px\] {
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-y-\[5px\] {
  row-gap: 5px;
}
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}
.gap-y-\[48px\] {
  row-gap: 48px;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-\[\#EFEFEF\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
}
.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-lightgrey {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 219 88 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(54 79 107 / var(--tw-bg-opacity));
}
.bg-\[\#32D951\] {
  --tw-bg-opacity: 1;
  background-color: rgb(50 217 81 / var(--tw-bg-opacity));
}
.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(15 124 193 / var(--tw-bg-opacity));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}
.bg-cover {
  background-size: cover;
}
.bg-top {
  background-position: top;
}
.p-10 {
  padding: 2.5rem;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.px-\[48px\] {
  padding-left: 48px;
  padding-right: 48px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-\[17px\] {
  padding-top: 17px;
  padding-bottom: 17px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pl-\[23px\] {
  padding-left: 23px;
}
.pt-\[22px\] {
  padding-top: 22px;
}
.pr-\[37px\] {
  padding-right: 37px;
}
.\!pr-8 {
  padding-right: 2rem !important;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-\[49px\] {
  padding-top: 49px;
}
.pt-\[14px\] {
  padding-top: 14px;
}
.\!pr-\[46px\] {
  padding-right: 46px !important;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[21px\] {
  font-size: 21px;
}
.font-light {
  font-weight: 300;
}
.\!font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.leading-none {
  line-height: 1;
}
.leading-\[29px\] {
  line-height: 29px;
}
.leading-\[48px\] {
  line-height: 48px;
}
.leading-\[38px\] {
  line-height: 38px;
}
.tracking-\[0\.9px\] {
  letter-spacing: 0.9px;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(54 79 107 / var(--tw-text-opacity));
}
.text-\[\#A08218\] {
  --tw-text-opacity: 1;
  color: rgb(160 130 24 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-0 {
  opacity: 0;
}
.shadow-\[-5px_0_6px_0_rgba\(0\2c 0\2c 0\2c 0\.09\)\] {
  --tw-shadow: -5px 0 6px 0 rgba(0,0,0,0.09);
  --tw-shadow-colored: -5px 0 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow-\[0_0_15px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-drop-shadow: drop-shadow(0 0 15px rgba(0,0,0,0.5));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_-3px_6px_\#00000029\] {
  --tw-drop-shadow: drop-shadow(0 -3px 6px #00000029);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.img-cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
@media (min-width: 640px) {

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:max-w-\[398px\] {
    max-width: 398px;
  }
}
@media (min-width: 768px) {

  .md\:flex {
    display: flex;
  }

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

  .md\:h-full {
    height: 100%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

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

  .md\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {

  .lg\:right-0 {
    right: 0px;
  }

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

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

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

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

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .lg\:min-h-min {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
  }

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

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .lg\:items-start {
    align-items: flex-start;
  }

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

  .lg\:items-stretch {
    align-items: stretch;
  }

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

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

  .lg\:gap-y-\[58px\] {
    row-gap: 58px;
  }

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

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:\!pr-\[24px\] {
    padding-right: 24px !important;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pt-\[81px\] {
    padding-top: 81px;
  }

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

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

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

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

  .lg\:leading-\[52px\] {
    line-height: 52px;
  }
  .lg\:flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lg\:hover\:bg-\[\#E5C54F\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 197 79 / var(--tw-bg-opacity));
  }
}
@media (min-width: 1280px) {

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:w-\[398px\] {
    width: 398px;
  }

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

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:pl-\[31px\] {
    padding-left: 31px;
  }

  .xl\:pr-\[33px\] {
    padding-right: 33px;
  }
}
@media (min-width: 1536px) {

  .\32xl\:mr-0 {
    margin-right: 0px;
  }

  .\32xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:px-\[68px\] {
    padding-left: 68px;
    padding-right: 68px;
  }
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** 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 */
.madimi {
  font-family: "Madimi One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-sb {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5 {
  font-family: "Madimi One", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: inherit;
}
.ccm-page h1 {
  font-size: 1.75rem;
  font-size: clamp(32px, 3vw, 42px);
}
.ccm-page h2 {
  font-size: 1.5rem;
  font-size: clamp(28px, 2.5vw, 40px);
}
.ccm-page h3 {
  font-size: 1.25rem;
  font-size: clamp(18px, 2vw, 24px);
}
.ccm-page p {
  font-size: inherit;
}
.ccm-page .default-link a {
  color: #0F7CC1;
  text-decoration: underline;
}
.ccm-page .default-link a:hover {
  text-decoration: none;
}
.ccm-page .default-list ul {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 29px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ccm-page .default-list ul li {
  margin-left: 2.6em;
  position: relative;
}
.ccm-page .default-list ul li::before {
  content: "";
  height: 13px;
  width: 11px;
  display: inline-block;
  margin: 0 0 0 -1.3rem;
  top: 7px;
  position: absolute;
  background: #FFDB58;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.ccm-page footer h3 {
  font-size: 24px;
}
.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 .button {
  position: relative;
  display: inline-flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 307px;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: ) {
  .ccm-page .button {
    min-width: 180px;
  }
}
.ccm-page .button.button-style-1 {
  background: #FFDB58;
  color: #364F6B;
}
.ccm-page .button.button-style-1:hover {
  background: #E5C54F;
}
.ccm-page .button.button-style-1.roster span::before {
  content: "";
  top: 0.4rem;
  height: 28px;
  width: 24px;
  display: inline-block;
  margin: 0 0.4rem 0 -1.3rem;
  position: relative;
  -webkit-mask: url(../js/fe265a6b0a52f32447e0.svg) no-repeat 50% 50%;
  mask: url(../js/fe265a6b0a52f32447e0.svg) no-repeat 50% 50%;
  -webkit-mask: cover;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #364F6B;
}
.ccm-page .button.button-style-2 {
  background: #364F6B;
  color: white;
}
.ccm-page .button.button-style-2:hover {
  background: #1F2E40;
  color: white;
}
.ccm-page .button.button-style-2.membrs span::before {
  content: "";
  top: 0.4rem;
  height: 28px;
  width: 24px;
  display: inline-block;
  margin: 0 0.4rem 0 -1.3rem;
  position: relative;
  -webkit-mask: url(../js/cae6c1f83398f67ed1c9.svg) no-repeat 50% 50%;
  mask: url(../js/cae6c1f83398f67ed1c9.svg) no-repeat 50% 50%;
  -webkit-mask: cover;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: white;
}
.ccm-page .button .caption, .ccm-page .button .caption_mobile {
  height: 54px;
  line-height: 54px;
  font-family: "Madimi One", sans-serif;
  font-size: 18px;
}
.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 .course-item .button {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.ccm-page .open__menu i {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../js/49a860247d40493be7ab.svg) no-repeat 50% 50%;
}
.ccm-page .close__menu i {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../js/ffed1ec453d4478803b9.svg) no-repeat 50% 50%;
}
.ccm-page .menu .navigation::after {
  position: absolute;
  display: block;
  bottom: -13px;
  inset-inline: 48px;
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.ccm-page .menu .has-submenu {
  position: relative;
}
.ccm-page .menu .has-submenu .dropdown {
  display: flex;
  position: absolute;
  top: 11px;
  right: 20px;
  width: 27px;
  aspect-ratio: 1;
  background: url(../js/937fb02ea0ae9a16ac41.svg) no-repeat 50% 50%;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .nav-item {
    height: 100%;
  }
  .ccm-page .nav-item .nav-item-anchor {
    height: 100%;
  }
  .ccm-page .has-submenu:hover {
    position: relative;
  }
  .ccm-page .has-submenu:hover .sub-menu {
    display: flex;
    row-gap: 8px;
  }
}
.ccm-page .sub-menu {
  display: none;
  position: relative;
  flex-direction: column;
  background-color: #364F6B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 233px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .sub-menu {
    position: absolute;
    min-width: 246px;
    left: 0;
    padding-block: 24px;
  }
}
.ccm-page .sub-menu .nav-item-anchor::before {
  content: "\f101";
  width: 20px;
  font-size: 0.9rem;
  top: 0.25rem;
  font-family: FontAwesome;
  display: inline-block;
  margin: 0 1.5rem 0 -1.3rem;
  padding-left: 1.3rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .sub-menu .nav-item-anchor::before {
    top: auto;
  }
}
.ccm-page .sub-menu .nav-item {
  height: auto;
  padding-block: 0;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .sub-menu .sub-item {
    display: flex;
    position: relative;
    height: 41px;
  }
  .ccm-page .sub-menu .sub-item .nav-item-anchor {
    display: flex;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 45px;
    color: white !important;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .ccm-page .sub-menu .sub-item .nav-item-anchor {
    border-radius: 0;
    text-align: start;
    padding-inline: 24px 60px;
  }
  .ccm-page .sub-menu .sub-item .nav-item-anchor:hover {
    background: #1F2E40;
    border-bottom: none;
  }
}
.ccm-page .has-submenu.open {
  background: #1F2E40;
}
.ccm-page .has-submenu.open .sub-menu {
  padding-top: 11px;
  padding-bottom: 10px;
  display: flex;
  background: #1F2E40;
  row-gap: 10px;
}
.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-toolbar-visible .ccm-page #menu__wrapper.translate-x-0 .header-contact {
  margin-top: 185px;
}
.ccm-edit-mode .ccm-page .header-contact {
  height: 160px;
}
.ccm-edit-mode .ccm-page header {
  position: relative;
}
.ccm-edit-mode .ccm-page .quote-background {
  position: relative !important;
}
.ccm-edit-mode .ccm-page .quote-area {
  z-index: auto !important;
}
.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: 1400px;
  margin-inline: auto;
  padding-inline: 18px;
}
.ccm-page .row--medium {
  max-width: 1124px;
}
.ccm-page .row--small {
  max-width: 848px;
}
.ccm-page.page-template-detail-page h1 {
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #364F6B;
  color: transparent;
  font-size: 42px;
  text-transform: uppercase;
}
.ccm-page.page-template-detail-page h1:first-line {
  color: #364F6B;
}
.ccm-page .aside--left {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ccm-page .aside--left::before {
    content: "";
    display: block;
    position: absolute;
    left: -246px;
    top: 0;
    width: 247px;
    height: 100%;
    background-color: inherit;
    -webkit-clip-path: polygon(0 0, 95% 100%, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 95% 100%, 100% 100%, 100% 0);
  }
}
.ccm-page .aside--right::before {
  content: "";
  display: block;
  position: absolute;
  right: calc(-15% + 1px);
  top: 0;
  width: 15%;
  height: 100%;
  background-color: inherit;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 30% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 30% 0);
}
@media only screen and (min-width: ) {
  .ccm-page .aside--right::before {
    width: 20%;
    right: calc(-20% + 1px);
  }
}
.ccm-page .button-aside--left {
  position: relative;
}
.ccm-page .button-aside--left::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(-12.5% + 1px);
  top: 0;
  width: 12.5%;
  height: 100%;
  background-color: inherit;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.ccm-page .inside-right::before {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 66%;
  height: 100%;
  background-color: #EFEFEF;
  -webkit-clip-path: polygon(0 0, 212px 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 212px 100%, 100% 100%, 100% 0);
}
@media only screen and (min-width: ) {
  .ccm-page .inside-right::before {
    width: 20%;
    right: calc(-20% + 1px);
  }
}
.ccm-page .inside-right--footer::before {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 48%;
  height: 100%;
  background-color: #EFEFEF;
  -webkit-clip-path: polygon(0 0, 212px 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 212px 100%, 100% 100%, 100% 0);
}
@media only screen and (min-width: ) {
  .ccm-page .inside-right--footer::before {
    width: 20%;
    right: calc(-20% + 1px);
  }
}
.ccm-page .info-accent {
  -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 280px) 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, calc(100% - 280px) 100%, 100% 0);
}
.ccm-page .info-accent.odd {
  -webkit-clip-path: polygon(0 0, 280px 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 280px 100%, 100% 100%, 100% 0);
}
.ccm-page .name-split {
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  color: transparent;
  font-size: 36px;
}
.ccm-page .name-split .first-word {
  font-size: 42px;
  color: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.ccm-page .stripes:before {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  content: "";
  height: 114px;
  width: auto;
  aspect-ratio: 126/216;
  background: url(../js/fb570f0cb51d3daacb18.webp);
  background-size: contain;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .stripes:before {
    height: 216px;
  }
}
.ccm-page .stripes--small:before {
  height: 108px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .stripes--small:before {
    height: 130px;
  }
}
.ccm-page .stripes--contact:before {
  height: 42px;
}
.ccm-page .day-wrapper strong {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  display: flex;
  margin-top: 32px;
  margin-bottom: 8px;
}
.ccm-page .info-section a {
  color: #0F7CC1;
}
.ccm-page .info-section a:hover {
  text-decoration: underline;
}
.ccm-page .maps a {
  color: #A08218;
  text-decoration: underline;
}
.ccm-page .maps a:hover {
  text-decoration: none;
}
.ccm-page .footer p a {
  color: inherit !important;
}
.ccm-page .footer-navigation ul li a {
  color: inherit;
  line-height: 28px;
  text-decoration: underline;
}
.ccm-page .footer-navigation ul li a:hover {
  text-decoration: none;
}
.ccm-page .footer-contact h3 {
  margin-bottom: 10px;
}
.ccm-page .tel-mail p a {
  text-decoration: underline;
}
.ccm-page .tel-mail p a:hover {
  text-decoration: none;
}
.ccm-page .tel-mail p:first-of-type a {
  margin-left: 1.3em;
}
.ccm-page .tel-mail p:first-of-type a::before {
  content: "";
  top: 0.3rem;
  height: 20px;
  width: 17px;
  display: inline-block;
  margin: 0 0.2rem 0 -1.3rem;
  position: relative;
  -webkit-mask: url(../js/cae6c1f83398f67ed1c9.svg) no-repeat 50% 50%;
  mask: url(../js/cae6c1f83398f67ed1c9.svg) no-repeat 50% 50%;
  -webkit-mask: cover;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #364F6B;
}
.ccm-page .tel-mail p a[href^="tel:"],
.ccm-page .tel-mail p a[href^="mailto:"] {
  margin-left: 1.3em;
}
.ccm-page .tel-mail p a[href^="tel:"]::before,
.ccm-page .tel-mail p a[href^="mailto:"]::before {
  width: 20px;
  font-size: 0.9rem;
  font-family: FontAwesome;
  display: inline-block;
  margin: 0 0.2rem 0 -1.3rem;
  position: relative;
}
.ccm-page .tel-mail p a[href^="tel:"]::before {
  content: "";
  top: 0.3rem;
  height: 20px;
  width: 17px;
  display: inline-block;
  margin: 0 0.2rem 0 -1.3rem;
  position: relative;
  -webkit-mask: url(../js/ad3022c588dbbb5a4a68.svg) no-repeat 50% 50%;
  mask: url(../js/ad3022c588dbbb5a4a68.svg) no-repeat 50% 50%;
  -webkit-mask: cover;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #364F6B;
}
.ccm-page .tel-mail p a[href^="mailto:"]::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.ccm-page .header-contact .tel-mail a {
  text-decoration: none;
}
.ccm-page .header-contact .tel-mail a:hover {
  text-decoration: underline;
}
.ccm-page .header-contact .tel-mail p:first-of-type a::before,
.ccm-page .header-contact .tel-mail a[href^="tel:"]::before {
  background: white;
}
.ccm-page .course-item .button-style-2 span::before,
.ccm-page .button-style-2 span::before {
  content: "";
  top: 0.3rem;
  height: 20px;
  width: 17px;
  display: inline-block;
  margin: 0 0.2rem 0 -1.3rem;
  position: relative;
  -webkit-mask: url(../js/cae6c1f83398f67ed1c9.svg) no-repeat 50% 50%;
  mask: url(../js/cae6c1f83398f67ed1c9.svg) no-repeat 50% 50%;
  -webkit-mask: cover;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: white;
}
.ccm-page .floating-message-msg a {
  text-decoration: underline;
  font-weight: 700;
}
.ccm-page .floating-message-msg a:hover {
  text-decoration: none;
}
