@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*
! tailwindcss v3.0.23 | 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: Lexend Deca, sans-serif;
  /* 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;
}

*, ::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%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

/** Text Sizes **/

h1{
  font-family: Lexend Deca, sans-serif !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 3rem !important;
}

@media (min-width: 768px){
  h1{
    font-size: 36px !important;
  }
}

@media (min-width: 1024px){
  h1{
    font-size: 48px !important;
  }
}

h2{
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 2rem;
}

@media (min-width: 768px){
  h2{
    font-size: 30px;
  }
}

@media (min-width: 1024px){
  h2{
    font-size: 36px;
  }
}

h3{
  font-family: Lexend Deca, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.875rem;
}

@media (min-width: 1024px){
  h3{
    font-size: 24px;
  }
}

h4{
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.875rem;
}

@media (min-width: 1024px){
  h4{
    font-size: 20px;
  }
}

p{
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875rem;
}

@media (min-width: 768px){
  p{
    font-size: 18px;
  }
}

small{
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25rem;
}

@media (min-width: 768px){
  small{
    font-size: 14px;
  }

  small{
    line-height: 30px;
  }
}

button{
  font-family: Lexend Deca, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

@media (min-width: 768px){
  button{
    font-size: 18px;
  }

  button{
    line-height: 30px;
  }
}

.html-editor-styling a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(28 174 231 / var(--tw-text-opacity));
}

.html-editor-styling a:hover {
  text-decoration: underline;
}

.html-editor-styling ol, .html-editor-styling ul{
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875rem;
}

@media (min-width: 768px){
  .html-editor-styling ol, .html-editor-styling ul{
    font-size: 18px;
  }
}

.html-editor-styling ol, .html-editor-styling ul {
  list-style: revert;
  margin: revert;
  padding: revert;
}

.arrow {
  border-width: 0 2px 2px 0;
  margin-bottom: 1px;
  margin-left: 10px;
  display: inline-block;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(28 174 231 / var(--tw-border-opacity));
  padding: 3px;
}

.down{
  --tw-rotate: 45deg;
  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));
}

#homebutton {
  cursor: pointer;
}

.button-icon-blue:after{
  position: relative;
  top: 1px;
  display: inline-block;
  padding-left: 10px;
  text-align: center;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 768px){
  .button-icon-blue:after{
    top: 0px;
  }
}

.button-icon-blue:after {
  content: url("../Images/arrow-right-blue.svg");
}

.button-icon-blue:hover:after{
  --tw-translate-x: 6px;
  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));
}

.button-icon-link:after{
  position: relative;
  top: 1px;
  display: inline-block;
  padding-left: 15px;
  text-align: center;
}

@media (min-width: 768px){
  .button-icon-link:after{
    top: 0px;
  }
}

.button-icon-link:after {
  content: url("../Images/icons/website-link.svg");
}

.button-icon-logout:before{
  position: relative;
  display: inline-block;
  padding-right: 15px;
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 768px){
  .button-icon-logout:before{
    top: 0px;
  }
}

.button-icon-logout:before {
  content: url("../Images/icons/log-out.svg");
}

.button-icon-back:before{
  position: relative;
  bottom: 1px;
  display: inline-block;
  padding-right: 15px;
  text-align: center;
  vertical-align: middle;
  content: url("../Images/icons/arrow-blue-back.svg");
}

.button-icon-white:after{
  position: relative;
  top: 1px;
  display: inline-block;
  padding-left: 10px;
  text-align: center;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 768px){
  .button-icon-white:after{
    top: 0px;
  }
}

.button-icon-white:after {
  content: url("../Images/arrow-right.svg");
}

.button-icon-white:hover:after{
  --tw-translate-x: 6px;
  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));
}

.button--blue{
  margin-top: 1.25rem;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(28 174 231 / var(--tw-bg-opacity));
  padding: 1.5rem;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button--blue:active{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.container{
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.pointer-events-none{
  pointer-events: none;
}

.invisible{
  visibility: hidden;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.top-0{
  top: 0px;
}

.right-0{
  right: 0px;
}

.right-\[37px\]{
  right: 37px;
}

.top-7{
  top: 1.75rem;
}

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

.bottom-0{
  bottom: 0px;
}

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

.left-\[109px\]{
  left: 109px;
}

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

.left-0{
  left: 0px;
}

.-left-1\/2{
  left: -50%;
}

.-top-1\/4{
  top: -25%;
}

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

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

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

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

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-span-8{
  grid-column: span 8 / span 8;
}

.col-span-full{
  grid-column: 1 / -1;
}

.col-start-3{
  grid-column-start: 3;
}

.col-start-1{
  grid-column-start: 1;
}

.col-start-5{
  grid-column-start: 5;
}

.col-end-18{
  grid-column-end: 18;
}

.col-end-9{
  grid-column-end: 9;
}

.float-right{
  float: right;
}

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

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

.my-\[20px\]{
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

.mx-\[28px\]{
  margin-left: 28px;
  margin-right: 28px;
}

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

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

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

.mt-auto{
  margin-top: auto;
}

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

.mr-6{
  margin-right: 1.5rem;
}

.ml-5{
  margin-left: 1.25rem;
}

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

.ml-3{
  margin-left: 0.75rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mt-0{
  margin-top: 0px;
}

.ml-2{
  margin-left: 0.5rem;
}

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

.ml-10{
  margin-left: 2.5rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mb-25{
  margin-bottom: 5.25rem;
}

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

.mb-7{
  margin-bottom: 1.75rem;
}

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

.\!mb-5{
  margin-bottom: 1.25rem !important;
}

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

.mt-5{
  margin-top: 1.25rem;
}

.mt-20{
  margin-top: 5rem;
}

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

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

.mr-8{
  margin-right: 2rem;
}

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

.mr-7{
  margin-right: 1.75rem;
}

.ml-0{
  margin-left: 0px;
}

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

.\!mt-\[39px\]{
  margin-top: 39px !important;
}

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

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

.mb-10{
  margin-bottom: 2.5rem;
}

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

.mb-5{
  margin-bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.mt-6{
  margin-top: 1.5rem;
}

.mt-1\.5{
  margin-top: 0.375rem;
}

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

.mt-2\.5{
  margin-top: 0.625rem;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[102\/35\]{
  aspect-ratio: 102 / 35;
}

.h-auto{
  height: auto;
}

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

.h-full{
  height: 100%;
}

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

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

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

.h-30{
  height: 7.5rem;
}

.h-24{
  height: 6rem;
}

.h-48{
  height: 12rem;
}

.h-40{
  height: 10rem;
}

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

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

.w-full{
  width: 100%;
}

.w-auto{
  width: auto;
}

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

.w-\[80vw\]{
  width: 80vw;
}

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

.w-5{
  width: 1.25rem;
}

.w-7{
  width: 1.75rem;
}

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

.w-24{
  width: 6rem;
}

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

.w-40{
  width: 10rem;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.translate-x-full{
  --tw-translate-x: 100%;
  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));
}

.rotate-\[135deg\]{
  --tw-rotate: 135deg;
  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));
}

.-rotate-45{
  --tw-rotate: -45deg;
  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));
}

.-rotate-12{
  --tw-rotate: -12deg;
  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));
}

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

.cursor-default{
  cursor: default;
}

.touch-pan-x{
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.list-inside{
  list-style-position: inside;
}

.columns-1{
  -moz-columns: 1;
       columns: 1;
}

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

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

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

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

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

.flex-wrap{
  flex-wrap: wrap;
}

.content-start{
  align-content: flex-start;
}

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

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

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

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

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

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-0{
  gap: 0px;
}

.gap-6{
  gap: 1.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

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

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

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

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

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

.self-stretch{
  align-self: stretch;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

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

.rounded-2\.5xl{
  border-radius: 1.25rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

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

.border-b{
  border-bottom-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

.border-l{
  border-left-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-\[\#DFDFDF\]{
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
}

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

.border-gray-light{
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
}

.border-black\/10{
  border-color: rgb(0 0 0 / 0.1);
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.bg-footer{
  --tw-bg-opacity: 1;
  background-color: rgb(26 37 47 / var(--tw-bg-opacity));
}

.bg-\[\#848484\]{
  --tw-bg-opacity: 1;
  background-color: rgb(132 132 132 / var(--tw-bg-opacity));
}

.bg-blue-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(28 174 231 / var(--tw-bg-opacity));
}

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

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

.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-\[\#CCEBF8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(204 235 248 / var(--tw-bg-opacity));
}

.bg-\[\#1CAEE7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(28 174 231 / var(--tw-bg-opacity));
}

.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.bg-\[\#F2F0EE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 238 / var(--tw-bg-opacity));
}

.bg-\[rgba\(202\2c 202\2c 202\2c 1\)\]{
  background-color: rgba(202,202,202,1);
}

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

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

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

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-\[5px\]{
  padding: 5px;
}

.p-\[20px\]{
  padding: 20px;
}

.p-\[33px\]{
  padding: 33px;
}

.p-\[30px\]{
  padding: 30px;
}

.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}

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

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

.pt-5{
  padding-top: 1.25rem;
}

.pl-0{
  padding-left: 0px;
}

.pr-0{
  padding-right: 0px;
}

.pl-5{
  padding-left: 1.25rem;
}

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

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

.pt-6{
  padding-top: 1.5rem;
}

.pb-\[50px\]{
  padding-bottom: 50px;
}

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

.pt-7{
  padding-top: 1.75rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pl-8{
  padding-left: 2rem;
}

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

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

.align-middle{
  vertical-align: middle;
}

.font-sans{
  font-family: Lexend Deca, sans-serif;
}

.font-open{
  font-family: Open Sans, sans-serif;
}

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

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

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.font-semibold{
  font-weight: 600;
}

.font-extralight{
  font-weight: 200;
}

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

.font-light{
  font-weight: 300;
}

.font-normal{
  font-weight: 400;
}

.font-medium{
  font-weight: 500;
}

.italic{
  font-style: italic;
}

.leading-tight{
  line-height: 1.25;
}

.\!leading-8{
  line-height: 2rem !important;
}

.text-blue-primary{
  --tw-text-opacity: 1;
  color: rgb(28 174 231 / var(--tw-text-opacity));
}

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

.text-text{
  --tw-text-opacity: 1;
  color: rgb(38 37 33 / var(--tw-text-opacity));
}

.text-blue-100{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}

.text-\[\#848484\]{
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity));
}

.text-\[\#424242\]{
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
}

.text-\[\#1CAEE7\]{
  --tw-text-opacity: 1;
  color: rgb(28 174 231 / var(--tw-text-opacity));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-\[\#A5A5A5\]{
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity));
}

.opacity-20{
  opacity: 0.2;
}

.opacity-10{
  opacity: 0.1;
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-0{
  outline-width: 0px;
}

.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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-none{
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  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);
}

.filter{
  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{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.scrollbar-hide{
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar{
  display: none;
}

* {
  -webkit-font-smoothing: antialiased;
}

html{
  overflow-x: hidden !important;
}

body{
  overflow-x: hidden !important;
}

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

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

.backdrop.small{
  position: absolute;
  top: 0px;
  z-index: -1;
  height: 10rem;
  width: 100%;
  background-image: url('../Images/banner-backdrop.svg');
  background-size: cover;
  background-position: 20% bottom;
  background-repeat: no-repeat;
}

@media (min-width: 640px){
  .backdrop.small{
    height: 12rem;
  }
}

@media (min-width: 768px){
  .backdrop.small{
    height: 14rem;
  }
}

@media (min-width: 1024px){
  .backdrop.small{
    height: 16rem;
  }
}

@media (min-width: 1280px){
  .backdrop.small{
    height: 18rem;
  }

  .backdrop.small{
    height: 20rem;
  }
}

.backdrop.big{
  position: absolute;
  top: 0px;
  z-index: -1;
  height: 20rem;
  width: 100%;
  background-image: url('../Images/banner-backdrop.svg');
  background-size: cover;
  background-position: 20% bottom;
  background-repeat: no-repeat;
}

@media (min-width: 640px){
  .backdrop.big{
    height: 22rem;
  }
}

@media (min-width: 768px){
  .backdrop.big{
    height: 34rem;
  }
}

@media (min-width: 1024px){
  .backdrop.big{
    height: 34rem;
  }
}

@media (min-width: 1280px){
  .backdrop.big{
    height: 34rem;
  }

  .backdrop.big{
    height: 34rem;
  }
}

/* NAV */

.navigation-text{
  font-family: Lexend Deca, sans-serif;
}

.login{
  align-content: center;
}

/* CONTENTBLOCKS */

.contentblock{
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px){
  .contentblock{
    flex-direction: row;
  }
}

.contentblock img{
  height: 220px;
  width: 100%;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .contentblock img{
    height: auto;
  }

  .contentblock img{
    height: 404px;
  }
}

@media (min-width: 1024px){
  .contentblock img{
    width: 50%;
  }

  .contentblock img{
    border-radius: 1.25rem;
  }
}

.contentblock .content{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.contentblock .content > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

@media (min-width: 1024px){
  .contentblock .content{
    width: 50%;
  }

  .contentblock .content{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .contentblock .content-1{
    padding-right: 0px;
  }
}

@media (min-width: 768px){
  .contentblock .content-2{
    padding-left: 30px;
    padding-right: 30px;
  }

  .contentblock .content-2{
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px){
  .contentblock .content-2{
    padding-left: 3rem;
  }

  .contentblock.contentblock-1{
    height: 408px;
  }

  .contentblock.contentblock-1{
    padding-right: 0px;
  }

  .contentblock.contentblock-1 img{
    border-bottom-left-radius: 0px;
  }

  .contentblock.contentblock-1 img{
    border-top-right-radius: 0px;
  }
}

.contentblock.contentblock-2{
  width: 100%;
  flex-direction: column;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 238 / var(--tw-bg-opacity));
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px){
  .contentblock.contentblock-2{
    border-radius: 1rem;
  }

  .contentblock.contentblock-2{
    padding-top: 0px;
  }

  .contentblock.contentblock-2{
    padding-bottom: 0px;
  }

  .contentblock.contentblock-2{
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px){
  .contentblock.contentblock-2{
    height: 534px;
  }

  .contentblock.contentblock-2{
    flex-direction: row-reverse;
  }

  .contentblock.contentblock-2{
    padding-bottom: 0px;
  }
}

.contentblock.contentblock-2 img{
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 1024px){
  .contentblock.contentblock-2 img{
    height: auto;
  }

  .contentblock.contentblock-2 img{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .contentblock.contentblock-2 img{
    border-top-left-radius: 0px;
  }

  .contentblock.contentblock-3{
    height: 408px;
  }

  .contentblock.contentblock-3 img{
    border-bottom-left-radius: 0px;
  }

  .contentblock.contentblock-3 img{
    border-top-right-radius: 0px;
  }
}

.big-container2{
  height: auto;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 238 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .big-container2{
    width: 100%;
  }

  .big-container2{
    background-color: transparent;
  }
}

/* MEMBERSHIP */

.membership-container{
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px){
  .membership-container{
    margin-top: 0px;
  }

  .membership-container{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .membership-container{
    padding-bottom: 50px;
  }
}

@media (min-width: 1024px){
  .membership-container{
    margin-left: auto;
    margin-right: auto;
  }

  .membership-container{
    height: 740px;
  }

  .membership-container{
    flex-direction: row;
  }

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

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

@media (min-width: 1024px){
  .membership-text{
    width: auto;
  }
}

.membership-text h2{
  margin-top: 1rem;
}

@media (min-width: 768px){
  .membership-text h2{
    margin-top: 0.5rem;
  }
}

.membership-text p{
  width: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 400;
}

@media (min-width: 768px){
  .membership-text p{
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px){
  .membership-text p{
    width: auto;
  }

  .membership-text p{
    padding-right: 2rem;
  }
}

@media (min-width: 1280px){
  .membership-text p{
    width: 500px;
  }
}

.membership-carousel{
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 640px){
  .membership-carousel{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .membership-carousel{
    max-width: 768px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1024px){
  .membership-carousel{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .membership-carousel{
    max-width: 1280px;
  }
}

.membership-carousel{
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 2.5rem;
  height: auto;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1024px){
  .membership-carousel{
    margin-top: 0px;
  }

  .membership-carousel{
    width: 628px;
  }
}

.membership-options{
  margin-bottom: 1rem;
  display: flex;
  overflow-x: auto;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .membership-options{
    justify-content: center;
  }
}

@media (min-width: 768px){
  .membership-options{
    cursor: pointer;
  }

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

.membership-options::-webkit-scrollbar{
  display: none;
}

.carousel{
  height: auto;
  width: auto;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 85px;
}

@media (min-width: 768px){
  .carousel{
    margin-top: 20px;
  }

  .carousel{
    padding-bottom: 90px;
  }
}

@media (min-width: 1024px){
  .carousel{
    padding-bottom: 95px;
  }
}

.carousel .points{
  margin-top: 0.75rem;
  list-style-position: inside;
  -moz-columns: 1;
       columns: 1;
}

@media (min-width: 768px){
  .carousel .points{
    -moz-columns: 2;
         columns: 2;
  }
}

.carousel .points li {
  background: url('../Images/carousel-list-icon.svg') no-repeat left center;
  margin-bottom: 0.5rem;
  padding-left: 2.25rem;
  font-size: 14px;
  font-weight: 300;
}

@media (min-width: 768px){
  .carousel .points li{
    margin-bottom: 1rem;
  }
}

.membershippage-options li {
  background: url('../Images/carousel-list-icon.svg') no-repeat left center;
  margin-bottom: 0.5rem;
  padding-left: 2.25rem;
  font-size: 14px;
  font-weight: 300;
}

@media (min-width: 768px){
  .membershippage-options li{
    margin-bottom: 1rem;
  }
}

.membershippage-options small{
  font-size: 14px;
}

.carousel-gray{
  height: 150px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 238 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .carousel-gray{
    height: 106px;
  }
}

.carousel-gray h3{
  margin-left: 30px;
  padding-bottom: 0.25rem;
  font-family: Lexend Deca, sans-serif;
}

@media (min-width: 768px){
  .carousel-gray h3{
    padding-bottom: 0px;
  }
}

.carousel-gray .carousel-price{
  margin-right: 30px;
  margin-left: 30px;
  display: flex;
  width: auto;
  flex-direction: column;
}

@media (min-width: 768px){
  .carousel-gray .carousel-price{
    margin-left: 0px;
  }

  .carousel-gray .carousel-price{
    margin-right: 0px;
  }
}

/* FOOTER */

.footer{
  background-image: url('../Images/Footer_mobile.svg');
  background-size: cover;
}

@media (min-width: 768px){
  .footer{
    background-image: url('../Images/Footer_tablet.svg');
  }
}

@media (min-width: 1024px){
  .footer{
    background-image: url('../Images/Footer_desktop.svg');
  }
}

.footer-container{
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 640px){
  .footer-container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .footer-container{
    max-width: 768px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1024px){
  .footer-container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .footer-container{
    max-width: 1280px;
  }
}

.footer-container{
  max-width: 80rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px){
  .footer-container{
    margin-bottom: 50px;
  }
}

.footer-flex{
  -moz-columns: 1;
       columns: 1;
  justify-content: center;
}

@media (min-width: 768px){
  .footer-flex{
    margin-top: 1.75rem;
  }

  .footer-flex{
    margin-top: 25px;
  }

  .footer-flex{
    -moz-columns: 2;
         columns: 2;
  }
}

@media (min-width: 1024px){
  .footer-flex{
    display: flex;
  }

  .footer-flex{
    -moz-columns: 4;
         columns: 4;
  }

  .footer-flex{
    flex-direction: row;
  }

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

.footer-flex .adres li:nth-child(n+2){
  margin-bottom: 0px;
}

.footer-flex ul{
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .footer-flex ul{
    margin-top: 0px;
  }

  .footer-flex ul{
    margin-bottom: 2.5rem;
  }

  .footer-flex ul{
    min-height: 200px;
  }
}

.footer-flex ul li{
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer-flex ul span{
  font-family: Lexend Deca, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 768px){
  .footer-flex ul span{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/**

    Overlay

 */

#overlay{
  position: absolute;
  right: 0px;
  z-index: 99;
  display: none;
  height: 100vh;
  width: 100vw;
  cursor: pointer;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-form{
  display: flex;
  height: 45px;
}

.footer-form input{
  margin: 0px;
  height: 100%;
  width: 200px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline-width: 0px;
}

@media (max-width: 350px){
  .footer-form input{
    width: 170px;
  }
}

@media (min-width: 768px){
  .footer-form input{
    width: 250px;
  }

  .footer-form input{
    font-size: 16px;
  }
}

@media (min-width: 1536px){
  .footer-form input{
    width: 303px;
  }
}

.footer-form button{
  position: relative;
  display: flex;
  height: 100%;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.footer-form button:active{
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}

.footer-form button:hover:after{
  --tw-translate-x: 6px;
  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));
}

.footer-form button:after{
  padding-top: 3px;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 768px){
  .footer-form button:after{
    padding-top: 0px;
  }
}

.footer-form button:after {
  content: url("../Images/icons/arrow-black.svg");
}

/**

    CARD

 */

.card{
  overflow: hidden;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
}

@media (min-width: 1024px){
  .card{
    border-radius: 1.25rem;
  }

  .card{
    border-width: 1px;
  }
}

.card .image{
  overflow: hidden;
}

.card .body.list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

@media (min-width: 1024px){
  .card .body.list > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .card .body.list{
    padding: 1.5rem;
  }
}

.card .body:not(.list) > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.card .body:not(.list){
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px){
  .card .body:not(.list) > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .card .body:not(.list){
    padding: 1.5rem;
  }
}

.card .body .title{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.card .body .content{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}

.card .body .button{
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(28 174 231 / var(--tw-text-opacity));
}

.divider{
  height: 1px !important;
  width: 100% !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity)) !important;
}

.slick-slide {
  height: auto !important;
}

.slick-initialized .slick-slide {
  display: inline !important;
}

.option-active{
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 174 231 / var(--tw-text-opacity));
}

/* Search */

#search-result-holder > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

#search-result-holder p:nth-child(1){
  float: left;
  display: inline;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 238 / var(--tw-bg-opacity));
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
}

input:focus {
  outline: none !important;
}

textarea:focus {
  outline: none !important;
}

/* Contact  */

#Form_ContactUsForm fieldset{
  grid-column: 1 / -1;
  display: grid;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#Form_ContactUsForm fieldset input{
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

@media (min-width: 768px){
  #Form_ContactUsForm fieldset input{
    width: 50%;
  }
}

#Form_ContactUsForm fieldset textarea{
  margin-top: 0.25rem;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

#Form_ContactUsForm_error{
  --tw-translate-y: -20px;
  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));
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

#Form_BayesCalculatorForm fieldset{
  grid-column: 1 / -1;
  display: grid;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#Form_BayesCalculatorForm fieldset input{
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

@media (min-width: 768px){
  #Form_BayesCalculatorForm fieldset input{
    width: 50%;
  }
}

#Form_BayesCalculatorForm fieldset input[type=submit]{
  width: auto !important;
}

#Form_BayesCalculatorForm fieldset input::-webkit-outer-spin-button,
        #Form_BayesCalculatorForm fieldset input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#Form_BayesCalculatorForm fieldset input[type=number] {
  -moz-appearance: textfield;
}

#Form_BayesCalculatorForm fieldset #Form_BayesCalculatorForm_actioncalculateactionreset_Holder{
  display: flex;
  justify-content: flex-start;
}

#Form_BayesCalculatorForm fieldset #Form_BayesCalculatorForm_actioncalculateactionreset_Holder > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

#Form_BayesCalculatorForm fieldset .bayes-calculator-form-action{
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(28 174 231 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#Form_BayesCalculatorForm fieldset .bayes-calculator-form-action:active{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

/* Buy an OLI Code */

#Form_OLIForm{
  width: 100%;
}

#Form_OLIForm .btn-toolbar input{
  width: auto;
  cursor: pointer;
  border-radius: 0px;
  border-style: none;
  padding: 0px;
  font-size: 18px;
  font-weight: 600;
}

#Form_OLIForm a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(28 174 231 / var(--tw-text-opacity));
}

#Form_OLIForm label{
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#Form_OLIForm input{
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 768px){
  #Form_OLIForm input{
    width: 75%;
  }
}

#Form_OLIForm input[type="email"]:-moz-read-only{
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(132 146 166 / var(--tw-text-opacity));
}

#Form_OLIForm input[type="email"]:read-only{
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(132 146 166 / var(--tw-text-opacity));
}

#Form_OLIForm select{
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#Form_OLIForm_VAT_Holder, #Form_OLIForm_Terms_Holder{
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
}

#Form_OLIForm_VAT_Holder input, #Form_OLIForm_Terms_Holder input{
  margin-right: 0.5rem;
  height: 20px;
  width: auto;
  width: 20px;
  border-radius: 9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}

#Form_OLIForm_VAT_Holder input:checked, #Form_OLIForm_Terms_Holder input:checked {
  background: url("../Images/icons/bulletpoint.svg") no-repeat center center;
}

#Form_OLIForm_PersonalDataText_Holder span, #Form_OLIForm_ContactUsText_Holder span{
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
}

#Form_OLIForm_PersonalDataText_Holder label, #Form_OLIForm_ContactUsText_Holder label{
  display: none;
}

#Form_OLIForm_PaymentOption_Holder{
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

@media (min-width: 768px){
  #Form_OLIForm_PaymentOption_Holder{
    width: 75%;
  }
}

#Form_OLIForm_PaymentOption_Holder .middleColumn{
  position: relative;
}

#Form_OLIForm_PaymentOption_Holder .middleColumn:after {
  content: url("../Images/arrow-right-blue.svg");
  position: absolute;
  top: 10px;
  right: 30px;
  --tw-rotate: 90deg;
  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));
}

#Form_OLIForm_PaymentOption_Holder .middleColumn select {
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 1.5rem;
}

#Form_OLIForm_PaymentOption_Holder .middleColumn select:focus{
  outline-width: 0px;
}

.field{
  margin-bottom: 0.75rem;
}

.btn-toolbar{
  position: relative;
  top: 30px;
  float: right;
  display: block;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(28 174 231 / var(--tw-bg-opacity));
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-toolbar:active{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.btn-toolbar input{
  width: auto !important;
  cursor: pointer !important;
  border-radius: 0px !important;
  border-style: none !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 2.5rem !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.btn-toolbar:after{
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  display: inline-block;
  --tw-translate-y: -50%;
  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));
  text-align: center;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  content: url("../Images/arrow-right.svg");
}

.btn-toolbar:hover:after{
  --tw-translate-y: -50%;
  --tw-translate-x: 6px;
  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));
}

.btn-link p a{
  position: relative;
  float: left;
  display: block;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(28 174 231 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-link p a:active{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.btn-link p a:after{
  position: relative;
  top: 1px;
  display: inline-block;
  padding-left: 10px;
  text-align: center;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 768px){
  .btn-link p a:after{
    top: 0px;
  }
}

.btn-link p a:after{
  content: url("../Images/arrow-right.svg");
}

.btn-link p a:hover:after{
  --tw-translate-x: 6px;
  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));
}

/* Featured book page */

.featured-books .content{
  flex: none;
}

@media (min-width: 1024px){
  .featured-books .content{
    flex: 1 1 0%;
  }
}

.featured-books .image{
  height: 70px;
  width: 70px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 13px;
  padding-right: 13px;
}

@media (min-width: 768px){
  .featured-books .image{
    height: 140px;
  }

  .featured-books .image{
    width: 140px;
  }

  .featured-books .image{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .featured-books .image{
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media (min-width: 1024px){
  .featured-books .image{
    height: 421px;
  }

  .featured-books .image{
    width: 100%;
  }

  .featured-books .image{
    border-style: none;
  }

  .featured-books .image{
    padding: 0px;
  }
}

.featured-books .image img{
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.featured-books .card{
  width: 100% !important;
  flex-direction: row !important;
}

@media (min-width: 1024px){
  .featured-books .card{
    flex-direction: column !important;
  }
}

.featured-books .card .body{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 1.25rem !important;
}

@media (min-width: 1024px){
  .featured-books .card .body{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

.featured-books .card .body.list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

@media (min-width: 1024px){
  .featured-books .card .body.list{
    padding: 1.5rem;
  }
}

.featured-books .card .body:not(.list) > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.featured-books .card .body:not(.list){
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px){
  .featured-books .card .body:not(.list) > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .featured-books .card .body:not(.list){
    padding: 1.5rem;
  }
}

.featured-books .card .body h3{
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 30px !important;
}

@media (min-width: 768px){
  .featured-books .card .body h3{
    font-size: 20px !important;
  }
}

@media (min-width: 1024px){
  .featured-books .card .body h3{
    min-height: 110px !important;
  }
}

.featured-books .card .body h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.featured-books .card .body p{
  font-family: Lexend Deca, sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 20px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(165 165 165 / var(--tw-text-opacity)) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.featured-books .card .body a{
  width: 100% !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(28 174 231 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px){
  .featured-books .card .body a{
    font-size: 18px !important;
  }
}

@media (min-width: 1024px){
  .featured-books .card .body a{
    margin-top: 20px !important;
  }
}

.featured-books .card .body a:after{
  position: relative;
  top: 1px;
  display: inline-block;
  padding-left: 10px;
  text-align: center;
}

@media (min-width: 768px){
  .featured-books .card .body a:after{
    top: 0px;
  }
}

.featured-books .card .body a:after {
  content: url("../Images/icons/visit-website-icon.svg");
}

/* Featured */

.featured .card{
  margin-top: 50px;
  flex-direction: row;
}

@media (min-width: 1024px){
  .featured .card{
    margin-top: 0px;
  }
}

.featured .card a{
  margin-top: 1.25rem !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(28 174 231 / var(--tw-bg-opacity)) !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  text-align: center !important;
  font-size: 14px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.featured .card a:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity)) !important;
}

@media (min-width: 768px){
  .featured .card a{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .featured .card a{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .featured .card a{
    font-size: 18px !important;
  }
}

.featured .card a:after{
  position: relative;
  top: 1px;
  display: inline-block;
  padding-left: 10px;
  text-align: center;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 768px){
  .featured .card a:after{
    top: 0px;
  }
}

.featured .card a:after {
  content: url("../Images/arrow-right.svg");
}

.featured .card a:hover:after{
  --tw-translate-x: 6px;
  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));
}

.featured .image{
  height: 70px;
  width: 70px;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 13px;
  padding-right: 13px;
}

@media (min-width: 768px){
  .featured .image{
    height: 140px;
  }

  .featured .image{
    width: 140px;
  }

  .featured .image{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .featured .image{
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media (min-width: 1024px){
  .featured .image{
    height: 473px;
  }

  .featured .image{
    width: 37.5%;
  }

  .featured .image{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .featured .image{
    border-style: none;
  }

  .featured .image{
    padding: 0px;
  }
}

.featured .image img{
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.featured .body{
  margin-top: auto !important;
  margin-bottom: auto !important;
  height: 100% !important;
  justify-content: center !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 1rem !important;
  vertical-align: middle !important;
}

.featured .body h3{
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 30px !important;
}

@media (min-width: 768px){
  .featured .body h3{
    font-size: 24px !important;
  }
}

.featured .body p{
  font-size: 14px !important;
}

@media (min-width: 768px){
  .featured .body p{
    font-size: 18px !important;
  }
}

.featured i{
  display: none;
}

.featured a{
  margin-top: 1.25rem !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(28 174 231 / var(--tw-bg-opacity)) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  text-align: center !important;
  font-size: 14px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.featured a:active{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity)) !important;
}

@media (min-width: 768px){
  .featured a{
    font-size: 18px !important;
  }
}

.featured a:after{
  position: relative;
  top: 1px;
  display: inline-block;
  padding-left: 15px;
  text-align: center;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 768px){
  .featured a:after{
    top: 0px;
  }
}

.featured a:after {
  content: url("../Images/arrow-right.svg");
}

.featured a:hover:after{
  --tw-translate-x: 6px;
  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));
}

/* Become a Member */

#Form_BecomeAMemberForm{
  width: 100%;
}

#Form_BecomeAMemberForm a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(28 174 231 / var(--tw-text-opacity));
}

#Form_BecomeAMemberForm label{
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#Form_BecomeAMemberForm input{
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 768px){
  #Form_BecomeAMemberForm input{
    width: 75%;
  }
}

#Form_BecomeAMemberForm input[type="text"]:-moz-read-only, #Form_BecomeAMemberForm input[type="email"]:-moz-read-only{
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(132 146 166 / var(--tw-text-opacity));
}

#Form_BecomeAMemberForm input[type="text"]:read-only, #Form_BecomeAMemberForm input[type="email"]:read-only{
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(132 146 166 / var(--tw-text-opacity));
}

#Form_BecomeAMemberForm select{
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#Form_BecomeAMemberForm #Form_BecomeAMemberForm_MembershipID_Holder{
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

@media (min-width: 768px){
  #Form_BecomeAMemberForm #Form_BecomeAMemberForm_MembershipID_Holder{
    width: 75%;
  }
}

#Form_BecomeAMemberForm #Form_BecomeAMemberForm_MembershipID_Holder .middleColumn{
  position: relative;
}

#Form_BecomeAMemberForm #Form_BecomeAMemberForm_MembershipID_Holder .middleColumn:after {
  content: url("../Images/arrow-right-blue.svg");
  position: absolute;
  top: 10px;
  right: 30px;
  --tw-rotate: 90deg;
  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));
}

#Form_BecomeAMemberForm #Form_BecomeAMemberForm_MembershipID_Holder .middleColumn select {
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 1.5rem;
}

#Form_BecomeAMemberForm #Form_BecomeAMemberForm_MembershipID_Holder .middleColumn select:focus{
  outline-width: 0px;
}

#Form_BecomeAMemberForm_Country_Holder{
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

@media (min-width: 768px){
  #Form_BecomeAMemberForm_Country_Holder{
    width: 75%;
  }
}

#Form_BecomeAMemberForm_Country_Holder .middleColumn{
  position: relative;
}

#Form_BecomeAMemberForm_Country_Holder .middleColumn:after {
  content: url("../Images/arrow-right-blue.svg");
  position: absolute;
  top: 10px;
  right: 30px;
  --tw-rotate: 90deg;
  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));
}

#Form_BecomeAMemberForm_Country_Holder .middleColumn select {
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 1.5rem;
}

#Form_BecomeAMemberForm_Country_Holder .middleColumn select:focus{
  outline-width: 0px;
}

#Form_BecomeAMemberForm_Country{
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
}

#Form_BecomeAMemberForm_Membership{
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
}

.First_Last_Name_Holder{
  display: flex;
  width: 100%;
}

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

@media (min-width: 768px){
  .First_Last_Name_Holder{
    width: 75%;
  }
}

.First_Last_Name_Holder input{
  width: 100% !important;
}

.First_Last_Name_Holder div{
  width: 100%;
}

#Form_BecomeAMemberForm_Member_information{
  margin-top: 2.5rem;
}

#Form_BecomeAMemberForm_Photo_Holder{
  margin-bottom: 1.5rem;
}

#Form_BecomeAMemberForm_Photo_Holder > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

#Form_BecomeAMemberForm_Photo_Holder input[type="file"]{
  display: none;
}

#Form_BecomeAMemberForm_Photo_Holder .photo_upload{
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

#Form_BecomeAMemberForm_Photo_Holder .photo_upload:after {
  content: url("../Images/icons/arrow-black.svg");
  padding-left: 10px;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

#Form_BecomeAMemberForm_Photo_Holder .photo_upload:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
}

#Form_BecomeAMemberForm_Photo_Holder .photo_upload:active{
  --tw-bg-opacity: 1;
  background-color: rgb(132 146 166 / var(--tw-bg-opacity));
}

#Form_BecomeAMemberForm_Photo_Holder .file-output{
  position: relative;
  top: 0.25rem;
  font-size: 12px;
}

#Form_BecomeAMemberForm_GuidingConfirm_Holder{
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
}

#Form_BecomeAMemberForm_GuidingConfirm_Holder input{
  margin-right: 0.5rem;
  height: 20px;
  width: auto;
  width: 20px;
  border-radius: 9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}

#Form_BecomeAMemberForm_GuidingConfirm_Holder input:checked {
  background: url("../Images/icons/bulletpoint.svg") no-repeat center center;
}

#Form_BecomeAMemberForm_ConditionsConfirm_Holder{
  display: flex;
  flex-direction: row;
}

#Form_BecomeAMemberForm_ConditionsConfirm_Holder input{
  margin-right: 0.5rem;
  height: 20px;
  width: auto;
  width: 20px;
  border-radius: 9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}

#Form_BecomeAMemberForm_ConditionsConfirm_Holder input:checked {
  background: url("../Images/icons/bulletpoint.svg") no-repeat center center;
}

#Form_BecomeAMemberForm_PersonalDataText_Holder span{
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
}

#Form_BecomeAMemberForm_PersonalDataText_Holder label{
  display: none;
}

#Form_ProfilePageForm{
  width: 100%;
}

#Form_ProfilePageForm .btn-toolbar{
  top: 0px !important;
  float: left !important;
  margin-top: 1.75rem !important;
}

#Form_ProfilePageForm a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(28 174 231 / var(--tw-text-opacity));
}

#Form_ProfilePageForm label{
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#Form_ProfilePageForm input{
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 768px){
  #Form_ProfilePageForm input{
    width: 75%;
  }
}

#Form_ProfilePageForm #Form_ProfilePageForm_Membership_Holder{
  margin-bottom: 2.5rem;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

@media (min-width: 768px){
  #Form_ProfilePageForm #Form_ProfilePageForm_Membership_Holder{
    width: 75%;
  }
}

#Form_ProfilePageForm #Form_ProfilePageForm_Membership_Holder .middleColumn{
  position: relative;
}

#Form_ProfilePageForm #Form_ProfilePageForm_Membership_Holder .middleColumn:after {
  content: url("../Images/arrow-right-blue.svg");
  position: absolute;
  top: 10px;
  right: 30px;
  --tw-rotate: 90deg;
  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));
}

#Form_ProfilePageForm #Form_ProfilePageForm_Membership_Holder .middleColumn select {
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 1.5rem;
}

#Form_ProfilePageForm #Form_ProfilePageForm_Membership_Holder .middleColumn select:focus{
  outline-width: 0px;
}

#Form_ProfilePageForm_Country_Holder{
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

@media (min-width: 768px){
  #Form_ProfilePageForm_Country_Holder{
    width: 75%;
  }
}

#Form_ProfilePageForm_Country_Holder .middleColumn{
  position: relative;
}

#Form_ProfilePageForm_Country_Holder .middleColumn:after {
  content: url("../Images/arrow-right-blue.svg");
  position: absolute;
  top: 10px;
  right: 30px;
  --tw-rotate: 90deg;
  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));
}

#Form_ProfilePageForm_Country_Holder .middleColumn select {
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 1.5rem;
}

#Form_ProfilePageForm_Country_Holder .middleColumn select:focus{
  outline-width: 0px;
}

#Form_ProfilePageForm_Country{
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
}

#Form_ProfilePageForm_Membership{
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
}

.First_Last_Name_Holder{
  display: flex;
  width: 100%;
}

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

@media (min-width: 768px){
  .First_Last_Name_Holder{
    width: 75%;
  }
}

.First_Last_Name_Holder input{
  width: 100% !important;
}

.First_Last_Name_Holder div{
  width: 100%;
}

#Form_ProfilePageForm_Member_information{
  margin-top: 2.5rem;
}

#Form_ProfilePageForm_Photo_Holder{
  margin-bottom: 1.5rem;
}

#Form_ProfilePageForm_Photo_Holder > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

#Form_ProfilePageForm_Photo_Holder input[type="file"]{
  display: none;
}

#Form_ProfilePageForm_Photo_Holder .photo_upload{
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

#Form_ProfilePageForm_Photo_Holder .photo_upload:after {
  content: url("../Images/icons/arrow-black.svg");
  padding-left: 10px;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

#Form_ProfilePageForm_Photo_Holder .photo_upload:active{
  --tw-bg-opacity: 1;
  background-color: rgb(132 146 166 / var(--tw-bg-opacity));
}

#Form_ProfilePageForm_Photo_Holder .file-output{
  position: relative;
  top: 0.25rem;
  font-size: 12px;
}

#Form_ProfilePageForm_GuidingConfirm_Holder{
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
}

#Form_ProfilePageForm_GuidingConfirm_Holder input{
  margin-right: 0.5rem;
  height: 20px;
  width: auto;
  width: 20px;
  border-radius: 9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}

#Form_ProfilePageForm_GuidingConfirm_Holder input:checked {
  background: url("../Images/icons/bulletpoint.svg") no-repeat center center;
}

#Form_ProfilePageForm_ConditionsConfirm_Holder{
  display: flex;
  flex-direction: row;
}

#Form_ProfilePageForm_ConditionsConfirm_Holder input{
  margin-right: 0.5rem;
  height: 20px;
  width: auto;
  width: 20px;
  border-radius: 9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}

#Form_ProfilePageForm_ConditionsConfirm_Holder input:checked {
  background: url("../Images/icons/bulletpoint.svg") no-repeat center center;
}

#Form_ProfilePageForm_PersonalDataText_Holder span{
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
}

#Form_ProfilePageForm_PersonalDataText_Holder label{
  display: none;
}

#Form_CancelSubscriptionForm{
  width: 628px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.75rem;
}

#Form_CancelSubscriptionForm .cancel-subscription-button{
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(28 174 231 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#Form_CancelSubscriptionForm .cancel-subscription-button:active{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.error span, .holder-validation span{
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
}

.error input, .error textarea, .error select, .holder-validation input, .holder-validation textarea, .holder-validation select{
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}

.error .description, .error .validation, .holder-validation .description, .holder-validation .validation{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.placeholder\:italic::-moz-placeholder{
  font-style: italic;
}

.placeholder\:italic:-ms-input-placeholder{
  font-style: italic;
}

.placeholder\:italic::placeholder{
  font-style: italic;
}

.placeholder\:opacity-25::-moz-placeholder{
  opacity: 0.25;
}

.placeholder\:opacity-25:-ms-input-placeholder{
  opacity: 0.25;
}

.placeholder\:opacity-25::placeholder{
  opacity: 0.25;
}

.hover\:text-blue-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(28 174 231 / var(--tw-text-opacity));
}

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

.active\:bg-sky-600:active{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

@media (max-width: 350px){
  .small\:float-none{
    float: none;
  }

  .small\:flex{
    display: flex;
  }

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

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

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

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

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

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

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

@media (min-width: 640px){
  .mobile\:w-auto{
    width: auto;
  }
}

@media (min-width: 768px){
  .tablet\:visible{
    visibility: visible;
  }

  .tablet\:bottom-\[50px\]{
    bottom: 50px;
  }

  .tablet\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .tablet\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .tablet\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

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

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

  .tablet\:mt-1{
    margin-top: 0.25rem;
  }

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

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

  .tablet\:mt-0{
    margin-top: 0px;
  }

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

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

  .tablet\:block{
    display: block;
  }

  .tablet\:flex{
    display: flex;
  }

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

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

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

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

  .tablet\:h-32{
    height: 8rem;
  }

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

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

  .tablet\:w-\[60vw\]{
    width: 60vw;
  }

  .tablet\:w-\[289px\]{
    width: 289px;
  }

  .tablet\:w-\[411px\]{
    width: 411px;
  }

  .tablet\:w-32{
    width: 8rem;
  }

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

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

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

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

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

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

  .tablet\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .tablet\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .tablet\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .tablet\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .tablet\:pt-10{
    padding-top: 2.5rem;
  }

  .tablet\:pb-\[50px\]{
    padding-bottom: 50px;
  }

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

  .tablet\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .tablet\:\!leading-\[2\.5rem\]{
    line-height: 2.5rem !important;
  }
}

@media (min-width: 1024px){
  .desktop-sm\:container{
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  @media (min-width: 640px){
    .desktop-sm\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .desktop-sm\:container{
      max-width: 768px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 1024px){
    .desktop-sm\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .desktop-sm\:container{
      max-width: 1280px;
    }
  }

  .desktop-sm\:container{
    margin-left: auto;
    margin-right: auto;
  }

  .desktop-sm\:container{
    max-width: 80rem;
  }

  .desktop-sm\:container{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .desktop-sm\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .desktop-sm\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .desktop-sm\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .desktop-sm\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .desktop-sm\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .desktop-sm\:col-start-2{
    grid-column-start: 2;
  }

  .desktop-sm\:col-start-3{
    grid-column-start: 3;
  }

  .desktop-sm\:col-start-1{
    grid-column-start: 1;
  }

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

  .desktop-sm\:mt-\[200px\]{
    margin-top: 200px;
  }

  .desktop-sm\:mt-0{
    margin-top: 0px;
  }

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

  .desktop-sm\:mt-19{
    margin-top: 4.75rem;
  }

  .desktop-sm\:mt-\[0px\]{
    margin-top: 0px;
  }

  .desktop-sm\:inline-block{
    display: inline-block;
  }

  .desktop-sm\:flex{
    display: flex;
  }

  .desktop-sm\:hidden{
    display: none;
  }

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

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

  .desktop-sm\:h-auto{
    height: auto;
  }

  .desktop-sm\:min-h-\[240px\]{
    min-height: 240px;
  }

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

  .desktop-sm\:w-auto{
    width: auto;
  }

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

  .desktop-sm\:w-8\/12{
    width: 66.666667%;
  }

  .desktop-sm\:w-56{
    width: 14rem;
  }

  .desktop-sm\:flex-grow{
    flex-grow: 1;
  }

  .desktop-sm\:items-center{
    align-items: center;
  }

  .desktop-sm\:gap-4{
    gap: 1rem;
  }

  .desktop-sm\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .desktop-sm\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .desktop-sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .desktop-sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .desktop-sm\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .desktop-sm\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop-sm\:rounded-none{
    border-radius: 0px;
  }

  .desktop-sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .desktop-sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .desktop-sm\:\!leading-\[3\.5rem\]{
    line-height: 3.5rem !important;
  }

  .desktop-sm\:hover\:text-blue-primary:hover{
    --tw-text-opacity: 1;
    color: rgb(28 174 231 / var(--tw-text-opacity));
  }
}

@media (min-width: 1280px){
  .desktop-lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .desktop-lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .desktop-lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

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

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

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

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

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

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

  .desktop-lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}