html {
  font-size: 62.5%;
}

body {
  background-color: #FFF;
  color: #000;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}

html, body, * {
  box-sizing: border-box;
}

figure {
  padding: 0;
  margin: 0;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  color: #000;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

#wrapper.mce-content-body {
  display: block;
  background: #FFF;
  color: #000;
}

.offscreen,
.invisible {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
}

.hidden {
  display: none;
}

#wrapper.mce-content-body .offscreen {
  position: static !important;
  top: auto !important;
  left: auto !important;
  height: auto !important;
  width: auto !important;
  opacity: 0.2 !important;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  background-color: #F9F9F9;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wrapper {
  width: 100%;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  background-color: #FFF;
  max-width: 160rem;
  margin: 0 auto;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.content-container {
  flex-grow: 1;
  position: relative;
  padding: 0 10px;
}
@media (min-width: 31.25em) {
  .content-container {
    padding: 0 20px;
  }
}
.content-container > .inside {
  margin: 0 auto;
  max-width: 122rem;
}
.content-container.content-2-col > .inside {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}

/* TinyMCE */
#wrapper.mce-content-body {
  max-width: 660px;
  margin: 0;
  padding: 10px 20px;
}

.header-navbar-main h2 {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
}
.header-navbar-main ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 25px;
}

.header-hamburger-nav[data-state=closed] .navbar,
.header-hamburger-nav[data-state=closed] .header-search {
  display: none;
}

.header-hamburger-button {
  margin: 0;
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-hamburger-button svg {
  display: block;
  pointer-events: none;
  border-radius: 100%;
}
.header-hamburger-button svg #bg {
  fill: #0074D9;
}
.header-hamburger-button svg #bars {
  fill: #FFF;
}
.header-hamburger-button:hover, .header-hamburger-button:focus, .header-hamburger-button:active {
  background-color: transparent;
}
.header-hamburger-button:hover svg #bg, .header-hamburger-button:focus svg #bg, .header-hamburger-button:active svg #bg {
  r: 20.5;
  fill: #B1289B;
}
.header-hamburger-button:hover svg #bars, .header-hamburger-button:focus svg #bars, .header-hamburger-button:active svg #bars {
  fill: #FFF;
}

.header-search h2 {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
}
.header-search .formbody {
  display: flex;
  position: relative;
  width: 40rem;
  max-width: 100%;
}
.header-search .widget-text {
  display: flex;
  width: 100%;
}
.header-search .widget-text input.text {
  border: 1px solid #000;
  border-radius: 2px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  width: 100%;
  padding: 0.8rem 4.5rem 0.8rem 0.8rem;
}
.header-search .widget-text input.text::placeholder {
  color: #000;
}
.header-search .widget-text input.text:hover, .header-search .widget-text input.text:focus, .header-search .widget-text input.text:active {
  border: 1px solid #B1289B;
}
.header-search .widget-text input.text:hover::placeholder, .header-search .widget-text input.text:focus::placeholder, .header-search .widget-text input.text:active::placeholder {
  opacity: 0.3;
}
.header-search .widget-submit {
  position: absolute;
  top: 0;
  right: 0;
}
.header-search .widget-submit button {
  width: calc(4rem + 2px);
  height: calc(4rem + 2px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.header-search .widget-submit #icon-search-icon {
  fill: #000;
}
.header-search .widget-submit:hover #icon-search-icon, .header-search .widget-submit:focus #icon-search-icon, .header-search .widget-submit:active #icon-search-icon {
  fill: #B1289B;
}
.header-search .widget-submit svg {
  width: 2.4rem;
  height: 2.4rem;
}

@media (min-width: 62.5em) {
  .content .mod_article {
    margin: 0 auto;
  }
}

.content-intro {
  background-color: #E7E7E7;
}

a {
  color: #000;
}

.content-outro {
  background-color: #E7E7E7;
}

/*# sourceMappingURL=styles.css.map */

