@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  border: 0;
  color: #000000;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

/*
  1. Default font size.
  2. Correct the line height in all browsers.
  3. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  font-size: 62.5%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 
  1. Remove the margin in all browsers.
  2. Default line-height.
  3.auto: Browser makes predictions about when you can adjust speed, readability, and geometric accuracy while drawing text. Different browsers respond with different values.
    optimizeSpeed: Browser prioritizes more the rendering speed compared to legibility and geometric precision while drawing text. It disables kerning and ligatures.
    optimizeLegibility: Browser prioritizes more legibility compared to rendering speed and geometric precision while drawing text.  It enables kerning and optional ligatures.
    geometricPrecision: The browser prioritizes more geometric precision compared to rendering speed and legibility while drawing text. Certain aspects of fonts like kerning, don’t scale linearly hence it can make text using those fonts look even better.
*/
body {
  margin: 0;
  line-height: 1;
  text-rendering: auto; /* auto, optimizeSpeed, optimizeLegibility, geometricPrecision */
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, time, img {
  display: block;
}

/* Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}

/* Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* Typography Styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Arial", sans-serif;
  font-size: inherit;
  font-weight: inherit;
}

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

li {
  color: #000000;
  font-weight: normal;
}

p {
  color: #000000;
  font-weight: normal;
}

a {
  text-decoration: none;
  font-weight: normal;
}

a:active, a:hover, a:link {
  outline: 0;
  text-decoration: none;
}

/* Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}

b, strong {
  font-weight: bolder;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Removes the default spacing and border for appropriate elements. */
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

/* Table Styles */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
}

/* Input, Button, Optgroup, Select, Textarea  Styles */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Remove the default vertical scrollbar in IE 10+ */
textarea {
  overflow: auto;
  resize: vertical;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
button {
  -webkit-appearance: none;
}

button, input {
  overflow: visible;
}

button,
[role=button] {
  cursor: pointer;
}

/* Correct the inability to style clickable types in iOS and Safari. */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/* Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/*
  1. Add the correct box sizing in IE 10. 
  2. Remove the padding in IE 10. 
*/
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* Correct the cursor style of increment and decrement buttons in Chrome. */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/*
 1. Correct the odd appearance in Chrome and Safari.
 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/*
  Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Media Styles */
img {
  border-style: none;
}

img, audio, video {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 0.2em 1em;
  border: 2px solid blue; /* Blue */
}
.wpcf7 form.init .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: green; /* Green */
  color: #fff;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: red; /* Red */
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: orange; /* Orange */
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: yellow; /* Yellow */
}
.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  position: absolute;
  color: red;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid red;
  background: white;
  padding: 0.2em 0.8em;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url("../img/black-loader.svg");
  width: 16px;
  height: 16px;
  border: 0;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
div.wpcf7 div.ajax-error {
  display: none;
}
div.wpcf7 .placeheld {
  color: grey;
}
div.wpcf7 input[type=file] {
  cursor: pointer;
}
div.wpcf7 input[type=file]:disabled {
  cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.plyr .plyr__time, .plyr .plyr__control {
  color: #fff;
}
.plyr > .plyr__control {
  background: #1E3765;
}
.plyr > .plyr__control:hover {
  background: #1E3765;
}
.plyr .plyr__control:hover, .plyr .plyr--video .plyr__control[aria-expanded=true],
.plyr .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before,
.plyr .plyr__control.plyr__tab-focus {
  background: #1E3765;
}
.plyr input[type=range] {
  color: #1E3765;
}

.burger__icon {
  display: none;
  position: relative;
  z-index: 15;
  width: 30px;
  height: 16px;
  cursor: pointer;
  margin-left: 20px;
}
.burger__icon span {
  display: block;
  width: 30px;
  background-color: #ffffff;
  height: 2px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  border-radius: 5px;
}
.burger__icon span:nth-of-type(1) {
  margin-bottom: 5px;
  width: 25px;
  top: 0;
}
.burger__icon span:nth-of-type(2) {
  width: 25px;
  margin-bottom: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.burger__icon span:nth-of-type(3) {
  width: 25px;
  bottom: 0;
}
.burger__icon.active span:first-of-type {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}
.burger__icon.active span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
  opacity: 0;
}
.burger__icon.active span:last-of-type {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1px;
}
@media screen and (max-width: 1200px) {
  .burger__icon {
    display: block;
  }
}

/*======================================
  Selectric v1.11.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
  width: 100%;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

* html body {
  margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
  * html body {
    margin-top: 0 !important;
  }
}
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, br, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea, select, input,
button, sub, sup, script, map, bdo {
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 320px) and (max-width: 1439px) {
  html, body, div, span, applet, object, iframe,
  p, blockquote, pre,
  a, abbr, br, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video, textarea, select, input,
  button, sub, sup, script, map, bdo {
    font-size: 14px;
    font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1440 - 320));
  }
}
@media (min-width: 1440px) {
  html, body, div, span, applet, object, iframe,
  p, blockquote, pre,
  a, abbr, br, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video, textarea, select, input,
  button, sub, sup, script, map, bdo {
    font-size: 14px;
  }
}

body {
  overflow-x: hidden;
  background-color: #ffffff;
}

h1 span, h1 strong, h1 a, h2 span, h2 strong, h2 a, h3 span, h3 strong, h3 a, h4 span, h4 strong, h4 a, h5 span, h5 strong, h5 a, h6 span, h6 strong, h6 a {
  letter-spacing: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 900;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
  font-weight: 700;
}

h1 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -1px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  h1 {
    font-size: 60px;
    font-size: calc(30px + (90 - 30) * (100vw - 320px) / (1440 - 320));
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 90px;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    line-height: 1;
    letter-spacing: -1px;
  }
}

.wysiwyg-editor h2 {
  font-size: 54px;
}

@media screen and (max-width: 600px) {
  .wysiwyg-editor h2 {
    font-size: 34px;
  }
}
h2 {
  font-size: 31px;
  line-height: 1;
  letter-spacing: -3px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  h2 {
    font-size: 54.5px;
    font-size: calc(31px + (78 - 31) * (100vw - 320px) / (1440 - 320));
  }
}
@media (min-width: 1440px) {
  h2 {
    font-size: 78px;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    line-height: 1;
    letter-spacing: -1px;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media (min-width: 320px) and (max-width: 1439px) {
  h3 {
    font-size: 27px;
    font-size: calc(24px + (30 - 24) * (100vw - 320px) / (1440 - 320));
  }
}
@media (min-width: 1440px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: -1.25px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  h4 {
    font-size: 22.5px;
    font-size: calc(21px + (24 - 21) * (100vw - 320px) / (1440 - 320));
  }
}
@media (min-width: 1440px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 320px) and (max-width: 1439px) {
  h5 {
    font-size: 19px;
    font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1440 - 320));
  }
}
@media (min-width: 1440px) {
  h5 {
    font-size: 20px;
  }
}

ul, ol {
  display: inline-block;
  padding-left: 20px;
}

li {
  font-size: 14px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  li {
    font-size: 14px;
    font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1440 - 320));
  }
}
@media (min-width: 1440px) {
  li {
    font-size: 14px;
  }
}

p {
  font-size: 14px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  p {
    font-size: 14px;
    font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1440 - 320));
  }
}
@media (min-width: 1440px) {
  p {
    font-size: 14px;
  }
}

span {
  font-size: 14px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  span {
    font-size: 14px;
    font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1440 - 320));
  }
}
@media (min-width: 1440px) {
  span {
    font-size: 14px;
  }
}

a {
  font-size: 16px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  a {
    font-size: 15px;
    font-size: calc(16px + (14 - 16) * (100vw - 320px) / (1440 - 320));
  }
}
@media (min-width: 1440px) {
  a {
    font-size: 14px;
  }
}

.font-weight-black {
  font-weight: 900;
}

.font-weight-extrabold {
  font-weight: 800;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-semibold {
  font-weight: 600;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-extra-light {
  font-weight: 200;
}

.font-weight-thin {
  font-weight: 100;
}

.offset-top-none {
  padding-top: 0px !important;
}

.offset-bottom-none {
  padding-bottom: 0px !important;
}

.offset-top-xs {
  padding-top: 10px !important;
}

.offset-bottom-xs {
  padding-bottom: 20px !important;
}

.offset-top-sm {
  padding-top: 30px !important;
}

.offset-bottom-sm {
  padding-bottom: 40px !important;
}

.offset-top-md {
  padding-top: 60px !important;
}

.offset-bottom-md {
  padding-bottom: 70px !important;
}

.offset-top-lg {
  padding-top: 110px !important;
}

.offset-bottom-lg {
  padding-bottom: 120px !important;
}

.offset-top-xl {
  padding-top: 180px !important;
}

.offset-bottom-xl {
  padding-bottom: 190px !important;
}

@media screen and (max-width: 600px) {
  .offset-top-md {
    padding-top: 50px !important;
  }
  .offset-bottom-md {
    padding-bottom: 60px !important;
  }
  .offset-top-lg {
    padding-top: 60px !important;
  }
  .offset-bottom-lg {
    padding-bottom: 70px !important;
  }
  .offset-top-xl {
    padding-top: 80px !important;
  }
  .offset-bottom-xl {
    padding-bottom: 90px !important;
  }
}
.post-password-form {
  display: block;
  margin: 300px auto 200px auto;
  max-width: 600px;
  width: 100%;
  text-align: center;
}
.post-password-form p {
  padding-bottom: 30px;
}
.post-password-form input[type=password] {
  max-width: 160px;
  width: 100%;
  border: none;
  padding-right: 30px;
  padding-bottom: 15px;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2509803922);
}
.post-password-form input[type=submit] {
  color: #fff;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid;
  border-radius: 50px;
  padding: 10px 35px 10px 35px;
  position: relative;
  cursor: pointer;
  text-align: left;
  background-color: #1E3765;
  border-color: #1E3765;
}
.post-password-form input[type=submit]:hover {
  border-color: #1E3765;
  background-color: #ffffff;
  color: #1E3765;
}

#page__wrapper {
  position: relative;
}
#page__wrapper.active {
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  #page__wrapper {
    overflow-x: hidden;
  }
}

body {
  background-color: #F2F2F2;
}

.block {
  position: relative;
}

.row {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

.color-white {
  color: #ffffff;
}

.ll {
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .ll {
    font-size: 12px;
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1440 - 320));
  }
}
@media (min-width: 1440px) {
  .ll {
    font-size: 12px;
  }
}
.ll:before {
  content: "[";
  position: relative;
  top: -1px;
}
.ll:after {
  content: "]";
  position: relative;
  top: -1px;
}

.cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: fit-content;
  border: 1px solid;
  border-radius: 50px;
  padding: 24px 35px 24px 35px;
  position: relative;
  cursor: pointer;
  text-align: left;
}
.cta-button .cta-button-text {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  margin-right: 60px;
  width: 95%;
}
@media screen and (max-width: 400px) {
  .cta-button .cta-button-text {
    margin-right: 30px;
  }
}
.cta-button .cta-button-triangle {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 9px;
  height: 11px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.cta-button--blue {
  background-color: #1E3765;
  border-color: #1E3765;
}
.cta-button--blue .cta-button-text {
  color: #ffffff;
}
.cta-button--blue .cta-button-triangle {
  background-color: #ffffff;
}
.cta-button--blue:hover {
  border-color: #1E3765;
  background-color: #ffffff;
}
.cta-button--blue:hover .cta-button-text {
  color: #1E3765;
}
.cta-button--blue:hover .cta-button-triangle {
  background-color: #1E3765;
}
.cta-button--white {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cta-button--white .cta-button-text {
  color: #000000;
}
.cta-button--white .cta-button-triangle {
  background-color: #000000;
}
.cta-button--white:hover {
  border-color: #1E3765;
  background-color: transparent;
}
.cta-button--white:hover .cta-button-text {
  color: #1E3765;
}
.cta-button--white:hover .cta-button-triangle {
  background-color: #1E3765;
}
.cta-button--white.style-2:hover {
  border-color: #ffffff;
  background-color: transparent;
}
.cta-button--white.style-2:hover .cta-button-text {
  color: #ffffff;
}
.cta-button--white.style-2:hover .cta-button-triangle {
  background-color: #ffffff;
}

.cta-link__text {
  color: #6FC7EA;
  text-decoration: underline;
}

.cta-button-plus {
  display: block;
  width: fit-content;
  background-color: #1E3765;
  padding: 5px 10px;
}
.cta-button-plus span {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}

.image--background {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.image--background .image__inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sidebar {
  position: relative;
}
.sidebar.dark .lines {
  background-color: rgba(255, 255, 255, 0.3137254902);
}
.sidebar.dark .lines span {
  background-color: rgba(255, 255, 255, 0.3137254902) !important;
}
.sidebar.dark .sidebar-list:before {
  background-color: rgba(255, 255, 255, 0.3137254902);
}
.sidebar.dark .sidebar-list:after {
  background-color: rgba(255, 255, 255, 0.3137254902);
}
.sidebar.dark .sidebar-list .line {
  background-color: rgba(255, 255, 255, 0.3137254902);
}
.sidebar.dark .sidebar-list .circle {
  background-color: #1E3765;
}
.sidebar.dark .sidebar-list .circle__inner {
  background-color: #ffffff;
}
.sidebar.dark .sidebar-list li a span {
  color: #ffffff;
}
.sidebar .lines {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.3137254902);
  left: -10px;
}
.sidebar .lines span {
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3137254902);
}
.sidebar .lines span:nth-of-type(1) {
  left: 16px;
  top: -44px;
  transform: rotate(40deg);
}
.sidebar .lines span:nth-of-type(2) {
  background-color: rgba(0, 0, 0, 0.3137254902);
  left: 16px;
  bottom: -44px;
  transform: rotate(-40deg);
}
.sidebar .sidebar-list {
  padding-left: 0;
  position: relative;
}
.sidebar .sidebar-list:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3137254902);
  left: 22px;
  top: -41px;
  transform: rotate(40deg);
}
.sidebar .sidebar-list:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3137254902);
  left: 22px;
  bottom: -41px;
  transform: rotate(-40deg);
}
.sidebar .sidebar-list .line {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 95%;
  background-color: rgba(0, 0, 0, 0.3137254902);
  left: 6px;
}
.sidebar .sidebar-list .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 2;
}
.sidebar .sidebar-list .circle__inner {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
}
.sidebar .sidebar-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 40px;
  max-width: 260px;
}
.sidebar .sidebar-list li:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "[";
  color: #1E3765;
  opacity: 0;
  position: absolute;
  top: -1px;
  left: 19px;
}
.sidebar .sidebar-list li:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "]";
  color: #1E3765;
  opacity: 0;
  position: relative;
  bottom: 1px;
  right: 1px;
}
.sidebar .sidebar-list li.active {
  padding-left: 32px;
}
.sidebar .sidebar-list li.active:before {
  opacity: 1;
  left: 25px;
}
.sidebar .sidebar-list li.active:after {
  opacity: 1;
}
.sidebar .sidebar-list li.active a {
  color: #1E3765;
  opacity: 1;
}
.sidebar .sidebar-list li.active .circle {
  border: 1px solid #000000;
}
.sidebar .sidebar-list li:last-of-type {
  margin-bottom: 0;
}
.sidebar .sidebar-list li a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  opacity: 0.5;
}
.sidebar .sidebar-list li a:hover {
  opacity: 1;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .breadcrumbs {
    flex-wrap: wrap;
  }
}
.breadcrumbs span {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.7;
  color: #ffffff;
}
.breadcrumbs span.current-item {
  opacity: 0.5;
}
.breadcrumbs span.current-item {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.breadcrumbs a span {
  white-space: nowrap;
}
.breadcrumbs .breadcrumbs-separator {
  display: block;
  width: 46px;
  opacity: 1 !important;
  position: relative;
}
.breadcrumbs .breadcrumbs-separator:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ffffff;
}
.breadcrumbs--black span {
  color: #000000;
}
.breadcrumbs--black .breadcrumbs-separator:before {
  background-color: #000000;
}

@media screen and (max-width: 600px) {
  .wysiwyg-editor table {
    width: 100% !important;
    display: inline-block;
    overflow: auto;
  }
}
.wysiwyg-editor table * {
  font-family: "SpaceGrotesk";
}
.wysiwyg-editor table tr:nth-child(odd) > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
}
.wysiwyg-editor table tr > th {
  padding: 18px 10px !important;
  border-bottom: 1px solid #c2c2c2 !important;
  border-top: 1px solid #c2c2c2 !important;
}
.wysiwyg-editor table tr > th .dt-column-title {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #797979;
}
.wysiwyg-editor table tr > * {
  border-top: 1px solid #c2c2c2;
  padding: 18px 10px 11px 10px !important;
  font-size: 13px;
}
.wysiwyg-editor table tr td a {
  color: #1E3765;
  text-decoration: underline;
}
.wysiwyg-editor table tr:last-child > * {
  border-bottom: 1px solid #c2c2c2;
}
.wysiwyg-editor.color-white p, .wysiwyg-editor.color-white a, .wysiwyg-editor.color-white span, .wysiwyg-editor.color-white ul, .wysiwyg-editor.color-white ol, .wysiwyg-editor.color-white li, .wysiwyg-editor.color-white h1, .wysiwyg-editor.color-white h2, .wysiwyg-editor.color-white h3, .wysiwyg-editor.color-white h4, .wysiwyg-editor.color-white h5, .wysiwyg-editor.color-white h6 {
  color: #ffffff;
}
.wysiwyg-editor.color-white a {
  color: #6FC7EA;
}
.wysiwyg-editor p:not(:last-child) {
  margin-bottom: 30px;
  word-wrap: break-word;
}
@media screen and (max-width: 600px) {
  .wysiwyg-editor p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.wysiwyg-editor p:only-child {
  margin-bottom: 30px;
  word-wrap: break-word;
}
@media screen and (max-width: 600px) {
  .wysiwyg-editor p:only-child {
    margin-bottom: 20px;
  }
}
.wysiwyg-editor a {
  color: #1E3765;
  text-decoration: underline;
}
.wysiwyg-editor h1, .wysiwyg-editor h3, .wysiwyg-editor h4, .wysiwyg-editor h5, .wysiwyg-editor h6 {
  margin-bottom: 20px;
}
.wysiwyg-editor h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .wysiwyg-editor h2 {
    margin-bottom: 40px;
  }
}
.wysiwyg-editor ul {
  margin-bottom: 40px;
  list-style: none;
  padding-top: 30px;
}
.wysiwyg-editor ul li {
  padding-left: 25px;
  margin-bottom: 30px;
  position: relative;
}
.wysiwyg-editor ul li:last-of-type {
  margin-bottom: 0;
}
.wysiwyg-editor ul li:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: -25px;
  top: -5px;
  background-image: url(img/list-ol-styles.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.wysiwyg-editor ul li:after {
  content: "";
  position: absolute;
  left: -12px;
  top: 8px;
  height: 4px;
  width: 4px;
  display: block;
  border-radius: 50%;
  background-color: #000;
}
.wysiwyg-editor ol {
  margin-bottom: 40px;
  padding-top: 30px;
  max-width: 505px;
  list-style: none;
  counter-reset: item;
}
.wysiwyg-editor ol li {
  padding-left: 25px;
  margin-bottom: 30px;
  position: relative;
}
.wysiwyg-editor ol li:last-of-type {
  margin-bottom: 0;
}
.wysiwyg-editor ol li:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: -26px;
  top: -5px;
  background-image: url(img/list-ol-styles.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.wysiwyg-editor ol li:after {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: -15px;
  top: 0px;
}
.wysiwyg-editor figure {
  margin-bottom: 35px;
}
.wysiwyg-editor .wp-block-image img {
  -webkit-mask-image: url(img/wysiwyg-editor-img-mask.svg);
  mask-image: url(img/wysiwyg-editor-img-mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}

.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider-nav--blue .slider-nav-button {
  border: 1px solid rgba(30, 55, 101, 0.1882352941);
}
.slider-nav--blue .slider-nav-button:hover {
  border-color: #1E3765;
}
.slider-nav--blue .slider-nav-button.swiper-button-disabled:hover {
  border-color: rgba(30, 55, 101, 0.1882352941);
}
.slider-nav-button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  border-radius: 50%;
  cursor: pointer;
}
.slider-nav-button.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.slider-nav-button.swiper-button-disabled:hover {
  border-color: rgba(255, 255, 255, 0.1882352941);
}
.slider-nav-button--prev {
  margin-right: 10px;
}
.slider-nav-button--next {
  margin-left: 10px;
}
.slider-nav-button:hover {
  border-color: #ffffff;
}

.pagination-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination-items .pag-button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid transparent;
}
.pagination-items .pag-button:hover:not(.hide) {
  border: 1px solid #000;
}
.pagination-items .pag-button.hide {
  pointer-events: none;
  cursor: default;
}
.pagination-items .pag-button.hide svg {
  opacity: 0.4;
}
.pagination-items .pag-button--prev {
  margin-right: 15px;
}
.pagination-items .pag-button--next {
  margin-left: 15px;
}
.pagination-items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
}
.pagination-items ul li {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
}
.pagination-items ul li:last-of-type {
  margin-right: 0;
}
.pagination-items ul li.selected {
  border: 1px solid #000;
  cursor: default;
}
.pagination-items ul li:hover {
  border: 1px solid #000;
}

.section-intro--w {
  position: relative;
  padding-top: 200px;
  padding-bottom: 195px;
  background: linear-gradient(118deg, #1E3765 21.33%, #192438 52.62%, #060B10 97.06%);
  clip-path: polygon(100% -32%, 76.181% -32%, 80.347% -40%, 95.833% -40%, 100% -32%, 0% -32%, 4.167% -40%, 64.653% -40%, 68.819% -32%, 0% -32%, 100% -32%, 0% -32%, 0% 92.222%, 4.167% 100%, 10.625% 100%, 14.792% 92.222%, 76.181% 92.222%, 80.347% 100%, 95.833% 100%, 100% 92.222%, 100% -32%);
}
.section-intro--w:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1E3765;
  mix-blend-mode: color;
}
.section-intro--w .trapezoid {
  position: absolute;
  clip-path: polygon(30% 0%, 70% 0%, 100% 100%, 0% 100%);
  background-color: #F2F2F2;
  width: 50%;
  height: 10%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 2;
  display: none;
}
.section-intro--w .section__inner {
  position: relative;
  z-index: 1;
}
.section-intro--w h1 {
  font-size: 48px;
  color: #fff;
  max-width: 75%;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .section-intro--w h1 {
    font-size: 59.5px;
    font-size: calc(48px + (71 - 48) * (100vw - 320px) / (1440 - 320));
  }
}
@media (min-width: 1440px) {
  .section-intro--w h1 {
    font-size: 71px;
  }
}
.section-intro--w .breadcrumbs span {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section-intro--w {
    padding-top: 95px;
    padding-bottom: 105px;
  }
}
@media screen and (max-width: 600px) {
  .section-intro--w {
    clip-path: none;
  }
  .section-intro--w .trapezoid {
    display: block;
  }
}

.AddToAny div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.AddToAny a {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 50px !important;
  height: 50px !important;
  border: 1px solid rgba(0, 0, 0, 0.1882352941) !important;
  border-radius: 50% !important;
  margin-right: 20px;
  transition: 0.4s ease !important;
}
.AddToAny a:hover {
  border: 1px solid #000000 !important;
}
.AddToAny a span {
  background-color: transparent !important;
}
.AddToAny a span svg path {
  fill: #000000 !important;
}

[data-aos=line-width] {
  width: 0;
}
[data-aos=line-width].aos-animate {
  width: 100%;
}

.aos-init {
  will-change: auto;
}

#Astronomy-Scholarships {
  background-color: transparent;
}
#Astronomy-Scholarships:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 150%;
  background-image: url(img/block-content-3/mask.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#Undergraduate-Research:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 450px;
  background-image: url(img/block-content-3/arrow-up.svg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

.block-contact-form .contact-form__label.label_dropdown {
  bottom: 30px;
}

.wpcf7-form-control-wrap[data-name=your-department] {
  top: 17px;
}

.row.flex-equal * {
  flex: 1;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 40px 0;
  z-index: 5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
}
.header .header-search-icon {
  cursor: pointer;
}
.header.empty .header-search-container input {
  border-bottom: 1px solid #fff !important;
  color: #fff;
}
.header.empty .header-search-container input::placeholder {
  color: #fff;
  opacity: 0.5;
}
.header.empty .header-search-container svg path {
  fill: #fff;
}
.header .header-search-container {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -16px;
  padding: 10px 0;
}
.header .header-search-container.activated {
  opacity: 1;
  pointer-events: auto;
}
.header .header-search-container form {
  position: relative;
}
.header .header-search-container input {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  color: #fff;
  border-radius: 0 !important;
  padding-left: 32px !important;
  width: 555px;
  padding: 5px;
}
.header .header-search-container input::placeholder {
  color: #fff;
  opacity: 0.5;
}
.header .header-search-container button {
  position: absolute;
  left: -6px;
  top: 7px;
  border: none;
  background: transparent;
}
.header .header-search-container button svg path {
  fill: #fff;
}
.header.scrolling {
  background-color: #ffffff !important;
}
.header.scrolling .header-search-container input {
  border-bottom: 1px solid #c2c2c2 !important;
  color: #000;
}
.header.scrolling .header-search-container input::placeholder {
  opacity: 0.7 !important;
  color: #000;
}
.header.scrolling .header-search-container svg path {
  fill: #000;
}
.header.scrolling .logo--white {
  display: none !important;
}
.header.scrolling .logo--dark {
  display: block !important;
}
.header.scrolling .language {
  color: #000000 !important;
}
.header.scrolling ul li.menu-item-has-children svg g {
  fill: #000000 !important;
}
.header.scrolling ul li a {
  color: #000000 !important;
}
.header.scrolling ul li a:before {
  background-color: #000000 !important;
}
.header.scrolling .search svg path {
  fill: #000000 !important;
}
.header.scrolling .burger__icon span {
  background-color: #000000;
}
.header.filled--white {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
  background-color: #F2F2F2;
}
.header.filled--white .header-search-container input {
  color: #000;
  border-bottom: 1px solid #c2c2c2 !important;
}
.header.filled--white .header-search-container input::placeholder {
  opacity: 0.7 !important;
  color: #000;
}
.header.filled--white .header-search-container svg path {
  fill: #000;
}
.header.filled--white .logo--white {
  display: none;
}
.header.filled--white .logo--dark {
  display: block;
}
.header.filled--white ul li.menu-item-has-children svg g {
  fill: #000000;
}
.header.filled--white ul li a {
  color: #000000;
}
.header.filled--white ul li a:before {
  background-color: #000000;
}
.header.filled--white .language {
  color: #000000;
}
.header.filled--white .search svg path {
  fill: #000000;
}
.header.filled--white .burger__icon span {
  background-color: #000000;
}
.header.filled--blue {
  background-color: #1E3765;
}
.header .row {
  max-width: 100%;
}
.header .col--1 a {
  display: block;
  width: 220px;
}
.header .col--1 a.deactivated {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .header .col--1 a {
    width: 190px;
    position: absolute;
    left: 0;
    top: -7px;
  }
}
.header .col--2.deactivated {
  opacity: 0;
  pointer-events: none;
}
.header .col--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .col--3.deactivated {
  opacity: 0;
  pointer-events: none;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header .logo--dark {
  display: none;
}
.header .language {
  margin-right: 20px;
}
.header .menu {
  position: relative;
  z-index: 5;
}
.header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
}
.header .menu ul li {
  margin-right: 32px;
}
.header .menu ul li:last-of-type {
  margin-right: 0;
}
.header .menu ul li.menu-item-has-children {
  position: relative;
}
.header .menu ul li.menu-item-has-children a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .menu ul li.menu-item-has-children .so-plus {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 5px;
}
.header .menu ul li.menu-item-has-children:hover .so-plus {
  transform: rotate(180deg);
}
.header .menu ul li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.header .menu ul li.menu-item-has-children .sub-menu {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: absolute;
  top: 25px;
  left: 50%;
  width: 250px;
  padding: 20px;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  z-index: -99999999;
  transform: translateX(-50%);
}
.header .menu ul li.menu-item-has-children .sub-menu li {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 5px;
}
.header .menu ul li.menu-item-has-children .sub-menu li:hover {
  background-color: #1E3765;
}
.header .menu ul li.menu-item-has-children .sub-menu li:hover a {
  color: #ffffff;
}
.header .menu ul li.menu-item-has-children .sub-menu li:last-of-type {
  margin-bottom: 0;
}
.header .menu ul li.menu-item-has-children .sub-menu li a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  text-transform: unset;
  line-height: 1;
  color: #000000;
  text-align: center;
}
.header .menu ul a {
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}
.header .menu ul a:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
}
.header .menu ul a:hover:before {
  width: 100%;
  right: unset;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 20px 0;
  }
  .header .menu {
    display: none;
  }
  .header .language {
    display: none;
  }
}

.mobile-menu {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1E3765;
  opacity: 0;
  z-index: 4;
  padding-top: 65px;
  padding-bottom: 15px;
  overflow: scroll;
  visibility: hidden;
}
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
  z-index: 4;
}
.mobile-menu .menu {
  margin-bottom: 50px;
}
.mobile-menu .menu ul {
  width: 100%;
  padding-left: 0;
}
.mobile-menu .menu ul li {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
}
.mobile-menu .menu ul li.menu-item-has-children {
  position: relative;
}
.mobile-menu .menu ul li.menu-item-has-children .sub-menu {
  display: none;
  padding-left: 0;
}
.mobile-menu .menu ul li.menu-item-has-children .sub-menu li {
  padding: 10px 0;
}
.mobile-menu .menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}
.mobile-menu .menu ul li .so-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  width: 25px;
}
.mobile-menu .container {
  padding: 0 20px;
}
.mobile-menu .container--1 {
  margin-bottom: 60px;
}
.mobile-menu .container--1 p {
  margin-bottom: 40px;
  color: #ffffff;
}
.mobile-menu .image {
  margin-bottom: 60px;
}
.mobile-menu .image__inner {
  margin: 0 auto;
}
.mobile-menu .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.mobile-menu .social-media__item {
  margin-right: 20px;
}
.mobile-menu .social-media__item:last-of-type {
  margin-right: 0;
}
.mobile-menu .social-media__item a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  border-radius: 50%;
}
.mobile-menu .social-media__item a:hover {
  border: 1px solid #ffffff;
}
.mobile-menu .right {
  text-align: center;
  color: #ffffff;
  opacity: 0.5;
  font-size: 12px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .header .header-search-container input {
    width: 270px;
  }
}
.footer {
  padding-top: 20px;
  padding-bottom: 30px;
  background-image: url(img/footer-background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
.footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  max-width: 1400px;
}
.footer .col--1 {
  width: 30%;
}
.footer .col--1 .container--1 {
  margin-bottom: 160px;
}
.footer .col--1 .container--1 p {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer .col--1 .container--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .col--2 {
  width: 50%;
  padding-top: 120px;
}
.footer .col--2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  max-width: 90%;
}
.footer .col--2 .container__col {
  margin-right: 40px;
}
.footer .dec {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.footer .button-to-top {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 40px;
  bottom: 35px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  cursor: pointer;
  z-index: 1;
}
.footer .button-to-top:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 9px;
  clip-path: polygon(50% 0%, 0 100%, 100% 100%);
  background-color: #ffffff;
}
.footer .button-to-top:hover {
  border: 1px solid #ffffff;
}
.footer-logo {
  margin-bottom: 50px;
}
.footer .contact-form {
  margin-bottom: 120px;
}
.footer .contact-form h5 {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 20px;
}
.footer .contact-form__row p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .contact-form__input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  padding: 15px 0;
  height: 51px;
  color: #ffffff;
}
.footer .contact-form__input::placeholder {
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0.5;
}
.footer .contact-form .wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-bottom: 1px solid #ffffff;
  height: 51px;
  background: transparent;
  padding: 15px 0;
}
.footer .contact-form .wpcf7-response-output {
  color: #ffffff;
  font-size: 12px;
  border-width: 1px;
}
.footer .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .social-media__item {
  margin-right: 20px;
}
.footer .social-media__item:last-of-type {
  margin-right: 0;
}
.footer .social-media__item a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  border-radius: 50%;
}
.footer .social-media__item a:hover {
  border: 1px solid #ffffff;
}
.footer .menu-title {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 25px;
}
.footer .menu-list ul {
  padding-left: 0;
  margin-bottom: 50px;
}
.footer .menu-list ul li {
  font-size: 12px;
  margin-bottom: 20px;
}
.footer .menu-list ul li a {
  position: relative;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}
.footer .menu-list ul li a:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
}
.footer .menu-list ul li a:hover:before {
  width: 100%;
  right: unset;
  left: 0;
}
.footer .right {
  color: #ffffff;
  opacity: 0.5;
  font-size: 12px;
  text-transform: uppercase;
}
.footer .right--mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .footer .row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .footer .col--1 {
    width: 100%;
    margin-bottom: 60px;
  }
  .footer .col--1 .container--1 {
    margin-bottom: 60px;
  }
  .footer .col--2 {
    width: 100%;
    padding-top: 0;
  }
  .footer .col--2 .container {
    max-width: 100%;
  }
  .footer .contact-form {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .footer .dec {
    display: none;
  }
  .footer .col--1 {
    margin-bottom: 0;
  }
  .footer .col--1 .container--2 {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .footer .col--1 .container--2 .social-media {
    padding-top: 60px;
    margin-bottom: 80px;
  }
  .footer .col--2 {
    display: none;
  }
  .footer .button-to-top {
    display: none;
  }
  .footer .right--mobile {
    display: block;
  }
  .footer .cta-button {
    width: 100%;
    justify-content: space-between;
  }
}

@font-face {
  font-family: "Arial";
  src: url("fonts/Arial-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SpaceGrotesk";
  src: url("fonts/SpaceGrotesk-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SpaceGrotesk";
  src: url("fonts/SpaceGrotesk-Light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SpaceGrotesk";
  src: url("fonts/SpaceGrotesk-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SpaceGrotesk";
  src: url("fonts/SpaceGrotesk-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
.page-our-research .section-content {
  position: relative;
  padding-top: 60px;
  padding-bottom: 200px;
}
.page-our-research .section-content:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 450px;
  background-image: url(img/our-research/bg-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: difference;
  z-index: 0;
}
.page-our-research .section-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
.page-our-research .section-content .card {
  width: 32%;
  clip-path: polygon(22.478% 99.94%, 26.914% 96.978%, 67.729% 96.978%, 72.166% 99.94%, 90.799% 99.94%, 95.235% 96.978%, 95.235% 43.543%, 99.819% 40.482%, 99.819% 9.183%, 86.066% 0%, 77.194% 0%, 72.461% 3.16%, 54.272% 3.16%, 49.54% 0%, 13.605% 0%, 0% 0%, 0% 9.084%, 0% 25.474%, 3.401% 27.745%, 3.401% 54.404%, 0% 56.675%, 0% 96.978%, 4.436% 99.94%, 22.478% 99.94%);
  background-color: #ffffff;
  padding: 40px 40px 50px 40px;
  margin-bottom: 50px;
}
.page-our-research .section-content .card-3 {
  width: 49%;
  clip-path: polygon(100% 19.938%, 97.207% 23.873%, 97.207% 60.076%, 100% 64.011%, 100% 91.905%, 97.207% 95.84%, 41.061% 95.84%, 38.175% 99.907%, 8.659% 99.907%, 0% 87.708%, 0% 68.471%, 2.98% 64.273%, 2.98% 48.139%, 0% 43.942%, 0% 12.068%, 0% 0%, 8.566% 0%, 24.022% 0%, 26.164% 3.017%, 51.304% 3.017%, 53.445% 0%, 97.207% 0%, 100% 3.935%, 100% 19.938%);
  padding: 35px 45px 55px 45px;
}
.page-our-research .section-content .card-3 .card__image .image__inner {
  max-height: 320px;
  min-height: 320px;
}
.page-our-research .section-content .card-4 {
  width: 49%;
  clip-path: polygon(100% 19.938%, 97.207% 23.873%, 97.207% 60.076%, 100% 64.011%, 100% 91.905%, 97.207% 95.84%, 41.061% 95.84%, 38.175% 99.907%, 8.659% 99.907%, 0% 87.708%, 0% 68.471%, 2.98% 64.273%, 2.98% 48.139%, 0% 43.942%, 0% 12.068%, 0% 0%, 8.566% 0%, 24.022% 0%, 26.164% 3.017%, 51.304% 3.017%, 53.445% 0%, 97.207% 0%, 100% 3.935%, 100% 19.938%);
  padding: 35px 45px 55px 45px;
}
.page-our-research .section-content .card-4 .card__image .image__inner {
  max-height: 320px;
  min-height: 320px;
}
.page-our-research .section-content .card-8 {
  width: 49%;
  clip-path: polygon(100% 19.938%, 97.207% 23.873%, 97.207% 60.076%, 100% 64.011%, 100% 91.905%, 97.207% 95.84%, 41.061% 95.84%, 38.175% 99.907%, 8.659% 99.907%, 0% 87.708%, 0% 68.471%, 2.98% 64.273%, 2.98% 48.139%, 0% 43.942%, 0% 12.068%, 0% 0%, 8.566% 0%, 24.022% 0%, 26.164% 3.017%, 51.304% 3.017%, 53.445% 0%, 97.207% 0%, 100% 3.935%, 100% 19.938%);
  padding: 35px 45px 55px 45px;
}
.page-our-research .section-content .card-8 .card__image .image__inner {
  max-height: 320px;
  min-height: 320px;
}
.page-our-research .section-content .card-9 {
  width: 49%;
  clip-path: polygon(100% 19.938%, 97.207% 23.873%, 97.207% 60.076%, 100% 64.011%, 100% 91.905%, 97.207% 95.84%, 41.061% 95.84%, 38.175% 99.907%, 8.659% 99.907%, 0% 87.708%, 0% 68.471%, 2.98% 64.273%, 2.98% 48.139%, 0% 43.942%, 0% 12.068%, 0% 0%, 8.566% 0%, 24.022% 0%, 26.164% 3.017%, 51.304% 3.017%, 53.445% 0%, 97.207% 0%, 100% 3.935%, 100% 19.938%);
  padding: 35px 45px 55px 45px;
}
.page-our-research .section-content .card-9 .card__image .image__inner {
  max-height: 320px;
  min-height: 320px;
}
.page-our-research .section-content .card__image {
  margin-bottom: 30px;
}
.page-our-research .section-content .card__image .image__inner {
  width: 100%;
  min-height: 220px;
  max-height: 220px;
  object-fit: cover;
  object-position: center;
}
.page-our-research .section-content .card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.page-our-research .section-content .card a svg {
  min-width: 50px;
  margin-right: 7px;
}
.page-our-research .section-content .card a svg .round {
  stroke: #000;
}
.page-our-research .section-content .card a svg .triangle {
  fill: #000;
}
.page-our-research .section-content .card a:hover h4 {
  color: #1E3765;
  text-decoration: underline;
}
.page-our-research .section-content .card a:hover svg .round {
  stroke: #1E3765;
}
.page-our-research .section-content .card a:hover svg .triangle {
  fill: #1E3765;
}
.page-our-research .section-content .card__excerpt {
  max-width: 345px;
}
@media screen and (max-width: 1024px) {
  .page-our-research .section-content .card {
    clip-path: polygon(22.478% 99.94%, 26.914% 96.978%, 67.729% 96.978%, 72.166% 99.94%, 90.799% 99.94%, 95.235% 96.978%, 95.235% 43.543%, 99.819% 40.482%, 99.819% 9.183%, 86.066% 0%, 77.194% 0%, 72.461% 3.16%, 54.272% 3.16%, 49.54% 0%, 13.605% 0%, 0% 0%, 0% 9.084%, 0% 25.474%, 3.401% 27.745%, 3.401% 54.404%, 0% 56.675%, 0% 96.978%, 4.436% 99.94%, 22.478% 99.94%) !important;
    width: 48% !important;
  }
  .page-our-research .section-content .card:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-our-research .section-content {
    padding-bottom: 120px;
  }
  .page-our-research .section-content:before {
    display: none;
  }
  .page-our-research .section-content .card {
    width: 100% !important;
  }
  .page-our-research .section-content .card__excerpt {
    max-width: 90%;
  }
}
@media screen and (max-width: 400px) {
  .page-our-research .section-content .card {
    padding: 30px;
  }
}

.page-our-research-tax .section-content {
  position: relative;
  padding-top: 60px;
  padding-bottom: 200px;
}
.page-our-research-tax .section-content:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 450px;
  background-image: url(img/our-research/bg-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: difference;
}
.page-our-research-tax .section-content .description {
  margin-bottom: 60px;
  max-width: 555px;
}
.page-our-research-tax .section-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
.page-our-research-tax .section-content .card {
  width: 48%;
  clip-path: polygon(22.478% 99.94%, 26.914% 96.978%, 67.729% 96.978%, 72.166% 99.94%, 90.799% 99.94%, 95.235% 96.978%, 95.235% 43.543%, 99.819% 40.482%, 99.819% 9.183%, 86.066% 0%, 77.194% 0%, 72.461% 3.16%, 54.272% 3.16%, 49.54% 0%, 13.605% 0%, 0% 0%, 0% 9.084%, 0% 25.474%, 3.401% 27.745%, 3.401% 54.404%, 0% 56.675%, 0% 96.978%, 4.436% 99.94%, 22.478% 99.94%);
  background-color: #ffffff;
  padding: 45px 55px;
  margin-bottom: 50px;
}
.page-our-research-tax .section-content .card__image {
  margin-bottom: 30px;
}
.page-our-research-tax .section-content .card__image .image__inner {
  width: 100%;
  min-height: 220px;
  max-height: 320px;
  object-fit: cover;
  object-position: center;
}
.page-our-research-tax .section-content .card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.page-our-research-tax .section-content .card a svg {
  min-width: 50px;
  margin-right: 7px;
}
.page-our-research-tax .section-content .card a svg .round {
  stroke: #000;
}
.page-our-research-tax .section-content .card a svg .triangle {
  fill: #000;
}
.page-our-research-tax .section-content .card a:hover h4 {
  color: #1E3765;
  text-decoration: underline;
}
.page-our-research-tax .section-content .card a:hover svg .round {
  stroke: #1E3765;
}
.page-our-research-tax .section-content .card a:hover svg .triangle {
  fill: #1E3765;
}
.page-our-research-tax .section-content .card__excerpt {
  max-width: 345px;
}
@media screen and (max-width: 1024px) {
  .page-our-research-tax .section-content .card:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-our-research-tax .section-content {
    padding-bottom: 120px;
  }
  .page-our-research-tax .section-content:before {
    display: none;
  }
  .page-our-research-tax .section-content .card {
    width: 100%;
  }
  .page-our-research-tax .section-content .card__excerpt {
    max-width: 90%;
  }
}
@media screen and (max-width: 400px) {
  .page-our-research-tax .section-content .card {
    padding: 30px;
  }
}

.single-page--our-research:not(.single-page--our-instrumentations) .section-content .main {
  width: 60%;
}
.single-page--our-research.single-page--our-instrumentations .phrase {
  max-width: unset;
}
.single-page--our-research .section-content {
  position: relative;
}
.single-page--our-research .section-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(img/our-research/bg-image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: difference;
  width: 50%;
  height: 330px;
  z-index: -1;
}
.single-page--our-research .section-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 120px;
}
.single-page--our-research .section-content .sidebar {
  width: 30%;
  background-image: url(img/our-research/sidebar-border.svg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-page--our-research .section-content .sidebar .b {
  position: absolute;
  top: -6px;
  left: 25px;
  z-index: 2;
  padding: 16px;
  background-color: #F2F2F2;
  background-image: url(img/our-research/lineart.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 37%;
}
.single-page--our-research .section-content .sidebar .b p {
  width: fit-content;
  font-size: 12px;
  text-transform: uppercase;
}
.single-page--our-research .section-content .sidebar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 55px 50px 35px 50px;
}
.single-page--our-research .section-content .sidebar .container .card {
  width: 100%;
  max-width: 245px;
  margin-bottom: 45px;
}
.single-page--our-research .section-content .sidebar .container .card:last-of-type {
  margin-bottom: 0;
}
.single-page--our-research .section-content .sidebar .container .card .image {
  margin-bottom: 15px;
}
.single-page--our-research .section-content .sidebar .container .card .image__inner {
  max-height: 175px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.single-page--our-research .section-content .sidebar .container .card:hover h5 {
  text-decoration: underline;
  color: #1E3765;
}
@media screen and (max-width: 1024px) {
  .single-page--our-research .section-content:before {
    display: none;
  }
  .single-page--our-research .section-content .main {
    width: 100%;
  }
  .single-page--our-research .section-content .sidebar {
    display: none;
  }
}

.page-our-events {
  position: relative;
  padding-top: 150px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1200px) {
  .page-our-events {
    padding-top: 100px;
  }
}
.page-our-events:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 450px;
  background-image: url(img/our-events/our-events-decorative-image.png);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: -1;
  mix-blend-mode: difference;
}
.page-our-events:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 450px;
  background-image: url(img/our-events/our-events-decorative-image.svg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: -1;
}
.page-our-events .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  max-width: 1360px;
}
.page-our-events .row--1 {
  margin-bottom: 80px;
}
.page-our-events .row .col--1 {
  width: 20%;
}
.page-our-events .row .col--2 {
  width: 75%;
}
.page-our-events .sidebar {
  position: sticky;
  top: 20%;
}
.page-our-events .post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.page-our-events .card, .page-our-events .card--event {
  position: relative;
  width: 47%;
  margin-bottom: 30px;
}
.page-our-events .card:before, .page-our-events .card--event:before {
  content: "";
  position: absolute;
  top: 30px;
  right: -22px;
  width: 22px;
  height: 35%;
  background-color: #ffffff;
  clip-path: polygon(0% 99.865%, 0% 99.865%, 1.579% 99.307%, 3.528% 98.762%, 5.838% 98.231%, 8.499% 97.716%, 11.505% 97.219%, 14.847% 96.74%, 18.515% 96.283%, 22.502% 95.848%, 26.8% 95.438%, 31.399% 95.054%, 66.103% 92.346%, 66.103% 92.346%, 72.26% 91.82%, 77.859% 91.246%, 82.877% 90.63%, 87.294% 89.976%, 91.089% 89.288%, 94.241% 88.569%, 96.729% 87.826%, 98.532% 87.061%, 99.63% 86.278%, 100% 85.483%, 100% 12.133%, 100% 12.133%, 99.63% 11.338%, 98.532% 10.555%, 96.729% 9.79%, 94.241% 9.047%, 91.089% 8.328%, 87.294% 7.64%, 82.877% 6.986%, 77.859% 6.37%, 72.26% 5.796%, 66.103% 5.27%, 0% 0.112%, 0% 99.865%);
}
.page-our-events .card__image, .page-our-events .card--event__image {
  position: relative;
}
.page-our-events .card__image img, .page-our-events .card--event__image img {
  width: 100%;
  max-height: 355px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 30px;
}
.page-our-events .card__date, .page-our-events .card--event__date {
  position: absolute;
  z-index: 1;
  background-color: #1E3765;
  color: #ffffff;
  padding: 15px;
  z-index: 2;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  text-align: center;
}
.page-our-events .card__content, .page-our-events .card--event__content {
  clip-path: polygon(99.883% 0.161%, 0% 0.161%, 0% 88.966%, 0% 88.966%, 0.029% 89.948%, 0.116% 90.913%, 0.259% 91.857%, 0.455% 92.775%, 0.704% 93.661%, 1.004% 94.51%, 1.354% 95.318%, 1.75% 96.078%, 2.193% 96.785%, 2.68% 97.435%, 2.68% 97.435%, 3.072% 97.88%, 3.481% 98.282%, 3.906% 98.64%, 4.345% 98.953%, 4.797% 99.22%, 5.26% 99.441%, 5.731% 99.614%, 6.211% 99.738%, 6.696% 99.813%, 7.186% 99.839%, 22.071% 99.839%, 22.071% 99.839%, 22.362% 99.824%, 22.65% 99.779%, 22.935% 99.705%, 23.215% 99.602%, 23.489% 99.472%, 23.757% 99.313%, 24.018% 99.128%, 24.27% 98.915%, 24.513% 98.677%, 24.746% 98.412%, 27.057% 95.597%, 27.057% 95.597%, 27.289% 95.333%, 27.532% 95.095%, 27.785% 94.882%, 28.045% 94.696%, 28.313% 94.538%, 28.588% 94.407%, 28.868% 94.305%, 29.152% 94.231%, 29.44% 94.186%, 29.731% 94.171%, 69.531% 94.171%, 69.531% 94.171%, 69.822% 94.186%, 70.11% 94.231%, 70.395% 94.305%, 70.675% 94.407%, 70.949% 94.538%, 71.217% 94.696%, 71.478% 94.882%, 71.73% 95.095%, 71.973% 95.333%, 72.206% 95.597%, 74.517% 98.412%, 74.517% 98.412%, 74.749% 98.677%, 74.992% 98.915%, 75.245% 99.128%, 75.505% 99.313%, 75.773% 99.472%, 76.048% 99.602%, 76.328% 99.705%, 76.612% 99.779%, 76.9% 99.824%, 77.191% 99.839%, 92.696% 99.839%, 92.696% 99.839%, 93.187% 99.813%, 93.672% 99.738%, 94.152% 99.614%, 94.623% 99.441%, 95.086% 99.22%, 95.537% 98.953%, 95.976% 98.64%, 96.402% 98.282%, 96.811% 97.88%, 97.203% 97.435%, 97.203% 97.435%, 97.69% 96.785%, 98.132% 96.078%, 98.529% 95.318%, 98.878% 94.51%, 99.178% 93.661%, 99.427% 92.775%, 99.624% 91.857%, 99.767% 90.913%, 99.853% 89.948%, 99.883% 88.966%, 99.883% 0.161%);
  background-color: #ffffff;
  padding: 55px 40px 85px 40px;
}
.page-our-events .card a, .page-our-events .card--event a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}
.page-our-events .card a:hover, .page-our-events .card--event a:hover {
  text-decoration: underline;
}
.page-our-events .card a svg, .page-our-events .card--event a svg {
  margin-right: 10px;
}
.page-our-events .card a h4, .page-our-events .card--event a h4 {
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .page-our-events .card__image img, .page-our-events .card--event__image img {
    max-height: 220px;
  }
  .page-our-events .card__date, .page-our-events .card--event__date {
    padding: 7px;
    bottom: -17px;
  }
  .page-our-events .card__content, .page-our-events .card--event__content {
    padding: 35px 20px;
  }
}
.page-our-events .pagination {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-our-events:before {
    display: none;
  }
  .page-our-events:after {
    display: none;
  }
  .page-our-events .row .col--1 {
    width: 0;
  }
  .page-our-events .row .col--2 {
    width: 100%;
  }
  .page-our-events .sidebar {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .page-our-events .card {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .page-our-events .cta-button {
    width: 100%;
  }
}

.page-our-instrumentation .section-content {
  position: relative;
  padding-top: 60px;
  padding-bottom: 200px;
}
.page-our-instrumentation .section-content:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5%;
  width: 50%;
  height: 450px;
  background-image: url(img/our-instrumentation/vector.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.page-our-instrumentation .section-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
.page-our-instrumentation .section-content .card {
  width: 48%;
  clip-path: polygon(22.478% 99.94%, 26.914% 96.978%, 67.729% 96.978%, 72.166% 99.94%, 90.799% 99.94%, 95.235% 96.978%, 95.235% 43.543%, 99.819% 40.482%, 99.819% 9.183%, 86.066% 0%, 77.194% 0%, 72.461% 3.16%, 54.272% 3.16%, 49.54% 0%, 13.605% 0%, 0% 0%, 0% 9.084%, 0% 25.474%, 3.401% 27.745%, 3.401% 54.404%, 0% 56.675%, 0% 96.978%, 4.436% 99.94%, 22.478% 99.94%);
  background-color: #ffffff;
  padding: 45px 55px;
  margin-bottom: 50px;
}
.page-our-instrumentation .section-content .card__image {
  margin-bottom: 30px;
}
.page-our-instrumentation .section-content .card__image .image__inner {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  object-position: center;
}
.page-our-instrumentation .section-content .card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.page-our-instrumentation .section-content .card a svg {
  min-width: 50px;
  margin-right: 7px;
}
.page-our-instrumentation .section-content .card a svg .round {
  stroke: #000;
}
.page-our-instrumentation .section-content .card a svg .triangle {
  fill: #000;
}
.page-our-instrumentation .section-content .card a:hover h4 {
  color: #1E3765;
  text-decoration: underline;
}
.page-our-instrumentation .section-content .card a:hover svg .round {
  stroke: #1E3765;
}
.page-our-instrumentation .section-content .card a:hover svg .triangle {
  fill: #1E3765;
}
.page-our-instrumentation .section-content .card__excerpt {
  max-width: 345px;
}
@media screen and (max-width: 1024px) {
  .page-our-instrumentation .section-content .card:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-our-instrumentation .section-content {
    padding-bottom: 120px;
  }
  .page-our-instrumentation .section-content:before {
    display: none;
  }
  .page-our-instrumentation .section-content .card {
    width: 100%;
  }
  .page-our-instrumentation .section-content .card__excerpt {
    max-width: 90%;
  }
}
@media screen and (max-width: 400px) {
  .page-our-instrumentation .section-content .card {
    padding: 30px;
  }
}

.page-latest-news {
  position: relative;
  padding-top: 150px;
  padding-bottom: 200px;
}
.page-latest-news:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 450px;
  background-image: url(img/our-events/our-events-decorative-image.png);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: -1;
  mix-blend-mode: difference;
}
.page-latest-news:after {
  content: "";
  position: absolute;
  bottom: -5%;
  right: -15%;
  width: 50%;
  height: 450px;
  background-image: url(img/single-post/arrow-up.svg);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
.page-latest-news .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  max-width: 1360px;
}
.page-latest-news .row--1 {
  margin-bottom: 80px;
}
.page-latest-news .row .col--1 {
  width: 20%;
}
.page-latest-news .row .col--2 {
  width: 75%;
}
.page-latest-news .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 748px) {
  .page-latest-news .container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .page-latest-news .container h2 {
    padding-bottom: 25px;
  }
}
.page-latest-news .search-form {
  position: relative;
}
.page-latest-news .search-form input {
  width: 340px;
  border: none;
  padding-right: 30px;
  padding-bottom: 15px;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2509803922);
}
.page-latest-news .search-form input::placeholder {
  color: #000000;
}
.page-latest-news .search-form svg {
  position: absolute;
  right: 0;
  top: 5px;
}
.page-latest-news .sidebar {
  position: sticky;
  top: 180px;
}
.page-latest-news .post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.page-latest-news .card {
  position: relative;
  width: 47%;
  margin-bottom: 60px;
}
.page-latest-news .card .lines .line {
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: -10px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1882352941);
}
.page-latest-news .card__image {
  margin-bottom: 30px;
}
.page-latest-news .card__image img {
  clip-path: polygon(23.603% 100%, 28.261% 93.974%, 71.118% 93.974%, 75.776% 100%, 95.342% 100%, 100% 93.974%, 100% 0%, 0% 0%, 0% 93.974%, 4.658% 100%, 23.603% 100%);
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}
.page-latest-news .card__content {
  padding-left: 30px;
}
.page-latest-news .card__date {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.page-latest-news .card__title {
  color: #1E3765;
}
.page-latest-news .card__title:hover {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .page-latest-news .card__image img {
    max-height: 220px;
  }
  .page-latest-news .card__date {
    padding: 7px;
    bottom: -17px;
  }
  .page-latest-news .card__content {
    padding: 35px 20px;
  }
}
.page-latest-news .pagination {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-latest-news:before {
    display: none;
  }
  .page-latest-news .row .col--1 {
    width: 0;
  }
  .page-latest-news .row .col--2 {
    width: 100%;
  }
  .page-latest-news .sidebar {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .page-latest-news .card {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .page-latest-news .cta-button {
    width: 100%;
  }
}

.page-our-people .section-content {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.page-our-people .section-content:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 50%;
  height: 450px;
  background-image: url(img/our-people/bg.png);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: -1;
  mix-blend-mode: difference;
}
@media screen and (max-width: 1024px) {
  .page-our-people .section-content:before {
    display: none;
  }
}
.page-our-people .row {
  max-width: 1380px;
}
.page-our-people .row--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.page-our-people .row--1 .col {
  position: relative;
  padding-bottom: 5px;
  min-height: 11px;
}
.page-our-people .row--1 .col--1 {
  width: 30%;
}
.page-our-people .row--1 .col--1 .line {
  width: 88%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1882352941);
}
.page-our-people .row--1 .col--1 .line:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  right: -27px;
  top: 8.5px;
  transform: rotate(35deg);
  background-color: rgba(0, 0, 0, 0.1882352941);
}
.page-our-people .row--1 .col--2 {
  width: 70%;
}
.page-our-people .row--1 .col--2 .line {
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1882352941);
}
.page-our-people .row--1 .col--2 .line:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  left: -27px;
  bottom: 8.5px;
  transform: rotate(35deg);
  background-color: rgba(0, 0, 0, 0.1882352941);
}
.page-our-people .row--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.page-our-people .sidebar {
  width: 25%;
}
.page-our-people .main {
  width: 75%;
}
.page-our-people .sort-alphabet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
}
.page-our-people .sort-alphabet li {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
  opacity: 0.5;
  cursor: pointer;
}
.page-our-people .sort-alphabet li.active {
  opacity: 1;
}
.page-our-people .sort-alphabet li:hover {
  opacity: 1;
}
.page-our-people .post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
}
.page-our-people .pagination {
  padding-top: 100px;
}
.page-our-people .card {
  position: relative;
  max-width: 300px;
  min-width: 300px;
  margin: 0 auto;
}
.page-our-people .card svg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.page-our-people .card svg:nth-of-type(2) {
  left: 10px;
}
.page-our-people .card .lines span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.page-our-people .card .lines span:nth-of-type(1) {
  width: 1px;
  height: 80%;
  right: 0;
  bottom: 0;
}
.page-our-people .card .lines span:nth-of-type(2) {
  width: 1px;
  height: 70%;
  left: 0;
  bottom: 10%;
}
.page-our-people .card .lines span:nth-of-type(3) {
  width: 81%;
  height: 1px;
  right: 0;
  bottom: 0;
}
.page-our-people .card .lines span:nth-of-type(4) {
  height: 14%;
  width: 1px;
  bottom: -12px;
  left: 30px;
  transform: rotate(-45deg);
}
.page-our-people .card .lines-2 span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.page-our-people .card .lines-2 span:nth-of-type(1) {
  width: 89%;
  height: 1px;
  left: 0;
  top: 0;
}
.page-our-people .card .lines-2 span:nth-of-type(2) {
  width: 1px;
  height: 87%;
  right: -3%;
  bottom: 0;
}
.page-our-people .card .lines-2 span:nth-of-type(3) {
  width: 61px;
  height: 1px;
  top: 22px;
  right: -18px;
  transform: rotate(45deg);
}
.page-our-people .card .card__content {
  padding: 50px 55px 60px 55px;
  position: relative;
  min-height: 340px;
}
.page-our-people .card__image {
  margin-bottom: 20px;
  position: relative;
}
.page-our-people .card__image svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -15px;
}
.page-our-people .card__image img {
  border-radius: 50%;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: top center;
}
.page-our-people .card .card__title {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.page-our-people .card .card__position {
  margin-bottom: 15px;
}
.page-our-people .card .card__pronouns {
  margin-bottom: 15px;
}
.page-our-people .card .card__email {
  margin-bottom: 15px;
}
.page-our-people .card .card__room {
  margin-bottom: 15px;
}
.page-our-people .card .card__department {
  margin-bottom: 15px;
}
.page-our-people .card .card__link {
  display: inline-block;
  margin-top: 10px;
  background-color: #1E3765;
  padding: 3px 10px;
  color: #ffffff;
}
.page-our-people .mobile {
  display: none;
}
@media screen and (max-width: 1300px) {
  .page-our-people .post-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .page-our-people .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px;
  }
  .page-our-people .mobile .mobile-select {
    width: 80%;
  }
  .page-our-people .mobile .mobile-select-2 {
    width: 20%;
  }
  .page-our-people .sidebar {
    display: none;
  }
  .page-our-people .main {
    width: 100%;
  }
  .page-our-people .row--1 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page-our-people .post-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.single-page--post.single-page--versalite .block-post-conetent .container {
  max-width: unset;
}
.single-page--post .section-content {
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
}
.single-page--post .section-content:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 450px;
  background-image: url(img/single-post/bg-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: difference;
  z-index: 0;
}
.single-page--post .section-content .container {
  margin-bottom: 60px;
}
.single-page--post .section-content .container--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.single-page--post .section-content .container--2 .col--1 {
  width: 60%;
}
.single-page--post .section-content .container--2 .col--2 {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .single-page--post .section-content .container--2 {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column-reverse;
  }
  .single-page--post .section-content .container--2 .col {
    width: 100% !important;
  }
  .single-page--post .section-content .container--2 .col--2 {
    margin-bottom: 40px;
  }
}
.single-page--post .section-content .cta-button {
  margin-bottom: 25px;
  border-color: rgba(0, 0, 0, 0.1254901961);
}
.single-page--post .section-content .cta-button-triangle {
  background-color: #000000;
  transform: rotate(180deg);
  margin-right: 60px;
}
.single-page--post .section-content .cta-button-text {
  margin-right: 0;
}
.single-page--post .section-content .cta-button:hover {
  border-color: #000000;
}
.single-page--post .section-content .title {
  font-size: 28px;
  line-height: 1.2;
  max-width: 640px;
  margin-bottom: 40px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .single-page--post .section-content .title {
    font-size: 29px;
    font-size: calc(28px + (30 - 28) * (100vw - 320px) / (1440 - 320));
  }
}
@media (min-width: 1440px) {
  .single-page--post .section-content .title {
    font-size: 30px;
  }
}
.single-page--post .section-content .image__inner {
  clip-path: polygon(99.648% 94.059%, 99.648% 4.785%, 99.648% 4.62%, 99.505% 4.62%, 95.505% 0%, 80.11% 0%, 76.111% 4.62%, 68.519% 4.62%, 64.526% 0%, 4.488% 0%, 0.495% 4.62%, 0.352% 4.62%, 0.352% 4.785%, 0.352% 94.059%, 4.489% 98.576%, 10.902% 98.576%, 15.04% 94.059%, 75.997% 94.059%, 80.134% 98.576%, 95.511% 98.576%, 99.648% 94.059%);
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  max-height: 600px;
}
.single-page--post .section-content .details {
  position: relative;
}
.single-page--post .section-content .details .lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.single-page--post .section-content .details .lines span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.single-page--post .section-content .details .lines span:nth-of-type(1) {
  width: 83%;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.single-page--post .section-content .details .lines span:nth-of-type(2) {
  height: 90%;
  width: 1px;
  letter-spacing: 0;
  top: 28px;
  left: 0;
}
.single-page--post .section-content .details .lines span:nth-of-type(2):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #F2F2F2 -50%, rgba(242, 242, 242, 0) 100%);
}
.single-page--post .section-content .details .lines span:nth-of-type(3) {
  height: 90%;
  width: 1px;
  top: 28px;
  right: 0;
}
.single-page--post .section-content .details .lines span:nth-of-type(3):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #F2F2F2 -50%, rgba(242, 242, 242, 0) 100%);
}
.single-page--post .section-content .details .lines span:nth-of-type(4) {
  width: 1px;
  height: 40px;
  left: 14px;
  top: -6px;
  transform: rotate(46deg);
}
.single-page--post .section-content .details .lines span:nth-of-type(5) {
  width: 1px;
  height: 40px;
  right: 14px;
  top: -6px;
  transform: rotate(-46deg);
}
.single-page--post .section-content .details__title {
  position: absolute;
  width: fit-content;
  top: -6px;
  left: 9px;
  padding: 14px 35px;
  background-image: url(img/single-post/sidebar-inner-image.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single-page--post .section-content .details__content {
  padding: 80px 45px 0 45px;
  max-width: 90%;
}
.single-page--post .section-content .details__content a {
  color: #1E3765;
}
.single-page--post .section-content .details__content .item__title {
  font-size: 12px;
  padding: 5px 10px;
  width: fit-content;
  color: #ffffff;
  line-height: 1.1;
  text-transform: uppercase;
  background-color: #1E3765;
  margin-bottom: 10px;
}
.single-page--our-events .section-content {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}
.single-page--our-events .section-content .details__content a {
  color: #1E3765;
}
.single-page--our-events .section-content .details__content a:hover {
  text-decoration: underline;
}
.single-page--our-events .section-content:after {
  content: "";
  background-image: url(img/single-our-events/bg.png);
  width: 40%;
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
  position: absolute;
  right: 0;
  bottom: 0;
}
.single-page--our-events .section-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.single-page--our-events .section-content .main {
  width: 60%;
}
.single-page--our-events .section-content .sidebar {
  width: 30%;
  position: relative;
}
.single-page--our-events .section-content .sidebar .selectric-wrapper {
  padding: 10px 0 0 0;
}
.single-page--our-events .section-content .sidebar .details {
  position: absolute;
  padding: 5px 10px;
  left: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.1254901961);
}
.single-page--our-events .section-content .sidebar .border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1254901961);
}
.single-page--our-events .section-content .sidebar .test {
  display: none;
  overflow: hidden;
  visibility: hidden;
}
.single-page--our-events .section-content .sidebar .container {
  padding: 80px 50px;
  position: relative;
  z-index: 1;
}
.single-page--our-events .section-content .sidebar .container .cta-link {
  display: block;
  margin-top: 15px;
  text-decoration: underline;
}
.single-page--our-events .section-content .sidebar .container .cta-link span {
  color: #1E3765;
}
.single-page--our-events .section-content .sidebar .container__item {
  margin-bottom: 30px;
  position: relative;
}
.single-page--our-events .section-content .sidebar .container__item:nth-of-type(3) {
  margin-bottom: 45px;
}
.single-page--our-events .section-content .sidebar .container__item:nth-of-type(4) {
  margin-bottom: 55px;
}
.single-page--our-events .section-content .sidebar .container__item:nth-of-type(4) h6 {
  background-color: transparent;
  color: #000000;
  margin-bottom: 25px;
}
.single-page--our-events .section-content .sidebar .container__item h6 {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  width: fit-content;
  padding: 5px 10px;
  background-color: #1E3765;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .single-page--our-events .section-content .row {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column-reverse;
  }
  .single-page--our-events .section-content .main {
    width: 100%;
  }
  .single-page--our-events .section-content .sidebar {
    width: 100%;
    margin-bottom: 40px;
  }
}

.single-page--our-people .section-content {
  background-color: #ffffff;
  padding-top: 114px;
}
@media screen and (max-width: 1200px) {
  .single-page--our-people .section-content {
    padding-top: 74px;
  }
}
@media screen and (max-width: 600px) {
  .single-page--our-people .section-content {
    padding-top: 57px;
  }
}
.single-page--our-people .section-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 100%;
  padding: 0;
}
.single-page--our-people .section-content .col {
  width: 50%;
}
.single-page--our-people .section-content .col--2 {
  padding: 50px 90px 130px 90px;
}
.single-page--our-people .section-content .image--main {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 50vh;
}
@media screen and (max-width: 1024px) {
  .single-page--our-people .section-content .image--main {
    height: auto;
    min-height: 80vh;
    max-height: 70vh;
  }
}
@media screen and (max-width: 600px) {
  .single-page--our-people .section-content .image--main {
    min-height: 500px;
    max-height: 80vh;
  }
}
.single-page--our-people .section-content .image--main .image__inner {
  width: 100%;
  height: 100%;
  min-height: 50vh;
  object-position: center top;
  object-fit: cover;
}
.single-page--our-people .section-content .image--main .img--lowres {
  filter: blur(17px);
  transform: scale(1.1);
  height: 100vh;
  min-height: 50vh;
}
@media screen and (max-width: 1024px) {
  .single-page--our-people .section-content .image--main .img--lowres {
    height: auto;
    min-height: 80vh;
    max-height: 70vh;
  }
}
@media screen and (max-width: 600px) {
  .single-page--our-people .section-content .image--main .img--lowres {
    min-height: 500px;
    max-height: 80vh;
  }
}
.single-page--our-people .section-content .image--main .img--normal {
  height: 100vh;
  min-height: 50vh;
}
@media screen and (max-width: 1024px) {
  .single-page--our-people .section-content .image--main .img--normal {
    height: auto;
    min-height: 80vh;
    max-height: 70vh;
  }
}
@media screen and (max-width: 600px) {
  .single-page--our-people .section-content .image--main .img--normal {
    min-height: 500px;
    max-height: 80vh;
  }
}
.single-page--our-people .section-content .image--main .img--highres {
  mask: url("#myFancyMask");
  -webkit-mask-image: url("#myFancyMask");
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: cover;
  -webkit-mask-size: cover;
  position: absolute;
  left: 50%;
  top: 47%;
  width: 400px;
  height: 450px;
  min-height: unset;
  transform: translate(-50%, -50%);
  object-position: center top;
}
@media screen and (max-width: 600px) {
  .single-page--our-people .section-content .image--main .img--highres {
    width: 340px;
    height: 400px;
    left: 48%;
    top: 49%;
  }
}
.single-page--our-people .section-content .image--main .img--mask-wrapper {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 47%;
  width: 400px;
  height: 450px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .single-page--our-people .section-content .image--main .img--mask-wrapper {
    width: 340px;
    height: 400px;
    left: 48%;
    top: 49%;
  }
}
.single-page--our-people .section-content .image--main .img--mask-wrapper .img--mask {
  width: 100%;
  height: 100%;
}
.single-page--our-people .section-content .image--main .img--mask-wrapper:before {
  content: "";
  background-image: url("img/lines02313111.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 127px;
  display: block;
}
@media screen and (max-width: 600px) {
  .single-page--our-people .section-content .image--main .img--mask-wrapper:before {
    top: 56.5%;
  }
}
.single-page--our-people .section-content .image--main .img--mask-wrapper:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 1px;
  height: 90px;
  display: block;
  background-color: #1E3765;
  opacity: 0.4;
}
@media screen and (max-width: 600px) {
  .single-page--our-people .section-content .image--main .img--mask-wrapper:after {
    display: none;
  }
}
.single-page--our-people .section-content .container {
  max-width: 500px;
  overflow: hidden;
}
.single-page--our-people .section-content .container__inner--2 {
  margin-bottom: 35px;
}
.single-page--our-people .section-content .container__inner--3 {
  margin-bottom: 35px;
}
.single-page--our-people .section-content .container__inner--4 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 35px;
}
.single-page--our-people .section-content .container__inner--4 svg {
  position: absolute;
  left: -9%;
  top: 12px;
}
.single-page--our-people .section-content .container__inner--4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.single-page--our-people .section-content .breadcrumbs {
  margin-bottom: 120px;
}
.single-page--our-people .section-content .title {
  margin-bottom: 10px;
}
.single-page--our-people .section-content .position {
  margin-bottom: 25px;
}
.single-page--our-people .section-content .position p {
  color: #1E3765;
  text-transform: uppercase;
}
.single-page--our-people .section-content .pronouns {
  margin-bottom: 20px;
}
.single-page--our-people .section-content .room {
  margin-bottom: 20px;
}
.single-page--our-people .section-content .email {
  margin-bottom: 20px;
}
.single-page--our-people .section-content .email a {
  display: block;
  margin-left: 5px;
}
.single-page--our-people .section-content .research {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .single-page--our-people .section-content .website {
    padding-bottom: 40px;
  }
}
.single-page--our-people .section-content .pronouns, .single-page--our-people .section-content .email, .single-page--our-people .section-content .research, .single-page--our-people .section-content .education, .single-page--our-people .section-content .website {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.single-page--our-people .section-content .pronouns h6, .single-page--our-people .section-content .email h6, .single-page--our-people .section-content .research h6, .single-page--our-people .section-content .education h6, .single-page--our-people .section-content .website h6 {
  color: #1E3765;
}
.single-page--our-people .section-content .pronouns p, .single-page--our-people .section-content .email p, .single-page--our-people .section-content .research p, .single-page--our-people .section-content .education p, .single-page--our-people .section-content .website p {
  margin-left: 5px;
  opacity: 0.8;
}
.single-page--our-people .section-content .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.single-page--our-people .section-content .social-media__item {
  width: 50px;
  height: 50px;
  background-image: url(img/single-our-people/social-link-border.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
}
.single-page--our-people .section-content .social-media__item:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 6px;
  height: 6px;
  background-image: url(img/single-our-people/social-link-border-vector.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-page--our-people .section-content .social-media__item:hover:before {
  transform: scale(1.2);
}
.single-page--our-people .section-content .social-media__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .single-page--our-people .section-content .row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .single-page--our-people .section-content .col {
    width: 100%;
  }
  .single-page--our-people .section-content .col--2 {
    padding: 40px 20px 40px 20px;
  }
  .single-page--our-people .section-content .col--2 .container {
    max-width: unset;
  }
  .single-page--our-people .section-content .breadcrumbs {
    display: none;
  }
}
.single-page--our-people .section-related-people {
  padding-top: 75px;
  padding-bottom: 180px;
}
.single-page--our-people .section-related-people .container--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
}
.single-page--our-people .section-related-people .card {
  padding-top: 20px;
  position: relative;
}
.single-page--our-people .section-related-people .card svg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.single-page--our-people .section-related-people .card svg:nth-of-type(2) {
  left: 10px;
  top: 0;
}
.single-page--our-people .section-related-people .card .card__content {
  padding: 50px 45px 60px 45px;
  position: relative;
  min-height: 340px;
}
.single-page--our-people .section-related-people .card__image {
  margin-bottom: 20px;
  position: relative;
}
.single-page--our-people .section-related-people .card__image svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -15px;
}
.single-page--our-people .section-related-people .card__image img {
  border-radius: 50%;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  object-fit: cover;
}
.single-page--our-people .section-related-people .card .card__title {
  margin-bottom: 20px;
}
.single-page--our-people .section-related-people .card .card__position {
  margin-bottom: 15px;
}
.single-page--our-people .section-related-people .card .card__pronouns {
  margin-bottom: 15px;
}
.single-page--our-people .section-related-people .card .card__room {
  margin-bottom: 15px;
}
.single-page--our-people .section-related-people .card .card__department {
  margin-bottom: 15px;
}
.single-page--our-people .section-related-people .card .card__email {
  margin-bottom: 15px;
}
.single-page--our-people .section-related-people .card .card__email span {
  word-wrap: break-word;
}
.single-page--our-people .section-related-people .card .card__link {
  background-color: #1E3765;
  padding: 5px 10px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
}

.search-results .section-content:before {
  display: none;
}
.search-results .search-results-container {
  margin: 0 auto;
  text-align: left;
  padding-top: 70px;
}
.search-results .search-results-container h1 {
  font-size: 30px;
  margin-bottom: 38px;
}
.search-results .search-results-list {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.search-results .search-results-list li {
  border-bottom: 1px solid #c2c2c2;
  padding: 20px 0 18px 0;
  display: flex;
  align-items: center;
}
.search-results .search-results-list li:first-of-type {
  border-top: 1px solid #c2c2c2;
}
.search-results .result-number {
  margin-right: 10px;
  font-size: 13px;
  font-family: "SpaceGrotesk";
}
.search-results .result-link {
  color: #0073aa;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
}
.search-results .result-title {
  text-decoration: underline;
  font-size: 13px;
  color: #1E3765;
  margin: 0;
  font-family: "SpaceGrotesk";
}
.search-results .result-icon {
  border-radius: 50%;
  border: 1px solid #c2c2c2;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-results .result-icon svg {
  font-size: 18px;
  color: #0073aa;
}
.search-results .result-link:hover .result-title {
  text-decoration: underline;
}
.search-results .navigation.pagination {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  margin-top: 20px;
}
.search-results .navigation.pagination .nav-links {
  display: flex;
  list-style: none;
  padding: 0;
}
.search-results .navigation.pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px;
  color: #1E3765;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: background-color 0.3s, color 0.3s;
}
.search-results .navigation.pagination .page-numbers.current {
  background-color: #1E3765;
  color: #fff;
  border-color: #1E3765;
}
.search-results .navigation.pagination .page-numbers:hover,
.search-results .navigation.pagination .page-numbers:focus {
  background-color: #1E3765;
  color: #fff;
  border-color: #1E3765;
}
.search-results .navigation.pagination .next.page-numbers {
  margin-left: 10px;
}

.single-page--surp-students .image--background .image__inner {
  opacity: 0.2;
  object-position: left 50% top 40%;
}
.single-page--surp-students .section-content {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}
.single-page--surp-students .section-content .wysiwyg-editor ol {
  max-width: unset;
}
.single-page--surp-students .section-content .block-phrase .phrase {
  max-width: unset;
}
.single-page--surp-students .section-content .block-content-slider .container {
  max-width: unset;
}
.single-page--surp-students .section-content .block-content-slider img {
  max-height: 520px;
  width: 100%;
}
.single-page--surp-students .section-content:after {
  content: "";
  background-image: url(img/single-our-events/bg.png);
  width: 40%;
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .single-page--surp-students .section-content::after {
    width: 100%;
  }
}
.single-page--surp-students .section-content .sidebar {
  width: 30%;
  position: relative;
}
.single-page--surp-students .section-content .sidebar .selectric-wrapper {
  padding: 10px 0 0 0;
}
.single-page--surp-students .section-content .sidebar .details {
  position: absolute;
  padding: 5px 10px;
  left: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.1254901961);
}
.single-page--surp-students .section-content .sidebar .border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1254901961);
}
.single-page--surp-students .section-content .sidebar .test {
  display: none;
  overflow: hidden;
  visibility: hidden;
}
.single-page--surp-students .section-content .sidebar .container {
  padding: 80px 50px;
  position: relative;
}
.single-page--surp-students .section-content .sidebar .container .cta-link {
  display: block;
  margin-top: 15px;
  text-decoration: underline;
}
.single-page--surp-students .section-content .sidebar .container .cta-link span {
  color: #1E3765;
}
.single-page--surp-students .section-content .sidebar .container__item {
  margin-bottom: 30px;
  position: relative;
}
.single-page--surp-students .section-content .sidebar .container__item:nth-of-type(3) {
  margin-bottom: 45px;
}
.single-page--surp-students .section-content .sidebar .container__item:nth-of-type(4) {
  margin-bottom: 55px;
}
.single-page--surp-students .section-content .sidebar .container__item:nth-of-type(4) h6 {
  background-color: transparent;
  color: #000000;
  margin-bottom: 25px;
}
.single-page--surp-students .section-content .sidebar .container__item h6 {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  width: fit-content;
  padding: 5px 10px;
  background-color: #1E3765;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .single-page--surp-students .section-content .row {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column-reverse;
  }
  .single-page--surp-students .section-content .main {
    width: 100%;
  }
  .single-page--surp-students .section-content .sidebar {
    width: 100%;
    margin-bottom: 40px;
  }
}

.single-page--surp-students .section-related-people {
  padding-top: 75px;
  padding-bottom: 180px;
}
.single-page--surp-students .section-related-people .container--0 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .single-page--surp-students .section-related-people .container--0 {
    margin-bottom: 40px;
  }
}
.single-page--surp-students .section-related-people .container--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
}
.single-page--surp-students .section-related-people .card {
  padding-top: 20px;
  position: relative;
}
.single-page--surp-students .section-related-people .card svg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.single-page--surp-students .section-related-people .card svg:nth-of-type(2) {
  left: 10px;
}
.single-page--surp-students .section-related-people .card .card__content {
  padding: 50px 55px 60px 55px;
  position: relative;
}
.single-page--surp-students .section-related-people .card__image {
  margin-bottom: 20px;
  position: relative;
}
.single-page--surp-students .section-related-people .card__image svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -15px;
}
.single-page--surp-students .section-related-people .card__image img {
  border-radius: 50%;
  width: 240px;
  height: 240px;
  margin: 0 auto;
}
.single-page--surp-students .section-related-people .card .card__title {
  margin-bottom: 20px;
}
.single-page--surp-students .section-related-people .card .card__month {
  margin-bottom: 20px;
}
.single-page--surp-students .section-related-people .card .card__position {
  margin-bottom: 40px;
}
.single-page--surp-students .section-related-people .card .card__pronouns {
  margin-bottom: 10px;
}
.single-page--surp-students .section-related-people .card .card__email {
  margin-bottom: 40px;
}
.single-page--surp-students .section-related-people .card .card__link {
  background-color: #1E3765;
  padding: 5px 10px;
  color: #ffffff;
  text-transform: uppercase;
}
.single-page--surp-students .section-related-people .card .lines span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.single-page--surp-students .section-related-people .card .lines span:nth-of-type(1) {
  width: 1px;
  height: 80%;
  right: 0;
  bottom: 0;
}
.single-page--surp-students .section-related-people .card .lines span:nth-of-type(2) {
  width: 1px;
  height: 70%;
  left: 0;
  bottom: 10%;
}
.single-page--surp-students .section-related-people .card .lines span:nth-of-type(3) {
  width: 81%;
  height: 1px;
  right: 0;
  bottom: 0;
}
.single-page--surp-students .section-related-people .card .lines span:nth-of-type(4) {
  height: 14%;
  width: 1px;
  bottom: -12px;
  left: 30px;
  transform: rotate(-45deg);
}
.single-page--surp-students .section-related-people .card .lines-2 span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.single-page--surp-students .section-related-people .card .lines-2 span:nth-of-type(1) {
  width: 89%;
  height: 1px;
  left: 0;
  top: 0;
}
.single-page--surp-students .section-related-people .card .lines-2 span:nth-of-type(2) {
  width: 1px;
  height: 87%;
  right: -3%;
  bottom: 0;
}
.single-page--surp-students .section-related-people .card .lines-2 span:nth-of-type(3) {
  width: 61px;
  height: 1px;
  top: 22px;
  right: -18px;
  transform: rotate(45deg);
}

.section-news-and-events {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.section-news-and-events .clip-path-block {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 650px;
  clip-path: polygon(100% 5.714%, 76.181% 5.714%, 80.347% 0%, 95.833% 0%, 100% 5.714%, 0% 5.714%, 4.167% 0%, 64.653% 0%, 68.819% 5.714%, 0% 5.714%, 100% 5.714%, 0% 5.714%, 0% 94.444%, 4.167% 100%, 10.625% 100%, 14.792% 94.444%, 76.181% 94.444%, 80.347% 100%, 95.833% 100%, 100% 94.444%, 100% 5.714%);
  background: linear-gradient(180deg, #FFF 29.5%, rgba(255, 255, 255, 0) 76.45%);
  z-index: 1;
}
.section-news-and-events .section__inner {
  position: relative;
  z-index: 2;
}
.section-news-and-events .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.section-news-and-events .col {
  width: 45%;
}
.section-news-and-events .title {
  margin-bottom: 40px;
}
.section-news-and-events .container__inner {
  margin-bottom: 40px;
}
.section-news-and-events .card {
  margin-bottom: 20px;
  padding-bottom: 35px;
  position: relative;
}
.section-news-and-events .card:last-of-type {
  margin-bottom: 0;
}
.section-news-and-events .card:nth-of-type(1) .card__image {
  display: block;
}
.section-news-and-events .card svg {
  position: absolute;
  left: -25px;
  bottom: 10px;
}
.section-news-and-events .card .line {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 85%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.section-news-and-events .card__image {
  clip-path: polygon(23.603% 100%, 28.261% 93.974%, 71.118% 93.974%, 75.776% 100%, 95.342% 100%, 100% 93.974%, 100% 0%, 0% 0%, 0% 93.974%, 4.658% 100%, 23.603% 100%);
  margin-bottom: 30px;
  display: none;
}
.section-news-and-events .card__image img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}
.section-news-and-events .card__image img:hover {
  transform: scale(1.08);
}
.section-news-and-events .card__date {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.section-news-and-events .card__title h5 {
  color: #1E3765;
}
.section-news-and-events .card__title h5:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .section-news-and-events {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-news-and-events .clip-path-block {
    clip-path: polygon(68.75% 2.005%, 64.688% 0%, 4.063% 0%, 0% 2.005%, 0% 97.995%, 4.063% 100%, 10.625% 100%, 14.688% 97.995%, 76.25% 97.995%, 80.313% 100%, 95.938% 100%, 100% 97.995%, 100% 2.005%, 95.938% 0%, 80.313% 0%, 76.25% 2.005%, 100% 2.005%, 68.75% 2.005%);
  }
  .section-news-and-events .row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .section-news-and-events .col {
    width: 100%;
  }
  .section-news-and-events .col:nth-of-type(1) {
    margin-bottom: 75px;
  }
  .section-news-and-events .card__image img {
    max-height: 170px;
  }
}

.block-about {
  padding-top: 150px;
  padding-bottom: 320px;
}
.block-about .title {
  margin-bottom: 60px;
}
.block-about .container {
  position: relative;
}
.block-about .container .image {
  position: relative;
}
.block-about .container .image__inner {
  clip-path: polygon(-45% 0%, 99.979% 0%, 99.979% 23.468%, 97.998% 29.091%, 97.998% 49.993%, 97.998% 70.896%, 99.979% 76.519%, 99.979% 99.987%, 0.036% 99.987%, 0.036% 76.518%, 2.017% 70.896%, 2.017% 50.06%, 2.017% 49.993%, 2.017% 29.158%, 0.036% 23.535%, 0.036% 0%, 0.036% 23.535%, 0.036% 23.534%, 0.036% 49.993%, 0.036% 50.06%, 0.036% 76.519%, 0.036% 76.518%, 0.036% 23.535%, 99.979% 76.519%, 99.979% 76.519%, 99.979% 49.993%, 99.979% 23.468%, 99.979% 23.468%, 99.979% 76.519%);
}
.block-about .container .image:before {
  content: "";
  position: absolute;
  left: -4%;
  top: 50%;
  transform: translateY(-50%);
  width: 4%;
  height: 45%;
  background-image: url(img/block-about/image-line-left-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.block-about .container .image:after {
  content: "";
  position: absolute;
  right: -4%;
  top: 50%;
  transform: translateY(-50%);
  width: 4%;
  height: 45%;
  background-image: url(img/block-about/image-line-right-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@keyframes opacity {
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0.7;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.1;
  }
}
.block-about .container .image .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.block-about .container .image .dots--left {
  left: 0;
}
.block-about .container .image .dots--right {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.block-about .container .image .dots span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 6px;
  height: 6px;
  margin-bottom: 25px;
  background: #1E3765;
  animation: opacity 1500ms infinite;
}
.block-about .container .image .dots span:nth-of-type(1) {
  animation-delay: 200ms;
}
.block-about .container .image .dots span:nth-of-type(2) {
  animation-delay: 400ms;
}
.block-about .container .image .dots span:nth-of-type(3) {
  animation-delay: 600ms;
}
.block-about .container .image .dots span:nth-of-type(4) {
  animation-delay: 800ms;
}
.block-about .container .image .dots span:nth-of-type(5) {
  animation-delay: 1000ms;
}
.block-about .container .image .dots span:last-of-type {
  margin-bottom: 0;
}
.block-about .container__inner {
  position: absolute;
  bottom: -210px;
  background: white;
  width: 900px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  padding: 65px 25px 35px 25px;
}
.block-about .container__inner .trapezoid {
  position: absolute;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  background-color: #ffffff;
  width: 230px;
  height: 30px;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
}
.block-about .container__inner:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40%;
  height: 90%;
  background-image: url(img/block-about/image-lines-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
.block-about .container__inner:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40%;
  height: 90%;
  background-image: url(img/block-about/image-lines-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
.block-about .container__inner .text {
  position: relative;
  top: -40px;
  max-width: 475px;
  margin: 0 auto;
}
.block-about .container__inner .image-logo {
  max-width: 120px;
  margin: 0 auto;
  position: relative;
  top: -65px;
}
@media screen and (max-width: 1024px) {
  .block-about {
    padding-bottom: 120px;
  }
  .block-about .container__inner {
    position: relative;
    z-index: 1;
    left: unset;
    bottom: unset;
    transform: translate(0, 0);
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .block-about {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .block-about .container .image .dots {
    display: none;
  }
  .block-about .container__inner:before {
    background-image: url(img/block-about/image-mobile-lines-right.svg);
    right: 10px;
    top: 10px;
    height: 95%;
  }
  .block-about .container__inner:after {
    background-image: url(img/block-about/image-mobile-lines-left.svg);
    left: 10px;
    top: 10px;
    height: 95%;
  }
}

.section-about-2 {
  padding-top: 100px;
  padding-bottom: 200px;
}
.section-about-2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  max-width: 1380px;
}
.section-about-2 .sidebar {
  position: sticky;
  top: 180px;
}
.section-about-2 .col--1 {
  width: 25%;
}
.section-about-2 .col--2 {
  width: 70%;
}
.section-about-2 .image--main {
  position: relative;
}
.section-about-2 .image--main .image__inner {
  clip-path: polygon(-45% 0%, 99.979% 0%, 99.979% 23.468%, 97.998% 29.091%, 97.998% 49.993%, 97.998% 70.896%, 99.979% 76.519%, 99.979% 99.987%, 0.036% 99.987%, 0.036% 76.518%, 2.017% 70.896%, 2.017% 50.06%, 2.017% 49.993%, 2.017% 29.158%, 0.036% 23.535%, 0.036% 0%, 0.036% 23.535%, 0.036% 23.534%, 0.036% 49.993%, 0.036% 50.06%, 0.036% 76.519%, 0.036% 76.518%, 0.036% 23.535%, 99.979% 76.519%, 99.979% 76.519%, 99.979% 49.993%, 99.979% 23.468%, 99.979% 23.468%, 99.979% 76.519%);
}
.section-about-2 .image--main:before {
  content: "";
  position: absolute;
  left: -4%;
  top: 50%;
  transform: translateY(-50%);
  width: 4%;
  height: 40%;
  background-image: url(img/block-about/image-line-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.section-about-2 .image--main:after {
  content: "";
  position: absolute;
  right: -4%;
  top: 50%;
  transform: translateY(-50%);
  width: 4%;
  height: 40%;
  background-image: url(img/block-about/image-line-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.section-about-2 .container {
  position: relative;
  margin-bottom: 200px;
}
.section-about-2 .container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  position: absolute;
  left: 30%;
  bottom: -260px;
  max-width: 800px;
  width: 100%;
  transform: translateX(-50%);
  height: auto;
  padding: 110px 90px 90px 90px;
  background-color: #ffffff;
}
.section-about-2 .container__inner-col {
  position: relative;
  z-index: 2;
}
.section-about-2 .container__inner-col--1 {
  width: 40%;
}
.section-about-2 .container__inner-col--2 {
  width: 55%;
}
.section-about-2 .container__inner .trapezoid {
  position: absolute;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  background-color: #ffffff;
  width: 230px;
  height: 30px;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
}
.section-about-2 .container__inner:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40%;
  height: 85%;
  background-image: url(img/block-about/image-lines-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
.section-about-2 .container__inner:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40%;
  height: 85%;
  background-image: url(img/block-about/image-lines-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
.section-about-2 .container__inner .image-logo {
  max-width: 120px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.section-about-2 .container__inner .title {
  text-transform: uppercase;
}
.section-about-2 .container__inner .sub-title {
  font-size: 12px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.section-about-2 .container__inner .sub-title:before {
  content: "[";
}
.section-about-2 .container__inner .sub-title:after {
  content: "]";
}
.section-about-2 .container__inner .text {
  margin-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .section-about-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-about-2 .col--2 {
    width: 100%;
  }
  .section-about-2 .sidebar {
    display: none;
  }
  .section-about-2 .container {
    margin-bottom: 0;
  }
  .section-about-2 .container__inner {
    position: relative;
    transform: unset;
    left: 0;
    top: 0;
    z-index: 1;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-about-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-about-2 .container__inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 70px 25px 30px 25px;
  }
  .section-about-2 .container__inner-col {
    width: 100% !important;
  }
  .section-about-2 .container__inner .title {
    margin-bottom: 20px;
  }
  .section-about-2 .container__inner:before {
    background-image: url(img/block-about/image-mobile-lines-right.svg);
    right: 10px;
    top: 10px;
    height: 70%;
  }
  .section-about-2 .container__inner:after {
    background-image: url(img/block-about/image-mobile-lines-left.svg);
    left: 10px;
    top: 10px;
    height: 70%;
  }
}

.block-content-1 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.block-content-1 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-content-1 .col {
  width: 47.5%;
}
.block-content-1 .title {
  margin-bottom: 30px;
  max-width: 560px;
}
.block-content-1 .sub-title {
  margin-bottom: 35px;
  max-width: 500px;
}
.block-content-1 .wysiwyg-editor {
  margin-bottom: 35px;
  max-width: 375px;
}
.block-content-1 .wysiwyg-editor p {
  font-family: "SpaceGrotesk";
}
.block-content-1 .cta-button {
  margin-top: 35px;
}
.block-content-1 .image {
  position: relative;
}
.block-content-1 .image--mobile {
  display: none;
}
.block-content-1 .image:before {
  content: "";
  top: -47px;
  left: 0;
  width: 50px;
  height: 20%;
  position: absolute;
  background-image: url(img/block-content-1/image-left-double-lines.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.block-content-1 .image:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 46%;
  background-image: url(img/block-content-1/image-line-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.block-content-1 .image__inner {
  -webkit-mask-image: url(img/block-content-1/mask.svg);
  mask-image: url(img/block-content-1/mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}
@media screen and (max-width: 1024px) {
  .block-content-1 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .block-content-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .block-content-1 .row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .block-content-1 .col {
    width: 100%;
  }
  .block-content-1 .col--2 {
    display: none;
  }
  .block-content-1 .image {
    display: none;
  }
  .block-content-1 .image--mobile {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .block-content-1 .title {
    max-width: 100%;
  }
  .block-content-1 .sub-title {
    max-width: 100%;
  }
  .block-content-1 .wysiwyg-editor {
    max-width: 100%;
  }
}

.block-content-2 {
  padding-top: 200px;
  padding-bottom: 220px;
  margin-bottom: -33px;
}
@media screen and (min-width: 1600px) {
  .block-content-2 {
    margin-bottom: -44px;
  }
}
@media screen and (max-width: 768px) {
  .block-content-2 {
    margin-bottom: -23px;
  }
}
@media screen and (max-width: 600px) {
  .block-content-2 {
    margin-bottom: -10px;
  }
}
.block-content-2 .row {
  position: relative;
  z-index: 2;
}
.block-content-2 .row--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-content-2 .row--2 .col--1 {
  width: 50%;
}
.block-content-2 .row--2 .col--2 {
  width: 40%;
}
.block-content-2 .title {
  margin-bottom: 60px;
  max-width: 700px;
}
.block-content-2 .sub-title {
  margin-bottom: 30px;
  max-width: 470px;
}
.block-content-2 .text {
  margin-bottom: 60px;
  max-width: 375px;
}
.block-content-2 .cta-button:hover {
  background-color: transparent;
  border-color: #ffffff;
}
.block-content-2 .cta-button:hover .cta-button-text {
  color: #ffffff;
}
.block-content-2 .cta-button:hover .cta-button-triangle {
  background-color: #ffffff;
}
.block-content-2 .image--main {
  position: relative;
}
.block-content-2 .image--main .image__inner {
  -webkit-mask-image: url(img/block-content-2/mask.svg);
  mask-image: url(img/block-content-2/mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}
.block-content-2 .image--main:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 50%;
  background-image: url(img/block-content-2/double-lines-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.block-content-2 .image--main:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 40px;
  background-image: url(img/block-content-2/double-lines-bottom.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.block-content-2 .image--background {
  background: linear-gradient(130deg, #1E3765 25%, #192438 50%, #060B10 100%);
}
.block-content-2 .image--background .image__inner {
  opacity: 0.5;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .block-content-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .block-content-2 {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .block-content-2 .row--2 {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .block-content-2 .row--2 .col--1 {
    width: 100%;
    margin-bottom: 60px;
  }
  .block-content-2 .row--2 .col--2 {
    width: 100%;
  }
  .block-content-2 .title {
    margin-bottom: 60px;
    max-width: 100%;
  }
  .block-content-2 .sub-title {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .block-content-2 .text {
    margin-bottom: 60px;
    max-width: 100%;
  }
}

.block-content-3 {
  background-color: #FAFAFA;
  padding-top: 200px;
  padding-bottom: 200px;
}
.block-content-3 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  max-width: 1360px;
}
.block-content-3 .col--1 {
  width: 20%;
}
.block-content-3 .col--2 {
  width: 75%;
}
.block-content-3 .sidebar {
  position: sticky;
  top: 180px;
}
.block-content-3 .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-content-3 .main .container {
  width: 45%;
}
.block-content-3 .title {
  margin-bottom: 35px;
  max-width: 560px;
}
.block-content-3 .sub-title {
  margin-bottom: 40px;
  max-width: 500px;
}
.block-content-3 .wysiwyg-editor {
  margin-bottom: 80px;
  max-width: 375px;
}
.block-content-3 .list {
  padding-left: 0;
  margin-bottom: 60px;
}
.block-content-3 .list__item {
  color: #1E3765;
  margin-bottom: 20px;
  text-decoration: underline;
}
.block-content-3 .list__item:last-of-type {
  margin-bottom: 0;
}
.block-content-3 .image {
  position: relative;
}
.block-content-3 .image--mobile {
  display: none;
}
.block-content-3 .image:before {
  content: "";
  top: -30px;
  left: 0;
  width: 40px;
  height: 20%;
  position: absolute;
  background-image: url(img/block-content-3/image-left-double-lines.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.block-content-3 .image:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 50%;
  background-image: url(img/block-content-3/image-line-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.block-content-3 .image__inner {
  -webkit-mask-image: url(img/block-content-3/mask.svg);
  mask-image: url(img/block-content-3/mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}
@media screen and (max-width: 1024px) {
  .block-content-3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .block-content-3 .row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .block-content-3 .col {
    width: 100%;
  }
  .block-content-3 .col--1 {
    display: none;
  }
  .block-content-3 .col--2 {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column !important;
    width: 100%;
  }
  .block-content-3 .main .container {
    width: 100%;
  }
  .block-content-3 .image {
    display: none;
  }
  .block-content-3 .image--mobile {
    display: block;
    margin-bottom: 30px;
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .block-content-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.block-banner {
  padding-top: 145px;
  padding-bottom: 145px;
  z-index: 2;
}
@media screen and (min-width: 1600px) {
  .block-banner {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}
.block-banner:nth-of-type(odd) {
  top: -33px;
}
@media screen and (max-width: 768px) {
  .block-banner:nth-of-type(odd) {
    top: -20px;
  }
}
@media screen and (max-width: 600px) {
  .block-banner:nth-of-type(odd) {
    top: -10px;
  }
}
.block-banner:hover .image--background .image__inner {
  transform: scale(1.08);
}
.block-banner .image--background {
  height: calc(100% + 76px);
  background-color: #1E3765;
  clip-path: polygon(100% 5.714%, 76.181% 5.714%, 80.347% 0%, 95.833% 0%, 100% 5.714%, 0% 5.714%, 4.167% 0%, 64.653% 0%, 68.819% 5.714%, 0% 5.714%, 100% 5.714%, 0% 5.714%, 0% 94.444%, 4.167% 100%, 10.625% 100%, 14.792% 94.444%, 76.181% 94.444%, 80.347% 100%, 95.833% 100%, 100% 94.444%, 100% 5.714%);
  overflow: hidden;
}
.block-banner .image--background:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(30, 55, 101);
  background: linear-gradient(180deg, rgba(30, 55, 101, 0) 0%, rgb(30, 55, 101) 100%);
  z-index: 1;
}
.block-banner .image--background .image__inner {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  object-position: top;
}
.block-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  z-index: 1;
  text-align: center;
}
.block-banner .title {
  margin-bottom: 40px;
}
.block-banner .text {
  margin-bottom: 50px;
}
.block-banner .cta-button:hover {
  background-color: transparent;
  border-color: #ffffff;
}
.block-banner .cta-button:hover .cta-button-text {
  color: #ffffff;
}
.block-banner .cta-button:hover .cta-button-triangle {
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .block-banner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .block-banner .image--background {
    height: calc(100% + 24px);
  }
}
@media screen and (max-width: 600px) {
  .block-banner .image--background {
    clip-path: polygon(68.75% 2.005%, 64.688% 0%, 4.063% 0%, 0% 2.005%, 0% 97.995%, 4.063% 100%, 10.625% 100%, 14.688% 97.995%, 76.25% 97.995%, 80.313% 100%, 95.938% 100%, 100% 97.995%, 100% 2.005%, 95.938% 0%, 80.313% 0%, 76.25% 2.005%, 100% 2.005%, 68.75% 2.005%);
  }
}

.block-contact-form {
  background-color: #151515;
  padding-top: 180px;
  padding-bottom: 120px;
}
.block-contact-form .clip-path-block {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 650px;
  clip-path: polygon(100% 5.714%, 76.181% 5.714%, 80.347% 0%, 95.833% 0%, 100% 5.714%, 0% 5.714%, 4.167% 0%, 64.653% 0%, 68.819% 5.714%, 0% 5.714%, 100% 5.714%, 0% 5.714%, 0% 94.444%, 4.167% 100%, 10.625% 100%, 14.792% 94.444%, 76.181% 94.444%, 80.347% 100%, 95.833% 100%, 100% 94.444%, 100% 5.714%);
  background-color: #151515;
}
.block-contact-form .image--background {
  top: 200px;
  max-height: 950px;
}
.block-contact-form .image--background:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(180deg, #151515 0%, rgba(21, 21, 21, 0) 100%);
}
.block-contact-form .image--background:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(0deg, #151515 27.77%, rgba(21, 21, 21, 0) 80.03%);
}
.block-contact-form .section-inner {
  position: relative;
  z-index: 1;
}
.block-contact-form .container--1 {
  margin-bottom: 80px;
  padding-bottom: 50px;
  position: relative;
}
.block-contact-form .container--1 .line {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1254901961);
  height: 1px;
}
.block-contact-form .container--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 180px;
}
.block-contact-form .container--2 .col--1 {
  max-width: 410px;
}
.block-contact-form .container--2 .col--2 {
  max-width: 480px;
}
.block-contact-form .container--2 .box {
  background-color: #101010;
  border-radius: 5px;
  padding: 70px;
}
.block-contact-form .container--2 .box p {
  margin-bottom: 20px;
  min-width: 335px;
}
.block-contact-form .container--2 .box .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.block-contact-form .container--2 .box .cta-link {
  margin-bottom: 20px;
}
.block-contact-form .container--2 .box .cta-link:last-of-type {
  margin-bottom: 0;
}
.block-contact-form .container--3 .container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding: 85px 90px;
  background-image: url(img/block-contact-form/lines.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
.block-contact-form .container--3 .col--1 {
  max-width: 285px;
}
.block-contact-form .container--3 .col--2 {
  max-width: 555px;
}
.block-contact-form .contact-form__row {
  margin-bottom: 60px;
  position: relative;
}
.block-contact-form .contact-form__label {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  position: absolute;
  bottom: 12px;
}
.block-contact-form .contact-form__label.lable_dropdown {
  bottom: 30px;
}
.block-contact-form .contact-form__label.has-value {
  transform: translate(0, -45px);
}
.block-contact-form .contact-form .wpcf7-form-control-wrap[data-name=department] {
  top: 18px;
}
.block-contact-form .contact-form__input {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  max-width: 555px;
}
.block-contact-form .contact-form__textarea {
  height: 100%;
  max-height: 40px;
  padding-bottom: 5px;
}
.block-contact-form .contact-form .wpcf7-acceptance input[type=checkbox] {
  opacity: 0;
  z-index: -999999;
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.block-contact-form .contact-form .wpcf7-acceptance input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  height: 21px;
  width: 21px;
  left: 0;
  top: -2px;
}
.block-contact-form .contact-form .wpcf7-acceptance input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 15px;
  width: 15px;
  left: 3px;
  top: 1px;
  opacity: 0;
}
.block-contact-form .contact-form .wpcf7-acceptance input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.block-contact-form .contact-form .wpcf7-acceptance .wpcf7-list-item {
  padding-left: 15px;
  margin-left: 0;
}
.block-contact-form .contact-form .wpcf7-acceptance .wpcf7-list-item-label {
  color: #fff;
  cursor: pointer;
}
.block-contact-form .contact-form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 10px;
  bottom: -25px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .block-contact-form {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .block-contact-form .clip-path-block {
    clip-path: polygon(68.75% 2.005%, 64.688% 0%, 4.063% 0%, 0% 2.005%, 0% 97.995%, 4.063% 100%, 10.625% 100%, 14.688% 97.995%, 76.25% 97.995%, 80.313% 100%, 95.938% 100%, 100% 97.995%, 100% 2.005%, 95.938% 0%, 80.313% 0%, 76.25% 2.005%, 100% 2.005%, 68.75% 2.005%);
  }
  .block-contact-form .image--background {
    max-height: 600px;
  }
  .block-contact-form .container--1 {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 60px;
  }
  .block-contact-form .container--1 .line {
    display: none;
  }
  .block-contact-form .container--2 {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .block-contact-form .container--2 .col--1 {
    margin-bottom: 60px;
  }
  .block-contact-form .container--2 .col--2 {
    max-width: 100%;
    width: 100%;
  }
  .block-contact-form .container--2 .box {
    padding: 20px;
    border-radius: 15px;
  }
  .block-contact-form .container--3 .container__inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 25px;
  }
  .block-contact-form .container--3 .container__inner .col--1 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .block-contact-form .container--3 .container__inner .col--2 {
    max-width: 100%;
    width: 100%;
  }
  .block-contact-form .contact-form__input {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .block-contact-form .container .container__inner {
    background-image: url(img/block-contact-form/lines-mobile.svg);
  }
  .block-contact-form .contact-form .wpcf7-acceptance input[type=checkbox] + span::before {
    top: -22px;
  }
  .block-contact-form .contact-form .wpcf7-acceptance input[type=checkbox] + span::after {
    top: -19px;
  }
  .block-contact-form .contact-form .wpcf7-acceptance .wpcf7-list-item {
    padding-left: 30px;
  }
  .block-contact-form .contact-form .wpcf7-acceptance .wpcf7-list-item-label {
    display: inline-block;
  }
  .block-contact-form .contact-form .cta-button {
    width: 100%;
  }
}

.block-contact-form-2 {
  z-index: 2;
}
.block-contact-form-2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  top: -120px;
  padding-top: 85px;
  padding: 85px 60px 20px 60px;
  background-color: #ffffff;
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(180deg, #FFF 44.79%, rgba(242, 242, 242, 0) 100%);
}
@media screen and (max-width: 1024px) {
  .block-contact-form-2 .container {
    top: -40px;
  }
}
.block-contact-form-2 .container:before {
  content: "";
  position: absolute;
  left: 11%;
  top: 20px;
  transform: translateX(-50%);
  width: 30%;
  height: 100%;
  background-image: url(img/block-contact-form/Bg-lines.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
}
.block-contact-form-2 .container:after {
  content: "";
  position: absolute;
  right: -18.5%;
  top: 20px;
  transform: translateX(-50%);
  width: 30%;
  height: 100%;
  background-image: url(img/block-contact-form/Bg-lines-2.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
}
.block-contact-form-2 .contact-form {
  max-width: 555px;
  position: relative;
  z-index: 2;
}
.block-contact-form-2 .contact-form__row {
  margin-bottom: 60px;
  position: relative;
}
.block-contact-form-2 .contact-form__row--center p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.block-contact-form-2 .contact-form__label {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
  position: absolute;
  bottom: 12px;
}
.block-contact-form-2 .contact-form__label.has-value {
  transform: translate(0, -45px);
}
.block-contact-form-2 .contact-form__input {
  color: #000000;
  font-size: 30px;
  line-height: 1.2;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  width: 100%;
}
.block-contact-form-2 .contact-form__textarea {
  height: 100%;
  max-height: 40px;
}
.block-contact-form-2 .contact-form .wpcf7-acceptance a span {
  color: #1E3765;
}
.block-contact-form-2 .contact-form .wpcf7-acceptance input[type=checkbox] {
  opacity: 0;
  z-index: -999999;
  overflow: hidden;
  visibility: hidden;
  position: relative;
  display: -webkit-box;
}
.block-contact-form-2 .contact-form .wpcf7-acceptance input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  border: 1px solid #000;
  height: 21px;
  width: 21px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-contact-form-2 .contact-form .wpcf7-acceptance input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  background: #000;
  height: 15px;
  width: 15px;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.block-contact-form-2 .contact-form .wpcf7-acceptance input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.block-contact-form-2 .contact-form .wpcf7-acceptance .wpcf7-list-item {
  padding-left: 35px;
  margin-left: 0;
}
.block-contact-form-2 .contact-form .wpcf7-acceptance .wpcf7-list-item-label {
  color: #000;
  cursor: pointer;
}
.block-contact-form-2 .contact-form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 10px;
  bottom: -25px;
  left: 0;
}
@media screen and (max-width: 600px) {
  .block-contact-form-2 .container {
    top: -40px;
    padding: 45px 30px 20px 30px;
  }
  .block-contact-form-2 .container:before, .block-contact-form-2 .container:after {
    transform: unset;
    width: 50%;
    background-size: 50%;
    top: 10px;
  }
  .block-contact-form-2 .container:before {
    background-image: url(img/block-contact-form/Bg-lines.svg);
    left: 7px;
    background-position: left top;
  }
  .block-contact-form-2 .container:after {
    background-image: url(img/block-contact-form/Bg-lines-2.svg);
    right: 7px;
    left: unset;
    background-position: right top;
  }
  .block-contact-form-2 .contact-form__row {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  .block-contact-form-2 .contact-form .wpcf7-acceptance input[type=checkbox] + span::before {
    top: -12px;
  }
  .block-contact-form-2 .contact-form .wpcf7-acceptance input[type=checkbox] + span::after {
    top: -12px;
  }
  .block-contact-form-2 .contact-form .cta-button {
    width: 100%;
  }
}

.block-separator {
  height: 200px;
}
@media screen and (max-width: 1024px) {
  .block-separator {
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .block-separator {
    height: 120px;
  }
}

.block-courses {
  padding-top: 160px;
  padding-bottom: 160px;
}
.block-courses .wysiwyg-editor p:last-of-type {
  margin-bottom: 30px;
}
.block-courses.block-courses-with-sidebar .row {
  max-width: 1360px;
}
.block-courses:not(.block-courses-with-sidebar) .container--2 {
  -ms-flex-pack: distribute;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}
.block-courses .block-post-conetent .container {
  max-width: unset;
}
.block-courses .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.block-courses .row .col--1 {
  width: 20%;
}
.block-courses .row .col--2 {
  width: 70%;
  max-width: 900px;
}
.block-courses .row .col--full {
  width: 100%;
}
.block-courses .sidebar {
  position: sticky;
  top: 180px;
}
.block-courses .image {
  margin-bottom: 60px;
  clip-path: polygon(100% 95.318%, 100% 4.849%, 100% 4.682%, 99.856% 4.682%, 95.828% 0%, 80.324% 0%, 76.296% 4.682%, 68.651% 4.682%, 64.629% 0%, 4.165% 0%, 0.144% 4.682%, 0% 4.682%, 0% 95.318%, 4.167% 99.894%, 10.625% 99.894%, 14.792% 95.318%, 76.181% 95.318%, 80.347% 99.894%, 95.833% 99.894%, 100% 95.318%);
}
.block-courses .container--1 {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 55px;
}
.block-courses .container--1 .line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2509803922);
}
.block-courses .container--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 10px;
}
.block-courses .container--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-courses .card {
  transition: 0.2s ease;
  width: 48%;
  max-width: 432px;
  padding: 50px 40px;
  margin-bottom: 40px;
  position: relative;
  min-height: 200px;
  clip-path: polygon(22.519% 99.837%, 26.963% 92.806%, 67.852% 92.806%, 72.296% 99.837%, 90.963% 99.837%, 95.408% 92.806%, 95.408% 53.347%, 100% 46.081%, 100% 21.799%, 86.222% 0%, 77.333% 0%, 72.593% 7.501%, 54.37% 7.501%, 49.63% 0%, 13.63% 0%, 0% 0%, 0% 21.564%, 0% 60.473%, 3.407% 65.865%, 3.407% 79.13%, 0% 84.521%, 0% 92.806%, 4.444% 99.837%, 22.519% 99.837%);
  background-color: #ffffff;
}
.block-courses .card.card-hidden {
  display: none;
}
.block-courses .card:hover {
  background-image: none;
  background-color: #ffffff;
}
.block-courses .card .title {
  margin-bottom: 15px;
}
.block-courses .card .text {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .block-courses {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .block-courses .row .col--2 {
    width: 100%;
    max-width: 100%;
  }
  .block-courses .sidebar {
    display: none;
  }
  .block-courses .container--1 {
    padding-bottom: 5px;
    margin-bottom: 30px;
  }
  .block-courses .card {
    background-image: none;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 600px) {
  .block-courses .card {
    width: 100%;
    clip-path: polygon(34.523% 99.837%, 41.337% 92.806%, 50.539% 92.806%, 57.353% 99.837%, 85.971% 99.837%, 92.785% 92.806%, 92.785% 79.13%, 99.826% 71.864%, 99.826% 7.501%, 91.463% 0%, 72.344% 0%, 65.076% 7.501%, 46.09% 7.501%, 38.822% 0%, 20.896% 0%, 0% 0%, 0% 21.564%, 0% 60.474%, 5.224% 65.865%, 5.224% 79.13%, 0% 84.522%, 0% 92.806%, 6.814% 99.837%, 34.523% 99.837%);
  }
}

.block-intro-address {
  padding-top: 150px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1200px) {
  .block-intro-address {
    padding-top: 100px;
  }
}
.block-intro-address .image--background {
  height: 100%;
  z-index: -1;
}
.block-intro-address .image--background:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(180deg, #F2F2F2 0%, rgba(242, 242, 242, 0) 100%);
}
.block-intro-address .image--background:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(0deg, #F2F2F2 27.77%, rgba(242, 242, 242, 0) 80.03%);
}
.block-intro-address .container--1 {
  margin-bottom: 20px;
}
.block-intro-address .container--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-intro-address .container--2 .image {
  max-width: 410px;
  margin: 0 auto;
}
.block-intro-address .container--2 .col {
  width: 50%;
}
.block-intro-address .container--2 .box {
  max-width: 400px;
  border-radius: 5px;
  background-color: #fff;
  padding: 45px 55px 65px 55px;
}
.block-intro-address .container--2 .box h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .block-intro-address .image--background {
    height: 70%;
    top: 10%;
  }
  .block-intro-address .container--2 {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column-reverse;
  }
  .block-intro-address .container--2 .col {
    width: 100%;
  }
  .block-intro-address .container--2 .col--2 {
    margin-bottom: 40px;
  }
  .block-intro-address .container--2 .box {
    max-width: 100%;
    padding: 30px;
  }
}

.block-our-outreach-initiatives {
  background-color: #151515;
  padding-top: 160px;
  padding-bottom: 200px;
}
.block-our-outreach-initiatives .clip-path-block {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 650px;
  clip-path: polygon(100% 5.714%, 76.181% 5.714%, 80.347% 0%, 95.833% 0%, 100% 5.714%, 0% 5.714%, 4.167% 0%, 64.653% 0%, 68.819% 5.714%, 0% 5.714%, 100% 5.714%, 0% 5.714%, 0% 94.444%, 4.167% 100%, 10.625% 100%, 14.792% 94.444%, 76.181% 94.444%, 80.347% 100%, 95.833% 100%, 100% 94.444%, 100% 5.714%);
  background-color: #151515;
  z-index: -1;
}
.block-our-outreach-initiatives .row--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-bottom: 65px;
}
.block-our-outreach-initiatives .row--1 .subtitle {
  max-width: 585px;
}
.block-our-outreach-initiatives .row--1 .text {
  padding-left: 50px;
  max-width: 433px;
}
.block-our-outreach-initiatives .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
.block-our-outreach-initiatives .card {
  clip-path: polygon(100% 19.491%, 97.207% 23.321%, 97.207% 72.158%, 100% 75.988%, 100% 92.074%, 97.207% 95.904%, 41.061% 95.904%, 38.175% 99.862%, 8.659% 99.862%, 0% 87.989%, 0% 80.329%, 2.98% 76.243%, 2.98% 60.54%, 0% 56.454%, 0% 11.831%, 0% 0.085%, 8.566% 0.085%, 24.022% 0.085%, 26.164% 3.022%, 51.304% 3.022%, 53.445% 0.085%, 97.207% 0.085%, 100% 3.915%, 100% 19.491%);
  background-color: #272727;
  width: 32%;
  padding: 35px 42px 70px 40px;
  margin-bottom: 30px;
  height: auto;
}
.block-our-outreach-initiatives .card .image {
  margin-bottom: 35px;
}
.block-our-outreach-initiatives .card .image img {
  max-width: 288px;
  width: 100%;
  height: 276px;
  object-fit: cover;
}
.block-our-outreach-initiatives .card .cta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  min-height: 62px;
}
@media screen and (max-width: 600px) {
  .block-our-outreach-initiatives .card .cta-link {
    min-height: 57px;
  }
}
.block-our-outreach-initiatives .card svg {
  min-width: 50px;
  margin-right: 10px;
}
.block-our-outreach-initiatives .card .title {
  text-transform: uppercase;
}
.block-our-outreach-initiatives .card .title:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .block-our-outreach-initiatives .card {
    padding: 35px 20px 50px 20px;
  }
  .block-our-outreach-initiatives .card .title {
    font-size: 20px;
  }
}
.block-our-outreach-initiatives .swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
}
.block-our-outreach-initiatives .slider-nav {
  position: relative;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 1024px) {
  .block-our-outreach-initiatives {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .block-our-outreach-initiatives .card {
    width: 100%;
  }
  .block-our-outreach-initiatives .card .image img {
    max-width: unset;
  }
  .block-our-outreach-initiatives .card svg {
    margin-right: 20px;
  }
  .block-our-outreach-initiatives .card .title {
    font-size: 22px;
  }
  .block-our-outreach-initiatives .clip-path-block {
    clip-path: polygon(68.75% 2.005%, 64.688% 0%, 4.063% 0%, 0% 2.005%, 0% 97.995%, 4.063% 100%, 10.625% 100%, 14.688% 97.995%, 76.25% 97.995%, 80.313% 100%, 95.938% 100%, 100% 97.995%, 100% 2.005%, 95.938% 0%, 80.313% 0%, 76.25% 2.005%, 100% 2.005%, 68.75% 2.005%);
  }
  .block-our-outreach-initiatives .row--1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .block-our-outreach-initiatives h2.title {
    margin-bottom: 20px;
  }
  .block-our-outreach-initiatives .row--1 .text {
    padding-top: 50px;
    padding-left: 0px;
    max-width: unset;
  }
  .block-our-outreach-initiatives .row--1 .subtitle {
    max-width: unset;
  }
  .block-our-outreach-initiatives .swiper .swiper-wrapper {
    display: flex;
    -ms-flex-wrap: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .block-our-outreach-initiatives .slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block-our-outreach-initiatives:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
    background-image: url(img/image-up.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
  }
}
@media screen and (max-width: 820px) {
  .block-our-outreach-initiatives .card {
    padding: 35px 42px 70px 40px;
  }
}

.section-latest-news {
  background-color: #151515;
  padding-top: 150px;
  padding-bottom: 200px;
}
.section-latest-news .clip-path-block {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 650px;
  clip-path: polygon(100% 5.714%, 76.181% 5.714%, 80.347% 0%, 95.833% 0%, 100% 5.714%, 0% 5.714%, 4.167% 0%, 64.653% 0%, 68.819% 5.714%, 0% 5.714%, 100% 5.714%, 0% 5.714%, 0% 94.444%, 4.167% 100%, 10.625% 100%, 14.792% 94.444%, 76.181% 94.444%, 80.347% 100%, 95.833% 100%, 100% 94.444%, 100% 5.714%);
  background-color: #151515;
  z-index: -1;
}
.section-latest-news:before {
  content: "";
  position: absolute;
  width: 500px;
  height: 100%;
  background-image: url(img/single-post/latest-news-background-image.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-latest-news .section__inner {
  position: relative;
  z-index: 2;
}
.section-latest-news .container--1 {
  margin-bottom: 80px;
}
.section-latest-news .container--2 {
  margin-bottom: 80px;
}
.section-latest-news .container--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-latest-news .slider-post {
  overflow: unset;
}
.section-latest-news .card .lines {
  position: relative;
}
.section-latest-news .card .lines .line {
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: -10px;
  right: 0;
  background-color: rgba(255, 255, 255, 0.2509803922);
}
.section-latest-news .card__image {
  margin-bottom: 30px;
}
.section-latest-news .card__image .image__inner {
  clip-path: polygon(23.603% 100%, 28.261% 93.974%, 71.118% 93.974%, 75.776% 100%, 95.342% 100%, 100% 93.974%, 100% 0%, 0% 0%, 0% 93.974%, 4.658% 100%, 23.603% 100%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 290px;
}
.section-latest-news .card__content {
  padding-left: 30px;
}
.section-latest-news .card__date {
  margin-bottom: 15px;
}
.section-latest-news .card__title:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .section-latest-news {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-latest-news:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .section-latest-news .container--1 {
    margin-bottom: 40px;
  }
  .section-latest-news .container--3 {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .section-latest-news .container--3 .col--1 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .section-latest-news .clip-path-block {
    top: -9px;
    height: 10px;
    clip-path: polygon(0% 98.418%, 0% 100%, 100% 100%, 100% 98.418%, 99.934% 98.418%, 95.846% 0%, 80.404% 0%, 76.316% 98.418%, 68.684% 98.418%, 64.588% 0%, 4.162% 0%, 0.066% 98.418%, 0% 98.418%);
  }
  .section-latest-news .card .lines {
    bottom: -10px;
  }
  .section-latest-news .card__content {
    padding-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .section-latest-news .card__image .image__inner {
    max-height: 165px;
  }
}

.section-slider {
  padding-top: 165px;
  padding-bottom: 140px;
  position: relative;
  z-index: 2;
}
.section-slider .clip-path-block {
  clip-path: polygon(0% 94.586%, 23.819% 94.586%, 19.653% 100%, 4.167% 100%, 0% 94.586%, 100% 94.586%, 95.833% 100%, 35.347% 100%, 31.181% 94.586%, 100% 94.586%, 0% 94.586%, 100% 94.586%, 100% 5.263%, 95.833% 0%, 89.375% 0%, 85.208% 5.263%, 23.819% 5.263%, 19.653% 0%, 4.167% 0%, 0% 5.263%, 0% 94.586%);
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 650px;
  z-index: -1;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(250, 250, 250) 100%);
}
.section-slider .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section-slider .background:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/block-slider-main/Earth.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: rotate 10s linear infinite;
}
.section-slider .swiper {
  overflow: unset;
}
.section-slider .swiper .swiper-wrapper {
  margin-bottom: 120px;
}
.section-slider .swiper .swiper-controlls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-slider .swiper .swiper-slide {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.section-slider .swiper .swiper-slide-active {
  transform: scale(1.3);
  opacity: 1;
}
.section-slider .swiper .swiper-slide-next {
  opacity: 1;
}
.section-slider .swiper .swiper-slide-prev {
  opacity: 1;
}
.section-slider .swiper .swiper-slide .image__inner {
  min-height: 400px;
  object-fit: cover;
  object-position: center;
}
.section-slider .slider-pagination-fraction {
  font-size: 24px;
  padding-left: 20px;
  position: relative;
}
.section-slider .slider-pagination-fraction span {
  font-size: inherit;
}
.section-slider .slider-pagination-fraction:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 16px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #000000;
}
@media screen and (max-width: 600px) {
  .section-slider {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(250, 250, 250) 100%);
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .section-slider .clip-path-block {
    display: none;
  }
  .section-slider .background:before {
    animation: none;
  }
  .section-slider .swiper .swiper-wrapper {
    margin-bottom: 90px;
  }
  .section-slider .swiper .swiper-controlls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-slider .swiper .swiper-controlls .col--1 {
    display: none;
  }
  .section-slider .swiper .swiper-slide-active {
    transform: scale(1.2);
  }
  .section-slider .swiper .swiper-slide .image__inner {
    min-height: 300px;
  }
  .section-slider .slider-pagination-fraction {
    display: none;
  }
}

.section-similar-research {
  background-color: #151515;
  padding-top: 150px;
  padding-bottom: 200px;
}
.section-similar-research .clip-path-block {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 650px;
  clip-path: polygon(100% 5.714%, 76.181% 5.714%, 80.347% 0%, 95.833% 0%, 100% 5.714%, 0% 5.714%, 4.167% 0%, 64.653% 0%, 68.819% 5.714%, 0% 5.714%, 100% 5.714%, 0% 5.714%, 0% 94.444%, 4.167% 100%, 10.625% 100%, 14.792% 94.444%, 76.181% 94.444%, 80.347% 100%, 95.833% 100%, 100% 94.444%, 100% 5.714%);
  background-color: #151515;
}
.section-similar-research .clip-path-block:before {
  content: "";
  position: absolute;
  width: 40%;
  height: 500px;
  background-image: url(img/block-similar-research/background-image.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  mix-blend-mode: difference;
}
.section-similar-research .vector {
  position: absolute;
  right: -10%;
  bottom: -4%;
}
.section-similar-research .section__inner {
  position: relative;
  z-index: 2;
}
.section-similar-research .container--1 {
  margin-bottom: 80px;
}
.section-similar-research .container--2 {
  margin-bottom: 80px;
}
.section-similar-research .container--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-similar-research .slider-post-our-research {
  overflow: unset;
}
.section-similar-research .card {
  clip-path: polygon(100% 19.938%, 97.207% 23.873%, 97.207% 60.076%, 100% 64.011%, 100% 91.905%, 97.207% 95.84%, 41.061% 95.84%, 38.175% 99.907%, 8.659% 99.907%, 0% 87.708%, 0% 68.471%, 2.98% 64.273%, 2.98% 48.139%, 0% 43.942%, 0% 12.068%, 0% 0%, 8.566% 0%, 24.022% 0%, 26.164% 3.017%, 51.304% 3.017%, 53.445% 0%, 97.207% 0%, 100% 3.935%, 100% 19.938%);
  padding: 35px 45px 55px 45px;
  background-color: #272727;
}
.section-similar-research .card__image {
  margin-bottom: 30px;
}
.section-similar-research .card__image .image__inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 290px;
}
.section-similar-research .card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-similar-research .card a svg {
  margin-right: 15px;
}
.section-similar-research .card__title:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .section-similar-research {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-similar-research .vector {
    left: 50%;
    bottom: -25%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .section-similar-research .container--1 {
    margin-bottom: 40px;
  }
  .section-similar-research .container--3 {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .section-similar-research .container--3 .col--1 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .section-similar-research .clip-path-block {
    top: -9px;
    height: 10px;
    clip-path: polygon(0% 98.418%, 0% 100%, 100% 100%, 100% 98.418%, 99.934% 98.418%, 95.846% 0%, 80.404% 0%, 76.316% 98.418%, 68.684% 98.418%, 64.588% 0%, 4.162% 0%, 0.066% 98.418%, 0% 98.418%);
  }
  .section-similar-research .card {
    padding: 20px 25px 40px 25px;
  }
}
@media screen and (max-width: 400px) {
  .section-similar-research .card__image .image__inner {
    max-height: 165px;
  }
}

.section-related-events {
  background-color: #151515;
  padding-top: 150px;
  padding-bottom: 200px;
  position: relative;
}
.section-related-events .clip-path-block {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 650px;
  clip-path: polygon(100% 5.714%, 76.181% 5.714%, 80.347% 0%, 95.833% 0%, 100% 5.714%, 0% 5.714%, 4.167% 0%, 64.653% 0%, 68.819% 5.714%, 0% 5.714%, 100% 5.714%, 0% 5.714%, 0% 94.444%, 4.167% 100%, 10.625% 100%, 14.792% 94.444%, 76.181% 94.444%, 80.347% 100%, 95.833% 100%, 100% 94.444%, 100% 5.714%);
  background-color: #151515;
}
.section-related-events:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background-image: url(img/block-related-events/Background-image-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  top: 10%;
  z-index: 1;
}
.section-related-events:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background-image: url(img/block-related-events/Background-image-2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  bottom: 10%;
  z-index: 1;
}
.section-related-events .section__inner {
  position: relative;
  z-index: 2;
}
.section-related-events .container--1 {
  padding-bottom: 65px;
  margin-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
}
.section-related-events .container--2 {
  margin-bottom: 80px;
}
.section-related-events .container--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-related-events .swiper {
  overflow: unset;
}
.section-related-events .card {
  position: relative;
}
.section-related-events .card:before {
  content: "";
  position: absolute;
  top: 30px;
  right: -22px;
  width: 22px;
  height: 35%;
  background-color: #272727;
  clip-path: polygon(0% 99.865%, 0% 99.865%, 1.579% 99.307%, 3.528% 98.762%, 5.838% 98.231%, 8.499% 97.716%, 11.505% 97.219%, 14.847% 96.74%, 18.515% 96.283%, 22.502% 95.848%, 26.8% 95.438%, 31.399% 95.054%, 66.103% 92.346%, 66.103% 92.346%, 72.26% 91.82%, 77.859% 91.246%, 82.877% 90.63%, 87.294% 89.976%, 91.089% 89.288%, 94.241% 88.569%, 96.729% 87.826%, 98.532% 87.061%, 99.63% 86.278%, 100% 85.483%, 100% 12.133%, 100% 12.133%, 99.63% 11.338%, 98.532% 10.555%, 96.729% 9.79%, 94.241% 9.047%, 91.089% 8.328%, 87.294% 7.64%, 82.877% 6.986%, 77.859% 6.37%, 72.26% 5.796%, 66.103% 5.27%, 0% 0.112%, 0% 99.865%);
}
.section-related-events .card__image {
  position: relative;
}
.section-related-events .card__image img {
  width: 100%;
  max-height: 355px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 30px;
}
.section-related-events .card__date {
  position: absolute;
  z-index: 1;
  background-color: #1E3765;
  color: #ffffff;
  padding: 15px;
  z-index: 2;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  text-align: center;
}
.section-related-events .card__content {
  clip-path: polygon(99.883% 0.161%, 0% 0.161%, 0% 88.966%, 0% 88.966%, 0.029% 89.948%, 0.116% 90.913%, 0.259% 91.857%, 0.455% 92.775%, 0.704% 93.661%, 1.004% 94.51%, 1.354% 95.318%, 1.75% 96.078%, 2.193% 96.785%, 2.68% 97.435%, 2.68% 97.435%, 3.072% 97.88%, 3.481% 98.282%, 3.906% 98.64%, 4.345% 98.953%, 4.797% 99.22%, 5.26% 99.441%, 5.731% 99.614%, 6.211% 99.738%, 6.696% 99.813%, 7.186% 99.839%, 22.071% 99.839%, 22.071% 99.839%, 22.362% 99.824%, 22.65% 99.779%, 22.935% 99.705%, 23.215% 99.602%, 23.489% 99.472%, 23.757% 99.313%, 24.018% 99.128%, 24.27% 98.915%, 24.513% 98.677%, 24.746% 98.412%, 27.057% 95.597%, 27.057% 95.597%, 27.289% 95.333%, 27.532% 95.095%, 27.785% 94.882%, 28.045% 94.696%, 28.313% 94.538%, 28.588% 94.407%, 28.868% 94.305%, 29.152% 94.231%, 29.44% 94.186%, 29.731% 94.171%, 69.531% 94.171%, 69.531% 94.171%, 69.822% 94.186%, 70.11% 94.231%, 70.395% 94.305%, 70.675% 94.407%, 70.949% 94.538%, 71.217% 94.696%, 71.478% 94.882%, 71.73% 95.095%, 71.973% 95.333%, 72.206% 95.597%, 74.517% 98.412%, 74.517% 98.412%, 74.749% 98.677%, 74.992% 98.915%, 75.245% 99.128%, 75.505% 99.313%, 75.773% 99.472%, 76.048% 99.602%, 76.328% 99.705%, 76.612% 99.779%, 76.9% 99.824%, 77.191% 99.839%, 92.696% 99.839%, 92.696% 99.839%, 93.187% 99.813%, 93.672% 99.738%, 94.152% 99.614%, 94.623% 99.441%, 95.086% 99.22%, 95.537% 98.953%, 95.976% 98.64%, 96.402% 98.282%, 96.811% 97.88%, 97.203% 97.435%, 97.203% 97.435%, 97.69% 96.785%, 98.132% 96.078%, 98.529% 95.318%, 98.878% 94.51%, 99.178% 93.661%, 99.427% 92.775%, 99.624% 91.857%, 99.767% 90.913%, 99.853% 89.948%, 99.883% 88.966%, 99.883% 0.161%);
  background-color: #272727;
  padding: 55px 40px 85px 40px;
}
.section-related-events .card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}
.section-related-events .card a svg {
  margin-right: 10px;
}
.section-related-events .card a h4 {
  text-transform: uppercase;
}
.section-related-events .card a h4:hover {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .section-related-events .card__image img {
    max-height: 220px;
  }
  .section-related-events .card__date {
    padding: 7px;
    bottom: -17px;
  }
  .section-related-events .card__content {
    padding: 35px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section-related-events {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-related-events:before, .section-related-events:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .section-related-events .container--1 {
    margin-bottom: 40px;
  }
  .section-related-events .container--3 {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .section-related-events .container--3 .col--1 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .section-related-events .clip-path-block {
    top: -9px;
    height: 10px;
    clip-path: polygon(0% 98.418%, 0% 100%, 100% 100%, 100% 98.418%, 99.934% 98.418%, 95.846% 0%, 80.404% 0%, 76.316% 98.418%, 68.684% 98.418%, 64.588% 0%, 4.162% 0%, 0.066% 98.418%, 0% 98.418%);
  }
}
@media screen and (max-width: 400px) {
  .section-related-events .card__image .image__inner {
    max-height: 220px;
  }
}

.section-our-academics {
  position: relative;
  clip-path: polygon(7.678% 100%, 9.194% 98.699%, 75.918% 98.699%, 77.434% 100%, 98.485% 100%, 100% 98.699%, 100% 27.798%, 100% 3.812%, 95.574% 0%, 79.012% 0%, 77.535% 1.166%, 71.322% 1.166%, 69.984% 0%, 4.394% 0%, 0% 3.769%, 0% 19.859%, 0% 57.815%, 0% 98.699%, 1.515% 100%, 7.678% 100%);
  padding-top: 140px;
  padding-bottom: 200px;
  z-index: 2;
  margin-bottom: -20px;
}
@media screen and (min-width: 1600px) {
  .section-our-academics {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 600px) {
  .section-our-academics {
    margin-bottom: 0;
  }
}
.section-our-academics .image--background:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(img/block-our-academics/background.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.section-our-academics .section__inner {
  position: relative;
  z-index: 2;
}
.section-our-academics .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.section-our-academics .row.addSidebar {
  max-width: 1380px;
}
.section-our-academics .row.addSidebar .col--2 {
  width: 75%;
}
.section-our-academics .col--1 {
  width: 25%;
}
.section-our-academics .col--2 {
  width: 100%;
}
.section-our-academics .sidebar {
  position: sticky;
  top: 180px;
}
.section-our-academics .sidebar li.active .circle {
  border-color: #ffffff;
  background-color: #ffffff;
}
.section-our-academics .sidebar li.active .circle__inner {
  background-color: #000000;
}
.section-our-academics .container--1 {
  margin-bottom: 55px;
}
.section-our-academics .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-right: 50px;
  position: relative;
}
.section-our-academics .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(img/block-our-academics/lines.svg);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.section-our-academics .item__col {
  position: relative;
  z-index: 2;
}
.section-our-academics .item__col--1 {
  width: 40%;
}
.section-our-academics .item__col--2 {
  width: 55%;
}
.section-our-academics .item__counter {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.1254901961);
  position: absolute;
  right: 40px;
  top: 40px;
}
.section-our-academics .item__counter span {
  font-size: 24px;
}
.section-our-academics .item__counter span:nth-of-type(1) {
  color: #ffffff;
}
.section-our-academics .item__counter span:nth-of-type(2) {
  color: rgba(255, 255, 255, 0.1254901961);
}
.section-our-academics .item .image {
  position: relative;
}
.section-our-academics .item .image:before {
  content: "";
  position: absolute;
  left: -2%;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 70%;
  background-image: url(img/block-our-academics/image-line-left.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-our-academics .item .image:after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: -2%;
  width: 70%;
  height: 16px;
  background-image: url(img/block-our-academics/image-line-bottom.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-our-academics .item .image img {
  width: 100%;
  min-height: 330px;
  max-height: 330px;
  object-fit: cover;
  object-position: center;
  clip-path: polygon(90.491% 0%, 0.302% 0%, 0.302% 82.456%, 0.302% 100%, 0.302% 92.398%, 8.277% 100%, 18.707% 100%, 26.455% 95.322%, 60.992% 95.322%, 89.793% 95.322%, 97.541% 100%, 99.995% 100%, 99.995% 9.059%, 100% 9.064%, 100% 0%, 99.995% 0%, 99.995% 9.059%, 90.491% 0%, 0.302% 82.456%, 0.302% 50.041%, 0.302% 49.959%, 0.302% 17.544%, 5.21% 24.433%, 5.21% 49.959%, 5.21% 50.041%, 5.21% 75.567%, 0.302% 82.456%);
}
.section-our-academics .item .title {
  text-transform: uppercase;
  margin-bottom: 45px;
}
.section-our-academics .item .text {
  margin-bottom: 95px;
  max-width: 330px;
}
@media screen and (max-width: 768px) {
  .section-our-academics .item .text {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-our-academics {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-our-academics .sidebar {
    display: none;
  }
  .section-our-academics .col--2 {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .section-our-academics {
    clip-path: none;
  }
  .section-our-academics .item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0;
  }
  .section-our-academics .item__counter {
    display: none;
  }
  .section-our-academics .item:before {
    display: none;
  }
  .section-our-academics .item__col {
    width: 100% !important;
  }
  .section-our-academics .item .image {
    margin-bottom: 40px;
  }
  .section-our-academics .item .image img {
    max-width: 100%;
  }
}

.section-our-research {
  position: relative;
  background-color: #151515;
  padding-top: 160px;
  padding-bottom: 200px;
  top: -40px;
}
.section-our-research .clip-path-block {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 420px;
  clip-path: polygon(100% 0%, 0% 0%, 0% 93.371%, 4.167% 100%, 10.625% 100%, 14.792% 93.371%, 76.181% 93.371%, 80.347% 100%, 95.833% 100%, 100% 93.371%, 100% 0%);
}
.section-our-research:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 30%;
  background-image: url(img/block-our-research/Bg-img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 10%;
  left: 0;
}
.section-our-research:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 45%;
  height: 35%;
  background-image: url(img/block-our-research/arrow-up.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -10%;
  right: 0;
}
.section-our-research .section__inner {
  position: relative;
  z-index: 2;
}
.section-our-research .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  max-width: 1380px;
}
.section-our-research .sidebar {
  position: sticky;
  top: 180px;
}
.section-our-research .sidebar li.active .circle {
  border-color: #ffffff;
  background-color: #ffffff;
}
.section-our-research .sidebar li.active .circle__inner {
  background-color: #000000;
}
.section-our-research .col--1 {
  width: 25%;
}
.section-our-research .col--2 {
  width: 70%;
}
.section-our-research .container {
  position: relative;
}
.section-our-research .container--1 {
  margin-bottom: 50px;
  padding-bottom: 65px;
}
.section-our-research .container--1 .line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1254901961);
}
.section-our-research .container--2 {
  margin-bottom: 50px;
}
.section-our-research .container--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-our-research .container--3 .container__col {
  width: 45%;
}
.section-our-research .container--3 .image {
  background-image: url(img/block-our-research/Bg-lines.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 90px 55px 60px 30px;
}
.section-our-research .container--3 .wysiwyg-editor {
  max-width: 320px;
}
.section-our-research .container--3 .wysiwyg-editor span {
  color: #000000;
  background-color: #ffffff;
  padding-left: 2px;
  padding-right: 2px;
}
.section-our-research .box {
  padding: 75px 95px;
  background-color: #272727;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .section-our-research {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-our-research .sidebar {
    display: none;
  }
  .section-our-research:before {
    display: none;
  }
  .section-our-research:after {
    display: none;
  }
  .section-our-research .col--2 {
    width: 100%;
  }
  .section-our-research .clip-path-block {
    clip-path: none;
    height: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-our-research {
    top: 0;
  }
  .section-our-research .box {
    padding: 20px;
  }
  .section-our-research .container--1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .section-our-research .container--3 {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .section-our-research .container--3 .container__col {
    width: 100%;
  }
  .section-our-research .container--3 .container__col:nth-of-type(1) {
    margin-bottom: 40px;
  }
  .section-our-research .container--3 .image {
    max-width: 400px;
  }
  .section-our-research .container--3 .wysiwyg-editor {
    max-width: 100%;
  }
}

.section-our-instrumentation {
  padding-top: 200px;
  padding-bottom: 200px;
}
.section-our-instrumentation .section__inner {
  position: relative;
  z-index: 2;
}
.section-our-instrumentation .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  max-width: 1380px;
}
.section-our-instrumentation .sidebar {
  position: sticky;
  top: 180px;
}
.section-our-instrumentation .col--1 {
  width: 25%;
}
.section-our-instrumentation .col--2 {
  width: 70%;
}
.section-our-instrumentation .container {
  position: relative;
}
.section-our-instrumentation .container--1 {
  margin-bottom: 80px;
  padding-bottom: 65px;
}
.section-our-instrumentation .container--1 .line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.section-our-instrumentation .container--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 100px;
}
.section-our-instrumentation .card {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  clip-path: polygon(22.519% 100%, 26.963% 97.207%, 67.852% 97.207%, 72.296% 100%, 90.963% 100%, 95.407% 97.207%, 95.407% 41.062%, 100% 38.175%, 100% 8.659%, 86.222% 0%, 77.333% 0%, 72.593% 2.98%, 54.37% 2.98%, 49.63% 0%, 13.63% 0%, 0% 0%, 0% 8.566%, 0% 24.022%, 3.407% 26.164%, 3.407% 51.303%, 0% 53.445%, 0% 97.207%, 4.444% 100%, 22.519% 100%);
  background-color: #ffffff;
  padding: 80px 75px 50px 70px;
  position: relative;
}
.section-our-instrumentation .card:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background-image: url(img/block-our-instrumentation/bg-image.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  mix-blend-mode: difference;
  opacity: 0;
}
.section-our-instrumentation .card:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background-color: #1E3765;
  mix-blend-mode: color;
  opacity: 0;
}
.section-our-instrumentation .card:hover {
  background-color: #1E3765;
}
.section-our-instrumentation .card:hover:before, .section-our-instrumentation .card:hover:after {
  opacity: 1;
}
@keyframes rotate5 {
  0% {
    transform: translate(-50%, -50%) scale(1.2) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2) rotate(360deg);
  }
}
.section-our-instrumentation .card:hover .image svg {
  animation: rotate5 10s linear infinite;
}
.section-our-instrumentation .card:hover .image svg path {
  stroke: #ffffff;
}
.section-our-instrumentation .card:hover .image svg circle {
  stroke: #ffffff;
  fill: #ffffff;
}
.section-our-instrumentation .card:hover .title h4 {
  color: #ffffff;
}
.section-our-instrumentation .card:hover .title svg .triangle {
  fill: #ffffff;
}
.section-our-instrumentation .card:hover .title svg .round {
  stroke: #ffffff;
}
.section-our-instrumentation .card:hover .card__counter {
  color: #ffffff;
}
.section-our-instrumentation .card:hover .card__counter span {
  color: #ffffff;
}
.section-our-instrumentation .card .card__counter {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 40px;
  top: 35px;
  font-size: 24px;
}
.section-our-instrumentation .card .card__counter span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 24px;
}
.section-our-instrumentation .card .image {
  margin-bottom: 130px;
  position: relative;
  z-index: 2;
}
.section-our-instrumentation .card .image svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
}
.section-our-instrumentation .card .image svg path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-our-instrumentation .card .image svg circle {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-our-instrumentation .card .image__inner {
  width: 290px;
  margin: 0 auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.section-our-instrumentation .card .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-our-instrumentation .card .title h4 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
  text-transform: uppercase;
}
.section-our-instrumentation .card .title svg {
  margin-right: 5px;
}
.section-our-instrumentation .card .title svg .triangle {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-our-instrumentation .card .title svg .round {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .section-our-instrumentation {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-our-instrumentation .sidebar {
    display: none;
  }
  .section-our-instrumentation .col--2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-our-instrumentation .container--1 {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .section-our-instrumentation .container--2 {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .section-our-instrumentation .card {
    padding: 65px 30px 30px 25px;
  }
  .section-our-instrumentation .card .card__counter {
    left: 25px;
    top: 25px;
    font-size: 16px;
  }
  .section-our-instrumentation .card .card__counter span {
    font-size: 16px;
  }
  .section-our-instrumentation .card .image {
    margin-bottom: 40px;
  }
  .section-our-instrumentation .card .image__inner {
    width: 200px;
  }
}

.section-our-events {
  padding-top: 180px;
  padding-bottom: 200px;
}
.section-our-events .section__inner {
  position: relative;
  z-index: 2;
}
.section-our-events .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  max-width: 1380px;
}
.section-our-events .sidebar {
  position: sticky;
  top: 180px;
  z-index: 2;
}
.section-our-events .col--1 {
  width: 25%;
}
.section-our-events .col--2 {
  width: 70%;
}
.section-our-events .container {
  position: relative;
}
.section-our-events .container--1 {
  margin-bottom: 80px;
  padding-bottom: 65px;
}
.section-our-events .container--1 .line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.section-our-events .container--2 {
  margin-bottom: 100px;
  overflow: hidden;
}
.section-our-events .container--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-our-events .swiper {
  overflow: unset;
}
.section-our-events .swiper .swiper-slide {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: 0.3s;
  opacity: 0;
}
.section-our-events .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.section-our-events .swiper .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.section-our-events .card {
  position: relative;
}
.section-our-events .card:before {
  content: "";
  position: absolute;
  top: 30px;
  right: -22px;
  width: 22px;
  height: 35%;
  background-color: #ffffff;
  clip-path: polygon(0% 99.865%, 0% 99.865%, 1.579% 99.307%, 3.528% 98.762%, 5.838% 98.231%, 8.499% 97.716%, 11.505% 97.219%, 14.847% 96.74%, 18.515% 96.283%, 22.502% 95.848%, 26.8% 95.438%, 31.399% 95.054%, 66.103% 92.346%, 66.103% 92.346%, 72.26% 91.82%, 77.859% 91.246%, 82.877% 90.63%, 87.294% 89.976%, 91.089% 89.288%, 94.241% 88.569%, 96.729% 87.826%, 98.532% 87.061%, 99.63% 86.278%, 100% 85.483%, 100% 12.133%, 100% 12.133%, 99.63% 11.338%, 98.532% 10.555%, 96.729% 9.79%, 94.241% 9.047%, 91.089% 8.328%, 87.294% 7.64%, 82.877% 6.986%, 77.859% 6.37%, 72.26% 5.796%, 66.103% 5.27%, 0% 0.112%, 0% 99.865%);
}
.section-our-events .card__image {
  position: relative;
}
.section-our-events .card__image img {
  width: 100%;
  max-height: 355px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 30px;
}
.section-our-events .card__date {
  position: absolute;
  z-index: 1;
  background-color: #1E3765;
  color: #ffffff;
  padding: 15px;
  z-index: 2;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  text-align: center;
}
.section-our-events .card__content {
  clip-path: polygon(99.883% 0.161%, 0% 0.161%, 0% 88.966%, 0% 88.966%, 0.029% 89.948%, 0.116% 90.913%, 0.259% 91.857%, 0.455% 92.775%, 0.704% 93.661%, 1.004% 94.51%, 1.354% 95.318%, 1.75% 96.078%, 2.193% 96.785%, 2.68% 97.435%, 2.68% 97.435%, 3.072% 97.88%, 3.481% 98.282%, 3.906% 98.64%, 4.345% 98.953%, 4.797% 99.22%, 5.26% 99.441%, 5.731% 99.614%, 6.211% 99.738%, 6.696% 99.813%, 7.186% 99.839%, 22.071% 99.839%, 22.071% 99.839%, 22.362% 99.824%, 22.65% 99.779%, 22.935% 99.705%, 23.215% 99.602%, 23.489% 99.472%, 23.757% 99.313%, 24.018% 99.128%, 24.27% 98.915%, 24.513% 98.677%, 24.746% 98.412%, 27.057% 95.597%, 27.057% 95.597%, 27.289% 95.333%, 27.532% 95.095%, 27.785% 94.882%, 28.045% 94.696%, 28.313% 94.538%, 28.588% 94.407%, 28.868% 94.305%, 29.152% 94.231%, 29.44% 94.186%, 29.731% 94.171%, 69.531% 94.171%, 69.531% 94.171%, 69.822% 94.186%, 70.11% 94.231%, 70.395% 94.305%, 70.675% 94.407%, 70.949% 94.538%, 71.217% 94.696%, 71.478% 94.882%, 71.73% 95.095%, 71.973% 95.333%, 72.206% 95.597%, 74.517% 98.412%, 74.517% 98.412%, 74.749% 98.677%, 74.992% 98.915%, 75.245% 99.128%, 75.505% 99.313%, 75.773% 99.472%, 76.048% 99.602%, 76.328% 99.705%, 76.612% 99.779%, 76.9% 99.824%, 77.191% 99.839%, 92.696% 99.839%, 92.696% 99.839%, 93.187% 99.813%, 93.672% 99.738%, 94.152% 99.614%, 94.623% 99.441%, 95.086% 99.22%, 95.537% 98.953%, 95.976% 98.64%, 96.402% 98.282%, 96.811% 97.88%, 97.203% 97.435%, 97.203% 97.435%, 97.69% 96.785%, 98.132% 96.078%, 98.529% 95.318%, 98.878% 94.51%, 99.178% 93.661%, 99.427% 92.775%, 99.624% 91.857%, 99.767% 90.913%, 99.853% 89.948%, 99.883% 88.966%, 99.883% 0.161%);
  background-color: #ffffff;
  padding: 55px 40px 85px 40px;
}
.section-our-events .card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}
.section-our-events .card a svg {
  margin-right: 10px;
}
.section-our-events .card a:hover h4 {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .section-our-events .card__image img {
    max-height: 220px;
  }
  .section-our-events .card__date {
    padding: 7px;
    bottom: -17px;
  }
  .section-our-events .card__content {
    padding: 35px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section-our-events {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-our-events .sidebar {
    display: none;
  }
  .section-our-events .col--2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-our-events {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .section-our-events .container--3 {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column-reverse;
  }
  .section-our-events .container__col {
    width: 100%;
    position: relative;
  }
  .section-our-events .container__col:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-our-events .container__col:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
  }
  .section-our-events .container__col .line {
    width: 60%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1254901961);
  }
}

.block-intro {
  position: relative;
  padding-top: 200px;
  padding-bottom: 180px;
  background: linear-gradient(118deg, #1E3765 21.33%, #192438 52.62%, #060B10 97.06%);
  clip-path: polygon(100% -32%, 76.181% -32%, 80.347% -40%, 95.833% -40%, 100% -32%, 0% -32%, 4.167% -40%, 64.653% -40%, 68.819% -32%, 0% -32%, 100% -32%, 0% -32%, 0% 92.222%, 4.167% 100%, 10.625% 100%, 14.792% 92.222%, 76.181% 92.222%, 80.347% 100%, 95.833% 100%, 100% 92.222%, 100% -32%);
}
.block-intro:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1E3765;
  mix-blend-mode: color;
}
.block-intro:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: darken;
}
.block-intro .section__inner {
  position: relative;
  z-index: 1;
}
.block-intro .title {
  font-size: 48px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .block-intro .title {
    font-size: 59.5px;
    font-size: calc(48px + (71 - 48) * (100vw - 320px) / (1440 - 320));
  }
}
@media (min-width: 1440px) {
  .block-intro .title {
    font-size: 71px;
  }
}
.block-intro .text {
  padding-top: 20px;
}
.block-intro .trapezoid {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #F2F2F2;
  width: 50%;
  height: 30px;
  clip-path: polygon(30% 0, 70% 0, 100% 100%, 0% 100%);
  display: none;
}
@media screen and (max-width: 1024px) {
  .block-intro {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .block-intro .trapezoid {
    bottom: -1px;
  }
}
@media screen and (max-width: 600px) {
  .block-intro {
    padding-top: 100px;
    padding-bottom: 80px;
    clip-path: none;
  }
  .block-intro .trapezoid {
    display: block;
  }
}

.block-intro-2 {
  position: relative;
  padding-top: 200px;
  padding-bottom: 0px;
  background: #F2F2F2;
  clip-path: unset;
}
.block-intro-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: unset;
  mix-blend-mode: unset;
}
.block-intro-2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: unset;
  mix-blend-mode: unset;
}
.block-intro-2 .image--background .image__inner {
  width: 75%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .block-intro-2 .image--background .image__inner {
    width: 100%;
  }
}
.block-intro-2 .section__inner {
  position: relative;
  z-index: 1;
}
.block-intro-2 .title {
  font-size: 48px;
  padding-bottom: 60px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .block-intro-2 .title {
    font-size: 59.5px;
    font-size: calc(48px + (71 - 48) * (100vw - 320px) / (1440 - 320));
  }
}
@media (min-width: 1440px) {
  .block-intro-2 .title {
    font-size: 71px;
  }
}
.block-intro-2 .subtitle {
  font-size: 13px;
  font-family: "SpaceGrotesk";
}
.block-intro-2 .trapezoid {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #F2F2F2;
  width: 50%;
  height: 30px;
  clip-path: polygon(30% 0, 70% 0, 100% 100%, 0% 100%);
  display: none;
}
@media screen and (max-width: 1024px) {
  .block-intro-2 {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .block-intro-2 .title.color-black {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .block-intro-2 {
    padding-top: 100px;
    padding-bottom: 20px;
    clip-path: none;
  }
  .block-intro-2 .trapezoid {
    display: block;
  }
  .block-intro-2 .block-table .dt-search:after {
    right: 270px;
  }
}

.block-table {
  padding-top: 12px;
  padding-bottom: 90px;
}
@media screen and (max-width: 600px) {
  .block-table {
    padding-bottom: 50px;
  }
}
.block-table .dt-layout-row.dt-layout-table {
  overflow-x: auto;
}
.block-table div.dt-container div.dt-layout-cell.dt-start .dt-length {
  display: flex;
}
.block-table div.dt-container div.dt-layout-cell.dt-start .dt-length label {
  padding-top: 9px;
  padding-left: 10px;
}
.block-table * {
  font-family: "SpaceGrotesk";
}
.block-table .table.table--wrapper > .dt-container > .dt-layout-row {
  margin-bottom: 10px;
}
.block-table .selectric {
  max-width: 372px;
}
.block-table .selectric-wrapper {
  padding-bottom: 5px;
}
.block-table .dt-search {
  position: relative;
}
.block-table .dt-search label {
  padding-right: 10px;
}
.block-table .dt-search input {
  border: none !important;
  border-bottom: 1px solid #c2c2c2 !important;
  border-radius: 0 !important;
  padding-left: 32px !important;
}
.block-table .dt-search input::placeholder {
  opacity: 0.7;
  color: #000;
}
.block-table .dt-search:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  font-size: 14px;
  color: #000000;
  position: absolute;
  right: 209px;
  top: 5px;
}
@media screen and (max-width: 600px) {
  .block-table .dt-search:after {
    right: 270px;
  }
}
.block-table table.dataTable > thead > tr > th {
  padding: 18px 10px !important;
  border-bottom: 1px solid #c2c2c2 !important;
  border-top: 1px solid #c2c2c2 !important;
}
.block-table table.dataTable > thead > tr > th .dt-column-title {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #797979;
}
.block-table table.dataTable.display > tbody > tr > * {
  border-top: 1px solid #c2c2c2;
  padding: 18px 10px 11px 10px !important;
  font-size: 13px;
}
.block-table table.dataTable.display > tbody > tr td a {
  color: #1E3765;
  text-decoration: underline;
}
.block-table div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 1px solid #c2c2c2;
}

.block-inner-jobs {
  position: relative;
  padding-top: 90px;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .block-inner-jobs {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.block-inner-jobs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-inner-jobs .row--1 {
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  padding-bottom: 40px;
}
.block-inner-jobs .search-form {
  position: relative;
}
.block-inner-jobs .search-form input {
  width: 340px;
  border: none;
  padding-right: 30px;
  padding-bottom: 15px;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2509803922);
}
.block-inner-jobs .search-form input::placeholder {
  color: #000000;
}
.block-inner-jobs .search-form svg {
  position: absolute;
  right: 0;
  top: 5px;
}
.block-inner-jobs .post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 60px 0;
}
.block-inner-jobs .card {
  position: relative;
  width: 45%;
}
.block-inner-jobs .card .lines .line {
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: -10px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1882352941);
}
.block-inner-jobs .card__image {
  margin-bottom: 30px;
}
.block-inner-jobs .card__image img {
  clip-path: polygon(23.603% 100%, 28.261% 93.974%, 71.118% 93.974%, 75.776% 100%, 95.342% 100%, 100% 93.974%, 100% 0%, 0% 0%, 0% 93.974%, 4.658% 100%, 23.603% 100%);
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}
.block-inner-jobs .card__content {
  padding-left: 30px;
}
.block-inner-jobs .card__date {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.block-inner-jobs .card__title {
  color: #1E3765;
}
.block-inner-jobs .card__title:hover {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .block-inner-jobs .card__image img {
    max-height: 220px;
  }
  .block-inner-jobs .card__date {
    padding: 7px;
    bottom: -17px;
  }
  .block-inner-jobs .card__content {
    padding: 35px 20px;
  }
}
.block-inner-jobs .pagination {
  display: none;
}
@media screen and (max-width: 1024px) {
  .block-inner-jobs:before {
    display: none;
  }
  .block-inner-jobs .sidebar {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .block-inner-jobs .card {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .block-inner-jobs .cta-button {
    width: 100%;
  }
}

.block-intro-slider {
  height: 110vh;
}
@media screen and (max-width: 1024px) {
  .block-intro-slider {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) and (min-height: 1024px) {
  .block-intro-slider {
    height: 70vh;
  }
}
.block-intro-slider .dec {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.block-intro-slider .slider-intro-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.block-intro-slider .slider-intro-bg .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.block-intro-slider .slider-intro-bg .background__top {
  position: absolute;
  left: 0;
  top: 0;
  height: 35%;
  width: 100%;
  background: linear-gradient(0deg, rgba(30, 55, 101, 0) 0%, #040A1C 100%);
  opacity: 0.8;
}
.block-intro-slider .slider-intro-bg .background__left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(30, 55, 101, 0) 0%, #091432 100%);
}
.block-intro-slider .slider-intro-bg .background__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 35%;
  width: 100%;
  background: linear-gradient(180deg, rgba(17, 28, 60, 0) 0%, #060F27 100%);
  opacity: 0.8;
}
.block-intro-slider .slider-intro-bg .swiper-slide {
  width: 100%;
  position: relative;
}
.block-intro-slider .slider-intro-bg .image {
  width: 100%;
  background-color: #1E3765;
}
.block-intro-slider .slider-intro-bg .image__inner {
  width: 100%;
  height: 100%;
  min-height: 110vh;
  object-fit: cover;
  background-color: #1E3765;
  mix-blend-mode: screen;
}
.block-intro-slider .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: opacity 0.3s ease-in-out;
}
.block-intro-slider .row {
  position: relative;
}
.block-intro-slider .row-nav {
  position: absolute;
  bottom: 160px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 992px) and (max-height: 650px) {
  .block-intro-slider .row-nav {
    bottom: 130px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 900px) {
  .block-intro-slider .row-nav {
    bottom: 180px;
  }
}
.block-intro-slider .sub-title {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.block-intro-slider .sub-title:before {
  content: "[";
}
.block-intro-slider .sub-title:after {
  content: "]";
}
.block-intro-slider .title {
  margin-bottom: 35px;
}
.block-intro-slider .slider-pagination-fraction {
  font-size: 24px;
  padding-left: 20px;
  position: relative;
  color: #ffffff;
}
.block-intro-slider .slider-pagination-fraction span {
  font-size: inherit;
  color: #ffffff;
}
.block-intro-slider .slider-pagination-fraction:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 16px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #ffffff;
}
.block-intro-slider .container--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .block-intro-slider {
    height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .block-intro-slider .row-nav {
    bottom: 100px;
  }
  .block-intro-slider .dec {
    bottom: -25%;
    right: -25%;
  }
  .block-intro-slider .container--1 {
    margin-bottom: 120px;
  }
  .block-intro-slider .container--2 {
    bottom: 0;
    padding: 0 40px;
  }
}
@media screen and (max-width: 450px) {
  .block-intro-slider {
    min-height: 75vh;
    height: auto;
  }
  .block-intro-slider .cta-button {
    width: 100%;
  }
}

.section-our-speakers {
  padding-top: 130px;
  padding-bottom: 160px;
  z-index: 2;
}
.section-our-speakers .clip-path-block {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 650px;
  clip-path: polygon(100% 5.714%, 76.181% 5.714%, 80.347% 0%, 95.833% 0%, 100% 5.714%, 0% 5.714%, 4.167% 0%, 64.653% 0%, 68.819% 5.714%, 0% 5.714%, 100% 5.714%, 0% 5.714%, 0% 94.444%, 4.167% 100%, 10.625% 100%, 14.792% 94.444%, 76.181% 94.444%, 80.347% 100%, 95.833% 100%, 100% 94.444%, 100% 5.714%);
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.section-our-speakers .container--1 {
  margin-bottom: 90px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
}
.section-our-speakers .swiper {
  overflow: unset;
}
.section-our-speakers .swiper-wrapper {
  margin-bottom: 120px;
}
.section-our-speakers .swiper-controlls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-our-speakers .slider-pagination-fraction {
  font-size: 24px;
  padding-left: 20px;
  position: relative;
}
.section-our-speakers .slider-pagination-fraction span {
  font-size: inherit;
}
.section-our-speakers .slider-pagination-fraction:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 16px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #000000;
}
.section-our-speakers .card {
  clip-path: polygon(22.519% 100%, 26.963% 97.207%, 67.852% 97.207%, 72.296% 100%, 90.963% 100%, 95.407% 97.207%, 95.407% 41.062%, 100% 38.175%, 100% 8.659%, 86.222% 0%, 77.333% 0%, 72.593% 2.98%, 54.37% 2.98%, 49.63% 0%, 13.63% 0%, 0% 0%, 0% 8.566%, 0% 24.022%, 3.407% 26.164%, 3.407% 51.303%, 0% 53.445%, 0% 97.207%, 4.444% 100%, 22.519% 100%);
  background-color: #ffffff;
  padding: 110px 55px 80px 55px;
}
.section-our-speakers .card__image {
  max-width: 270px;
  max-height: 270px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 105px;
}
.section-our-speakers .card__image svg {
  position: absolute;
  top: 0;
  left: 0;
}
.section-our-speakers .card__image .svg-ellipse-dotted {
  top: -50px;
  left: -50px;
}
.section-our-speakers .card__image .svg-ellipse-line {
  top: -33px;
  left: -33px;
}
.section-our-speakers .card__image .svg-ellipse-inner {
  top: -20px;
  left: -20px;
}
.section-our-speakers .card__image .box {
  position: absolute;
  right: -42px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
}
.section-our-speakers .card__image .box span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  margin-bottom: 20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1E3765;
  animation: scale 3s ease infinite;
}
.section-our-speakers .card__image .box span:last-of-type {
  margin-bottom: 0;
}
.section-our-speakers .card__image .box span:nth-of-type(2) {
  width: 16px;
  height: 16px;
}
.section-our-speakers .card__image .box span:nth-of-type(3) {
  width: 22px;
  height: 22px;
}
.section-our-speakers .card__image .box span:nth-of-type(4) {
  width: 16px;
  height: 16px;
}
.section-our-speakers .card__image img {
  width: 100%;
  height: 100%;
  max-width: 270px;
  max-height: 270px;
  border-radius: 50%;
  object-position: top;
  object-fit: cover;
  margin: 0 auto;
}
.section-our-speakers .card__title {
  margin-bottom: 7px;
  letter-spacing: -2px;
}
.section-our-speakers .card__position {
  width: fit-content;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #1E3765;
  color: #ffffff;
  padding: 5px 10px;
}
@media screen and (max-width: 1024px) {
  .section-our-speakers {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .section-our-speakers {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .section-our-speakers .container--1 {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .section-our-speakers .card__image .svg-ellipse-dotted {
    width: 100%;
    top: -100px;
    left: -25px;
  }
  .section-our-speakers .card__image .svg-ellipse-line {
    width: 90%;
    top: -84px;
    left: -10px;
  }
  .section-our-speakers .card__image .svg-ellipse-inner {
    width: 50%;
    top: -44px;
    left: 10px;
  }
  .section-our-speakers .card__image .box {
    right: -25px;
  }
  .section-our-speakers .card__image img {
    max-width: 160px;
    max-height: 160px;
  }
}

.block-post-conetent {
  padding-top: 30px;
  padding-bottom: 210px;
  position: relative;
}
.block-post-conetent:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -18%;
  background-image: url(img/single-post/arrow-up.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40%;
  height: 40%;
}
.block-post-conetent .container {
  max-width: 680px;
}
.block-post-conetent .container--1 {
  margin-bottom: 65px;
}
.block-post-conetent .container--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
  position: relative;
}
.block-post-conetent .container--2:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 300%;
  left: 20%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.block-post-conetent .container--2 .svg-line {
  position: absolute;
  left: 0;
  top: 10px;
}
.block-post-conetent .container--2 h6 {
  text-transform: uppercase;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .block-post-conetent:before {
    display: none;
  }
}

.block-page-conetent {
  position: relative;
}
.block-page-conetent .container--1 {
  margin-bottom: 65px;
}
.block-page-conetent .container--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
  position: relative;
}
.block-page-conetent .container--2:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 300%;
  left: 20%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.block-page-conetent .container--2 .svg-line {
  position: absolute;
  left: 0;
  top: 10px;
}
.block-page-conetent .container--2 h6 {
  text-transform: uppercase;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .block-page-conetent:before {
    display: none;
  }
}

.navigator {
  position: sticky;
  z-index: 1;
  top: 180px;
  width: 25%;
  padding-top: 10px;
  height: 0;
}

.block-nav-conetent {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
.block-nav-conetent .row {
  max-width: 1380px;
}
.block-nav-conetent .row .col--2 {
  width: 75%;
  margin-left: auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .block-nav-conetent .row .col--1 {
    display: none;
  }
  .block-nav-conetent .row .col--2 {
    width: 100%;
    padding-bottom: 60px;
  }
}
.block-nav-conetent .container--1 {
  margin-bottom: 65px;
}
.block-nav-conetent .container--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
  position: relative;
}
.block-nav-conetent .container--2:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 300%;
  left: 20%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.block-nav-conetent .container--2 .svg-line {
  position: absolute;
  left: 0;
  top: 10px;
}
.block-nav-conetent .container--2 h6 {
  text-transform: uppercase;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .block-nav-conetent:before {
    display: none;
  }
}

.section-sub-pages {
  position: relative;
  padding-top: 160px;
  padding-bottom: 200px;
}
.section-sub-pages:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 450px;
  background-image: url(img/our-research/bg-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: difference;
  z-index: 0;
}
.section-sub-pages .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 50px;
}
.section-sub-pages .card {
  clip-path: polygon(22.478% 99.94%, 26.914% 96.978%, 67.729% 96.978%, 72.166% 99.94%, 90.799% 99.94%, 95.235% 96.978%, 95.235% 43.543%, 99.819% 40.482%, 99.819% 9.183%, 86.066% 0%, 77.194% 0%, 72.461% 3.16%, 54.272% 3.16%, 49.54% 0%, 13.605% 0%, 0% 0%, 0% 9.084%, 0% 25.474%, 3.401% 27.745%, 3.401% 54.404%, 0% 56.675%, 0% 96.978%, 4.436% 99.94%, 22.478% 99.94%);
  background-color: #ffffff;
  padding: 40px 40px 50px 40px;
  margin-bottom: 50px;
}
.section-sub-pages .card__image {
  margin-bottom: 30px;
}
.section-sub-pages .card__image .image__inner {
  width: 100%;
  min-height: 220px;
  max-height: 320px;
  object-fit: cover;
  object-position: center;
}
.section-sub-pages .card div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.section-sub-pages .card div svg {
  min-width: 50px;
  margin-right: 7px;
}
.section-sub-pages .card div svg .round {
  stroke: #000;
}
.section-sub-pages .card div svg .triangle {
  fill: #000;
}
.section-sub-pages .card div:hover h4 {
  color: #1E3765;
  text-decoration: underline;
}
.section-sub-pages .card div:hover svg .round {
  stroke: #1E3765;
}
.section-sub-pages .card div:hover svg .triangle {
  fill: #1E3765;
}
.section-sub-pages .card__excerpt {
  max-width: 345px;
}
@media screen and (max-width: 1024px) {
  .section-sub-pages .card {
    clip-path: polygon(22.478% 99.94%, 26.914% 96.978%, 67.729% 96.978%, 72.166% 99.94%, 90.799% 99.94%, 95.235% 96.978%, 95.235% 43.543%, 99.819% 40.482%, 99.819% 9.183%, 86.066% 0%, 77.194% 0%, 72.461% 3.16%, 54.272% 3.16%, 49.54% 0%, 13.605% 0%, 0% 0%, 0% 9.084%, 0% 25.474%, 3.401% 27.745%, 3.401% 54.404%, 0% 56.675%, 0% 96.978%, 4.436% 99.94%, 22.478% 99.94%) !important;
    width: 48% !important;
  }
  .section-sub-pages .card:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-sub-pages {
    padding-bottom: 120px;
  }
  .section-sub-pages:before {
    display: none;
  }
  .section-sub-pages .card {
    width: 100% !important;
  }
  .section-sub-pages .card__excerpt {
    max-width: 90%;
  }
}
@media screen and (max-width: 400px) {
  .section-sub-pages .card {
    padding: 30px;
  }
}

.section-our-people {
  padding-top: 180px;
  padding-bottom: 200px;
  background: linear-gradient(136deg, #0F1831 0%, #0F1831 0.01%, #192A59 66.34%, #1E3765 100%);
  position: relative;
  clip-path: polygon(7.678% 100%, 9.194% 98.385%, 75.918% 98.385%, 77.434% 100%, 98.485% 100%, 100% 98.385%, 100% 39.085%, 100% 4.73%, 95.574% 0%, 79.012% 0%, 77.535% 1.447%, 71.322% 1.447%, 69.984% 0%, 4.394% 0%, 0% 4.676%, 0% 29.235%, 0% 76.328%, 0% 98.385%, 1.515% 100%, 7.678% 100%);
}
.section-our-people .image--background {
  bottom: 0;
  top: unset;
  height: 50%;
}
.section-our-people .section__inner {
  position: relative;
  z-index: 2;
}
.section-our-people .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  max-width: 1380px;
}
.section-our-people .sidebar {
  position: sticky;
  top: 180px;
}
.section-our-people .sidebar li.active .circle {
  border-color: #ffffff;
  background-color: #ffffff;
}
.section-our-people .sidebar li.active .circle__inner {
  background-color: #000000;
}
.section-our-people .col--1 {
  width: 25%;
}
.section-our-people .col--2 {
  width: 70%;
}
.section-our-people .container {
  position: relative;
}
.section-our-people .container--1 {
  margin-bottom: 80px;
  padding-bottom: 65px;
}
.section-our-people .container--1 .line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1254901961);
}
.section-our-people .container--2 {
  margin-bottom: 100px;
}
.section-our-people .container--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-our-people .swiper .swiper-slide {
  padding: 50px;
}
@media screen and (max-width: 600px) {
  .section-our-people .swiper .swiper-slide {
    padding: 50px 20px;
  }
}
.section-our-people .swiper .swiper-slide.swiper-slide-active .card__title {
  text-shadow: 0px -2px 24px rgba(241, 243, 246, 0.6);
}
.section-our-people .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 600px;
}
.section-our-people .card:before {
  content: "";
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
  height: 135%;
  background-image: url(img/block-our-people/lines.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.section-our-people .card .image {
  position: relative;
  margin-right: 25px;
}
.section-our-people .card .image .svg-ellipse-dotted {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%) scale(1.35);
}
.section-our-people .card .image .svg-ellipse-line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%) scale(1.25);
}
@keyframes rotate3 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.section-our-people .card .image .svg-ellipse-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: rotate3 10s linear infinite;
}
@media screen and (max-width: 600px) {
  .section-our-people .card .image .svg-ellipse-inner {
    width: 165px;
  }
}
.section-our-people .card .image img {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .section-our-people .card .image img {
    width: 140px;
    height: 140px;
    min-width: 140px;
    min-height: 140px;
  }
}
.section-our-people .card .card__title {
  margin-bottom: 25px;
  text-transform: uppercase;
}
.section-our-people .card .card__position {
  text-transform: uppercase;
  margin-bottom: 90px;
}
@media screen and (max-width: 600px) {
  .section-our-people .card .card__position {
    margin-bottom: 30px;
  }
}
.section-our-people .card .card__link {
  background-color: #ffffff;
  padding: 5px 10px;
  color: #1E3765;
}
@media screen and (max-width: 1024px) {
  .section-our-people .sidebar {
    display: none;
  }
  .section-our-people .col--2 {
    width: 100%;
  }
}

.block-faq {
  top: -80px;
}
.block-faq .container--1 {
  margin-bottom: 80px;
}
.block-faq .faq .faq-wysiwyg {
  padding-bottom: 20px;
}
.block-faq .faq .faq-wysiwyg a {
  text-decoration: underline !important;
}
.block-faq .faq--mobile {
  display: none;
}
.block-faq .faq__item {
  padding: 60px 75px;
  position: relative;
  background-color: #ffffff;
}
.block-faq .faq__item .lines {
  position: absolute;
  width: 98.5%;
  height: calc(100% - 40px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.block-faq .faq__item .lines:before {
  content: "";
  width: 165px;
  height: 15px;
  left: 50px;
  position: absolute;
  top: 0;
  background-image: url(img/block-faq/right-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.block-faq .faq__item .lines:after {
  content: "";
  width: 165px;
  height: 15px;
  right: 50px;
  position: absolute;
  top: 0;
  background-image: url(img/block-faq/left-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.block-faq .faq__item .lines span {
  position: absolute;
  background-color: rgba(30, 55, 101, 0.2509803922);
}
.block-faq .faq__item .lines span:nth-of-type(1) {
  height: 80%;
  width: 1px;
  left: 0;
  top: 0;
}
.block-faq .faq__item .lines span:nth-of-type(2) {
  height: 80%;
  width: 1px;
  right: 0;
  top: 0;
}
.block-faq .faq__item .lines span:nth-of-type(3) {
  height: 1px;
  width: 10%;
  left: 0;
  top: 0;
}
.block-faq .faq__item .lines span:nth-of-type(4) {
  height: 1px;
  width: 10%;
  right: 0;
  top: 0;
}
.block-faq .faq__item__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 230px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  cursor: pointer;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}
.block-faq .faq__item__button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #8a9ebc 0%, #344b74 100%) !important;
}
.block-faq .faq__item__button__inner {
  position: relative;
  z-index: 1;
}
.block-faq .faq__item__button__inner:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  background-image: url(img/block-faq/faq-triangle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 7px;
  height: 7px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.block-faq .faq__item__button__inner p {
  color: #fff;
  text-transform: uppercase;
}
.block-faq .faq__item__button .collapse {
  display: none;
}
.block-faq .faq__item__button.active {
  background-color: rgba(255, 255, 255, 0.2509803922);
}
.block-faq .faq__item__button.active:before {
  background: #1E3765 !important;
  -webkit-box-shadow: inset 0px 15px 26px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 15px 26px -13px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 15px 26px -13px rgba(0, 0, 0, 0.75);
}
.block-faq .faq__item__button.active .faq__item__button__inner:after {
  transform: translateY(-50%) rotate(0deg);
}
.block-faq .faq__item__button.active .expand {
  display: none;
}
.block-faq .faq__item__button.active .collapse {
  display: block;
}
.block-faq .faq__item__head {
  position: relative;
  z-index: 2;
}
.block-faq .faq__item__head h3 {
  margin-bottom: 20px;
}
.block-faq .faq__item__head h4 {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.block-faq .faq__item__body {
  position: relative;
  z-index: 2;
  display: none;
}
.block-faq .faq__item__body.acive {
  display: block;
}
.block-faq .faq__item__body p {
  margin-bottom: 20px;
}
.block-faq .faq__item .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.block-faq .faq__item .col--1 {
  width: 33%;
}
.block-faq .faq__item .col--2 {
  width: 50%;
}
.block-faq .faq__item .cta-link {
  display: block;
  width: fit-content;
  padding: 5px 10px;
  background-color: #1E3765;
}
.block-faq .faq__item .cta-link span {
  color: #ffffff;
}
.block-faq .faq__item__wrapper {
  margin-bottom: 20px;
}
.block-faq .faq__item__wrapper:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .block-faq .faq .lines:before {
    width: 100px;
    height: 15px;
    left: 25px;
  }
  .block-faq .faq .lines:after {
    content: "";
    width: 100px;
    height: 15px;
    right: 25px;
  }
  .block-faq .faq .lines span:nth-of-type(1) {
    left: 10px;
  }
  .block-faq .faq .lines span:nth-of-type(2) {
    right: 10px;
  }
  .block-faq .faq .lines span:nth-of-type(3) {
    left: 10px;
    width: 15%;
  }
  .block-faq .faq .lines span:nth-of-type(4) {
    right: 10px;
    width: 15%;
  }
  .block-faq .faq__item {
    padding: 50px 30px;
  }
  .block-faq .faq__item__head .container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .block-faq .faq__item__head .container .col {
    width: 100%;
  }
  .block-faq .faq__item__head .container .col--1 p {
    margin-bottom: 20px;
  }
  .block-faq .faq__item__body {
    padding-top: 40px;
  }
  .block-faq .faq__item__body .container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .block-faq .faq__item__body .container .col {
    width: 100%;
  }
  .block-faq .faq__item__body .container .col--2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .block-faq .faq__item__body {
    padding-top: 10px;
  }
  .block-faq .container .col--2 {
    margin-bottom: 0;
  }
  .block-faq .container--1 {
    margin-bottom: 40px;
  }
}

.block-faq-2 {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .block-faq-2 {
    padding-top: 40px;
  }
}
.block-faq-2 .container--1 {
  margin-bottom: 80px;
}
.block-faq-2 .faq--mobile {
  display: none;
}
.block-faq-2 .faq__item {
  padding: 55px 75px 40px 75px;
  position: relative;
  background-color: #F2F2F2;
}
.block-faq-2 .faq__item .lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.block-faq-2 .faq__item .lines.lines-rotate {
  transform: translate(-50%, -50%) rotate(180deg);
}
.block-faq-2 .faq__item .lines:before {
  content: "";
  width: 165px;
  height: 15px;
  left: 50px;
  position: absolute;
  top: 0;
  background-image: url(img/block-faq/right-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.block-faq-2 .faq__item .lines:after {
  content: "";
  width: 165px;
  height: 15px;
  right: 50px;
  position: absolute;
  top: 0;
  background-image: url(img/block-faq/left-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.block-faq-2 .faq__item .lines span {
  position: absolute;
  background-color: rgba(30, 55, 101, 0.2509803922);
}
.block-faq-2 .faq__item .lines span:nth-of-type(1) {
  height: 125px;
  width: 1px;
  left: 0;
  top: 0;
}
.block-faq-2 .faq__item .lines span:nth-of-type(2) {
  height: 125px;
  width: 1px;
  right: 0;
  top: 0;
}
.block-faq-2 .faq__item .lines span:nth-of-type(3) {
  height: 1px;
  width: 10%;
  left: 0;
  top: 0;
}
.block-faq-2 .faq__item .lines span:nth-of-type(4) {
  height: 1px;
  width: 10%;
  right: 0;
  top: 0;
}
.block-faq-2 .faq__item__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 230px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  cursor: pointer;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}
.block-faq-2 .faq__item__button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #8a9ebc 0%, #344b74 100%) !important;
}
.block-faq-2 .faq__item__button__inner {
  position: relative;
  z-index: 1;
}
.block-faq-2 .faq__item__button__inner:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  background-image: url(img/block-faq/faq-triangle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 7px;
  height: 7px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.block-faq-2 .faq__item__button__inner p {
  color: #fff;
  text-transform: uppercase;
}
.block-faq-2 .faq__item__button .collapse {
  display: none;
}
.block-faq-2 .faq__item__button.active {
  background-color: rgba(255, 255, 255, 0.2509803922);
}
.block-faq-2 .faq__item__button.active:before {
  background: #1E3765 !important;
  -webkit-box-shadow: inset 0px 15px 26px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 15px 26px -13px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 15px 26px -13px rgba(0, 0, 0, 0.75);
}
.block-faq-2 .faq__item__button.active .faq__item__button__inner:after {
  transform: translateY(-50%) rotate(0deg);
}
.block-faq-2 .faq__item__button.active .expand {
  display: none;
}
.block-faq-2 .faq__item__button.active .collapse {
  display: block;
}
.block-faq-2 .faq__item__head {
  position: relative;
  z-index: 2;
}
.block-faq-2 .faq__item__head h3 {
  margin-bottom: 30px;
}
.block-faq-2 .faq__item__head h4 {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.block-faq-2 .faq__item__body {
  position: relative;
  z-index: 2;
  display: none;
}
.block-faq-2 .faq__item__body.acive {
  display: block;
}
.block-faq-2 .faq__item__body p {
  margin-bottom: 20px;
}
.block-faq-2 .faq__item .col--1 {
  width: 33%;
}
.block-faq-2 .faq__item .col--2 {
  width: 50%;
}
.block-faq-2 .faq__item .cta-link {
  display: block;
  width: fit-content;
  padding: 5px 10px;
  background-color: #1E3765;
}
.block-faq-2 .faq__item .cta-link span {
  color: #ffffff;
}
.block-faq-2 .faq__item__wrapper {
  margin-bottom: 40px;
}
.block-faq-2 .faq__item__wrapper:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .block-faq-2 .faq .lines:before {
    width: 100px;
    height: 15px;
    left: 15px;
  }
  .block-faq-2 .faq .lines:after {
    content: "";
    width: 100px;
    height: 15px;
    right: 15px;
  }
  .block-faq-2 .faq .lines span:nth-of-type(1) {
    left: 0px;
  }
  .block-faq-2 .faq .lines span:nth-of-type(2) {
    right: 0px;
  }
  .block-faq-2 .faq .lines span:nth-of-type(3) {
    left: 0px;
    width: 15%;
  }
  .block-faq-2 .faq .lines span:nth-of-type(4) {
    right: 0px;
    width: 15%;
  }
  .block-faq-2 .faq__item {
    padding: 50px 30px;
  }
  .block-faq-2 .faq__item__head .container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .block-faq-2 .faq__item__head .container .col {
    width: 100%;
  }
  .block-faq-2 .faq__item__head .container .col--1 p {
    margin-bottom: 20px;
  }
  .block-faq-2 .faq__item__body {
    padding-top: 40px;
  }
  .block-faq-2 .faq__item__body .container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .block-faq-2 .faq__item__body .container .col {
    width: 100%;
  }
  .block-faq-2 .faq__item__body .container .col--2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .block-faq-2 .faq__item__body {
    padding-top: 10px;
  }
  .block-faq-2 .container--1 {
    margin-bottom: 40px;
  }
}

.section-post-content-multiple {
  padding-bottom: 200px;
  position: relative;
}
.section-post-content-multiple:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -18%;
  background-image: url(img/single-post/arrow-up.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40%;
  height: 40%;
}
.section-post-content-multiple .container {
  max-width: 690px;
}
.section-post-content-multiple .block-line {
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
}
.section-post-content-multiple .block-line:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 300%;
  left: 20%;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.section-post-content-multiple .block-line .svg-line {
  position: absolute;
  left: 0;
  top: 70px;
}

.grid-post-elements .section-content {
  padding-top: 170px;
  padding-bottom: 220px;
  position: relative;
}
.grid-post-elements .section-content:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 50%;
  height: 450px;
  background-image: url(img/our-research/bg-image.png);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: -1;
  mix-blend-mode: difference;
}
@media screen and (max-width: 1024px) {
  .grid-post-elements .section-content:before {
    display: none;
  }
}
.grid-post-elements .row {
  position: relative;
}
.grid-post-elements .row .no-data-found {
  grid-column: 1/-1;
  grid-row: 1/-1;
  align-self: center;
  justify-self: center;
  display: none;
}
.grid-post-elements .row .filter-year {
  z-index: 1;
  position: absolute;
  top: -140px;
  right: 0%;
  transform: translateX(-27%);
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .grid-post-elements .row .filter-year {
    transform: translateX(-47%);
  }
}
@media screen and (max-width: 600px) {
  .grid-post-elements .row .filter-year {
    transform: translateX(50%);
    right: 50%;
    top: -120px;
  }
}
.grid-post-elements .row .filter-year label {
  padding-bottom: 5px;
  display: block;
}
.grid-post-elements .row--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.grid-post-elements .row--1 .col {
  position: relative;
  padding-bottom: 5px;
  min-height: 11px;
}
.grid-post-elements .row--1 .col--1 {
  width: 30%;
}
.grid-post-elements .row--1 .col--1 .line {
  width: 88%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1882352941);
}
.grid-post-elements .row--1 .col--1 .line:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  right: -27px;
  top: 8.5px;
  transform: rotate(35deg);
  background-color: rgba(0, 0, 0, 0.1882352941);
}
.grid-post-elements .row--1 .col--2 {
  width: 70%;
}
.grid-post-elements .row--1 .col--2 .line {
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1882352941);
}
.grid-post-elements .row--1 .col--2 .line:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  left: -27px;
  bottom: 8.5px;
  transform: rotate(35deg);
  background-color: rgba(0, 0, 0, 0.1882352941);
}
.grid-post-elements .row--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.grid-post-elements .sort-alphabet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
}
.grid-post-elements .sort-alphabet li {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
  opacity: 0.5;
  cursor: pointer;
}
.grid-post-elements .sort-alphabet li.active {
  opacity: 1;
}
.grid-post-elements .sort-alphabet li:hover {
  opacity: 1;
}
.grid-post-elements .post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 60px;
}
.grid-post-elements .pagination {
  padding-top: 100px;
}
.grid-post-elements .card {
  position: relative;
  max-width: 320px;
  min-width: 300px;
  margin: 0 auto;
}
.grid-post-elements .card svg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.grid-post-elements .card svg:nth-of-type(2) {
  left: 10px;
}
.grid-post-elements .card .lines span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.grid-post-elements .card .lines span:nth-of-type(1) {
  width: 1px;
  height: 80%;
  right: 0;
  bottom: 0;
}
.grid-post-elements .card .lines span:nth-of-type(2) {
  width: 1px;
  height: 70%;
  left: 0;
  bottom: 10%;
}
.grid-post-elements .card .lines span:nth-of-type(3) {
  width: 81%;
  height: 1px;
  right: 0;
  bottom: 0;
}
.grid-post-elements .card .lines span:nth-of-type(4) {
  height: 14%;
  width: 1px;
  bottom: -12px;
  left: 30px;
  transform: rotate(-45deg);
}
.grid-post-elements .card .lines-2 span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.grid-post-elements .card .lines-2 span:nth-of-type(1) {
  width: 89%;
  height: 1px;
  left: 0;
  top: 0;
}
.grid-post-elements .card .lines-2 span:nth-of-type(2) {
  width: 1px;
  height: 87%;
  right: -3%;
  bottom: 0;
}
.grid-post-elements .card .lines-2 span:nth-of-type(3) {
  width: 61px;
  height: 1px;
  top: 22px;
  right: -18px;
  transform: rotate(45deg);
}
.grid-post-elements .card .card__content {
  padding: 50px 55px 60px 55px;
  position: relative;
  min-height: 220px;
}
.grid-post-elements .card__image {
  margin-bottom: 20px;
  position: relative;
}
.grid-post-elements .card__image svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -15px;
}
.grid-post-elements .card__image img {
  clip-path: unset !important;
  border-radius: 50%;
  width: 240px !important;
  height: 240px !important;
  margin: 0 auto;
  object-fit: cover;
  object-position: top center;
}
.grid-post-elements .card .card__title {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.grid-post-elements .card .card__month {
  margin-bottom: 20px;
}
.grid-post-elements .card .card__position {
  margin-bottom: 40px;
}
.grid-post-elements .card .card__pronouns {
  margin-bottom: 10px;
}
.grid-post-elements .card .card__email {
  margin-bottom: 40px;
}
.grid-post-elements .card .card__link {
  background-color: #1E3765;
  padding: 5px 10px;
  color: #ffffff;
}
.grid-post-elements .mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .grid-post-elements .post-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-post-elements .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px;
  }
  .grid-post-elements .mobile .mobile-select {
    width: 80%;
  }
  .grid-post-elements .mobile .mobile-select-2 {
    width: 20%;
  }
  .grid-post-elements .sidebar {
    display: none;
  }
  .grid-post-elements .main {
    width: 100%;
  }
  .grid-post-elements .row--1 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .grid-post-elements .section-content {
    padding-top: 60px;
  }
  .grid-post-elements .post-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-people-repeater .section-content {
  padding-top: 60px;
  padding-bottom: 120px;
  position: relative;
}
.grid-people-repeater .section-content:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 50%;
  height: 450px;
  background-image: url(img/our-research/bg-image.png);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: -1;
  mix-blend-mode: difference;
}
@media screen and (max-width: 1024px) {
  .grid-people-repeater .section-content:before {
    display: none;
  }
}
.grid-people-repeater .row {
  position: relative;
}
.grid-people-repeater .row .container--1 {
  margin-bottom: 80px;
}
.grid-people-repeater .row .no-data-found {
  grid-column: 1/-1;
  grid-row: 1/-1;
  align-self: center;
  justify-self: center;
  display: none;
}
.grid-people-repeater .row .filter-year {
  z-index: 1;
  position: absolute;
  top: -100px;
  right: 50%;
  transform: translateX(50%);
  max-width: 220px;
  width: 100%;
}
.grid-people-repeater .row .filter-year label {
  padding-bottom: 5px;
  display: block;
}
.grid-people-repeater .row--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.grid-people-repeater .row--1 .col {
  position: relative;
  padding-bottom: 5px;
  min-height: 11px;
}
.grid-people-repeater .row--1 .col--1 {
  width: 30%;
}
.grid-people-repeater .row--1 .col--1 .line {
  width: 88%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1882352941);
}
.grid-people-repeater .row--1 .col--1 .line:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  right: -27px;
  top: 8.5px;
  transform: rotate(35deg);
  background-color: rgba(0, 0, 0, 0.1882352941);
}
.grid-people-repeater .row--1 .col--2 {
  width: 70%;
}
.grid-people-repeater .row--1 .col--2 .line {
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1882352941);
}
.grid-people-repeater .row--1 .col--2 .line:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  left: -27px;
  bottom: 8.5px;
  transform: rotate(35deg);
  background-color: rgba(0, 0, 0, 0.1882352941);
}
.grid-people-repeater .row--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.grid-people-repeater .sort-alphabet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
}
.grid-people-repeater .sort-alphabet li {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
  opacity: 0.5;
  cursor: pointer;
}
.grid-people-repeater .sort-alphabet li.active {
  opacity: 1;
}
.grid-people-repeater .sort-alphabet li:hover {
  opacity: 1;
}
.grid-people-repeater .post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 60px;
}
.grid-people-repeater .pagination {
  padding-top: 100px;
}
.grid-people-repeater .card {
  position: relative;
  max-width: 320px;
  min-width: 300px;
  margin: 0 auto;
}
.grid-people-repeater .card svg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.grid-people-repeater .card svg:nth-of-type(2) {
  left: 10px;
}
.grid-people-repeater .card .lines span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.grid-people-repeater .card .lines span:nth-of-type(1) {
  width: 1px;
  height: 80%;
  right: 0;
  bottom: 0;
}
.grid-people-repeater .card .lines span:nth-of-type(2) {
  width: 1px;
  height: 70%;
  left: 0;
  bottom: 10%;
}
.grid-people-repeater .card .lines span:nth-of-type(3) {
  width: 81%;
  height: 1px;
  right: 0;
  bottom: 0;
}
.grid-people-repeater .card .lines span:nth-of-type(4) {
  height: 14%;
  width: 1px;
  bottom: -12px;
  left: 30px;
  transform: rotate(-45deg);
}
.grid-people-repeater .card .lines-2 span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.grid-people-repeater .card .lines-2 span:nth-of-type(1) {
  width: 89%;
  height: 1px;
  left: 0;
  top: 0;
}
.grid-people-repeater .card .lines-2 span:nth-of-type(2) {
  width: 1px;
  height: 87%;
  right: -3%;
  bottom: 0;
}
.grid-people-repeater .card .lines-2 span:nth-of-type(3) {
  width: 61px;
  height: 1px;
  top: 22px;
  right: -18px;
  transform: rotate(45deg);
}
.grid-people-repeater .card .card__content {
  padding: 50px 55px 60px 55px;
  position: relative;
  min-height: 220px;
}
.grid-people-repeater .card__image {
  margin-bottom: 20px;
  position: relative;
}
.grid-people-repeater .card__image svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -15px;
}
.grid-people-repeater .card__image img {
  clip-path: unset !important;
  border-radius: 50%;
  width: 240px !important;
  height: 240px !important;
  margin: 0 auto;
  object-fit: cover;
  object-position: top center;
}
.grid-people-repeater .card .card__title {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.grid-people-repeater .card .card__position {
  margin-bottom: 40px;
}
.grid-people-repeater .card .card__pronouns {
  margin-bottom: 10px;
}
.grid-people-repeater .card .card__email {
  margin-bottom: 40px;
}
.grid-people-repeater .card .card__link {
  background-color: #1E3765;
  padding: 5px 10px;
  color: #ffffff;
  margin-top: 10px;
  display: inline-block;
}
.grid-people-repeater .mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .grid-people-repeater .post-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-people-repeater .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px;
  }
  .grid-people-repeater .mobile .mobile-select {
    width: 80%;
  }
  .grid-people-repeater .mobile .mobile-select-2 {
    width: 20%;
  }
  .grid-people-repeater .sidebar {
    display: none;
  }
  .grid-people-repeater .main {
    width: 100%;
  }
  .grid-people-repeater .row--1 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .grid-people-repeater .section-content {
    padding-top: 60px;
  }
  .grid-people-repeater .post-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-people-repeater .row .container--1 {
    margin-bottom: 50px;
  }
}

.block-students {
  padding-top: 160px;
  padding-bottom: 160px;
}
.block-students .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.block-students .row.addSidebar {
  max-width: 1360px;
}
.block-students .row.addSidebar .col--1 {
  width: 20%;
}
.block-students .row.addSidebar .col--2 {
  width: 70%;
  max-width: 900px;
}
.block-students .row .col .col-addon-text {
  padding-bottom: 80px;
}
.block-students .sidebar {
  position: sticky;
  top: 180px;
}
.block-students .image {
  margin-bottom: 60px;
  clip-path: polygon(100% 95.318%, 100% 4.849%, 100% 4.682%, 99.856% 4.682%, 95.828% 0%, 80.324% 0%, 76.296% 4.682%, 68.651% 4.682%, 64.629% 0%, 4.165% 0%, 0.144% 4.682%, 0% 4.682%, 0% 95.318%, 4.167% 99.894%, 10.625% 99.894%, 14.792% 95.318%, 76.181% 95.318%, 80.347% 99.894%, 95.833% 99.894%, 100% 95.318%);
}
.block-students .image img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-students .image img:hover {
  transform: scale(1.08);
}
.block-students .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  position: relative;
  margin-bottom: 75px;
  padding-bottom: 100px;
}
.block-students .container:last-of-type {
  margin-bottom: 0;
}
.block-students .container__col:nth-of-type(2) {
  width: 50%;
}
.block-students .container__col:nth-of-type(3) {
  width: 40%;
}
.block-students .container .title {
  font-size: 30px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .block-students .container .title {
    font-size: 50.5px;
    font-size: calc(30px + (71 - 30) * (100vw - 320px) / (1440 - 320));
  }
}
@media (min-width: 1440px) {
  .block-students .container .title {
    font-size: 71px;
  }
}
.block-students .container .wysiwyg-editor {
  margin-bottom: 40px;
  max-width: 440px;
}
.block-students .container .lines {
  position: absolute;
  width: 100%;
  height: 37px;
  bottom: 0;
  left: 0;
}
.block-students .container .lines .line {
  position: absolute;
  top: 35px;
  right: 0;
  width: 85%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 1024px) {
  .block-students {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .block-students .row .col--2 {
    width: 100% !important;
    max-width: 100%;
  }
  .block-students .sidebar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .block-students {
    padding-top: 60px;
  }
  .block-students .image {
    margin-bottom: 40px;
  }
  .block-students .container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-bottom: 80px;
    margin-bottom: 40px;
  }
  .block-students .container__col {
    width: 100% !important;
  }
  .block-students .container .title {
    margin-bottom: 30px;
  }
  .block-students .container .title br {
    display: none;
  }
}
.section-similar-instrumentation {
  background-color: #151515;
  padding-top: 150px;
  padding-bottom: 200px;
}
.section-similar-instrumentation .clip-path-block {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 650px;
  clip-path: polygon(100% 5.714%, 76.181% 5.714%, 80.347% 0%, 95.833% 0%, 100% 5.714%, 0% 5.714%, 4.167% 0%, 64.653% 0%, 68.819% 5.714%, 0% 5.714%, 100% 5.714%, 0% 5.714%, 0% 94.444%, 4.167% 100%, 10.625% 100%, 14.792% 94.444%, 76.181% 94.444%, 80.347% 100%, 95.833% 100%, 100% 94.444%, 100% 5.714%);
  background-color: #151515;
}
.section-similar-instrumentation .clip-path-block:before {
  content: "";
  position: absolute;
  width: 40%;
  height: 500px;
  background-image: url(img/block-similar-research/background-image.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  mix-blend-mode: difference;
}
.section-similar-instrumentation .vector {
  position: absolute;
  right: -10%;
  bottom: -4%;
}
.section-similar-instrumentation .section__inner {
  position: relative;
  z-index: 2;
}
.section-similar-instrumentation .container--1 {
  margin-bottom: 80px;
}
.section-similar-instrumentation .container--2 {
  margin-bottom: 80px;
}
.section-similar-instrumentation .container--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-similar-instrumentation .slider-post-our-research {
  overflow: unset;
}
.section-similar-instrumentation .card {
  clip-path: polygon(100% 19.938%, 97.207% 23.873%, 97.207% 60.076%, 100% 64.011%, 100% 91.905%, 97.207% 95.84%, 41.061% 95.84%, 38.175% 99.907%, 8.659% 99.907%, 0% 87.708%, 0% 68.471%, 2.98% 64.273%, 2.98% 48.139%, 0% 43.942%, 0% 12.068%, 0% 0%, 8.566% 0%, 24.022% 0%, 26.164% 3.017%, 51.304% 3.017%, 53.445% 0%, 97.207% 0%, 100% 3.935%, 100% 19.938%);
  padding: 35px 45px 55px 45px;
  background-color: #272727;
}
.section-similar-instrumentation .card__image {
  margin-bottom: 30px;
}
.section-similar-instrumentation .card__image .image__inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 290px;
}
.section-similar-instrumentation .card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-similar-instrumentation .card a svg {
  margin-right: 15px;
}
.section-similar-instrumentation .card__title:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .section-similar-instrumentation {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-similar-instrumentation .vector {
    left: 50%;
    bottom: -25%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .section-similar-instrumentation .container--1 {
    margin-bottom: 40px;
  }
  .section-similar-instrumentation .container--3 {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .section-similar-instrumentation .container--3 .col--1 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .section-similar-instrumentation .clip-path-block {
    top: -9px;
    height: 10px;
    clip-path: polygon(0% 98.418%, 0% 100%, 100% 100%, 100% 98.418%, 99.934% 98.418%, 95.846% 0%, 80.404% 0%, 76.316% 98.418%, 68.684% 98.418%, 64.588% 0%, 4.162% 0%, 0.066% 98.418%, 0% 98.418%);
  }
  .section-similar-instrumentation .card {
    padding: 20px 25px 40px 25px;
  }
}
@media screen and (max-width: 400px) {
  .section-similar-instrumentation .card__image .image__inner {
    max-height: 165px;
  }
}

.error404 .block-intro-2 {
  clip-path: polygon(100% -32%, 76.18% -32%, 80.35% -40%, 95.83% -40%, 100% -32%, 0% -32%, 4.17% -40%, 64.65% -40%, 68.82% -32%, 0% -32%, 100% -32%, 0% -32%, 0% 100%, 5.89% 92.22%, 16.04% 92.22%, 22.54% 100%, 85.93% 100%, 89.86% 92.22%, 95.83% 92.22%, 100% 100%, 100% -32%);
  background-color: #e0e0e0;
}
.error404 .block-intro-2 figure {
  filter: invert(1);
}
.error404 .block-intro-2 .title {
  text-align: center;
  font-size: 180px;
}
@media screen and (max-width: 600px) {
  .error404 .block-intro-2 {
    clip-path: unset;
  }
  .error404 .block-intro-2 .title {
    font-size: 100px;
  }
}
.error404 .section-404 .container {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 600px) {
  .error404 .section-404 .container {
    padding-bottom: 120px;
  }
}
.error404 .section-404 .container p {
  max-width: 400px;
  margin: 0 auto 36px auto;
}
.error404 .section-404 .container .cta-button {
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */