/*
Theme Name: Overbord - Nel Hydrogen
Author: Overbord Design
Author URI: https://overbord.no
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body {
  overflow-x: hidden;
  color: #182430;
  font-family: "Larsseit" !important;
  font-feature-settings: 'lnum' 1, 'kern' 1;
}

html {
  overflow-x: hidden;
}

b,
strong {
  font-weight: 600 !important;
}

.underline a:hover {
  text-decoration: underline;
  text-decoration-color: #fefefe;
}

.elementor-widget-text-editor a {
  color: #7D36FF;
}

.dark-matter-back a {
  color: #7D36FF;
}

li {
  font-weight: 300;
}

.elementor-location-footer a:hover {
  color: #fff !important;
}

.purple-underline {
  text-decoration: underline !important;
  text-decoration-color: #7D36FF !important;
}

table {
  font-family: "Larsseit";
}

table td {
  padding: 5px !important;
}

table tbody > tr:nth-child(2n+1) > td,
table tbody > tr:nth-child(2n+1) > th {
  background-color: unset !important;
}

.vis {
  content-visibility: auto;
}

h2.elementor-heading-title.elementor-size-default {
  font-weight: 400;
}

.no-height {
  height: 0px;
}

.full-height {
  min-height: 100vh !important;
  display: flex;
  align-items: center;
}

[type="search"]:focus {
  box-shadow: none !important;
}

.box-shadow {
  box-shadow: 0 0 10px rgba(178, 178, 178, 0.25);
}

.finance-calendar h5 {
  font-weight: 300;
  font-size: 1.125rem;
}

.hide {
  display: none;
}

.error404 canvas {
  position: absolute;
  z-index: -1;
}

.pafe-lightbox__caption {
  font-size: 1.125rem;
}

.return-home {
  background-color: #7D36FF;
  color: #fff;
  text-align: center;
  display: inline;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "Larsseit";
}

.form-thanks a {
  width: 100%;
  display: flex;
  justify-content: center;
}

/*--------------------------------------------------------------
## Primary Header
--------------------------------------------------------------*/

.old-header .elementor-location-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.old-header .elementor-location-header .elementor-search-form {
  padding-left: 5vw;
}

.old-header .elementor-element-e9e8b53 .elementor-nav-menu--main .elementor-nav-menu ul {
  width: 100% !important;
}

.overlay {
  width: 100%;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(25, 25, 35, 0.88);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
  transition-delay: 0.2s;
}

.show {
  opacity: 1;
  transition: all 0.1s ease-out;
}

.modal {
  min-height: 400px;
}

.modal-content {
  border-radius: 5px;
}

.modal-success {
  height: 300px !important;
  display: flex;
  align-items: center;
  padding: 2rem !important;
}

.dce-modal {
  z-index: 99999;
}

.visible {
  display: block !important;
}

/*--------------------------------------------------------------
## Shareholder Information Tables
--------------------------------------------------------------*/

.page-id-201 td {
  white-space: nowrap;
  border-left: none;
  border-right: none;
  line-height: 24px;
}

.page-id-201 table {
  border: none;
  font-size: 0.9rem;
  font-weight: 300;
}

.page-id-201 th {
  border: none;
  font-weight: 500;
  font-size: 1.1rem;
}

#shareholders thead tr th {
  border: none !important;
}

.shareholder-table td {
  white-space: normal;
}

.shareholders {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.shareholder-table {
  color: #b2b2b2;
  width: 670px;
  font-family: "Larsseit";
  margin: 0 auto;
  overflow-x: auto;
}

.shareholder-table th {
  text-align: left;
}

.shareholder-table td {
  border-bottom: 1px solid #1c1c27;
  border-left: none;
  border-right: none;
}

.shareholder-table thead td {
  border-top: none !important;
  color: #fff;
}

.shareholder-table tbody td:last-child {
  padding-right: 0;
}

.shareholder-table tbody tr:hover {
  background-color: #000;
}

.shareholder-table tbody tr:hover td,
.shareholder-table tbody tr.hovering td {
  color: #fefefe;
  background-color: #000028 !important;
}

.shareholders-updated {
  color: #fff;
  text-align: center;
}

.shareholders-disclaimer {
  color: #fff;
  text-align: center;
}

.company-info td {
  color: #7D36FF;
}

@media screen and (max-width: 768px) {
  .shareholder-table td:nth-child(1),
  .shareholder-table td:nth-child(2),
  .shareholder-table td:nth-child(3) {
    width: auto;
  }
  .shareholder-table {
    width: 550px;
  }
}

/*--------------------------------------------------------------
## Table Override
--------------------------------------------------------------*/

.shareholder-table tr,
.shareholder-table td {
  background-color: #000028 !important;
}

.chart tr,
.chart td {
  background-color: #fefefe !important;
}

.manamind-feed h3 {
  margin-top: 20px;
}

.dropdown a {
  background-color: #7D36FF !important;
}

/*--------------------------------------------------------------
## Anchor Skipper
--------------------------------------------------------------*/

.next,
.backtop {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}

#arrow {
  color: #fff;
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #7D36FF;
  border-radius: 50px;
  display: none;
}

.home #arrow {
  display: block;
}

/*--------------------------------------------------------------
## Reports
--------------------------------------------------------------*/

.report-block {
  background-color: #f3f3f4;
  box-shadow: 0.1875rem 0.1875rem 0 rgba(36, 36, 50, 0.1);
  color: #7e00dd;
  transition: all 0.15s ease;
  max-width: 300px;
  margin: 0 auto;
}

.report-block::before {
  content: ' ';
  padding-bottom: 140%;
}

.report_type-annual-report .report-tax {
  color: #7D36FF;
}

.grey {
  color: #a6a6a6;
}

.report_type-annual-report .grey {
  color: #e8e8ea;
}

@media screen and (max-width: 768px) {
  .page-id-738 .report-block,
  .page-id-201 .report-block {
    width: 43vw !important;
  }
}

.clicky:hover .report-block {
  transform: translate(-0.1875rem, -0.1875rem);
  box-shadow: 0.375rem 0.375rem 0 rgba(36, 36, 50, 0.1);
  transition: all 0.15s ease;
}

.report_type-annual-report .report-block {
  background-color: #182430;
}

.report_type-annual-report .report-logo {
  background-image: url("../svg/logo-1.svg");
}

.report_type-annual-report .report-name {
  color: #fff !important;
}

.pdf-size {
  color: #7D36FF;
  font-weight: 400;
  font-family: "Larsseit";
  font-size: 1rem;
  letter-spacing: 0.5px;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.clicky:hover .pdf-size {
  opacity: 1;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

/*--------------------------------------------------------------
## Products
--------------------------------------------------------------*/

ul.features,
ul.app-list {
  list-style-type: none;
  padding-left: 30px;
}

.features li::before,
.app-list li::before {
  content: '';
  display: inline-block;
  width: 0.8125rem;
  height: 0.8125rem;
  background: #7D36FF;
  border-radius: 99px;
  margin-right: 10px;
}

.features li,
.app-list li {
  border-top: solid 1px #182430;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.resource-list li::before {
  content: '';
  display: inline-block;
  width: 0.8125rem;
  height: 0.8125rem;
  background: #7D36FF;
  border-radius: 99px;
}

.resource-list li {
  border-top: solid 1px #182430;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

#powerTip {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 15px rgba(36, 36, 50, 0.15);
}

.point_style {
  z-index: 1;
}

.box_view_html {
  font-weight: 300;
}

.related .elementor-image {
  height: 150px;
}

.related-heading {
  background-color: #e8e8e8;
  padding: 5px 20px 6px;
  border-radius: 20px;
}

.related-link {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}

.single-product td {
  white-space: nowrap;
  border-left: none;
  border-right: none;
  line-height: 2.3;
}

.single-product table {
  border: none;
  font-size: 0.9rem;
  font-weight: 300;
}

.single-product th {
  border: none;
  font-weight: 500;
  font-size: 1.1rem;
  font-family: "Larsseit";
}

.single-product table tr td:first-child {
  font-family: "Larsseit";
}

.single-product thead tr th {
  border: none !important;
}

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

.related .elementor-grid {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

.related .elementor-grid article {
  flex: 0 0 calc(25% - 20px);
}

/*--------------------------------------------------------------
## Product Table
--------------------------------------------------------------*/

.specs-table {
  overflow-x: scroll !important;
  overflow-y: hidden;
  white-space: nowrap;
}

.specs-table::-webkit-scrollbar {
  width: 11px;
}

.specs-table {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.specs-table::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

.specs-table::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/

.elementor-element-9e5f4d4 .elementor-search-form__input {
  text-align: center;
  border: none !important;
  box-shadow: none !important;
  height: 80px !important;
}

.search-results strong {
  color: #a27abf;
}

.search-results .elementor-icon-list-icon,
.search-no-results .elementor-icon-list-icon {
  display: none;
}

.search-total,
.search-empty {
  display: none;
}

.search-results .search-total {
  display: block;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
}

.search-results .search-empty {
  display: none;
}

.search-results .elementor-search-form__input,
.search-no-results .elementor-search-form__input {
  height: 80px;
  padding: unset !important;
  color: #6f6f76 !important;
  text-align: center;
}

.elementor-search-form__icon {
  display: none !important;
}

.search-no-results .search-total {
  display: none !important;
}

.search-no-results .search-empty {
  display: block !important;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 300;
}

.elementor-posts-nothing-found {
  grid-column: 1 / 3;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .search-total {
    text-align: left !important;
  }
  .elementor-search-form__input {
    font-size: 2.5rem !important;
    text-align: left !important;
    padding-left: 30px !important;
    text-transform: uppercase;
  }
  .elementor-element-3932076 .elementor-search-form__input {
    font-size: 1rem !important;
    text-align: left !important;
  }
  .search-no-results .search-empty {
    display: block !important;
    color: #fff;
    font-size: 1.125rem;
    text-align: left;
  }
  .elementor-posts-nothing-found {
    grid-column: 1 / 3;
    text-align: left;
  }
}

/*--------------------------------------------------------------
## Markets
--------------------------------------------------------------*/

.market-icons article {
  flex: 0 0 calc(16.66% - 20px);
  border-radius: 5px;
}

@media screen and (max-width: 1024px) {
  .market-icons article {
    flex: 0 0 20%;
  }
}

@media screen and (max-width: 768px) {
  .market-icons article {
    flex: 0 0 25%;
  }
}

@media screen and (max-width: 530px) {
  .market-icons article {
    flex: 0 0 45%;
  }
}

.market-icons article:hover {
  background-color: #182430;
}

.market-icons img {
  width: 120px !important;
  display: block !important;
  transition: transform 0.2s !important;
  margin: 0 auto;
}

.market-icons .ajax-popup-link {
  overflow: hidden;
}

.market-icons article:hover img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.marked {
  background-color: #182430;
}

.marked-img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.single-market .elementor-grid-5 .elementor-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}

.market-applications,
.market-benefits {
  font-weight: 500;
  text-decoration: underline;
  padding-bottom: 1rem;
}

.resource-column ul {
  list-style: none;
}

.resource-column ul li::before {
  margin-left: -1.25rem;
  content: ' ';
  border-radius: 9999px;
  background-color: #7D36FF;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 0.5rem;
}

/*--------------------------------------------------------------
## Privacy Policy Bullets
--------------------------------------------------------------*/

.elementor-page-965 .elementor-text-editor ul li::before {
  content: ' ';
  border-radius: 9999px;
  background-color: #7D36FF;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 0.75rem;
}

.elementor-page-965 .elementor-text-editor li {
  padding-bottom: 10px;
}

.elementor-page-965 .elementor-text-editor ul {
  list-style-type: none;
}

/*--------------------------------------------------------------
## Tabs
--------------------------------------------------------------*/

.tabs {
  margin: 0;
  border: 1px solid 0;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before,
.tabs::after {
  display: table;
  content: ' ';
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #7D36FF;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #a600f2;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 0.8rem 1rem 0.9rem;
  font-size: 1.1rem;
  line-height: 1;
  color: #7D36FF;
  font-weight: 100;
  font-family: "Larsseit";
}

[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #000;
  border-bottom: 1px solid #000;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: #fff;
  color: #000;
  border-bottom: 1px solid #000;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.noshow {
  display: none;
}

.nav-pills > li > a {
  background-color: #7D36FF !important;
}

/* Video */

.dialog-close-button.dialog-lightbox-close-button {
  padding: 5px;
  border-radius: 50px;
  background-color: #7D36FF !important;
  color: #fefefe !important;
}

/*--------------------------------------------------------------
## New to Hydrogen
--------------------------------------------------------------*/

.elementor-6156 .fit-to-screen {
  height: 75vh !important;
}

.trigger-top-0 h2 {
  font-size: 2.5rem;
  margin-top: -33%;
}

/*--------------------------------------------------------------
## Product Wizard
--------------------------------------------------------------*/

.elementor-element-7f3f2d5 .elementor-heading-title {
  color: #fff;
}

.elementor-field-group-field_10 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.elementor-field-textual {
  height: 45px;
}

.elementor-field-group .elementor-select-wrapper::before {
  display: none;
}

.form-product-link a {
  color: #7D36FF !important;
}

.form-product-link a:hover {
  color: #182430 !important;
}

.elementor-page-6529 .elementor-field-label {
  margin: 0 auto;
}

#form-field-product-info {
  text-align: center;
}

.product-recs {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.form-product-image {
  min-height: 155px !important;
  width: auto !important;
  margin-bottom: 0 !important;
}

.form-product-title {
  min-height: 56px;
}

.elementor-15840 {
  min-height: calc(100vh - 67.6px);
}

.wiz-cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wiz-cats .wiz-grid-inquiry {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 5px;
  transition: all 0.1s ease-in-out;
  flex: 0 1 calc(100% / 6);
  border: 1px solid #ffffff38;
  margin: 5px;
  cursor: pointer;
  min-height: 150px;
}

.wiz-checked {
  background-color: #182430;
  transition: all 0.5s ease-in-out;
}

.wiz-cats .wiz-grid-inquiry:hover {
  background-color: #182430;
  transition: all 0.2s ease-in-out;
}

.page-id-15840 .dce-post-item {
  transition: all 0.3s ease-in-out;
  width: 188.333px !important;
  cursor: pointer;
}

.page-id-15840 .dce-wrapper-grid {
  justify-content: center;
}

.wizmarket .elementor-field-subgroup {
  display: flex;
  justify-content: center;
}

.wizmarket.industry .pafe-field-container {
  justify-content: center;
}

.ind-item img {
  width: 250px;
  height: 120px;
}

.ind-item .ind-title {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.wizmarket label {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 5px;
  transition: all 0.1s ease-in-out;
}

.wizmarket label:hover {
  background-color: #182430;
  transition: all 0.5s ease-in-out;
}

.wizmarket .grid-inquiry-thumb {
  display: none;
}

.rangeslider__fill {
  background: #7e00dd;
}

.wiz-form-title {
  text-align: center;
  font-size: 1.1rem;
  line-height: 25px;
  color: #f3f3f3;
}

.wizmarket input {
  display: none !important;
}

.wizmarket input[type="radio"]:checked + label {
  background-color: #182430 !important;
}

.page-id-23455 .pafe-checkbox-label,
.page-id-23455 .dce-post {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .wiz-cats .wiz-grid-inquiry {
    flex: 0 1 calc(95% / 2);
  }
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/

.elementor-pagination .next {
  display: initial !important;
  font-size: inherit !important;
}

.elementor-pagination {
  padding-top: 5rem;
  padding-bottom: 6rem;
}

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/

.elementor-location-popup .elementor-field {
  height: 40px;
}

.elementor-location-popup .elementor-mark-required .elementor-field-label::after {
  content: "•";
  color: red;
  padding-left: 0.1em;
  font-size: 34px;
}

#form-field-enquiry {
  height: 150px;
}

/*--------------------------------------------------------------
## Investors Page
--------------------------------------------------------------*/

@media screen and (max-width: 540px) {
  .tab-scroller__content {
    width: 500px;
    overflow-x: scroll;
  }
  .specs-table .tabs-title a {
    border-bottom: unset !important;
  }
}

.page-id-22065 table td:nth-child(n+2) {
  text-align: center;
}

/*--------------------------------------------------------------
## Product Inquiry Popup
--------------------------------------------------------------*/

.grid-inquiry {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid-inquiry-thumb {
  display: flex;
  justify-content: flex-end;
}

.grid-inquiry-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-inquiry {
  color: #243432;
  font-size: 2rem;
}

.form-title {
  font-size: 2rem;
  color: #7D36FF;
  line-height: 2rem;
}

.form-thanks {
  transition: all 0.1s ease-out;
  display: none;
}

#form-field-comments {
  height: 150px;
}

/*--------------------------------------------------------------
## Timeline
--------------------------------------------------------------*/

.timeline-item__card__arrow {
  display: none;
}

@media screen and (max-width: 767px) {
  .timeline-item__content p {
    text-align: left !important;
  }
  .ee-timeline .ee-timeline__line__inner {
    width: 1px !important;
  }
}

.page-id-6042 .dce-timeline__content--bounce-in,
.page-id-6042 .dce-timeline__content--hidden {
  visibility: visible !important;
  animation: none !important;
}

.page-id-6042 .dce-post-content p {
  color: #fefefe;
  font-size: 1.125rem;
}

.page-id-6042 .dce-timeline__block:nth-child(2n+1) .dce-post-content {
  text-align: right !important;
}

/*--------------------------------------------------------------
## Subscribe Form
--------------------------------------------------------------*/

#cision-form .success-false {
  color: #ec5840;
}

#cision-form ul {
  list-style: none;
  margin-left: 0;
}

#cision-form label {
  font-size: 1.125rem;
  padding: 10px 0;
}

#cision-form li input {
  border: 1px solid #d4d4d4;
  height: 50px;
  border-radius: 0;
}

#sub-email-fail {
  border: 1px solid #ec5840 !important;
}

#cision-form .subscribe-button {
  margin: 20px 0;
  background-color: #7e00dd;
  color: #fefefe;
  border-radius: 30px;
  border: unset;
}

.sub-required {
  font-size: 34px;
  color: #7e00dd;
}

.sub-required-failed {
  color: #ec5840;
}

/*--------------------------------------------------------------
## Glossary
--------------------------------------------------------------*/

.elementor-element-c3c85a3 .elementor-field-option input,
.elementor-element-b6e66e0 .elementor-field-option input,
.elementor-element-7785836 .elementor-field-option input {
  display: none !important;
}

.elementor-element-c3c85a3 .elementor-field-type-radio,
.elementor-element-b6e66e0 .elementor-field-type-radio,
.elementor-element-7785836 .elementor-field-type-radio {
  display: flex;
  justify-content: center;
}

.elementor-element-c3c85a3 .elementor-field-option label,
.elementor-element-b6e66e0 .elementor-field-option label,
.elementor-element-7785836 .elementor-field-option label {
  padding: 0.5rem;
  transition: all 0.2s ease-out;
  border-radius: 10px;
}

.elementor-element-c3c85a3 .elementor-field-option label:hover,
.elementor-element-b6e66e0 .elementor-field-option label:hover,
.elementor-element-7785836 .elementor-field-option label:hover {
  background-color: #7e00dd;
  color: #fefefe !important;
  transition: all 0.2s ease-out;
  border-radius: 10px;
}

.elementor-element-c3c85a3 input[type="radio"]:checked + label,
.elementor-element-b6e66e0 input[type="radio"]:checked + label,
.elementor-element-7785836 input[type="radio"]:checked + label {
  background-color: #7e00dd;
  color: #fefefe !important;
  transition: all 0.2s ease-out;
  border-radius: 10px;
}

/*--------------------------------------------------------------
## Career Styling
--------------------------------------------------------------*/

.single-career h3:not(:first-child) {
  padding-top: 2rem;
}

.single-career h5 {
  padding-top: 1rem;
}

.single-career ul + p {
  padding-top: 1rem;
}

.teamtailor-jobs__job {
  margin-bottom: 1em;
  display: grid;
  grid-template-columns: 70% 30%;
  color: #fefefe;
}

.teamtailor-jobs__job-title {
  display: block;
  color: #fefefe;
  font-family: "Larsseit";
  font-size: 1.6rem;
}

a.teamtailor-jobs__job-title:hover {
  text-decoration: underline;
  color: #fefefe;
}

.teamtailor-jobs__job-info {
  text-align: end;
  font-family: "Larsseit";
  font-size: 1.3rem;
}

.teamtailor-jobs__pagination {
  display: none;
}

@media (max-width: 767px) {
  .teamtailor-jobs__job {
    grid-template-columns: 100%;
    text-align: center;
  }
  .teamtailor-jobs__job-info {
    text-align: center;
  }
  .teamtailor-jobs__job-title {
    line-height: 1.6rem;
    margin-bottom: -3px;
  }
}

/*--------------------------------------------------------------
## Capital Markets Day
--------------------------------------------------------------*/

.elementor-element-cbd217a a {
  text-decoration: underline !important;
}

.elementor-element-371a501 .elementor-background-overlay {
  position: fixed !important;
}

.page-id-14422 .timeline-item:nth-child(2n) {
  flex-direction: unset !important;
  justify-content: flex-end !important;
}

.page-id-14422 .timeline-item:nth-child(2n) .timeline-item__meta-wrapper {
  flex-direction: initial;
  justify-content: flex-end !important;
  text-align: right;
}

.page-id-14422 .timeline-item__point {
  margin-top: -10px;
}

.page-id-14422 .timeline-item__card-wrapper {
  padding-left: 0 !important;
}

@media all and (max-width: 767px) {
  .ee-timeline__line {
    left: 0;
    margin-left: 5px !important;
  }
  .ee-timeline__line__inner {
    width: 2px !important;
  }
}

/*--------------------------------------------------------------
## Request a Quote
--------------------------------------------------------------*/

.elementor-element-942409b .elementor-field-group .elementor-select-wrapper::after {
  content: '';
}

/*--------------------------------------------------------------
## Ask an Expert
--------------------------------------------------------------*/

.elementor-element-1b61ad7 .elementor-field-group .elementor-select-wrapper::after {
  content: '';
}

/*--------------------------------------------------------------
## GDPR
--------------------------------------------------------------*/

.cookie_action_close_header {
  border-radius: 25px;
}

/*--------------------------------------------------------------
## Landing Pages
--------------------------------------------------------------*/

.single-landing-pages .resources li {
  border-top: solid 1px #f3f3f3;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.single-landing-pages .resources a {
  font-size: 1.125rem;
}

/*--------------------------------------------------------------
## Show SVG in Media Library
--------------------------------------------------------------*/

#postimagediv .inside img {
  height: 100px !important;
}

/*--------------------------------------------------------------
## Password Protect Page
--------------------------------------------------------------*/

.post-password-form {
  height: calc(100vh - 67px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #182430;
  color: #fff;
}

.post-password-form p:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.post-password-form p {
  font-size: 1.8rem !important;
}

.post-password-form input[type="submit"] {
  background-color: #7D36FF !important;
  margin-top: 10px;
  color: #fff;
  border: none;
  border-radius: 25px;
  width: 150px;
}

#pwbox-17219 {
  width: 250px;
  height: 35px;
  background-color: #fff;
  margin-top: 5px;
}

.post-password-form label {
  color: #fff;
}

/*--------------------------------------------------------------
## Equal Height Columns
--------------------------------------------------------------*/

section.equal-height div.elementor-widget-wrap > div {
  display: flex;
  height: 100%;
}

/*--------------------------------------------------------------
## Support Page
--------------------------------------------------------------*/

.elementor-element-c738c50 input {
  display: none !important;
}

.elementor-element-c738c50 .elementor-field-subgroup {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  width: 600px;
}

.elementor-element-c738c50 form {
  width: 100%;
  display: flex;
}

.elementor-element-c738c50 .elementor-field-option {
  text-align: center;
}

.elementor-element-c738c50 input[type="radio"]:checked + label {
  background-color: #7D36FF !important;
  padding: 10px 20px;
  border-radius: 25px;
  color: #fff;
  font-family: "Larsseit";
}

.page-id-13259 .elementor-location-popup .elementor-field {
  height: unset;
}

.page-id-13259 .elementor-location-popup .elementor-mark-required .elementor-field-label::after {
  position: absolute;
  top: -15px;
}

/*--------------------------------------------------------------
## Cookie Page
--------------------------------------------------------------*/

#cmplz-document {
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  #theDot {
    max-width: 500px;
  }
}

@media all and (max-width: 700px) {
  .elementor-element-c738c50 .elementor-field-subgroup {
    grid-template-columns: 1fr;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .elementor-element-c738c50 .elementor-field-option {
    padding-bottom: 1.5rem;
  }
}

.home .swiper-pagination {
  z-index: 1 !important;
}

.page-id-38195 .elementor-image-box-title {
  margin-top: 0;
}

.page-id-51805 input {
  color-scheme: dark;
}

/*--------------------------------------------------------------
## Gravity Forms
--------------------------------------------------------------*/

.gform_wrapper {
  font-family: "Larsseit";
}

.gform_heading {
  display: none;
}

.gfield_label {
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.gfield select,
.gfield input,
.gfield textarea {
  border: 1px solid #e8e8e8 !important;
  border-radius: 3px !important;
  font-size: 1.125rem !important;
  font-weight: 300 !important;
  background-color: #fefefe !important;
}

.gfield_required {
  color: #7D36FF !important;
}

.gfield--type-section {
  padding-top: 1rem !important;
}

.gfield_consent_description {
  font-family: "Larsseit" !important;
}

.consent-terms {
  font-size: 0.8rem !important;
  font-family: "Larsseit" !important;
  border: 1px solid #f7f7f7 !important;
  padding: 0.5rem !important;
  height: 75px !important;
  overflow-y: scroll !important;
  margin-top: 10px !important;
}

.gfield_radio {
  font-family: "Larsseit";
}

.gform_button {
  border: 1px solid #7D36FF !important;
}

/* From https://css.glass */
.frost {
background: rgba(255, 255, 255, 0.8);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}

.no-salesforce-consent {
  color: #fff;
  background-color: #7D36FF;
  padding: 1rem;
}

.no-salesforce-consent a {
  color: #fff !important;
  text-decoration: underline !important;
}

.glass {
  backdrop-filter: blur(4px);
}

.page-id-83319 .elementor-swiper-button {
  backdrop-filter: blur(4px);
}