.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-37a70145-d74c-449c-bdc9-0ff38a4c2128 {
  min-height: 50px;
}








#s-37a70145-d74c-449c-bdc9-0ff38a4c2128 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37a70145-d74c-449c-bdc9-0ff38a4c2128.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2960df32-cecc-478b-be2d-9bcd682fbc05 {
  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: 768px) and (max-width: 991px){#s-2960df32-cecc-478b-be2d-9bcd682fbc05 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-2960df32-cecc-478b-be2d-9bcd682fbc05 {
  padding-top: 32px;
padding-left: 3%;
padding-bottom: 32px;
padding-right: 3%;
}
}







#s-2960df32-cecc-478b-be2d-9bcd682fbc05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2960df32-cecc-478b-be2d-9bcd682fbc05.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-7a8d6642-b018-4a74-bb2f-f26df534c9aa {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7a8d6642-b018-4a74-bb2f-f26df534c9aa .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-7a8d6642-b018-4a74-bb2f-f26df534c9aa .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-7a8d6642-b018-4a74-bb2f-f26df534c9aa .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-2d0c7426-d465-4a75-9c0a-7d889d321039 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1000px;
text-align: center;
}

#s-2d0c7426-d465-4a75-9c0a-7d889d321039 .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-2d0c7426-d465-4a75-9c0a-7d889d321039 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.4px;
  text-align: center;
}


}
.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-e1409492-19ea-413d-8d84-bbfa2655ce5e {
  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-e1409492-19ea-413d-8d84-bbfa2655ce5e: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-e1409492-19ea-413d-8d84-bbfa2655ce5e: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-e1409492-19ea-413d-8d84-bbfa2655ce5e {
  margin-top: 21px;
}
}

  #s-e1409492-19ea-413d-8d84-bbfa2655ce5e-root {
    text-align: center;
  }


#s-e1409492-19ea-413d-8d84-bbfa2655ce5e.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-e1409492-19ea-413d-8d84-bbfa2655ce5e-root {
    text-align: center;
  }


#s-e1409492-19ea-413d-8d84-bbfa2655ce5e.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-e1409492-19ea-413d-8d84-bbfa2655ce5e-root {
    text-align: center;
  }


#s-e1409492-19ea-413d-8d84-bbfa2655ce5e.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-e1409492-19ea-413d-8d84-bbfa2655ce5e-root {
    text-align: center;
  }


#s-e1409492-19ea-413d-8d84-bbfa2655ce5e.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-e1409492-19ea-413d-8d84-bbfa2655ce5e-root {
    text-align: center;
  }


#s-e1409492-19ea-413d-8d84-bbfa2655ce5e.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-2e122dcf-00c0-438b-a280-fbeaa9aaa2ec {
  margin-bottom: 0px;
padding-top: 64px;
padding-bottom: 64px;
min-height: 50px;
background-color: rgba(228, 229, 251, 1);
}
@media (max-width: 767px){#s-2e122dcf-00c0-438b-a280-fbeaa9aaa2ec {
  padding-top: 32px;
padding-bottom: 20px;
}
}







#s-2e122dcf-00c0-438b-a280-fbeaa9aaa2ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e122dcf-00c0-438b-a280-fbeaa9aaa2ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7294da11-1f11-493b-8711-e39eb8a76877 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-7294da11-1f11-493b-8711-e39eb8a76877 {
  
}
}
#s-7294da11-1f11-493b-8711-e39eb8a76877 .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-7294da11-1f11-493b-8711-e39eb8a76877 .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-7294da11-1f11-493b-8711-e39eb8a76877 .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;
}


}
.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-dbb23757-1260-4fc9-a398-912131c35cdf {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dbb23757-1260-4fc9-a398-912131c35cdf {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-dbb23757-1260-4fc9-a398-912131c35cdf {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
}
}
#s-dbb23757-1260-4fc9-a398-912131c35cdf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-dbb23757-1260-4fc9-a398-912131c35cdf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-dbb23757-1260-4fc9-a398-912131c35cdf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(76, 75, 83, 1);
}

#s-dbb23757-1260-4fc9-a398-912131c35cdf > .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-dbb23757-1260-4fc9-a398-912131c35cdf > .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-dbb23757-1260-4fc9-a398-912131c35cdf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
.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-f3ade9b1-a2f1-41a8-ac85-ef92e6b268d8 {
  margin-left: 10px;
margin-right: 10px;
}

#s-0bfa2e55-f675-406e-99da-b987f0c81d0a {
  margin-left: 10px;
margin-right: 10px;
}

#s-a0b260a9-38f5-4556-b96a-e8d233240d98 {
  margin-left: 10px;
margin-right: 10px;
}

#s-e777f450-75f4-4a74-8bbb-1e3f9fafa9e3 {
  margin-left: 10px;
margin-right: 10px;
}

#s-49046b6a-06d4-420b-8885-3debc67388ba {
  margin-left: 10px;
margin-right: 10px;
}

#s-c2abae89-2ca4-41c4-898b-38ccb01a8cb4 {
  margin-left: 10px;
margin-right: 10px;
}

#s-7a6570a6-5b11-43e0-8dc6-37aa57e939fa {
  margin-left: 10px;
margin-right: 10px;
}

#s-d10f4b25-4639-4590-9b53-2dbaf4aa22f2 {
  margin-left: 10px;
margin-right: 10px;
}

#s-ac2d1a1e-5586-4219-ba37-4db20d0bbe55 {
  margin-left: 10px;
margin-right: 10px;
}

#s-7eea08ff-0f2e-4ef3-aea6-51c18b9e4ca5 {
  margin-left: 10px;
margin-right: 10px;
}

#s-328e9f38-b6d2-4477-8a35-d60a8ec73615 {
  margin-left: 10px;
margin-right: 10px;
}

#s-999045c7-96b6-42d0-912e-8755359830aa {
  margin-left: 10px;
margin-right: 10px;
}

#s-af093519-a8b3-4e62-9f69-10eaa41e0985 {
  margin-left: 10px;
margin-right: 10px;
}

#s-5ee926d6-8573-4999-aa81-52f0aa45c388 {
  margin-left: 10px;
margin-right: 10px;
}

#s-8a8f4d7c-2904-4a4a-b238-c069e6cf0393 {
  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-8a8f4d7c-2904-4a4a-b238-c069e6cf0393: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-8a8f4d7c-2904-4a4a-b238-c069e6cf0393: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-8a8f4d7c-2904-4a4a-b238-c069e6cf0393 {
  
}
}

  #s-8a8f4d7c-2904-4a4a-b238-c069e6cf0393-root {
    text-align: center;
  }


#s-8a8f4d7c-2904-4a4a-b238-c069e6cf0393.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-8a8f4d7c-2904-4a4a-b238-c069e6cf0393-root {
    text-align: center;
  }


#s-8a8f4d7c-2904-4a4a-b238-c069e6cf0393.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-8a8f4d7c-2904-4a4a-b238-c069e6cf0393-root {
    text-align: center;
  }


#s-8a8f4d7c-2904-4a4a-b238-c069e6cf0393.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-8a8f4d7c-2904-4a4a-b238-c069e6cf0393-root {
    text-align: center;
  }


#s-8a8f4d7c-2904-4a4a-b238-c069e6cf0393.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-8a8f4d7c-2904-4a4a-b238-c069e6cf0393-root {
    text-align: center;
  }


#s-8a8f4d7c-2904-4a4a-b238-c069e6cf0393.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ccbaf9e2-987d-48d9-ab24-eb0af7717b96 {
  padding-top: 64px;
padding-bottom: 64px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(228, 229, 251, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ccbaf9e2-987d-48d9-ab24-eb0af7717b96 {
  padding-top: 32px;
padding-bottom: 20px;
}
}







#s-ccbaf9e2-987d-48d9-ab24-eb0af7717b96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ccbaf9e2-987d-48d9-ab24-eb0af7717b96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6526a37-0eea-4ffb-8213-7578f36e95fe {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a6526a37-0eea-4ffb-8213-7578f36e95fe {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-a6526a37-0eea-4ffb-8213-7578f36e95fe {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-a6526a37-0eea-4ffb-8213-7578f36e95fe .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-a6526a37-0eea-4ffb-8213-7578f36e95fe .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;
  
  
}


}
#s-87fcb4d7-01de-436e-929a-51069d7048ef {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-87fcb4d7-01de-436e-929a-51069d7048ef {
  display: none;
}
#s-87fcb4d7-01de-436e-929a-51069d7048ef, #wrap-s-87fcb4d7-01de-436e-929a-51069d7048ef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87fcb4d7-01de-436e-929a-51069d7048ef {
  display: none;
}
#s-87fcb4d7-01de-436e-929a-51069d7048ef, #wrap-s-87fcb4d7-01de-436e-929a-51069d7048ef { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87fcb4d7-01de-436e-929a-51069d7048ef {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-87fcb4d7-01de-436e-929a-51069d7048ef {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-87fcb4d7-01de-436e-929a-51069d7048ef > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(187, 182, 218, 1);
}

#s-87fcb4d7-01de-436e-929a-51069d7048ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(229, 230, 252, 1);
  padding: 5px;
}

#s-87fcb4d7-01de-436e-929a-51069d7048ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 18, 121, 1);
}

#s-87fcb4d7-01de-436e-929a-51069d7048ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(187, 182, 218, 1);
}

#s-87fcb4d7-01de-436e-929a-51069d7048ef > .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-87fcb4d7-01de-436e-929a-51069d7048ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-9641361c-4684-4905-bf77-2ddf0f2e0c88 {
  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);
}








#s-9641361c-4684-4905-bf77-2ddf0f2e0c88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9641361c-4684-4905-bf77-2ddf0f2e0c88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-12fc428e-00b6-4eb3-be8e-b4b651946fdf {
  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: 3553px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-12fc428e-00b6-4eb3-be8e-b4b651946fdf {
  max-width: 3553px;
aspect-ratio: 1/1;
}
}


.shg-image-margin-container-s-12fc428e-00b6-4eb3-be8e-b4b651946fdf {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-12fc428e-00b6-4eb3-be8e-b4b651946fdf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12fc428e-00b6-4eb3-be8e-b4b651946fdf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12fc428e-00b6-4eb3-be8e-b4b651946fdf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12fc428e-00b6-4eb3-be8e-b4b651946fdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12fc428e-00b6-4eb3-be8e-b4b651946fdf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3553px;
  }



  img.s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image {
    
    
    
    max-height: 3553px;
  }


.s-12fc428e-00b6-4eb3-be8e-b4b651946fdf .shogun-image-content {
  
    align-items: center;
  
}

.s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container {
      position: relative;
    }

    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3553px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-12fc428e-00b6-4eb3-be8e-b4b651946fdf {
  
  
  
  
}

#s-12fc428e-00b6-4eb3-be8e-b4b651946fdf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12fc428e-00b6-4eb3-be8e-b4b651946fdf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12fc428e-00b6-4eb3-be8e-b4b651946fdf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12fc428e-00b6-4eb3-be8e-b4b651946fdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12fc428e-00b6-4eb3-be8e-b4b651946fdf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3553px;
  }



  img.s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image {
    
    
    
    max-height: 3553px;
  }


.s-12fc428e-00b6-4eb3-be8e-b4b651946fdf .shogun-image-content {
  
    align-items: center;
  
}

.s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container {
      position: relative;
    }

    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3553px;
    }
  }

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

.shg-image-margin-container-s-12fc428e-00b6-4eb3-be8e-b4b651946fdf {
  
  
  
  
}

#s-12fc428e-00b6-4eb3-be8e-b4b651946fdf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12fc428e-00b6-4eb3-be8e-b4b651946fdf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12fc428e-00b6-4eb3-be8e-b4b651946fdf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12fc428e-00b6-4eb3-be8e-b4b651946fdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12fc428e-00b6-4eb3-be8e-b4b651946fdf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3553px;
  }



  img.s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image {
    
    
    
    max-height: 3553px;
  }


.s-12fc428e-00b6-4eb3-be8e-b4b651946fdf .shogun-image-content {
  
    align-items: center;
  
}

.s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container {
      position: relative;
    }

    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3553px;
    }
  }

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

.shg-image-margin-container-s-12fc428e-00b6-4eb3-be8e-b4b651946fdf {
  
  
  
  
}

#s-12fc428e-00b6-4eb3-be8e-b4b651946fdf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12fc428e-00b6-4eb3-be8e-b4b651946fdf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12fc428e-00b6-4eb3-be8e-b4b651946fdf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12fc428e-00b6-4eb3-be8e-b4b651946fdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12fc428e-00b6-4eb3-be8e-b4b651946fdf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3553px;
  }



  img.s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image {
    
    
    
    max-height: 3553px;
  }


.s-12fc428e-00b6-4eb3-be8e-b4b651946fdf .shogun-image-content {
  
    align-items: center;
  
}

.s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container {
      position: relative;
    }

    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3553px;
    }
  }

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

.shg-image-margin-container-s-12fc428e-00b6-4eb3-be8e-b4b651946fdf {
  
  
  
  
}

#s-12fc428e-00b6-4eb3-be8e-b4b651946fdf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12fc428e-00b6-4eb3-be8e-b4b651946fdf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12fc428e-00b6-4eb3-be8e-b4b651946fdf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12fc428e-00b6-4eb3-be8e-b4b651946fdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12fc428e-00b6-4eb3-be8e-b4b651946fdf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3553px;
  }



  img.s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image {
    
    
    
    max-height: 3553px;
  }


.s-12fc428e-00b6-4eb3-be8e-b4b651946fdf .shogun-image-content {
  
    align-items: center;
  
}

.s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container {
      position: relative;
    }

    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12fc428e-00b6-4eb3-be8e-b4b651946fdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3553px;
    }
  }

}
#s-b44de399-ae12-41d9-b6b8-dd44bd3cf217 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}








#s-b44de399-ae12-41d9-b6b8-dd44bd3cf217 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b44de399-ae12-41d9-b6b8-dd44bd3cf217.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0f0294e-35ad-4e63-80bd-9cb7a0822fa2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-a0101074-1b84-4032-b5c3-cadac5cfb5b2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-6c6f9f6a-c213-47f8-8045-478dd71f632b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-50e3b732-2316-4cee-8314-b6dc8691af49 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-6368f00c-a0bb-4676-8882-7fb609c839a2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-e196f2e7-b68c-4403-a122-4dc830d08cdd {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-5171d800-0401-4d29-bc37-0392953e9a8e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-2e9a10ee-48f8-477c-a873-7a65063759ed {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-290de734-84d3-4264-b225-8bff449a5741 {
  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);
}








#s-290de734-84d3-4264-b225-8bff449a5741 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-290de734-84d3-4264-b225-8bff449a5741.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 {
  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: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container {
      position: relative;
    }

    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 {
  
  
  
  
}

#s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container {
      position: relative;
    }

    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

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

.shg-image-margin-container-s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 {
  
  
  
  
}

#s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container {
      position: relative;
    }

    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

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

.shg-image-margin-container-s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 {
  
  
  
  
}

#s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container {
      position: relative;
    }

    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

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

.shg-image-margin-container-s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 {
  
  
  
  
}

#s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container {
      position: relative;
    }

    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-043fc0fb-0fe2-4191-ae77-df9ab84ddfc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

}
#s-e667fab3-2e20-4039-8097-a77000f24494 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
min-height: 50px;
}








#s-e667fab3-2e20-4039-8097-a77000f24494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e667fab3-2e20-4039-8097-a77000f24494.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d14fc0c-2739-4678-973a-d779ddf08018 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-774481f4-8c59-41ea-b8e0-6e808de85b4d {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-774481f4-8c59-41ea-b8e0-6e808de85b4d .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-2c9ea9ec-a2b3-4b79-b109-435d08e26f90 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-38889bb8-d312-4a3b-8b3b-1b8fb5dc9aa9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-9038296c-c1d3-410a-a449-d4d5243f76f0 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-6b9a49be-0946-436a-85f7-3c5796be6fe5 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-d6ae64fa-d43c-4b88-8016-7c6f648c3fb7 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-76d11e0b-a7ed-4067-a383-b6581c2f0fa6 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-76d11e0b-a7ed-4067-a383-b6581c2f0fa6 .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-6bd1312e-e141-4782-97f3-e42c79f05d8b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-8eceac3b-a6a3-405e-bf34-e02e6eb3598a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-18016d79-e0c1-4e61-85e1-55d9085d0577 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-5d50fbaf-50be-4d6d-bdd8-095b9f5981d4 {
  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);
}








#s-5d50fbaf-50be-4d6d-bdd8-095b9f5981d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d50fbaf-50be-4d6d-bdd8-095b9f5981d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0ee6cfa-c219-425b-b004-fee92b074be1 {
  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-d0ee6cfa-c219-425b-b004-fee92b074be1 {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-d0ee6cfa-c219-425b-b004-fee92b074be1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0ee6cfa-c219-425b-b004-fee92b074be1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0ee6cfa-c219-425b-b004-fee92b074be1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0ee6cfa-c219-425b-b004-fee92b074be1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0ee6cfa-c219-425b-b004-fee92b074be1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-d0ee6cfa-c219-425b-b004-fee92b074be1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0ee6cfa-c219-425b-b004-fee92b074be1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0ee6cfa-c219-425b-b004-fee92b074be1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container {
      position: relative;
    }

    .s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0ee6cfa-c219-425b-b004-fee92b074be1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d0ee6cfa-c219-425b-b004-fee92b074be1 {
  
  
  
  
}

#s-d0ee6cfa-c219-425b-b004-fee92b074be1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0ee6cfa-c219-425b-b004-fee92b074be1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0ee6cfa-c219-425b-b004-fee92b074be1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0ee6cfa-c219-425b-b004-fee92b074be1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0ee6cfa-c219-425b-b004-fee92b074be1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-d0ee6cfa-c219-425b-b004-fee92b074be1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0ee6cfa-c219-425b-b004-fee92b074be1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0ee6cfa-c219-425b-b004-fee92b074be1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container {
      position: relative;
    }

    .s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0ee6cfa-c219-425b-b004-fee92b074be1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

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

.shg-image-margin-container-s-d0ee6cfa-c219-425b-b004-fee92b074be1 {
  
  
  
  
}

#s-d0ee6cfa-c219-425b-b004-fee92b074be1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0ee6cfa-c219-425b-b004-fee92b074be1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0ee6cfa-c219-425b-b004-fee92b074be1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0ee6cfa-c219-425b-b004-fee92b074be1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0ee6cfa-c219-425b-b004-fee92b074be1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-d0ee6cfa-c219-425b-b004-fee92b074be1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0ee6cfa-c219-425b-b004-fee92b074be1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0ee6cfa-c219-425b-b004-fee92b074be1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container {
      position: relative;
    }

    .s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0ee6cfa-c219-425b-b004-fee92b074be1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

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

.shg-image-margin-container-s-d0ee6cfa-c219-425b-b004-fee92b074be1 {
  
  
  
  
}

#s-d0ee6cfa-c219-425b-b004-fee92b074be1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0ee6cfa-c219-425b-b004-fee92b074be1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0ee6cfa-c219-425b-b004-fee92b074be1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0ee6cfa-c219-425b-b004-fee92b074be1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0ee6cfa-c219-425b-b004-fee92b074be1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-d0ee6cfa-c219-425b-b004-fee92b074be1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0ee6cfa-c219-425b-b004-fee92b074be1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0ee6cfa-c219-425b-b004-fee92b074be1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container {
      position: relative;
    }

    .s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0ee6cfa-c219-425b-b004-fee92b074be1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

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

.shg-image-margin-container-s-d0ee6cfa-c219-425b-b004-fee92b074be1 {
  
  
  
  
}

#s-d0ee6cfa-c219-425b-b004-fee92b074be1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0ee6cfa-c219-425b-b004-fee92b074be1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0ee6cfa-c219-425b-b004-fee92b074be1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0ee6cfa-c219-425b-b004-fee92b074be1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0ee6cfa-c219-425b-b004-fee92b074be1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-d0ee6cfa-c219-425b-b004-fee92b074be1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0ee6cfa-c219-425b-b004-fee92b074be1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0ee6cfa-c219-425b-b004-fee92b074be1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container {
      position: relative;
    }

    .s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0ee6cfa-c219-425b-b004-fee92b074be1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0ee6cfa-c219-425b-b004-fee92b074be1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

}
#s-45c65806-fee5-4932-8f41-0860000385c1 {
  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-45c65806-fee5-4932-8f41-0860000385c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45c65806-fee5-4932-8f41-0860000385c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7af9c24-1470-4941-8bad-f6490b8dd0f0 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d7af9c24-1470-4941-8bad-f6490b8dd0f0 .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-7d8b3203-a600-4e55-abc1-72e76ec94024 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-3c09b441-212d-47e6-a263-c5a23d9d55e9 {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3c09b441-212d-47e6-a263-c5a23d9d55e9 .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-23101461-4ee7-42a1-9d3e-506885090267 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 1000px;
}

#s-31e6ed8f-bbdf-4fcf-ba80-1bfbce647a19 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-31e6ed8f-bbdf-4fcf-ba80-1bfbce647a19 .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-d898aae3-9602-4f4d-b8c4-5185857acdec {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-22e8c9f3-3852-4e9c-a451-e46b9daed669 {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-22e8c9f3-3852-4e9c-a451-e46b9daed669 .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-c4cbb0cc-cd6b-4588-8cdb-d5e568244739 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-f3521a74-58ba-4231-b536-a15af8cd71d4 {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f3521a74-58ba-4231-b536-a15af8cd71d4 .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-8705d922-b213-4b21-a549-bc5d45b32280 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-062a067a-9dd0-45f9-bc67-60da937b89df {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(240, 240, 247, 1);
}








#s-062a067a-9dd0-45f9-bc67-60da937b89df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-062a067a-9dd0-45f9-bc67-60da937b89df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3bb30298-d39e-4d14-8947-075d054d937e {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}








#s-3bb30298-d39e-4d14-8947-075d054d937e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3bb30298-d39e-4d14-8947-075d054d937e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f7181fd-f3a9-4d80-9f15-cd4ab83a569a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-17248bd6-4cba-4ab2-9422-84b2c24711f8 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 5075px;
aspect-ratio: 5075/3478;
text-align: left;
}



.shg-image-margin-container-s-17248bd6-4cba-4ab2-9422-84b2c24711f8 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  
}

#s-17248bd6-4cba-4ab2-9422-84b2c24711f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17248bd6-4cba-4ab2-9422-84b2c24711f8 .shg-image-content-wrapper {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }

    #s-17248bd6-4cba-4ab2-9422-84b2c24711f8 .shogun-image-link {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17248bd6-4cba-4ab2-9422-84b2c24711f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17248bd6-4cba-4ab2-9422-84b2c24711f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5075px;
  }



  img.s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image {
    
    
    
    max-height: 5075px;
  }


.s-17248bd6-4cba-4ab2-9422-84b2c24711f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8 {
      --shg-aspect-ratio: calc(5075/3478); 
    }

    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container {
      position: relative;
    }

    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5075px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-17248bd6-4cba-4ab2-9422-84b2c24711f8 {
  
  
  
  
}

#s-17248bd6-4cba-4ab2-9422-84b2c24711f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17248bd6-4cba-4ab2-9422-84b2c24711f8 .shg-image-content-wrapper {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }

    #s-17248bd6-4cba-4ab2-9422-84b2c24711f8 .shogun-image-link {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17248bd6-4cba-4ab2-9422-84b2c24711f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17248bd6-4cba-4ab2-9422-84b2c24711f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5075px;
  }



  img.s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image {
    
    
    
    max-height: 5075px;
  }


.s-17248bd6-4cba-4ab2-9422-84b2c24711f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8 {
      --shg-aspect-ratio: calc(5075/3478); 
    }

    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container {
      position: relative;
    }

    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5075px;
    }
  }

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

.shg-image-margin-container-s-17248bd6-4cba-4ab2-9422-84b2c24711f8 {
  
  
  
  
}

#s-17248bd6-4cba-4ab2-9422-84b2c24711f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17248bd6-4cba-4ab2-9422-84b2c24711f8 .shg-image-content-wrapper {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }

    #s-17248bd6-4cba-4ab2-9422-84b2c24711f8 .shogun-image-link {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17248bd6-4cba-4ab2-9422-84b2c24711f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17248bd6-4cba-4ab2-9422-84b2c24711f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5075px;
  }



  img.s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image {
    
    
    
    max-height: 5075px;
  }


.s-17248bd6-4cba-4ab2-9422-84b2c24711f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8 {
      --shg-aspect-ratio: calc(5075/3478); 
    }

    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container {
      position: relative;
    }

    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5075px;
    }
  }

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

.shg-image-margin-container-s-17248bd6-4cba-4ab2-9422-84b2c24711f8 {
  
  
  
  
}

#s-17248bd6-4cba-4ab2-9422-84b2c24711f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17248bd6-4cba-4ab2-9422-84b2c24711f8 .shg-image-content-wrapper {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }

    #s-17248bd6-4cba-4ab2-9422-84b2c24711f8 .shogun-image-link {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17248bd6-4cba-4ab2-9422-84b2c24711f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17248bd6-4cba-4ab2-9422-84b2c24711f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5075px;
  }



  img.s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image {
    
    
    
    max-height: 5075px;
  }


.s-17248bd6-4cba-4ab2-9422-84b2c24711f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8 {
      --shg-aspect-ratio: calc(5075/3478); 
    }

    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container {
      position: relative;
    }

    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5075px;
    }
  }

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

.shg-image-margin-container-s-17248bd6-4cba-4ab2-9422-84b2c24711f8 {
  
  
  
  
}

#s-17248bd6-4cba-4ab2-9422-84b2c24711f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17248bd6-4cba-4ab2-9422-84b2c24711f8 .shg-image-content-wrapper {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }

    #s-17248bd6-4cba-4ab2-9422-84b2c24711f8 .shogun-image-link {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17248bd6-4cba-4ab2-9422-84b2c24711f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17248bd6-4cba-4ab2-9422-84b2c24711f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5075px;
  }



  img.s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image {
    
    
    
    max-height: 5075px;
  }


.s-17248bd6-4cba-4ab2-9422-84b2c24711f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8 {
      --shg-aspect-ratio: calc(5075/3478); 
    }

    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container {
      position: relative;
    }

    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17248bd6-4cba-4ab2-9422-84b2c24711f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5075px;
    }
  }

}
#s-11fb3a2c-4a66-4fca-987b-8d3886eea3f3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-aec31a76-89a7-4e41-8a76-476099436da4 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-711ab954-149a-4ecb-87e0-cb27c4928579 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-235e25af-515e-43b0-ac9c-0914ca5e7073 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-c6521221-33a3-4a98-be93-3c4cb98cf190 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-26fbbcf8-f996-4dd0-aad0-9055180dcf92 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-26fbbcf8-f996-4dd0-aad0-9055180dcf92 .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-93db628b-c046-46c4-9200-5c2f65432095 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-eff29ceb-3e34-427b-9056-a82a71a81306 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-4a26b436-3a8d-44f4-b405-1280cf9404ef {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-d67560a2-e0cb-4cd2-b1d7-f03d708404bc {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(240, 240, 247, 1);
}








#s-d67560a2-e0cb-4cd2-b1d7-f03d708404bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d67560a2-e0cb-4cd2-b1d7-f03d708404bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af2aede8-b03c-4907-a9a1-c3aee86cadea {
  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-af2aede8-b03c-4907-a9a1-c3aee86cadea {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-af2aede8-b03c-4907-a9a1-c3aee86cadea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af2aede8-b03c-4907-a9a1-c3aee86cadea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af2aede8-b03c-4907-a9a1-c3aee86cadea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af2aede8-b03c-4907-a9a1-c3aee86cadea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af2aede8-b03c-4907-a9a1-c3aee86cadea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-af2aede8-b03c-4907-a9a1-c3aee86cadea .shogun-image-content {
  
    align-items: center;
  
}

.s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container {
      position: relative;
    }

    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-af2aede8-b03c-4907-a9a1-c3aee86cadea {
  
  
  
  
}

#s-af2aede8-b03c-4907-a9a1-c3aee86cadea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af2aede8-b03c-4907-a9a1-c3aee86cadea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af2aede8-b03c-4907-a9a1-c3aee86cadea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af2aede8-b03c-4907-a9a1-c3aee86cadea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af2aede8-b03c-4907-a9a1-c3aee86cadea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-af2aede8-b03c-4907-a9a1-c3aee86cadea .shogun-image-content {
  
    align-items: center;
  
}

.s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container {
      position: relative;
    }

    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

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

.shg-image-margin-container-s-af2aede8-b03c-4907-a9a1-c3aee86cadea {
  
  
  
  
}

#s-af2aede8-b03c-4907-a9a1-c3aee86cadea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af2aede8-b03c-4907-a9a1-c3aee86cadea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af2aede8-b03c-4907-a9a1-c3aee86cadea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af2aede8-b03c-4907-a9a1-c3aee86cadea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af2aede8-b03c-4907-a9a1-c3aee86cadea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-af2aede8-b03c-4907-a9a1-c3aee86cadea .shogun-image-content {
  
    align-items: center;
  
}

.s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container {
      position: relative;
    }

    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

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

.shg-image-margin-container-s-af2aede8-b03c-4907-a9a1-c3aee86cadea {
  
  
  
  
}

#s-af2aede8-b03c-4907-a9a1-c3aee86cadea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af2aede8-b03c-4907-a9a1-c3aee86cadea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af2aede8-b03c-4907-a9a1-c3aee86cadea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af2aede8-b03c-4907-a9a1-c3aee86cadea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af2aede8-b03c-4907-a9a1-c3aee86cadea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-af2aede8-b03c-4907-a9a1-c3aee86cadea .shogun-image-content {
  
    align-items: center;
  
}

.s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container {
      position: relative;
    }

    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

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

.shg-image-margin-container-s-af2aede8-b03c-4907-a9a1-c3aee86cadea {
  
  
  
  
}

#s-af2aede8-b03c-4907-a9a1-c3aee86cadea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af2aede8-b03c-4907-a9a1-c3aee86cadea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af2aede8-b03c-4907-a9a1-c3aee86cadea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af2aede8-b03c-4907-a9a1-c3aee86cadea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af2aede8-b03c-4907-a9a1-c3aee86cadea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-af2aede8-b03c-4907-a9a1-c3aee86cadea .shogun-image-content {
  
    align-items: center;
  
}

.s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container {
      position: relative;
    }

    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af2aede8-b03c-4907-a9a1-c3aee86cadea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

}
#s-5b5da1bd-846b-46a6-b051-98acec9c7ea0 {
  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-5b5da1bd-846b-46a6-b051-98acec9c7ea0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b5da1bd-846b-46a6-b051-98acec9c7ea0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ec2dc5f-988b-40e1-aabc-e000bf56bab3 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5ec2dc5f-988b-40e1-aabc-e000bf56bab3 .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-047a52e4-ea87-4ea8-9762-bcbf14fbc98d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-d910971a-a157-4933-9163-c6a6f777c4e2 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d910971a-a157-4933-9163-c6a6f777c4e2 .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-a86d67d2-bf23-4f37-9903-b0846f2b4165 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 1000px;
}

#s-310f918c-00f2-42c9-b9ce-16b8b67c23db {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-310f918c-00f2-42c9-b9ce-16b8b67c23db .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-70da0846-796e-4d27-8913-ebc6f36c8f7e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-6dd3b128-b4dc-4c66-bedb-4c8227d554e9 {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6dd3b128-b4dc-4c66-bedb-4c8227d554e9 .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-e6e6438b-8414-4031-ba6a-6683dbc276d1 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-a5c1b161-f16d-4e56-879b-7164bf03abba {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(240, 240, 247, 1);
}








#s-a5c1b161-f16d-4e56-879b-7164bf03abba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5c1b161-f16d-4e56-879b-7164bf03abba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec3c835b-ce90-422f-b590-0064eeeb85d2 {
  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-ec3c835b-ce90-422f-b590-0064eeeb85d2 {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-ec3c835b-ce90-422f-b590-0064eeeb85d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec3c835b-ce90-422f-b590-0064eeeb85d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec3c835b-ce90-422f-b590-0064eeeb85d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec3c835b-ce90-422f-b590-0064eeeb85d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec3c835b-ce90-422f-b590-0064eeeb85d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-ec3c835b-ce90-422f-b590-0064eeeb85d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container {
      position: relative;
    }

    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ec3c835b-ce90-422f-b590-0064eeeb85d2 {
  
  
  
  
}

#s-ec3c835b-ce90-422f-b590-0064eeeb85d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec3c835b-ce90-422f-b590-0064eeeb85d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec3c835b-ce90-422f-b590-0064eeeb85d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec3c835b-ce90-422f-b590-0064eeeb85d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec3c835b-ce90-422f-b590-0064eeeb85d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-ec3c835b-ce90-422f-b590-0064eeeb85d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container {
      position: relative;
    }

    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

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

.shg-image-margin-container-s-ec3c835b-ce90-422f-b590-0064eeeb85d2 {
  
  
  
  
}

#s-ec3c835b-ce90-422f-b590-0064eeeb85d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec3c835b-ce90-422f-b590-0064eeeb85d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec3c835b-ce90-422f-b590-0064eeeb85d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec3c835b-ce90-422f-b590-0064eeeb85d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec3c835b-ce90-422f-b590-0064eeeb85d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-ec3c835b-ce90-422f-b590-0064eeeb85d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container {
      position: relative;
    }

    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

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

.shg-image-margin-container-s-ec3c835b-ce90-422f-b590-0064eeeb85d2 {
  
  
  
  
}

#s-ec3c835b-ce90-422f-b590-0064eeeb85d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec3c835b-ce90-422f-b590-0064eeeb85d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec3c835b-ce90-422f-b590-0064eeeb85d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec3c835b-ce90-422f-b590-0064eeeb85d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec3c835b-ce90-422f-b590-0064eeeb85d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-ec3c835b-ce90-422f-b590-0064eeeb85d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container {
      position: relative;
    }

    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

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

.shg-image-margin-container-s-ec3c835b-ce90-422f-b590-0064eeeb85d2 {
  
  
  
  
}

#s-ec3c835b-ce90-422f-b590-0064eeeb85d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec3c835b-ce90-422f-b590-0064eeeb85d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec3c835b-ce90-422f-b590-0064eeeb85d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec3c835b-ce90-422f-b590-0064eeeb85d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec3c835b-ce90-422f-b590-0064eeeb85d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-ec3c835b-ce90-422f-b590-0064eeeb85d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container {
      position: relative;
    }

    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec3c835b-ce90-422f-b590-0064eeeb85d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

}
#s-9dde1861-0924-4cae-9efd-9c6f2e6b14eb {
  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-9dde1861-0924-4cae-9efd-9c6f2e6b14eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9dde1861-0924-4cae-9efd-9c6f2e6b14eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2028fb8b-6b33-46ae-b3e8-9772a0bbd543 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2028fb8b-6b33-46ae-b3e8-9772a0bbd543 .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-0a449857-8bb0-4f7d-8d68-40b5a8ec3d84 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-8cd11de3-8ad1-4223-aaf9-45652e538fd0 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8cd11de3-8ad1-4223-aaf9-45652e538fd0 .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-160e905f-fd0c-4ebf-9b5d-8c3cadd22ff9 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 1000px;
}

#s-2cf981b0-a6a9-472f-9dac-1f9cc9d1b6aa {
  margin-top: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2cf981b0-a6a9-472f-9dac-1f9cc9d1b6aa .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-1f9006ed-51f5-487e-b4f1-9338e7073ebf {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-33f24477-404c-4e32-b64c-dfdf7e715e18 {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-33f24477-404c-4e32-b64c-dfdf7e715e18 .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-2d46193c-040f-465e-b92c-71602b27fbc7 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-2cc106c6-2014-44c4-b8fc-9af2cc67f9a8 {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2cc106c6-2014-44c4-b8fc-9af2cc67f9a8 .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-f38f843e-4ad1-48ca-86ce-5602dc1736fa {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

.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-1e41186f-ef3e-4c9e-84ff-cc105568b8b9 {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
max-width: 1400px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-1e41186f-ef3e-4c9e-84ff-cc105568b8b9 {
  display: none;
}
#s-1e41186f-ef3e-4c9e-84ff-cc105568b8b9, #wrap-s-1e41186f-ef3e-4c9e-84ff-cc105568b8b9 { display: none !important; }}@media (max-width: 767px){#s-1e41186f-ef3e-4c9e-84ff-cc105568b8b9 {
  display: none;
}
#s-1e41186f-ef3e-4c9e-84ff-cc105568b8b9, #wrap-s-1e41186f-ef3e-4c9e-84ff-cc105568b8b9 { display: none !important; }}

  #s-1e41186f-ef3e-4c9e-84ff-cc105568b8b9 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(51, 18, 121, 1);
  }
  #s-1e41186f-ef3e-4c9e-84ff-cc105568b8b9 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(229, 230, 252, 1);
    border: 2px solid rgba(51, 18, 121, 1);
  }
#s-1e41186f-ef3e-4c9e-84ff-cc105568b8b9 .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-1e41186f-ef3e-4c9e-84ff-cc105568b8b9 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(51, 18, 121, 1);
}

#s-1e41186f-ef3e-4c9e-84ff-cc105568b8b9 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(229, 230, 252, 1);
}

#s-1e41186f-ef3e-4c9e-84ff-cc105568b8b9 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(51, 18, 121, 1);
}

#s-4373601f-8847-436b-9ed3-d8731665f8a2 {
  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);
}








#s-4373601f-8847-436b-9ed3-d8731665f8a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4373601f-8847-436b-9ed3-d8731665f8a2.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-2a9700e6-b06c-41b3-95cf-d8c2f8227299 {
  margin-top: 25px;
margin-left: 3%;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2a9700e6-b06c-41b3-95cf-d8c2f8227299"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a9700e6-b06c-41b3-95cf-d8c2f8227299"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2a9700e6-b06c-41b3-95cf-d8c2f8227299"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a9700e6-b06c-41b3-95cf-d8c2f8227299"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-567cd350-44e1-4b77-8af2-6711fd22087d {
  margin-left: 5%;
margin-right: 0%;
min-height: 50px;
}








#s-567cd350-44e1-4b77-8af2-6711fd22087d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-567cd350-44e1-4b77-8af2-6711fd22087d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3878c14-2e29-41bf-8f56-fce1874a36b7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-a060f560-441b-46b7-b45e-357a72f15ccc {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-dfe5385b-03b4-451a-beb2-b8b5cc0475b6 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-03428953-3b07-46c4-93af-e36f8e087661 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-befcb2bb-3c66-4367-bda7-aa802fb270e3 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-accd1402-7a62-4a52-9c63-41dcb901b8eb {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-4fe14985-726d-4cd8-9803-bfe468186356 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-9a79e83b-9601-4624-b869-17375e2905e1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-308c874f-ec21-46ad-9d02-b53eddc62ee2 {
  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: 3553px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-308c874f-ec21-46ad-9d02-b53eddc62ee2 {
  margin-left: 12%;
  margin-right: 12%;
  
  
}

#s-308c874f-ec21-46ad-9d02-b53eddc62ee2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-308c874f-ec21-46ad-9d02-b53eddc62ee2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-308c874f-ec21-46ad-9d02-b53eddc62ee2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-308c874f-ec21-46ad-9d02-b53eddc62ee2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-308c874f-ec21-46ad-9d02-b53eddc62ee2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3553px;
  }



  img.s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image {
    
    
    
    max-height: 3553px;
  }


.s-308c874f-ec21-46ad-9d02-b53eddc62ee2 .shogun-image-content {
  
    align-items: center;
  
}

.s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container {
      position: relative;
    }

    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3553px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-308c874f-ec21-46ad-9d02-b53eddc62ee2 {
  
  
  
  
}

#s-308c874f-ec21-46ad-9d02-b53eddc62ee2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-308c874f-ec21-46ad-9d02-b53eddc62ee2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-308c874f-ec21-46ad-9d02-b53eddc62ee2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-308c874f-ec21-46ad-9d02-b53eddc62ee2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-308c874f-ec21-46ad-9d02-b53eddc62ee2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3553px;
  }



  img.s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image {
    
    
    
    max-height: 3553px;
  }


.s-308c874f-ec21-46ad-9d02-b53eddc62ee2 .shogun-image-content {
  
    align-items: center;
  
}

.s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container {
      position: relative;
    }

    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3553px;
    }
  }

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

.shg-image-margin-container-s-308c874f-ec21-46ad-9d02-b53eddc62ee2 {
  
  
  
  
}

#s-308c874f-ec21-46ad-9d02-b53eddc62ee2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-308c874f-ec21-46ad-9d02-b53eddc62ee2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-308c874f-ec21-46ad-9d02-b53eddc62ee2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-308c874f-ec21-46ad-9d02-b53eddc62ee2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-308c874f-ec21-46ad-9d02-b53eddc62ee2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3553px;
  }



  img.s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image {
    
    
    
    max-height: 3553px;
  }


.s-308c874f-ec21-46ad-9d02-b53eddc62ee2 .shogun-image-content {
  
    align-items: center;
  
}

.s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container {
      position: relative;
    }

    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3553px;
    }
  }

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

.shg-image-margin-container-s-308c874f-ec21-46ad-9d02-b53eddc62ee2 {
  
  
  
  
}

#s-308c874f-ec21-46ad-9d02-b53eddc62ee2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-308c874f-ec21-46ad-9d02-b53eddc62ee2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-308c874f-ec21-46ad-9d02-b53eddc62ee2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-308c874f-ec21-46ad-9d02-b53eddc62ee2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-308c874f-ec21-46ad-9d02-b53eddc62ee2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3553px;
  }



  img.s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image {
    
    
    
    max-height: 3553px;
  }


.s-308c874f-ec21-46ad-9d02-b53eddc62ee2 .shogun-image-content {
  
    align-items: center;
  
}

.s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container {
      position: relative;
    }

    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3553px;
    }
  }

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

.shg-image-margin-container-s-308c874f-ec21-46ad-9d02-b53eddc62ee2 {
  
  
  
  
}

#s-308c874f-ec21-46ad-9d02-b53eddc62ee2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-308c874f-ec21-46ad-9d02-b53eddc62ee2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-308c874f-ec21-46ad-9d02-b53eddc62ee2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-308c874f-ec21-46ad-9d02-b53eddc62ee2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-308c874f-ec21-46ad-9d02-b53eddc62ee2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3553px;
  }



  img.s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image {
    
    
    
    max-height: 3553px;
  }


.s-308c874f-ec21-46ad-9d02-b53eddc62ee2 .shogun-image-content {
  
    align-items: center;
  
}

.s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container {
      position: relative;
    }

    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-308c874f-ec21-46ad-9d02-b53eddc62ee2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3553px;
    }
  }

}
#s-7cf45784-59c4-4738-959d-7b31642c06c0 {
  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);
}








#s-7cf45784-59c4-4738-959d-7b31642c06c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cf45784-59c4-4738-959d-7b31642c06c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba7341d5-50e0-4911-a046-cb464824da4d {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-ba7341d5-50e0-4911-a046-cb464824da4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba7341d5-50e0-4911-a046-cb464824da4d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ba7341d5-50e0-4911-a046-cb464824da4d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba7341d5-50e0-4911-a046-cb464824da4d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-60b62462-b894-4ec3-8e04-055fd9b33735 {
  margin-left: 5%;
margin-right: 0%;
min-height: 50px;
}








#s-60b62462-b894-4ec3-8e04-055fd9b33735 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60b62462-b894-4ec3-8e04-055fd9b33735.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84c402da-c857-470f-bb1f-0630f3ed9231 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-a4f32de6-cc05-4e43-85ad-4e41dd866f76 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a4f32de6-cc05-4e43-85ad-4e41dd866f76 .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-a3b3b88e-5661-433b-b9e5-46412e8089bf {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-2f833c0e-5fc2-4f06-b6e7-af0536d6dd92 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-4a6fff05-bd0c-4749-96cc-e9d446d6afe7 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-2b3af30e-b65a-4012-bff8-72b5d79c36ee {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-489d9f7c-3395-450f-8679-30f5fcc2fb16 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-2ba326e5-3da0-4d8d-a7a6-370ea8a50f45 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2ba326e5-3da0-4d8d-a7a6-370ea8a50f45 .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-8f881fe6-88ac-49cc-911a-60df726d747e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-d1a52919-ea3d-433b-9d27-4b6c310649b0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-12360285-0a37-48fb-aa3d-9a2cf8f1edbe {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-327280e0-8a0b-4781-ab40-1f26ea39a320 {
  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: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-327280e0-8a0b-4781-ab40-1f26ea39a320 {
  margin-left: 12%;
  margin-right: 12%;
  
  
}

#s-327280e0-8a0b-4781-ab40-1f26ea39a320 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-327280e0-8a0b-4781-ab40-1f26ea39a320 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-327280e0-8a0b-4781-ab40-1f26ea39a320 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-327280e0-8a0b-4781-ab40-1f26ea39a320 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-327280e0-8a0b-4781-ab40-1f26ea39a320 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-327280e0-8a0b-4781-ab40-1f26ea39a320 .shogun-image-content {
  
    align-items: center;
  
}

.s-327280e0-8a0b-4781-ab40-1f26ea39a320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-327280e0-8a0b-4781-ab40-1f26ea39a320 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container {
      position: relative;
    }

    .s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-327280e0-8a0b-4781-ab40-1f26ea39a320 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-327280e0-8a0b-4781-ab40-1f26ea39a320 {
  
  
  
  
}

#s-327280e0-8a0b-4781-ab40-1f26ea39a320 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-327280e0-8a0b-4781-ab40-1f26ea39a320 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-327280e0-8a0b-4781-ab40-1f26ea39a320 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-327280e0-8a0b-4781-ab40-1f26ea39a320 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-327280e0-8a0b-4781-ab40-1f26ea39a320 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-327280e0-8a0b-4781-ab40-1f26ea39a320 .shogun-image-content {
  
    align-items: center;
  
}

.s-327280e0-8a0b-4781-ab40-1f26ea39a320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-327280e0-8a0b-4781-ab40-1f26ea39a320 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container {
      position: relative;
    }

    .s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-327280e0-8a0b-4781-ab40-1f26ea39a320 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

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

.shg-image-margin-container-s-327280e0-8a0b-4781-ab40-1f26ea39a320 {
  
  
  
  
}

#s-327280e0-8a0b-4781-ab40-1f26ea39a320 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-327280e0-8a0b-4781-ab40-1f26ea39a320 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-327280e0-8a0b-4781-ab40-1f26ea39a320 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-327280e0-8a0b-4781-ab40-1f26ea39a320 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-327280e0-8a0b-4781-ab40-1f26ea39a320 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-327280e0-8a0b-4781-ab40-1f26ea39a320 .shogun-image-content {
  
    align-items: center;
  
}

.s-327280e0-8a0b-4781-ab40-1f26ea39a320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-327280e0-8a0b-4781-ab40-1f26ea39a320 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container {
      position: relative;
    }

    .s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-327280e0-8a0b-4781-ab40-1f26ea39a320 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

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

.shg-image-margin-container-s-327280e0-8a0b-4781-ab40-1f26ea39a320 {
  
  
  
  
}

#s-327280e0-8a0b-4781-ab40-1f26ea39a320 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-327280e0-8a0b-4781-ab40-1f26ea39a320 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-327280e0-8a0b-4781-ab40-1f26ea39a320 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-327280e0-8a0b-4781-ab40-1f26ea39a320 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-327280e0-8a0b-4781-ab40-1f26ea39a320 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-327280e0-8a0b-4781-ab40-1f26ea39a320 .shogun-image-content {
  
    align-items: center;
  
}

.s-327280e0-8a0b-4781-ab40-1f26ea39a320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-327280e0-8a0b-4781-ab40-1f26ea39a320 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container {
      position: relative;
    }

    .s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-327280e0-8a0b-4781-ab40-1f26ea39a320 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

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

.shg-image-margin-container-s-327280e0-8a0b-4781-ab40-1f26ea39a320 {
  
  
  
  
}

#s-327280e0-8a0b-4781-ab40-1f26ea39a320 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-327280e0-8a0b-4781-ab40-1f26ea39a320 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-327280e0-8a0b-4781-ab40-1f26ea39a320 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-327280e0-8a0b-4781-ab40-1f26ea39a320 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-327280e0-8a0b-4781-ab40-1f26ea39a320 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-327280e0-8a0b-4781-ab40-1f26ea39a320 .shogun-image-content {
  
    align-items: center;
  
}

.s-327280e0-8a0b-4781-ab40-1f26ea39a320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-327280e0-8a0b-4781-ab40-1f26ea39a320 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container {
      position: relative;
    }

    .s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-327280e0-8a0b-4781-ab40-1f26ea39a320.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-327280e0-8a0b-4781-ab40-1f26ea39a320 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

}
#s-1281f0ec-cf03-440a-ac44-12646440d29d {
  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);
}








#s-1281f0ec-cf03-440a-ac44-12646440d29d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1281f0ec-cf03-440a-ac44-12646440d29d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2864ba8d-0277-4584-a5ba-d7b1ae01c523 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-2864ba8d-0277-4584-a5ba-d7b1ae01c523"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2864ba8d-0277-4584-a5ba-d7b1ae01c523"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2864ba8d-0277-4584-a5ba-d7b1ae01c523"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2864ba8d-0277-4584-a5ba-d7b1ae01c523"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-af5fd691-e5f9-479d-9914-a75f8b30f1d9 {
  margin-left: 8%;
margin-right: 3%;
min-height: 50px;
}








#s-af5fd691-e5f9-479d-9914-a75f8b30f1d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-af5fd691-e5f9-479d-9914-a75f8b30f1d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e783ce64-a5ee-4851-b4fc-049cb5227c56 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e783ce64-a5ee-4851-b4fc-049cb5227c56 .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-4a93a6a3-a9aa-4e31-8851-45e18c1b97b3 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-ca213dc2-fd52-4ea5-b8d6-5ab5cb24d1c9 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ca213dc2-fd52-4ea5-b8d6-5ab5cb24d1c9 .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-5f7bd612-efeb-4ca3-8feb-56f6f0d1ca8a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 1000px;
}

#s-46fa6d91-8fc4-4888-a1cc-f249f4b0a284 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-46fa6d91-8fc4-4888-a1cc-f249f4b0a284 .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-70b181da-1905-48b4-b46b-fb11e44c9120 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-c6974e96-35e6-46f3-96cf-4b08dfbe560e {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c6974e96-35e6-46f3-96cf-4b08dfbe560e .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-8f1f9bab-9388-4ed9-bf9a-591f7a2e6dc9 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-018141ed-e88e-4921-bc1d-1e13c558a7fe {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-018141ed-e88e-4921-bc1d-1e13c558a7fe .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-65f571d7-e125-49f0-88e2-fa55ad513981 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-c6976651-12d2-4056-8c90-3809822f56b6 {
  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-c6976651-12d2-4056-8c90-3809822f56b6 {
  margin-left: 12%;
  margin-right: 12%;
  
  
}

#s-c6976651-12d2-4056-8c90-3809822f56b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6976651-12d2-4056-8c90-3809822f56b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c6976651-12d2-4056-8c90-3809822f56b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6976651-12d2-4056-8c90-3809822f56b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6976651-12d2-4056-8c90-3809822f56b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-c6976651-12d2-4056-8c90-3809822f56b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6976651-12d2-4056-8c90-3809822f56b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6976651-12d2-4056-8c90-3809822f56b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container {
      position: relative;
    }

    .s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6976651-12d2-4056-8c90-3809822f56b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c6976651-12d2-4056-8c90-3809822f56b6 {
  
  
  
  
}

#s-c6976651-12d2-4056-8c90-3809822f56b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6976651-12d2-4056-8c90-3809822f56b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c6976651-12d2-4056-8c90-3809822f56b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6976651-12d2-4056-8c90-3809822f56b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6976651-12d2-4056-8c90-3809822f56b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-c6976651-12d2-4056-8c90-3809822f56b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6976651-12d2-4056-8c90-3809822f56b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6976651-12d2-4056-8c90-3809822f56b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container {
      position: relative;
    }

    .s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6976651-12d2-4056-8c90-3809822f56b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

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

.shg-image-margin-container-s-c6976651-12d2-4056-8c90-3809822f56b6 {
  
  
  
  
}

#s-c6976651-12d2-4056-8c90-3809822f56b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6976651-12d2-4056-8c90-3809822f56b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c6976651-12d2-4056-8c90-3809822f56b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6976651-12d2-4056-8c90-3809822f56b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6976651-12d2-4056-8c90-3809822f56b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-c6976651-12d2-4056-8c90-3809822f56b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6976651-12d2-4056-8c90-3809822f56b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6976651-12d2-4056-8c90-3809822f56b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container {
      position: relative;
    }

    .s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6976651-12d2-4056-8c90-3809822f56b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

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

.shg-image-margin-container-s-c6976651-12d2-4056-8c90-3809822f56b6 {
  
  
  
  
}

#s-c6976651-12d2-4056-8c90-3809822f56b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6976651-12d2-4056-8c90-3809822f56b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c6976651-12d2-4056-8c90-3809822f56b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6976651-12d2-4056-8c90-3809822f56b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6976651-12d2-4056-8c90-3809822f56b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-c6976651-12d2-4056-8c90-3809822f56b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6976651-12d2-4056-8c90-3809822f56b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6976651-12d2-4056-8c90-3809822f56b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container {
      position: relative;
    }

    .s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6976651-12d2-4056-8c90-3809822f56b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

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

.shg-image-margin-container-s-c6976651-12d2-4056-8c90-3809822f56b6 {
  
  
  
  
}

#s-c6976651-12d2-4056-8c90-3809822f56b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6976651-12d2-4056-8c90-3809822f56b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c6976651-12d2-4056-8c90-3809822f56b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6976651-12d2-4056-8c90-3809822f56b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6976651-12d2-4056-8c90-3809822f56b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-c6976651-12d2-4056-8c90-3809822f56b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6976651-12d2-4056-8c90-3809822f56b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6976651-12d2-4056-8c90-3809822f56b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container {
      position: relative;
    }

    .s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6976651-12d2-4056-8c90-3809822f56b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6976651-12d2-4056-8c90-3809822f56b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

}
#s-fa061b0e-a4f3-4cb6-852d-588a8c0c39b7 {
  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);
}








#s-fa061b0e-a4f3-4cb6-852d-588a8c0c39b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa061b0e-a4f3-4cb6-852d-588a8c0c39b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b2eb44c-0f37-44a6-92c6-1464fcc6027e {
  margin-top: 20px;
margin-left: 3%;
}

@media (min-width: 0px) {
[id="s-9b2eb44c-0f37-44a6-92c6-1464fcc6027e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b2eb44c-0f37-44a6-92c6-1464fcc6027e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9b2eb44c-0f37-44a6-92c6-1464fcc6027e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b2eb44c-0f37-44a6-92c6-1464fcc6027e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d5117703-98b9-4d14-8941-56a042c3da98 {
  margin-left: 5%;
margin-right: 0%;
min-height: 50px;
}








#s-d5117703-98b9-4d14-8941-56a042c3da98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5117703-98b9-4d14-8941-56a042c3da98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f81a7e1-441d-47ec-92c6-bd8450e32b0f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-23fa0324-9aae-4040-ad96-4ead4e962542 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-7c3f1b73-cba8-4009-b0d0-0db1415310e1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-f0336848-92d3-44de-bc84-2d2e518dbd9f {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f0336848-92d3-44de-bc84-2d2e518dbd9f .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-78f6d3ed-7d77-40f8-b6a1-c4fe00c31ef1 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-1d875672-52dd-49d2-aaf3-8362b1b7c386 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-1a56994e-0896-4066-9b92-1a043d2713d5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-0003f8ba-112c-4d6d-aca1-25be09d4c43f {
  margin-left: 5%;
margin-right: 0%;
min-height: 50px;
}








#s-0003f8ba-112c-4d6d-aca1-25be09d4c43f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0003f8ba-112c-4d6d-aca1-25be09d4c43f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fc1d14f0-c8b6-4d40-8c36-334629619ce9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-61953bb3-ebfc-4cf7-bf87-16b77e235595 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 5075px;
aspect-ratio: 5075/3478;
text-align: left;
}
@media (min-width: 1200px){#s-61953bb3-ebfc-4cf7-bf87-16b77e235595 {
  max-width: 560px;
}
}


.shg-image-margin-container-s-61953bb3-ebfc-4cf7-bf87-16b77e235595 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  
}

#s-61953bb3-ebfc-4cf7-bf87-16b77e235595 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61953bb3-ebfc-4cf7-bf87-16b77e235595 .shg-image-content-wrapper {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }

    #s-61953bb3-ebfc-4cf7-bf87-16b77e235595 .shogun-image-link {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61953bb3-ebfc-4cf7-bf87-16b77e235595 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61953bb3-ebfc-4cf7-bf87-16b77e235595 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5075px;
  }



  img.s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image {
    
    
    
    max-height: 5075px;
  }


.s-61953bb3-ebfc-4cf7-bf87-16b77e235595 .shogun-image-content {
  
    align-items: center;
  
}

.s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595 {
      --shg-aspect-ratio: calc(5075/3478); 
    }

    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container {
      position: relative;
    }

    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5075px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-61953bb3-ebfc-4cf7-bf87-16b77e235595 {
  
  
  
  
}

#s-61953bb3-ebfc-4cf7-bf87-16b77e235595 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61953bb3-ebfc-4cf7-bf87-16b77e235595 .shg-image-content-wrapper {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }

    #s-61953bb3-ebfc-4cf7-bf87-16b77e235595 .shogun-image-link {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61953bb3-ebfc-4cf7-bf87-16b77e235595 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61953bb3-ebfc-4cf7-bf87-16b77e235595 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5075px;
  }



  img.s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image {
    
    
    
    max-height: 5075px;
  }


.s-61953bb3-ebfc-4cf7-bf87-16b77e235595 .shogun-image-content {
  
    align-items: center;
  
}

.s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595 {
      --shg-aspect-ratio: calc(5075/3478); 
    }

    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container {
      position: relative;
    }

    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5075px;
    }
  }

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

.shg-image-margin-container-s-61953bb3-ebfc-4cf7-bf87-16b77e235595 {
  
  
  
  
}

#s-61953bb3-ebfc-4cf7-bf87-16b77e235595 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61953bb3-ebfc-4cf7-bf87-16b77e235595 .shg-image-content-wrapper {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }

    #s-61953bb3-ebfc-4cf7-bf87-16b77e235595 .shogun-image-link {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61953bb3-ebfc-4cf7-bf87-16b77e235595 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61953bb3-ebfc-4cf7-bf87-16b77e235595 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5075px;
  }



  img.s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image {
    
    
    
    max-height: 5075px;
  }


.s-61953bb3-ebfc-4cf7-bf87-16b77e235595 .shogun-image-content {
  
    align-items: center;
  
}

.s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595 {
      --shg-aspect-ratio: calc(5075/3478); 
    }

    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container {
      position: relative;
    }

    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5075px;
    }
  }

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

.shg-image-margin-container-s-61953bb3-ebfc-4cf7-bf87-16b77e235595 {
  
  
  
  
}

#s-61953bb3-ebfc-4cf7-bf87-16b77e235595 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61953bb3-ebfc-4cf7-bf87-16b77e235595 .shg-image-content-wrapper {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }

    #s-61953bb3-ebfc-4cf7-bf87-16b77e235595 .shogun-image-link {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61953bb3-ebfc-4cf7-bf87-16b77e235595 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61953bb3-ebfc-4cf7-bf87-16b77e235595 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5075px;
  }



  img.s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image {
    
    
    
    max-height: 5075px;
  }


.s-61953bb3-ebfc-4cf7-bf87-16b77e235595 .shogun-image-content {
  
    align-items: center;
  
}

.s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595 {
      --shg-aspect-ratio: calc(5075/3478); 
    }

    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container {
      position: relative;
    }

    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5075px;
    }
  }

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

.shg-image-margin-container-s-61953bb3-ebfc-4cf7-bf87-16b77e235595 {
  
  
  
  
}

#s-61953bb3-ebfc-4cf7-bf87-16b77e235595 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61953bb3-ebfc-4cf7-bf87-16b77e235595 .shg-image-content-wrapper {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }

    #s-61953bb3-ebfc-4cf7-bf87-16b77e235595 .shogun-image-link {
      aspect-ratio: 5075/3478;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61953bb3-ebfc-4cf7-bf87-16b77e235595 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61953bb3-ebfc-4cf7-bf87-16b77e235595 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5075px;
  }



  img.s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image {
    
    
    
    max-height: 5075px;
  }


.s-61953bb3-ebfc-4cf7-bf87-16b77e235595 .shogun-image-content {
  
    align-items: center;
  
}

.s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595 {
      --shg-aspect-ratio: calc(5075/3478); 
    }

    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container {
      position: relative;
    }

    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61953bb3-ebfc-4cf7-bf87-16b77e235595 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5075px;
    }
  }

}
#s-4756a03e-f333-46ff-9d79-60e9f65cb959 {
  margin-top: 32px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-31e7a593-03c5-4234-a9e4-8eeab8790703 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-9c77c358-07fe-4d42-aa7c-8e3c30645e0a {
  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);
}








#s-9c77c358-07fe-4d42-aa7c-8e3c30645e0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c77c358-07fe-4d42-aa7c-8e3c30645e0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c2a5d56-71e6-4b9b-a1d2-a8034953cddb {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-9c2a5d56-71e6-4b9b-a1d2-a8034953cddb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c2a5d56-71e6-4b9b-a1d2-a8034953cddb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9c2a5d56-71e6-4b9b-a1d2-a8034953cddb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c2a5d56-71e6-4b9b-a1d2-a8034953cddb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-797438ed-4da0-435e-a1f8-db9c0d70db02 {
  margin-left: 8%;
margin-right: 3%;
min-height: 50px;
}








#s-797438ed-4da0-435e-a1f8-db9c0d70db02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-797438ed-4da0-435e-a1f8-db9c0d70db02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09a62f2f-a882-4180-86dc-867f135f3a9c {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-09a62f2f-a882-4180-86dc-867f135f3a9c .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-3cbf8522-43dd-4b05-b70a-5ae73bae0616 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-1f5407b5-b3c7-45cc-9c42-9b951ae52dc8 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1f5407b5-b3c7-45cc-9c42-9b951ae52dc8 .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-1aa0e157-0577-4b57-8564-bb96a7d17dcc {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 1000px;
}

#s-8506fca8-5b86-4075-895e-31bc1bcdf4cf {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8506fca8-5b86-4075-895e-31bc1bcdf4cf .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-7452b5f9-e20e-4483-962a-45d57469dc33 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-030a6ce1-2edc-4fe0-a507-0d5218a66ded {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-030a6ce1-2edc-4fe0-a507-0d5218a66ded .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-30fc8df6-d45f-4767-ad5f-20639028d9d5 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-cda508df-820d-4a1f-83ea-8f8fb01f61b1 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cda508df-820d-4a1f-83ea-8f8fb01f61b1 .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-a11adace-e775-44fe-8b6c-f5ccb10be063 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 {
  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-635e43b3-beb2-4c0f-bf51-ddbb70620c26 {
  margin-left: 12%;
  margin-right: 12%;
  
  
}

#s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3204px;
  }



  img.s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image {
    
    
    
    max-height: 3204px;
  }


.s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 .shogun-image-content {
  
    align-items: center;
  
}

.s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container {
      position: relative;
    }

    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3204px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 {
  
  
  
  
}

#s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3204px;
  }



  img.s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image {
    
    
    
    max-height: 3204px;
  }


.s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 .shogun-image-content {
  
    align-items: center;
  
}

.s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container {
      position: relative;
    }

    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3204px;
    }
  }

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

.shg-image-margin-container-s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 {
  
  
  
  
}

#s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3204px;
  }



  img.s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image {
    
    
    
    max-height: 3204px;
  }


.s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 .shogun-image-content {
  
    align-items: center;
  
}

.s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container {
      position: relative;
    }

    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3204px;
    }
  }

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

.shg-image-margin-container-s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 {
  
  
  
  
}

#s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3204px;
  }



  img.s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image {
    
    
    
    max-height: 3204px;
  }


.s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 .shogun-image-content {
  
    align-items: center;
  
}

.s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container {
      position: relative;
    }

    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3204px;
    }
  }

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

.shg-image-margin-container-s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 {
  
  
  
  
}

#s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3204px;
  }



  img.s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image {
    
    
    
    max-height: 3204px;
  }


.s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 .shogun-image-content {
  
    align-items: center;
  
}

.s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container {
      position: relative;
    }

    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-635e43b3-beb2-4c0f-bf51-ddbb70620c26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3204px;
    }
  }

}
#s-12e6f668-570b-415a-b103-39cc7f6d939d {
  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);
}








#s-12e6f668-570b-415a-b103-39cc7f6d939d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12e6f668-570b-415a-b103-39cc7f6d939d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63d601d7-3dd1-45a3-9829-fc2cb0f6de32 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-63d601d7-3dd1-45a3-9829-fc2cb0f6de32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63d601d7-3dd1-45a3-9829-fc2cb0f6de32"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-63d601d7-3dd1-45a3-9829-fc2cb0f6de32"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-63d601d7-3dd1-45a3-9829-fc2cb0f6de32"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8bf160ae-35ab-4394-8076-5112da0aafe3 {
  margin-left: 8%;
margin-right: 3%;
min-height: 50px;
}








#s-8bf160ae-35ab-4394-8076-5112da0aafe3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8bf160ae-35ab-4394-8076-5112da0aafe3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0742fd67-d108-4a09-b918-e3e8ab4ffef9 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0742fd67-d108-4a09-b918-e3e8ab4ffef9 .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-afb71575-8b18-4ce9-b494-ca08f468c9dc {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-cc2a3112-8b3a-41a6-89d8-3447cfb180c4 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cc2a3112-8b3a-41a6-89d8-3447cfb180c4 .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-f08eb5f9-1b03-4ab3-aa79-11a27e079973 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 1000px;
}

#s-34ba74b0-e66e-4975-86b7-7754c6a58a26 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-34ba74b0-e66e-4975-86b7-7754c6a58a26 .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-aa7e1633-c969-43c7-9cbf-3545da6db690 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-8f6620fd-8f30-4d4e-8fb0-85375de7ffb2 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8f6620fd-8f30-4d4e-8fb0-85375de7ffb2 .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-060c2147-bd09-4872-a7fe-db585e357973 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c {
  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-81c9d3d7-0221-489c-a25a-153e0cfcfa3c {
  margin-left: 12%;
  margin-right: 12%;
  
  
}

#s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c .shogun-image-content {
  
    align-items: center;
  
}

.s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container {
      position: relative;
    }

    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c {
  
  
  
  
}

#s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c .shogun-image-content {
  
    align-items: center;
  
}

.s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container {
      position: relative;
    }

    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

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

.shg-image-margin-container-s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c {
  
  
  
  
}

#s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c .shogun-image-content {
  
    align-items: center;
  
}

.s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container {
      position: relative;
    }

    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

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

.shg-image-margin-container-s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c {
  
  
  
  
}

#s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c .shogun-image-content {
  
    align-items: center;
  
}

.s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container {
      position: relative;
    }

    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

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

.shg-image-margin-container-s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c {
  
  
  
  
}

#s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c .shogun-image-content {
  
    align-items: center;
  
}

.s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container {
      position: relative;
    }

    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81c9d3d7-0221-489c-a25a-153e0cfcfa3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3224px;
    }
  }

}
#s-341a6cbe-7cb5-4a29-829b-ace1c179687f {
  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-341a6cbe-7cb5-4a29-829b-ace1c179687f: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-341a6cbe-7cb5-4a29-829b-ace1c179687f: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-341a6cbe-7cb5-4a29-829b-ace1c179687f {
  
}
}

  #s-341a6cbe-7cb5-4a29-829b-ace1c179687f-root {
    text-align: center;
  }


#s-341a6cbe-7cb5-4a29-829b-ace1c179687f.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-341a6cbe-7cb5-4a29-829b-ace1c179687f-root {
    text-align: center;
  }


#s-341a6cbe-7cb5-4a29-829b-ace1c179687f.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-341a6cbe-7cb5-4a29-829b-ace1c179687f-root {
    text-align: center;
  }


#s-341a6cbe-7cb5-4a29-829b-ace1c179687f.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-341a6cbe-7cb5-4a29-829b-ace1c179687f-root {
    text-align: center;
  }


#s-341a6cbe-7cb5-4a29-829b-ace1c179687f.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-341a6cbe-7cb5-4a29-829b-ace1c179687f-root {
    text-align: center;
  }


#s-341a6cbe-7cb5-4a29-829b-ace1c179687f.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b0fb7944-bb45-4634-8f59-9de3a1b58972 {
  margin-top: 0px;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(228, 229, 251, 1);
}
@media (max-width: 767px){#s-b0fb7944-bb45-4634-8f59-9de3a1b58972 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-b0fb7944-bb45-4634-8f59-9de3a1b58972 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0fb7944-bb45-4634-8f59-9de3a1b58972.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b2f9f23-9aa2-4c43-a9d1-87395a26a7f6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-0b2f9f23-9aa2-4c43-a9d1-87395a26a7f6 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-0b2f9f23-9aa2-4c43-a9d1-87395a26a7f6 .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-0b2f9f23-9aa2-4c43-a9d1-87395a26a7f6 .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-0b2f9f23-9aa2-4c43-a9d1-87395a26a7f6 .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.2em;
  letter-spacing: 0.4px;
  text-align: center;
}


}
#s-2d64ca84-9a63-4c38-99f7-d42fdba07e11 {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (max-width: 767px){#s-2d64ca84-9a63-4c38-99f7-d42fdba07e11 {
  display: none;
}
#s-2d64ca84-9a63-4c38-99f7-d42fdba07e11, #wrap-s-2d64ca84-9a63-4c38-99f7-d42fdba07e11 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2d64ca84-9a63-4c38-99f7-d42fdba07e11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d64ca84-9a63-4c38-99f7-d42fdba07e11"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d64ca84-9a63-4c38-99f7-d42fdba07e11"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d64ca84-9a63-4c38-99f7-d42fdba07e11"] > .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-7a9c5865-bd06-45cc-a3fd-a2612c6ec175 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-7a9c5865-bd06-45cc-a3fd-a2612c6ec175 img.shogun-image {
    

    
    
    
  }


#s-7a9c5865-bd06-45cc-a3fd-a2612c6ec175 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b277970-38c3-4c4d-928d-d0f598d81188 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8b277970-38c3-4c4d-928d-d0f598d81188 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-8b277970-38c3-4c4d-928d-d0f598d81188 .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-c169702a-e7f4-4801-ba94-8af57c1fa414 {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c169702a-e7f4-4801-ba94-8af57c1fa414 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-c169702a-e7f4-4801-ba94-8af57c1fa414 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-561ffed8-d5c9-4946-9927-52da5c0c574f {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-561ffed8-d5c9-4946-9927-52da5c0c574f img.shogun-image {
    

    
    
    
  }


#s-561ffed8-d5c9-4946-9927-52da5c0c574f .shogun-image-content {
  
    align-items: center;
  
}

#s-47921c23-9f66-4571-a48b-7aac0f1bbfa0 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-47921c23-9f66-4571-a48b-7aac0f1bbfa0 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-47921c23-9f66-4571-a48b-7aac0f1bbfa0 .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-416fe325-ae8a-43fe-9078-b191d4b63dd8 {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-416fe325-ae8a-43fe-9078-b191d4b63dd8 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-416fe325-ae8a-43fe-9078-b191d4b63dd8 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-fb73d70c-8f36-400b-afa9-e0d93eba3993 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-fb73d70c-8f36-400b-afa9-e0d93eba3993 img.shogun-image {
    

    
    
    
  }


#s-fb73d70c-8f36-400b-afa9-e0d93eba3993 .shogun-image-content {
  
    align-items: center;
  
}

#s-02d0d8c9-75cb-4329-84d3-a204052ed5e1 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-02d0d8c9-75cb-4329-84d3-a204052ed5e1 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-02d0d8c9-75cb-4329-84d3-a204052ed5e1 .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-fa5eb050-1a8e-4130-9e9e-154e1394eed0 {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-fa5eb050-1a8e-4130-9e9e-154e1394eed0 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-fa5eb050-1a8e-4130-9e9e-154e1394eed0 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-b8850742-beb4-49ca-ba60-e12d3f002744 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(249, 248, 249, 1);
}
@media (min-width: 1200px){#s-b8850742-beb4-49ca-ba60-e12d3f002744 {
  display: none;
}
#s-b8850742-beb4-49ca-ba60-e12d3f002744, #wrap-s-b8850742-beb4-49ca-ba60-e12d3f002744 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8850742-beb4-49ca-ba60-e12d3f002744 {
  display: none;
}
#s-b8850742-beb4-49ca-ba60-e12d3f002744, #wrap-s-b8850742-beb4-49ca-ba60-e12d3f002744 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8850742-beb4-49ca-ba60-e12d3f002744 {
  display: none;
}
#s-b8850742-beb4-49ca-ba60-e12d3f002744, #wrap-s-b8850742-beb4-49ca-ba60-e12d3f002744 { display: none !important; }}@media (max-width: 767px){#s-b8850742-beb4-49ca-ba60-e12d3f002744 {
  margin-left: 3%;
margin-right: 1%;
background-color: rgba(228, 229, 251, 1);
}
}







#s-b8850742-beb4-49ca-ba60-e12d3f002744 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8850742-beb4-49ca-ba60-e12d3f002744.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be9fc2eb-eb31-4efd-9071-b0e508942418 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-be9fc2eb-eb31-4efd-9071-b0e508942418 {
  display: none;
}
#s-be9fc2eb-eb31-4efd-9071-b0e508942418, #wrap-s-be9fc2eb-eb31-4efd-9071-b0e508942418 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be9fc2eb-eb31-4efd-9071-b0e508942418 {
  display: none;
}
#s-be9fc2eb-eb31-4efd-9071-b0e508942418, #wrap-s-be9fc2eb-eb31-4efd-9071-b0e508942418 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be9fc2eb-eb31-4efd-9071-b0e508942418 {
  display: none;
}
#s-be9fc2eb-eb31-4efd-9071-b0e508942418, #wrap-s-be9fc2eb-eb31-4efd-9071-b0e508942418 { display: none !important; }}
@media (min-width: 0px) {
[id="s-be9fc2eb-eb31-4efd-9071-b0e508942418"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-be9fc2eb-eb31-4efd-9071-b0e508942418"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-be9fc2eb-eb31-4efd-9071-b0e508942418"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-be9fc2eb-eb31-4efd-9071-b0e508942418"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a8f4e646-3260-4b50-819e-8e839eff6c7d {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-a8f4e646-3260-4b50-819e-8e839eff6c7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8f4e646-3260-4b50-819e-8e839eff6c7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-149844c1-7989-4d59-8b8a-0c4e8fd7c3d4 {
  max-width: 70px;
text-align: center;
}







  #s-149844c1-7989-4d59-8b8a-0c4e8fd7c3d4 img.shogun-image {
    

    
    
    
  }


#s-149844c1-7989-4d59-8b8a-0c4e8fd7c3d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-309fc9c6-0223-4ab1-a927-a83d73d682d1 {
  margin-left: -58%;
min-height: 50px;
}








#s-309fc9c6-0223-4ab1-a927-a83d73d682d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-309fc9c6-0223-4ab1-a927-a83d73d682d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96640c23-ed3c-464e-b75a-eaf752dda5fe {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-96640c23-ed3c-464e-b75a-eaf752dda5fe .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-d38e9011-f156-4c8a-b582-a42d43c13308 {
  margin-top: -5px;
margin-left: 0%;
margin-right: 0%;
}

#s-b8913145-0164-4758-aa2a-8ad46a41f259 {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-b8913145-0164-4758-aa2a-8ad46a41f259 {
  display: none;
}
#s-b8913145-0164-4758-aa2a-8ad46a41f259, #wrap-s-b8913145-0164-4758-aa2a-8ad46a41f259 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8913145-0164-4758-aa2a-8ad46a41f259 {
  display: none;
}
#s-b8913145-0164-4758-aa2a-8ad46a41f259, #wrap-s-b8913145-0164-4758-aa2a-8ad46a41f259 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8913145-0164-4758-aa2a-8ad46a41f259 {
  display: none;
}
#s-b8913145-0164-4758-aa2a-8ad46a41f259, #wrap-s-b8913145-0164-4758-aa2a-8ad46a41f259 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b8913145-0164-4758-aa2a-8ad46a41f259"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b8913145-0164-4758-aa2a-8ad46a41f259"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b8913145-0164-4758-aa2a-8ad46a41f259"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8913145-0164-4758-aa2a-8ad46a41f259"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-77c13f42-ad57-4d3a-8021-50d54d4854a5 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-77c13f42-ad57-4d3a-8021-50d54d4854a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77c13f42-ad57-4d3a-8021-50d54d4854a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2eb387c-68b9-4584-ba57-e61519bae40a {
  max-width: 70px;
text-align: center;
}







  #s-c2eb387c-68b9-4584-ba57-e61519bae40a img.shogun-image {
    

    
    
    
  }


#s-c2eb387c-68b9-4584-ba57-e61519bae40a .shogun-image-content {
  
    align-items: center;
  
}

#s-edced192-8d6d-449e-860d-1aa933c2317b {
  margin-left: -58%;
min-height: 50px;
}








#s-edced192-8d6d-449e-860d-1aa933c2317b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-edced192-8d6d-449e-860d-1aa933c2317b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38044368-a5df-4ffd-ae68-d72bf05750e4 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-38044368-a5df-4ffd-ae68-d72bf05750e4 .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-cc4bd9b0-63ae-41a8-9348-58c5bc706687 {
  margin-top: -5px;
margin-left: 0%;
margin-right: 0%;
}

#s-74ab8822-2918-4999-bc87-3f550c726474 {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-74ab8822-2918-4999-bc87-3f550c726474 {
  display: none;
}
#s-74ab8822-2918-4999-bc87-3f550c726474, #wrap-s-74ab8822-2918-4999-bc87-3f550c726474 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74ab8822-2918-4999-bc87-3f550c726474 {
  display: none;
}
#s-74ab8822-2918-4999-bc87-3f550c726474, #wrap-s-74ab8822-2918-4999-bc87-3f550c726474 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74ab8822-2918-4999-bc87-3f550c726474 {
  display: none;
}
#s-74ab8822-2918-4999-bc87-3f550c726474, #wrap-s-74ab8822-2918-4999-bc87-3f550c726474 { display: none !important; }}
@media (min-width: 0px) {
[id="s-74ab8822-2918-4999-bc87-3f550c726474"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-74ab8822-2918-4999-bc87-3f550c726474"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-74ab8822-2918-4999-bc87-3f550c726474"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-74ab8822-2918-4999-bc87-3f550c726474"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-60eaa820-2f93-42c8-8b06-f7c7be1f4397 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-60eaa820-2f93-42c8-8b06-f7c7be1f4397 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60eaa820-2f93-42c8-8b06-f7c7be1f4397.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5839e59b-4cd4-4481-a711-146988ffc293 {
  max-width: 70px;
text-align: center;
}







  #s-5839e59b-4cd4-4481-a711-146988ffc293 img.shogun-image {
    

    
    
    
  }


#s-5839e59b-4cd4-4481-a711-146988ffc293 .shogun-image-content {
  
    align-items: center;
  
}

#s-8190c85b-9876-44e7-9225-3ea80c441ca1 {
  margin-left: -58%;
min-height: 50px;
}








#s-8190c85b-9876-44e7-9225-3ea80c441ca1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8190c85b-9876-44e7-9225-3ea80c441ca1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51a2b640-4d22-4ac7-9d27-5749969bdde4 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-51a2b640-4d22-4ac7-9d27-5749969bdde4 .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-ffa2031b-70cd-411e-a26a-dddf08824998 {
  margin-top: -5px;
margin-left: 0%;
margin-right: 0%;
}

#s-5a4d87b7-f9e4-4e61-a3c8-72d34a25d614 {
  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-5a4d87b7-f9e4-4e61-a3c8-72d34a25d614: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-5a4d87b7-f9e4-4e61-a3c8-72d34a25d614: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-5a4d87b7-f9e4-4e61-a3c8-72d34a25d614 {
  
}
}

  #s-5a4d87b7-f9e4-4e61-a3c8-72d34a25d614-root {
    text-align: center;
  }


#s-5a4d87b7-f9e4-4e61-a3c8-72d34a25d614.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-5a4d87b7-f9e4-4e61-a3c8-72d34a25d614-root {
    text-align: center;
  }


#s-5a4d87b7-f9e4-4e61-a3c8-72d34a25d614.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-5a4d87b7-f9e4-4e61-a3c8-72d34a25d614-root {
    text-align: center;
  }


#s-5a4d87b7-f9e4-4e61-a3c8-72d34a25d614.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-5a4d87b7-f9e4-4e61-a3c8-72d34a25d614-root {
    text-align: center;
  }


#s-5a4d87b7-f9e4-4e61-a3c8-72d34a25d614.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-5a4d87b7-f9e4-4e61-a3c8-72d34a25d614-root {
    text-align: center;
  }


#s-5a4d87b7-f9e4-4e61-a3c8-72d34a25d614.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;
}
