/* [project]/components/homePage/homePageCompo.module.css [client] (css) */
@media screen and (max-width: 768px) {
  .homePageCompo-module__6PB6qa__searchBar_container > img {
    width: 3.25% !important;
  }

  .homePageCompo-module__6PB6qa__searchBar_container > div {
    width: 100% !important;
  }
}

.homePageCompo-module__6PB6qa__searchBar_container {
  background-color: #858585;
}

.homePageCompo-module__6PB6qa__searchBar_container div p {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.homePageCompo-module__6PB6qa__searchBar_container div p:focus {
  outline: none;
}

.homePageCompo-module__6PB6qa__searchBar_container div img {
  cursor: pointer;
  filter: brightness(0) invert();
}

.homePageCompo-module__6PB6qa__searchBar_container > img {
  cursor: pointer;
  float: right;
  width: .75%;
}

.homePageCompo-module__6PB6qa__searchBar_container form {
  border-bottom: 1px solid #fff;
}

.homePageCompo-module__6PB6qa__searchBar_container form input {
  color: #fff;
  background-color: #858585;
  border: none !important;
}

.homePageCompo-module__6PB6qa__searchBar_container input::placeholder {
  color: #fff;
}

.homePageCompo-module__6PB6qa__searchBar_container form input:focus {
  outline: none;
}

.homePageCompo-module__6PB6qa__outLook_card_body {
  position: relative;
}

.homePageCompo-module__6PB6qa__outLook_card_body div p {
  color: #fff;
  text-align: left;
  line-height: 20px;
}

.homePageCompo-module__6PB6qa__outLook_card_body div {
  margin-left: 1rem;
  margin-right: 1rem;
}

.homePageCompo-module__6PB6qa__outLook_card_body .homePageCompo-module__6PB6qa__text {
  position: absolute;
  top: 55%;
}

.homePageCompo-module__6PB6qa__outLook_card_body .homePageCompo-module__6PB6qa__text h4 {
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .homePageCompo-module__6PB6qa__outLook_card_body .homePageCompo-module__6PB6qa__text {
    position: absolute;
    top: 55%;
  }
}

.homePageCompo-module__6PB6qa__searchResultContainer {
  z-index: 25;
  background-color: #fff;
  width: 500px;
  max-height: 500px;
  margin-top: 1rem;
  display: block;
  position: absolute;
  overflow-y: scroll;
}

.homePageCompo-module__6PB6qa__searchResultContainer a {
  color: #000;
  text-decoration: none;
}

.homePageCompo-module__6PB6qa__searchResultContainer a:hover {
  color: #97144c;
}

@media screen and (max-width: 768px) {
  .homePageCompo-module__6PB6qa__searchResultContainer {
    width: 100%;
  }
}

.homePageCompo-module__6PB6qa__closeModalBtn {
  z-index: 20;
  cursor: pointer;
  color: #fff;
  text-align: center;
  background-color: #97144c;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: -1%;
  left: 98%;
}

.homePageCompo-module__6PB6qa__cardContent input, .homePageCompo-module__6PB6qa__cardContent select {
  border: none;
}

.homePageCompo-module__6PB6qa__cardContent > div {
  border-bottom: 1px solid #d5d5d5;
}

.homePageCompo-module__6PB6qa__cardContent input:focus, .homePageCompo-module__6PB6qa__cardContent select:focus {
  border: none !important;
  outline: none !important;
}

.homePageCompo-module__6PB6qa__cardFooter button, .homePageCompo-module__6PB6qa__cardFooter button:hover, .homePageCompo-module__6PB6qa__cardFooter button, .homePageCompo-module__6PB6qa__cardFooter button {
  color: #fff;
  background-color: #97144c;
  border: none;
}

.homePageCompo-module__6PB6qa__cardFooterText p {
  color: #333;
  font-size: 12px;
}

.homePageCompo-module__6PB6qa__locationOptions {
  z-index: 10;
  background-color: #fff;
  position: absolute;
}

.homePageCompo-module__6PB6qa__locationOptions option, .homePageCompo-module__6PB6qa__cardFooterText span {
  cursor: pointer;
}

.homePageCompo-module__6PB6qa__cardContent .homePageCompo-module__6PB6qa__error_property {
  color: red;
  font-size: 10px;
  display: block;
}

.homePageCompo-module__6PB6qa__cardContent .homePageCompo-module__6PB6qa__error_label {
  color: red;
  font-size: 14px;
  display: block;
}

.homePageCompo-module__6PB6qa__cardContent .homePageCompo-module__6PB6qa__success_label {
  color: green;
  font-size: 14px;
  display: block;
}

.homePageCompo-module__6PB6qa__cardFooterText p span {
  color: #97144c;
}

.homePageCompo-module__6PB6qa__cardContent input {
  color: #000;
  background-color: #fff;
}

/* [project]/components/exploreProduct/exploreProductCompo.module.css [client] (css) */
.exploreProductCompo-module__SnMmCG__cardContainer .exploreProductCompo-module__SnMmCG__row {
  --bs-gutter-x: 0rem !important;
}

.exploreProductCompo-module__SnMmCG__cardContainer:hover {
  background-color: #f6f6f6;
  border-radius: 7px;
}

.exploreProductCompo-module__SnMmCG__cardContainer:hover .exploreProductCompo-module__SnMmCG__cardButton {
  cursor: pointer;
  border: 1px solid #97144d;
  border-radius: 0 0 7px 7px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .exploreProductCompo-module__SnMmCG__cardContainer {
    background-color: #f6f6f6;
    border-radius: 7px;
  }

  .exploreProductCompo-module__SnMmCG__cardContainer .exploreProductCompo-module__SnMmCG__cardButton {
    cursor: pointer;
    border: 1px solid #97144d;
    border-radius: 0 0 7px 7px;
    display: flex;
  }
}

.exploreProductCompo-module__SnMmCG__cardHeading h4 {
  color: #97144d;
}

.exploreProductCompo-module__SnMmCG__cardButton {
  text-align: center;
  display: none;
}

.exploreProductCompo-module__SnMmCG__cardButton a {
  color: #000;
  text-decoration: none;
}

.exploreProductCompo-module__SnMmCG__cardButton div {
  height: 100%;
}

.exploreProductCompo-module__SnMmCG__cardButton a:first-child {
  color: #fff;
  background-color: #97144d;
}

.exploreProductCompo-module__SnMmCG__cardTopDetails {
  text-align: center;
  margin-top: .5rem;
}

.exploreProductCompo-module__SnMmCG__cardBody {
  margin: 1rem 0;
}

.exploreProductCompo-module__SnMmCG__cardBody ul {
  text-align: left;
}

.exploreProductCompo-module__SnMmCG__article_cont .exploreProductCompo-module__SnMmCG__article_footer b {
  color: #97144d;
}

/* [project]/node_modules/react-toastify/dist/ReactToastify.css [client] (css) */
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: #ffffffb3;
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
  padding: 4px;
  position: fixed;
}

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    margin: 0;
    padding: 0;
    left: 0;
  }

  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }

  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }

  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}

.Toastify__toast {
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  cursor: default;
  z-index: 0;
  direction: ltr;
  border-radius: 4px;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 10px #0000001a, 0 2px 15px #0000000d;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-body {
  flex: auto;
  align-items: center;
  margin: auto 0;
  padding: 6px;
  display: flex;
}

.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1;
}

.Toastify__toast-icon {
  -webkit-margin-end: 10px;
  flex-shrink: 0;
  width: 20px;
  margin-inline-end: 10px;
  display: flex;
}

.Toastify--animate {
  animation-duration: .7s;
  animation-fill-mode: both;
}

.Toastify--animate-icon {
  animation-duration: .3s;
  animation-fill-mode: both;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    border-radius: 0;
    margin-bottom: 0;
  }
}

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light, .Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  cursor: pointer;
  opacity: .7;
  background: none;
  border: none;
  outline: none;
  align-self: flex-start;
  padding: 0;
  transition: all .3s;
}

.Toastify__close-button--light {
  color: #000;
  opacity: .3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  width: 14px;
  height: 16px;
}

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: .7;
  transform-origin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Toastify__progress-bar--animated {
  animation: linear forwards Toastify__trackProgress;
}

.Toastify__progress-bar--controlled {
  transition: transform .2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: 100%;
}

.Toastify__spinner {
  box-sizing: border-box;
  border: 2px solid;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  animation: .65s linear infinite Toastify__spin;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    opacity: 0;
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
  }

  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
  }

  60% {
    opacity: 1;
    transform: perspective(400px)rotate3d(1, 0, 0, 10deg);
  }

  80% {
    transform: perspective(400px)rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }

  30% {
    opacity: 1;
    transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
  }

  to {
    opacity: 0;
    transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    visibility: visible;
    transform: translate3d(110%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    visibility: visible;
    transform: translate3d(-110%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    visibility: visible;
    transform: translate3d(0, 110%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    visibility: visible;
    transform: translate3d(0, -110%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

/* [project]/components/layouts/layout.module.css [client] (css) */
.layout-module__-mP2Fa__banner_image {
  margin-top: 45px;
  margin-bottom: 50px;
}

.layout-module__-mP2Fa__banner_image_portfolio {
  margin-top: 100px;
  margin-bottom: 10px;
}

.layout-module__-mP2Fa__banner_image img {
  width: 825px;
  height: 320px;
  margin: auto;
}

.layout-module__-mP2Fa__banner_image > img {
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .layout-module__-mP2Fa__banner_image img {
    display: none;
  }

  .layout-module__-mP2Fa__banner_image {
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .layout-module__-mP2Fa__btn_primary span {
    position: relative;
    top: 25%;
  }
}

.layout-module__-mP2Fa__btn_primary {
  color: #fff;
  background: #97144c;
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
}

.layout-module__-mP2Fa__btn_primary:hover {
  color: #fff;
}

.layout-module__-mP2Fa__internalNav {
  justify-content: center;
  margin-bottom: 70px;
  display: flex;
}

.layout-module__-mP2Fa__internalNav ul {
  border-bottom: 1px solid #8b8b8b;
  padding-bottom: 10px;
  padding-left: 0;
}

.layout-module__-mP2Fa__internalNav ul li {
  margin-right: 60px;
  padding-bottom: 10px;
  display: inline;
}

.layout-module__-mP2Fa__internalNav ul li.layout-module__-mP2Fa__active {
  border-bottom: 3px solid #97144c;
}

.layout-module__-mP2Fa__internalNav ul li.layout-module__-mP2Fa__active a {
  color: #97144c;
}

.layout-module__-mP2Fa__internalNav ul li:last-child {
  margin-right: 0;
}

.layout-module__-mP2Fa__internalNav ul li a {
  color: #6d6e71;
  font-size: 18px;
  text-decoration: none;
}

.layout-module__-mP2Fa__page_title {
  color: #97144c;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.layout-module__-mP2Fa__split_section {
  max-width: 90%;
  margin-bottom: 80px;
}

.layout-module__-mP2Fa__split_section h4 {
  color: #231f20;
  font-size: bold;
  margin-left: 20px;
}

.layout-module__-mP2Fa__split_section p {
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 20px;
  line-height: 30px;
}

.layout-module__-mP2Fa__split_section a {
  color: #97144c;
  margin-left: 20px;
  text-decoration: underline;
}

.layout-module__-mP2Fa__icon {
  width: 15px;
  margin-left: 5px;
}

.layout-module__-mP2Fa__more_public_disclosures h4 {
  color: #97144c;
  text-align: left;
  margin-bottom: 60px;
  margin-left: 75px;
  font-size: 22px;
  font-weight: 700;
}

.layout-module__-mP2Fa__disclosures_row {
  width: 90%;
  max-width: 90%;
}

.layout-module__-mP2Fa__box {
  text-align: center;
  border-radius: 4px;
  margin-bottom: 50px;
  padding: 30px;
  box-shadow: 0 0 5px #d9d9d9;
}

.layout-module__-mP2Fa__box img {
  height: 60px;
  margin-bottom: 20px;
}

.layout-module__-mP2Fa__box h5 {
  color: #6d6e71;
  margin-bottom: 20px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .layout-module__-mP2Fa__btn_primary {
    width: 100%;
    font-size: 12px;
  }

  .layout-module__-mP2Fa__banner_image_wrapper img {
    display: none;
  }
}

.layout-module__-mP2Fa__banner_image_wrapper img {
  height: auto;
}

.layout-module__-mP2Fa__banner_image_wrapper video {
  height: auto;
  margin-top: 20px;
}

/* [project]/components/common/layoutMainBanner/layoutMainBanner.module.css [client] (css) */
@media screen and (max-width: 768px) {
  .layoutMainBanner-module__5RbXMq__banner_image_wrapper img {
    display: none;
  }
}

.layoutMainBanner-module__5RbXMq__banner_image_wrapper img {
  height: auto;
}

.layoutMainBanner-module__5RbXMq__banner_image_wrapper video {
  height: auto;
  margin-top: 20px;
}

/*# sourceMappingURL=_0opdq12._.css.map*/