.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-9c053056-add8-485a-ab12-1a77bff47d3e { padding-top: 10px;
padding-bottom: 10px; }
 #s-9c053056-add8-485a-ab12-1a77bff47d3e .shogun-heading-component h1 {
   color: rgba(174, 26, 42, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 42px;
   text-align: center;
 }

 

.shg-box {
  position: relative;
}

/**
Ref:
https://keithclark.co.uk/articles/moving-ie-specific-css-into-media-blocks/media-tests/
https://stackoverflow.com/questions/44700068/flexbox-min-height-and-ie11
**/
/* @media screen\0 {
  .shg-box-vertical-center {
    height: 0;
  }
} */

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-7fcd43ab-8017-4e40-8e28-612968f12be2 { min-height: 50px; }
#s-7fcd43ab-8017-4e40-8e28-612968f12be2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-image-container {
  position: relative;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  min-height: inherit;
  max-height: inherit;
}

.shogun-lightbox-item {
  cursor: pointer;
  min-height: inherit;
  max-height: inherit;
}

.shogun-lightbox {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shogun-lightbox-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.shogun-lightbox-close {
  color: #fff;
  font-size: 45px;
  align-self: flex-end;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
}

.shogun-lightbox-image-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 10px;
}

.shogun-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shogun-lightbox-close:hover,
.shogun-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

img.shogun-image {
  max-width: 100% !important;
  margin: 0 !important;
}

/**
Ref: https://stackoverflow.com/questions/33417014/images-max-width-max-height-not-working-in-ie-11
**/
@media screen\0 {
  /* .shogun-image-container {
    display: flex !important;
  }
  .shogun-image-container .shogun-image {
    flex: 1;
    /* width: 100%; */
  } */
}

#s-37be9946-7fb1-4b9d-aac6-206fa5e6c93e { padding-top: 50px;
padding-bottom: 50px;
text-align: center; }
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-14fec539-db51-46a1-879a-1343be187af8 { margin-top: 40px;
margin-bottom: 40px;
padding-left: 50px;
padding-right: 50px; }
@media (min-width: 0px) {
[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-14fec539-db51-46a1-879a-1343be187af8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-dc076242-e8f1-4985-8a30-67477ef960fe { background-image: url(https://i.shgcdn.com/53a988df-22e9-4050-bb99-6e4a29f9d601/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
height: 537px;
min-height: 50px;
max-width: 537px;
background-position: center center; }
#s-dc076242-e8f1-4985-8a30-67477ef960fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f3519229-64e3-4522-84e7-1a911e76509d { min-height: 50px;
max-width: 537px; }
#s-f3519229-64e3-4522-84e7-1a911e76509d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-45f666d9-5068-404e-a405-e2887886d0cb { padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
text-align: center; }
#s-c339c7a0-0040-4c6b-bcb9-e162b025749b { background-image: url(https://i.shgcdn.com/f54332c1-2301-4b47-b4f3-3597601a1e6e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-right: auto;
height: 537px;
min-height: 50px;
max-width: 537px;
background-position: center center; }
#s-c339c7a0-0040-4c6b-bcb9-e162b025749b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-42e0e568-42ce-4d25-8505-ded806b4b562 { min-height: 50px;
max-width: 537px; }
#s-42e0e568-42ce-4d25-8505-ded806b4b562 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-2588859c-7bd7-42a4-bc8d-d2f758e83d66 { padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
text-align: center; }
#s-73af762b-9680-4c51-be2e-d35243fa20b5 { padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1); }
#s-73af762b-9680-4c51-be2e-d35243fa20b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-8c819d91-26d5-48fa-b9c4-fc5e97b30623 { margin-left: auto;
margin-right: auto;
max-width: 1300px; }
@media (min-width: 0px) {
[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8c819d91-26d5-48fa-b9c4-fc5e97b30623"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7a292cec-1fac-4116-b984-abf9819d8509 { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-radius: 0px;
min-height: 270px;
border-color: rgba(174, 26, 42, 1); }
#s-7a292cec-1fac-4116-b984-abf9819d8509 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24bdcd5e-df42-4320-8b22-c61886d64443"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e3df7d27-4f1d-4021-a4b5-0dfcf02672a1 { min-height: 270px; }
#s-e3df7d27-4f1d-4021-a4b5-0dfcf02672a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-3056bd3f-27e8-4790-be87-393db65b8382 { margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 200px; }
#s-da6cdd2d-f15c-41ce-86c1-906c78db90d2 { min-height: 270px; }
#s-da6cdd2d-f15c-41ce-86c1-906c78db90d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-25215bd6-de46-4217-8605-e6ee41bbe3e6 { padding-top: 20px;
padding-bottom: 20px; }
 #s-25215bd6-de46-4217-8605-e6ee41bbe3e6 .shogun-heading-component h1 {
   color: rgba(174, 26, 42, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 32px;
   text-align: center;
 }

 

#s-94b8af4a-686d-4878-a5cb-e57d5c9074be { padding-top: 20px;
padding-bottom: 20px;
text-align: center; }
#s-78bc3796-cc6b-4590-a215-13bfabcbda15 { border-style: solid;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
min-height: 270px;
border-color: rgba(174, 26, 42, 1); }
#s-78bc3796-cc6b-4590-a215-13bfabcbda15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-163687c2-1f18-443e-94fd-53ae73e9721f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a59abc13-1104-4c64-8848-7a1ddf9865ab { min-height: 270px; }
#s-a59abc13-1104-4c64-8848-7a1ddf9865ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-c8fe199b-c146-4690-a154-452571bbde53 { padding-top: 20px;
padding-bottom: 20px; }
 #s-c8fe199b-c146-4690-a154-452571bbde53 .shogun-heading-component h1 {
   color: rgba(174, 26, 42, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 32px;
   text-align: center;
 }

 

#s-0f6c34e6-aa5d-440b-8730-1a564cc37040 { padding-top: 20px;
padding-bottom: 20px;
text-align: center; }
#s-278e14a4-6122-4cb5-8698-6158868d7302 { min-height: 270px; }
#s-278e14a4-6122-4cb5-8698-6158868d7302 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-86d7412a-46c9-48b4-b969-1b12513a3017 { margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 200px; }
.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{width:100%}
