#usercentrics-root .jEcacy button {
  z-index: 0;
}

button.navbar-toggler {
  box-shadow: none !important;
}

.navbar-brand {
  align-self: center;
  flex-grow: 1;
  padding: 0;
}

#navbar-main {
  flex-shrink: 0;
}

a.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  padding: 16px 32px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  border-width: 1px;
  border-radius: 100px;
  box-shadow: none;
  color: #fff;
  background-color: #005895;
  border-color: #005895;
}

a.button:focus {
  outline: 0;
}

a.button:active {
  color: #fff;
  background-color: #0373A2;
  border-color: #0373A2;
}

a.button.disabled {
  color: #fff;
  pointer-events: none;
  background-color: #9AA6AE;
  border-color: #9AA6AE;
  opacity: 1;
}

a.button:hover {
  color: #fff;
  background-color: #5BB8E5;
  border-color: #5BB8E5;
}

.text-align-center {
  text-align: center;
  text-align: -webkit-center;
}

.view-history .form-select li #edit-field-history-year-target-id-190 {
  color: #005895;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #6C727A;
  width: auto;
  vertical-align: top;
}

tr {
  border: none;
  background: none;
  padding: 0;
}

tr td,
tr th {
  padding: 4px 12px;
  border: none;
}

tr td:first-child,
tr th:first-child {
  padding: 4px 12px 4px 0;
}

tr td:last-child,
tr th:last-child {
  padding: 4px 0 4px 12px;
}

#navbar-top {
  padding: 0;
}

#navbar-top>div>nav,
#navbar-top>section>nav {
  padding: 8px 12px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


#navbar-top .navbar-nav {
  flex-direction: row;
}


#page,
#main-wrapper {
  overflow: hidden;
}

.field--name-field-description> :first-child {
  margin-top: 0;
}

.field--name-field-description> :last-child {
  margin-bottom: 0;
}

#navbar-top .region-top-header .nav-link {
  padding: 5px 12px;
  font-size: 14px;
}

#navbar-top nav.tabs {
  margin-bottom: 0;
}

.navbar-nav li.nav-item:last-child {
  margin-right: 0;
}

.navbar-nav .nav-link {
  border-bottom: 1px solid transparent;
}

#navbar-top .menu--top .nav {
  justify-content: flex-end;
}

.top-header-container {
  background-color: #1b2b3e;
}



.paragraph--type--cards {
  padding-bottom: 80px;
}

.paragraph--type--cards .field__items {
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 24px;
  flex: 1;
  width: 100%;
  justify-content: center;
  row-gap: 24px;
}

.paragraph--type--cards .field__items .field__item {
  width: calc(25% - 18px);
}

.paragraph--type--cards.card-col-3 .field__items .field__item {
  width: calc(33% - 13px);
}

.paragraph--type--cards.card-col-2 .field__items .field__item {
  width: calc(50% - 12px);
}

.paragraph--type--cards img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: center center;
}

.paragraph--type--cards .paragraph--type--card {
  color: var(--card-color);
  background-color: var(--card-background_color);
  position: relative;
}

.paragraph--type--cards .paragraph--type--card:hover {
  color: var(--card-color_hover);
  background-color: var(--card-background_color_hover);
  position: relative;
}

.paragraph--type--cards.position-center-center .field--name-field-card .field--name-field-title {
  font-size: 28px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.paragraph--type--cards .field--name-field-media-image {
  margin: 0px;
  float: none;
}

.paragraph--type--cards.type-regular .paragraph--type--card {
  height: 440px;
}

.paragraph--type--cards.type-quadratic .paragraph--type--card {
  height: 288px;
}

.paragraph--type--cards.type-regular .paragraph--type--card {
  background-color: var(--card-background_color);
}




.row.region.region-header-form {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.view-news-list .swiper-slide {
  width: auto;
}

.view-news-list .form-select {
  overflow: hidden;
}

.newsroom-links {
  display: grid;
  grid-template-columns: auto auto auto auto;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #9AA6AE;
  justify-content: space-between;
  margin-bottom: 80px;
}

.newsroom-links a {
  display: flex;
  padding: 9px 8px;
  height: 80px;
  flex-grow: 1;
  align-items: center;
}

.header-content {
  padding-bottom: 80px;
  z-index: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "\2014");
}

.accordion {
  --bs-accordion-btn-icon: var(--icon-arrow-blue);
  --bs-accordion-btn-active-icon: var(--icon-arrow-blue);
  --bs-accordion-active-color: var(--General-Primary-500-Base);
  --bs-accordion-btn-icon-transform: rotate(-45deg);
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-padding-y: 40px;
  --bs-accordion-btn-padding-x: 0px;
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
}

.accordion-button {
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  background-color: var(--bs-accordion-btn-bg);
  font: var(--Desktop-H3-M-Light);
  color: var(--Text-Styles-Headings-Dark);
}

.accordion-type-large .accordion-button {
  font: var(--Desktop-H2-M-Light);
  color: var(--Text-Styles-Headings-Dark);
}

.accordion-button::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: var(--icon-check_field);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 16px;
  flex-shrink: 0;
}

.accordion-type-large .accordion-button::before {
  display: none;
  background-image: none;
}

.accordion-button::after {
  width: 24px;
  height: 24px;
  background-position: center;
  transform: rotate(45deg);
}

.accordion-type-large .accordion-button::after {
  width: 56px;
  height: 56px;
  border: 1px solid var(--General-Secondary-500-Base);
  border-radius: 50%;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  padding-bottom: 0;
}

.accordion-item {
  border: none;
  border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-button.collapsed:hover::after {
  transform: none;
}

.accordion-type-large .accordion-button.collapsed:hover::after {
  background-image: var(--icon-arrow-white);
  background-color: var(--General-Secondary-500-Base);
}

.accordion-body {
  padding: 16px 0 40px;
}

h2 {
  margin-top: 80px;
  margin-bottom: 24px;
}

p {
  margin-top: 0;
  margin-bottom: 24px;
}

h2.accordion-header {
  margin-top: 0;
  margin-bottom: 0;
}

.header-container.imgbkg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  justify-content: center;
}

.header-container.imgtshape,
.header-container.vdbkgtshp {
  background-image: url('/sites/default/files/t-shape.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}

.header-content .content {
  display: grid;
  align-items: end;
  gap: 24px;
}

.header-content .content.yrc {
  grid-template-columns: 50% 1fr;
}

.header-content .content.nrc {
  grid-template-columns: 1fr;
}

.header-content h1 {
  margin-bottom: 0;
}

.header-content .content-left,
.header-content .content-right {
  font-size: 24px;
}

.header-content .content-right {
  border-left: 1px solid #F3F7FA;
  padding-left: 24px;
  overflow: visible;
}

.header-content .content-right img {
  max-width: 770px;
}

.content-right.imginline {
  border-left: none;
  padding-left: 0;
}

.header-content .header-description {
  font: var(--Body-Body-L-Regular-Font);
  margin: 24px 0 0;
}

.header-content .content-right .header-description {
  margin: 0;
}

.header-content .header-links {
  display: flex;
  gap: 40px;
}

.header-content .header-links>a {
  margin-top: 24px;
}

.btn-inline {
  color: #005895;
  display: flex;
  flex-direction: row;
  padding: 0px;
  gap: 12px;
  text-decoration: none;
  border: none;
  width: fit-content;
}

.btn-inline:hover {
  color: #5BB8E5;
}

.btn-inline:active {
  border: none;
  color: #0373A2;
}

.btn-inline:focus {
  color: #005895;
}

.btn-inline:hover::after {
  background-image: var(--icon-arrow-blue-light);
}

.btn-inline:active::after {
  background-image: var(--icon-arrow-blue-dark);
}

.btn-inline:focus::after {
  background-image: var(--icon-arrow-blue);
}

.btn-inline.btn-ondark {
  color: #fff;
}

.btn-inline-l {
  font-size: 24px;
}

.btn-inline-m {
  font-size: 18px;
}

.btn-inline-flat {
  font-size: 24px;
  text-align: left;
  line-height: 34px;
  color: #021127;
}

.btn-inline::after {
  content: "";
  background-image: var(--icon-arrow-blue);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-45deg);
}

.btn-inline.active::after,
.btn-inline.tab-section-link:not(.collapsed)::after {
  transform: rotate(0deg);
}

.btn-inline.btn-ondark::after {
  background-image: var(--icon-arrow-white);
}

.btn-inline.btn-ondark:hover::after {
  background-image: var(--icon-arrow-blue);
}

.btn-inline-l::after {
  width: 32px;
  background-size: 27px;
}

.btn-inline-m::after {
  width: 24px;
  background-size: 20px;
}

.btn-inline-flat::after {
  width: 36px;
  background-size: 27px;
}

.btn-inline:hover::after {
  transform: rotate(0);
}

.btn-arrow-down::after {
  transform: rotate(45deg);
}

.btn-inline.disabled {
  color: #9AA6AE !important;
}

.btn-inline.disabled::after {
  background-image: var(--icon-arrow-blue-disabled);
}

.field--type-text-with-summary ul {
  padding-left: 60px;
  margin-bottom: 24px;
  line-height: 30px;
}

.field--type-text-with-summary li {
  list-style-type: none;
  padding-top: 0;
  margin-bottom: 8px;
}

.field--type-text-with-summary li::before {
  display: inline-block;
  content: "";
  border-top: 1px solid #6C727A;
  width: 16px;
  margin: 0 20px 0 -36px;
  transform: translateY(-5px);
}

.node__content {
  font-size: unset;
  margin-top: unset;
}

#content.main-content {
  position: relative;
}

#block-tttech-content {
  margin: 80px 0;
}

.sidebar {
  position: absolute;
  width: 220px;
  right: 0;
  padding: 0;
  margin-right: 12px;
}

.node--type-product .sidebar {
  width: 250px;
}

.sidebar .node__meta {
  position: sticky;
  top: 0;
}

.sidebar .downloads .downloads-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C727A;
  margin-bottom: 24px;
  padding-top: 9px;
  border-top: 1px solid #021127;
}

.downloads .downloads-link {
  padding: 24px 0;
  border-bottom: 1px solid #021127;
}

.paragraph--type--downloads .downloads .downloads-link {
  margin-left: 50%;
}

.downloads a {
  text-decoration: none;
}

.downloads .downloads-link .downloads-info {
  display: none;
}

.downloads .btn-inline {
  justify-content: space-between;
  width: 100%;
}

.downloads .downloads-link a:hover .downloads-info {
  display: inline-block;
  font-size: 16px;
  vertical-align: super;
  margin-left: 4px;
  position: relative;
  margin-top: -10px;
}

.downloads.downloads-name {
  font-size: 24px;
  color: #021127;
}

.downloads.downloads-name {
  font-size: 24px;
  color: #021127;
}

.field--name-field-cards-item {
  display: grid;
}

.paragraph--type--cards a {
  color: inherit;
  text-decoration: none;
  display: block;
  height: 440px;
  position: relative;
  overflow: hidden;
}

.paragraph--type--cards.type-quadratic a {
  height: 288px;
}

.card-title {
  margin: 0;
  font-size: 28px;
  font-weight: 300;
  width: 100%;
  padding: 0 24px;
}

.paragraph--type--cards .paragraph--type--cards-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.paragraph--type--cards.hover-gradient_show_image a:hover .paragraph--type--cards-item,
.paragraph--type--cards.hover-gradient_hide_image a:hover .paragraph--type--cards-item {
  background: radial-gradient(84.45% 81.62% at 33.47% 100%, rgba(0, 147, 208, 0.6) 0%, rgba(0, 147, 208, 0) 100%), #021127;
}

.paragraph--type--cards.hover-gradient_show_image a:hover .paragraph--type--cards-item .card-image,
.paragraph--type--cards.hover-gradient_hide_image a:hover .paragraph--type--cards-item .card-image {
  opacity: 0.3;
}

.card-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph--type--cards.position-topright-right .card-image {
  background-position: center right;
}

.paragraph--type--cards.position-topright-right .card-title {
  position: absolute;
  top: 24px;
  left: 0;
}

.paragraph--type--cards.position-center-right .card-image {
  background-position: center right;
}

.paragraph--type--cards.position-center-right .card-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.paragraph--type--cards.position-center-center .card-image {
  background-position: center center;
}

.paragraph--type--cards.position-center-center .card-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.paragraph--type--cards.position-center-icon a {
  display: flex;
  justify-content: center;
}

.paragraph--type--cards.position-center-icon img {
  height: auto;
  object-fit: unset;
  width: auto;
  object-position: unset;
}

.paragraph--type--cards.position-center-icon .card-title {
  text-align: center;
}

.paragraph--type--cards.position-center-icon .card-image {
  margin-bottom: 16px;
  background-size: contain;
  max-width: 56px;
  max-height: 56px;
}


.node--type-news .field--name-field-media,
.node--type-press .field--name-field-media,
.node--type-event .field--name-field-media {
  margin: 0 auto;
  max-width: 746px;
}

.node--type-news .main-content>.field--name-field-media .field--type-image,
.node--type-press .main-content>.field--name-field-media .field--type-image,
.node--type-event .main-content>.field--name-field-media .field--type-image {
  float: none;
}

.node--type-news .main-content>.field--name-field-media-caption,
.node--type-press .main-content>.field--name-field-media-caption,
.node--type-event .main-content>.field--name-field-media-caption {
  margin: 0 auto;
  max-width: 746px;
}

.node--type-news .field--name-body,
.node--type-press .field--name-body,
.node--type-event .field--name-body {
  margin: 40px auto 0;
  max-width: 746px;
}

.node--type-news .field--name-media-caption,
.node--type-press .field--name-media-caption,
.node--type-event .field--name-media-caption {
  margin: 0 auto;
  max-width: 746px;
}

.node--type-news .main-content .field--name-field-media-caption,
.node--type-press .main-content .field--name-field-media-caption,
.node--type-event .main-content .field--name-field-media-caption {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  max-width: 746px;
  margin: 0 auto;
  color: #4F616D;
}

.paragraph--type--text-description {
  margin: 0 auto;
  max-width: 746px;
}

.paragraph--type--text-description.width-full {
  margin: 0 auto;
  max-width: 100%;
}

.paragraph--type--downloads {
  margin: 0 auto;
  padding-bottom: 80px;
}

.paragraph--type--accordion {
  margin: 0 auto;
  padding-bottom: 80px;
}

.paragraph--type--accordion.accordion-type-standard {
  margin: 0 auto;
  padding-bottom: 80px;
  max-width: 746px;
}

.paragraph--type--image {
  margin: 0 auto;
  padding-bottom: 80px;
}

.paragraph--type--text-big-title-description {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 80px;
}

.paragraph--type--text-image-box {
  margin: 0 auto;
  padding-bottom: 80px;
  position: relative;
}

.paragraph--type--quotes {
  margin: 0 auto;
  padding-bottom: 80px;
}


.paragraph--type--image .element-image.with-sideline {
  display: grid;
  grid-template-areas: 'left right';
}

.paragraph--type--image .image-align-left {
  grid-template-columns: 1fr 110px;
}

.paragraph--type--image .image-align-right {
  grid-template-columns: 110px 1fr;
}

.paragraph--type--image .image-sideline {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #005895;
  grid-row: span 2;
}

.paragraph--type--image .image-align-left .image-sideline {
  writing-mode: vertical-rl;
  grid-area: right;
}

.paragraph--type--image .image-align-right .image-sideline {
  writing-mode: vertical-lr;
  grid-area: left;
  transform: rotate(180deg);
  text-align: end;
  justify-self: start;
}

.paragraph--type--image .image-img img {
  width: 100%;
}

.paragraph--type--image .image-caption {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #6C727A;
  margin-top: 24px;
}

.paragraph--type--image .image-align-left .image-caption {
  grid-row: 2;
  grid-column: 1;
}

.paragraph--type--image .image-align-right .image-caption {
  grid-row: 2;
  grid-column: 2;
}



.element-imagebox {
  display: grid;
  grid-template-areas: 'left center right';
  column-gap: 20px;
  grid-template-columns: 5fr 1fr 6fr;
  width: 100%;
  align-items: start;
}

.element-imagebox.image-box-typeProduct-Box-Gray.image-align-left,
.element-imagebox.image-box-typeProduct-Box-Gray.image-align-right,
.element-imagebox.image-box-typeProduct-Box-Gradient.image-align-left,
.element-imagebox.image-box-typeProduct-Box-Gradient.image-align-right {
  grid-template-columns: 6fr 0fr 6fr;
}

.element-imagebox.image-align-left {
  grid-template-columns: 5fr 1fr 6fr;
}

.element-imagebox.image-align-right {
  grid-template-columns: 6fr 1fr 5fr;
}

.imagebox-content> :first-child {
  margin-top: 0;
}

.imagebox-content> :last-child {
  margin-bottom: 0;
}

.element-imagebox.image-align-left .imagebox-img {
  grid-area: left;
}

.element-imagebox.image-align-left .imagebox-content {
  grid-area: right;
  width: 100%;
}

.element-imagebox.image-align-right .imagebox-img {
  grid-area: right;
}

.element-imagebox.image-align-right .imagebox-content {
  grid-area: left;
}

.paragraph--type--text-image-box ul {
  padding-left: 60px;
  margin-bottom: 24px;
  line-height: 30px;
  font-size: 18px;
}

.paragraph--type--text-image-box li {
  list-style-type: none;
  margin-bottom: 8px;
}

.element-imagebox.image-box-typeProduct-Box-Gray li {
  padding-left: 40px;
}

.paragraph--type--text-image-box li::before {
  display: inline-block;
  content: "";
  border-top: 1px solid #6C727A;
  width: 16px;
  margin: 0 20px 0 -36px;
  transform: translateY(-5px);
}

.paragraph--type--text-image-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: unset;
  height: auto;
}

.image-box-typeProduct-Box-Gray .imagebox-img {
  text-align: center;
}

.image-box-typeProduct-Box-Gray img {
  max-width: 526px;
  margin: 0 auto;
}

.paragraph--type--image-hotspot .hotspot-description {
  max-width: 1320px;
  margin: 10px auto 0;
}

.paragraph--type--image-hotspot .hotspot-description * {
  font-size: 16px;
}

.imagebox-img>p {
  margin-bottom: 0;
  margin-top: 3px;
  font-size: 14px;
}

.imagebox-img>p {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 16px;
}


p.overline {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #005895 !important;
}

p.overline+h2 {
  margin-top: 0;
}

.element-imagebox.image-box-typeBlue-Image-Box.image-align-right {
  grid-template-columns: 7fr 5fr;
  grid-template-areas: 'left right';
  column-gap: 0;
}

.element-imagebox.image-box-typeBlue-Image-Box .imagebox-content::before {
  width: 13%;
  height: 100%;
  display: block;
  background-color: #005895;
  position: absolute;
  top: 0;
  content: "";
}

.element-imagebox.image-box-typeBlue-Image-Box.image-align-right .imagebox-content::before {
  right: -12%;
}

.element-imagebox.image-box-typeBlue-Image-Box.image-align-left .imagebox-content::before {
  left: -12%;
}

.element-imagebox.image-box-typeBlue-Image-Box.image-align-right .imagebox-img {
  padding-top: 80px;
  z-index: 999;
}

.element-imagebox.image-box-typeBlue-Image-Box.image-align-left {
  grid-template-columns: 5fr 7fr;
  grid-template-areas: 'left right';
  column-gap: 0px;
}

.element-imagebox.image-box-typeBlue-Image-Box.image-align-left .imagebox-img {
  padding-top: 80px;
  z-index: 999;
}

.element-imagebox.image-box-typeBlue-Image-Box.image-align-left .imagebox-img img,
.element-imagebox.image-box-typeBlue-Image-Box.image-align-right .imagebox-img img {
  width: 100%;
}

.image-box-typeBlue-Image-Box .imagebox-content {
  padding: 120px 110px;
  background-color: #005895;
  position: relative;
}

.image-box-typeBlue-Image-Box .imagebox-content * {
  color: #CCE4F3;
}

.image-box-typeBlue-Image-Box .imagebox-content h2,
.image-box-typeBlue-Image-Box .imagebox-content h3,
.image-box-typeBlue-Image-Box .imagebox-content h4 {
  color: #FAFDFF;
}

.image-box-typeBlue-Image-Box .imagebox-content .overline {
  color: #FFFFFF;
}

.element-imagebox.image-box-typeProduct-Box-Gray {
  align-items: center;
  background-color: #F3F7FA;
}

.element-imagebox.image-box-typeProduct-Box-Gray .imagebox-content {
  padding: 80px 80px 80px 0;
}

.element-imagebox.image-box-typeProduct-Box-Gray ul {
  padding-left: 0px;
}

.element-imagebox.image-box-typeProduct-Box-Gray li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: var(--icon-ic_check);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  margin: 0 16px 0 -40px;
  transform: translateY(5px);
}

.element-imagebox.image-box-typeProduct-Box-Gradient {
  align-items: center;
  background: radial-gradient(84.45% 81.62% at 33.47% 100%, rgba(0, 147, 208, 0.6) 0%, rgba(0, 147, 208, 0) 100%), #021127;
}

.element-imagebox.image-box-typeProduct-Box-Gradient .imagebox-content {
  padding: 80px 80px 80px 0;
}

.image-box-typeProduct-Box-Gradient .imagebox-content * {
  color: #CCE4F3;
}

.image-box-typeProduct-Box-Gradient .imagebox-content h2,
.image-box-typeProduct-Box-Gradient .imagebox-content h3,
.image-box-typeProduct-Box-Gradient .imagebox-content h4 {
  color: #FAFDFF;
}

.image-box-typeProduct-Box-Gradient .imagebox-content .overline {
  color: #005895;
}

.image-box-typeProduct-Box-Gradient {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}






.element-quote {
  display: block;
  width: 100%;
  max-width: 746px;
  margin: 0 auto;
}

.element-quote.with-logo {
  max-width: unset;
  display: grid;
  grid-template-columns: 4fr 8fr;
  grid-gap: 20px;
  width: 100%;
  align-items: start;
}

.element-quote .quote-content {
  display: grid;
  width: 100%;
  align-items: end;
  grid-template-columns: 1fr minmax(0px, auto);
}

.element-quote .quote-author {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  align-items: center;
}

.element-quote .quote-author.waimg {
  grid-template-columns: minmax(0px, 96px) 1fr;
}

.element-quote .quote-content .quote-text {
  grid-column: 1 / span 2;
}

.element-quote .quote-content .quote-text p {
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #0289C1;
}

.quote-large-size .element-quote .quote-content .quote-text p {
  font-style: italic;
  font-weight: 300;
  font-size: 52px;
  line-height: 63px;
  color: #0289C1;
}

.element-quote .quote-content .quote-author-name {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #021127;
}

.element-quote.with-image .quote-content .quote-author-name {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #021127;
}

.element-quote .quote-content .quote-author-name .quote-author-positions {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C727A;
  display: block;
}

.element-quote .quote-author-image img {
  border-radius: 50%;
  object-fit: cover;
  height: 80px;
  width: 80px;
  object-position: center center;
  margin-right: 16px;
}

.paragraph--type--quotes .swiper-wrapper {
  padding: 0;
}

.paragraph--type--quotes .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.paragraph--type--quotes .swipequotes {
  position: relative;
  max-width: 746px;
  margin: 0 auto;
}

.paragraph--type--quotes .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.paragraph--type--quotes .swipequotes .swiper-pagination-bullets {
  width: 100%;
  max-width: 746px;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
  text-align: left;
}

.paragraph--type--quotes .swipequotes .swiper-pagination-bullet {
  width: 32px;
  border-radius: 0;
  height: 1px;
  background-color: #D2E0EA;
  opacity: 1;
}

.paragraph--type--quotes .swipequotes .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 120px;
  border-radius: 0;
  height: 1px;
  background-color: #005895;
}



.paragraph--type--text-big-title-description .with-sideline {
  display: grid;
  width: 100%;
  grid-template-columns: 110px 1fr 1fr;
}

.paragraph--type--text-big-title-description .big-text-sideline {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #005895;
  grid-row: span 2;
  writing-mode: vertical-lr;
  grid-column: 1;
  transform: rotate(180deg);
  text-align: end;
  justify-self: start;
  padding-bottom: 25px;
}

.paragraph--type--text-big-title-description .big-text-title {
  grid-column: span 2;
}

.paragraph--type--text-big-title-description .big-text-title h2 {
  margin-top: 0px;
  margin-bottom: 64px;
  font-style: normal;
  font-weight: 300;
  font-size: 100px;
  line-height: 121px;
}

.paragraph--type--text-big-title-description .big-text-content {
  grid-column: 3;
  grid-row: 2;
}

.paragraph--type--text-big-title-description .big-text-content * {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #021127;
}




.tabs-container .nav-tabs {
  display: none;
  border: none;
  margin-left: 12px;
  margin-right: -12px;
}

.tab-content {
  background-color: #005895;
  padding: 40px;
}

.tab-content *:last-child:not(.btn) {
  padding-bottom: 0;
}

.tab-content * {
  color: #ffffff;
}

.tab-pane.fade {
  display: none;
}

.tab-pane.fade.active {
  display: block;
}




.paragraph--type--grid {
  padding-bottom: 80px;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.paragraph--type--grid>.paragraph--type--grid-container {
  max-width: 1296px;
  margin: 0 auto;
}

.paragraph--type--grid .field__items {
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 24px;
  flex: 1;
  width: 100%;
  justify-content: space-between;
  row-gap: 24px;
}

.paragraph--type--grid .field__items>.field__item {
  width: calc(25% - 18px);
}

.paragraph--type--grid.grid-col-3 .field__items>.field__item {
  width: calc(33% - 13px);
}

.paragraph--type--grid.grid-col-2 .field__items>.field__item {
  width: calc(50% - 12px);
}

.paragraph--type--grid img {
  max-width: 100%;
}

.paragraph--type--grid .field--name-field-media-image {
  margin: 0px;
  float: none;
}

.field--name-field-grid-item {
  display: grid;
}

.paragraph--type--grid .paragraph--type--grid-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  gap: 24px;
}

.paragraph--type--grid.img-left .paragraph--type--grid-item {
  align-items: flex-start;
}

.paragraph--type--grid.pad-large .paragraph--type--grid-item {
  padding: 80px;
}

.section-header {
  margin: 0 0 40px;
}

.paragraph--type--grid-item .grid-content:last-of-type * {
  margin-bottom: 0;
}

.paragraph--type--div.padding-top {
  padding-top: 80px;
}

.paragraph--type--div.padding-bottom {
  padding-bottom: 80px;
}

.paragraph--type--div.padding-top-and-bottom {
  padding: 80px 0px;
}

.paragraph--type--div.no-padding {
  padding: 0px;
}

.banner-container,
.div-container {
  max-width: 1296px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.element-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 120px 0;
}

.paragraph--type--banners,
.paragraph--type--div {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 80px;
}

.banner-container>.element-banner {
  padding-left: 25px;
  padding-right: 25px;
}

.banner-container>.swipebanner .swiper-slide {
  padding-right: 25px;
}

.banner-container>.swipebanner .banner-image {
  padding-left: 25px;
}

.paragraph--type--banners.imgtshape,
.paragraph--type--banners.imginline,
.paragraph--type--div.imgtshape,
.paragraph--type--div.imginline {
  background: radial-gradient(84.45% 81.62% at 33.47% 100%, rgba(0, 147, 208, 0.6) 0%, rgba(0, 147, 208, 0) 100%);
  background-color: #021127;
}

.paragraph--type--banners.imgtshape::before,
.paragraph--type--div.imgtshape::before {
  background-image: url('/sites/default/files/t-shape.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}

.banner-image {
  display: block;
  text-align: center;
}

.banner-image img {
  max-width: 494px;
  height: auto;
  width: 100%;
}

.banner-content {
  max-width: 850px;
}

.swipebanner .banner-content {
  text-align: left;
  max-width: 746px;
}

.paragraph--type--banners.imgbkg .swipebanner,
.paragraph--type--banners.imgtshape .swipebanner,
.paragraph--type--banners.imginline .swipebanner {
  display: flex;
  align-content: center;
  justify-content: flex-end;
}

.paragraph--type--banners.imgbkg .swipebanner .swiper-pagination,
.paragraph--type--banners.imgtshape .swipebanner .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: flex;
  flex-direction: column;
  bottom: unset;
  left: unset;
  justify-content: center;
  gap: 14px;
  align-items: center;
  order: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
  width: auto;
}

.paragraph--type--banners.imgbkg .swipebanner .swiper-container,
.paragraph--type--banners.imgtshape .swipebanner .swiper-container {
  overflow: hidden;
  width: 60%;
  justify-content: flex-end;
}

.paragraph--type--banners .swiper-pagination-bullet {
  border-radius: 0;
  width: 12px;
  height: 12px;
  background: #E1EDF5;
  opacity: 1;
}

.paragraph--type--banners .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005895;
}

.paragraph--type--banners.imgbkg .banner-content *,
.paragraph--type--banners.imgtshape .banner-content *,
.paragraph--type--banners.imginline .banner-content *:not(a) {
  color: #ffffff;
}

.paragraph--type--banners.imginline .swipebanner .swiper-pagination {
  position: relative;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: row;
  bottom: unset;
  left: unset;
  justify-content: center;
  gap: 14px;
  align-items: center;
  margin-bottom: 60px;
  transform: translateY(-60px);
}

.paragraph--type--banners.imginline .swipebanner .swiper-container {
  width: 100%;
  overflow: hidden;
}

.paragraph--type--banners.imgbkg .swipebanner .swiper-container .swiper-wrapper,
.paragraph--type--banners.imgtshape .swipebanner .swiper-container .swiper-wrapper {
  display: flex;
}

.paragraph--type--banners.imginline .banner-container .element-banner .banner-image {
  width: 42%;
}

.paragraph--type--banners.imginline .banner-container .element-banner {
  justify-content: space-between;
}

.paragraph--type--banners.imginline .banner-container .element-banner .banner-content {
  width: 50%;
}

.paragraph--type--banners.imgnone .banner-container {
  display: flex;
  justify-content: center;
}

.paragraph--type--banners.imgnone .banner-container .element-banner {
  flex-grow: 1;
}

.paragraph--type--banners.imgnone .banner-container .element-banner:nth-child(2) {
  border-left: 1px solid #D2E0EA;
}

.paragraph--type--banners.imgtshape100 .element-banner,
.paragraph--type--banners.imginline100 .element-banner,
.paragraph--type--banners.imgbkg100 .element-banner {
  height: 100vh;
}

.paragraph--type--banners.imgbkg,
.paragraph--type--div.imgbkg {
  background-size: cover;
  background-position: center center;
}


.paragraph--type--list-links {
  margin: 0 auto 80px;
}

.paragraph--type--list-links .list-links-container {
  max-width: 1296px;
  margin: 0 auto;
}

.paragraph--type--list-links.links-type-Standard .list-link {
  margin-left: 50%;
}

.paragraph--type--list-links.links-type-Standard .list-link {
  padding: 24px 0;
  border-bottom: 1px solid #021127;
}

.paragraph--type--list-links.links-type-Standard a.btn-inline {
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
}

.paragraph--type--list-links .list-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.paragraph--type--list-links.links-type-Standard .list-links {
  display: block;
  overflow: hidden;
}

.paragraph--type--list-links.links-type-TagsonBlueBackground {
  background: radial-gradient(84.45% 81.62% at 33.47% 100%, rgba(0, 147, 208, 0.6) 0%, rgba(0, 147, 208, 0) 100%), #021127;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 80px 25px;
}

.paragraph--type--list-links.links-type-TagsonBlueBackground .section-header {
  color: #F6FBFF;
}

.paragraph--type--list-links.links-type-TagsonBlueBackground a,
.paragraph--type--list-links.links-type-TagsonWhiteBackground a {
  font-size: 28px;
  line-height: 34px;
}

.paragraph--type--list-links.links-type-TagsonBlueBackground a {
  color: #F6FBFF;
  border-color: #005895;
}

.paragraph--type--list-links.links-type-TagsonWhiteBackground a {
  color: #021127;
  border-color: #F3F7FA;
  background-color: #F3F7FA;
}

.paragraph--type--list-links.links-type-TagsonWhiteBackground a:hover {
  color: #FAFDFF;
  border-color: #005895;
  background-color: #005895;
}

.paragraph--type--list-extended h2 {
  margin-bottom: 120px;
}

.paragraph--type--list-extended .list-item-image span {
  font-weight: 400;
  font-size: 200px;
  line-height: 165px;
  float: left;
  color: #005895;
  text-transform: uppercase;
}

.links-type-ZigZag-TitleInline .list-item {
  display: grid;
  grid-template-columns: 10fr 3fr 11fr;
  margin-bottom: 120px;
  grid-template-rows: auto 1fr;
}

.links-type-ZigZag-TitleInline .list-item-image {
  grid-area: 1 / 2 /span 2;
  text-align: center;
  border-bottom: 1px solid #021127;
  padding-bottom: 32px;
}

.links-type-ZigZag-TitleInline .list-item-title {
  grid-area: 1 / 3;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  color: #021127;
  margin-bottom: 24px;
}

.links-type-ZigZag-TitleInline .list-item-content {
  grid-area: 2 / 3;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #6C727A;
  border-bottom: 1px solid #021127;
  padding-bottom: 32px;
}

.links-type-ZigZag-TitleInline .list-extended .list-item:nth-child(even) {
  grid-template-columns: 3fr 11fr 10fr;
}

.links-type-ZigZag-TitleInline .list-extended .list-item:nth-child(even) .list-item-image {
  grid-area: 1 / 1 /span 2;
}

.links-type-ZigZag-TitleInline .list-extended .list-item:nth-child(even) .list-item-title {
  grid-area: 1 / 2;
}

.links-type-ZigZag-TitleInline .list-extended .list-item:nth-child(even) .list-item-content {
  grid-area: 2 / 2;
}



.links-type-ZigZag-TitleonTop .list-item:not(.list-item-link) {
  display: grid;
  grid-template-columns: 10fr 5fr 9fr;
  margin-bottom: 120px;
  grid-template-rows: auto 1fr;
  align-items: end;
}

.links-type-ZigZag-TitleonTop .list-item.list-item-link>a {
  display: grid;
  grid-template-columns: 10fr 5fr 9fr;
  margin-bottom: 120px;
  grid-template-rows: auto 1fr;
  align-items: end;
  column-gap: 0;
  row-gap: 0;
}

.links-type-ZigZag-TitleonTop .list-item.list-item-link {
  display: block !important;
  grid-template-columns: unset !important;
}

.links-type-ZigZag-TitleonTop .list-item-image {
  grid-area: 2 / 2;
  text-align: center;
  border-bottom: 1px solid #021127;
  padding-bottom: 51px;
}

.links-type-ZigZag-TitleonTop .list-item-title {
  grid-area: 1 / 2 / span 1 / span 2;
  font-weight: 300;
  font-size: 52px;
  line-height: 63px;
  color: #021127;
  margin-bottom: 48px;
}

.links-type-ZigZag-TitleonTop .list-item-content {
  grid-area: 2 / 3;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #6C727A;
  padding-left: 24px;
  border-bottom: 1px solid #021127;
  padding-bottom: 51px;
}

.links-type-ZigZag-TitleonTop .list-extended .list-item:nth-child(even) {
  grid-template-columns: 5fr 10fr 9fr;
}

.links-type-ZigZag-TitleonTop .list-extended .list-item:nth-child(even)>a {
  grid-template-columns: 5fr 10fr 9fr;
}

.links-type-ZigZag-TitleonTop .list-extended .list-item:nth-child(even) .list-item-image {
  grid-area: 2 / 1;
}

.links-type-ZigZag-TitleonTop .list-extended .list-item:nth-child(even) .list-item-title {
  grid-area: 1 / 1 / span 1 / span 2;
}

.links-type-ZigZag-TitleonTop .list-extended .list-item:nth-child(even) .list-item-content {
  grid-area: 2 / 2;
}



.links-type-ItemsinGridRight .list-extended-container {
  display: grid;
  grid-template-columns: 4fr 8fr;
  margin-bottom: 120px;
}

.links-type-ItemsinGridRight .list-extended {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 90px;
}

.links-type-ItemsinGridRight .list-item {
  border-bottom: 1px solid #021127;
  padding-bottom: 26px;
}

.links-type-ItemsinGridRight .list-item-image {
  margin-bottom: 24px;
}

.links-type-ItemsinGridRight .list-item-title {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 24px;
}

.links-type-ItemsinGridRight .list-item-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}



.links-type-LinksonBlueBackground {
  margin-bottom: 120px;
}

.links-type-LinksonBlueBackground .list-extended-container {
  display: grid;
  grid-template-columns: 6fr 6fr;
  max-width: 1296px;
  margin: 0 auto;
  align-items: center;
}

.links-type-LinksonBlueBackground .list-item {
  border-bottom: 1px solid #E1EDF5;
  padding-bottom: 32px;
  padding-top: 32px;
}

.links-type-LinksonBlueBackground:first-of-type(.list-item) {
  border-top: 1px solid #E1EDF5;
}

.links-type-LinksonBlueBackground .list-item .btn-inline {
  justify-content: space-between;
  text-decoration: none;
  display: grid;
  grid-template-columns: 1fr 5fr 40px;
}

.links-type-LinksonBlueBackground .list-item-image {
  grid-area: 1 / 1 / span 2;
  align-self: center;
}

.links-type-LinksonBlueBackground .list-item-title {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
}

.links-type-LinksonBlueBackground .list-item-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  grid-area: 2 / 2;
}

.paragraph--type--list-extended.links-type-LinksonBlueBackground {
  background: radial-gradient(84.45% 81.62% at 33.47% 100%, rgba(0, 147, 208, 0.6) 0%, rgba(0, 147, 208, 0) 100%), #021127;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 100px 25px;
}

.paragraph--type--list-extended.links-type-LinksonBlueBackground .section-header {
  color: #F6FBFF;
  padding-right: 80px;
  margin-bottom: 0;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}


.paragraph--type--imageslider .swipeslider {
  position: relative;
}

.paragraph--type--image-slider {
  padding-bottom: 80px;
}

.paragraph--type--image-slider .swiper-slide {
  width: auto;
}

#slider-moda .btn-close,
.paragraph--type--image-slider .swiper-slide {
  cursor: pointer;
}

.swipeslider .swiper-pagination-bullets {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
  text-align: right;
}

.paragraph--type--image-slider .swipeslider .swiper-pagination-bullet {
  width: 32px;
  border-radius: 0;
  height: 1px;
  background-color: #D2E0EA;
  opacity: 1;
}

.paragraph--type--image-slider .swipeslider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 120px;
  border-radius: 0;
  height: 1px;
  background-color: #005895;
}

#slider-modal .btn-close {
  background-color: #fff;
}

#slider-modal .modal-dialog {
  height: calc(100% - 56px);
  display: flex;
  flex-direction: column;
}

#slider-modal .modal-body {
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

#slider-modal .modal-header {
  padding: 0;
  border-bottom: none;
}

.modal {
  display: none;
  background: rgba(0, 0, 0, 0.9);
}

#slider-modal .modal-header {
  padding: 0;
  border-bottom: none;
}

#slider-modal .modal-footer {
  justify-content: center;
  color: #ffffff;
}

#slider-modal .modal-body {
  text-align: center;
}

#slider-modal .modal-body img {
  max-height: 100%;
  max-width: 100%;
}


.paragraph--type--counting-numbers {
  padding-bottom: 80px;
}

.list-counters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 124px;
}

.list-counters .list-counter-number-count {
  font-weight: 400;
  font-size: 150px;
  line-height: 182px;
  color: #0289C1;
}

.list-counters .list-counter-sufix {
  font-weight: 400;
  font-size: 150px;
  line-height: 182px;
  color: #0289C1;
}

.list-counters .list-counter-label {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #6C727A;
}

.header-container>.video-responsive {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}


.paragraph--type--big-links-and-image {
  margin: 0 auto;
  padding-bottom: 80px;
  position: relative;
}

.element-biglinks {
  display: grid;
  grid-template-areas: 'left center right';
  column-gap: 20px;
  grid-template-columns: 6fr 1fr 5fr;
  width: 100%;
  align-items: center;
}

.biglinks-content> :first-child {
  margin-top: 0;
}

.element-biglinks .biglinks-content {
  grid-area: left;
}

.element-biglinks .biglinks-img {
  grid-area: right;
  width: 100%;
}

.element-biglinks .biglinks-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: unset;
  height: auto;
}

.element-biglinks .biglinks-title {
  display: flex;
  justify-content: space-between;
}

.element-biglinks .biglinks-title-title {
  font-weight: 300;
  font-size: 52px;
  line-height: 63px;
  color: #021127;
  margin-bottom: 24px;
}

.element-biglinks .biglinks-see-all {
  flex-shrink: 0;
}

.element-biglinks .biglinks-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  align-items: center;
}

.element-biglinks .biglinks-link {
  background-color: #F3F7FA;
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  min-height: 212px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.element-biglinks .biglinks-link a {
  text-decoration: none;
}

.element-biglinks .biglinks-link span {
  display: block;
  color: #021127;
}

.element-biglinks .biglinks-link span.biglinks-link-icon {
  content: "";
  background-image: var(--icon-arrow-blue);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-45deg);
  border: 1px solid #005895;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 20px;
  margin: 0 auto 16px;
}



.paragraph--type--related-products {
  margin: 0 auto;
  padding-bottom: 80px;
}

.related-products-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}

.element-product {
  padding: 40px;
  background-color: #F3F7FA;
}

.related-product-excerpt *:last-child {
  margin-bottom: 0;
}

.element-product.element-product-custom {
  align-self: center;
  padding: 0;
  background-color: transparent;
}

.element-product.element-product-custom *:first-child {
  margin-top: 0;
}

.element-product.element-product-custom *:last-child {
  margin-bottom: 0;
}

.element-product .related-product-category {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #005895;
  padding-top: 8px;
  border-top: 1px solid #021127;
  padding-bottom: 8px;
}

.element-product .related-product-title {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  padding-bottom: 8px;
}

.element-product .related-product-title a {
  color: #021127;
  text-decoration: none;
}

.element-product .related-product-excerpt {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #6C727A;
}

.element-product .related-product-image {
  padding: 40px;
  height: 300px;
}

.element-product .related-product-image img {
  max-width: 100%;
}



.paragraph--type--image-marquee {
  margin: 0 auto;
  padding-bottom: 80px;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.paragraph--type--image-marquee .marquee-container {
  border-top: 1px solid #021127;
  border-bottom: 1px solid #021127;
}

.paragraph--type--image-marquee .swiper-slide {
  width: auto;
  padding: 40px 30px;
}


#header {
  display: block;
  overflow: hidden;
  position: relative;
}



div#prj-tabs-content {
  background-color: transparent;
}

.element-prj-list {
  display: grid;
  width: 100%;
  grid-template-columns: 110px 1fr;
}

.element-prj-list-title {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #005895;
  writing-mode: vertical-lr;
  grid-column: 1;
  transform: rotate(180deg);
  text-align: end;
  justify-self: start;
  padding-bottom: 25px;
}

.element-prj-list-title-content {
  grid-column: 2;
}

div#prj-tabs-content * {
  color: #ffffff;
}



#requestQuote .modal-dialog {
  max-width: 1076px;
}

#requestQuote .modal-content {
  background: #F9FCFF;
  box-shadow: 0px 0px 20px 5px rgba(50, 50, 71, 0.15);
  border-radius: 5px;
}

#requestQuote .modal-header {
  padding: 24px;
}

#requestQuote h5.modal-title {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
}

#requestQuote .modal-body {
  padding: 0 24px;
}

#requestQuote .accordion {
  max-width: 612px;
  margin: 0 auto;
}

#requestQuote .accordion-header button {
  padding: 24px 0;
}

#requestQuote .accordion-header button::before {
  display: none;
}

#requestQuote .accordion-header button::after {
  width: 40px;
  height: 40px;
  border: 1px solid #005895;
  border-radius: 50%;
}

#requestQuote .accordion-body {
  padding: 0 0 16px;
}

#requestQuote #collapse-quote-1 .quote-products-add-container .dropdown {
  display: grid;
  grid-template-columns: 1fr 144px;
  grid-gap: 16px;
}

#requestQuote #collapse-quote-1 .quote-products-add-container .dropdown .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

#requestQuote .add-product-select button.btn-tertiary {
  width: 100%;
  text-align: left;
  padding-top: 14px;
  padding-bottom: 14px;
}

#requestQuote .quote-products-add-container button.btn-secondary {
  width: fit-content;
}

.request-quote-list-product {
  cursor: pointer;
}

button.btn-tertiary.dropdown-toggle::after {
  position: absolute;
  right: 24px;
  margin-top: 7px;
}

button.btn-tertiary.dropdown-toggle {
  position: relative;
  padding-right: 42px;
}

.add-product-quantity .btn-icon {
  width: 40px;
  height: 48px;
  padding: 0;
  border: none !important;
}

.add-product-quantity .btn-icon.quantity-remove {
  float: right;
  margin-top: 8px;
  margin-bottom: 16px;
}

.quote-products-add-container .btn-icon.quantity-remove {
  display: none;
}

.form-group.add-product-quantity input {
  height: 48px;
  width: 48px;
  padding: 6px;
  text-align: center;
  border: none;
}

.add-product-quantity {
  background: #FFFFFF;
  border: 1px solid #D2E0EA;
  border-radius: 2px;
}

.quote-products-add-container .dropdown-menu {
  padding: 0 10px;
}

.quote-products-add-container li.list-group-item {
  border: none;
  padding: 1px 0;
  color: #6C727A;
}

.quote-products-add-container ul.list-group {
  margin: 0;
}

.quote-product-container:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.view-request-quote-products .lvl-0 .view-grouping-header {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 20px 0 10px;
  color: #021127;
}

.view-request-quote-products .lvl-1 .view-grouping-header {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  padding: 0 20px 0 24px;
  color: #6C727A;
}

.view-request-quote-products .request-quote-list {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #6C727A;
  padding-right: calc(var(--bs-gutter-x) * .5 20px);
  padding-left: calc(var(--bs-gutter-x) * .5 + 10px);
}

.view-request-quote-products .view-grouping.lvl-1 .request-quote-list {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  padding: 0 20px 0 38px;
  color: #6C727A;
}

.view-request-quote-products .request-quote-list-content {
  padding-left: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #021127;
}

.node--type-product .main-content>.section>#block-webform .request-quote-open {
  position: absolute;
  top: 94px;
  right: 0;
}

.modal-dialog button.close {
  border: none;
  padding: 0;
  background-color: transparent;
}

.quote-product-container {
  display: grid;
  grid-template-columns: 169px 1fr 144px;
  grid-gap: 16px;
  align-items: start;
  border-bottom: 1px solid #D2E0EA;
  margin-bottom: 16px;
}

.quote-products-container .quote-product-product {
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  color: #005895;
}

.quote-products-container .quote-product-product a {
  margin-bottom: 8px;
  text-decoration: none;
  display: block;
}

.quote-products-container .quote-product-product span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C727A;
}

.quote-products-container .quote-product-image {
  justify-self: center;
}

#requestQuote .form-actions {
  border: none;
  max-width: 612px;
  margin: 0 auto;
  width: 100%;
  justify-content: flex-start;
  padding: 24px 0;
  display: block;
}

div#edit-request-quote-product {
  display: none;
}

#requestQuote .webform-card-title {
  display: none;
}

#edit-request-quote-step-1 {
  padding: 0;
  border: none;
}

#requestQuote .form-actions .btn {
  width: auto;
  margin-right: 16px;
}

#requestQuote .form-actions .btn.webform-button--previous {
  color: #005895;
  background-color: transparent;
}

section#edit-request-quote-step-2 {
  border: none;
  padding: 8px 0 0;
}

section#edit-request-quote-step-2 {
  border: none;
  padding: 8px 0 0;
  max-width: 612px;
  margin: 0 auto;
}

#requestQuote .form-actions btn {
  width: auto;
}

.quote-product-container:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

#requestQuote .form-actions .btn {
  width: auto;
  margin-right: 16px;
}

input[type=text],
input[type=email],
input[type=tel],
.form-select {
  padding: 10px 0px 11px;
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #9AA6AE;
  border-radius: 0;
  margin-bottom: 24px;
}

.js-form-item {
  margin-bottom: 0 !important;
}

section#edit-request-quote-step-2 .fieldset-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 32px;
}

.product-rqbh {
  margin-top: 30px;
}

.product-rqbf {
  margin: -20px auto 80px;
  max-width: 746px;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  display: none !important;
}

.view-map-on-contact-page .offices-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.view-map-on-contact-page .offices-info>div {
  width: 558px;
  padding: 40px 72px 16px;
}

.view-map-on-contact-page .offices-map {
  width: 100%;
  min-height: 652px;
}

.view-map-on-contact-page {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.leaflet-tooltip-pane {
  top: -40px
}

.block-views-blockmap-on-contact-page-block-1>h2 {
  display: none;
}

.block-views-blockmap-on-contact-page-block-1 .view-filters {
  display: none;
}

form#views-exposed-form-map-on-contact-page-block-1>.row .form-actions {
  display: none;
}

form#views-exposed-form-map-on-contact-page-block-1>.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
}

form#views-exposed-form-map-on-contact-page-block-1 .js-form-item {
  position: relative;
}

form#views-exposed-form-map-on-contact-page-block-1 select {
  padding: 0px 0px 8px;
  border-bottom: 1px solid #CCE4F3;
  font-weight: 400;
  font-size: 62px;
  line-height: 87px;
  color: #FAFDFF;
  box-shadow: none;
  margin-top: 18px;
}

form#views-exposed-form-map-on-contact-page-block-1 select option {
  font-weight: 400;
  font-size: 20px;
  color: #6C727A;
}

form#views-exposed-form-map-on-contact-page-block-1 .js-form-item::after {
  content: "";
  background-image: var(--icon-arrow-white);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(45deg);
  border-radius: 50%;
  height: 70px;
  width: 70px;
  padding: 20px;
  position: absolute;
  top: 30px;
  right: 5px;
  background-size: contain;
}

.offices-container .offices-info * {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #6C727A;
  margin-bottom: 16px;
}

.offices-container ul {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #6C727A;
  padding: 0;
  margin-bottom: 16px;
  list-style-type: none;
}

.offices-container li {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #6C727A;
  padding: 0;
  margin-bottom: 8px;
}

.offices-container a {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #6C727A;
  text-decoration: none;
}

.offices-container .offices-info h5 {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #111111;
  margin-bottom: 16px;
  ;
}


#views-exposed-form-history-history li.swiper-slide.swiper-slide-active:first-child {
  display: none;
}



.paragraph--type--table,
.paragraph--type--table.width-full {
  margin: 0 auto 40px;
  max-width: 100%;
}

.paragraph--type--table,
.paragraph--type--table.width-standard {
  margin: 0 auto 40px;
  max-width: 746px;
}

.paragraph--type--table.table-1 .table-container {
  overflow: auto;
}

.paragraph--type--table.table-1 .table-container::-webkit-scrollbar {
  display: none;
}

.paragraph--type--table.table-1 .table-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.paragraph--type--table table td *:last-child {
  margin-bottom: 0;
}

.paragraph--type--table table td p {
  margin-bottom: 8px;
}

td.td-yes::before {
  background-image: var(--icon-td-included);
  width: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  left: 24px;
}

td.td-no::before {
  background-image: var(--icon-td-excluded);
  width: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  left: 24px;
}


.table-1 table {
  width: 100%;
}

.table-1 table * {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C727A;
}

.table-1 table tr {
  background: unset;
}

.table-1 table thead th,
.table-1 table thead th * {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  white-space: nowrap;
  margin-bottom: 0;
}

.table-1 table thead th {
  padding: 22px 24px 22px 24px;
  background: transparent;
  border: 2px solid #D2E0EA;
}

.table-1 table td {
  padding: 28px 24px 28px 60px;
  border: 2px solid #D2E0EA;
  background-color: #F3F7FA;
  position: relative;
}

.table-1 table tbody th {
  border-left: none;
  position: sticky;
  left: 0px;
  background-color: #F9FCFF;
  padding: 28px 24px 28px 0;
  z-index: 99;
  border: 2px solid #D2E0EA;
  border-left: none;
}

.table-1 table tbody th,
.table-1 table tbody th * {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #1A1C43;
  margin-bottom: 0;
}

.table-1 table thead th:first-child {
  border-top: none;
  border-left: none;
}

.table-1 table tr:last-child th {
  border-bottom: none;
}

.paragraph--type--table.table-2 .table-container {
  overflow: auto;
}

.paragraph--type--table.table-2 .table-container::-webkit-scrollbar {
  display: none;
}

.paragraph--type--table.table-2 .table-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.table-2 table {
  border-spacing: 24px 0;
  border-collapse: separate;
  width: calc(100% + 48px);
  margin-left: -24px;
  overflow: hidden;
}

.table-2 table * {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C727A;
}

.table-2 table tr {
  background: unset;
}

.table-2 table thead th,
.table-2 table thead th * {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  white-space: nowrap;
  margin-bottom: 0;
}

.table-2 table td,
.table-2 table th {
  padding: 12px 12px 12px 60px;
  border: 1px solid #D2E0EA;
  background-color: #F3F7FA;
  position: relative;
  border-top: none;
  border-bottom: none;
}

.table-2 table thead th {
  padding: 22px 24px 22px 24px;
  border-top: 1px solid #D2E0EA;
  border-bottom: 1px solid #D2E0EA;
  background-color: #F3F7FA;
}

.table-2 table tr:last-child td {
  border-bottom: 1px solid #D2E0EA;
}

.table-5 {
  padding: 40px 24px !important;
  background: #F3F7FA;
  border: 1px solid #D2E0EA;
}

.table-5 h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  padding: 0 16px;
  margin-bottom: 8px;
}

.table-5 table {
  border: none;
  margin: 0;
}

.table-5 table * {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C727A;
}

.table-5 table tr {
  background: transparent;
}

.table-5 table td {
  padding: 8px 16px 8px 52px;
  position: relative;
  border: none;
}

.table-5 td.td-yes::before {
  left: 16px;
}

.table-5 td.td-no::before {
  left: 16px;
}

.table-3 table * {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C727A;
}

.table-3 table tr {
  background: transparent;
}

.table-3 table td,
.table-3 table th {
  padding: 40px 0;
  border-bottom: 1px solid #D2E0EA;
}

.table-3 table tr:first-child>* {
  border-top: 1px solid #D2E0EA;
}

.table-3 table tbody th {
  padding-right: 100px;
  white-space: nowrap;
  background: transparent;
}

.table-3 table tbody th,
.table-3 table tbody th * {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #1A1C43;
  margin-bottom: 0;
}

.table-4 table {
  table-layout: fixed;
}

.table-4 table * {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C727A;
}

.table-4 table tr {
  background: transparent;
}

.table-4 table td,
.table-4 table th {
  padding: 40px 0 40px 24px;
  border-bottom: 1px solid #D2E0EA;
  vertical-align: top;
}

.table-4 table thead th {
  border-top: 1px solid #D2E0EA;
  padding: 20px 0 20px 24px;
  white-space: nowrap;
  background-color: #F3F7FA;
}

.table-4 table thead th,
.table-4 table thead th * {
  font-weight: 400;
  font-size: 18px;
  color: #005895;
  margin-bottom: 0;
}

.table-4 table tbody th {
  border-top: 1px solid #D2E0EA;
  background-color: transparent;
  padding-right: 24px;
  white-space: nowrap;
  padding-left: 0;
}

.table-4 table tbody th,
.table-4 table tbody th * {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #005895;
}




.p-4xx .header-content {
  display: none;
}

.p-4xx #header {
  background: none;
}

.p-4xx #main-wrapper {
  background: none;
}

.p-4xx .site-footer {
  background: no-repeat;
}

.p-4xx #page {
  background: radial-gradient(84.45% 81.62% at 33.47% 100%, rgba(0, 147, 208, 0.6) 0%, rgba(0, 147, 208, 0) 100%) #021127;
}

.p-4xx .banner-content h2 {
  color: #ffffff;
}

.p-4xx .banner-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #CCE4F3;
}

.p-4xx .element-banner {
  padding: 0;
}

.p-4xx .banner-content {
  max-width: 100%;
}

.p-4xx .header-container {
  min-height: auto;
}

.p-4xx #block-tttech-content {
  margin-top: 262px;
  margin-bottom: 0;
}

.p-4xx .paragraph--type--banners {
  margin-bottom: 120px;
}

.node--type-project .header-container {
  max-height: unset;
}

.node--type-project .header-content {
  padding-bottom: 40px;
}

.content-project {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #F6FBFF;
}

.content-project span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #9AA6AE;
  margin-bottom: 8px;
}

.project-keywords {
  grid-column: 1 / span 3;
  padding: 32px 0;
  max-width: 50%;
}

.project-webpage {
  grid-column: 1 / span 3;
  justify-self: right;
  margin-top: 48px;
}

.paragraph--type--accordion .accordion-body>*:last-child {
  padding-bottom: 0;
}

.paragraph--type--text-big-title-description .big-text-content *:last-child {
  margin-bottom: 0;
}

.banner-content *:last-child {
  margin-bottom: 0;
}

/* .node--type-product .main-content #block-webform+#block-tttech-content .sidebar {
  top: 180px;
} */

.node--type-researcher #header {
  overflow: visible;
}

.node--type-researcher #header h1 {
  color: #005895;
}

.node--type-researcher #block-innovationlinks {
  display: none;
}

.node--type-alumni #header {
  overflow: visible;
}

.node--type-alumni #header h1 {
  color: #005895;
}

.node--type-alumni #block-innovationlinks {
  display: none;
}

.content-researcher {
  display: grid;
  grid-template-columns: 1fr;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #F6FBFF;
  position: relative;
}

.researcher-area {
  padding: 0;
  max-width: 50%;
}

.researcher-area span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #9AA6AE;
  margin-top: 32px;
  margin-bottom: 8px;
}

.researcher-image {
  position: absolute;
  bottom: -80px;
  right: 0;
  transform: translatey(50%);
}



.paragraph--type--image-hotspot {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 80px;
}

.paragraph--type--image-hotspot.width-standard {
  margin: 0 auto;
  max-width: 100%;
}

.lg-container {
  position: relative;
  padding: 0;
}

.lg-image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
  z-index: -999;
}

.lg-hotspot {
  position: absolute;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
}

.lg-hotspot--selected.lg-hotspot__label {
  display: block;
}

.hotspot-product-image img {
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.lg-hotspot__button {
  height: 56px;
  width: 56px;
  cursor: pointer;
  position: absolute;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.lg-hotspot__label {
  position: absolute;
  display: none;
}

.lg-hotspot__label>*:last-child {
  margin-bottom: 0;
}

.lg-hotspot__label .hotspot-content-container::before {
  content: "";
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: #0000 #F3F7FA #0000 #0000;
  position: absolute;
}

.lg-hotspot__label .hotspot-content-container {
  position: absolute;
  transition: all 0.1s linear;
  padding: 25px;
  background-color: #F3F7FA;
  z-index: 2;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.lg-hotspot__label .hotspot-content {
  width: 260px;
}

.hotspot-content-close {
  display: none;
}

.lg-hotspot--top-left.lg-hotspot__label .hotspot-content-container {
  top: -110px;
  left: 38px;
}

.lg-hotspot--top-right.lg-hotspot__label .hotspot-content-container {
  top: -110px;
  right: 38px;
}

.lg-hotspot--bottom-left.lg-hotspot__label .hotspot-content-container {
  bottom: -110px;
  left: 38px;
}

.lg-hotspot--bottom-right.lg-hotspot__label .hotspot-content-container {
  bottom: -110px;
  right: 38px;
}

.lg-hotspot--top-left.lg-hotspot__label .hotspot-content-container::before {
  left: -19px;
  top: 90px;
}

.lg-hotspot--top-right.lg-hotspot__label .hotspot-content-container::before {
  right: -19px;
  top: 90px;
  rotate: 180deg;
}

.lg-hotspot--bottom-left.lg-hotspot__label .hotspot-content-container::before {
  left: -19px;
  bottom: 90px;
}

.lg-hotspot--bottom-right.lg-hotspot__label .hotspot-content-container::before {
  right: -19px;
  bottom: 90px;
  rotate: 180deg;
}

.hotspot-product-image {
  padding: 0 17px 12px;
  border-bottom: 1px solid #021127;
}

.hotspot-product-title {
  font-weight: 300;
  font-size: 22px;
  line-height: 33px;
  display: flex;
  color: #021127;
  margin-top: 20px;
}

.hotspot-product-title a {
  text-decoration: none;
}

.hotspot-product-excerpt * {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #6C727A;
}

.paragraph--type--image-hotspot .hotspot-description {
  max-width: 1320px;
  margin: 10px auto 0;
}

.paragraph--type--image-hotspot .hotspot-description * {
  font-size: 16px;
}

@keyframes button-pulse {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }

  40% {
    transform: scale(1.15, 1.15);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

.page-view-search #main-wrapper {
  overflow: visible;
}

.page-view-search .js-form-item-text {
  position: absolute;
  top: -130px;
  left: 0;
  display: block;
  width: 100%;
  z-index: 9;
}

.page-view-search .js-form-item-text input {
  max-width: 636px;
  margin: 0 auto;
  padding: 10px 24px;
  gap: 8px;
  width: 636px;
  height: 50px;
  background: #F9FCFF;
  border-radius: 100px;
  z-index: 9;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #021127;
  max-width: calc(100vw - 64px);
}

.page-view-search .header-title {
  text-align: center;
  padding-bottom: 70px;
}

.breadcrumb {
  margin-bottom: 8px;
}

.page-view-search .breadcrumb {
  justify-content: center;
}


.paragraph--type--media-library {
  padding-bottom: 80px;
}

.media-library-container {
  display: block;
  column-count: 3;
  column-gap: 56px;
}

.media-library-item {
  display: grid;
  grid-template-columns: 1fr 40px;
  width: 100%;
  grid-row-gap: 8px;
  break-inside: avoid;
  margin-top: 48px;
}

.media-library-container>.media-library-item:first-child {
  margin-top: 0;
}

.media-library-item-image {
  grid-column: 1 / span 2;
  margin-bottom: 24px;
}

.media-library-item-link {
  grid-column: 2;
}

.media-library-item-name {
  grid-row: 2;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #021127;
  overflow-wrap: anywhere;
}

.media-library-item-name span {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C727A;
  margin-top: 8px;
}

.media-library-item-image img {
  max-width: 100%;
}


#navbar-main a.nav-link.active,
#navbar-top .nav-link.active {
  color: #005895 !important;
  border-bottom: 1px solid #005895;
}

.newsroom-links>a.active {
  color: #005895 !important;
  border-bottom: 1px solid #005895;
  height: 81px;
  margin-bottom: -1px;
}

.sidebar.media-library {
  margin-top: 160px;
  width: 330px;
}

.sidebar.media-library .list-link {
  margin-left: 0 !important;
}

.paragraph--type--media-library a.btn-secondary {
  margin-bottom: 0px;
  position: absolute;
  right: 12px;
}

.media-library-description {
  max-width: calc(100% - 230px);
}

#navbar-main .search-block-form a.btn-outline-light {
  color: #FAFDFF !important;
  background-color: #0000 !important;
}

.paragraph--type--related-products .swiper-slide {
  width: 416px;
}

.swiper-button-next-unique {
  position: absolute;
  top: 50%;
  right: -40px;
  z-index: 2;
  transform: translateY(-50%);
  display: none;
}

.swiper-button-prev-unique {
  position: absolute;
  top: 50%;
  left: -40px;
  z-index: 2;
  transform: translateY(-50%);
  display: none;
}

.paragraph--type--related-products .swiper-button-next-unique,
.paragraph--type--related-products .swiper-button-prev-unique,
.swipeme .swiper-button-next-unique,
.swipeme .swiper-button-prev-unique {
  display: block;
}

.swiper-button-next-unique.swiper-button-disabled,
.swiper-button-prev-unique.swiper-button-disabled {
  display: none !important;
}

.swiper-button-next-unique img {
  transform: rotate(-90deg);
}

.swiper-button-prev-unique img {
  transform: rotate(90deg);
}

.swipeproducts {
  position: relative;
}


input#search-text {
  height: 50px;
  left: 818px;
  top: 20px;
  background: #F9FCFF;
  border-radius: 100px;
  width: 383px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #021127;
  padding: 10px 24px;
  margin: 0;
  box-shadow: none;
}

.search-field {
  position: absolute;
  right: 10px;
  top: 1px;
}

.sf-search {
  position: relative;
}

button.btn.btn-link.search-close {
  position: absolute;
  top: 8px;
  right: 15px;
  padding: 5px;
}

.swipeexplore .swiper-container {
  height: 100vh;
}

.swipeexplore .swiper-slide {
  height: 528px;
}

.swipeexplore .swiper-slide a {
  text-decoration-line: none;
}

.swipeexplore-1 {
  width: 354px;
  position: absolute;
  top: 0;
  right: 354px;
  height: 528px;
  max-height: 100%;
}

.swipeexplore-2 {
  width: 354px;
  position: absolute;
  top: 0;
  right: 0;
  height: 528px;
  max-height: 100%;
}

.swipeexplore .swiper-wrapper {
  transition-timing-function: linear !important;
}

.explore-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  width: 354px;
  height: 528px;
  border: 1px solid #0373A2;
}

.explore-image {
  text-align: center;
  margin-bottom: 16px;
}

.explore-image img {
  max-width: 40px;
  ;
}

.explore-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #005895;
  margin-bottom: 16px;
}

.explore-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #CCE4F3;
}

#scrollToTop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 999;
  width: 64px;
  height: 64px;
  transform: rotate(180deg);
  cursor: pointer;
}

.field--name-field-event-type,
.field--name-field-event-location,
.field--name-field-event-from,
.field--name-field-event-to {
  margin: 0px auto 20px;
  max-width: 746px;
}

.field--name-field-event-type .field__label,
.field--name-field-event-location .field__label,
.field--name-field-event-from .field__label,
.field--name-field-event-to .field__label {
  width: 120px;
  font-weight: 300;
}


.sidebar .downloads {
  display: none;
}

@media (min-width: 992px) and (max-width: 1100px) {
  .sf-search {
    position: relative;
  }

  .row.region.region-header-form {
    grid-template-columns: auto auto;
  }

  .navbar-nav li.nav-item {
    margin-right: 24px;
  }
}

@media (max-width: 1352px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: calc(100% - 8px);
  }

  .navbar {
    max-width: calc(100% - 32px);
  }

  .header-content {
    max-width: 1320px;
  }
}

@media (min-width: 1352px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }

  .navbar,
  .header-content {
    max-width: 1320px;
  }

  .product-downloads {
    display: none;
  }

  .sidebar .downloads {
    display: block;
  }
}

@media (max-width: 1100px) {

  .header-container.imgbkg.vdbkgtshp::before,
  .header-container.imgbkg100.vdbkgtshp::before {
    opacity: 0;
  }
}

.navbar-menu-logo {
  display: none;
}

.navbar-menu-close {
  display: none;
}

@media (max-width: 991px) {

  #CollapsingNavbar.navbar-collapse {
    width: 100%;
    position: fixed;
    left: 0;
    padding-left: 16px;
    top: 0;
    background: radial-gradient(84.45% 81.62% at 33.47% 100%, #00589599 0%, #00589500 100%)
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
      , #021127;
    height: 100vh;
    pointer-events: all;
    z-index: 999;
  }

  .menu-open .header-container {
    height: 100vh !important;
    min-height: unset !important;
    max-height: unset !important;
  }

  #CollapsingNavbar.navbar-collapse.show {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
  }

  body.menu-open {
    pointer-events: none;
    overflow: hidden;
  }

  body.menu-open #header {
    z-index: 21474836400;
  }

  body.menu-open .navbar-menu-logo,
  body.menu-open .navbar-menu-close {
    display: block;
    background: none;
    border: none;
  }

  .navbar-menu-logo {
    margin-top: 26px !important;
  }

  body.menu-open .navbar-menu-close {
    position: absolute;
    right: 22px;
    top: 22px;
  }

  .sf-search {
    position: absolute;
    left: 16px;
    top: 100px;
    width: calc(100% - 32px);
  }

  .sf-search button {
    display: none;
  }

  .header-container .search-field {
    position: relative;
    right: 0px;
    top: 0;
    left: 0;
    display: block !important;
  }

  .row.region.region-header-form {
    grid-template-columns: 1fr;
  }

  .header-container input#search-text {
    font-size: 18px;
    line-height: 30px;
    color: #4F616D;
    background-color: transparent;
    border-radius: 0;
    padding: 16px 0 16px 40px;
    border-bottom: 1px solid #E1EDF5;
    width: 100%;
  }

  #block-mainnavigation {
    align-items: center;
    display: flex;
    margin-top: 120px;
  }

  #block-mainnavigation .nav-link {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    color: #F6FBFF;
    opacity: 0.9;
    width: fit-content;
  }

  .sf-link {
    display: block !important;
    margin-top: 24px;
  }

  .sf-languages {
    display: block !important;
    margin-top: 8px;
    margin-bottom: 25px;
  }

  .sf-contact {
    position: fixed;
    bottom: 16px;
    right: 16px;
  }

  .search-field::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('/sites/default/files/icons/ic_search.svg');
    background-size: auto;
    position: absolute;
    background-size: contain;
    top: 12px;
    left: 0;
    opacity: 0.3;
  }


  .h2,
  h2,
  h2.m {
    font-size: 38px;
    line-height: 48px;
  }

  p.overline {
    font-size: 16px;
    line-height: 19px;
  }

  .paragraph--type--cards .field__items .field__item {
    width: calc(50% - 12px);
  }

  .element-imagebox.image-align-left {
    grid-template-columns: 5fr 7fr;
  }

  .element-imagebox {
    grid-template-areas: 'left right';
    column-gap: 30px;
  }

  .element-imagebox.image-align-right {
    grid-template-columns: 7fr 5fr;
  }

  .image-box-typeBlue-Image-Box .imagebox-content {
    padding: 30px 30px;
  }

  .element-imagebox.image-align-left.image-box-typeBlue-Image-Box .imagebox-content {
    padding-left: 30px;
  }

  .image-box-typeProduct-Box-Gray img {
    max-width: 100%;
  }

  .element-imagebox.image-box-typeProduct-Box-Gray.image-align-left,
  .element-imagebox.image-box-typeProduct-Box-Gray.image-align-right,
  .element-imagebox.image-box-typeProduct-Box-Gradient.image-align-left,
  .element-imagebox.image-box-typeProduct-Box-Gradient.image-align-right {
    grid-template-columns: 5fr 7fr;
  }

  .paragraph--type--downloads .downloads .downloads-link {
    margin-left: 33%;
  }

  .paragraph--type--image .image-align-left {
    grid-template-columns: 1fr 50px;
  }

  .paragraph--type--image .image-align-right {
    grid-template-columns: 50px 1fr;
  }

  .paragraph--type--list-links.links-type-Standard .list-link {
    margin-left: 33%;
  }

  .quote-large-size .element-quote .quote-content .quote-text p {
    font-size: 32px;
    line-height: 40px;
  }

  .element-quote.with-logo {
    grid-template-columns: 4fr 10fr;
  }

  .quote-logo img {
    max-width: 100%;
  }

  .quote-link {
    grid-row: 3;
    margin-top: 24px;
  }

  .paragraph--type--text-big-title-description .with-sideline {
    grid-template-columns: 50px 3fr 10fr;
  }

  .paragraph--type--text-big-title-description .big-text-content * {
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph--type--text-big-title-description .big-text-title h2 {
    font-size: 52px;
    line-height: 63px;
  }

  .paragraph--type--tabs .nav.nav-tabs {
    width: calc(40% - 12px);
    margin-left: 12px;
  }

  .paragraph--type--tabs .tabs-content {
    margin-left: 24px;
    width: calc(60% - 24px);
  }

  .paragraph--type--banners.imgbkg .swipebanner .swiper-container,
  .paragraph--type--banners.imgtshape .swipebanner .swiper-container {
    width: calc(100% - 200px);
  }

  .paragraph--type--banners.imgbkg .swipebanner .swiper-pagination,
  .paragraph--type--banners.imgtshape .swipebanner .swiper-pagination {
    left: 90px;
  }

  .swipeslider .swiper-slide img {
    max-width: 284px;
  }

  #slider-modal .modal-dialog {
    max-width: calc(100% - 24px);
  }

  #slider-modal .btn-close {
    margin-right: 12px;
  }

  .links-type-ZigZag-TitleInline .list-item {
    grid-template-columns: 6fr 3fr 15fr;
  }

  .links-type-ZigZag-TitleInline .list-extended .list-item:nth-child(even) {
    grid-template-columns: 3fr 15fr 6fr;
  }

  .links-type-ZigZag-TitleInline .list-item-title {
    font-size: 38px;
    line-height: 40px;
  }

  .links-type-ZigZag-TitleInline .list-item-content {
    font-size: 22px;
    line-height: 33px;
  }

  .links-type-ZigZag-TitleonTop .list-item {
    grid-template-columns: 5fr 4fr 15fr;
  }

  .links-type-ZigZag-TitleonTop .list-extended .list-item:nth-child(even) {
    grid-template-columns: 4fr 15fr 5fr;
  }

  .paragraph--type--list-extended .list-item-image span {
    font-size: 94px;
    line-height: 92px;
    min-width: unset;
  }

  .links-type-ZigZag-TitleonTop .list-item-title {
    font-size: 38px;
    line-height: 40px;
  }

  .links-type-LinksonBlueBackground .list-extended-container {
    grid-template-columns: 1fr;
  }

  .paragraph--type--list-extended.links-type-LinksonBlueBackground .section-header {
    margin-bottom: 32px;
  }

  .links-type-LinksonBlueBackground .list-item:first-child {
    border-top: 1px solid #E1EDF5;
  }

  .links-type-LinksonBlueBackground .list-item .btn-inline {
    grid-template-columns: 70px 5fr 30px;
    width: 100%;
  }

  .links-type-LinksonBlueBackground .list-item-content {
    min-width: unset;
  }

  .list-counters .list-counter-number-count {
    font-size: 90px;
    line-height: 100px;
  }

  .list-counters .list-counter-sufix {
    font-size: 90px;
    line-height: 100px;
  }

  .list-counters .list-counter-label {
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph--type--related-products .swiper-slide {
    width: 260px;
    padding: 24px;
  }

  .element-product .related-product-image {
    padding: 26px;
    height: 210px;
  }

  .element-product .related-product-title {
    font-size: 22px;
    line-height: 33px;
  }

  .paragraph--type--related-products .swiper-button-next-unique,
  .paragraph--type--related-products .swiper-button-prev-unique {
    display: none !important;
  }

  .element-biglinks {
    grid-template-areas: 'left center right';
    grid-template-columns: 7fr 0fr 4fr;
    align-items: start;
  }

  .element-biglinks .biglinks-title-title {
    font-size: 32px;
    line-height: 40px;
  }

  .element-biglinks .biglinks-link {
    font-size: 22px;
    line-height: 33px;
    padding: 0 10px;
  }

  .table-1 table tbody th,
  .table-1 table tbody th * {
    font-size: 16px;
    line-height: 24px;
  }

  .table-1 table thead th,
  .table-1 table thead th * {
    font-size: 18px;
    line-height: 30px;
  }

  .table-3 table tbody th,
  .table-3 table tbody th * {
    font-size: 22px;
    line-height: 33px;
  }

  .table-4 table {
    width: 100%;
    display: block;
  }

  .table-4 .accordion {
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  }

  .table-4 .accordion-button::before {
    display: none;
  }

  .table-4 .accordion-button {
    font-size: 22px;
    line-height: 33px;
    color: #005895;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .media-library-item-name {
    font-size: 18px;
    line-height: 30px;
  }

  .h1,
  h1 {
    font-size: 44px;
    line-height: 53px;
  }

  .header-container,
  .header-container.imgtshape,
  .header-container.imginline,
  .header-container.imgbkg {
    min-height: unset;
    max-height: unset;
  }

  #navbar-main {
    height: 72px;
  }

  div#block-tttech-breadcrumbs {
    display: none;
  }

  .header-content {
    padding-top: 16px;
    padding-bottom: 44px;
    height: 100%;
  }

  .header-content .content.yrc {
    grid-template-columns: 1fr;
  }

  .header-content .content {
    align-content: space-between;
    height: 100%;
  }

  .header-content .content-right {
    border-left: none;
    padding-left: 0;
  }

  .header-content .header-description {
    font-size: 16px;
    line-height: 24px;
  }

  .navbar-brand {
    flex-grow: 0;
    padding: 0;
    margin-top: 10px;
  }

  .header-content .header-links>a.btn-inline {
    font-size: 18px;
    line-height: 18px;
  }

  .header-content .header-links>a.btn-inline::after {
    width: 24px;
    background-size: 24px;
  }

  .header-content .header-links>a.btn-inline:hover::after {
    width: 24px;
    background-size: 24px;
  }

  .header-content .header-links {
    gap: 0;
    flex-direction: column;
  }

  .page-view-search .js-form-item-text {
    top: -90px;
  }

  .header-content .content-right .header-image {
    max-width: unset;
    max-height: unset;
    text-align: center;
  }

  .header-content .content-right img {
    max-width: 100%;
    margin-top: -10%;
    margin-bottom: -10%;
  }

  form#views-exposed-form-map-on-contact-page-block-1 select {
    font-size: 17px;
    line-height: 21px;
  }

  form#views-exposed-form-map-on-contact-page-block-1 .js-form-item::after {
    height: 27px;
    width: 20px;
    padding: 0;
    right: 10px;
    top: 14px;
  }

  .header-container>.video-responsive {
    width: 100vw;
    height: 100vh;
  }

  .header-container>.video-responsive {
    width: 100vw;
    height: 100vh;
  }

  .video-responsive:not(.video-image) iframe {
    position: absolute;
    width: calc(100vh + 100vw);
    height: calc(100vh + 100vw);
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .explore-container {
    width: 290px;
    height: 185px;
    border: 1px solid #E1EDF5;
  }

  .explore-image {
    display: none;
  }

  .explore-title {
    font-size: 26px;
    line-height: 32px;
  }

  .swipeexplore-1 {
    width: 290px;
    bottom: 0px;
    height: 185px;
    top: unset;
  }

  .swipeexplore-2 {
    width: 290px;
    bottom: 185px;
    height: 185px;
    top: unset;
  }

}

@media(min-width:768px) {
  .tabs-container .nav-tabs {
    display: flex;
  }

  .tabs-container .tab-pane .border {
    display: none;
  }

  .tabs-container .tab-pane .collapse {
    display: block;
  }

  .tabs-pane-heading {
    display: none;
  }
}

.offices-info-close {
  display: none;
}

.required.form-control.error+.error {
  margin-top: -32px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {

  .webform-container>* {
    flex: 100%;
  }

  .offices-info-close {
    width: 48px;
    height: 48px;
    background-color: #F3F7FA;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #005895 !important;
    display: block;
    padding: 11px;
    cursor: pointer;
    top: 15px;
    right: 15px;
  }

  .offices-container .offices-info .hq {
    top: 20px;
    right: 80px;
  }

  .offices-container ul.phone,
  .offices-container ul.email,
  .offices-container ul.web {
    margin-top: 24px;
    margin-bottom: 0px;
  }

  .view-map-on-contact-page .offices-info>div {
    width: max-content;
    padding: 70px 40px 16px;
    max-width: 100%;
  }

  form#views-exposed-form-map-on-contact-page-block-1 {
    margin-top: 24px;
  }

  form#views-exposed-form-map-on-contact-page-block-1 select {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  form#views-exposed-form-map-on-contact-page-block-1 .js-form-item::after {
    height: 42px;
    width: 42px;
  }

  form#views-exposed-form-map-on-contact-page-block-1>.row {
    grid-template-columns: 1fr;
  }

  .paragraph--type--banners.imginline .banner-container .element-banner .banner-content {
    width: 100%;
    padding-left: 25px;
  }

  .accordion-type-large .accordion-button {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph--type--banners.imgbkg .swipebanner .swiper-container,
  .paragraph--type--banners.imgtshape .swipebanner .swiper-container {
    width: calc(100% - 70px);
  }

  .paragraph--type--banners.imgbkg .swipebanner .swiper-pagination,
  .paragraph--type--banners.imgtshape .swipebanner .swiper-pagination {
    left: 22px;
  }

  .tabs-container .tabs-content>.tab-pane {
    display: block !important;
    opacity: 1;
    border-bottom: 1px solid #021127;
  }

  .tabs-container .btn-inline-flat {
    font-size: 22px;
    line-height: 33px;
    padding: 24px 0;
  }

  .paragraph--type--tabs .tabs-content {
    margin: 0;
    width: 100%;
  }

  .tab-content {
    padding: 40px 16px;
  }

  .tab-pane {
    height: auto;
  }

  .tabs-container .btn-inline-flat {
    border: none;
  }

  .tabs-container .tabs-content>.tab-pane:first-child {
    border-top: 1px solid #021127;
  }

  .lg-hotspot__label.lg-hotspot--selected {
    position: fixed;
    z-index: 99999;
    top: 0 !important;
    left: 0 !important;
    width: 100vw;
    bottom: 0 !important;
    height: 100vh;
    display: flex !important;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #00000099;
    pointer-events: all;
  }

  .lg-hotspot__label .hotspot-content-container {
    max-width: calc(100vw - 64px);
    position: relative;
    height: fit-content;
    bottom: unset !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
  }

  .hotspot-content-container::before {
    display: none !important;
  }

  .hotspot-content-close {
    width: 48px;
    height: 48px;
    background-color: #F3F7FA;
    border-radius: 50%;
    position: absolute;
    top: -24px !important;
    right: -24px !important;
    border: 1px solid #005895 !important;
    display: block;
    padding: 11px;
    cursor: pointer;
  }

  body.hotspot--open {
    pointer-events: none;
    overflow: hidden;
  }

  .table-5 table {
    border: 0;
  }

  .table-5 table caption {
    font-size: 1.3em;
  }

  .table-5 table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .table-5 table tr {
    display: block;
  }

  .table-5 table td {
    display: block;
  }

  .table-5 table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .table-5 table td:last-child {
    border-bottom: 0;
  }

  .table-5 h2.section-header {
    margin-bottom: 22px;
  }

  .table-5 {
    padding: 22px 24px !important;
  }


  .table-3 table {
    border: 0;
  }

  .table-3 table caption {
    font-size: 1.3em;
  }

  .table-3 table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .table-3 table tr {
    border-bottom: 1px solid #D2E0EA;
    display: block;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .table-3 table tr:first-child {
    border-top: 1px solid #D2E0EA;
    display: block;
    margin-bottom: 24px;
    padding: 24px 0;
  }

  .table-3 table td {
    display: block;
    border: none !important;
    padding: 16px 0 0;
  }

  .table-3 table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .table-3 table th {
    border: none !important;
    padding: 0;
  }

}


@media (max-width: 575px) {
  .paragraph--type--cards .field__items .field__item {
    width: 100%;
  }

  .links-type-ZigZag-TitleInline .list-item,
  .links-type-ZigZag-TitleonTop .list-item {
    grid-template-columns: 1fr;
    margin-bottom: 32px
  }

  .paragraph--type--text-big-title-description .with-sideline {
    font-size: 22px;
    line-height: 33px;
    grid-template-columns: 1fr;
  }

  .paragraph--type--text-big-title-description .big-text-sideline {
    writing-mode: unset;
    transform: none;
    font-size: 16px;
    line-height: 19px;
    grid-row: 1;
    padding-bottom: 12px;
    grid-column: span 3;
  }

  .paragraph--type--text-big-title-description .big-text-title h2 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 16px;
  }

  .paragraph--type--text-big-title-description .big-text-content {
    grid-row: 3;
    grid-column: span 3;
  }

  .paragraph--type--text-big-title-description .big-text-title {
    grid-column: span 3;
    grid-row: 2;
  }

  .links-type-ZigZag-TitleInline .list-item-title,
  .links-type-ZigZag-TitleonTop .list-item-title {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 12px;
  }

  .links-type-ZigZag-TitleInline .list-item-image,
  .links-type-ZigZag-TitleonTop .list-item-image {
    padding-bottom: 0;
    padding-right: 24px;
  }

  .links-type-ZigZag-TitleInline .list-item-content,
  .links-type-ZigZag-TitleonTop .list-item-content {
    font-size: 16px;
    line-height: 24px;
  }

  .links-type-ZigZag-TitleonTop .list-item-content {
    padding-bottom: 24px;
  }

  .paragraph--type--list-extended h2 {
    margin-bottom: 32px;
  }

  .links-type-LinksonBlueBackground {
    margin-bottom: 80px;
  }

  .element-imagebox.image-align-left,
  .element-imagebox.image-align-right {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    column-gap: unset;
  }

  .element-imagebox.image-align-left .imagebox-img,
  .element-imagebox.image-align-right .imagebox-img {
    grid-area: none;
    grid-row: 1;
    margin-bottom: 24px;
    margin-left: -16px;
    margin-right: -16px;
    max-height: 280px;
    overflow: hidden;
  }

  .links-type-ZigZag-TitleonTop .list-item-image {
    padding-bottom: 50%;
  }

  .links-type-ItemsinGridRight .list-extended-container {
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }

  .links-type-ItemsinGridRight .list-extended {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 32px;
  }

  .paragraph--type--list-extended .list-item-image span {
    font-size: 40px;
    line-height: 48px;
  }

  .paragraph--type--cards.card-col-3 .field__items .field__item {
    width: 100%;
  }

  .view-news-list .views-row,
  .view-press-list .views-row,
  .view-taxonomy-term .views-row {
    margin-top: 0px;
  }

  .view-news-list .views-row .views-field-view-node,
  .view-press-list .views-row .views-field-view-node,
  .view-taxonomy-term .views-row .views-field-view-node {
    margin-bottom: 24px;
  }

  .view-news-list .views-row .views-field-title,
  .view-press-list .views-row .views-field-title,
  .view-taxonomy-term .views-row .views-field-title {
    padding-top: 16px;
  }

  .view-news-list .views-row:first-child .views-field-title a,
  .view-press-list .views-row:first-child .views-field-title a,
  .view-taxonomy-term .views-row:first-child .views-field-title a {
    font-size: 28px;
    line-height: 34px;
  }

  .element-imagebox.image-box-typeBlue-Image-Box.image-align-right .imagebox-img {
    padding-top: 0px;
  }

  .banner-container>.swipebanner .banner-image {
    padding-left: 0;
  }

  .paragraph--type--image .element-image.with-sideline {
    display: grid;
    grid-template-areas: none;
    grid-template-columns: 1fr;
  }

  .paragraph--type--image .image-align-right.with-sideline .image-sideline {
    writing-mode: unset;
    transform: none;
    grid-area: 1;
    padding-bottom: 12px;
    text-align: left;
  }

  .paragraph--type--image .image-align-right .image-caption {
    grid-row: 3;
    grid-column: 1;
  }

  .view-news-list .views-row:first-child .views-field-body,
  .view-press-list .views-row:first-child .views-field-body,
  .view-taxonomy-term .views-row:first-child .views-field-body {
    font-size: 16px;
    line-height: 24px;
  }

  .links-type-ZigZag-TitleonTop .list-extended .list-item:nth-child(even),
  .links-type-ZigZag-TitleInline .list-extended .list-item:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .links-type-ItemsinGridRight .list-item {
    grid-template-columns: 80px 1fr;
    display: grid;
  }

  .links-type-ItemsinGridRight .list-item-title {
    grid-column: span 2;
    grid-row: 1;
  }

  .links-type-ItemsinGridRight .list-item-image img,
  .links-type-ZigZag-TitleInline .list-item-image img,
  .links-type-ZigZag-TitleonTop .list-item-image img {
    max-width: 60px;
  }

  .list-counters .list-counter-number-count,
  .list-counters .list-counter-sufix {
    font-size: 64px;
    line-height: 77px;
  }

  .list-counters {
    grid-row-gap: 24px;
  }

  .element-biglinks {
    grid-template-areas: none;
    grid-template-columns: 1fr;
    align-items: start;
    column-gap: 0px;
  }

  .banner-image img {
    margin-bottom: 24px;
  }

  .element-biglinks .biglinks-img {
    grid-area: none;
    max-height: 280px;
    overflow: hidden;
    grid-row: 1;
    margin-bottom: 24px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .element-biglinks .biglinks-see-all {
    margin-bottom: 20px;
  }

  .element-biglinks .biglinks-content {
    grid-area: none;
  }

  .element-biglinks .biglinks-title {
    flex-direction: column;
  }

  .h2,
  h2,
  h2.m {
    font-size: 32px;
    line-height: 40px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .element-imagebox.image-box-typeBlue-Image-Box.image-align-left,
  .element-imagebox.image-box-typeBlue-Image-Box.image-align-right {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  .element-imagebox.image-box-typeBlue-Image-Box.image-align-left .imagebox-img,
  .element-imagebox.image-box-typeBlue-Image-Box.image-align-right .imagebox-img {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .element-imagebox.image-align-left.image-box-typeBlue-Image-Box .imagebox-content,
  .element-imagebox.image-align-right.image-box-typeBlue-Image-Box .imagebox-content {
    padding-left: 24px;
  }

  .image-box-typeBlue-Image-Box .imagebox-content {
    padding: 24px;
  }

  .element-imagebox.image-box-typeBlue-Image-Box.image-align-left .imagebox-content::before,
  .element-imagebox.image-box-typeBlue-Image-Box.image-align-right .imagebox-content::before {
    left: 0;
  }

  .element-imagebox.image-box-typeBlue-Image-Box .imagebox-content::before {
    display: none;
  }

  .element-imagebox.image-box-typeProduct-Box-Gray.image-align-left,
  .element-imagebox.image-box-typeProduct-Box-Gray.image-align-right,
  .element-imagebox.image-box-typeProduct-Box-Gradient.image-align-left,
  .element-imagebox.image-box-typeProduct-Box-Gradient.image-align-right {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .element-imagebox.image-box-typeProduct-Box-Gray .imagebox-content {
    padding: 0px;
  }

  .element-imagebox.image-box-typeProduct-Box-Gray li {
    padding-left: 34px;
  }

  .paragraph--type--downloads .downloads .downloads-link,
  .paragraph--type--list-links.links-type-Standard .list-link {
    margin-left: 0;
  }

  .element-quote .quote-content .quote-text p {
    font-size: 18px;
    line-height: 30px;
  }

  .element-quote.with-logo {
    grid-template-columns: 1fr;
  }

  .paragraph--type--banners.imgtshape::before {
    background-size: cover;
    background-image: url(/sites/default/files/tshape-mobile.svg);
  }

  .element-banner {
    padding: 24px 0px;
  }

  .paragraph--type--banners.imginline .banner-container .element-banner .banner-content,
  .paragraph--type--banners.imginline .banner-container .element-banner .banner-image {
    width: 100%;
    padding-left: 0px;
  }

  .paragraph--type--banners.imginline .banner-container .element-banner {
    justify-content: start;
  }

  .banner-container>.swipebanner .swiper-slide {
    padding-right: 24px;
    padding-left: 24px;
  }

  .paragraph--type--banners.imgnone .banner-container {
    flex-direction: column;
  }

  .paragraph--type--banners.imgnone .banner-container .element-banner {
    padding: 80px 24px;
  }

  .paragraph--type--banners.imgnone .banner-container .element-banner:nth-child(2) {
    border-top: 1px solid #D2E0EA;
    border-left: none;
  }

  .paragraph--type--banners.imgnone .banner-container .element-banner a {
    text-align: center;
  }

  .media-library-container {
    column-count: 1 !important;
  }

  .media-library-description {
    max-width: 100%;
  }

  .paragraph--type--media-library a.btn-secondary {
    position: relative;
    margin-bottom: 20px;
  }

  .element-imagebox.image-box-typeBlue-Image-Box.image-align-left .imagebox-img {
    padding-top: 0px;
  }

  .accordion-button {
    padding: 16px 0;
  }

  h2 {
    margin-top: 0px;
  }

  .view-labs .views-view-grid .views-col {
    padding-bottom: 40px;
  }

  .view-labs .views-field-user-picture {
    padding-bottom: 24px;
  }

  .header-container.imgtshape,
  .header-container.vdbkgtshp {
    background-image: url('/sites/default/files/tshape-mobile.svg');
    background-size: cover;
  }
}

#pid-6249 {
  background: radial-gradient(84.45% 81.62% at 33.47% 100%, rgba(0, 147, 208, 0.6) 0%, rgba(0, 147, 208, 0) 100%), #021127;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 120px 16px;
}

#pid-6249>.webform-container {
  max-width: 1296px;
  margin: 0 auto;
}

#pid-6249>.webform-container h2 {
  color: #F6FBFF;
}

.booking-form-container {
  padding: 40px 86px;
  background-color: #F9FCFF;
}

.booking-form-container .webform-card {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.booking-form-container .js-form-item {
  margin: 16px 0 0;
  padding: 0;
}

.booking-form-container .form-actions {
  text-align: right;
  margin-top: 28px;
  margin-bottom: 0;
}

label.webform-card-title {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #021127;
}

#edit-booking-choose-person>div .form-check-label {
  padding: 16px 24px 10px;
  border: 1px solid #E1EDF5;
  display: grid;
  grid-template-columns: 56px 1fr;
  cursor: pointer;
}

#edit-booking-choose-person>div .form-check-label:hover {
  padding: 16px 24px 10px;
  border: 1px solid #E1EDF5;
  display: grid;
  grid-template-columns: 56px 1fr;
  cursor: pointer;
}

#edit-booking-choose-person>div .form-check-label:hover {
  border: 1px solid #005895;
}

#edit-booking-choose-person>div .form-check-label.selected {
  border: 1px solid #005895;
}

#edit-booking-choose-person>div input {
  display: none;
}

#edit-booking-choose-person .views-field-user-picture img {
  border-radius: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

#edit-booking-choose-person .views-field-user-picture {
  grid-row: 1 / span 2;
}

#edit-booking-choose-person .views-field-field-user-position {
  grid-column: 2;
  grid-row: 1;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6C727A;
}

#edit-booking-choose-person .views-field-name {
  grid-column: 2;
  grid-row: 2;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #021127;
}

.booking-form-container .progress-tracker {
  gap: 8px;
}

.booking-form-container .webform-progress-tracker .progress-marker,
.booking-form-container .webform-progress-tracker .progress-text {
  display: none;
}

.booking-form-container .webform-progress-tracker .progress-step {
  border-top: 1px solid #D2E0EA;
  width: 32px;
  max-width: 32px;
}

.booking-form-container .webform-progress-tracker .progress-step.is-active {
  border-top: 1px solid #5BB8E5;
  width: 120px;
  max-width: 120px;
}

.booking-form-container .webform-progress-tracker .progress-tracker {
  margin: 0 auto 32px;
  gap: 8px;
}

#edit-booking-choose-date {
  font-size: 17px;
  line-height: 21px;
  color: #9B9B9B;
  margin-top: 24px;
  margin-bottom: 0;
}

.booking-form-container #edit-booking-choose-time--wrapper {
  margin-top: 0;
}

#edit-booking-choose-time>div .form-check-label {
  padding: 15px 24px 15px;
  border: 1px solid #E1EDF5;
  text-align: center;
  width: 100%;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #021127;
}

#edit-booking-choose-time {
  max-height: 236px;
  overflow-y: auto;
}

#edit-booking-choose-time>div .form-check-label:hover {
  border: 1px solid #005895;
}

#edit-booking-choose-time>div .form-check-label.selected {
  border: 1px solid #005895;
}

#edit-booking-choose-time>div input {
  visibility: hidden;
}

.booking-form-container button#edit-cards-prev {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #005895;
  background-color: transparent;
  margin-right: 16px;
}

.booking-form-container button#edit-cards-next,
.booking-form-container button#edit-actions-submit {
  display: inline-flex;
  flex-direction: row;
  width: fit-content;
  gap: 12px;
  padding: 16px 15px 16px 32px;
}

.booking-form-container button#edit-cards-next::after,
.booking-form-container button#edit-actions-submit::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1464 14.3536L11.7929 14.7071L12.5 15.4142L12.8536 15.0607L19.8536 8.06066L20.2071 7.70711L19.8536 7.35355L12.8536 0.353553L12.5 0L11.7929 0.707107L12.1464 1.06066L18.2929 7.20711L0.5 7.20711L0 7.20711V8.20711H0.5L18.2929 8.20711L12.1464 14.3536Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
  width: 36px;
  background-size: 20px;
  height: 21px;
  display: inline-block;
  margin-top: -2px;
}



.questionnaire-form-container {
  padding: 0 86px;
  background-color: #F9FCFF;
}

.questionnaire-form-container .webform-card {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.questionnaire-form-container .js-form-item {
  margin: 16px 0 0;
  padding: 0;
}

.questionnaire-form-container .js-form-item.radio {
  margin: 16px 0 0 24px;
  padding: 0;
}

.questionnaire-form-container .form-actions {
  text-align: right;
  margin-top: 28px;
  margin-bottom: 0;
}

.questionnaire-form-container .progress-tracker {
  gap: 8px;
}

.questionnaire-form-container .webform-progress-tracker .progress-marker,
.questionnaire-form-container .webform-progress-tracker .progress-text {
  display: none;
}

.questionnaire-form-container .webform-progress-tracker .progress-step {
  border-top: 1px solid #D2E0EA;
  width: 32px;
  max-width: 32px;
}

.questionnaire-form-container .webform-progress-tracker .progress-step.is-active {
  border-top: 1px solid #5BB8E5;
  width: 120px;
  max-width: 120px;
}

.questionnaire-form-container .webform-progress-tracker .progress-tracker {
  margin: 0 auto 32px;
  gap: 8px;
}

.questionnaire-form-container button#edit-cards-prev {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #005895;
  background-color: transparent;
  margin-right: 16px;
}

.questionnaire-form-container button#edit-cards-next,
.questionnaire-form-container button#edit-actions-submit {
  display: inline-flex;
  flex-direction: row;
  width: fit-content;
  gap: 12px;
  padding: 16px 15px 16px 32px;
}

.questionnaire-form-container button#edit-cards-next::after,
.questionnaire-form-container button#edit-actions-submit::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1464 14.3536L11.7929 14.7071L12.5 15.4142L12.8536 15.0607L19.8536 8.06066L20.2071 7.70711L19.8536 7.35355L12.8536 0.353553L12.5 0L11.7929 0.707107L12.1464 1.06066L18.2929 7.20711L0.5 7.20711L0 7.20711V8.20711H0.5L18.2929 8.20711L12.1464 14.3536Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
  width: 36px;
  background-size: 20px;
  height: 21px;
  display: inline-block;
  margin-top: -2px;
}

.swipeme .views-exposed-form .js-form-item.js-form-type-select {
  position: relative;
}

.swipeme .swiper-button-prev-unique {
  position: absolute;
  top: 66px;
  left: 12px;
  z-index: 2;
}

.swipeme .swiper-button-prev-unique img {
  transform: rotate(135deg);
  height: 24px;
  width: 24px;
}

.swipeme .swiper-button-next-unique {
  position: absolute;
  right: 12px;
  z-index: 2;
  top: 66px;
}

.swipeme .swiper-button-next-unique img {
  transform: rotate(-45deg);
  height: 24px;
  width: 24px;
}

.swipeme.view-history .swiper-button-prev-unique,
.swipeme.view-history .swiper-button-next-unique {
  top: 64px;
}

@media (max-width: 575px) {

  .swipeme .swiper-button-prev-unique,
  .swipeme .swiper-button-next-unique {
    top: 55px;
  }

  .swipeme.view-history .swiper-button-prev-unique,
  .swipeme.view-history .swiper-button-next-unique {
    top: 64px;
  }
}


.element-imagebox .cr-image {
  margin: 4px 0 0;
  font-size: 14px;
}

.element-imagebox .cr-image.cr-style-caption {
  text-transform: uppercase;
  font-size: 12px;
}

.element-imagebox.image-align-left .cr-image.cr-position-side {
  margin: 0px;
  position: absolute;
  top: 0;
  left: -4px;
  writing-mode: vertical-rl;
  transform: translateX(-100%) rotate(180deg);
}

.element-imagebox.image-align-right .cr-image.cr-position-side {
  margin: 0px;
  position: absolute;
  top: 0;
  right: -4px;
  writing-mode: vertical-lr;
  transform: translateX(100%);
}

.element-imagebox.image-box-typeBlue-Image-Box .imagebox-img .cr-image.cr-position-side {
  top: 80px;
}

.element-imagebox.image-box-typeBlue-Image-Box.image-align-right .imagebox-img .cr-image.cr-position-side {
  top: 80px;
}

.cr-media {
  margin: 4px 0 0;
  font-size: 14px;
}


.newsroom-links.swipeme {
  position: relative;
  display: block;
}

.newsroom-links ul {
  padding: 0;
  margin: 0;
  line-height: normal;
  justify-content: space-between;
  gap: 30px;
}

.newsroom-links li {
  padding: 0;
  margin: 0;
  line-height: normal;
}

.newsroom-links .swiper-container {
  width: 100%;
  overflow: hidden;
  display: flex;
}

.newsroom-links .swiper-slide {
  width: auto;
  margin: 0 !important;
}

.field--type-text-with-summary .newsroom-links li::before {
  display: none;
}

.newsroom-links .swiper-button-prev-unique,
.newsroom-links .swiper-button-next-unique {
  top: 52px;
}

.newsroom-links .swiper-button-prev-unique {
  left: 0;
  transform: rotate(180deg);
}

.newsroom-links .swiper-button-next-unique {
  right: 0;
}

.newsroom-links .swiper-button-prev-unique::after,
.newsroom-links .swiper-button-next-unique::after {
  height: 20px;
  width: 20px;
  background-size: 20px;
  content: "";
  background-image: var(--icon-arrow-blue);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.newsroom-links.swipeme a.active {
  color: #005895 !important;
  border-bottom: 1px solid #005895;
  height: 80px;
  margin-bottom: -1px;
}

@media (max-width: 575px) {
  .main-content .newsroom-links.swipeme a {
    padding: 0;
  }

  .main-content .newsroom-links.swipeme a.active {
    height: 65px;
  }

  .newsroom-links .swiper-button-prev-unique,
  .newsroom-links .swiper-button-next-unique {
    top: 44px;
  }
}


.header-container.imgbkg.woover::before,
.header-container.imgbkg100.woover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.8s;
  opacity: 1;
  background: url('../images/transparent-overlay.png');
  background-size: 100% 100%;
  z-index: 1;
}

.header-content .header-description>* {
  color: #ffffff;
  font: var(--Body-Body-L-Regular-Font);
}

.header-content .header-description>p {
  margin-bottom: 8px;
}


footer .field--type-text-with-summary li::before {
  display: none;
}

.site-footer .content ol:not(.menu),
.site-footer .content ul:not(.menu) {
  padding-left: 0;
}

footer .field--type-text-with-summary ul,
footer .field--type-text-with-summary li {
  margin: 0;
}

.site-footer .block {
  margin: 0;
  border: none;
  padding: 0px;
}

.site-footer h2 {
  font-size: 20px;
}

.page-footer__top,
.page-footer__middle,
.page-footer__bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.page-footer__middle {
  align-items: flex-start;
  padding: 40px 0;
}

.page-footer__bottom {
  padding: 15px 0;
}

.page-footer__bottom::before {
  content: "";
  height: 15px;
  width: 100vw;
  border-top: 1px solid #2f647e;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.page-footer__top {
  padding: 40px;
  background-color: #2db5ac;
  border-radius: 0px;
  position: relative;
  transform: translateY(-50%);
  margin-top: 80px;
}

.page-footer__top>.row,
.page-footer__middle>.row,
.page-footer__bottom>.row {
  margin: 0;
  flex: 1;
}

.page-footer__middle h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 30px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  color: #005895;
}

.page-footer__middle .content li a {
  display: block;
  line-height: 1;
  margin: 7px 0;
  padding: 7px 0;
  text-decoration: none;
}

.page-footer__middle .content li a:hover,
.page-footer__middle .content li a:focus {
  text-decoration: none;
}

.page-footer__top .content a,
.page-footer__bottom .content a {
  margin: 0;
}

.site-footer .content p:last-child {
  margin-bottom: 0;
}

.site-footer .content p:last-child {
  margin-bottom: 0;
}

.site-footer a {
  text-decoration: none;
}


.page-footer__top ul,
.page-footer__bottom ul {
  display: flex;
  gap: 20px;
  width: fit-content;
}

.region-footer-bottom-second .content .text-formatted,
.region-footer-top-second .content .text-formatted {
  justify-content: flex-end;
  display: flex;
}

/* New footer */
.site-footer {
  padding-top: 0;
}

.swiper-wrapper {
  align-items: center;
}

.paragraph--type--grid-item:has(.field--name-field-media-oembed-video) {
  position: relative;
  display: block;
}

.paragraph--type--multicolumn .paragraph--type--accordion .section-header {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #021127;
  margin-bottom: 10px;
}

.paragraph--type--multicolumn .paragraph--type--accordion .accordion-button {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  color: #021127;
  padding: 20px 0;
}

.paragraph--type--multicolumn .paragraph--type--accordion .accordion-button::after {
  width: 36px;
  height: 36px;
}

.paragraph--type--multicolumn .paragraph--type--accordion .accordion-button::before {
  content: "";
  width: 20px;
  height: 20px;
}

@media (max-width: 1351px) {
  .page-footer__top {
    flex-direction: row;
  }

  .page-footer__middle>.row {
    flex: 23%;
  }

  .page-footer__middle {
    gap: 20px;
    padding: 0px 0 20px;
    margin-top: -20px;
    padding-left: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: space-between;
    align-items: flex-start;
  }

  .page-footer__middle h2 {
    line-height: 20px;
    margin: 20px 0 0;
  }

  .region-footer-bottom-first {
    order: 1;
    padding-top: 20px;
  }

  footer .field--type-text-with-summary li {
    line-height: 20px;
  }

  .page-footer__bottom {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .page-footer__top {
    flex-direction: row;
  }

  .page-footer__middle>.row {
    flex: 31%;
  }

  .page-footer__middle {
    flex-wrap: wrap;
    gap: 20px;
    padding: 0px 0 20px;
    margin-top: -20px;
    padding-left: 40px;
  }

  .page-footer__middle h2 {
    line-height: 20px;
    margin: 20px 0 0;
  }

  .region-footer-bottom-first {
    order: 1;
    padding-top: 20px;
  }

  footer .field--type-text-with-summary li {
    line-height: 20px;
  }

  .page-footer__bottom {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .page-footer__top {
    flex-direction: column;
    row-gap: 20px;
  }

  .page-footer__middle>.row {
    flex: 45%;
  }

  .page-footer__middle {
    flex-wrap: wrap;
    gap: 20px;
    padding: 0px 0 20px;
    margin-top: -70px;
  }

  .page-footer__middle h2 {
    line-height: 20px;
    margin: 20px 0 0;
  }

  .region-footer-bottom-first {
    order: 2;
    padding-top: 20px;
  }

  footer .field--type-text-with-summary li {
    line-height: 20px;
  }
}