body {
  margin: 0;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
  -webkit-font-smoothing: antialiased; }

body,
html {
  height: 100%; }

::-moz-selection {
  background-color: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #000;
  color: #fff;
  text-shadow: none; }

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.2s; }
  a:focus, a:hover {
    color: #000;
    text-decoration: none; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

a img {
  border: 0; }

p {
  margin: 0; }

img, svg {
  width: 100%;
  height: auto;
  max-width: 100%; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0;
  height: 50px;
  padding: 2px 15px 5px 15px;
  width: 100%;
  border-radius: 3px;
  background-color: #f5f5f6;
  box-sizing: border-box; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f5f5f6 inset !important;
  -webkit-text-fill-color: #000000; }

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0; }

@font-face {
  font-family: hkgrotesk;
  font-weight: normal;
  src: url("assets/fonts/hkgrotesk/hkgrotesk-light.eot");
  src: url("assets/fonts/hkgrotesk/hkgrotesk-light.eot?") format("eot"), url("assets/fonts/hkgrotesk/hkgrotesk-light.woff") format("woff"), url("assets/fonts/hkgrotesk/hkgrotesk-light.ttf") format("truetype"), url("assets/fonts/hkgrotesk/hkgrotesk-light.svg#svg") format("svg"); }

@font-face {
  font-family: hkgrotesk;
  font-weight: medium;
  src: url("assets/fonts/hkgrotesk/hkgrotesk-regular.eot");
  src: url("assets/fonts/hkgrotesk/hkgrotesk-regular.eot?") format("eot"), url("assets/fonts/hkgrotesk/hkgrotesk-regular.woff") format("woff"), url("assets/fonts/hkgrotesk/hkgrotesk-regular.ttf") format("truetype"), url("assets/fonts/hkgrotesk/hkgrotesk-regular.svg#svg") format("svg"); }

@font-face {
  font-family: hkgrotesk;
  font-weight: bold;
  src: url("assets/fonts/hkgrotesk/hkgrotesk-medium.eot");
  src: url("assets/fonts/hkgrotesk/hkgrotesk-medium.eot?") format("eot"), url("assets/fonts/hkgrotesk/hkgrotesk-medium.woff") format("woff"), url("assets/fonts/hkgrotesk/hkgrotesk-medium.ttf") format("truetype"), url("assets/fonts/hkgrotesk/hkgrotesk-medium.svg#svg") format("svg"); }

body, input, button {
  color: #000000;
  word-wrap: break-word;
  font-family: 'hkgrotesk', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%; }
  @media screen and (max-width: 767px) {
    body, input, button {
      font-size: 15px; } }
h1 {
  margin: 0;
  font-size: 32px;
  line-height: 140%;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 24px; } }
h2 {
  margin: 0;
  font-size: 26px;
  line-height: 140%;
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 30px; } }
h3 {
  margin: 0;
  font-size: 17px;
  line-height: 140%;
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 15px; } }
h4 {
  margin: 0;
  font-size: 17px;
  line-height: 140%;
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    h4 {
      font-size: 15px; } }
b, strong {
  font-weight: normal; }

button, .button {
  font-family: soleil, sans-serif;
  font-family: 'hkgrotesk', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease; }
  @media screen and (max-width: 767px) {
    button, .button {
      font-size: 15px; } }
header:before {
  content: '';
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(-180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
  pointer-events: none; }

header:after {
  content: '';
  width: 100%;
  height: 160px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
  pointer-events: none; }

header .menu {
  position: fixed;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  display: flex;
  z-index: 8;
  padding: 0 5px 0 15px; }
  @media screen and (max-width: 767px) {
    header .menu {
      bottom: 20px; } }
  header .menu:before {
    content: '';
    width: calc(100% + 200px);
    height: calc(100% + 65px);
    position: absolute;
    top: -15px;
    left: -100px; }
  header .menu .source {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: 100%;
    padding: 8px 20px 10px 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.15s ease; }
    header .menu .source span {
      white-space: nowrap; }
  header .menu .filter {
    display: flex;
    transition: all 0.15s ease; }
    header .menu .filter li {
      display: flex;
      padding: 8px 10px 12px 10px;
      transition: all 0.15s ease;
      position: relative;
      cursor: pointer; }
      header .menu .filter li span {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: absolute;
        top: 16px;
        left: -4px;
        opacity: 0;
        -webkit-transform: scale(0) translateX(10px);
                transform: scale(0) translateX(10px);
        transition: all 0.15s ease; }
      header .menu .filter li.all span {
        -webkit-animation: background 26s infinite;
                animation: background 26s infinite;
        transition: background 0.2s linear; }

@-webkit-keyframes background {
  0% {
    color: #7DADFF;
    background-color: #7DADFF; }
  14% {
    color: #F8EA6E;
    background-color: #F8EA6E; }
  28% {
    color: #F9805A;
    background-color: #F9805A; }
  42% {
    color: #12AE51;
    background-color: #12AE51; }
  60% {
    color: #607D8B;
    background-color: #607D8B; }
  74% {
    color: #F44336;
    background-color: #F44336; }
  100% {
    color: #7DADFF;
    background-color: #7DADFF; } }
      header .menu .filter li.active {
        margin-left: 12px; }
        header .menu .filter li.active span {
          opacity: 1;
          -webkit-transform: scale(1) translateX(0);
                  transform: scale(1) translateX(0); }
    header .menu .filter:hover li:not(:hover) {
      opacity: 0.5; }
      header .menu .filter:hover li:not(:hover) span {
        background-color: #D8D8D8 !important; }
  header .menu .dark-light {
    width: 20px;
    height: 20px;
    padding: 11px 10px 11px 8px;
    cursor: pointer;
    display: none; }
    header .menu .dark-light:hover {
      opacity: 0.5; }
  header .menu .arrow {
    width: 12px;
    height: 12px;
    padding: 10px 0 11px 0;
    cursor: pointer;
    z-index: 3;
    -webkit-transform: scale(0) translateZ(0);
            transform: scale(0) translateZ(0);
    -webkit-backface-visibility: hidden;
    opacity: 0;
    transition: all 0.15s ease; }
    header .menu .arrow svg {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg);
      -webkit-backface-visibility: hidden;
      transition: all 0.15s ease; }
  header .menu.arrow-hover .filter {
    opacity: 0.5; }
  header .menu.highlight .arrow {
    padding: 10px 15px 11px 10px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
    header .menu.highlight .arrow svg {
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }
  header .menu.highlight .filter {
    opacity: 0; }
  header .menu.highlight .source {
    opacity: 1;
    visibility: visible; }
  header .menu.scroll .arrow {
    padding: 10px 15px 11px 10px;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    opacity: 1; }

section.error-404 {
  min-height: 100vh;
  margin-bottom: -140px; }
  section.error-404 h1 {
    text-align: center;
    margin-top: 60px; }
  section.error-404 span {
    font-size: 400px;
    line-height: 400px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #f5f5f6; }

/* LOADER */
.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px; }

.g-recaptcha {
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.ml-form-embedSubmitLoad:after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #000000 #000000 #000000 transparent;
  -webkit-animation: ml-form-embedSubmitLoad 1.2s linear infinite;
          animation: ml-form-embedSubmitLoad 1.2s linear infinite; }

@-webkit-keyframes ml-form-embedSubmitLoad {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes ml-form-embedSubmitLoad {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

#mlb2-2580434.ml-form-embedContainer {
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
  position: static;
  width: 100% !important; }

#mlb2-2580434.ml-form-embedContainer h4,
#mlb2-2580434.ml-form-embedContainer p,
#mlb2-2580434.ml-form-embedContainer span,
#mlb2-2580434.ml-form-embedContainer button {
  text-transform: none !important;
  letter-spacing: normal !important; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper {
  border-width: 0px;
  border-color: transparent;
  border-radius: 0px;
  border-style: solid;
  box-sizing: border-box;
  display: inline-block !important;
  margin: 0;
  padding: 0;
  position: relative; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper.embedDefault {
  width: 560px; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width: 560px;
  width: 100%; }

#mlb2-2580434.ml-form-embedContainer .ml-form-align-left {
  text-align: left; }

#mlb2-2580434.ml-form-embedContainer .ml-form-align-center {
  text-align: center; }

#mlb2-2580434.ml-form-embedContainer .ml-form-align-default {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center !important; }

#mlb2-2580434.ml-form-embedContainer .ml-form-align-right {
  text-align: right; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  height: auto;
  margin: 0 auto !important;
  max-width: 100%;
  width: undefinedpx; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
  padding-bottom: 0; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  text-align: left;
  margin: 0 0 20px 0; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-align: left;
  word-break: break-word; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: left; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
  font-size: 14px; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
  list-style-type: lower-alpha; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
  list-style-type: lower-roman; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
  color: #000000;
  text-decoration: underline; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
  text-align: left !important; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
  margin-bottom: 5px;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  line-height: 20px; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
  margin: 0; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  margin: 0;
  width: 100%; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  margin: 0 0 20px 0;
  width: 100%; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  float: left; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
  margin: 0;
  padding: 0 0 20px 0;
  width: 100%;
  height: auto;
  float: left; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
  margin: 0 0 10px 0;
  width: 100%; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
  margin: 0; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
  margin: 0; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder {
  color: #4d4d4d; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder {
  color: #4d4d4d; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder {
  color: #4d4d4d; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder {
  color: #4d4d4d; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  border-color: #cccccc !important;
  background-color: #f6f6f6 !important; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -1.5rem;
  overflow: visible; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  border-radius: 4px !important; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::after, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::after, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::after, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::before {
  border-color: #f6f6f6 !important;
  background-color: #f6f6f6 !important;
  color: #000000 !important; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {
  top: 2px;
  box-sizing: border-box; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  top: 0px !important;
  box-sizing: border-box !important; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  top: 0px !important;
  box-sizing: border-box !important; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
  top: 0px !important;
  box-sizing: border-box !important;
  position: absolute;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: ""; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  top: 0px !important;
  box-sizing: border-box !important; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
  position: absolute;
  top: 4px;
  left: -1.5rem;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
  border-radius: 50%; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
  position: absolute;
  top: 2px !important;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: ""; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  position: absolute;
  top: 4px;
  left: -1.5rem;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
  border-radius: 50%; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
  position: absolute;
  top: 0px !important;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: ""; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  position: absolute;
  top: 0px !important;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: ""; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
  background: no-repeat 50%/50% 50%; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  background: no-repeat 50%/50% 50%; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  box-sizing: border-box;
  padding: 0; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {
  color: #000000;
  font-size: 12px !important;
  line-height: 22px;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
  font-style: normal;
  font-weight: 700; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select, #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  height: auto;
  width: 100%;
  float: left; }

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn {
  padding-top: 25px; }

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
  box-sizing: border-box;
  float: left; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  cursor: pointer;
  width: 100%;
  height: auto; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -1.5rem;
  overflow: visible; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
  color: #000000;
  display: block;
  font-size: 12px;
  text-align: left;
  margin-bottom: 0;
  position: relative;
  vertical-align: top; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 24px; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
  color: #000000;
  text-decoration: underline; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
  color: #000000 !important;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 18px !important;
  padding: 0 !important;
  margin: 0 5px 0 0 !important; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
  margin: 0; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  margin: 0 0 20px 0;
  float: left;
  width: 100%; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: #f6f6f6 !important;
  border: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  color: #000000 !important;
  cursor: pointer;
  height: auto;
  padding: 10px !important;
  width: 100% !important;
  box-sizing: border-box !important; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
  display: none; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
  background-color: #d7d7d7 !important; }

.ml-subscribe-close {
  width: 30px;
  height: 30px;
  background: url("https://cdn.mailerlite.com/images/default/modal_close.png") no-repeat;
  background-size: 30px;
  cursor: pointer;
  margin-top: -10px;
  margin-right: -10px;
  position: absolute;
  top: 0;
  right: 0; }

.ml-error input, .ml-error textarea, .ml-error select {
  border-color: red !important; }

.ml-error .custom-checkbox-radio-list {
  border: 1px solid red !important;
  border-radius: 0px;
  padding: 10px; }

.ml-error .label-description,
.ml-error .label-description p,
.ml-error .label-description p a,
.ml-error label:first-child {
  color: #ff0000 !important; }

#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
#mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
  color: #ff0000 !important; }

#mlb2-2580434 .ml-mobileButton-horizontal button {
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  border-style: solid !important;
  border-width: 0px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  color: #000000 !important;
  cursor: pointer;
  width: 100% !important; }

section.content {
  max-width: 560px;
  margin: 25vh auto 20px auto;
  padding: 0 30px; }
  @media screen and (max-width: 767px) {
    section.content {
      margin: 40px auto 20px auto; } }
  section.content h1, section.content h2, section.content h3 {
    margin-bottom: 10px; }
  section.content p {
    margin-bottom: 10px; }
  section.content a {
    text-decoration: underline; }

section.list {
  max-width: 560px;
  margin: 40px auto 0 auto;
  padding: 0 25px;
  transition: all 0.5s ease; }
  section.list.hide {
    opacity: 0; }
  section.list ul {
    padding-right: 40px;
    list-style: none;
    transition: all 0.2s linear; }
    section.list ul:after {
      content: '';
      clear: both;
      display: block; }
    section.list ul .seperator {
      width: 100%;
      height: 0;
      display: block;
      float: left;
      position: relative; }
      section.list ul .seperator .year {
        width: 54px;
        height: 58px;
        position: relative;
        top: 8px;
        left: calc(100% + 45px);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        transition: all 0.2s ease; }
      section.list ul .seperator .month {
        position: relative;
        left: calc(100% + 45px);
        padding: 0 10px 0 4px;
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        background-color: white;
        transition: all 0.2s ease;
        z-index: 1; }
        section.list ul .seperator .month:after {
          content: '';
          width: 100px;
          height: 20px;
          position: absolute;
          top: 10px;
          left: 100%;
          background-color: white;
          transition: all 0.2s ease; }
    section.list ul li {
      width: 100%;
      position: relative;
      transition: all 0.2s linear; }
      section.list ul li.hidden {
        height: 0;
        opacity: 0;
        visibility: hidden; }
      section.list ul li:before {
        content: '';
        width: calc(100% - 20px);
        height: 1px;
        position: absolute;
        background-color: #000;
        opacity: 0.1;
        top: 14px;
        left: 20px;
        z-index: 1;
        transition: all 0.2s linear; }
      section.list ul li:hover, section.list ul li:active {
        opacity: 1; }
      section.list ul li a {
        width: calc(100% - 18px);
        display: block;
        position: relative;
        padding: 2px 0 2px 18px;
        overflow: hidden;
        z-index: 4; }
        section.list ul li a .title {
          display: inline-block;
          position: relative;
          background-color: #fff;
          padding-right: 3px;
          transition: all 0.3s linear, opacity 0.2s linear; }
          @media screen and (max-width: 767px) {
            section.list ul li a .title {
              overflow: scroll; } }
          section.list ul li a .title h4 {
            width: calc(100% - 8px);
            height: 40px;
            display: block;
            position: relative;
            padding-right: 8px;
            white-space: nowrap;
            z-index: 3;
            float: left; }
            @media screen and (max-width: 767px) {
              section.list ul li a .title h4 {
                height: 32px; } }
            @media screen and (max-width: 767px) {
              section.list ul li a .title h4.overflow {
                padding-right: 200px; } }
        section.list ul li a .category {
          width: 8px;
          height: 8px;
          border-radius: 50%;
          position: absolute;
          top: 10px;
          left: 0;
          transition: all 0.15s ease; }
        section.list ul li a .date {
          position: absolute;
          top: 2px;
          right: 0;
          z-index: 4;
          transition: all 0.15s linear, opacity 0.2s linear; }
          section.list ul li a .date:after {
            content: '';
            width: 200%;
            height: 100%;
            position: absolute;
            background-color: #fff;
            top: 0;
            left: -8px;
            z-index: 1;
            transition: all 0.2s linear; }
          section.list ul li a .date span {
            position: relative;
            opacity: 0.2;
            z-index: 2; }
        section.list ul li a:after {
          content: '';
          width: 20px;
          height: 20px;
          position: absolute;
          top: 10px;
          right: -12px;
          background-image: url("assets/arrow.svg");
          background-position: center;
          -webkit-transform: rotate(-135deg);
                  transform: rotate(-135deg);
          background-size: 12px;
          background-color: white;
          background-position: right;
          background-repeat: no-repeat;
          padding-left: 8px;
          z-index: 4;
          opacity: 0;
          transition: all 0.15s ease; }
          @media screen and (max-width: 767px) {
            section.list ul li a:after {
              display: none; } }
        section.list ul li a:hover, section.list ul li a:active {
          border: 0;
          color: #000 !important; }
        section.list ul li a:visited {
          opacity: 0.3; }
      section.list ul li.hide {
        opacity: 0.5; }
    section.list ul:hover .seperator h3 {
      color: rgba(0, 0, 0, 0.4); }
    section.list ul:hover li {
      opacity: 0.4; }
      section.list ul:hover li:hover {
        opacity: 1; }

section.newsletter {
  max-width: 560px;
  margin: 20px auto;
  padding: 0 25px; }
  section.newsletter .ml-mobileButton-horizontal {
    display: none; }
  section.newsletter #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg width="17px" height="14px" viewBox="0 0 17 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Artboard-Copy-11" transform="translate(-872.000000, -2066.000000)" stroke="white" stroke-width="1.5"><g id="arrow" transform="translate(880.490381, 2073.069507) rotate(180.000000) translate(-880.490381, -2073.069507) translate(872.490381, 2066.569507)"><path d="M1.0804038,6.76950694 L15.6703738,6.76950694" id="Line"></path><path d="M0.487749094,7.37181072 L6.82588282,0.68336081" id="Line-Copy"></path><path d="M0.486030816,12.6847475 L6.6364344,6.19440378" id="Line-Copy-2" transform="translate(3.561233, 9.439576) scale(-1, 1) rotate(-180.000000) translate(-3.561233, -9.439576) "></path></g></g></g></svg>');
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: background 26s infinite;
            animation: background 26s infinite;
    transition: background 0.2s linear;
    border: 0;
    border-radius: 25px;
    cursor: pointer;
    z-index: 3; }

@-webkit-keyframes background {
  0% {
    color: #7DADFF;
    background-color: #7DADFF; }
  14% {
    color: #F8EA6E;
    background-color: #F8EA6E; }
  28% {
    color: #F9805A;
    background-color: #F9805A; }
  42% {
    color: #12AE51;
    background-color: #12AE51; }
  60% {
    color: #607D8B;
    background-color: #607D8B; }
  74% {
    color: #F44336;
    background-color: #F44336; }
  100% {
    color: #7DADFF;
    background-color: #7DADFF; } }
    section.newsletter #mlb2-2580434.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
      background-color: #000 !important; }

body.dark {
  background-color: #000;
  color: #D8D8D8; }
  body.dark a {
    color: #D8D8D8; }

/* ========== FEEDBACK FORM STYLES ========== */
.feedback-form {
    padding-top: 0rem;
    padding-bottom: 2rem;
}

.form-row {
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: center; /* Vertically aligns items */
}

.form-input,
.form-textarea {
    border: none;
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 3px;
    font-size: 16px;
    font-family: inherit;
    outline: none;
    transition: box-shadow 0.2s ease;
}

.form-input:focus,
.form-textarea:focus {
    box-shadow: 0 0 0 2px #facc15; /* Highlight on focus */
}

.form-input {
    width: 50%; /* Adjust width as needed */
}

.form-textarea {
    width: 50%; /* Adjust width as needed */
    resize: vertical; /* Allows user to resize height */
    min-height: 20px; /* Matches input height */
}

.submit-button {
    border: none;
    background-color: #facc15; /* Bright yellow */
    border-radius: 50%; /* Makes it a circle */
    width: 35px;
    height: 35px;
    min-width: 35px; /* Prevents shrinking */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.submit-button svg {
    width: 22px;
    height: 22px;
}

.submit-button:hover {
    background-color: #eab308; /* Darker yellow on hover */
}

.contact-link {
  color: #000000; /* Sets the initial text color */
  text-decoration: none; /* Removes the underline */
  transition: color 0.2s ease; /*Adds a smooth color change effect */
}

.contact-link:hover {
  color: #C0C0C0; /* Sets the text color to light blue on hover */
}

/* ========================================= */
