.item-news {
  display: block;
  margin-bottom: 32px;
}

.item-news:hover {
  color: #004c97;
}

.item-news:hover .item-news__picture:after {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: none;
}

.item-news:hover .item-news__picture-container {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.item-news__picture {
  position: relative;
  margin-bottom: 1.25rem;
  background-color: #004c97;
}
.item-news__picture > img {
  aspect-ratio: 1/1;
  height: auto !important;
  transition: all 400ms ease;
  object-fit: cover;
}
.item-news__picture:hover > img {
  mix-blend-mode: screen;
  -webkit-filter: grayscale(1) contrast(0.8) brightness(1);
  filter: grayscale(1) contrast(0.8) brightness(1);
}

.item-news__picture-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  z-index: 10;
}

.item-news__picture:after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004c97;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.item-news__title {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 0.375rem;
}

.item-news__intro {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  color: #000;
}

.item-news__intro p {
  margin-bottom: 0rem;
}

.accordion.accordion-secondary .accordion-item {
  padding: 6px 16px;
  background-color: #edf2f8;
}

.accordion.accordion-secondary .accordion-button {
  font-size: 1.25rem;
  color: #004c97;
  border-bottom: 2px solid #edf2f8;
}

.accordion.accordion-secondary .accordion-button.collapsed {
  background-color: #edf2f8;
}

.accordion.accordion-secondary .accordion-button:focus {
  border-bottom: 2px solid #edf2f8;
}

.mt-n260 {
  margin-top: -260px;
}

.pr-160 {
  padding-right: 160px;
}

.pb-36 {
  padding-bottom: 36px;
}

a.icon-download {
  position: relative;
  font-weight: 700;
  line-height: 16px;
  padding-left: 32px;
  height: 16px;
}

a.icon-download:before {
  content: url('/wp-content/themes/tr-engineering/assets/img/icons/download-primary.svg');
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.icon-download:after {
  content: url('/wp-content/themes/tr-engineering/assets/img/icons/download-secondary.svg');
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.icon-download:hover {
  color: #829bb4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.icon-download:hover:before {
  content: url('/wp-content/themes/tr-engineering/assets/img/icons/download-primary.svg');
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.icon-download:hover:after {
  content: url('/wp-content/themes/tr-engineering/assets/img/icons/download-secondary.svg');
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.icon-envelope {
  position: relative;
  font-weight: 700;
  line-height: 16px;
  padding-left: 32px;
  height: 16px;
}

a.icon-envelope:before {
  content: url('/wp-content/themes/tr-engineering/assets/img/icons/envelope-primary.svg');
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.icon-envelope:after {
  content: url('/wp-content/themes/tr-engineering/assets/img/icons/envelope-secondary.svg');
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.icon-envelope:hover {
  color: #829bb4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.icon-envelope:hover:before {
  content: url('/wp-content/themes/tr-engineering/assets/img/icons/envelope-primary.svg');
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.icon-envelope:hover:after {
  content: url('/wp-content/themes/tr-engineering/assets/img/icons/envelope-secondary.svg');
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.icon-link {
  position: relative;
  font-weight: 700;
  line-height: 16px;
  padding-left: 32px;
  height: 16px;
}

a.icon-link:before {
  content: url('/wp-content/themes/tr-engineering/assets/img/icons/link-primary.svg');
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.icon-link:after {
  content: url('/wp-content/themes/tr-engineering/assets/img/icons/link-secondary.svg');
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.icon-link:hover {
  color: #829bb4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.icon-link:hover:before {
  content: url('/wp-content/themes/tr-engineering/assets/img/icons/link-primary.svg');
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.icon-link:hover:after {
  content: url('/wp-content/themes/tr-engineering/assets/img/icons/link-secondary.svg');
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-control[type='file'] {
  margin-left: -2px !important;
}

.form-control[type='file']::file-selector-button {
  display: none;
}

.form-floating > label {
  color: #004c97;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1 !important;
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 1 !important;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 1 !important;
}

picture.skip-lazy {
  display: block;
  background-color: #004c97;
}

picture.skip-lazy > img {
  filter: grayscale(1) contrast(0.8) brightness(1.4);
  mix-blend-mode: screen;
}
.n2-ss-section-main-content {
    filter: drop-shadow(0px 10px 14px rgba(3, 35, 58, 0.8));
}