:root {
  --theme-primary-color: #292929;
  --theme-second-color: #ffcf4f;
  --text-default-color: #292929;
  --theme-sub-color: #000;
  --container: 71.25rem;
  --spacing-base: 1rem;
}

*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 16px
}

body {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--text-default-color);
}

p {
  margin-top: 0;
  margin-bottom: 0.625rem;
}

p:last-child {
  margin-bottom: 0
}

hr {
  margin-top: 1.4375rem;
  margin-bottom: 1.4375rem;
  border: 0;
  border-top: 1px solid #eeeeee;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  white-space: pre-wrap
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

a:hover,
a:active {
  /* color: var(--theme-second-color); */
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: 500
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border-style: none;
  height: auto;
  max-width: 100%
}

details {
  display: block
}

summary {
  display: list-item
}

figcaption {
  font-size: 0.75rem;
  font-style: italic;
  color: inherit;
  padding: 0.625rem 1.25rem;
  line-height: 1.25;
  font-weight: 400;
}

template {
  display: none
}

.hidden {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

label {
  display: inline-block;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: none;
  border: 1px solid #5C6975;
  background: #FFFFFF;
  color: var(--text-default-color);
  border-radius: 0.3125rem;
  padding: 0.625rem 0.9375rem;
  font-size: 1rem;
  font-style: normal;
  line-height: 2;
  min-height: 3.25rem;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  opacity: 1 !important;
  color: #AFC5C6;
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button:focus,
[type="submit"]:focus,
[type="button"]:focus {
  outline: none;
}

button:not(:disabled),
[type="submit"]:not(:disabled),
[type="button"]:not(:disabled) {
  cursor: pointer
}

button[type="submit"]:not(:disabled),
button[type="submit"]:not(:disabled),
input[type="submit"]:not(:disabled),
input[type="submit"]:not(:disabled) {
  color: #fff;
  border: none;
  background: #F56941;
}

fieldset {
  padding: 0.35em 0.75em 0.625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNzgzMiAxLjc5Mjk3TDEyLjM5NjUgMTIuNDA2MkwyMy4wMDk4IDEuNzkyOTciIHN0cm9rZT0iIzMyQzRFRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-size: 1.25rem;
  padding-right: 2.5rem;
}

select:required:invalid {
  color: #AFC5C6;
}

option:not(:first-of-type) {
  color: var(--text-default-color);
}

textarea {
  overflow: auto;
  resize: vertical
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  outline: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

input[type="file"] {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25em;
  color: var(--puzzle-blue);
  background-color: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6.25rem 6.25rem 6.25rem 6.25rem;
  padding: 0.9375rem 1.4375rem 0.9375rem 1.4375rem;
  max-width: 100%;
}

input[type="date"] {
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  text-transform: unset;
}

h1,
.h1 {
  font-size: 3rem;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 2.5rem;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 1.875rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.elementor-heading-title {
  line-height: 1.2 !important;
}

.font-extra-big,
.font-extra-big .elementor-heading-title {
  font-size: 3rem;
}

.font-big,
.font-big .elementor-heading-title {
  font-size: 2.5rem;
}

.font-extra-medium,
.font-extra-medium .elementor-heading-title {
  font-size: 2.25rem;
}

.font-medium,
.font-medium .elementor-heading-title {
  font-size: 1.875rem;
}

.font-extra-normal,
.font-extra-normal .elementor-heading-title {
  font-size: 1.5rem;
}

.font-normal,
.font-normal .elementor-heading-title {
  font-size: 1.25rem;
}

.font-extra-regular,
.font-extra-regular .elementor-heading-title {
  font-size: 1.125rem;
}

.font-small,
.font-small .elementor-heading-title {
  font-size: 0.875rem;
}

/**/
.font-w-300 {
  font-weight: 300;
}

.font-w-400 {
  font-weight: 400;
}

.font-w-500 {
  font-weight: 500;
}

.font-w-600 {
  font-weight: 600;
}

.font-w-700 {
  font-weight: 700;
}

.font-w-800 {
  font-weight: 800;
}

.font-w-900 {
  font-weight: 900;
}

.text-uppercase {
  text-transform: uppercase;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.flex-1 {
  flex: 1 !important;
}

.ct-gap-1 {
  gap: 1rem;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.width-unset {
  width: unset !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.container {
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.container-ml-0>.e-con-inner {
  margin-left: 0;
}

.container-mr-0>.e-con-inner {
  margin-right: 0;
}

.row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  flex-wrap: wrap;
}

.row.no-gutter {
  margin-left: unset;
  margin-right: unset;
}

.row.no-gutter>div[class^="col"] {
  padding-left: unset;
  padding-right: unset;
}

.row>.col-item {
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

/*spacing*/
.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.py-0 {
  padding-top: 0;
  padding-top: 0;
}

.container-py-0>.e-con-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.px-normal {
  padding-left: calc(1.5 * var(--spacing-base));
  padding-right: calc(1.5 * var(--spacing-base));
}


.py-double-normal {
  padding-top: calc(3 * var(--spacing-base));
  padding-bottom: calc(3 * var(--spacing-base));
}

.py-standard {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.py-medium {
  padding-top: calc(5 * var(--spacing-base));
  padding-bottom: calc(5 * var(--spacing-base));
}

.py-large {
  padding-top: calc(7 * var(--spacing-base));
  padding-bottom: calc(7 * var(--spacing-base));
}

.spacing-default {
  --spacer-size: 1rem !important;
}

.spacing-normal {
  --spacer-size: calc(1.5 * var(--spacing-base)) !important;
}

.spacing-extra-normal {
  --spacer-size: calc(2.5 * var(--spacing-base)) !important;
}

.spacing-double-normal {
  --spacer-size: calc(3 * var(--spacing-base)) !important;
}

.spacing-medium {
  --spacer-size: calc(5 * var(--spacing-base)) !important;
}

.spacing-large {
  --spacer-size: calc(7 * var(--spacing-base)) !important;
}

/**/
.color-white,
.color-white .elementor-heading-title {
  color: #fff;
}

.color-inherit {
  color: inherit !important;
}

.color-main {
  color: var(--theme-primary-color);
}

.color-sub {
  color: var(--theme-sub-color);
}

.filter-gray-scale {
  filter: grayscale(1);
}

ol,
ul {
  margin-block-end: 1em;
  padding-left: 1rem;
}

.space-container-left {
  padding-left: max(0px, ((100vw - var(--container)) / 2));
}

.space-container-right {
  padding-right: max(0px, ((100vw - var(--container)) / 2));
}

.space-container-x {
  padding-left: max(1.25rem, ((100vw - var(--container)) / 2));
  padding-right: max(1.25rem, ((100vw - var(--container)) / 2));
}


.padding-standard {
  padding: clamp(0.9375rem, 4.8828125vw, 3.125rem);
}

.btn {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem 1.5625rem 0.25rem;
  background-color: var(--theme-primary-color);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  min-width: min(9.375rem, 100%);
  font-weight: 400;
  border: 0.125rem solid;
  border-color: var(--theme-primary-color);
  border-radius: 0;
}

a.elementor-button {
  min-width: min(9.375rem, 100%);
}

.elementor-widget-button.btn-medium a.elementor-button {
  min-width: 6.25rem;
}

.btn:hover,
.btn:focus {
  background-color: var(--theme-second-color);
  border-color: var(--theme-second-color);
  color: var(--theme-primary-color);
}

.elementor-button-icon {
  line-height: 1;
  display: flex;
  align-items: center;
}

.btn-tag {
  display: inline-block;
  background-color: #EEEEEE;
  padding: 0.25rem 0.5rem;
}

.box-has-author .btn-tag {
  background-color: transparent;
  padding: 0;
}

.link-btn-outline a {
  padding: 0.5rem 1.25rem !important;
  background-color: #fff;
  border: 1px solid;
}

.link-btn a {
  padding: 0.5rem 1.25rem !important;
  background-color: var(--theme-primary-color);
  color: #fff;
  border: 1px solid;
  border-color: var(--theme-primary-color);
}

.link-decor-underline a {
  text-decoration: underline;
}

.max-line-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.max-line-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.elementor-location-header nav.elementor-nav-menu--main .elementor-nav-menu>.menu-item>a.elementor-item {
  justify-content: center;
}

.elementor-location-header nav.elementor-nav-menu--main .elementor-nav-menu>.menu-item>a.elementor-item:after {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  background: transparent;
  margin: 0 auto;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: absolute;
  bottom: 0.3125rem;
}

.elementor-location-header nav.elementor-nav-menu--main .elementor-nav-menu>.menu-item>a.elementor-item:hover:after,
.elementor-location-header nav.elementor-nav-menu--main .elementor-nav-menu>.menu-item>a.elementor-item.elementor-item-active:after {
  background: var(--theme-primary-color);
  width: 80%;
}


/*  */
blockquote {
  padding-left: 1.25rem;
  border-left: 2px solid;
  font-size: 1.25rem;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
}

.member-teaser a,
.member-teaser-2 a {
  color: var(--theme-second-color);
  font-weight: 500;

}

.member-teaser a:hover,
.member-teaser-2 a:hover {
  color: var(--theme-primary-color);
}

.list-member .elementor-loop-container>div:nth-child(2n+1)>.member-teaser {
  flex-direction: row-reverse;
}

.member-teaser .col-media {
  padding-left: max(0px, ((100vw - var(--container)) / 2));
}

.member-teaser .col-content {
  padding-right: max(0px, ((100vw - var(--container)) / 2));
}

.list-member .elementor-loop-container>div:nth-child(2n+1)>.member-teaser .col-media {
  padding-right: max(0px, ((100vw - var(--container)) / 2));
  padding-left: 0;
}

.list-member .elementor-loop-container>div:nth-child(2n+1)>.member-teaser .col-content {
  padding-left: max(0px, ((100vw - var(--container)) / 2));
  padding-right: 0;
}

.choose-teach select.teacher-link {
  display: inline-block;
  appearance: revert;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  min-height: unset;
  width: auto;
}

.choose-teach .teach-link {
  margin-top: 1rem;
}

/* overwrite */

body.elementor-page .tf-v1-sidetab-button {
  position: absolute;
  top: 50%;
  left: -48px;
  min-width: 100px;
  max-width: 540px;
  height: 48px;
  padding: 12px 16px;
  border-radius: 8px 8px 0 0;
  text-transform: capitalize;
  border: none;
}

body.elementor-page .tf-v1-sidetab-button-text {
  font-size: 18px;
}

body.elementor-page .tf-v1-sidetab-button-icon {
  font-size: 24px;
  margin-right: 12px;
}

body.elementor-page .tf-v1-sidetab .tf-v1-spinner {
  border: 3px solid #aaa;
  font-size: 24px;
  width: 1em;
  height: 1em;
  border-radius: .5em;
  box-sizing: border-box;
  animation: spin 1s linear infinite;
  border-top-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  top: 0;
  left: 0;
  margin: 0
}

@media(max-width: 480px) {
  body.elementor-page .tf-v1-sidetab-close {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    font-size: 32px;
    font-weight: normal;
    line-height: 24px;
    width: 24px;
    height: 24px;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    opacity: .75;
    transition: opacity .25s ease-in-out;
    text-decoration: none;
    color: #000;
    top: 6px;
    right: 8px;
    background: none;
    border: none;
    border-radius: 0;
    display: block;
    z-index: 1
  }

}

@media screen and (min-width:768px) {
  .elementor-location-header nav.elementor-nav-menu--main .elementor-nav-menu .elementor-nav-menu--dropdown {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-width: 10rem;
    padding: 0.3125rem 0;
    margin: 2px 0 0;
    font-size: 0.875rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.175);
    box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.175);
  }

  .elementor-location-header nav.elementor-nav-menu--main .elementor-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
    padding: 0.1875rem 1.25rem;
    color: #333333;
    background-color: #fff;
  }

  .elementor-location-header nav.elementor-nav-menu--main .elementor-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item:hover,
  .elementor-location-header nav.elementor-nav-menu--main .elementor-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item.elementor-item-active:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
  }
}

@media screen and (max-width:1200px) {
  :root {
    --spacing-base: 0.8rem;
  }
}

@media screen and (max-width:1024px) {
  :root {
    --spacing-base: 0.6rem;
  }

  .spacing-default {
    --spacer-size: 0.75rem !important;
  }

  .spacing-normal {
    --spacer-size: 1.25rem !important;
  }

  .spacing-double-normal {
    --spacer-size: 1.5rem !important;
  }

  h1,
  .h1 {
    font-size: 2.75rem;
  }

  h2,
  .h2 {
    font-size: 2.25rem;
  }

  h3,
  .h3 {
    font-size: 1.75rem;
  }

  h4,
  .h4 {
    font-size: 1.35rem;
  }

  h5,
  .h5 {
    font-size: 1.125rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }

  .font-extra-big,
  .font-extra-big .elementor-heading-title {
    font-size: 2.5rem;
  }

  .font-big,
  .font-big .elementor-heading-title {
    font-size: 2.25rem;
  }

  .font-extra-medium,
  .font-extra-medium .elementor-heading-title {
    font-size: 2rem;
  }

  .font-medium,
  .font-medium .elementor-heading-title {
    font-size: 1.75rem;
  }

  .font-extra-normal,
  .font-extra-normal .elementor-heading-title {
    font-size: 1.375rem;
  }


}

@media screen and (max-width:991px) {}


@media screen and (max-width:767px) {

  h1,
  .h1 {
    font-size: 2.5rem;
  }

  h2,
  .h2 {
    font-size: 2rem;
  }

  .font-extra-big,
  .font-extra-big .elementor-heading-title {
    font-size: 2.25rem;
  }

  .font-big,
  .font-big .elementor-heading-title {
    font-size: 2rem;
  }

  .font-extra-medium,
  .font-extra-medium .elementor-heading-title {
    font-size: 1.875rem;
  }

  .font-medium,
  .font-medium .elementor-heading-title {
    font-size: 1.5rem;
  }

  .font-extra-normal,
  .font-extra-normal .elementor-heading-title {
    font-size: 1.25rem;
  }

  .padding-standard {
    padding: 1.875rem 0.9375rem;
  }

}