html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #e7eeff;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #1c204c;
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 20px;
    line-height: 30px;
  }
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 991px) {
  .en-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 50;
    background: #e7eeff;
  }
}
.en-header .en-header-content {
  width: 100%;
  max-width: 2020px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (max-width: 991px) {
  .en-header .en-header-content {
    padding: 15px 20px;
  }
}
@media (min-width: 992px) {
  .en-header .en-header-content {
    padding: 20px 50px;
  }
}
.en-header .en-header-content .header-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 991px) {
  .en-header .en-header-content .header-logo {
    height: 30px;
  }
  .en-header .en-header-content .header-logo img {
    height: 30px;
  }
}
@media (min-width: 992px) {
  .en-header .en-header-content .header-logo {
    height: 40px;
    -webkit-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
  }
  .en-header .en-header-content .header-logo img {
    height: 40px;
  }
  .en-header .en-header-content .header-logo:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
    -webkit-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
  }
}
.en-header .en-header-content .header-navi-desktop {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 991px) {
  .en-header .en-header-content .header-navi-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .en-header .en-header-content .header-navi-desktop {
    font-weight: 500;
  }
  .en-header .en-header-content .header-navi-desktop .navi-items {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .en-header .en-header-content .header-navi-desktop .navi-items li {
    display: block;
  }
  .en-header .en-header-content .header-navi-desktop .navi-items li.language-selection {
    padding-left: 30px;
    border-left: 1px #c3ceea solid;
  }
  .en-header .en-header-content .header-navi-desktop .navi-items li a, .en-header .en-header-content .header-navi-desktop .navi-items li a:visited {
    color: #1c204c;
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  .en-header .en-header-content .header-navi-desktop .navi-items li a:hover, .en-header .en-header-content .header-navi-desktop .navi-items li a:active {
    color: #3d4de7;
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
}
@media (min-width: 992px) and (max-width: 1368px) {
  .en-header .en-header-content .header-navi-desktop {
    font-size: 15px;
    line-height: 30px;
  }
}
@media (min-width: 1369px) {
  .en-header .en-header-content .header-navi-desktop {
    font-size: 17px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .en-header .en-header-content .header-navi-mobile .nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 28px;
    height: 16px;
    gap: 5px;
    cursor: pointer;
  }
  .en-header .en-header-content .header-navi-mobile .nav-toggle .bar {
    height: 2px;
    width: 100%;
    background-color: #1c204c;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
  }
  .en-header .en-header-content .header-navi-mobile .nav-toggle.x .bar-1 {
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -webkit-transform: rotate(29deg);
        -ms-transform: rotate(29deg);
            transform: rotate(29deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    width: 30px;
  }
  .en-header .en-header-content .header-navi-mobile .nav-toggle.x .bar-2 {
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    width: 0;
  }
  .en-header .en-header-content .header-navi-mobile .nav-toggle.x .bar-3 {
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -webkit-transform: rotate(-29deg);
        -ms-transform: rotate(-29deg);
            transform: rotate(-29deg);
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
    width: 30px;
  }
}
@media (min-width: 992px) {
  .en-header .en-header-content .header-navi-mobile {
    display: none;
  }
}

.en-mobilenavi {
  display: none;
}
.en-mobilenavi.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 90px 20px 20px 20px;
  background: #e7eeff;
  z-index: 40;
}
.en-mobilenavi.open .en-mobilenavi-content {
  min-height: calc(100vh - 114px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  font-size: 17px;
  line-height: 30px;
}
.en-mobilenavi.open .en-mobilenavi-content a, .en-mobilenavi.open .en-mobilenavi-content a:visited {
  color: #1c204c;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.en-mobilenavi.open .en-mobilenavi-content a:hover, .en-mobilenavi.open .en-mobilenavi-content a:active {
  color: #3d4de7;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.en-mobilenavi.open .en-mobilenavi-content .navi {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
.en-mobilenavi.open .en-mobilenavi-content .navi .navi-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.en-mobilenavi.open .en-mobilenavi-content .navi .navi-items li {
  display: block;
  text-align: center;
}
.en-mobilenavi.open .en-mobilenavi-content .navi .navi-items li.level2 {
  font-size: 12px;
  line-height: 16px;
}
.en-mobilenavi.open .en-mobilenavi-content .navi .navi-items li + li {
  margin-top: 30px;
}
.en-mobilenavi.open .en-mobilenavi-content .navi .navi-items li + li.level2 {
  margin-top: 20px;
}
.en-mobilenavi.open .en-mobilenavi-content .language-selection {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  padding-bottom: 60px;
}

.en-footer {
  background: #1c204c;
  color: #e7eeff;
}
.en-footer .en-footer-content {
  width: 100%;
  max-width: 2020px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .en-footer .en-footer-content {
    padding: 50px 20px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content min-content;
    gap: 60px 0;
    grid-template-areas: "footer-newsletter" "footer-navi" "footer-scrolltotop";
  }
}
@media (min-width: 992px) {
  .en-footer .en-footer-content {
    padding: 40px 50px 60px 50px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 3fr 7fr;
    grid-template-rows: -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content;
    gap: 120px 30px;
    grid-template-areas: "footer-scrolltotop footer-newsletter" "footer-navi footer-navi";
  }
}
.en-footer .en-footer-content .footer-scrolltotop {
  grid-area: footer-scrolltotop;
}
.en-footer .en-footer-content .footer-scrolltotop .scrolltotop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  cursor: pointer;
}
.en-footer .en-footer-content .footer-scrolltotop .scrolltotop .scrolltotop-icon {
  width: 39px;
  height: 39px;
}
.en-footer .en-footer-content .footer-scrolltotop .scrolltotop .scrolltotop-icon svg stroke {
  color: #e7eeff;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.en-footer .en-footer-content .footer-scrolltotop .scrolltotop .scrolltotop-label {
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  color: #e7eeff;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.en-footer .en-footer-content .footer-scrolltotop .scrolltotop:hover .scrolltotop-icon {
  width: 39px;
  height: 39px;
}
.en-footer .en-footer-content .footer-scrolltotop .scrolltotop:hover .scrolltotop-icon svg stroke {
  color: #ffffff;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.en-footer .en-footer-content .footer-scrolltotop .scrolltotop:hover .scrolltotop-label {
  color: #ffffff;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.en-footer .en-footer-content .footer-newsletter {
  grid-area: footer-newsletter;
}
.en-footer .en-footer-content .footer-newsletter .newsletter {
  width: 100%;
  max-width: 440px;
  margin: 0 0 0 auto;
}
@media (min-width: 992px) {
  .en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-link {
    text-align: right;
  }
}
.en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-link a, .en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-link a:visited {
  display: inline-block;
  line-height: 16px;
  padding: 20px 40px;
  font-weight: 500;
  background: #3d4de7;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border: none;
  outline: none;
  border-radius: 28px;
}
@media (max-width: 991px) {
  .en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-link a, .en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-link a:visited {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-link a, .en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-link a:visited {
    font-size: 16px;
    margin: 0 0 0 auto;
  }
}
.en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-link a:hover, .en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-link a:active {
  text-decoration: none;
  background: #222ea8;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-form {
  border: 2px #e7eeff solid;
  border-radius: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-form .form-input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 56px;
}
.en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-form .form-input .form-input-fld {
  width: 100%;
  height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 16px;
  padding: 20px 25px;
  color: #e7eeff;
  border-radius: 28px;
}
.en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-form .form-input .form-input-fld::-webkit-input-placeholder {
  color: #e7eeff;
}
.en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-form .form-input .form-input-fld::-moz-placeholder {
  color: #e7eeff;
}
.en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-form .form-input .form-input-fld::-ms-input-placeholder {
  color: #e7eeff;
}
.en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-form .form-input .form-input-fld::placeholder {
  color: #e7eeff;
}
.en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-form .form-input .form-input-fld:autofill, .en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-form .form-input .form-input-fld:-webkit-autofill {
  background-color: none !important;
}
.en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-form .form-submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-form .form-submit .form-submit-btn {
  line-height: 16px;
  padding: 20px 40px;
  font-weight: 500;
  background: #3d4de7;
  color: #ffffff;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border: none;
  outline: none;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}
@media (max-width: 991px) {
  .en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-form .form-submit .form-submit-btn {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-form .form-submit .form-submit-btn {
    font-size: 16px;
  }
}
.en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-form .form-submit .form-submit-btn:hover {
  background: #222ea8;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.en-footer .en-footer-content .footer-newsletter .newsletter .newsletter-message {
  padding: 10px 0 0 27px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #e7eeff;
}
.en-footer .en-footer-content .footer-navi {
  grid-area: footer-navi;
  color: #e7eeff;
}
.en-footer .en-footer-content .footer-navi a, .en-footer .en-footer-content .footer-navi a:visited {
  color: #e7eeff;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.en-footer .en-footer-content .footer-navi a:hover, .en-footer .en-footer-content .footer-navi a:active {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (max-width: 991px) {
  .en-footer .en-footer-content .footer-navi {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
  }
  .en-footer .en-footer-content .footer-navi .navi-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .en-footer .en-footer-content .footer-navi .navi-items li {
    display: block;
  }
  .en-footer .en-footer-content .footer-navi .navi-items li + li {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .en-footer .en-footer-content .footer-navi {
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
  }
  .en-footer .en-footer-content .footer-navi .navi-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .en-footer .en-footer-content .footer-navi .navi-items li {
    display: block;
  }
}

@media (max-width: 991px) {
  .en-pagecontent {
    width: 100%;
    max-width: 640px;
    margin: 60px auto 0 auto;
  }
}
.en-pagecontent.padded {
  width: 100%;
  max-width: 2020px;
}
@media (max-width: 991px) {
  .en-pagecontent.padded {
    padding: 40px 20px 50px 20px;
    margin: 60px auto 0 auto;
  }
}
@media (min-width: 992px) {
  .en-pagecontent.padded {
    padding: 80px 50px;
    margin: 0 auto;
  }
}
.en-pagecontent h1 {
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 50px 0;
}
@media (max-width: 991px) {
  .en-pagecontent h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .en-pagecontent h1 {
    font-size: 49px;
  }
}
.en-pagecontent .contact-name {
  color: #3d4de7;
  margin: 5px 0;
  font-weight: 400;
}
@media (max-width: 991px) {
  .en-pagecontent .contact-name {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .en-pagecontent .contact-name {
    font-size: 27px;
    line-height: 1.3;
  }
}
.en-pagecontent .contact-title {
  margin: 5px 0;
  font-weight: 400;
}
@media (max-width: 991px) {
  .en-pagecontent .contact-title {
    font-size: 12px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .en-pagecontent .contact-title {
    font-size: 16px;
    line-height: 1.3;
  }
}
.en-pagecontent p {
  margin: 20px 0;
}
.en-pagecontent a, .en-pagecontent a:visited {
  color: #1c204c;
  text-decoration: underline;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.en-pagecontent a:hover, .en-pagecontent a:active {
  color: #3d4de7;
  text-decoration: underline;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.element-editor {
  margin-top: 60px;
}
.element-editor .element-item {
  border: 1px #c3cee9 solid;
  background: #ffffff;
  padding: 30px;
}
.element-editor .element-item label {
  display: block;
  padding: 0 0 15px 0;
  color: #1c204c;
  font-weight: 500;
}
.element-editor .element-item .comment {
  padding: 0 0 15px 0;
  font-size: 14px;
  line-height: 18px;
}
.element-editor .element-item .element .edy-texteditor, .element-editor .element-item .element .edy-texteditor-view {
  border: 1px #c3cee9 solid;
  padding: 10px;
}
.element-editor .element-item .element select {
  width: 100%;
  font-size: 17px;
}
.element-editor .element-item .element + label {
  margin-top: 30px;
}
.element-editor .element-item + .element-item {
  margin-top: 30px;
}

.element-list {
  margin: 20px 0 0 0;
  width: 100%;
  border-collapse: collapse;
}
.element-list th {
  padding: 10px 0;
  font-weight: bold;
  border-bottom: 2px #1c204c solid;
}
.element-list td {
  padding: 10px 0;
  border-top: 2px #1c204c solid;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  color: #3d4de7;
}
@media (max-width: 991px) {
  .breadcrumbs {
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .breadcrumbs {
    margin: 0 0 60px 0;
    font-size: 17px;
    line-height: 1;
  }
}
.breadcrumbs a, .breadcrumbs a:visited {
  color: #3d4de7;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.breadcrumbs a:hover, .breadcrumbs a:active {
  color: #1c204c;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

@media (min-width: 992px) {
  .content-with-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 90px;
  }
}
.content-with-navi .content-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  max-width: 1100px;
}
@media (max-width: 991px) {
  .content-with-navi .content-navi {
    margin: 40px 0 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1368px) {
  .content-with-navi .content-navi {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 30%;
    max-width: 300px;
  }
}
@media (min-width: 1369px) {
  .content-with-navi .content-navi {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 40%;
    max-width: 450px;
  }
}
.content-with-navi .content-navi .navi-title {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .content-with-navi .content-navi .navi-title {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .content-with-navi .content-navi .navi-title {
    margin: 0 0 30px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
  }
}
.content-with-navi .content-navi .navi-items .navi-item, .content-with-navi .content-navi .navi-items .navi-item:visited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: #1c204c;
  text-decoration: none !important;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (max-width: 991px) {
  .content-with-navi .content-navi .navi-items .navi-item .item-icon, .content-with-navi .content-navi .navi-items .navi-item:visited .item-icon {
    width: 45px;
    height: 45px;
  }
  .content-with-navi .content-navi .navi-items .navi-item .item-icon img, .content-with-navi .content-navi .navi-items .navi-item:visited .item-icon img {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1368px) {
  .content-with-navi .content-navi .navi-items .navi-item .item-icon, .content-with-navi .content-navi .navi-items .navi-item:visited .item-icon {
    width: 45px;
    height: 45px;
  }
  .content-with-navi .content-navi .navi-items .navi-item .item-icon img, .content-with-navi .content-navi .navi-items .navi-item:visited .item-icon img {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1369px) {
  .content-with-navi .content-navi .navi-items .navi-item .item-icon, .content-with-navi .content-navi .navi-items .navi-item:visited .item-icon {
    width: 70px;
    height: 70px;
  }
  .content-with-navi .content-navi .navi-items .navi-item .item-icon img, .content-with-navi .content-navi .navi-items .navi-item:visited .item-icon img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 991px) {
  .content-with-navi .content-navi .navi-items .navi-item .item-label, .content-with-navi .content-navi .navi-items .navi-item:visited .item-label {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) and (max-width: 1368px) {
  .content-with-navi .content-navi .navi-items .navi-item .item-label, .content-with-navi .content-navi .navi-items .navi-item:visited .item-label {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 1369px) {
  .content-with-navi .content-navi .navi-items .navi-item .item-label, .content-with-navi .content-navi .navi-items .navi-item:visited .item-label {
    font-size: 27px;
    line-height: 1.3;
  }
}
.content-with-navi .content-navi .navi-items .navi-item:hover, .content-with-navi .content-navi .navi-items .navi-item:active {
  color: #3d4de7;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (max-width: 991px) {
  .content-with-navi .content-navi .navi-items .navi-item + .navi-item {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .content-with-navi .content-navi .navi-items .navi-item + .navi-item {
    margin-top: 20px;
  }
}

.en-section-frontpage-hero .en-section-frontpage-hero-content {
  width: 100%;
  max-width: 2020px;
}
@media (max-width: 991px) {
  .en-section-frontpage-hero .en-section-frontpage-hero-content {
    padding: 40px 20px 80px 20px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content min-content;
    gap: 40px 0;
    grid-template-areas: "hero-title" "hero-image" "hero-main";
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-hero .en-section-frontpage-hero-content {
    padding: 0 50px;
    margin: 32px auto 96px auto;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 65fr 35fr;
    grid-template-rows: -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content;
    gap: 0 96px;
    grid-template-areas: "hero-title hero-image" "hero-main hero-image";
  }
}
.en-section-frontpage-hero .en-section-frontpage-hero-content .hero-title {
  grid-area: hero-title;
}
@media (max-width: 991px) {
  .en-section-frontpage-hero .en-section-frontpage-hero-content .hero-title h1 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-hero .en-section-frontpage-hero-content .hero-title {
    padding: 96px 0 32px 64px;
    width: 100%;
    max-width: 740px;
  }
  .en-section-frontpage-hero .en-section-frontpage-hero-content .hero-title h1 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.4;
  }
}
.en-section-frontpage-hero .en-section-frontpage-hero-content .hero-main {
  grid-area: hero-main;
}
@media (min-width: 992px) {
  .en-section-frontpage-hero .en-section-frontpage-hero-content .hero-main {
    padding: 32px 0 96px 64px;
  }
}
@media (max-width: 991px) {
  .en-section-frontpage-hero .en-section-frontpage-hero-content .hero-main .main-content {
    border-left: 5px #3d4de7 solid;
    padding-left: 30px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-hero .en-section-frontpage-hero-content .hero-main .main-content {
    border-left: 5px #3d4de7 solid;
    padding-left: 40px;
    width: 100%;
    max-width: 740px;
  }
}
@media (max-width: 991px) {
  .en-section-frontpage-hero .en-section-frontpage-hero-content .hero-main .main-content .content-button {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-hero .en-section-frontpage-hero-content .hero-main .main-content .content-button {
    margin-top: 60px;
  }
}
.en-section-frontpage-hero .en-section-frontpage-hero-content .hero-main .main-content .content-button a, .en-section-frontpage-hero .en-section-frontpage-hero-content .hero-main .main-content .content-button a:visited {
  display: inline-block;
  font-weight: 500;
  background: #3d4de7;
  color: #e7eeff;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (max-width: 991px) {
  .en-section-frontpage-hero .en-section-frontpage-hero-content .hero-main .main-content .content-button a, .en-section-frontpage-hero .en-section-frontpage-hero-content .hero-main .main-content .content-button a:visited {
    font-size: 12px;
    line-height: 14px;
    padding: 15px 30px;
    border-radius: 22px;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-hero .en-section-frontpage-hero-content .hero-main .main-content .content-button a, .en-section-frontpage-hero .en-section-frontpage-hero-content .hero-main .main-content .content-button a:visited {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 40px;
    border-radius: 30px;
  }
}
.en-section-frontpage-hero .en-section-frontpage-hero-content .hero-main .main-content .content-button a:hover, .en-section-frontpage-hero .en-section-frontpage-hero-content .hero-main .main-content .content-button a:active {
  background: #222ea8;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.en-section-frontpage-hero .en-section-frontpage-hero-content .hero-image {
  grid-area: hero-image;
  position: relative;
}
@media (max-width: 991px) {
  .en-section-frontpage-hero .en-section-frontpage-hero-content .hero-image {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.en-section-frontpage-hero .en-section-frontpage-hero-content .hero-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 24px;
}

.en-section-frontpage-news {
  background-color: #7992c2;
  background-image: url(/images/news-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.en-section-frontpage-news .en-section-frontpage-news-content {
  width: 100%;
  max-width: 2020px;
}
@media (max-width: 991px) {
  .en-section-frontpage-news .en-section-frontpage-news-content {
    padding: 40px 0 50px 0;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content min-content;
    gap: 40px 0;
    grid-template-areas: "news-title" "news-list" "news-all";
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-news .en-section-frontpage-news-content {
    padding: 50px 50px 90px 50px;
    margin: 0 auto;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 65fr 35fr;
    grid-template-rows: -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content;
    gap: 50px 40px;
    grid-template-areas: "news-title news-all" "news-list news-list";
  }
}
.en-section-frontpage-news .en-section-frontpage-news-content .news-title {
  grid-area: news-title;
  color: #e7eeff;
  font-weight: 500;
}
@media (max-width: 991px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-title {
    padding: 0 20px;
    font-size: 26px;
    line-height: 1.3px;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-title {
    font-size: 36px;
    line-height: 1.3;
  }
}
.en-section-frontpage-news .en-section-frontpage-news-content .news-all {
  grid-area: news-all;
}
@media (max-width: 991px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-all {
    padding: 0 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-all {
    text-align: right;
  }
}
.en-section-frontpage-news .en-section-frontpage-news-content .news-all a, .en-section-frontpage-news .en-section-frontpage-news-content .news-all a:visited {
  display: inline-block;
  font-weight: 500;
  background: none;
  color: #e7eeff;
  border: 1px #e7eeff solid;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (max-width: 991px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-all a, .en-section-frontpage-news .en-section-frontpage-news-content .news-all a:visited {
    font-size: 12px;
    line-height: 14px;
    padding: 13px 28px;
    border-radius: 22px;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-all a, .en-section-frontpage-news .en-section-frontpage-news-content .news-all a:visited {
    font-size: 16px;
    line-height: 20px;
    padding: 18px 38px;
    border-radius: 30px;
  }
}
.en-section-frontpage-news .en-section-frontpage-news-content .news-all a:hover, .en-section-frontpage-news .en-section-frontpage-news-content .news-all a:active {
  background: #e7eeff;
  border: 1px #e7eeff solid;
  color: #3d4de7;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.en-section-frontpage-news .en-section-frontpage-news-content .news-list {
  grid-area: news-list;
}
@media (max-width: 991px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-list {
    width: 100vw;
  }
}
@media (max-width: 991px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-list .news-list-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-list .news-list-desktop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-list .news-list-mobile {
    position: relative;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-list .news-list-mobile {
    display: none;
  }
}
.en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:visited {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e7eeff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  cursor: pointer;
}
@media (max-width: 991px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:visited {
    padding: 30px 20px;
    border-top-right-radius: 70px;
    width: calc(100vw - 60px);
    max-width: 560px;
    height: 320px;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:visited {
    padding: 30px;
    border-top-right-radius: 90px;
    height: 480px;
  }
}
.en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item .item-num, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:visited .item-num {
  font-weight: 500;
  color: #3d4de7;
}
@media (max-width: 991px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item .item-num, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:visited .item-num {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1368px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item .item-num, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:visited .item-num {
    font-size: 54px;
    line-height: 54px;
  }
}
@media (min-width: 1369px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item .item-num, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:visited .item-num {
    font-size: 64px;
    line-height: 64px;
  }
}
.en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item .item-title, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:visited .item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: auto;
  color: #1c204c;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (max-width: 991px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item .item-title, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:visited .item-title {
    padding: 30px 0 0 0;
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item .item-title, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:visited .item-title {
    padding: 40px 0 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1368px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item .item-title, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:visited .item-title {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 1369px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item .item-title, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:visited .item-title {
    font-size: 27px;
    line-height: 1.3;
  }
}
.en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item .item-date, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:visited .item-date {
  color: #3d4de7;
  font-weight: 500;
}
@media (max-width: 991px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item .item-date, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:visited .item-date {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item .item-date, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:visited .item-date {
    padding: 40px 0 0 0;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item .item-buttons, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:visited .item-buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 40px 0 0 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
}
.en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item .item-buttons .button-read, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:visited .item-buttons .button-read {
  display: inline-block;
  font-weight: 500;
  background: #3d4de7;
  color: #e7eeff;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (max-width: 991px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item .item-buttons .button-read, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:visited .item-buttons .button-read {
    font-size: 12px;
    line-height: 14px;
    padding: 15px 30px;
    border-radius: 22px;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item .item-buttons .button-read, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:visited .item-buttons .button-read {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 40px;
    border-radius: 30px;
  }
}
.en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:hover, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:active {
  background: #ffffff;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:hover .item-title, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:active .item-title {
  color: #3d4de7;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (min-width: 992px) {
  .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:hover .item-buttons, .en-section-frontpage-news .en-section-frontpage-news-content .news-list .list-item:active .item-buttons {
    height: 100px;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
}

.en-section-frontpage-publications .en-section-frontpage-publications-content {
  width: 100%;
  max-width: 2020px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .en-section-frontpage-publications .en-section-frontpage-publications-content {
    padding: 40px 20px 50px 20px;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-publications .en-section-frontpage-publications-content {
    padding: 40px 50px 110px 50px;
  }
}
.en-section-frontpage-publications .en-section-frontpage-publications-content .block-title {
  font-weight: 500;
  color: #3d4de7;
}
@media (max-width: 991px) {
  .en-section-frontpage-publications .en-section-frontpage-publications-content .block-title {
    margin: 0 0 40px 0;
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-publications .en-section-frontpage-publications-content .block-title {
    margin: 0 0 40px 0;
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication {
    padding: 0;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content;
    gap: 40px 0;
    grid-template-areas: "publication-image" "publication-main";
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication {
    padding: 0 50px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 70fr 30fr;
    grid-template-rows: -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content;
    gap: 0 96px;
    grid-template-areas: "publication-main publication-image";
  }
}
.en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main {
  grid-area: publication-main;
}
@media (min-width: 992px) {
  .en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main {
    padding: 150px 0;
  }
}
@media (max-width: 991px) {
  .en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content {
    border-left: 5px #3d4de7 solid;
    padding-left: 30px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content {
    border-left: 5px #3d4de7 solid;
    padding-left: 40px;
    width: 100%;
    max-width: 740px;
  }
}
@media (max-width: 991px) {
  .en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-title {
    font-size: 36px;
    line-height: 1.3;
  }
}
.en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-title a, .en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-title a:visited {
  color: #1c204c;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-title a:hover, .en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-title a:active {
  color: #3d4de7;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-buttons {
    margin: 40px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-buttons {
    margin: 60px 0 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
  }
}
.en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-buttons a, .en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-buttons a:visited {
  display: inline-block;
  font-weight: 500;
  background: #3d4de7;
  border: 1px #3d4de7 solid;
  color: #e7eeff;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (max-width: 991px) {
  .en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-buttons a, .en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-buttons a:visited {
    font-size: 12px;
    line-height: 14px;
    padding: 13px 28px;
    border-radius: 22px;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-buttons a, .en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-buttons a:visited {
    font-size: 16px;
    line-height: 20px;
    padding: 18px 38px;
    border-radius: 30px;
  }
}
.en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-buttons a.button-all, .en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-buttons a:visited.button-all {
  background: none;
  color: #3d4de7;
}
.en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-buttons a:hover, .en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-buttons a:active {
  background: #222ea8;
  border: 1px #222ea8 solid;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-buttons a:hover.button-all, .en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-main .main-content .content-buttons a:active.button-all {
  background: #3d4de7;
  border: 1px #3d4de7 solid;
  color: #e7eeff;
}
.en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-image {
  grid-area: publication-image;
  position: relative;
}
@media (max-width: 991px) {
  .en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-image {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.en-section-frontpage-publications .en-section-frontpage-publications-content .publications-lastpublication .publication-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 24px;
}

.en-section-frontpage-blog {
  background: #ffffff;
}
.en-section-frontpage-blog .en-section-frontpage-blog-content {
  width: 100%;
  max-width: 2020px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .en-section-frontpage-blog .en-section-frontpage-blog-content {
    padding: 40px 20px 50px 20px;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-blog .en-section-frontpage-blog-content {
    padding: 40px 50px 110px 50px;
  }
}
.en-section-frontpage-blog .en-section-frontpage-blog-content .block-title {
  font-weight: 500;
  color: #3d4de7;
}
@media (max-width: 991px) {
  .en-section-frontpage-blog .en-section-frontpage-blog-content .block-title {
    margin: 0 0 40px 0;
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-blog .en-section-frontpage-blog-content .block-title {
    margin: 0 0 40px 0;
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication {
    padding: 0;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content;
    gap: 40px 0;
    grid-template-areas: "publication-image" "publication-main";
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication {
    padding: 0 50px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 70fr 30fr;
    grid-template-rows: -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content;
    gap: 0 96px;
    grid-template-areas: "publication-main publication-image";
  }
}
.en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main {
  grid-area: publication-main;
}
@media (min-width: 992px) {
  .en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main {
    padding: 150px 0;
  }
}
@media (max-width: 991px) {
  .en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content {
    border-left: 5px #3d4de7 solid;
    padding-left: 30px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content {
    border-left: 5px #3d4de7 solid;
    padding-left: 40px;
    width: 100%;
    max-width: 740px;
  }
}
@media (max-width: 991px) {
  .en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-title {
    font-size: 36px;
    line-height: 1.3;
  }
}
.en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-title a, .en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-title a:visited {
  color: #1c204c;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-title a:hover, .en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-title a:active {
  color: #3d4de7;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-buttons {
    margin: 40px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-buttons {
    margin: 60px 0 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
  }
}
.en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-buttons a, .en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-buttons a:visited {
  display: inline-block;
  font-weight: 500;
  background: #3d4de7;
  border: 1px #3d4de7 solid;
  color: #e7eeff;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (max-width: 991px) {
  .en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-buttons a, .en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-buttons a:visited {
    font-size: 12px;
    line-height: 14px;
    padding: 13px 28px;
    border-radius: 22px;
  }
}
@media (min-width: 992px) {
  .en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-buttons a, .en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-buttons a:visited {
    font-size: 16px;
    line-height: 20px;
    padding: 18px 38px;
    border-radius: 30px;
  }
}
.en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-buttons a.button-all, .en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-buttons a:visited.button-all {
  background: none;
  color: #3d4de7;
}
.en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-buttons a:hover, .en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-buttons a:active {
  background: #222ea8;
  border: 1px #222ea8 solid;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-buttons a:hover.button-all, .en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-main .main-content .content-buttons a:active.button-all {
  background: #3d4de7;
  border: 1px #3d4de7 solid;
  color: #e7eeff;
}
.en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-image {
  grid-area: publication-image;
  position: relative;
}
@media (max-width: 991px) {
  .en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-image {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.en-section-frontpage-blog .en-section-frontpage-blog-content .blog-lastpublication .publication-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 24px;
}

.slick-dots {
  position: absolute;
  right: 20px;
  bottom: -68px;
  z-index: 5;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  border: 1px #e7eeff solid;
  border-radius: 6px;
  background: none;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  background: #e7eeff;
}

.blog-list .list-item {
  border-top: 1px #c3ceea solid;
}
@media (max-width: 991px) {
  .blog-list .list-item {
    padding: 15px 20px;
  }
}
@media (min-width: 992px) {
  .blog-list .list-item {
    padding: 20px 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 40px;
  }
}
.blog-list .list-item .list-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.blog-list .list-item .list-item-content .item-date {
  color: #3d4de7;
  font-weight: 500;
}
@media (max-width: 991px) {
  .blog-list .list-item .list-item-content .item-date {
    font-size: 12px;
    line-height: 12px;
    padding: 0 0 40px 0;
  }
}
@media (min-width: 992px) {
  .blog-list .list-item .list-item-content .item-date {
    font-size: 16px;
    line-height: 16px;
    padding: 0 0 60px 0;
  }
}
.blog-list .list-item .list-item-content .item-title {
  font-weight: normal;
  font-size: 26px;
  line-height: 1.3;
}
.blog-list .list-item .list-item-content .item-title a, .blog-list .list-item .list-item-content .item-title a:visited {
  color: #1c204c;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.blog-list .list-item .list-item-content .item-title a:hover, .blog-list .list-item .list-item-content .item-title a:active {
  color: #3d4de7;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (max-width: 991px) {
  .blog-list .list-item .list-item-buttons {
    display: none;
  }
}
@media (min-width: 992px) {
  .blog-list .list-item .list-item-buttons {
    opacity: 0;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: right;
  }
}
.blog-list .list-item .list-item-buttons a, .blog-list .list-item .list-item-buttons a:visited {
  display: inline-block;
  font-weight: 500;
  background: #3d4de7;
  color: #e7eeff;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (max-width: 991px) {
  .blog-list .list-item .list-item-buttons a, .blog-list .list-item .list-item-buttons a:visited {
    font-size: 12px;
    line-height: 14px;
    padding: 15px 30px;
    border-radius: 22px;
  }
}
@media (min-width: 992px) {
  .blog-list .list-item .list-item-buttons a, .blog-list .list-item .list-item-buttons a:visited {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 40px;
    border-radius: 30px;
  }
}
.blog-list .list-item .list-item-buttons a:hover, .blog-list .list-item .list-item-buttons a:active {
  background: #222ea8;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (max-width: 991px) {
  .blog-list .list-item:hover .list-item-buttons {
    display: none;
  }
}
@media (min-width: 992px) {
  .blog-list .list-item:hover .list-item-buttons {
    opacity: 1;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
}

.blog-article {
  width: 100%;
  max-width: 1100px;
}
.blog-article .article-date {
  color: #3d4de7;
  font-weight: 500;
}
@media (max-width: 991px) {
  .blog-article .article-date {
    font-size: 12px;
    line-height: 12px;
    padding: 0 0 40px 0;
  }
}
@media (min-width: 992px) {
  .blog-article .article-date {
    font-size: 16px;
    line-height: 16px;
    padding: 0 0 60px 0;
  }
}

.article-author {
  background: #ffffff;
}
@media (max-width: 991px) {
  .article-author {
    margin: 60px 0 0 0;
    border-top-right-radius: 90px;
    padding: 30px 20px 40px 20px;
  }
}
@media (min-width: 992px) {
  .article-author {
    margin: 80px 0 0 0;
    border-top-right-radius: 90px;
    padding: 45px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
.article-author .author-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.article-author .author-image img {
  border-bottom-left-radius: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .article-author .author-image img {
    width: 80px;
  }
}
@media (min-width: 992px) {
  .article-author .author-image img {
    width: 110px;
  }
}
@media (max-width: 991px) {
  .article-author .author-info {
    margin-top: 30px;
  }
}
.article-author .author-info .info-name {
  color: #3d4de7;
}
@media (max-width: 991px) {
  .article-author .author-info .info-name {
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .article-author .author-info .info-name {
    margin: 0 0 20px 0;
    font-size: 27px;
    line-height: 1.3;
  }
}

@media (max-width: 991px) {
  .categories-selector {
    margin: -30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) and (max-width: 1368px) {
  .categories-selector {
    margin: -30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 1369px) {
  .categories-selector {
    margin: -30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    font-size: 27px;
    line-height: 1.5;
  }
}
.categories-selector .categories-item {
  color: #1c204c;
}
.categories-selector .categories-item a, .categories-selector .categories-item a:visited, .categories-selector .categories-item a:hover, .categories-selector .categories-item a:active {
  display: inline-block;
  color: #1c204c;
  text-decoration: none;
  border-bottom: 2px #e7eeff solid;
  cursor: pointer;
}
.categories-selector .categories-item.selected a, .categories-selector .categories-item.selected a:visited, .categories-selector .categories-item.selected a:hover, .categories-selector .categories-item.selected a:active {
  display: inline-block;
  color: #3d4de7;
  text-decoration: none;
  border-bottom: 2px #3d4de7 solid;
}

.category-list h2 {
  margin: 60px 0 30px 0;
  color: #3d4de7;
  font-weight: 400;
}
@media (min-width: 992px) {
  .category-list h2 {
    font-size: 36px;
    line-height: 1.3;
  }
}
.category-list ul {
  margin: 0;
  list-style-type: disc;
}
.category-list ul li + li {
  margin-top: 10px;
}

.councilmember-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .councilmember-list .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .councilmember-list .list-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
.councilmember-list .list-item .item-image img {
  width: 110px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}
.councilmember-list .list-item .item-content .name {
  margin: 0 0 20px 0;
  color: #3161ed;
  font-weight: 400;
}
@media (max-width: 991px) {
  .councilmember-list .list-item .item-content .name {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .councilmember-list .list-item .item-content .name {
    font-size: 27px;
    line-height: 1.3;
  }
}
.councilmember-list .list-item .item-content .cv {
  margin: 40px 0 0 0;
}
.councilmember-list .list-item .item-content .cv a, .councilmember-list .list-item .item-content .cv a:visited {
  display: inline-block;
  font-weight: 500;
  background: none;
  color: #3d4de7;
  border: 1px #3d4de7 solid;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (max-width: 991px) {
  .councilmember-list .list-item .item-content .cv a, .councilmember-list .list-item .item-content .cv a:visited {
    font-size: 12px;
    line-height: 14px;
    padding: 13px 28px;
    border-radius: 22px;
  }
}
@media (min-width: 992px) {
  .councilmember-list .list-item .item-content .cv a, .councilmember-list .list-item .item-content .cv a:visited {
    font-size: 16px;
    line-height: 20px;
    padding: 18px 38px;
    border-radius: 30px;
  }
}
.councilmember-list .list-item .item-content .cv a:hover, .councilmember-list .list-item .item-content .cv a:active {
  background: #3d4de7;
  border: 1px #3d4de7 solid;
  color: #e7eeff;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (max-width: 991px) {
  .councilmember-list .list-item + .list-item {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .councilmember-list .list-item + .list-item {
    margin-top: 80px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
