.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

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

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-a2be9ff2-cad4-42d4-81da-3b77e6223d89 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a2be9ff2-cad4-42d4-81da-3b77e6223d89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2be9ff2-cad4-42d4-81da-3b77e6223d89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3adf6111-1761-46f7-9745-4650cc2e5f2e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-3adf6111-1761-46f7-9745-4650cc2e5f2e {
  padding-top: 64px;
padding-bottom: 64px;
}
}@media (max-width: 767px){#s-3adf6111-1761-46f7-9745-4650cc2e5f2e {
  padding-top: 32px;
padding-bottom: 20px;
}
}







#s-3adf6111-1761-46f7-9745-4650cc2e5f2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3adf6111-1761-46f7-9745-4650cc2e5f2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-09abde29-9215-4dcd-a8f1-151b5c622255 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-09abde29-9215-4dcd-a8f1-151b5c622255 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-09abde29-9215-4dcd-a8f1-151b5c622255 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-09abde29-9215-4dcd-a8f1-151b5c622255 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.5em;
  
  
}


@media (min-width: 1200px){#s-09abde29-9215-4dcd-a8f1-151b5c622255 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.5em;
  
  
}


}@media (max-width: 767px){#s-09abde29-9215-4dcd-a8f1-151b5c622255 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.4em;
  
  
}


}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-5332f3c9-2384-4ef6-b6f8-c139ca7968e7 {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
max-width: 1400px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-5332f3c9-2384-4ef6-b6f8-c139ca7968e7 {
  display: none;
}
#s-5332f3c9-2384-4ef6-b6f8-c139ca7968e7, #wrap-s-5332f3c9-2384-4ef6-b6f8-c139ca7968e7 { display: none !important; }}@media (max-width: 767px){#s-5332f3c9-2384-4ef6-b6f8-c139ca7968e7 {
  display: none;
}
#s-5332f3c9-2384-4ef6-b6f8-c139ca7968e7, #wrap-s-5332f3c9-2384-4ef6-b6f8-c139ca7968e7 { display: none !important; }}

  #s-5332f3c9-2384-4ef6-b6f8-c139ca7968e7 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(51, 18, 121, 1);
  }
  #s-5332f3c9-2384-4ef6-b6f8-c139ca7968e7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(229, 230, 252, 1);
    border: 2px solid rgba(51, 18, 121, 1);
  }
#s-5332f3c9-2384-4ef6-b6f8-c139ca7968e7 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(51, 18, 121, 1);
  font-family: Montserrat;
  font-weight: 700;
  font-style: ;
  font-size: 22px;
}

#s-5332f3c9-2384-4ef6-b6f8-c139ca7968e7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(51, 18, 121, 1);
}

#s-5332f3c9-2384-4ef6-b6f8-c139ca7968e7 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(229, 230, 252, 1);
}

#s-5332f3c9-2384-4ef6-b6f8-c139ca7968e7 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(51, 18, 121, 1);
}
@media (min-width: 1200px){
  #s-5332f3c9-2384-4ef6-b6f8-c139ca7968e7 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(51, 18, 121, 1);
  }
  #s-5332f3c9-2384-4ef6-b6f8-c139ca7968e7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(51, 18, 121, 1);
    border: 2px solid rgba(51, 18, 121, 1);
  }
#s-5332f3c9-2384-4ef6-b6f8-c139ca7968e7 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(51, 18, 121, 1);
  font-family: Montserrat;
  font-weight: 700;
  font-style: ;
  font-size: 22px;
}

#s-5332f3c9-2384-4ef6-b6f8-c139ca7968e7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-5332f3c9-2384-4ef6-b6f8-c139ca7968e7 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(51, 18, 121, 1);
}

#s-5332f3c9-2384-4ef6-b6f8-c139ca7968e7 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(51, 18, 121, 1);
}
}
#s-d6be43ec-b069-4dac-9489-3667b26b6555 {
  margin-top: -12px;
padding-bottom: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 18, 121, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(240, 240, 247, 1);
}
@media (min-width: 1200px){#s-d6be43ec-b069-4dac-9489-3667b26b6555 {
  border-style: solid;
border-color: rgba(51, 18, 121, 1);
}
}







#s-d6be43ec-b069-4dac-9489-3667b26b6555 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6be43ec-b069-4dac-9489-3667b26b6555.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-b6fc0af0-56c3-4d35-93d0-d7684ceb2e68 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-b6fc0af0-56c3-4d35-93d0-d7684ceb2e68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6fc0af0-56c3-4d35-93d0-d7684ceb2e68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b6fc0af0-56c3-4d35-93d0-d7684ceb2e68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6fc0af0-56c3-4d35-93d0-d7684ceb2e68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e502e968-21f2-4130-ad86-f9f7b64e22a8 {
  margin-left: 15%;
margin-right: 3%;
min-height: 50px;
}








#s-e502e968-21f2-4130-ad86-f9f7b64e22a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e502e968-21f2-4130-ad86-f9f7b64e22a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-0c0aa931-da0b-41e9-b66e-c59f8b014232 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-c42f321e-40df-4de2-86e0-3d9413486dac {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 1200px){#s-c42f321e-40df-4de2-86e0-3d9413486dac {
  margin-top: 10px;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

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

.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 {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content>div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-d84a6c81-8e11-4f46-8409-a56fd145d740 {
  margin-left: 12%;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 3224px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d84a6c81-8e11-4f46-8409-a56fd145d740 {
  margin-left: 12%;
  margin-right: 12%;
  
  
}

#s-d84a6c81-8e11-4f46-8409-a56fd145d740 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d84a6c81-8e11-4f46-8409-a56fd145d740 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d84a6c81-8e11-4f46-8409-a56fd145d740 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d84a6c81-8e11-4f46-8409-a56fd145d740 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d84a6c81-8e11-4f46-8409-a56fd145d740 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-d84a6c81-8e11-4f46-8409-a56fd145d740 .shogun-image-content {
  
    align-items: center;
  
}

.s-d84a6c81-8e11-4f46-8409-a56fd145d740.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d84a6c81-8e11-4f46-8409-a56fd145d740 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container {
      position: relative;
    }

    .s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d84a6c81-8e11-4f46-8409-a56fd145d740 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d84a6c81-8e11-4f46-8409-a56fd145d740 {
  
  
  
  
}

#s-d84a6c81-8e11-4f46-8409-a56fd145d740 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d84a6c81-8e11-4f46-8409-a56fd145d740 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d84a6c81-8e11-4f46-8409-a56fd145d740 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d84a6c81-8e11-4f46-8409-a56fd145d740 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d84a6c81-8e11-4f46-8409-a56fd145d740 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-d84a6c81-8e11-4f46-8409-a56fd145d740 .shogun-image-content {
  
    align-items: center;
  
}

.s-d84a6c81-8e11-4f46-8409-a56fd145d740.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d84a6c81-8e11-4f46-8409-a56fd145d740 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container {
      position: relative;
    }

    .s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d84a6c81-8e11-4f46-8409-a56fd145d740 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d84a6c81-8e11-4f46-8409-a56fd145d740 {
  
  
  
  
}

#s-d84a6c81-8e11-4f46-8409-a56fd145d740 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d84a6c81-8e11-4f46-8409-a56fd145d740 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d84a6c81-8e11-4f46-8409-a56fd145d740 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d84a6c81-8e11-4f46-8409-a56fd145d740 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d84a6c81-8e11-4f46-8409-a56fd145d740 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-d84a6c81-8e11-4f46-8409-a56fd145d740 .shogun-image-content {
  
    align-items: center;
  
}

.s-d84a6c81-8e11-4f46-8409-a56fd145d740.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d84a6c81-8e11-4f46-8409-a56fd145d740 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container {
      position: relative;
    }

    .s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d84a6c81-8e11-4f46-8409-a56fd145d740 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d84a6c81-8e11-4f46-8409-a56fd145d740 {
  
  
  
  
}

#s-d84a6c81-8e11-4f46-8409-a56fd145d740 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d84a6c81-8e11-4f46-8409-a56fd145d740 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d84a6c81-8e11-4f46-8409-a56fd145d740 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d84a6c81-8e11-4f46-8409-a56fd145d740 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d84a6c81-8e11-4f46-8409-a56fd145d740 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-d84a6c81-8e11-4f46-8409-a56fd145d740 .shogun-image-content {
  
    align-items: center;
  
}

.s-d84a6c81-8e11-4f46-8409-a56fd145d740.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d84a6c81-8e11-4f46-8409-a56fd145d740 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container {
      position: relative;
    }

    .s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d84a6c81-8e11-4f46-8409-a56fd145d740 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-d84a6c81-8e11-4f46-8409-a56fd145d740 {
  
  
  
  
}

#s-d84a6c81-8e11-4f46-8409-a56fd145d740 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d84a6c81-8e11-4f46-8409-a56fd145d740 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d84a6c81-8e11-4f46-8409-a56fd145d740 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d84a6c81-8e11-4f46-8409-a56fd145d740 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d84a6c81-8e11-4f46-8409-a56fd145d740 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-d84a6c81-8e11-4f46-8409-a56fd145d740 .shogun-image-content {
  
    align-items: center;
  
}

.s-d84a6c81-8e11-4f46-8409-a56fd145d740.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d84a6c81-8e11-4f46-8409-a56fd145d740 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container {
      position: relative;
    }

    .s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d84a6c81-8e11-4f46-8409-a56fd145d740.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d84a6c81-8e11-4f46-8409-a56fd145d740 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}
#s-610ec5d5-9afb-44ad-aa49-f5c67857fd8a {
  margin-top: -12px;
padding-bottom: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 18, 121, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(240, 240, 247, 1);
}
@media (min-width: 1200px){#s-610ec5d5-9afb-44ad-aa49-f5c67857fd8a {
  border-style: solid;
border-color: rgba(51, 18, 121, 1);
background-color: rgba(255, 255, 255, 1);
}
}







#s-610ec5d5-9afb-44ad-aa49-f5c67857fd8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-610ec5d5-9afb-44ad-aa49-f5c67857fd8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd9d80ad-11de-4557-8a28-e45e501ee997 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-dd9d80ad-11de-4557-8a28-e45e501ee997"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd9d80ad-11de-4557-8a28-e45e501ee997"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dd9d80ad-11de-4557-8a28-e45e501ee997"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd9d80ad-11de-4557-8a28-e45e501ee997"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-436e47b8-c04f-4a84-9146-fa0ae7282f0b {
  margin-left: 8%;
margin-right: 3%;
min-height: 50px;
}








#s-436e47b8-c04f-4a84-9146-fa0ae7282f0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-436e47b8-c04f-4a84-9146-fa0ae7282f0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a4204ce-f3b3-4e46-b957-eaddf840f737 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0a4204ce-f3b3-4e46-b957-eaddf840f737 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-a0c16ef8-35e3-4a50-86ce-cb05290570dd {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-7a46afdd-246e-4773-b609-5bee3f412ec0 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7a46afdd-246e-4773-b609-5bee3f412ec0 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-4f7c3150-4ea5-4ed0-833d-c0518e221686 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 1000px;
}

#s-f71cb42d-93df-470f-962a-8210ffbda57d {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f71cb42d-93df-470f-962a-8210ffbda57d .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-8dd5ff07-57b4-46a5-85d3-9004f6d64a9b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-76782a12-57f3-4196-9c95-1de25e25c336 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-76782a12-57f3-4196-9c95-1de25e25c336 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-cb0e95a2-f4c0-4945-b34d-06c9bcb6ed05 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-73328be3-f3aa-41bc-a2d9-0e252815cd5d {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-73328be3-f3aa-41bc-a2d9-0e252815cd5d .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-9814446d-76f5-411a-9a88-7ca6dccbec47 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 {
  margin-left: 12%;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 3224px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 {
  margin-left: 12%;
  margin-right: 12%;
  
  
}

#s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container {
      position: relative;
    }

    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 {
  
  
  
  
}

#s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container {
      position: relative;
    }

    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 {
  
  
  
  
}

#s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container {
      position: relative;
    }

    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 {
  
  
  
  
}

#s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container {
      position: relative;
    }

    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 {
  
  
  
  
}

#s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container {
      position: relative;
    }

    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b964ada-3e05-4808-a3d1-1f7e70f56ed3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}
#s-5369e534-16dd-43ad-9e5d-9996c069082c {
  margin-top: -12px;
padding-bottom: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 18, 121, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(240, 240, 247, 1);
}
@media (min-width: 1200px){#s-5369e534-16dd-43ad-9e5d-9996c069082c {
  border-style: solid;
border-color: rgba(51, 18, 121, 1);
background-color: rgba(255, 255, 255, 1);
}
}







#s-5369e534-16dd-43ad-9e5d-9996c069082c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5369e534-16dd-43ad-9e5d-9996c069082c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a71fc8a-3005-4736-a90f-3c9c66a6cefe {
  margin-top: 20px;
margin-left: 3%;
}

@media (min-width: 0px) {
[id="s-0a71fc8a-3005-4736-a90f-3c9c66a6cefe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a71fc8a-3005-4736-a90f-3c9c66a6cefe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0a71fc8a-3005-4736-a90f-3c9c66a6cefe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a71fc8a-3005-4736-a90f-3c9c66a6cefe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fbf6841a-3745-4a1b-9fb7-7312c4474772 {
  margin-left: 5%;
margin-right: 0%;
min-height: 50px;
}








#s-fbf6841a-3745-4a1b-9fb7-7312c4474772 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbf6841a-3745-4a1b-9fb7-7312c4474772.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cf1a09f-a61d-42ba-b25e-49295d0f39a8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-856ff02d-0302-44da-9696-15cf7e3da1f0 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-b03ce288-d837-405a-8263-cde1277d7f41 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-55711887-e239-496d-b2fc-aef577f72b6e {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-55711887-e239-496d-b2fc-aef577f72b6e .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-af39c124-042b-4e07-887b-288b879244ea {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-781c0eda-e5a1-4e5e-9847-05597ea74906 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-280318ec-ba1e-40e5-a042-454ea8869c3a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-aad1c958-753a-4f73-8fcd-07cb581597d1 {
  margin-left: 5%;
margin-right: 0%;
min-height: 50px;
}








#s-aad1c958-753a-4f73-8fcd-07cb581597d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aad1c958-753a-4f73-8fcd-07cb581597d1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2e3614ce-de31-46d1-8de7-36dd3f108eaf {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 560px;
aspect-ratio: 5075/3478;
text-align: left;
}



.shg-image-margin-container-s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  
}

#s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed .shg-image-content-wrapper {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }

    #s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed .shogun-image-link {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 560px;
  }



  img.s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed .shogun-image-content {
  
    align-items: center;
  
}

.s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed {
      --shg-aspect-ratio: calc(5075/3478); 
    }

    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container {
      position: relative;
    }

    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed {
  
  
  
  
}

#s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed .shg-image-content-wrapper {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }

    #s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed .shogun-image-link {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 560px;
  }



  img.s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed .shogun-image-content {
  
    align-items: center;
  
}

.s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed {
      --shg-aspect-ratio: calc(5075/3478); 
    }

    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container {
      position: relative;
    }

    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed {
  
  
  
  
}

#s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed .shg-image-content-wrapper {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }

    #s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed .shogun-image-link {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 560px;
  }



  img.s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed .shogun-image-content {
  
    align-items: center;
  
}

.s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed {
      --shg-aspect-ratio: calc(5075/3478); 
    }

    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container {
      position: relative;
    }

    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed {
  
  
  
  
}

#s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed .shg-image-content-wrapper {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }

    #s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed .shogun-image-link {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 560px;
  }



  img.s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed .shogun-image-content {
  
    align-items: center;
  
}

.s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed {
      --shg-aspect-ratio: calc(5075/3478); 
    }

    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container {
      position: relative;
    }

    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed {
  
  
  
  
}

#s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed .shg-image-content-wrapper {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }

    #s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed .shogun-image-link {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 560px;
  }



  img.s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed .shogun-image-content {
  
    align-items: center;
  
}

.s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed {
      --shg-aspect-ratio: calc(5075/3478); 
    }

    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container {
      position: relative;
    }

    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1275b94-c1e7-4217-8dc5-4a7e3eb964ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}
#s-e70f8124-256b-4207-9eb4-cf0253454585 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-589623d5-a75f-4d18-838a-7e837be4bf28 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-b95a88ba-8602-4f42-8879-02e7d5054963 {
  margin-top: -12px;
padding-bottom: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 18, 121, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(240, 240, 247, 1);
}
@media (min-width: 1200px){#s-b95a88ba-8602-4f42-8879-02e7d5054963 {
  border-style: solid;
border-color: rgba(51, 18, 121, 1);
background-color: rgba(255, 255, 255, 1);
}
}







#s-b95a88ba-8602-4f42-8879-02e7d5054963 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b95a88ba-8602-4f42-8879-02e7d5054963.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35403522-b852-4a74-91b1-7a9ad4d93a92 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-35403522-b852-4a74-91b1-7a9ad4d93a92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35403522-b852-4a74-91b1-7a9ad4d93a92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-35403522-b852-4a74-91b1-7a9ad4d93a92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-35403522-b852-4a74-91b1-7a9ad4d93a92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-377d17ac-70cb-462e-887d-019344b3bd45 {
  margin-left: 8%;
margin-right: 3%;
min-height: 50px;
}








#s-377d17ac-70cb-462e-887d-019344b3bd45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-377d17ac-70cb-462e-887d-019344b3bd45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83c20d8a-5926-46db-8f9a-4236da2a088a {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-83c20d8a-5926-46db-8f9a-4236da2a088a .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-51ae5c15-c07c-474f-8fa1-26674c4788ce {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-0534e129-2893-49f0-b69a-6700503c93fe {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0534e129-2893-49f0-b69a-6700503c93fe .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-89e6b0f7-cbbf-468e-9b37-5f8d8a9a630e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 1000px;
}

#s-3e94619c-963f-4c3a-8d80-a11f1bda5dfb {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3e94619c-963f-4c3a-8d80-a11f1bda5dfb .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-abc28cf6-13a8-4d68-90e4-dd05ff4f1960 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-86e75c40-5673-4f9a-aebc-b60f7b30b23a {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-86e75c40-5673-4f9a-aebc-b60f7b30b23a .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-825ff85d-6038-4a5e-85c6-e1573bb48ecb {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-d53786cb-325f-432d-a768-a3fe6647179f {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d53786cb-325f-432d-a768-a3fe6647179f .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-e7ab4c82-367e-4e49-b623-5320320b4897 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-3490267e-bb1b-458d-99db-30ca2002886a {
  margin-left: 12%;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 3204px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3490267e-bb1b-458d-99db-30ca2002886a {
  margin-left: 12%;
  margin-right: 12%;
  
  
}

#s-3490267e-bb1b-458d-99db-30ca2002886a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3490267e-bb1b-458d-99db-30ca2002886a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3490267e-bb1b-458d-99db-30ca2002886a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3490267e-bb1b-458d-99db-30ca2002886a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3490267e-bb1b-458d-99db-30ca2002886a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3204px;
  }



  img.s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image {
    
    
    
    max-height: 3204px;
  }


.s-3490267e-bb1b-458d-99db-30ca2002886a .shogun-image-content {
  
    align-items: center;
  
}

.s-3490267e-bb1b-458d-99db-30ca2002886a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3490267e-bb1b-458d-99db-30ca2002886a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container {
      position: relative;
    }

    .s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3490267e-bb1b-458d-99db-30ca2002886a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3204px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3490267e-bb1b-458d-99db-30ca2002886a {
  
  
  
  
}

#s-3490267e-bb1b-458d-99db-30ca2002886a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3490267e-bb1b-458d-99db-30ca2002886a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3490267e-bb1b-458d-99db-30ca2002886a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3490267e-bb1b-458d-99db-30ca2002886a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3490267e-bb1b-458d-99db-30ca2002886a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3204px;
  }



  img.s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image {
    
    
    
    max-height: 3204px;
  }


.s-3490267e-bb1b-458d-99db-30ca2002886a .shogun-image-content {
  
    align-items: center;
  
}

.s-3490267e-bb1b-458d-99db-30ca2002886a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3490267e-bb1b-458d-99db-30ca2002886a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container {
      position: relative;
    }

    .s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3490267e-bb1b-458d-99db-30ca2002886a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3204px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-3490267e-bb1b-458d-99db-30ca2002886a {
  
  
  
  
}

#s-3490267e-bb1b-458d-99db-30ca2002886a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3490267e-bb1b-458d-99db-30ca2002886a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3490267e-bb1b-458d-99db-30ca2002886a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3490267e-bb1b-458d-99db-30ca2002886a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3490267e-bb1b-458d-99db-30ca2002886a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3204px;
  }



  img.s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image {
    
    
    
    max-height: 3204px;
  }


.s-3490267e-bb1b-458d-99db-30ca2002886a .shogun-image-content {
  
    align-items: center;
  
}

.s-3490267e-bb1b-458d-99db-30ca2002886a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3490267e-bb1b-458d-99db-30ca2002886a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container {
      position: relative;
    }

    .s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3490267e-bb1b-458d-99db-30ca2002886a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3204px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-3490267e-bb1b-458d-99db-30ca2002886a {
  
  
  
  
}

#s-3490267e-bb1b-458d-99db-30ca2002886a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3490267e-bb1b-458d-99db-30ca2002886a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3490267e-bb1b-458d-99db-30ca2002886a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3490267e-bb1b-458d-99db-30ca2002886a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3490267e-bb1b-458d-99db-30ca2002886a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3204px;
  }



  img.s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image {
    
    
    
    max-height: 3204px;
  }


.s-3490267e-bb1b-458d-99db-30ca2002886a .shogun-image-content {
  
    align-items: center;
  
}

.s-3490267e-bb1b-458d-99db-30ca2002886a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3490267e-bb1b-458d-99db-30ca2002886a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container {
      position: relative;
    }

    .s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3490267e-bb1b-458d-99db-30ca2002886a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3204px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-3490267e-bb1b-458d-99db-30ca2002886a {
  
  
  
  
}

#s-3490267e-bb1b-458d-99db-30ca2002886a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3490267e-bb1b-458d-99db-30ca2002886a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3490267e-bb1b-458d-99db-30ca2002886a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3490267e-bb1b-458d-99db-30ca2002886a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3490267e-bb1b-458d-99db-30ca2002886a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3204px;
  }



  img.s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image {
    
    
    
    max-height: 3204px;
  }


.s-3490267e-bb1b-458d-99db-30ca2002886a .shogun-image-content {
  
    align-items: center;
  
}

.s-3490267e-bb1b-458d-99db-30ca2002886a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3490267e-bb1b-458d-99db-30ca2002886a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container {
      position: relative;
    }

    .s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3490267e-bb1b-458d-99db-30ca2002886a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3490267e-bb1b-458d-99db-30ca2002886a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3204px;
    }
  }

}
#s-f616defe-dfb8-4593-864b-a3ccd117eafb {
  margin-top: -12px;
padding-bottom: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 18, 121, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(240, 240, 247, 1);
}
@media (min-width: 1200px){#s-f616defe-dfb8-4593-864b-a3ccd117eafb {
  border-style: solid;
border-color: rgba(51, 18, 121, 1);
background-color: rgba(255, 255, 255, 1);
}
}







#s-f616defe-dfb8-4593-864b-a3ccd117eafb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f616defe-dfb8-4593-864b-a3ccd117eafb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-883fe636-6a57-465a-b4ed-06f7def9e32b {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-883fe636-6a57-465a-b4ed-06f7def9e32b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-883fe636-6a57-465a-b4ed-06f7def9e32b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-883fe636-6a57-465a-b4ed-06f7def9e32b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-883fe636-6a57-465a-b4ed-06f7def9e32b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-44298e1a-5904-4256-961b-921abffe4339 {
  margin-left: 8%;
margin-right: 3%;
min-height: 50px;
}








#s-44298e1a-5904-4256-961b-921abffe4339 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44298e1a-5904-4256-961b-921abffe4339.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9927ee02-2c19-45a2-84ca-e49e8cbf7621 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9927ee02-2c19-45a2-84ca-e49e8cbf7621 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-154db285-2dcf-40b4-86e5-bb5ce9ed4e78 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-d9f6f01d-568c-46b7-ab00-6e79c81754f5 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d9f6f01d-568c-46b7-ab00-6e79c81754f5 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-0b85c680-9964-4fb8-bdb9-bb1b04142843 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 1000px;
}

#s-b9755496-3aaa-42de-b7ec-fd0a11621456 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b9755496-3aaa-42de-b7ec-fd0a11621456 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-f0b79d49-4585-4d57-9d43-973508148e89 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-ac445024-dff8-4f48-9771-60f075ec498f {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ac445024-dff8-4f48-9771-60f075ec498f .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-f2b84b71-496c-4d75-9df9-eeddfd6c5b3f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-c718186d-09b2-4de4-bd9f-9a906c039416 {
  margin-left: 12%;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 3224px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c718186d-09b2-4de4-bd9f-9a906c039416 {
  margin-left: 12%;
  margin-right: 12%;
  
  
}

#s-c718186d-09b2-4de4-bd9f-9a906c039416 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c718186d-09b2-4de4-bd9f-9a906c039416 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c718186d-09b2-4de4-bd9f-9a906c039416 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c718186d-09b2-4de4-bd9f-9a906c039416 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c718186d-09b2-4de4-bd9f-9a906c039416 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-c718186d-09b2-4de4-bd9f-9a906c039416 .shogun-image-content {
  
    align-items: center;
  
}

.s-c718186d-09b2-4de4-bd9f-9a906c039416.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c718186d-09b2-4de4-bd9f-9a906c039416 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container {
      position: relative;
    }

    .s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c718186d-09b2-4de4-bd9f-9a906c039416 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c718186d-09b2-4de4-bd9f-9a906c039416 {
  
  
  
  
}

#s-c718186d-09b2-4de4-bd9f-9a906c039416 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c718186d-09b2-4de4-bd9f-9a906c039416 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c718186d-09b2-4de4-bd9f-9a906c039416 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c718186d-09b2-4de4-bd9f-9a906c039416 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c718186d-09b2-4de4-bd9f-9a906c039416 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-c718186d-09b2-4de4-bd9f-9a906c039416 .shogun-image-content {
  
    align-items: center;
  
}

.s-c718186d-09b2-4de4-bd9f-9a906c039416.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c718186d-09b2-4de4-bd9f-9a906c039416 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container {
      position: relative;
    }

    .s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c718186d-09b2-4de4-bd9f-9a906c039416 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-c718186d-09b2-4de4-bd9f-9a906c039416 {
  
  
  
  
}

#s-c718186d-09b2-4de4-bd9f-9a906c039416 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c718186d-09b2-4de4-bd9f-9a906c039416 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c718186d-09b2-4de4-bd9f-9a906c039416 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c718186d-09b2-4de4-bd9f-9a906c039416 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c718186d-09b2-4de4-bd9f-9a906c039416 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-c718186d-09b2-4de4-bd9f-9a906c039416 .shogun-image-content {
  
    align-items: center;
  
}

.s-c718186d-09b2-4de4-bd9f-9a906c039416.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c718186d-09b2-4de4-bd9f-9a906c039416 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container {
      position: relative;
    }

    .s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c718186d-09b2-4de4-bd9f-9a906c039416 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-c718186d-09b2-4de4-bd9f-9a906c039416 {
  
  
  
  
}

#s-c718186d-09b2-4de4-bd9f-9a906c039416 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c718186d-09b2-4de4-bd9f-9a906c039416 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c718186d-09b2-4de4-bd9f-9a906c039416 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c718186d-09b2-4de4-bd9f-9a906c039416 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c718186d-09b2-4de4-bd9f-9a906c039416 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-c718186d-09b2-4de4-bd9f-9a906c039416 .shogun-image-content {
  
    align-items: center;
  
}

.s-c718186d-09b2-4de4-bd9f-9a906c039416.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c718186d-09b2-4de4-bd9f-9a906c039416 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container {
      position: relative;
    }

    .s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c718186d-09b2-4de4-bd9f-9a906c039416 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-c718186d-09b2-4de4-bd9f-9a906c039416 {
  
  
  
  
}

#s-c718186d-09b2-4de4-bd9f-9a906c039416 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c718186d-09b2-4de4-bd9f-9a906c039416 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c718186d-09b2-4de4-bd9f-9a906c039416 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c718186d-09b2-4de4-bd9f-9a906c039416 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c718186d-09b2-4de4-bd9f-9a906c039416 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-c718186d-09b2-4de4-bd9f-9a906c039416 .shogun-image-content {
  
    align-items: center;
  
}

.s-c718186d-09b2-4de4-bd9f-9a906c039416.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c718186d-09b2-4de4-bd9f-9a906c039416 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container {
      position: relative;
    }

    .s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c718186d-09b2-4de4-bd9f-9a906c039416.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c718186d-09b2-4de4-bd9f-9a906c039416 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-31ec5381-f287-401a-a5ca-deaf2487bc13 {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-31ec5381-f287-401a-a5ca-deaf2487bc13 {
  display: none;
}
#s-31ec5381-f287-401a-a5ca-deaf2487bc13, #wrap-s-31ec5381-f287-401a-a5ca-deaf2487bc13 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31ec5381-f287-401a-a5ca-deaf2487bc13 {
  display: none;
}
#s-31ec5381-f287-401a-a5ca-deaf2487bc13, #wrap-s-31ec5381-f287-401a-a5ca-deaf2487bc13 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31ec5381-f287-401a-a5ca-deaf2487bc13 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-31ec5381-f287-401a-a5ca-deaf2487bc13 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-31ec5381-f287-401a-a5ca-deaf2487bc13 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(187, 182, 218, 1);
}

#s-31ec5381-f287-401a-a5ca-deaf2487bc13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(229, 230, 252, 1);
  padding: 5px;
}

#s-31ec5381-f287-401a-a5ca-deaf2487bc13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 18, 121, 1);
}

#s-31ec5381-f287-401a-a5ca-deaf2487bc13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(187, 182, 218, 1);
}

#s-31ec5381-f287-401a-a5ca-deaf2487bc13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 18, 121, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  font-style: ;
  font-size: 20px;
}

#s-31ec5381-f287-401a-a5ca-deaf2487bc13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}@media (max-width: 767px){#s-31ec5381-f287-401a-a5ca-deaf2487bc13 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(187, 182, 218, 1);
}

#s-31ec5381-f287-401a-a5ca-deaf2487bc13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(51, 18, 121, 1);
  padding: 5px;
}

#s-31ec5381-f287-401a-a5ca-deaf2487bc13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-31ec5381-f287-401a-a5ca-deaf2487bc13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(187, 182, 218, 1);
}

#s-31ec5381-f287-401a-a5ca-deaf2487bc13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  font-style: ;
  font-size: 20px;
}

#s-31ec5381-f287-401a-a5ca-deaf2487bc13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}
#s-f5969383-5bfa-4a31-90e9-a178d7b21d70 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 18, 121, 1);
border-style: none;
min-height: 50px;
background-color: rgba(240, 240, 247, 1);
}
@media (max-width: 767px){#s-f5969383-5bfa-4a31-90e9-a178d7b21d70 {
  background-color: rgba(255, 255, 255, 1);
}
}







#s-f5969383-5bfa-4a31-90e9-a178d7b21d70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5969383-5bfa-4a31-90e9-a178d7b21d70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 3224px;
aspect-ratio: 3000/2577;
text-align: center;
}



.shg-image-margin-container-s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 .shg-image-content-wrapper {
      aspect-ratio: 3000/2577;
      min-width: 100%;
      height: auto;
    }

    #s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 .shogun-image-link {
      aspect-ratio: 3000/2577;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 {
      --shg-aspect-ratio: calc(3000/2577); 
    }

    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container {
      position: relative;
    }

    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 {
  
  
  
  
}

#s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 .shg-image-content-wrapper {
      aspect-ratio: 3000/2577;
      min-width: 100%;
      height: auto;
    }

    #s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 .shogun-image-link {
      aspect-ratio: 3000/2577;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 {
      --shg-aspect-ratio: calc(3000/2577); 
    }

    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container {
      position: relative;
    }

    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 {
  
  
  
  
}

#s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 .shg-image-content-wrapper {
      aspect-ratio: 3000/2577;
      min-width: 100%;
      height: auto;
    }

    #s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 .shogun-image-link {
      aspect-ratio: 3000/2577;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 {
      --shg-aspect-ratio: calc(3000/2577); 
    }

    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container {
      position: relative;
    }

    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 {
  
  
  
  
}

#s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 .shg-image-content-wrapper {
      aspect-ratio: 3000/2577;
      min-width: 100%;
      height: auto;
    }

    #s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 .shogun-image-link {
      aspect-ratio: 3000/2577;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 {
      --shg-aspect-ratio: calc(3000/2577); 
    }

    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container {
      position: relative;
    }

    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 {
  
  
  
  
}

#s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 .shg-image-content-wrapper {
      aspect-ratio: 3000/2577;
      min-width: 100%;
      height: auto;
    }

    #s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 .shogun-image-link {
      aspect-ratio: 3000/2577;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 {
      --shg-aspect-ratio: calc(3000/2577); 
    }

    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container {
      position: relative;
    }

    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65e5e05b-8f88-4dd8-8eef-7a980b3690f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}
#s-fd17b251-c26e-4f75-8f51-9daa687eda4b {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
}








#s-fd17b251-c26e-4f75-8f51-9daa687eda4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd17b251-c26e-4f75-8f51-9daa687eda4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-216e93ed-78b4-430f-9845-44e3ef75d381 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-e1a62f6d-9c47-43e8-84c8-90ba337d5262 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 18, 121, 1);
border-style: none;
min-height: 50px;
background-color: rgba(240, 240, 247, 1);
}
@media (max-width: 767px){#s-e1a62f6d-9c47-43e8-84c8-90ba337d5262 {
  background-color: rgba(255, 255, 255, 1);
}
}







#s-e1a62f6d-9c47-43e8-84c8-90ba337d5262 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1a62f6d-9c47-43e8-84c8-90ba337d5262.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3394848f-da28-4320-a0b6-ba4444cc8195 {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 3224px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3394848f-da28-4320-a0b6-ba4444cc8195 {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-3394848f-da28-4320-a0b6-ba4444cc8195 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3394848f-da28-4320-a0b6-ba4444cc8195 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3394848f-da28-4320-a0b6-ba4444cc8195 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3394848f-da28-4320-a0b6-ba4444cc8195 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3394848f-da28-4320-a0b6-ba4444cc8195 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-3394848f-da28-4320-a0b6-ba4444cc8195 .shogun-image-content {
  
    align-items: center;
  
}

.s-3394848f-da28-4320-a0b6-ba4444cc8195.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3394848f-da28-4320-a0b6-ba4444cc8195 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container {
      position: relative;
    }

    .s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3394848f-da28-4320-a0b6-ba4444cc8195 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3394848f-da28-4320-a0b6-ba4444cc8195 {
  
  
  
  
}

#s-3394848f-da28-4320-a0b6-ba4444cc8195 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3394848f-da28-4320-a0b6-ba4444cc8195 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3394848f-da28-4320-a0b6-ba4444cc8195 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3394848f-da28-4320-a0b6-ba4444cc8195 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3394848f-da28-4320-a0b6-ba4444cc8195 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-3394848f-da28-4320-a0b6-ba4444cc8195 .shogun-image-content {
  
    align-items: center;
  
}

.s-3394848f-da28-4320-a0b6-ba4444cc8195.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3394848f-da28-4320-a0b6-ba4444cc8195 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container {
      position: relative;
    }

    .s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3394848f-da28-4320-a0b6-ba4444cc8195 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-3394848f-da28-4320-a0b6-ba4444cc8195 {
  
  
  
  
}

#s-3394848f-da28-4320-a0b6-ba4444cc8195 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3394848f-da28-4320-a0b6-ba4444cc8195 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3394848f-da28-4320-a0b6-ba4444cc8195 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3394848f-da28-4320-a0b6-ba4444cc8195 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3394848f-da28-4320-a0b6-ba4444cc8195 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-3394848f-da28-4320-a0b6-ba4444cc8195 .shogun-image-content {
  
    align-items: center;
  
}

.s-3394848f-da28-4320-a0b6-ba4444cc8195.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3394848f-da28-4320-a0b6-ba4444cc8195 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container {
      position: relative;
    }

    .s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3394848f-da28-4320-a0b6-ba4444cc8195 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-3394848f-da28-4320-a0b6-ba4444cc8195 {
  
  
  
  
}

#s-3394848f-da28-4320-a0b6-ba4444cc8195 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3394848f-da28-4320-a0b6-ba4444cc8195 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3394848f-da28-4320-a0b6-ba4444cc8195 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3394848f-da28-4320-a0b6-ba4444cc8195 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3394848f-da28-4320-a0b6-ba4444cc8195 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-3394848f-da28-4320-a0b6-ba4444cc8195 .shogun-image-content {
  
    align-items: center;
  
}

.s-3394848f-da28-4320-a0b6-ba4444cc8195.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3394848f-da28-4320-a0b6-ba4444cc8195 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container {
      position: relative;
    }

    .s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3394848f-da28-4320-a0b6-ba4444cc8195 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-3394848f-da28-4320-a0b6-ba4444cc8195 {
  
  
  
  
}

#s-3394848f-da28-4320-a0b6-ba4444cc8195 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3394848f-da28-4320-a0b6-ba4444cc8195 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3394848f-da28-4320-a0b6-ba4444cc8195 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3394848f-da28-4320-a0b6-ba4444cc8195 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3394848f-da28-4320-a0b6-ba4444cc8195 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-3394848f-da28-4320-a0b6-ba4444cc8195 .shogun-image-content {
  
    align-items: center;
  
}

.s-3394848f-da28-4320-a0b6-ba4444cc8195.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3394848f-da28-4320-a0b6-ba4444cc8195 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container {
      position: relative;
    }

    .s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3394848f-da28-4320-a0b6-ba4444cc8195.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3394848f-da28-4320-a0b6-ba4444cc8195 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}
#s-9a07b08e-f94d-4360-a64a-496265488978 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
}








#s-9a07b08e-f94d-4360-a64a-496265488978 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a07b08e-f94d-4360-a64a-496265488978.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07c4d9cc-964e-41b9-bb36-b44b4e6a79fd {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-07c4d9cc-964e-41b9-bb36-b44b4e6a79fd .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-2fe226e6-2baf-4361-8230-3a58d7ee1f64 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-034a7404-c465-45a8-abcb-2511a17b6819 {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-034a7404-c465-45a8-abcb-2511a17b6819 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-6b1cc4a6-62e0-4249-b969-846fbebfe061 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 1000px;
}

#s-5a7b4f93-dae2-4619-b353-03c0b06c10b4 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5a7b4f93-dae2-4619-b353-03c0b06c10b4 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-acaadfcd-0d65-4ddf-a41c-964ed12161c8 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-d053a5bb-2a37-4c76-83a9-ec82e6171b13 {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d053a5bb-2a37-4c76-83a9-ec82e6171b13 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-81c4a4ed-9546-4ec7-8d5e-3c9b1171c51b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-5f6ca703-28b0-445b-bf7e-ef61c1e364a4 {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5f6ca703-28b0-445b-bf7e-ef61c1e364a4 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-5c2f5276-e1e6-45cd-92d7-efa90f53ec71 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-b9c92812-7bcb-4487-9ddf-825ec17b09d7 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(240, 240, 247, 1);
}
@media (max-width: 767px){#s-b9c92812-7bcb-4487-9ddf-825ec17b09d7 {
  background-color: rgba(255, 255, 255, 1);
}
}







#s-b9c92812-7bcb-4487-9ddf-825ec17b09d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9c92812-7bcb-4487-9ddf-825ec17b09d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b90e655b-f557-4f5b-bc08-b8c70dfdc21f {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}








#s-b90e655b-f557-4f5b-bc08-b8c70dfdc21f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b90e655b-f557-4f5b-bc08-b8c70dfdc21f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-080e35bd-3738-4058-a4b9-3620a0290048 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-e1b1d703-4f35-49d0-9472-96e15f78499d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 5075px;
aspect-ratio: 5075/3478;
text-align: left;
}



.shg-image-margin-container-s-e1b1d703-4f35-49d0-9472-96e15f78499d {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  
}

#s-e1b1d703-4f35-49d0-9472-96e15f78499d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1b1d703-4f35-49d0-9472-96e15f78499d .shg-image-content-wrapper {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }

    #s-e1b1d703-4f35-49d0-9472-96e15f78499d .shogun-image-link {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1b1d703-4f35-49d0-9472-96e15f78499d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1b1d703-4f35-49d0-9472-96e15f78499d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5075px;
  }



  img.s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image {
    
    
    
    max-height: 5075px;
  }


.s-e1b1d703-4f35-49d0-9472-96e15f78499d .shogun-image-content {
  
    align-items: center;
  
}

.s-e1b1d703-4f35-49d0-9472-96e15f78499d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1b1d703-4f35-49d0-9472-96e15f78499d {
      --shg-aspect-ratio: calc(5075/3478); 
    }

    .s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container {
      position: relative;
    }

    .s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1b1d703-4f35-49d0-9472-96e15f78499d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5075px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e1b1d703-4f35-49d0-9472-96e15f78499d {
  
  
  
  
}

#s-e1b1d703-4f35-49d0-9472-96e15f78499d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1b1d703-4f35-49d0-9472-96e15f78499d .shg-image-content-wrapper {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }

    #s-e1b1d703-4f35-49d0-9472-96e15f78499d .shogun-image-link {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1b1d703-4f35-49d0-9472-96e15f78499d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1b1d703-4f35-49d0-9472-96e15f78499d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5075px;
  }



  img.s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image {
    
    
    
    max-height: 5075px;
  }


.s-e1b1d703-4f35-49d0-9472-96e15f78499d .shogun-image-content {
  
    align-items: center;
  
}

.s-e1b1d703-4f35-49d0-9472-96e15f78499d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1b1d703-4f35-49d0-9472-96e15f78499d {
      --shg-aspect-ratio: calc(5075/3478); 
    }

    .s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container {
      position: relative;
    }

    .s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1b1d703-4f35-49d0-9472-96e15f78499d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5075px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-e1b1d703-4f35-49d0-9472-96e15f78499d {
  
  
  
  
}

#s-e1b1d703-4f35-49d0-9472-96e15f78499d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1b1d703-4f35-49d0-9472-96e15f78499d .shg-image-content-wrapper {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }

    #s-e1b1d703-4f35-49d0-9472-96e15f78499d .shogun-image-link {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1b1d703-4f35-49d0-9472-96e15f78499d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1b1d703-4f35-49d0-9472-96e15f78499d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5075px;
  }



  img.s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image {
    
    
    
    max-height: 5075px;
  }


.s-e1b1d703-4f35-49d0-9472-96e15f78499d .shogun-image-content {
  
    align-items: center;
  
}

.s-e1b1d703-4f35-49d0-9472-96e15f78499d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1b1d703-4f35-49d0-9472-96e15f78499d {
      --shg-aspect-ratio: calc(5075/3478); 
    }

    .s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container {
      position: relative;
    }

    .s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1b1d703-4f35-49d0-9472-96e15f78499d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5075px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-e1b1d703-4f35-49d0-9472-96e15f78499d {
  
  
  
  
}

#s-e1b1d703-4f35-49d0-9472-96e15f78499d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1b1d703-4f35-49d0-9472-96e15f78499d .shg-image-content-wrapper {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }

    #s-e1b1d703-4f35-49d0-9472-96e15f78499d .shogun-image-link {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1b1d703-4f35-49d0-9472-96e15f78499d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1b1d703-4f35-49d0-9472-96e15f78499d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5075px;
  }



  img.s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image {
    
    
    
    max-height: 5075px;
  }


.s-e1b1d703-4f35-49d0-9472-96e15f78499d .shogun-image-content {
  
    align-items: center;
  
}

.s-e1b1d703-4f35-49d0-9472-96e15f78499d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1b1d703-4f35-49d0-9472-96e15f78499d {
      --shg-aspect-ratio: calc(5075/3478); 
    }

    .s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container {
      position: relative;
    }

    .s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1b1d703-4f35-49d0-9472-96e15f78499d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5075px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-e1b1d703-4f35-49d0-9472-96e15f78499d {
  
  
  
  
}

#s-e1b1d703-4f35-49d0-9472-96e15f78499d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1b1d703-4f35-49d0-9472-96e15f78499d .shg-image-content-wrapper {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }

    #s-e1b1d703-4f35-49d0-9472-96e15f78499d .shogun-image-link {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1b1d703-4f35-49d0-9472-96e15f78499d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1b1d703-4f35-49d0-9472-96e15f78499d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5075px;
  }



  img.s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image {
    
    
    
    max-height: 5075px;
  }


.s-e1b1d703-4f35-49d0-9472-96e15f78499d .shogun-image-content {
  
    align-items: center;
  
}

.s-e1b1d703-4f35-49d0-9472-96e15f78499d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1b1d703-4f35-49d0-9472-96e15f78499d {
      --shg-aspect-ratio: calc(5075/3478); 
    }

    .s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container {
      position: relative;
    }

    .s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1b1d703-4f35-49d0-9472-96e15f78499d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1b1d703-4f35-49d0-9472-96e15f78499d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5075px;
    }
  }

}
#s-c819865d-3392-43b1-8aff-ac0b3b82d1ab {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-0bc825e1-5675-4536-b427-2de874f3b196 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-a906e0e3-b0cf-4cf6-8929-46a41b30c3d1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-06b624c1-7dc2-4b9f-bfdf-dbd029fb362a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-082bc38e-5093-42c4-b905-d629c8908041 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-41879c5a-aa99-4942-b652-a6ad58a16995 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-41879c5a-aa99-4942-b652-a6ad58a16995 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-5a175f96-a619-4e6e-8a24-79a75843f660 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-a813ac35-8126-4339-b7bc-780c84c977c4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-0acfdf44-72d7-494a-8a4d-0a96173e53fa {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-e775438f-e913-460d-aba1-fd5965281466 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(240, 240, 247, 1);
}
@media (max-width: 767px){#s-e775438f-e913-460d-aba1-fd5965281466 {
  background-color: rgba(255, 255, 255, 1);
}
}







#s-e775438f-e913-460d-aba1-fd5965281466 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e775438f-e913-460d-aba1-fd5965281466.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-672a68a7-d30e-4d08-bc80-fd99a5e89253 {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 3224px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-672a68a7-d30e-4d08-bc80-fd99a5e89253 {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-672a68a7-d30e-4d08-bc80-fd99a5e89253 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-672a68a7-d30e-4d08-bc80-fd99a5e89253 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-672a68a7-d30e-4d08-bc80-fd99a5e89253 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-672a68a7-d30e-4d08-bc80-fd99a5e89253 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-672a68a7-d30e-4d08-bc80-fd99a5e89253 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-672a68a7-d30e-4d08-bc80-fd99a5e89253 .shogun-image-content {
  
    align-items: center;
  
}

.s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container {
      position: relative;
    }

    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-672a68a7-d30e-4d08-bc80-fd99a5e89253 {
  
  
  
  
}

#s-672a68a7-d30e-4d08-bc80-fd99a5e89253 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-672a68a7-d30e-4d08-bc80-fd99a5e89253 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-672a68a7-d30e-4d08-bc80-fd99a5e89253 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-672a68a7-d30e-4d08-bc80-fd99a5e89253 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-672a68a7-d30e-4d08-bc80-fd99a5e89253 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-672a68a7-d30e-4d08-bc80-fd99a5e89253 .shogun-image-content {
  
    align-items: center;
  
}

.s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container {
      position: relative;
    }

    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-672a68a7-d30e-4d08-bc80-fd99a5e89253 {
  
  
  
  
}

#s-672a68a7-d30e-4d08-bc80-fd99a5e89253 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-672a68a7-d30e-4d08-bc80-fd99a5e89253 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-672a68a7-d30e-4d08-bc80-fd99a5e89253 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-672a68a7-d30e-4d08-bc80-fd99a5e89253 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-672a68a7-d30e-4d08-bc80-fd99a5e89253 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-672a68a7-d30e-4d08-bc80-fd99a5e89253 .shogun-image-content {
  
    align-items: center;
  
}

.s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container {
      position: relative;
    }

    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-672a68a7-d30e-4d08-bc80-fd99a5e89253 {
  
  
  
  
}

#s-672a68a7-d30e-4d08-bc80-fd99a5e89253 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-672a68a7-d30e-4d08-bc80-fd99a5e89253 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-672a68a7-d30e-4d08-bc80-fd99a5e89253 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-672a68a7-d30e-4d08-bc80-fd99a5e89253 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-672a68a7-d30e-4d08-bc80-fd99a5e89253 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-672a68a7-d30e-4d08-bc80-fd99a5e89253 .shogun-image-content {
  
    align-items: center;
  
}

.s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container {
      position: relative;
    }

    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-672a68a7-d30e-4d08-bc80-fd99a5e89253 {
  
  
  
  
}

#s-672a68a7-d30e-4d08-bc80-fd99a5e89253 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-672a68a7-d30e-4d08-bc80-fd99a5e89253 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-672a68a7-d30e-4d08-bc80-fd99a5e89253 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-672a68a7-d30e-4d08-bc80-fd99a5e89253 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-672a68a7-d30e-4d08-bc80-fd99a5e89253 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-672a68a7-d30e-4d08-bc80-fd99a5e89253 .shogun-image-content {
  
    align-items: center;
  
}

.s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container {
      position: relative;
    }

    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-672a68a7-d30e-4d08-bc80-fd99a5e89253 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}
#s-86cb7485-2539-4504-bea1-73ad7d56d056 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
}








#s-86cb7485-2539-4504-bea1-73ad7d56d056 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86cb7485-2539-4504-bea1-73ad7d56d056.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3dc18164-b3b8-461f-952b-dfd0f94d4c59 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3dc18164-b3b8-461f-952b-dfd0f94d4c59 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-fd1f47a0-7ddf-4db5-87fb-975957a2585d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-49084b55-50f8-4a91-9cbb-3a1112d3c062 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-49084b55-50f8-4a91-9cbb-3a1112d3c062 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-4a409154-2fe0-463b-b67c-c0552480f2aa {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 1000px;
}

#s-50251821-aad6-4a5e-9cc3-b22e260e6b0c {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-50251821-aad6-4a5e-9cc3-b22e260e6b0c .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-d1a734e3-09fd-40c7-a27e-b7ac84a4e7c0 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-1623fcf0-242b-43cb-98d4-0e330ba243d9 {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1623fcf0-242b-43cb-98d4-0e330ba243d9 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-4c49dd9c-b40e-4534-b1c0-4f0b3e1aff36 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-75cabd03-755c-4480-913f-69e0d8652c6a {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(240, 240, 247, 1);
}
@media (max-width: 767px){#s-75cabd03-755c-4480-913f-69e0d8652c6a {
  background-color: rgba(255, 255, 255, 1);
}
}







#s-75cabd03-755c-4480-913f-69e0d8652c6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75cabd03-755c-4480-913f-69e0d8652c6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-613db4e1-414a-440c-a035-47e9cdd0fa0d {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 3224px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-613db4e1-414a-440c-a035-47e9cdd0fa0d {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-613db4e1-414a-440c-a035-47e9cdd0fa0d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-613db4e1-414a-440c-a035-47e9cdd0fa0d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-613db4e1-414a-440c-a035-47e9cdd0fa0d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-613db4e1-414a-440c-a035-47e9cdd0fa0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-613db4e1-414a-440c-a035-47e9cdd0fa0d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-613db4e1-414a-440c-a035-47e9cdd0fa0d .shogun-image-content {
  
    align-items: center;
  
}

.s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container {
      position: relative;
    }

    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-613db4e1-414a-440c-a035-47e9cdd0fa0d {
  
  
  
  
}

#s-613db4e1-414a-440c-a035-47e9cdd0fa0d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-613db4e1-414a-440c-a035-47e9cdd0fa0d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-613db4e1-414a-440c-a035-47e9cdd0fa0d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-613db4e1-414a-440c-a035-47e9cdd0fa0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-613db4e1-414a-440c-a035-47e9cdd0fa0d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-613db4e1-414a-440c-a035-47e9cdd0fa0d .shogun-image-content {
  
    align-items: center;
  
}

.s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container {
      position: relative;
    }

    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-613db4e1-414a-440c-a035-47e9cdd0fa0d {
  
  
  
  
}

#s-613db4e1-414a-440c-a035-47e9cdd0fa0d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-613db4e1-414a-440c-a035-47e9cdd0fa0d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-613db4e1-414a-440c-a035-47e9cdd0fa0d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-613db4e1-414a-440c-a035-47e9cdd0fa0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-613db4e1-414a-440c-a035-47e9cdd0fa0d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-613db4e1-414a-440c-a035-47e9cdd0fa0d .shogun-image-content {
  
    align-items: center;
  
}

.s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container {
      position: relative;
    }

    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-613db4e1-414a-440c-a035-47e9cdd0fa0d {
  
  
  
  
}

#s-613db4e1-414a-440c-a035-47e9cdd0fa0d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-613db4e1-414a-440c-a035-47e9cdd0fa0d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-613db4e1-414a-440c-a035-47e9cdd0fa0d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-613db4e1-414a-440c-a035-47e9cdd0fa0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-613db4e1-414a-440c-a035-47e9cdd0fa0d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-613db4e1-414a-440c-a035-47e9cdd0fa0d .shogun-image-content {
  
    align-items: center;
  
}

.s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container {
      position: relative;
    }

    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-613db4e1-414a-440c-a035-47e9cdd0fa0d {
  
  
  
  
}

#s-613db4e1-414a-440c-a035-47e9cdd0fa0d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-613db4e1-414a-440c-a035-47e9cdd0fa0d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-613db4e1-414a-440c-a035-47e9cdd0fa0d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-613db4e1-414a-440c-a035-47e9cdd0fa0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-613db4e1-414a-440c-a035-47e9cdd0fa0d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-613db4e1-414a-440c-a035-47e9cdd0fa0d .shogun-image-content {
  
    align-items: center;
  
}

.s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container {
      position: relative;
    }

    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-613db4e1-414a-440c-a035-47e9cdd0fa0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}
#s-78f85706-9da2-4864-9ff4-17ce3e2c427c {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
}








#s-78f85706-9da2-4864-9ff4-17ce3e2c427c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78f85706-9da2-4864-9ff4-17ce3e2c427c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd4454c5-6984-4f87-9daf-3105fcfb8ec2 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cd4454c5-6984-4f87-9daf-3105fcfb8ec2 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-bea0290f-e1d1-4de9-bde6-1cc74db916e1 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-07990758-fdd3-43f2-9d78-10319dcbf0d4 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-07990758-fdd3-43f2-9d78-10319dcbf0d4 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-d6225f73-e4a1-4224-bfb8-6745cd16126d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 1000px;
}

#s-5ef235fe-f7ec-432d-add3-163cda7b6d7e {
  margin-top: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5ef235fe-f7ec-432d-add3-163cda7b6d7e .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-ab56140b-09ad-4b14-b274-c5d06ec42965 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-8ec63176-0aa9-405a-882a-1fc7a849de8d {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8ec63176-0aa9-405a-882a-1fc7a849de8d .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-ef0b366d-8087-43e0-ba53-fac324f76f1a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-ec812593-b1a8-400c-8ada-043a3f3d8587 {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ec812593-b1a8-400c-8ada-043a3f3d8587 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-0bc478cc-cd02-465b-92d8-848d23d031c9 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-2e7db274-0817-49e1-af15-3779d6458de9 {
  margin-top: 32px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-2e7db274-0817-49e1-af15-3779d6458de9:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-2e7db274-0817-49e1-af15-3779d6458de9:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (max-width: 767px){#s-2e7db274-0817-49e1-af15-3779d6458de9 {
  
}
}

  #s-2e7db274-0817-49e1-af15-3779d6458de9-root {
    text-align: center;
  }


#s-2e7db274-0817-49e1-af15-3779d6458de9.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2e7db274-0817-49e1-af15-3779d6458de9-root {
    text-align: center;
  }


#s-2e7db274-0817-49e1-af15-3779d6458de9.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e7db274-0817-49e1-af15-3779d6458de9-root {
    text-align: center;
  }


#s-2e7db274-0817-49e1-af15-3779d6458de9.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e7db274-0817-49e1-af15-3779d6458de9-root {
    text-align: center;
  }


#s-2e7db274-0817-49e1-af15-3779d6458de9.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2e7db274-0817-49e1-af15-3779d6458de9-root {
    text-align: center;
  }


#s-2e7db274-0817-49e1-af15-3779d6458de9.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6c4182ec-3dc7-4f4e-b531-d503cb74e75e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(51, 18, 121, 1);
}
@media (min-width: 1200px){#s-6c4182ec-3dc7-4f4e-b531-d503cb74e75e {
  background-color: rgba(51, 18, 121, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c4182ec-3dc7-4f4e-b531-d503cb74e75e {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-6c4182ec-3dc7-4f4e-b531-d503cb74e75e {
  padding-top: 32px;
padding-left: 3%;
padding-bottom: 32px;
padding-right: 3%;
}
}







#s-6c4182ec-3dc7-4f4e-b531-d503cb74e75e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c4182ec-3dc7-4f4e-b531-d503cb74e75e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2d696cf-690c-4c7b-89ab-e419cdb339ca {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e2d696cf-690c-4c7b-89ab-e419cdb339ca .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


@media (min-width: 1200px){#s-e2d696cf-690c-4c7b-89ab-e419cdb339ca .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-e2d696cf-690c-4c7b-89ab-e419cdb339ca .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}@media (max-width: 767px){#s-e2d696cf-690c-4c7b-89ab-e419cdb339ca .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}
#s-a27863a1-5fa7-4f2f-80fb-b60a7244835d {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1000px;
text-align: center;
}
@media (max-width: 767px){#s-a27863a1-5fa7-4f2f-80fb-b60a7244835d {
  margin-top: 15px;
}
}
#s-a27863a1-5fa7-4f2f-80fb-b60a7244835d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.4px;
  text-align: center;
}


@media (min-width: 1200px){#s-a27863a1-5fa7-4f2f-80fb-b60a7244835d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.4px;
  text-align: center;
}


}@media (max-width: 767px){#s-a27863a1-5fa7-4f2f-80fb-b60a7244835d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.4px;
  text-align: center;
}


}
#s-095be5d5-3d1c-4196-817b-42aadd4207cc {
  margin-top: 32px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-095be5d5-3d1c-4196-817b-42aadd4207cc:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-095be5d5-3d1c-4196-817b-42aadd4207cc:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (max-width: 767px){#s-095be5d5-3d1c-4196-817b-42aadd4207cc {
  margin-top: 21px;
}
}

  #s-095be5d5-3d1c-4196-817b-42aadd4207cc-root {
    text-align: center;
  }


#s-095be5d5-3d1c-4196-817b-42aadd4207cc.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-095be5d5-3d1c-4196-817b-42aadd4207cc-root {
    text-align: center;
  }


#s-095be5d5-3d1c-4196-817b-42aadd4207cc.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-095be5d5-3d1c-4196-817b-42aadd4207cc-root {
    text-align: center;
  }


#s-095be5d5-3d1c-4196-817b-42aadd4207cc.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-095be5d5-3d1c-4196-817b-42aadd4207cc-root {
    text-align: center;
  }


#s-095be5d5-3d1c-4196-817b-42aadd4207cc.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-095be5d5-3d1c-4196-817b-42aadd4207cc-root {
    text-align: center;
  }


#s-095be5d5-3d1c-4196-817b-42aadd4207cc.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-669c2419-7521-4176-8ea7-7b68dead208f {
  margin-bottom: 0px;
padding-top: 64px;
padding-bottom: 64px;
min-height: 50px;
background-color: rgba(228, 229, 251, 1);
}
@media (max-width: 767px){#s-669c2419-7521-4176-8ea7-7b68dead208f {
  padding-top: 32px;
padding-bottom: 20px;
}
}







#s-669c2419-7521-4176-8ea7-7b68dead208f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-669c2419-7521-4176-8ea7-7b68dead208f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-356f016e-afac-46a9-87c4-6bab80351c8f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-356f016e-afac-46a9-87c4-6bab80351c8f {
  
}
}
#s-356f016e-afac-46a9-87c4-6bab80351c8f .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-356f016e-afac-46a9-87c4-6bab80351c8f .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}@media (max-width: 767px){#s-356f016e-afac-46a9-87c4-6bab80351c8f .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}
#s-93094392-c3f3-4c12-a72e-13c91ac78575 {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-93094392-c3f3-4c12-a72e-13c91ac78575 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-93094392-c3f3-4c12-a72e-13c91ac78575 {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
}
}
#s-93094392-c3f3-4c12-a72e-13c91ac78575 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-93094392-c3f3-4c12-a72e-13c91ac78575 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-93094392-c3f3-4c12-a72e-13c91ac78575 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(76, 75, 83, 1);
}

#s-93094392-c3f3-4c12-a72e-13c91ac78575 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-93094392-c3f3-4c12-a72e-13c91ac78575 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(76, 75, 83, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 19px;
}

#s-93094392-c3f3-4c12-a72e-13c91ac78575 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-4ceb52f6-1b01-4a7f-8816-e987bd822cd6 {
  margin-left: 10px;
margin-right: 10px;
}

#s-7afbc38d-77a0-4a62-9315-db223fdf9300 {
  margin-left: 10px;
margin-right: 10px;
}

#s-f60e35b0-7982-47a2-80e4-5afa4a340f86 {
  margin-left: 10px;
margin-right: 10px;
}

#s-8f2a90d3-798f-46b6-9a15-1f9ab9b9e859 {
  margin-left: 10px;
margin-right: 10px;
}

#s-ad317361-c917-4e15-9fb5-0ac051a46d4c {
  margin-left: 10px;
margin-right: 10px;
}

#s-f3956660-c08d-4a58-87c6-3d399a3a2231 {
  margin-left: 10px;
margin-right: 10px;
}

#s-1a6d317a-e88a-4259-9b9f-aecc1a2f1529 {
  margin-left: 10px;
margin-right: 10px;
}

#s-f5c8d028-66cc-4553-9635-6928013a2781 {
  margin-left: 10px;
margin-right: 10px;
}

#s-a6faa588-389b-4b7a-9c9a-ed7aba2b29cf {
  margin-left: 10px;
margin-right: 10px;
}

#s-244d2547-550a-4d02-b6b6-62ee23be375c {
  margin-left: 10px;
margin-right: 10px;
}

#s-7d3d8528-114d-400e-965c-897f30b4047f {
  margin-left: 10px;
margin-right: 10px;
}

#s-3d8c3808-ebfb-4538-8c10-52f386804a2b {
  margin-left: 10px;
margin-right: 10px;
}

#s-99f3bd83-f7a4-4866-9de4-29bd11eb6a78 {
  margin-left: 10px;
margin-right: 10px;
}

#s-d14747f3-f1bd-4d12-b6c1-579c263bcceb {
  margin-top: 32px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-d14747f3-f1bd-4d12-b6c1-579c263bcceb:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-d14747f3-f1bd-4d12-b6c1-579c263bcceb:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (max-width: 767px){#s-d14747f3-f1bd-4d12-b6c1-579c263bcceb {
  
}
}

  #s-d14747f3-f1bd-4d12-b6c1-579c263bcceb-root {
    text-align: center;
  }


#s-d14747f3-f1bd-4d12-b6c1-579c263bcceb.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d14747f3-f1bd-4d12-b6c1-579c263bcceb-root {
    text-align: center;
  }


#s-d14747f3-f1bd-4d12-b6c1-579c263bcceb.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d14747f3-f1bd-4d12-b6c1-579c263bcceb-root {
    text-align: center;
  }


#s-d14747f3-f1bd-4d12-b6c1-579c263bcceb.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d14747f3-f1bd-4d12-b6c1-579c263bcceb-root {
    text-align: center;
  }


#s-d14747f3-f1bd-4d12-b6c1-579c263bcceb.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d14747f3-f1bd-4d12-b6c1-579c263bcceb-root {
    text-align: center;
  }


#s-d14747f3-f1bd-4d12-b6c1-579c263bcceb.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6673ce9d-f61e-4852-b940-80283cfddd1f {
  margin-top: 0px;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6673ce9d-f61e-4852-b940-80283cfddd1f {
  background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-6673ce9d-f61e-4852-b940-80283cfddd1f {
  padding-top: 32px;
padding-bottom: 20px;
}
}







#s-6673ce9d-f61e-4852-b940-80283cfddd1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6673ce9d-f61e-4852-b940-80283cfddd1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a4d7516-1aa8-4fe0-8976-5da363776ac1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-6a4d7516-1aa8-4fe0-8976-5da363776ac1 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-6a4d7516-1aa8-4fe0-8976-5da363776ac1 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-6a4d7516-1aa8-4fe0-8976-5da363776ac1 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}@media (max-width: 767px){#s-6a4d7516-1aa8-4fe0-8976-5da363776ac1 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.4px;
  text-align: center;
}


}
#s-36dadd76-28f6-4c7e-8c2e-f124d2ea5912 {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (max-width: 767px){#s-36dadd76-28f6-4c7e-8c2e-f124d2ea5912 {
  display: none;
}
#s-36dadd76-28f6-4c7e-8c2e-f124d2ea5912, #wrap-s-36dadd76-28f6-4c7e-8c2e-f124d2ea5912 { display: none !important; }}
@media (min-width: 0px) {
[id="s-36dadd76-28f6-4c7e-8c2e-f124d2ea5912"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36dadd76-28f6-4c7e-8c2e-f124d2ea5912"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-36dadd76-28f6-4c7e-8c2e-f124d2ea5912"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-36dadd76-28f6-4c7e-8c2e-f124d2ea5912"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

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

.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 {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-6fb984b4-e318-4087-9915-db25c5e3ad33 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-6fb984b4-e318-4087-9915-db25c5e3ad33 img.shogun-image {
    

    
    
    
  }


#s-6fb984b4-e318-4087-9915-db25c5e3ad33 .shogun-image-content {
  
    align-items: center;
  
}

#s-273f5a01-3e63-4159-a366-3754d49379ac {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-273f5a01-3e63-4159-a366-3754d49379ac {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-273f5a01-3e63-4159-a366-3754d49379ac .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-9968e6bb-25c3-413e-9712-78bf9062f6c5 {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9968e6bb-25c3-413e-9712-78bf9062f6c5 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-9968e6bb-25c3-413e-9712-78bf9062f6c5 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0bd4a71a-8028-4f14-9ffc-713991720198 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-0bd4a71a-8028-4f14-9ffc-713991720198 img.shogun-image {
    

    
    
    
  }


#s-0bd4a71a-8028-4f14-9ffc-713991720198 .shogun-image-content {
  
    align-items: center;
  
}

#s-a915c6fd-472d-4314-90f6-b574f76d0304 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a915c6fd-472d-4314-90f6-b574f76d0304 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-a915c6fd-472d-4314-90f6-b574f76d0304 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-0742630a-ada6-4485-9467-5aaca36f1dcf {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0742630a-ada6-4485-9467-5aaca36f1dcf {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-0742630a-ada6-4485-9467-5aaca36f1dcf {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7e7cc032-9be4-4a9c-b968-b230dc5b515d {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-7e7cc032-9be4-4a9c-b968-b230dc5b515d img.shogun-image {
    

    
    
    
  }


#s-7e7cc032-9be4-4a9c-b968-b230dc5b515d .shogun-image-content {
  
    align-items: center;
  
}

#s-9838c8b7-17b2-4758-bbad-f54a006c3b9b {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-9838c8b7-17b2-4758-bbad-f54a006c3b9b {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-9838c8b7-17b2-4758-bbad-f54a006c3b9b .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-27cec888-4b7d-45e2-9bde-086df6ff73b7 {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-27cec888-4b7d-45e2-9bde-086df6ff73b7 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-27cec888-4b7d-45e2-9bde-086df6ff73b7 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e6c45b87-780b-4623-af9d-2e63f68e2131 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e6c45b87-780b-4623-af9d-2e63f68e2131 {
  display: none;
}
#s-e6c45b87-780b-4623-af9d-2e63f68e2131, #wrap-s-e6c45b87-780b-4623-af9d-2e63f68e2131 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6c45b87-780b-4623-af9d-2e63f68e2131 {
  display: none;
}
#s-e6c45b87-780b-4623-af9d-2e63f68e2131, #wrap-s-e6c45b87-780b-4623-af9d-2e63f68e2131 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6c45b87-780b-4623-af9d-2e63f68e2131 {
  display: none;
}
#s-e6c45b87-780b-4623-af9d-2e63f68e2131, #wrap-s-e6c45b87-780b-4623-af9d-2e63f68e2131 { display: none !important; }}@media (max-width: 767px){#s-e6c45b87-780b-4623-af9d-2e63f68e2131 {
  margin-left: 3%;
margin-right: 1%;
}
}







#s-e6c45b87-780b-4623-af9d-2e63f68e2131 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6c45b87-780b-4623-af9d-2e63f68e2131.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0c06538-cc0d-441d-bdc6-b08fc894abec {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-b0c06538-cc0d-441d-bdc6-b08fc894abec {
  display: none;
}
#s-b0c06538-cc0d-441d-bdc6-b08fc894abec, #wrap-s-b0c06538-cc0d-441d-bdc6-b08fc894abec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0c06538-cc0d-441d-bdc6-b08fc894abec {
  display: none;
}
#s-b0c06538-cc0d-441d-bdc6-b08fc894abec, #wrap-s-b0c06538-cc0d-441d-bdc6-b08fc894abec { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0c06538-cc0d-441d-bdc6-b08fc894abec {
  display: none;
}
#s-b0c06538-cc0d-441d-bdc6-b08fc894abec, #wrap-s-b0c06538-cc0d-441d-bdc6-b08fc894abec { display: none !important; }}
@media (min-width: 0px) {
[id="s-b0c06538-cc0d-441d-bdc6-b08fc894abec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b0c06538-cc0d-441d-bdc6-b08fc894abec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b0c06538-cc0d-441d-bdc6-b08fc894abec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0c06538-cc0d-441d-bdc6-b08fc894abec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3e76fb8c-484b-401d-84cf-b79ce79d618c {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-3e76fb8c-484b-401d-84cf-b79ce79d618c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e76fb8c-484b-401d-84cf-b79ce79d618c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce8f20df-fdbe-4f29-9bce-db8bf748ec50 {
  max-width: 70px;
text-align: center;
}







  #s-ce8f20df-fdbe-4f29-9bce-db8bf748ec50 img.shogun-image {
    

    
    
    
  }


#s-ce8f20df-fdbe-4f29-9bce-db8bf748ec50 .shogun-image-content {
  
    align-items: center;
  
}

#s-8309fc2b-3a4f-4f66-8f2b-ac38485aff8f {
  margin-left: -58%;
min-height: 50px;
}








#s-8309fc2b-3a4f-4f66-8f2b-ac38485aff8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8309fc2b-3a4f-4f66-8f2b-ac38485aff8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-daa01180-aedb-45b9-9c82-dcbe6b3d61d2 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-daa01180-aedb-45b9-9c82-dcbe6b3d61d2 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-19b4d191-b3e3-4d01-b90e-d68917e57c0b {
  margin-top: -5px;
margin-left: 0%;
margin-right: 0%;
}

#s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf {
  display: none;
}
#s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf, #wrap-s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf {
  display: none;
}
#s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf, #wrap-s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf {
  display: none;
}
#s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf, #wrap-s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf { display: none !important; }}
@media (min-width: 0px) {
[id="s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a075aa44-7051-44fb-9f00-1e052a66527c {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-a075aa44-7051-44fb-9f00-1e052a66527c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a075aa44-7051-44fb-9f00-1e052a66527c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e0d3438-ebca-47fb-b440-5cc9eed0ece8 {
  max-width: 70px;
text-align: center;
}







  #s-7e0d3438-ebca-47fb-b440-5cc9eed0ece8 img.shogun-image {
    

    
    
    
  }


#s-7e0d3438-ebca-47fb-b440-5cc9eed0ece8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad93ec42-4b61-4b25-a4e9-3b5aad990fc7 {
  margin-left: -58%;
min-height: 50px;
}








#s-ad93ec42-4b61-4b25-a4e9-3b5aad990fc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad93ec42-4b61-4b25-a4e9-3b5aad990fc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dab6349a-ba9d-4aaa-91b6-daffd210dc18 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dab6349a-ba9d-4aaa-91b6-daffd210dc18 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-e04864f8-b2f0-433e-be48-12e3d4965766 {
  margin-top: -5px;
margin-left: 0%;
margin-right: 0%;
}

#s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4 {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4 {
  display: none;
}
#s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4, #wrap-s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4 {
  display: none;
}
#s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4, #wrap-s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4 {
  display: none;
}
#s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4, #wrap-s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b9152d35-300a-4834-814e-5d6559ca7ffa {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-b9152d35-300a-4834-814e-5d6559ca7ffa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9152d35-300a-4834-814e-5d6559ca7ffa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e51c4ad2-3804-4944-b9e7-370b2c37005c {
  max-width: 70px;
text-align: center;
}







  #s-e51c4ad2-3804-4944-b9e7-370b2c37005c img.shogun-image {
    

    
    
    
  }


#s-e51c4ad2-3804-4944-b9e7-370b2c37005c .shogun-image-content {
  
    align-items: center;
  
}

#s-ac9c03f5-f181-421c-8d8b-0e33e2ddc49f {
  margin-left: -58%;
min-height: 50px;
}








#s-ac9c03f5-f181-421c-8d8b-0e33e2ddc49f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac9c03f5-f181-421c-8d8b-0e33e2ddc49f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-865ea230-27ad-43c5-8c84-b70f66338619 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-865ea230-27ad-43c5-8c84-b70f66338619 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-51dd389a-5bea-4c5e-bd9a-198903134904 {
  margin-top: -5px;
margin-left: 0%;
margin-right: 0%;
}

#s-1ff2db7b-f017-4e7d-ba3b-31b29398f293 {
  margin-top: 32px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-1ff2db7b-f017-4e7d-ba3b-31b29398f293:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-1ff2db7b-f017-4e7d-ba3b-31b29398f293:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (max-width: 767px){#s-1ff2db7b-f017-4e7d-ba3b-31b29398f293 {
  
}
}

  #s-1ff2db7b-f017-4e7d-ba3b-31b29398f293-root {
    text-align: center;
  }


#s-1ff2db7b-f017-4e7d-ba3b-31b29398f293.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ff2db7b-f017-4e7d-ba3b-31b29398f293-root {
    text-align: center;
  }


#s-1ff2db7b-f017-4e7d-ba3b-31b29398f293.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ff2db7b-f017-4e7d-ba3b-31b29398f293-root {
    text-align: center;
  }


#s-1ff2db7b-f017-4e7d-ba3b-31b29398f293.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ff2db7b-f017-4e7d-ba3b-31b29398f293-root {
    text-align: center;
  }


#s-1ff2db7b-f017-4e7d-ba3b-31b29398f293.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ff2db7b-f017-4e7d-ba3b-31b29398f293-root {
    text-align: center;
  }


#s-1ff2db7b-f017-4e7d-ba3b-31b29398f293.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#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 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  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);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

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

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

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
