@font-face {
  font-family: Montserrat;
  src: url(../css/fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Montserrat;
  src: url(../css/fonts/Montserrat/Montserrat-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Nunito Sans";
  src: url(../css/fonts/Nunito_Sans/NunitoSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Nunito Sans";
  src: url(../css/fonts/Nunito_Sans/NunitoSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
[tabindex]:not([tabindex="-1"]):focus,
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0.2rem dotted;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.label,
label:not(.option),
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.label-above + ul {
  margin-top: 0;
}
.label-inline {
  display: inline-block;
}
.label-strong {
  font-weight: 700;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
input[data-textual-input="true"],
select,
textarea {
  width: 100%;
  padding: 1.25rem 1.5rem;
  border: 0.1rem solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[data-textual-input="true"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}
input[data-textual-input="true"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}
input[data-textual-input="true"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}
input[data-textual-input="true"]::placeholder,
select::placeholder,
textarea::placeholder {
  opacity: 1;
}
select::-ms-expand {
  display: none;
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute !important;
  height: 0;
  width: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0.5rem 0.25rem 3.5rem;
  margin: 0;
  cursor: pointer;
  vertical-align: top;
}
/* input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0.4rem 1rem 0 -3rem;
  border: 0.1rem solid #000;
  vertical-align: top;
  box-shadow: inset 0 0 0 0 transparent;
  transition: all 0.2s ease;
}*/
input[type="checkbox"] + label:hover,
input[type="radio"] + label:hover {
  background-color: #f5f5f5;
}
input[type="checkbox"]:focus + label,
input[type="radio"]:focus + label {
  outline: 0.2rem dotted;
  outline-offset: 0.1rem;
}
/*input[type="radio"] + label:before {
  border-radius: 50%;
}
input[type="radio"]:checked + label:before {
  background-color: #1f62ff;
  box-shadow: inset 0 0 0 0.3rem #fff;
}
input[type="checkbox"] + label:before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.4rem 1rem;
}
input[type="checkbox"]:checked + label:before {
  background-color: #1f62ff;
  background-image: url(/themes/mantotman/assets/images/checkbox.svg);
} */
.description {
  margin-top: 0.5rem;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
:after,
:before {
  box-sizing: inherit;
}
.page {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Nunito Sans", sans-serif;
  color: #2c3741;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}
.h1 > a,
.h2 > a,
.h3 > a,
.h4 > a,
.h5 > a,
.h6 > a,
blockquote > a,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  text-decoration: none;
}
.h1 > a:focus,
.h1 > a:hover,
.h2 > a:focus,
.h2 > a:hover,
.h3 > a:focus,
.h3 > a:hover,
.h4 > a:focus,
.h4 > a:hover,
.h5 > a:focus,
.h5 > a:hover,
.h6 > a:focus,
.h6 > a:hover,
blockquote > a:focus,
blockquote > a:hover,
h1 > a:focus,
h1 > a:hover,
h2 > a:focus,
h2 > a:hover,
h3 > a:focus,
h3 > a:hover,
h4 > a:focus,
h4 > a:hover,
h5 > a:focus,
h5 > a:hover,
h6 > a:focus,
h6 > a:hover {
  text-decoration: underline;
}
.h1,
h1 {
  margin-bottom: 0.5em;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}
.h2,
blockquote,
h2 {
  margin-bottom: 0.2em;
  font-family: Montserrat, sans-serif;
}
.h3,
h3 {
  margin-bottom: 0.26923em;
  font-family: Montserrat, sans-serif;
}
.h4,
.content--main__content h2,
h4 {
  margin-bottom: 0.20833em;
  font-family: Montserrat, sans-serif;
}
.h5,
.content--main__content h3,
h5 {
  margin-bottom: 0.25em;
  font-family: "Nunito Sans", sans-serif;
}
.h6,
h6 {
  margin-bottom: 0.3125em;
  font-family: "Nunito Sans", sans-serif;
}
p {
  margin: 0;
}

.content--main__content p + * {
  margin-top: 1.25em;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  font-size: smaller;
}
svg {
  fill: currentColor;
}
svg.svg-use {
  display: flex;
}
a {
  color: currentColor;
  transition: all 0.2s ease;
}
a:hover, a:focus {
  text-decoration: none;
}
.content--main__content a:not([class*="btn-"]) {
  text-decoration: underline;
  transition: all 0.2s ease;
  color: #1f62ff;
}
.content--main__content a:not([class*="btn-"]):focus,
.content--main__content a:not([class*="btn-"]):hover {
  color: #2c3741;
}
.content--main__content a:not([class*="btn-"]).is-active {
  color: #2c3741;
}
a img {
  outline: 0 none;
  border: 0 none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul > li:before {
  content: "\200B";
  position: absolute;
}
.content--main__content ul {
  list-style: disc;
  padding-left: 1.25em;
}
.content--main__content ul ::marker {
  color: currentColor;
}
.content--main__content ul > li:before {
  content: none;
}
.content--main__content ul + * {
  margin-top: 1.25em;
}
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol > li:before {
  content: "\200B";
  position: absolute;
}
.content--main__content ol {
  list-style: decimal;
  padding-left: 1.25em;
}
.content--main__content ol ::marker {
  color: currentColor;
}
.content--main__content ol > li:before {
  content: none;
}
.content--main__content ol + * {
  margin-top: 1.25em;
}
.content--main__content ol ::marker,
.content--main__content ul ::marker {
  color: #1f62ff;
  font-weight: 700;
}
hr {
  border: none;
  height: 1px;
  width: 100%;
  background-color: #000;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
blockquote {
  margin: 0;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #e3e3e3;
}
blockquote strong {
  color: #1f62ff;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table caption {
  margin-bottom: 1.5rem;
  text-align: left;
  font-weight: 600;
}
table th {
  border: 0.1rem solid #e3e3e3;
  padding: 1rem 1.5rem;
  text-align: left;
  vertical-align: top;
}
table td {
  border: 0.1rem solid #e3e3e3;
  padding: 1rem 1.5rem;
  text-align: left;
  vertical-align: top;
}
figure {
  margin: 0;
}
figure figcaption {
  margin-top: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #757575;
}
.file {
  display: inline-flex;
  align-items: baseline;
}
.file .file__info {
  font-size: 14px;
  font-size: 1.4rem;
}
.file .icon {
  margin-left: 0.3em;
}
iframe {
  width: 100% !important;
}
#main-content,
.footer,
.main-menu,
.search {
  display: none;
}
.page {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: 0 0;
  display: block;
}
.content,
main {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}
.media-image_left,
.media-image_right {
  float: none;
  margin: 0;
}
@media (min-width: 0em) and (max-width: 47.9375em) {
  .page {
    line-height: 1.5em;
  }
  .h1,
  h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.28571em;
  }
  .h2,
  blockquote,
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.33333em;
  }
  .h3,
  h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4em;
  }
  .h4,
  .content--main__content h2,
  h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444em;
  }
  .h5,
  .content--main__content h3,
  h5 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333em;
  }
  .h6,
  h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857em;
  }
}
@media (min-width: 48em) and (max-width: 63.9375em) {
  .page {
    line-height: 1.625em;
  }
  .h1,
  h1 {
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 1.17575em;
  }
  .h2,
  blockquote,
  h2 {
    font-size: 37px;
    font-size: 3.7rem;
    line-height: 1.24667em;
  }
  .h3,
  h3 {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.35385em;
  }
  .h4,
  .content--main__content h2,
  h4 {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.38889em;
  }
  .h5,
  .content--main__content h3,
  h5 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.41667em;
  }
  .h6,
  h6 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.52679em;
  }
}
@media (min-width: 64em) {
  .page {
    line-height: 1.75em;
  }
  .h1,
  h1 {
    font-size: 76px;
    font-size: 7.6rem;
    line-height: 1.06579em;
  }
  .h2,
  blockquote,
  h2 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.16em;
  }
  .h3,
  h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.30769em;
  }
  .h4,
  .content--main__content h2,
  h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.33333em;
  }
  .h5,
  .content--main__content h3,
  h5 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
  }
  .h6,
  h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625em;
  }
}
