@charset "UTF-8";
html, body {
  font-size: 10px;
  background-color: #ffffff;
  font-family: "Sora", sans-serif;
  font-weight: 400;
}
@media screen and (min-width:768px) {
  html, body {
    font-size: 11px;
  }
}
@media screen and (min-width:1199px) {
  html, body {
    font-size: 13px;
  }
}
@media screen and (min-width:1320px) {
  html, body {
    font-size: 13px;
  }
}
@media screen and (min-width:1600px) {
  html, body {
    font-size: 16px;
  }
}

body.application-form {
  font-size: 18px !important;
}

body {
  display: none;
}
body.is-loaded {
  display: block;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

.trc.header {
  padding: 1.5625rem 0;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  max-width: 100%;
  transition: all 0.2s ease-in-out;
  max-width: 1381px;
}
@media screen and (min-width:768px) {
  .trc.header {
    padding: 2.1875rem 0;
  }
}
@media screen and (min-width:991px) {
  .trc.header {
    padding: 2.8125rem 0;
  }
}
@media screen and (min-width:1199px) {
  .trc.header {
    left: 50%;
    transform: translateX(-50%);
  }
}
.trc.header .container {
  transition: all 0.2s ease-in-out;
}
.trc.header.sticky {
  padding: 0.88125rem 0;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0509803922);
}
.trc.header.sticky .header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trc.header.sticky .header__wrap .header__brand {
  display: flex;
  align-items: center;
}
.trc.header.sticky .header__wrap .header__brand svg {
  width: 15.563125rem;
  height: 3.875rem;
  width: 100%;
}
.trc.header.sticky .header__wrap .header__brand svg g {
  fill: #1c75bc;
}
.trc.header.sticky .header__wrap .header__brand svg g g path:nth-last-child(3), .trc.header.sticky .header__wrap .header__brand svg g g path:nth-last-child(1), .trc.header.sticky .header__wrap .header__brand svg g g path:nth-last-child(2) {
  fill: #dee7f0;
}
.trc.header.sticky .header__wrap .header__nav ul li a {
  color: #000000;
}
.trc.header.sticky .header__wrap .header__nav ul li a.active {
  color: #EC145A;
}
@media screen and (min-width:1024px) {
  .trc.header.sticky .header__wrap .header__nav ul li a.active {
    color: #EC145A;
    text-decoration: none;
  }
}
.trc.header.sticky .header__wrap .header__button-wrap a.l-btn {
  border: 1px solid #000000;
}
.trc.header.sticky .header__wrap .header__button-wrap a.l-btn:hover {
  border-color: transparent;
}
.trc.header .header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trc.header .header__wrap .header__brand {
  width: 120px;
}
@media screen and (min-width:1320px) {
  .trc.header .header__wrap .header__brand {
    width: 150px;
  }
}
@media screen and (min-width:1430px) {
  .trc.header .header__wrap .header__brand {
    width: 155px;
  }
}
@media screen and (min-width:1600px) {
  .trc.header .header__wrap .header__brand {
    width: 162.64px;
  }
}
@media screen and (max-width:1023px) {
  .trc.header .header__wrap .header__brand {
    z-index: 3;
  }
}
.trc.header .header__wrap .header__brand img, .trc.header .header__wrap .header__brand svg {
  width: 100%;
}
.trc.header .header__wrap .header__brand svg g, .trc.header .header__wrap .header__brand svg path, .trc.header .header__wrap .header__brand img, .trc.header .header__wrap .header__brand svg {
  transition: all 0.3s ease-in-out;
}
.trc.header .header__wrap .l-btn {
  letter-spacing: 0px;
  font-weight: 500;
}
.trc.header .header__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width:1023px) {
  .trc.header .header__nav {
    z-index: 1;
  }
}
.trc.header .header__nav button.hamburger {
  display: none;
}
@media screen and (max-width:1023px) {
  .trc.header .header__nav button.hamburger {
    order: 2;
    margin-left: 25px;
    display: flex;
    width: 30px;
    height: 30px;
    flex-direction: column;
    gap: 8px;
    z-index: 9;
    background: transparent;
    border: none;
    outline: none;
    justify-content: center;
    cursor: pointer;
  }
  .trc.header .header__nav button.hamburger span {
    width: 100%;
    height: 2px;
    background: #08546E;
    display: block;
    transition: all 0.3s ease-in-out;
  }
  .sticky_header .trc.header .header__nav button.hamburger span {
    background: #000;
  }
  .menu-open .trc.header .header__nav button.hamburger span .sticky_header .trc.header .header__nav button.hamburger span {
    background: #fff !important;
  }
  .menu-open .trc.header .header__nav button.hamburger span:nth-child(1) {
    transform: translate(0px, 10px) rotate(45deg);
  }
  .menu-open .trc.header .header__nav button.hamburger span:nth-child(2) {
    opacity: 0;
    width: 0%;
  }
  .menu-open .trc.header .header__nav button.hamburger span:nth-child(3) {
    transform: translate(0px, -10px) rotate(-45deg);
  }
}
.trc.header .header__nav .header-menu__wrapper ul li a.active {
  color: #EC145A;
}
@media screen and (max-width:1023px) {
  .trc.header .header__nav .header-menu__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    display: flex;
    align-items: flex-start;
    padding-top: 186px;
    padding: 186px 6% 30px;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    overflow: auto;
  }
  .menu-open .trc.header .header__nav .header-menu__wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.trc.header .header__nav ul {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width:1023px) {
  .trc.header .header__nav ul {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-align: center;
    gap: 40px;
    margin-bottom: 7.5rem;
  }
}
.trc.header .header__nav ul li {
  list-style: none;
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0 0.09375rem;
}
@media screen and (min-width:1024px) {
  .trc.header .header__nav ul li {
    margin: 0 15px;
  }
}
.trc.header .header__nav ul li:nth-last-child(3) {
  margin-right: 0;
  padding-right: 0;
}
.trc.header .header__nav ul li:nth-last-child(1), .trc.header .header__nav ul li:nth-last-child(2) {
  display: none;
}
.trc.header .header__nav ul li a {
  font-size: 19px;
  line-height: 1.2777;
  font-style: normal;
  letter-spacing: 0px;
  font-weight: 600;
}
.trc.header .header__nav ul li a:hover {
  color: #EC145A;
}
@media screen and (min-width:1024px) {
  .trc.header .header__nav ul li a {
    font-weight: 400;
    font-size: 1.25rem;
    padding: 0 0.75rem;
  }
}
.trc.header .header__nav a {
  color: #0C2A34;
  text-underline-offset: 0.25rem;
  text-decoration: none;
}
.trc.header .header__nav a:hover {
  color: #EC145A !important;
  text-decoration: none;
}
.trc.header .header__nav a.active .sticky_header .trc.header .header__nav a {
  color: #EC145A;
  text-decoration: none;
}
.trc.header .header__nav .header__button-wrap {
  margin-left: 1.91625rem;
}
@media screen and (min-width:1320px) {
  .trc.header .header__nav .header__button-wrap {
    margin-left: 2.1875rem;
  }
}
@media screen and (min-width:1430px) {
  .trc.header .header__nav .header__button-wrap {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width:1600px) {
  .trc.header .header__nav .header__button-wrap {
    margin-left: 3.125rem;
  }
}
@media screen and (max-width:639px) {
  .trc.header .header__nav .header__button-wrap {
    position: fixed;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
.trc.header .header__nav .header__button-wrap .l-btn {
  color: #ffffff;
}
.trc.header .header__nav .header__button-wrap .l-btn:hover {
  color: #ffffff !important;
  background-color: #EC145A;
}

body.sticky_header .trc.header {
  padding: 1.5625rem 0;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0509803922);
}
@media screen and (min-width:1199px) {
  body.sticky_header .trc.header {
    box-shadow: none;
  }
}
@media screen and (max-width:639px) {
  body.sticky_header .trc.header {
    padding: 1.5625rem 0 !important;
  }
}
body.sticky_header .trc.header::after {
  content: "";
  position: fixed;
  left: -50vw;
  width: 300vw;
  height: 6.5625rem;
  display: block;
  background: white;
  top: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0509803922);
  z-index: -1;
  display: none;
}
@media screen and (min-width:1199px) {
  body.sticky_header .trc.header::after {
    display: block;
    height: 80.92px;
  }
}
@media screen and (min-width:1320px) {
  body.sticky_header .trc.header::after {
    height: 91px;
  }
}
@media screen and (min-width:1430px) {
  body.sticky_header .trc.header::after {
    height: 92.67px;
  }
}
@media screen and (min-width:1600px) {
  body.sticky_header .trc.header::after {
    height: 105px;
  }
}
body.sticky_header .trc.header .header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.sticky_header .trc.header .header__wrap .header__brand {
  display: flex;
  align-items: center;
}
body.sticky_header .trc.header .header__wrap .header__brand svg {
  width: 15.563125rem;
  height: 3.875rem;
  width: 100%;
}
body.sticky_header .trc.header .header__wrap .header__brand svg g {
  fill: #1c75bc;
}
body.sticky_header .trc.header .header__wrap .header__brand svg g g path:nth-last-child(3), body.sticky_header .trc.header .header__wrap .header__brand svg g g path:nth-last-child(1), body.sticky_header .trc.header .header__wrap .header__brand svg g g path:nth-last-child(2) {
  fill: #dee7f0;
}
body.sticky_header .trc.header .header__wrap .header__nav ul li a {
  color: #000000;
}
body.sticky_header .trc.header .header__wrap .header__nav ul li a.active {
  color: #EC145A;
  text-decoration: none;
}
body.sticky_header .trc.header .header__wrap .header__button-wrap a.l-btn {
  border: 1px solid #000000;
}
body.sticky_header .trc.header .header__wrap .header__button-wrap a.l-btn:hover {
  border-color: transparent;
}

.application-form .header__button-wrap {
  display: none;
}

@media screen and (max-width:1023px) {
  .menu-open.sticky_header .trc.header .header__nav button.hamburger span {
    background-color: #08546E;
  }
}
@media screen and (max-width:1023px) {
  .menu-open.sticky_header .trc.header .header__nav .header-menu__wrapper ul li a {
    color: #0C2A34;
  }
}

body.not-sticky .trc.header {
  background-color: #ffffff;
  box-shadow: 0px 3px 13px -10px rgba(0, 0, 0, 0.77);
}
body.not-sticky .trc.header::after {
  display: none;
}
@media screen and (min-width:768px) {
  body.not-sticky .trc.header {
    background-color: #ffffff;
    padding: 1.25rem 2.125rem 1.25rem 1.3125rem;
  }
}
@media screen and (min-width:991px) {
  body.not-sticky .trc.header {
    background-color: #ffffff;
    padding: 1.125rem 2.125rem 1.125rem 1.3125rem;
  }
}
@media screen and (min-width:1199px) {
  body.not-sticky .trc.header {
    max-width: 1122px;
  }
}
@media screen and (min-width:1320px) {
  body.not-sticky .trc.header {
    max-width: 1381px;
  }
}
@media screen and (min-width:1199px) {
  body.not-sticky .trc.header {
    background-color: #ffffff;
    padding: 1.125rem 2.125rem 1.125rem 1.3125rem;
    border-radius: 0.4375rem;
    top: 2.375rem;
  }
  body.not-sticky .trc.header .container {
    padding: 0;
    max-width: 100%;
  }
}

.loader-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.hide-loader .loader-layer {
  opacity: 0;
  visibility: hidden;
}
.loader-layer .loader-layer__wrapper img {
  transition: all 0.3s ease-in-out;
  animation: loaderAnimation 2.7s infinite;
  will-change: transform;
}

@keyframes loaderAnimation {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}
@media screen and (min-width:991px) {
  @keyframes loaderAnimation {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.4);
      opacity: 1;
    }
  }
}
body.sticky_header.menu-open .trc.header .header__wrap .header__brand svg g {
  fill: #ffffff;
}

.trc.footer {
  padding: 60px 0 30px;
  background-color: #034257;
}
@media screen and (min-width:768px) {
  .trc.footer {
    padding: 8.125rem 0 3.125rem;
  }
}
.trc.footer * {
  color: #ffffff;
}
.trc.footer .footer__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  justify-content: space-between;
}
@media screen and (min-width:768px) {
  .trc.footer .footer__wrapper {
    gap: 1.25rem;
  }
}
@media screen and (min-width:991px) {
  .trc.footer .footer__wrapper {
    gap: 2.5rem;
  }
}
.trc.footer .footer__wrapper .footer__column-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.875rem;
}
@media screen and (min-width:640px) {
  .trc.footer .footer__wrapper .footer__column-1 {
    gap: 0rem;
  }
}
@media screen and (min-width:768px) {
  .trc.footer .footer__wrapper .footer__column-1 {
    padding-right: 6%;
    width: calc(50% - 2.5rem);
  }
}
@media screen and (min-width:1199px) {
  .trc.footer .footer__wrapper .footer__column-1 {
    padding-right: 12%;
  }
}
.trc.footer .footer__wrapper .footer__column-1 h3 {
  font-size: 25px;
  line-height: 1.2666;
  font-weight: 400;
}
@media screen and (min-width:640px) {
  .trc.footer .footer__wrapper .footer__column-1 h3 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width:768px) {
  .trc.footer .footer__wrapper .footer__column-1 h3 {
    max-width: 29.0625rem;
    font-size: 2.375rem;
  }
}
@media screen and (min-width:991px) {
  .trc.footer .footer__wrapper .footer__column-1 h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width:1199px) {
  .trc.footer .footer__wrapper .footer__column-1 h3 {
    font-size: 2.8125rem;
  }
}
.trc.footer .footer__wrapper .footer__column-1 .contact__wrapper ul li {
  margin-bottom: 0.875rem;
}
.trc.footer .footer__wrapper .footer__column-1 .contact__wrapper ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.trc.footer .footer__wrapper .footer__column-1 .contact__wrapper ul li:nth-last-child(1) a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.trc.footer .footer__wrapper .footer__column-1 .contact__wrapper ul li a {
  font-size: 1.625rem;
  line-height: 1.2692;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.trc.footer .footer__wrapper .footer__column-1 .contact__wrapper ul li a:hover {
  color: #EC145A;
}
.trc.footer .footer__wrapper .footer__column-2, .trc.footer .footer__wrapper .footer__column-3 {
  width: 100%;
}
@media screen and (min-width:480px) {
  .trc.footer .footer__wrapper .footer__column-2, .trc.footer .footer__wrapper .footer__column-3 {
    width: calc(50% - 2.5rem);
  }
}
@media screen and (min-width:768px) {
  .trc.footer .footer__wrapper .footer__column-2, .trc.footer .footer__wrapper .footer__column-3 {
    width: calc(25% - 1.25rem);
  }
}
@media screen and (min-width:991px) {
  .trc.footer .footer__wrapper .footer__column-2, .trc.footer .footer__wrapper .footer__column-3 {
    width: calc(25% - 1.25rem);
  }
}
.trc.footer .footer__wrapper .footer__column-2 > a {
  margin-bottom: 2.5rem;
  text-decoration: none;
  display: block;
}
.trc.footer .footer__wrapper .footer__column-2 > a:hover h4 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.trc.footer .footer__wrapper .footer__column-2 > a h4 {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  line-height: 1.23;
  margin-bottom: 0;
}
@media screen and (min-width:1199px) {
  .trc.footer .footer__wrapper .footer__column-2 > a h4 {
    font-size: 1.25rem;
  }
}
.trc.footer .footer__wrapper .footer__column-2 > nav ul li {
  margin-bottom: 18px;
}
@media screen and (min-width:768px) {
  .trc.footer .footer__wrapper .footer__column-2 > nav ul li {
    margin-bottom: 1.375rem;
  }
}
.trc.footer .footer__wrapper .footer__column-2 > nav ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.trc.footer .footer__wrapper .footer__column-2 > nav ul li a {
  font-size: 16px;
  line-height: 1.222;
  text-decoration: none;
  font-weight: 300;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width:768px) {
  .trc.footer .footer__wrapper .footer__column-2 > nav ul li a {
    font-size: 13px;
  }
}
@media screen and (min-width:1199px) {
  .trc.footer .footer__wrapper .footer__column-2 > nav ul li a {
    font-size: 1.0625rem;
  }
}
.trc.footer .footer__wrapper .footer__column-2 > nav ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.trc.footer .footer__wrapper .footer__column-3 .menu-links {
  margin-bottom: 6.25rem;
}
.trc.footer .footer__wrapper .footer__column-3 .menu-links ul li {
  margin-bottom: 28px;
}
@media screen and (min-width:768px) {
  .trc.footer .footer__wrapper .footer__column-3 .menu-links ul li {
    margin-bottom: 1.5625rem;
  }
}
.trc.footer .footer__wrapper .footer__column-3 .menu-links ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.trc.footer .footer__wrapper .footer__column-3 .menu-links ul li a {
  font-size: 16px;
  line-height: 1.222;
  text-decoration: none;
  font-weight: 500;
}
@media screen and (min-width:1199px) {
  .trc.footer .footer__wrapper .footer__column-3 .menu-links ul li a {
    font-size: 1.25rem;
  }
}
.trc.footer .footer__wrapper .footer__column-3 .menu-links ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.trc.footer .footer__wrapper .footer__column-3 .social-links h5 {
  font-size: 18px;
  line-height: 1.222;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 1.1875rem;
}
@media screen and (min-width:1199px) {
  .trc.footer .footer__wrapper .footer__column-3 .social-links h5 {
    font-size: 1.25rem;
  }
}
.trc.footer .footer__wrapper .footer__column-3 .social-links ul {
  display: flex;
  gap: 0.875rem;
  margin-left: -0.75rem;
  align-items: center;
}
.trc.footer .footer__wrapper .footer__column-3 .social-links ul li a {
  padding: 0 0.75rem;
  display: block;
}
.trc.footer .footer__wrapper .footer__column-3 .social-links ul li a img {
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  max-width: 20px;
  max-height: 20px;
}
@media screen and (min-width:1199px) {
  .trc.footer .footer__wrapper .footer__column-3 .social-links ul li a img {
    max-width: 1.3125rem;
    max-height: 1.25rem;
  }
}
.trc.footer .footer__wrapper .footer__column-3 .social-links ul li a:hover img {
  transform: scale(1.1);
}
.trc.footer .footer__copyright {
  padding-top: 7.625rem;
  padding-bottom: 7.625rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width:640px) {
  .trc.footer .footer__copyright {
    padding-bottom: 0;
    justify-content: space-between;
  }
}
.trc.footer .footer__copyright .left-column {
  width: 100%;
  text-align: center;
}
@media screen and (min-width:640px) {
  .trc.footer .footer__copyright .left-column {
    width: auto;
    text-align: left;
  }
}
.trc.footer .footer__copyright .left-column p {
  line-height: 1.2;
  font-size: 13px;
}
@media screen and (min-width:1199px) {
  .trc.footer .footer__copyright .left-column p {
    font-size: 0.875rem;
  }
}
.trc.footer .footer__copyright .right-column {
  width: 100%;
  text-align: center;
}
@media screen and (min-width:640px) {
  .trc.footer .footer__copyright .right-column {
    width: auto;
    text-align: right;
  }
}
.trc.footer .footer__copyright .right-column ul {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width:1199px) {
  .trc.footer .footer__copyright .right-column ul {
    gap: 1.25rem;
  }
}
.trc.footer .footer__copyright .right-column ul li {
  position: relative;
}
.trc.footer .footer__copyright .right-column ul li a {
  line-height: 1.2;
  text-decoration: none;
  font-size: 13px;
}
@media screen and (min-width:1199px) {
  .trc.footer .footer__copyright .right-column ul li a {
    font-size: 0.875rem;
  }
}
.trc.footer .footer__copyright .right-column ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.trc.footer .footer__copyright .right-column ul li::after {
  content: "|";
  position: absolute;
  right: -13px;
  font-size: 13px;
  line-height: 1.2;
  bottom: 0.0625rem;
  display: block;
}
@media screen and (min-width:1199px) {
  .trc.footer .footer__copyright .right-column ul li::after {
    font-size: 0.875rem;
    right: -0.8125rem;
  }
}
.trc.footer .footer__copyright .right-column ul li:nth-last-child(1)::after {
  display: none;
}

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

p {
  margin: 0 0 1.25rem;
}
p:last-of-type {
  margin: 0;
}
p:empty {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #0C2A34;
  margin: 0 0 1.25rem;
}

h1, .h1 {
  font-size: 28px;
  line-height: 1.107;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  h1, .h1 {
    font-size: 4.0625rem;
  }
}
@media screen and (min-width:1199px) {
  h1, .h1 {
    font-size: 4.0625rem;
  }
}

h2, .h2 {
  font-size: 25px;
  line-height: 1.25;
  font-weight: 400;
}
@media screen and (min-width:768px) {
  h2, .h2 {
    font-size: 3.125rem;
  }
}
@media screen and (min-width:1199px) {
  h2, .h2 {
    font-size: 3.75rem;
  }
}

h3, .h3 {
  font-size: 2.1875rem;
  line-height: 1.2571;
  font-weight: 500;
}

h4, .h4 {
  font-size: 1.875rem;
  line-height: 1.2666;
  font-weight: 500;
}

p, .p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #0B2333;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.l-btn {
  background-color: #08546E;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-weight: 500;
  height: 40px;
  border: 1px solid transparent;
  min-width: 13.875rem;
  min-width: unset;
  padding: 13px 20px;
  font-size: 15px;
  line-height: 1.75;
  transition: all 0.3s ease-in-out;
  font-family: "Sora", sans-serif;
  letter-spacing: 0px;
  border-radius: 0.125rem;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .l-btn {
    font-size: 13px;
  }
}
@media screen and (min-width:1199px) {
  .l-btn {
    font-size: 15px;
    padding: 0.9375rem 1.375rem 0.9375rem 1.375rem;
  }
}
@media screen and (min-width:1320px) {
  .l-btn {
    font-size: 15px;
    padding: 0.9375rem 3.125rem 0.9375rem 3.125rem;
    height: 3.4375rem;
  }
}
@media screen and (min-width:1600px) {
  .l-btn {
    font-size: 16px;
    padding: 0.9375rem 3.125rem 0.9375rem 3.125rem;
    height: 3.4375rem;
  }
}
.l-btn:hover {
  background-color: #0C2A34;
  color: #ffffff;
  text-decoration: none;
}
.l-btn--white {
  background-color: #ffffff;
  color: #0C2A34;
  text-decoration: none;
}
.l-btn--white:hover {
  background-color: #0C2A34;
  color: #ffffff;
  text-decoration: none;
}

.learn-more {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.34375rem;
  transition: all 0.3s ease-in-out;
}
.learn-more:hover {
  color: #EC145A;
}

.aspect-box {
  position: relative;
  width: 100%;
}
.aspect-box:before {
  content: "";
  display: block;
  padding-top: calc(var(--aspect-ratio) * 100%);
}
.aspect-box img, .aspect-box video, .aspect-box canvas, .aspect-box iframe, .aspect-box svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}

span.l-pretitle {
  font-size: 12px;
  line-height: 1.2666;
  margin-bottom: 10px;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
}
@media screen and (min-width:768px) {
  span.l-pretitle {
    font-size: 15px;
  }
}

input, select, textarea {
  border: 1px solid #B9CED5;
  height: 50px;
  padding: 0.3125rem 0.9375rem;
  color: #0C2A34;
  border-radius: 4px;
  font-size: 15px;
}
@media screen and (min-width:768px) {
  input, select, textarea {
    height: 45px;
    padding: 0.5rem 1.25rem;
  }
}
@media screen and (min-width:991px) {
  input, select, textarea {
    height: 55px;
    padding: 0.625rem 1.25rem;
    font-size: 16px;
  }
}

textarea {
  min-height: 100px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
@media screen and (min-width:991px) {
  textarea {
    min-height: 6.875rem;
  }
}

.form-group label {
  font-size: 15px;
  line-height: 1;
  color: #384759;
  display: inline-block;
  margin-bottom: 0.875rem;
  letter-spacing: -0.28px;
}
@media screen and (min-width:991px) {
  .form-group label {
    font-size: 13px;
  }
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1.875rem;
  width: 100%;
}
@media screen and (min-width:991px) {
  .container {
    max-width: 95%;
  }
}
@media screen and (min-width:1320px) {
  .container {
    max-width: 90%;
  }
}
@media screen and (min-width:1600px) {
  .container {
    max-width: 90.375rem;
  }
}

main {
  min-height: calc(100vh - 55px);
}

.barba-leave-active,
.barba-enter-active {
  transition: opacity 0.1s ease-in-out;
}

.barba-leave,
.barba-enter-to {
  opacity: 1;
}

.barba-enter,
.barba-leave-to {
  opacity: 0;
}

.trc.about-hero {
  padding-top: 10.9375rem;
  padding-bottom: 4.0625rem;
}
.trc.about-hero article {
  margin-bottom: 5.5rem;
  text-align: center;
}
.trc.about-hero article span {
  margin-bottom: 13px;
  color: #0C2A34;
}
.trc.about-hero article h1 {
  max-width: 71.5rem;
  margin: 0 auto;
  margin-bottom: 1.40625rem;
}
.trc.about-hero article p {
  max-width: 62.625rem;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.555;
  font-weight: 400;
  letter-spacing: normal;
}
@media screen and (min-width:768px) {
  .trc.about-hero article p {
    font-size: 16px;
  }
}
@media screen and (min-width:1199px) {
  .trc.about-hero article p {
    font-size: 1.125rem;
  }
}
.trc.about-hero .about-hero__banner {
  display: flex;
  padding: 0 30px;
  flex-wrap: wrap;
  gap: 20px;
}
.trc.about-hero .about-hero__banner figure:nth-child(2) {
  max-width: 35%;
}
.trc.about-hero .about-hero__banner figure:nth-child(3) {
  max-width: 50%;
}
.trc.about-hero .about-hero__banner .is-mobile {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.trc.about-hero .about-hero__banner .is-mobile img {
  border-radius: 999px;
  object-fit: contain;
}
.trc.about-hero .about-hero__banner .is-desktop {
  display: none;
}
@media screen and (min-width:768px) {
  .trc.about-hero .about-hero__banner .is-desktop {
    display: block;
  }
}
.trc.about-hero .about-hero__banner .is-mobile {
  display: block;
}
@media screen and (min-width:768px) {
  .trc.about-hero .about-hero__banner .is-mobile {
    display: none;
  }
}

section.trc.application-form {
  background-color: #fff;
  padding-top: 6.875rem;
}
@media screen and (min-width:991px) {
  section.trc.application-form {
    padding-top: 5.625rem;
  }
}
section.trc.application-form .af__banner {
  background-color: #DDF3FA;
}
section.trc.application-form .af__banner .container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12.5rem;
}
@media screen and (min-width:768px) {
  section.trc.application-form .af__banner .container {
    min-height: 15.625rem;
  }
}
@media screen and (min-width:991px) {
  section.trc.application-form .af__banner .container {
    min-height: 17.5rem;
  }
}
@media screen and (min-width:1320px) {
  section.trc.application-form .af__banner .container {
    min-height: 18.75rem;
  }
}
@media screen and (min-width:1600px) {
  section.trc.application-form .af__banner .container {
    min-height: 18.75rem;
  }
}
section.trc.application-form .af__banner .h2 {
  line-height: 1.1538;
  letter-spacing: 0px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #0C2A34;
  margin-bottom: 0;
}
section.trc.application-form .af__form {
  padding: 3.75rem 0 3.75rem;
  max-width: 71.875rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  section.trc.application-form .af__form {
    padding: 4.0625rem 0 6.875rem;
  }
}
@media screen and (min-width:1199px) {
  section.trc.application-form .af__form {
    padding: 4.375rem 0 7.5rem;
  }
}
@media screen and (min-width:1430px) {
  section.trc.application-form .af__form {
    padding: 5.4375rem 0 8.125rem;
  }
}
@media screen and (min-width:1199px) {
  section.trc.application-form .af__form .container {
    max-width: 100%;
  }
}
@media screen and (min-width:1320px) {
  section.trc.application-form .af__form .container {
    padding: 0;
  }
}
section.trc.application-form .af__form form label {
  font-size: 17px;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
}
@media screen and (min-width:991px) {
  section.trc.application-form .af__form form label {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width:1320px) {
  section.trc.application-form .af__form form label {
    font-size: 1.25rem;
  }
}
section.trc.application-form .af__form form .sub-label h5 {
  margin-bottom: 1.125rem;
  font-size: 15px;
}
@media screen and (min-width:768px) {
  section.trc.application-form .af__form form .sub-label h5 {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width:991px) {
  section.trc.application-form .af__form form .sub-label h5 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width:1320px) {
  section.trc.application-form .af__form form .sub-label h5 {
    font-size: 1.3125rem;
  }
}
@media screen and (min-width:1430px) {
  section.trc.application-form .af__form form .sub-label h5 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width:1600px) {
  section.trc.application-form .af__form form .sub-label h5 {
    font-size: 1.5625rem;
  }
}
section.trc.application-form .af__form form input, section.trc.application-form .af__form form textarea {
  min-height: 3.4375rem;
  background: #FFFFFF;
  border: 1px solid #7C8590;
  border-radius: 0.1875rem;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
  padding: 0.5rem 0.9375rem;
  width: 100%;
  line-height: 1.55;
  font-size: 16px;
}
@media screen and (min-width:768px) {
  section.trc.application-form .af__form form input, section.trc.application-form .af__form form textarea {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width:991px) {
  section.trc.application-form .af__form form input, section.trc.application-form .af__form form textarea {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width:1320px) {
  section.trc.application-form .af__form form input, section.trc.application-form .af__form form textarea {
    font-size: 1.25rem;
  }
}
section.trc.application-form .af__form form input[disabled], section.trc.application-form .af__form form textarea[disabled] {
  background-color: #F2F4F7;
  cursor: not-allowed;
}
section.trc.application-form .af__form form textarea {
  min-height: 6.875rem;
}
section.trc.application-form .af__form form .form-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 1.875rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:1198px) {
  section.trc.application-form .af__form form .form-group {
    width: 100%;
  }
}
@media screen and (max-width:639px) {
  section.trc.application-form .af__form form .form-group {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width:1199px) {
  section.trc.application-form .af__form form .form-group {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width:639px) {
  section.trc.application-form .af__form form .form-group.upload-file input {
    padding-left: 0;
  }
}
section.trc.application-form .af__form form .form-group > label:nth-child(1) {
  width: 14.75rem !important;
  min-width: 14.75rem;
  padding-right: 1.875rem;
}
@media screen and (max-width:1198px) {
  section.trc.application-form .af__form form .form-group > label:nth-child(1) {
    width: auto !important;
    min-width: unset !important;
    margin-bottom: 0.625rem;
  }
}
section.trc.application-form .af__form form .form-group.wide > label:nth-child(1) {
  width: 100% !important;
  min-width: 14.75rem;
}
section.trc.application-form .af__form form .form-group div.col-sm-9 {
  width: 100%;
}
section.trc.application-form .af__form form .form-group div.col-sm-9 .col-sm-8 + .col-sm-4 {
  margin-top: 0.75rem;
}
@media screen and (min-width:1199px) {
  section.trc.application-form .af__form form .form-group div.col-sm-9 {
    width: calc(100% - 236px);
  }
}
section.trc.application-form .af__form form .form-group div.col-sm-5 {
  width: 100%;
}
@media screen and (min-width:1199px) {
  section.trc.application-form .af__form form .form-group div.col-sm-5 {
    width: 41.0434782609%;
  }
}
@media screen and (max-width:1198px) {
  section.trc.application-form .af__form form .form-group div.col-sm-5 {
    margin-bottom: 0.625rem;
  }
}
section.trc.application-form .af__form form .form-group div.col-sm-4 {
  width: 100%;
}
@media screen and (min-width:1199px) {
  section.trc.application-form .af__form form .form-group div.col-sm-4 {
    width: 42.706%;
  }
}
section.trc.application-form .af__form form .form-group > div.col-sm-3 {
  width: 100%;
}
section.trc.application-form .af__form form .form-group > div.col-sm-3 + label {
  width: 10rem;
  margin-left: 2.875rem;
}
@media screen and (max-width:1198px) {
  section.trc.application-form .af__form form .form-group > div.col-sm-3 + label {
    margin-left: 0;
    margin-top: 1.875rem;
  }
}
@media screen and (max-width:639px) {
  section.trc.application-form .af__form form .form-group > div.col-sm-3 + label {
    margin-top: 1.25rem;
  }
}
section.trc.application-form .af__form form .form-group .pull-right button {
  margin-right: 1.25rem;
}
section.trc.application-form .af__form form .form-group.equal-half {
  justify-content: flex-start;
}
section.trc.application-form .af__form form .form-group.equal-half.disability {
  flex-wrap: wrap;
}
section.trc.application-form .af__form form .form-group.equal-half.disability .form-group-wrapper {
  display: flex;
  width: 100%;
}
@media screen and (max-width:1198px) {
  section.trc.application-form .af__form form .form-group.equal-half.disability .form-group-wrapper {
    flex-wrap: wrap;
  }
}
section.trc.application-form .af__form form .form-group.equal-half.disability .form-group-wrapper > label:nth-child(1) {
  width: 14.75rem;
  min-width: 14.75rem;
  padding-right: 1.875rem;
}
@media screen and (max-width:1198px) {
  section.trc.application-form .af__form form .form-group.equal-half.disability .form-group-wrapper > label:nth-child(1) {
    width: 100%;
    min-width: 100%;
    padding-right: 0rem;
    margin-bottom: 0.625rem;
  }
}
section.trc.application-form .af__form form .form-group.equal-half.disability .col-sm-6 {
  min-width: 160px;
  margin-right: 29px;
}
@media screen and (max-width:1198px) {
  section.trc.application-form .af__form form .form-group.equal-half.disability .col-sm-6 + label {
    margin-bottom: 0.625rem;
    margin-top: 1.875rem;
  }
}
section.trc.application-form .af__form form .form-group.equal-half .col-sm-2 {
  width: 33.33%;
}
@media screen and (max-width:1198px) {
  section.trc.application-form .af__form form .form-group.equal-half .col-sm-2 {
    width: 100%;
  }
}
section.trc.application-form .af__form form .form-group.equal-half .col-sm-3 {
  width: 30.7826086957%;
}
@media screen and (max-width:1198px) {
  section.trc.application-form .af__form form .form-group.equal-half .col-sm-3 {
    width: 100%;
  }
}
section.trc.application-form .af__form form .form-group.equal-half .col-sm-3 + .control-label {
  min-width: unset;
  width: 10rem;
}
@media screen and (max-width:1198px) {
  section.trc.application-form .af__form form .form-group.equal-half .col-sm-3 + .control-label {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
section.trc.application-form .af__form form .form-group.single.sufferings {
  align-items: flex-start !important;
}
section.trc.application-form .af__form form .form-group.single.sufferings .row {
  margin-bottom: 1.5625rem;
}
section.trc.application-form .af__form form .form-group.single.sufferings label.col-sm-5 {
  margin-bottom: 0.9375rem;
  display: block;
}
section.trc.application-form .af__form form .form-group.single.sufferings .col-sm-2 {
  margin-bottom: 0.9375rem;
}
section.trc.application-form .af__form form .form-group.single .col-sm-3, section.trc.application-form .af__form form .form-group.single .col-sm-4, section.trc.application-form .af__form form .form-group.single .col-sm-6, section.trc.application-form .af__form form .form-group.single .col-sm-7, section.trc.application-form .af__form form .form-group.single .col-sm-2, section.trc.application-form .af__form form .form-group.single .col-sm-8, section.trc.application-form .af__form form .form-group.single .col-sm-12 {
  width: 100%;
}
section.trc.application-form .af__form form .add-item .frmTrainingCount, section.trc.application-form .af__form form .add-item .frmWorkCount {
  position: relative;
  padding: 4.3125rem 2.5rem;
  background: rgba(242, 244, 247, 0.71);
  border-radius: 0.1875rem;
}
@media screen and (max-width:1198px) {
  section.trc.application-form .af__form form .add-item .frmTrainingCount, section.trc.application-form .af__form form .add-item .frmWorkCount {
    padding: 3.125rem 1.875rem;
  }
  section.trc.application-form .af__form form .add-item .frmTrainingCount .remove-item + .form-group.single label, section.trc.application-form .af__form form .add-item .frmWorkCount .remove-item + .form-group.single label {
    margin-bottom: 0;
  }
}
section.trc.application-form .af__form form .add-item .frmTrainingCount > div:nth-last-child(1), section.trc.application-form .af__form form .add-item .frmWorkCount > div:nth-last-child(1) {
  margin-bottom: 0;
}
section.trc.application-form .af__form form .add-item .frmTrainingCount + .frmTrainingCount, section.trc.application-form .af__form form .add-item .frmWorkCount + .frmTrainingCount {
  margin-top: 1.25rem;
}
section.trc.application-form .af__form form .add-item .frmTrainingCount + .frmWorkCount, section.trc.application-form .af__form form .add-item .frmWorkCount + .frmWorkCount {
  margin-top: 1.25rem;
}
section.trc.application-form .af__form form .add-item .frmTrainingCount span.remove-item, section.trc.application-form .af__form form .add-item .frmWorkCount span.remove-item {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media screen and (min-width:991px) {
  section.trc.application-form .af__form form .add-item .frmTrainingCount span.remove-item, section.trc.application-form .af__form form .add-item .frmWorkCount span.remove-item {
    top: 1.25rem;
    right: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
section.trc.application-form .af__form form .add-item .frmTrainingCount span.remove-item::after, section.trc.application-form .af__form form .add-item .frmWorkCount span.remove-item::after {
  content: "";
  height: 2px;
  width: 15px;
  background-color: #000;
  display: block;
  transform: translate(3px, 7px) rotate(45deg);
}
@media screen and (min-width:991px) {
  section.trc.application-form .af__form form .add-item .frmTrainingCount span.remove-item::after, section.trc.application-form .af__form form .add-item .frmWorkCount span.remove-item::after {
    height: 0.125rem;
    width: 0.9375rem;
  }
}
section.trc.application-form .af__form form .add-item .frmTrainingCount span.remove-item::before, section.trc.application-form .af__form form .add-item .frmWorkCount span.remove-item::before {
  content: "";
  height: 2px;
  width: 15px;
  background-color: #000;
  display: block;
  transform: translate(3px, 9px) rotate(-45deg);
}
@media screen and (min-width:991px) {
  section.trc.application-form .af__form form .add-item .frmTrainingCount span.remove-item::before, section.trc.application-form .af__form form .add-item .frmWorkCount span.remove-item::before {
    height: 0.125rem;
    width: 0.9375rem;
  }
}
section.trc.application-form .af__form form .add-item .form-group.single > label.control-label {
  width: 14.75rem;
  min-width: 14.75rem;
  padding-right: 1.875rem;
}
section.trc.application-form .af__form form .add-item .form-group-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width:1199px) {
  section.trc.application-form .af__form form .add-item .form-group-wrapper {
    flex-wrap: nowrap;
  }
  section.trc.application-form .af__form form .add-item .form-group-wrapper .form-group.single:nth-child(1) {
    width: 52%;
  }
  section.trc.application-form .af__form form .add-item .form-group-wrapper .form-group.single:nth-last-child(1) {
    width: 44%;
  }
  section.trc.application-form .af__form form .add-item .form-group-wrapper .form-group.single:nth-last-child(1) label {
    width: auto !important;
    min-width: 147px !important;
  }
}
section.trc.application-form .af__form form button.add-button {
  background: #151A1F 0% 0% no-repeat padding-box;
  border-radius: 0.25rem;
  padding: 1.125rem 1.75rem;
  font-size: 17px;
  line-height: 1.3888;
  letter-spacing: 0px;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 1.875rem;
  border-radius: 0.1875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width:991px) {
  section.trc.application-form .af__form form button.add-button {
    font-size: 1.125rem;
  }
}
section.trc.application-form .af__form form button.add-button span {
  margin-left: 0.625rem;
}
section.trc.application-form .af__form form button.add-button:hover {
  background-color: #0C2A34;
}
section.trc.application-form .af__form form .radio-inline {
  font-size: 15px;
  line-height: 1.9375;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
}
@media screen and (min-width:991px) {
  section.trc.application-form .af__form form .radio-inline {
    font-size: 1rem;
    margin-right: 1.5625rem;
  }
}
section.trc.application-form .af__form form .radio-inline input {
  margin-right: 10px;
  width: 17px;
  height: 17px;
  min-height: unset;
  margin-top: -0.0625rem;
}
@media screen and (min-width:991px) {
  section.trc.application-form .af__form form .radio-inline input {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.625rem;
  }
}
section.trc.application-form .af__form form .radio-inline + .radio-inline {
  margin-right: 30px;
}
@media screen and (min-width:991px) {
  section.trc.application-form .af__form form .radio-inline + .radio-inline {
    margin-right: 1.5625rem;
  }
}
section.trc.application-form .af__form form h3 {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  border-top: 3px solid #151A1F;
  line-height: 1.3125;
  font-weight: 600;
  letter-spacing: 0px;
  color: #151A1F;
  text-decoration: none;
  font-size: 23px;
}
@media screen and (min-width:768px) {
  section.trc.application-form .af__form form h3 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    padding-top: 3.125rem;
    margin-top: 3.125rem;
  }
}
@media screen and (min-width:991px) {
  section.trc.application-form .af__form form h3 {
    font-size: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
}
@media screen and (min-width:1320px) {
  section.trc.application-form .af__form form h3 {
    font-size: 1.75rem;
    margin-bottom: 2.0625rem;
    padding-top: 3.75rem;
    margin-top: 3.125rem;
  }
}
@media screen and (min-width:1430px) {
  section.trc.application-form .af__form form h3 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width:1600px) {
  section.trc.application-form .af__form form h3 {
    font-size: 2rem;
  }
}

section.section--careers-banner {
  background-color: #326E93;
  padding-top: 6.5625rem;
  position: relative;
}
section.section--careers-banner:after {
  content: "";
  position: absolute;
  height: 80px;
  background-color: #ffffff;
  z-index: 0;
  bottom: 0;
  width: 100%;
  left: 0;
}
@media screen and (min-width:768px) {
  section.section--careers-banner:after {
    height: 15.125rem;
  }
}

.trc.careers-banner {
  padding: 6.5625rem 0 0;
  position: relative;
  z-index: 1;
}
.trc.careers-banner * {
  color: #ffffff;
}
.trc.careers-banner article span.l-pretitle {
  margin-bottom: 0.75rem;
}
.trc.careers-banner article h1.h2 {
  max-width: 48.0625rem;
  margin-bottom: 1.125rem;
}
.trc.careers-banner article p {
  max-width: 36.1875rem;
  margin-bottom: 4.875rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1.555;
}

.trc.careers-perks {
  padding: 6.25rem 0 6.25rem;
}
@media screen and (min-width:1199px) {
  .trc.careers-perks {
    padding: 9.375rem 0 8.125rem;
  }
}
.trc.careers-perks h2 {
  max-width: 38.125rem;
  margin: 0 auto;
  margin-bottom: 3.75rem;
  text-align: center;
}
.trc.careers-perks .careers-perks__grid {
  display: flex;
  gap: 1.875rem;
  flex-wrap: wrap;
}
@media screen and (min-width:1199px) {
  .trc.careers-perks .careers-perks__grid {
    flex-wrap: nowrap;
  }
}
.trc.careers-perks .careers-perks__grid .careers-perks__grid-item {
  padding: 40px 25px;
  border: 1px solid #A6C0C9;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 21.875rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width:768px) {
  .trc.careers-perks .careers-perks__grid .careers-perks__grid-item {
    text-align: left;
    padding: 5.125rem 1.875rem 4.4375rem;
    width: calc(50% - 11px);
    min-height: 24.75rem;
  }
}
@media screen and (min-width:1199px) {
  .trc.careers-perks .careers-perks__grid .careers-perks__grid-item {
    width: 25%;
  }
}
.trc.careers-perks .careers-perks__grid .careers-perks__grid-item figure {
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .trc.careers-perks .careers-perks__grid .careers-perks__grid-item figure {
    margin-left: 0;
    margin-bottom: 2.5rem;
  }
}
.trc.careers-perks .careers-perks__grid .careers-perks__grid-item h5 {
  font-size: 18px;
  line-height: 1.2272;
  font-weight: 500;
}
@media screen and (min-width:1199px) {
  .trc.careers-perks .careers-perks__grid .careers-perks__grid-item h5 {
    font-size: 1.375rem;
  }
}
.trc.careers-perks .careers-perks__grid .careers-perks__grid-item:nth-child(1) figure {
  max-width: 60px;
}
@media screen and (min-width:1199px) {
  .trc.careers-perks .careers-perks__grid .careers-perks__grid-item:nth-child(1) figure {
    max-width: 4.6875rem;
  }
}

body main .contact {
  padding-top: 6.5625rem;
}

section.section--contact-form {
  background-color: #DDF3FA;
  position: relative;
  padding-bottom: 50px;
}

.trc.contact-form {
  padding: 60px 0 60px;
  position: static;
}
@media screen and (min-width:768px) {
  .trc.contact-form {
    padding: 10.875rem 0 9.625rem;
  }
}
.trc.contact-form figure.bg-redline {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  max-width: 300px;
}
@media screen and (min-width:768px) {
  .trc.contact-form figure.bg-redline {
    max-width: 50rem;
  }
}
.trc.contact-form .contact-form__wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:991px) {
  .trc.contact-form .contact-form__wrapper {
    flex-wrap: nowrap;
  }
}
.trc.contact-form .contact-form__wrapper .contact-form__content {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width:991px) {
  .trc.contact-form .contact-form__wrapper .contact-form__content {
    max-width: 50.9051%;
    padding-right: 5.8125rem;
    margin-bottom: 0;
  }
}
.trc.contact-form .contact-form__wrapper .contact-form__content * {
  color: #0C2A34;
}
.trc.contact-form .contact-form__wrapper .contact-form__content p {
  color: #0B2333;
  font-size: 14px;
}
@media screen and (min-width:991px) {
  .trc.contact-form .contact-form__wrapper .contact-form__content p {
    font-size: 1.125rem;
  }
}
.trc.contact-form .contact-form__wrapper .contact-form__form {
  width: 100%;
}
@media screen and (min-width:991px) {
  .trc.contact-form .contact-form__wrapper .contact-form__form {
    max-width: 48.92%;
  }
}
.trc.contact-form .contact-form__wrapper .contact-form__form form .form-group__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width:640px) {
  .trc.contact-form .contact-form__wrapper .contact-form__form form .form-group__wrapper {
    gap: 1.875rem;
    flex-wrap: nowrap;
    margin-bottom: 1.875rem;
  }
}
.trc.contact-form .contact-form__wrapper .contact-form__form form .form-group__wrapper .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:991px) {
  .trc.contact-form .contact-form__wrapper .contact-form__form form .form-group__wrapper .form-group {
    width: 50%;
  }
}
.trc.contact-form .contact-form__wrapper .contact-form__form form .form-submit__button {
  margin-top: 20px;
  display: block;
}
@media screen and (min-width:640px) {
  .trc.contact-form .contact-form__wrapper .contact-form__form form .form-submit__button {
    margin-top: 1.875rem;
  }
}

.trc.contact-map {
  padding: 7.5rem 0;
}
.trc.contact-map span.l-pretitle {
  color: #0C2A34;
  margin-bottom: 5px;
  text-align: center;
  display: block;
}
.trc.contact-map h2 {
  margin-bottom: 3.6875rem;
  text-align: center;
  display: block;
}
.trc.contact-map .contact-map__wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width:768px) {
  .trc.contact-map .contact-map__wrapper {
    flex-wrap: nowrap;
    gap: 3.25rem;
  }
}
.trc.contact-map .contact-map__wrapper .contact-map__image {
  width: 100%;
}
@media screen and (min-width:768px) {
  .trc.contact-map .contact-map__wrapper .contact-map__image {
    min-width: calc(50% - 26px);
  }
}
@media screen and (min-width:991px) {
  .trc.contact-map .contact-map__wrapper .contact-map__image {
    min-width: calc(63.2150615496% - 26px);
  }
}
.trc.contact-map .contact-map__wrapper .contact-map__image figure {
  height: 100%;
}
.trc.contact-map .contact-map__wrapper .contact-map__address {
  padding: 5rem 3.75rem 3.1875rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(57, 118, 139, 0.06);
  border: 1px solid rgba(112, 112, 112, 0.06);
  border-radius: 7px;
}
@media screen and (min-width:768px) {
  .trc.contact-map .contact-map__wrapper .contact-map__address {
    min-width: calc(50% - 26px);
  }
}
@media screen and (min-width:991px) {
  .trc.contact-map .contact-map__wrapper .contact-map__address {
    min-width: calc(36.7849384504% - 26px);
  }
}
.trc.contact-map .contact-map__wrapper .contact-map__address .contact-map__address-item {
  margin-bottom: 2.25rem;
}
.trc.contact-map .contact-map__wrapper .contact-map__address .contact-map__address-item:nth-last-child(1) {
  margin-bottom: 4rem;
}
.trc.contact-map .contact-map__wrapper .contact-map__address .contact-map__address-item h5 {
  font-size: 15px;
  letter-spacing: 0px;
  color: #56616C;
  text-transform: capitalize;
  opacity: 0.9;
  margin-bottom: 1.0625rem;
  font-weight: 500;
}
@media screen and (min-width:1199px) {
  .trc.contact-map .contact-map__wrapper .contact-map__address .contact-map__address-item h5 {
    font-size: 1.125rem;
  }
}
.trc.contact-map .contact-map__wrapper .contact-map__address .contact-map__address-item p, .trc.contact-map .contact-map__wrapper .contact-map__address .contact-map__address-item a {
  font-size: 16px;
  line-height: 1.5;
  color: #151A1F;
  text-transform: capitalize;
  opacity: 0.9;
  display: block;
}
@media screen and (min-width:1199px) {
  .trc.contact-map .contact-map__wrapper .contact-map__address .contact-map__address-item p, .trc.contact-map .contact-map__wrapper .contact-map__address .contact-map__address-item a {
    font-size: 1.25rem;
  }
}
.trc.contact-map .contact-map__wrapper .contact-map__address .contact-map__address-item a {
  text-decoration: none;
  text-transform: none;
}
.trc.contact-map .contact-map__wrapper .contact-map__address .contact-map__address-item a:hover {
  color: #EC145A;
}
.trc.contact-map .contact-map__wrapper .contact-map__address .contact-map__address-social ul {
  display: flex;
  margin-left: -1.5rem;
  align-items: center;
}
.trc.contact-map .contact-map__wrapper .contact-map__address .contact-map__address-social ul li a {
  padding: 0 1.5625rem;
  display: flex;
  align-items: center;
}
.trc.contact-map .contact-map__wrapper .contact-map__address .contact-map__address-social ul li a:hover svg {
  transform: scale(1.1);
}
.trc.contact-map .contact-map__wrapper .contact-map__address .contact-map__address-social ul li a:hover svg path {
  fill: #EC145A;
}
.trc.contact-map .contact-map__wrapper .contact-map__address .contact-map__address-social ul li a svg {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width:768px) {
  .trc.contact-map .contact-map__wrapper .contact-map__address .contact-map__address-social ul li a svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.trc.contact-map .contact-map__wrapper .contact-map__address .contact-map__address-social ul li a svg path {
  transition: all 0.3s ease-in-out;
  fill: #37748a;
}

.trc.home-banner .container {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
@media screen and (min-width:1320px) {
  .trc.home-banner .container {
    position: static;
  }
}
.trc.home-banner .home-banner__slider {
  height: 100%;
}
.trc.home-banner .home-banner__slider .home-banner__slide {
  min-height: 37.5rem;
  height: 85vh;
  position: relative;
  display: flex;
  padding: 4.65625rem 0 14.0625rem;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width:1320px) {
  .trc.home-banner .home-banner__slider .home-banner__slide {
    min-height: 100vh;
  }
}
.trc.home-banner .home-banner__slider .home-banner__slide h1 {
  color: #ffffff;
}
.trc.home-banner .container > ul {
  position: absolute;
  bottom: 4.65625rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  display: none;
}
@media screen and (min-width:768px) {
  .trc.home-banner .container > ul {
    display: block;
  }
}
.trc.home-banner .container > ul .slick-list {
  padding: 0 !important;
}
@media screen and (min-width:768px) {
  .trc.home-banner .container > ul .slick-list {
    padding: 0 50px !important;
  }
}
.trc.home-banner .container > ul .slick-track {
  display: flex;
  justify-content: center;
  gap: 3.125rem;
}
.trc.home-banner .container > ul li {
  width: 8.46875rem !important;
  display: block;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 0.78125rem;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}
.trc.home-banner .container > ul li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.0625rem;
  width: 100%;
  background-color: #707070;
  opacity: 0.45;
  z-index: 1;
}
.trc.home-banner .container > ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.0625rem;
  width: 0%;
  background-color: #EC145A;
  opacity: 1;
  z-index: 2;
}
.trc.home-banner .container > ul li.active:after {
  width: 100%;
  transition: all 3.5s ease-in-out;
}
.trc.home-banner .home-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.trc.home-banner .home-banner__bg figure, .trc.home-banner .home-banner__bg img {
  width: 100%;
  height: 100%;
}
.trc.home-banner .home-banner__bg img {
  object-fit: cover;
}
.trc.home-banner .home-banner__contents {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding: 0 10%;
}
@media screen and (min-width:768px) {
  .trc.home-banner .home-banner__contents {
    padding: 0;
  }
}
.trc.home-banner .home-banner__contents h1 {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (min-width:1199px) {
  .trc.home-banner .home-banner__contents h1 {
    margin-bottom: 0.5625rem;
  }
}
.trc.home-banner .home-banner__contents h1 br {
  display: none;
}
@media screen and (min-width:640px) {
  .trc.home-banner .home-banner__contents h1 br {
    display: block;
  }
}
.trc.home-banner .home-banner__contents .learn-more {
  display: inline-block;
  font-size: 14px;
}
@media screen and (min-width:768px) {
  .trc.home-banner .home-banner__contents .learn-more {
    font-size: 13px;
  }
}

.trc.home-other-services {
  padding: 0;
}
@media screen and (min-width:768px) {
  .trc.home-other-services {
    padding: 6.8125rem 0 7.25rem;
  }
}
.trc.home-other-services .hos__two-column {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width:768px) {
  .trc.home-other-services .hos__two-column {
    flex-wrap: nowrap;
  }
}
.trc.home-other-services .hos__two-column .hos__two-column-contents {
  width: 100%;
}
@media screen and (min-width:768px) {
  .trc.home-other-services .hos__two-column .hos__two-column-contents {
    max-width: 54.88%;
    padding-left: 6.2997827661%;
  }
}
.trc.home-other-services .hos__two-column .hos__two-column-contents * {
  color: #0C2A34;
}
.trc.home-other-services .hos__two-column .hos__two-column-contents h2 {
  margin-bottom: 24px;
}
@media screen and (min-width:768px) {
  .trc.home-other-services .hos__two-column .hos__two-column-contents h2 {
    margin-bottom: 3.0625rem;
  }
}
.trc.home-other-services .hos__two-column .hos__two-column-contents p {
  font-size: 14px;
  line-height: 1.555;
  font-weight: 400;
}
@media screen and (min-width:768px) {
  .trc.home-other-services .hos__two-column .hos__two-column-contents p {
    font-size: 1.125rem;
    padding-right: 4.125rem;
  }
}
.trc.home-other-services .hos__two-column .hos__two-column-contents p b {
  font-weight: 500;
  color: #08546E;
}
.trc.home-other-services .hos__two-column .hos__two-column-contents p:nth-last-child(1) {
  margin-bottom: 0;
}
.trc.home-other-services .hos__two-column--segments {
  padding: 50px 0 50px;
}
@media screen and (min-width:768px) {
  .trc.home-other-services .hos__two-column--segments {
    padding: 3.75rem 0 3.75rem;
  }
}
.trc.home-other-services .hos__two-column--segments figure {
  margin-bottom: 3.125rem;
}
@media screen and (min-width:768px) {
  .trc.home-other-services .hos__two-column--segments figure {
    margin-bottom: 0;
    max-width: 44.81%;
  }
}
.trc.home-other-services .hos__two-column--grey-box {
  background-color: #EFF1F2;
  align-items: flex-end;
  padding: 40px;
}
@media screen and (min-width:768px) {
  .trc.home-other-services .hos__two-column--grey-box {
    padding: 6rem 7.0625rem 6.625rem 7.375rem;
    margin: 3.75rem 0;
  }
}
.trc.home-other-services .hos__two-column--grey-box .hos__two-column-contents {
  padding-left: 0;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .trc.home-other-services .hos__two-column--grey-box .hos__two-column-contents {
    max-width: 51.1%;
    min-width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width:768px) {
  .trc.home-other-services .hos__two-column--grey-box .hos__two-column-contents p {
    padding-right: 4.375rem;
  }
}
.trc.home-other-services .hos__two-column--grey-box .hos__two-column-images {
  display: flex;
  align-items: center;
}
.trc.home-other-services .hos__two-column--grey-box .hos__two-column-images .hos__two-column-images-wrapper h5.p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.555;
  margin-bottom: 1.375rem;
}
@media screen and (min-width:768px) {
  .trc.home-other-services .hos__two-column--grey-box .hos__two-column-images .hos__two-column-images-wrapper h5.p {
    font-size: 1.125rem;
    font-weight: 400;
  }
}
.trc.home-other-services .hos__two-column--grey-box .hos__two-column-images .hos__two-column-images-wrapper .image__wrapper {
  display: flex;
  gap: 1.75rem;
  flex-wrap: wrap;
}
@media screen and (min-width:768px) {
  .trc.home-other-services .hos__two-column--grey-box .hos__two-column-images .hos__two-column-images-wrapper .image__wrapper {
    flex-wrap: nowrap;
  }
}
.trc.home-other-services .hos__two-column--grey-box .hos__two-column-images .hos__two-column-images-wrapper .image__wrapper figure {
  padding: 3.125rem 2.8125rem;
  background-color: #ffffff;
  border: 1px solid #D9EBF0;
  border-radius: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width:480px) {
  .trc.home-other-services .hos__two-column--grey-box .hos__two-column-images .hos__two-column-images-wrapper .image__wrapper figure {
    width: calc(50% - 14px);
    flex-wrap: nowrap;
  }
}
.trc.home-other-services .hos__two-column--non-medical {
  padding: 50px 0;
}
@media screen and (min-width:768px) {
  .trc.home-other-services .hos__two-column--non-medical {
    padding: 3.75rem 0;
  }
}
.trc.home-other-services .hos__two-column--non-medical .hos__two-column-contents {
  padding-right: 0;
}
@media screen and (min-width:768px) {
  .trc.home-other-services .hos__two-column--non-medical .hos__two-column-contents {
    max-width: 51.1%;
    min-width: 50%;
    margin-bottom: 0;
  }
}
.trc.home-other-services .hos__two-column--non-medical .hos__two-column-contents h2 {
  margin-bottom: 24px;
}
@media screen and (min-width:768px) {
  .trc.home-other-services .hos__two-column--non-medical .hos__two-column-contents h2 {
    margin-bottom: 2.75rem;
  }
}
.trc.home-other-services .hos__two-column--non-medical .hos__two-column-contents ul li {
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
  text-decoration: underline;
  color: #0C2A34;
  font-size: 14px;
  line-height: 1.555;
  text-underline-offset: 2px;
}
@media screen and (min-width:768px) {
  .trc.home-other-services .hos__two-column--non-medical .hos__two-column-contents ul li {
    font-size: 1.125rem;
    padding-left: 1.8125rem;
    margin-bottom: 1.125rem;
  }
}
.trc.home-other-services .hos__two-column--non-medical .hos__two-column-contents ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #EC145A;
  border-radius: 62.4375rem;
  width: 6px;
  height: 6px;
}
.trc.home-other-services .hos__two-column--non-medical .hos__two-column-images {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .trc.home-other-services .hos__two-column--non-medical .hos__two-column-images {
    margin-bottom: 0;
    max-width: 44.81%;
  }
}
.trc.home-other-services .hos__two-column--non-medical .hos__two-column-images p {
  padding: 3.125rem 3.125rem;
  background-color: #B12854;
  color: #ffffff;
  line-height: 1.4582;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .trc.home-other-services .hos__two-column--non-medical .hos__two-column-images p {
    font-size: 1.5rem;
    padding: 3.75rem 3.125rem;
  }
}
@media screen and (min-width:1199px) {
  .trc.home-other-services .hos__two-column--non-medical .hos__two-column-images p {
    padding: 4.5rem 3.25rem;
  }
}

.trc.application-form-banner {
  padding: 40px;
  background-color: #b12854;
  border: 1px solid #707070;
  border-radius: 9px;
  margin-bottom: 1.125rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .trc.application-form-banner {
    padding: 4.4375rem 7.5rem;
  }
}
.trc.application-form-banner > figure {
  position: absolute;
  bottom: 0;
  right: 1.0625rem;
  z-index: 0;
  max-width: 22.5rem;
  display: block;
  pointer-events: none;
  opacity: 0.8;
}
.trc.application-form-banner .application-form-banner__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}
@media screen and (min-width:640px) {
  .trc.application-form-banner .application-form-banner__wrapper {
    gap: 8.1875rem;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
}
.trc.application-form-banner .application-form-banner__wrapper .application-form-banner__button {
  position: relative;
  z-index: 2;
}
.trc.application-form-banner .application-form-banner__wrapper .application-form-banner__button .l-btn {
  text-align: center;
  justify-content: center;
  white-space: nowrap;
}
.trc.application-form-banner .application-form-banner__wrapper .application-form-banner__title {
  max-width: 35.8125rem;
}
.trc.application-form-banner .application-form-banner__wrapper .application-form-banner__title * {
  color: #ffffff;
}
.trc.application-form-banner .application-form-banner__wrapper .application-form-banner__title h3 {
  font-size: 20px;
  line-height: 1.2666;
  margin-bottom: 15px;
  font-weight: 400;
}
@media screen and (min-width:768px) {
  .trc.application-form-banner .application-form-banner__wrapper .application-form-banner__title h3 {
    margin-bottom: 1.0625rem ¸;
    font-size: 2.8125rem;
  }
}

.trc.other-services .other-services__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.0625rem;
}
.trc.other-services .other-services__title a.learn-more {
  margin-bottom: 0.625rem;
}

.trc.services-card {
  min-height: 100%;
  position: relative;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  overflow: hidden;
}
.trc.services-card .services-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.trc.services-card figure {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  display: block;
}
.trc.services-card article {
  padding: 3.0625rem 3.375rem 2.6875rem 2.5rem;
  border: 1px solid #A6C0C9;
  border-top: 0.25rem solid transparent;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.trc.services-card article h4 {
  margin-bottom: 1.0625rem;
  color: #0B2333;
}
.trc.services-card article p {
  margin-bottom: 1.96875rem;
  font-size: 13px;
}
@media screen and (min-width:1199px) {
  .trc.services-card article p {
    font-size: 1rem;
  }
}
.trc.services-card article .learn-more {
  color: #0B2333;
  font-size: 13px;
}
@media screen and (min-width:1199px) {
  .trc.services-card article .learn-more {
    font-size: 1rem;
  }
}
.trc.services-card:hover article {
  border-top: 0.25rem solid #EC145A;
}
.trc.services-card:hover article .learn-more {
  color: #EC145A;
}

.trc.services-banner {
  min-height: 31.25rem;
  height: 40vh;
  position: relative;
  margin-top: 6.5625rem;
  max-height: 500px;
}
.trc.services-banner .container {
  position: relative;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:1320px) {
  .trc.services-banner .container {
    position: static;
  }
}
.trc.services-banner .services-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.trc.services-banner .services-banner__bg figure, .trc.services-banner .services-banner__bg img {
  width: 100%;
  height: 100%;
}
.trc.services-banner .services-banner__bg img {
  object-fit: cover;
  object-position: center;
}
.trc.services-banner .services-banner__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3457);
  z-index: 2;
}
.trc.services-banner .services-banner__bg figure {
  z-index: 1;
}
.trc.services-banner .services-banner__contents {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 10%;
}
@media screen and (min-width:768px) {
  .trc.services-banner .services-banner__contents {
    padding: 0;
  }
}
.trc.services-banner .services-banner__contents h1 {
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
.trc.services-banner .services-banner__contents h1 br {
  display: none;
}
@media screen and (min-width:640px) {
  .trc.services-banner .services-banner__contents h1 br {
    display: block;
  }
}
.trc.services-banner .services-banner__contents .learn-more {
  display: inline-block;
  font-size: 14px;
}
@media screen and (min-width:768px) {
  .trc.services-banner .services-banner__contents .learn-more {
    font-size: 13px;
  }
}

.trc.services-list {
  padding: 8.75rem 0;
}
.trc.services-list .services-list__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.trc.services-list .services-list__wrapper .services-card {
  width: 100%;
}
@media screen and (min-width:640px) {
  .trc.services-list .services-list__wrapper .services-card {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width:1320px) {
  .trc.services-list .services-list__wrapper .services-card {
    width: calc(33.33% - 27px);
  }
}

.trc.services-slider {
  background-color: #ffffff;
  padding: 5rem 0;
}
@media screen and (min-width:768px) {
  .trc.services-slider {
    padding: 8.25rem 0;
  }
}
.trc.services-slider .services-slider__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
  column-gap: 1.875rem;
}
@media screen and (min-width:768px) {
  .trc.services-slider .services-slider__title {
    flex-wrap: nowrap;
    margin-bottom: 4.25rem;
  }
}
@media screen and (min-width:768px) {
  .trc.services-slider .services-slider__title .services-slider__heading {
    max-width: 50%;
  }
}
.trc.services-slider .services-slider__title .services-slider__heading span {
  color: #0C2A34;
}
.trc.services-slider .services-slider__title .services-slider__heading h2 {
  margin-bottom: 10px;
  color: #0C2A34;
}
@media screen and (min-width:768px) {
  .trc.services-slider .services-slider__title .services-slider__heading h2 {
    margin-bottom: 0;
  }
}
@media screen and (min-width:768px) {
  .trc.services-slider .services-slider__title .services-slider__paragraph {
    max-width: 33.4776334776%;
  }
}
.trc.services-slider .services-slider__title .services-slider__paragraph p {
  color: #0B2333;
  font-size: 13px;
}
@media screen and (min-width:768px) {
  .trc.services-slider .services-slider__title .services-slider__paragraph p {
    margin-bottom: 0;
  }
}
@media screen and (min-width:1199px) {
  .trc.services-slider .services-slider__title .services-slider__paragraph p {
    font-size: 1rem;
  }
}
.trc.services-slider .services-slider__wrapper {
  margin-bottom: 2.625rem;
  margin-left: -0.8125rem;
  margin-right: -0.8125rem;
}
.trc.services-slider .services-slider__wrapper .slick-track {
  display: flex;
}
.trc.services-slider .services-slider__wrapper .slick-track .slick-slide {
  margin: 0 0.8125rem;
}
.trc.services-slider .services-slider__navigation {
  display: flex;
  justify-content: center;
}
@media screen and (min-width:768px) {
  .trc.services-slider .services-slider__navigation {
    justify-content: flex-end;
  }
}
.trc.services-slider .services-slider__navigation ul {
  display: flex;
  gap: 15px;
}
.trc.services-slider .services-slider__navigation ul li {
  width: 3.5625rem;
  height: 3.5625rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.trc.services-slider .services-slider__navigation ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.trc.services-slider .services-slider__navigation ul li.slick-next {
  transform: rotate(180deg);
}
.trc.services-slider .services-slider__navigation ul li:hover {
  filter: invert(1);
}
.trc.services-slider--inner {
  padding-bottom: 6.75rem;
}
.trc.services-slider--inner .container {
  position: relative;
}
.trc.services-slider--inner .services-slider__title {
  margin-bottom: 1.875rem;
}
@media screen and (min-width:768px) {
  .trc.services-slider--inner .services-slider__title {
    flex-wrap: nowrap;
    margin-bottom: 3.0625rem;
  }
}
.trc.services-slider--inner .services-slider__title * {
  color: #0C2A34;
}
@media screen and (min-width:640px) {
  .trc.services-slider--inner .services-slider__title .services-slider__paragraph {
    margin-bottom: -0.625rem;
  }
}
.trc.services-slider--inner .services-slider__title .services-slider__paragraph a:hover {
  color: #EC145A;
}
.trc.services-slider--inner .services-slider__wrapper {
  margin-bottom: 0;
}
.trc.services-slider--inner .services-slider__navigation {
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width:991px) {
  .trc.services-slider--inner .services-slider__navigation {
    margin-top: 0;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
@media screen and (min-width:991px) {
  .trc.services-slider--inner .services-slider__navigation ul {
    width: 100%;
    justify-content: space-between;
  }
}

.trc.service-detail {
  padding: 11rem 0 3.75rem;
}
@media screen and (min-width:991px) {
  .trc.service-detail {
    padding: 11rem 0 7.1875rem;
  }
}
.trc.service-detail .service-container {
  max-width: 71.875rem;
  margin: 0 auto;
}
.trc.service-detail .service-container .services-title {
  padding: 0 20px;
}
@media screen and (min-width:991px) {
  .trc.service-detail .service-container .services-title {
    padding: 0 7.375rem;
  }
}
.trc.service-detail .service-container .services-title * {
  color: #0C2A34;
}
.trc.service-detail .service-container .services-title span.l-pretitle {
  margin-bottom: 0.8125rem;
}
.trc.service-detail .service-container .services-title h1 {
  margin-bottom: 3.21875rem;
}
.trc.service-detail .service-container .services-content {
  padding: 0 20px;
}
@media screen and (min-width:991px) {
  .trc.service-detail .service-container .services-content {
    padding: 0 7.375rem;
  }
}
.trc.service-detail .service-container .services-content p {
  font-size: 16px;
  line-height: 1.555;
  margin-bottom: 25px;
  color: #0B2333;
}
@media screen and (min-width:991px) {
  .trc.service-detail .service-container .services-content p {
    font-size: 1.125rem;
    margin-bottom: 2.1875rem;
  }
}
.trc.service-detail .service-container .services-content h5 {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.4;
  color: #0B2333;
  font-weight: 500;
  margin-top: 25px;
}
@media screen and (min-width:991px) {
  .trc.service-detail .service-container .services-content h5 {
    margin-top: 2.6875rem;
    font-size: 1.25rem;
  }
}
.trc.service-detail .service-container figure {
  margin-bottom: 3.375rem;
}

section.section--home-values-slider {
  background-color: #326E93;
  overflow: hidden;
}
section.section--home-values-slider .container {
  position: relative;
}
section.section--home-values-slider .container figure.bg-redline {
  position: absolute;
  right: 2.6875rem;
  top: 0;
  z-index: 0;
}
@media screen and (min-width:768px) {
  section.section--home-values-slider .container figure.bg-redline {
    height: 100%;
  }
  section.section--home-values-slider .container figure.bg-redline img {
    height: 100%;
  }
}

.trc.values-slider {
  padding: 6.25rem 0 6.25rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .trc.values-slider {
    padding: 9.25rem 0 9.8125rem;
  }
}
.trc.values-slider .values-slider__wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width:768px) {
  .trc.values-slider .values-slider__wrapper {
    flex-wrap: nowrap;
  }
}
.trc.values-slider .values-slider__wrapper .values-slider__title.is-desktop {
  display: none;
}
@media screen and (min-width:768px) {
  .trc.values-slider .values-slider__wrapper .values-slider__title.is-desktop {
    display: block;
  }
}
.trc.values-slider .values-slider__wrapper .values-slider__title.is-mobile {
  display: block;
  margin-bottom: 20px;
}
.trc.values-slider .values-slider__wrapper .values-slider__title.is-mobile * {
  color: #ffffff;
}
@media screen and (min-width:768px) {
  .trc.values-slider .values-slider__wrapper .values-slider__title.is-mobile {
    display: none;
  }
}
.trc.values-slider .values-slider__wrapper .values-slider__contents {
  order: 2;
}
@media screen and (min-width:768px) {
  .trc.values-slider .values-slider__wrapper .values-slider__contents {
    order: 1;
    width: 49.5%;
    padding-right: 9.8%;
  }
}
.trc.values-slider .values-slider__wrapper .values-slider__contents * {
  color: #ffffff;
}
.trc.values-slider .values-slider__wrapper .values-slider__contents .values-slider__title h2 {
  margin-bottom: 4.90625rem;
}
.trc.values-slider .values-slider__wrapper .values-slider__contents > ul {
  background-color: #326E93;
}
.trc.values-slider .values-slider__wrapper .values-slider__contents > ul .slick-list {
  padding-top: 0 !important;
}
.trc.values-slider .values-slider__wrapper .values-slider__contents > ul .slick-list .slick-track {
  flex-wrap: wrap;
}
@media screen and (min-width:768px) {
  .trc.values-slider .values-slider__wrapper .values-slider__contents > ul .slick-list .slick-track {
    flex-wrap: nowrap;
  }
}
.trc.values-slider .values-slider__wrapper .values-slider__contents > ul li {
  padding-left: 2.78125rem;
  margin-bottom: 3.0625rem;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.trc.values-slider .values-slider__wrapper .values-slider__contents > ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  background-color: #ffffff;
  z-index: 1;
  height: 100%;
  opacity: 0;
}
.trc.values-slider .values-slider__wrapper .values-slider__contents > ul li:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 3px;
  background-color: #ffffff;
  z-index: 2;
  height: 0%;
  opacity: 0;
}
.trc.values-slider .values-slider__wrapper .values-slider__contents > ul li.active {
  padding-bottom: 1.578125rem;
  margin-bottom: 1.796875rem;
}
.trc.values-slider .values-slider__wrapper .values-slider__contents > ul li.active p {
  display: block;
}
.trc.values-slider .values-slider__wrapper .values-slider__contents > ul li.active:after {
  opacity: 1;
}
.trc.values-slider .values-slider__wrapper .values-slider__contents > ul li.active:before {
  opacity: 1;
  transition: height 3s ease-in-out;
  height: 100%;
}
.trc.values-slider .values-slider__wrapper .values-slider__contents > ul li h3 {
  margin-bottom: 0;
}
.trc.values-slider .values-slider__wrapper .values-slider__contents > ul li h3 + p {
  margin-top: 2.125rem;
}
.trc.values-slider .values-slider__wrapper .values-slider__contents > ul li p {
  font-size: 1.125rem;
  line-height: 1.555;
  display: none;
}
.trc.values-slider .values-slider__wrapper .values-slider__contents > ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.trc.values-slider .values-slider__wrapper .values-slider__images {
  order: 1;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .trc.values-slider .values-slider__wrapper .values-slider__images {
    order: 2;
    width: 50.5%;
  }
}

.trc.vision-mission {
  padding: 4.0625rem 0 5.75rem;
}
.trc.vision-mission .vision-mission__wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width:991px) {
  .trc.vision-mission .vision-mission__wrapper {
    flex-wrap: nowrap;
  }
}
.trc.vision-mission .vision-mission__wrapper .vision-mission__title {
  margin-bottom: 40px;
}
.trc.vision-mission .vision-mission__wrapper .vision-mission__title h2 {
  margin-bottom: 0;
}
@media screen and (min-width:991px) {
  .trc.vision-mission .vision-mission__wrapper .vision-mission__title {
    width: 50%;
    padding-right: 5.625rem;
  }
}
.trc.vision-mission .vision-mission__wrapper .vision-mission__title .l-pretitle {
  margin-bottom: 1.40625rem;
  color: #0C2A34;
}
.trc.vision-mission .vision-mission__wrapper .vision-mission__content {
  width: 100%;
}
@media screen and (min-width:991px) {
  .trc.vision-mission .vision-mission__wrapper .vision-mission__content {
    width: 50%;
  }
}
.trc.vision-mission .vision-mission__wrapper .vision-mission__content .vision-mission__item {
  padding-bottom: 5.03125rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 5.03125rem;
}
.trc.vision-mission .vision-mission__wrapper .vision-mission__content .vision-mission__item figure {
  width: 4.625rem;
  height: 4.625rem;
  display: block;
  margin-bottom: 2.5rem;
}
.trc.vision-mission .vision-mission__wrapper .vision-mission__content .vision-mission__item figure img {
  width: 100%;
  height: 100%;
}
.trc.vision-mission .vision-mission__wrapper .vision-mission__content .vision-mission__item h4 {
  margin-bottom: 1.625rem;
}
.trc.vision-mission .vision-mission__wrapper .vision-mission__content .vision-mission__item:nth-last-child(1) {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}