.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-56c61bcc-8eca-4a23-800f-28713f3b4aa5 {
  min-height: 50px;
background-color: rgba(244, 249, 252, 1);
}








#s-56c61bcc-8eca-4a23-800f-28713f3b4aa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56c61bcc-8eca-4a23-800f-28713f3b4aa5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba599980-525f-4389-8731-d091a4409e7d {
  margin-top: -35px;
margin-bottom: -35px;
min-height: 50px;
}








#s-ba599980-525f-4389-8731-d091a4409e7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba599980-525f-4389-8731-d091a4409e7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09a00f4c-6c8b-425a-b4bc-2631178b7993 {
  padding-top: 0px;
min-height: 50px;
}








#s-09a00f4c-6c8b-425a-b4bc-2631178b7993 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09a00f4c-6c8b-425a-b4bc-2631178b7993.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-2dded9e3-2edc-445c-ae47-d00238822863 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2dded9e3-2edc-445c-ae47-d00238822863 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0.8px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2dded9e3-2edc-445c-ae47-d00238822863 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0.8px;
  
}


}@media (max-width: 767px){#s-2dded9e3-2edc-445c-ae47-d00238822863 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.8px;
  
}


}
.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-bb194f75-516d-4803-b83c-9a04b33e7206 {
  min-height: 50px;
}








#s-bb194f75-516d-4803-b83c-9a04b33e7206 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb194f75-516d-4803-b83c-9a04b33e7206.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6a25d39-3660-4969-82bf-7376eee4b58f {
  text-align: center;
}

#s-ca606b9c-d8a3-400a-8959-4e6024abc625 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca606b9c-d8a3-400a-8959-4e6024abc625 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.8px;
  
}


@media (min-width: 1200px){#s-ca606b9c-d8a3-400a-8959-4e6024abc625 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0.8px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ca606b9c-d8a3-400a-8959-4e6024abc625 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0.8px;
  
}


}
.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-ae8cf563-4cc5-440a-a0ff-32758a09d5a3 {
  margin-top: 52px;
margin-bottom: 52px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ae8cf563-4cc5-440a-a0ff-32758a09d5a3 {
  margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-ae8cf563-4cc5-440a-a0ff-32758a09d5a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae8cf563-4cc5-440a-a0ff-32758a09d5a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae8cf563-4cc5-440a-a0ff-32758a09d5a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae8cf563-4cc5-440a-a0ff-32758a09d5a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-a25ae376-ba39-4835-a20f-549ee5d3bf60 {
  max-width: 1000px;
text-align: center;
}



.shg-image-margin-container-s-a25ae376-ba39-4835-a20f-549ee5d3bf60 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a25ae376-ba39-4835-a20f-549ee5d3bf60 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-a25ae376-ba39-4835-a20f-549ee5d3bf60 .shogun-image-content {
  
    align-items: center;
  
}

.s-a25ae376-ba39-4835-a20f-549ee5d3bf60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25ae376-ba39-4835-a20f-549ee5d3bf60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25ae376-ba39-4835-a20f-549ee5d3bf60.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a25ae376-ba39-4835-a20f-549ee5d3bf60 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a25ae376-ba39-4835-a20f-549ee5d3bf60 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-a25ae376-ba39-4835-a20f-549ee5d3bf60 .shogun-image-content {
  
    align-items: center;
  
}

.s-a25ae376-ba39-4835-a20f-549ee5d3bf60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25ae376-ba39-4835-a20f-549ee5d3bf60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25ae376-ba39-4835-a20f-549ee5d3bf60.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a25ae376-ba39-4835-a20f-549ee5d3bf60 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a25ae376-ba39-4835-a20f-549ee5d3bf60 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-a25ae376-ba39-4835-a20f-549ee5d3bf60 .shogun-image-content {
  
    align-items: center;
  
}

.s-a25ae376-ba39-4835-a20f-549ee5d3bf60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25ae376-ba39-4835-a20f-549ee5d3bf60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25ae376-ba39-4835-a20f-549ee5d3bf60.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a25ae376-ba39-4835-a20f-549ee5d3bf60 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a25ae376-ba39-4835-a20f-549ee5d3bf60 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-a25ae376-ba39-4835-a20f-549ee5d3bf60 .shogun-image-content {
  
    align-items: center;
  
}

.s-a25ae376-ba39-4835-a20f-549ee5d3bf60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25ae376-ba39-4835-a20f-549ee5d3bf60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25ae376-ba39-4835-a20f-549ee5d3bf60.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a25ae376-ba39-4835-a20f-549ee5d3bf60 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a25ae376-ba39-4835-a20f-549ee5d3bf60 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-a25ae376-ba39-4835-a20f-549ee5d3bf60 .shogun-image-content {
  
    align-items: center;
  
}

.s-a25ae376-ba39-4835-a20f-549ee5d3bf60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25ae376-ba39-4835-a20f-549ee5d3bf60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25ae376-ba39-4835-a20f-549ee5d3bf60.shogun-image {
  box-sizing: border-box;
}




}
#s-560a0a18-165a-47c9-a224-df401e15f541 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-560a0a18-165a-47c9-a224-df401e15f541 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-560a0a18-165a-47c9-a224-df401e15f541 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}@media (max-width: 767px){#s-560a0a18-165a-47c9-a224-df401e15f541 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}
.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-45c7d129-9020-426a-acc9-9d5f9624edec {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 30px;
border-radius: 39px;
background-color: rgba(134, 204, 216, 0);
text-align: left;
text-decoration: none;
color: rgba(32, 73, 143, 1);
hover-type: color;
}
#s-45c7d129-9020-426a-acc9-9d5f9624edec:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-45c7d129-9020-426a-acc9-9d5f9624edec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-45c7d129-9020-426a-acc9-9d5f9624edec-root {
    text-align: left;
  }


#s-45c7d129-9020-426a-acc9-9d5f9624edec.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-45c7d129-9020-426a-acc9-9d5f9624edec-root {
    text-align: left;
  }


#s-45c7d129-9020-426a-acc9-9d5f9624edec.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-45c7d129-9020-426a-acc9-9d5f9624edec-root {
    text-align: left;
  }


#s-45c7d129-9020-426a-acc9-9d5f9624edec.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-45c7d129-9020-426a-acc9-9d5f9624edec-root {
    text-align: left;
  }


#s-45c7d129-9020-426a-acc9-9d5f9624edec.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-45c7d129-9020-426a-acc9-9d5f9624edec-root {
    text-align: left;
  }


#s-45c7d129-9020-426a-acc9-9d5f9624edec.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-dd611d70-9bec-48ab-ad2e-a10a69962486 hr {
  border-top: 2px solid #ddd;
}

#s-f07f8f98-ff3d-418a-ba6a-7645ef63de84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f07f8f98-ff3d-418a-ba6a-7645ef63de84 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-f07f8f98-ff3d-418a-ba6a-7645ef63de84 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-f07f8f98-ff3d-418a-ba6a-7645ef63de84 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


}
#s-f51486c8-e422-4b5e-9c6d-0e93eadb947c {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
max-width: 450px;
}








#s-f51486c8-e422-4b5e-9c6d-0e93eadb947c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f51486c8-e422-4b5e-9c6d-0e93eadb947c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d917f0d-a486-44f1-b61d-4e58c9a200f6 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-2d917f0d-a486-44f1-b61d-4e58c9a200f6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2d917f0d-a486-44f1-b61d-4e58c9a200f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2d917f0d-a486-44f1-b61d-4e58c9a200f6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2d917f0d-a486-44f1-b61d-4e58c9a200f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2d917f0d-a486-44f1-b61d-4e58c9a200f6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d917f0d-a486-44f1-b61d-4e58c9a200f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2d917f0d-a486-44f1-b61d-4e58c9a200f6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (max-width: 767px){#s-d8bf801f-b0bf-4467-abd6-093521b0b7e1 {
  max-width: 10%;
}
}
#s-d8bf801f-b0bf-4467-abd6-093521b0b7e1 .shogun-icon-wrapper {
  text-align: left;
}


#s-d8bf801f-b0bf-4467-abd6-093521b0b7e1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

@media (max-width: 767px){#s-34f80c78-fe36-4416-bea7-15d4a18ee1b5 {
  max-width: 90%;
}
}
#s-d2fb5858-9eba-4cc1-8028-f3562aeda165 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d2fb5858-9eba-4cc1-8028-f3562aeda165"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d2fb5858-9eba-4cc1-8028-f3562aeda165"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d2fb5858-9eba-4cc1-8028-f3562aeda165"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d2fb5858-9eba-4cc1-8028-f3562aeda165"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d2fb5858-9eba-4cc1-8028-f3562aeda165"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2fb5858-9eba-4cc1-8028-f3562aeda165"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d2fb5858-9eba-4cc1-8028-f3562aeda165"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-97dab1f2-0e87-4e67-8546-30358e42a067 .shogun-icon-wrapper {
  text-align: left;
}


#s-97dab1f2-0e87-4e67-8546-30358e42a067 .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

@media (min-width: 0px) {
[id="s-c9c6935d-b7a1-4b33-ab8b-3438d5dc58e8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c9c6935d-b7a1-4b33-ab8b-3438d5dc58e8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c9c6935d-b7a1-4b33-ab8b-3438d5dc58e8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c9c6935d-b7a1-4b33-ab8b-3438d5dc58e8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c9c6935d-b7a1-4b33-ab8b-3438d5dc58e8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9c6935d-b7a1-4b33-ab8b-3438d5dc58e8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c9c6935d-b7a1-4b33-ab8b-3438d5dc58e8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-5ca2e469-0a9d-439b-a88d-d8030e095c32 .shogun-icon-wrapper {
  text-align: left;
}


#s-5ca2e469-0a9d-439b-a88d-d8030e095c32 .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

#s-954ef361-c867-41fc-8a55-b4ef76f95bf6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-954ef361-c867-41fc-8a55-b4ef76f95bf6 .shogun-heading-component h4 {
  color: rgba(148, 196, 201, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-954ef361-c867-41fc-8a55-b4ef76f95bf6 .shogun-heading-component h4 {
  color: rgba(148, 196, 201, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-954ef361-c867-41fc-8a55-b4ef76f95bf6 .shogun-heading-component h4 {
  color: rgba(148, 196, 201, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
#s-ec1f710f-435d-4ffb-bdd2-834d52094fc4 {
  padding-top: 20px;
padding-left: 32px;
padding-bottom: 20px;
padding-right: 32px;
border-radius: 39px;
background-color: rgba(148, 196, 201, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-ec1f710f-435d-4ffb-bdd2-834d52094fc4:hover {background-color: rgba(148, 196, 201, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ec1f710f-435d-4ffb-bdd2-834d52094fc4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ec1f710f-435d-4ffb-bdd2-834d52094fc4-root {
    text-align: left;
  }


#s-ec1f710f-435d-4ffb-bdd2-834d52094fc4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ec1f710f-435d-4ffb-bdd2-834d52094fc4-root {
    text-align: left;
  }


#s-ec1f710f-435d-4ffb-bdd2-834d52094fc4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec1f710f-435d-4ffb-bdd2-834d52094fc4-root {
    text-align: left;
  }


#s-ec1f710f-435d-4ffb-bdd2-834d52094fc4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec1f710f-435d-4ffb-bdd2-834d52094fc4-root {
    text-align: left;
  }


#s-ec1f710f-435d-4ffb-bdd2-834d52094fc4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ec1f710f-435d-4ffb-bdd2-834d52094fc4-root {
    text-align: left;
  }


#s-ec1f710f-435d-4ffb-bdd2-834d52094fc4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}
#s-fed6449b-86b1-44bc-8b2a-440484e6161c {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fed6449b-86b1-44bc-8b2a-440484e6161c {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-fed6449b-86b1-44bc-8b2a-440484e6161c hr {
  border-top: 2px solid #ddd;
}

#s-6891bcdb-e926-4212-b072-e910856ccd0b {
  min-height: 50px;
}








#s-6891bcdb-e926-4212-b072-e910856ccd0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6891bcdb-e926-4212-b072-e910856ccd0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c81ca9d-0be7-4af3-8b97-ebddcef978db {
  text-align: center;
}

#s-1888488c-b244-4c67-86ac-32bccfc993a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1888488c-b244-4c67-86ac-32bccfc993a8 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0.8px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-1888488c-b244-4c67-86ac-32bccfc993a8 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0.8px;
  
}


}@media (max-width: 767px){#s-1888488c-b244-4c67-86ac-32bccfc993a8 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.8px;
  
}


}
#s-3244bc77-3d32-4d68-9acb-83e563f5b0a7 {
  margin-top: 52px;
margin-bottom: 52px;
}

@media (min-width: 0px) {
[id="s-3244bc77-3d32-4d68-9acb-83e563f5b0a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3244bc77-3d32-4d68-9acb-83e563f5b0a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3244bc77-3d32-4d68-9acb-83e563f5b0a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3244bc77-3d32-4d68-9acb-83e563f5b0a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9c50df17-679b-465d-b829-8d008dc0c774 {
  max-width: 536px;
aspect-ratio: 536/498;
text-align: center;
}



.shg-image-margin-container-s-9c50df17-679b-465d-b829-8d008dc0c774 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9c50df17-679b-465d-b829-8d008dc0c774 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c50df17-679b-465d-b829-8d008dc0c774 .shg-image-content-wrapper {
      aspect-ratio: 536/498;
      min-width: 100%;
      height: auto;
    }

    #s-9c50df17-679b-465d-b829-8d008dc0c774 .shogun-image-link {
      aspect-ratio: 536/498;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c50df17-679b-465d-b829-8d008dc0c774 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c50df17-679b-465d-b829-8d008dc0c774 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 536px;
  }



  img.s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image {
    
    
    
    max-height: 536px;
  }


.s-9c50df17-679b-465d-b829-8d008dc0c774 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c50df17-679b-465d-b829-8d008dc0c774.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c50df17-679b-465d-b829-8d008dc0c774 {
      --shg-aspect-ratio: calc(536/498); 
    }

    .s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container {
      position: relative;
    }

    .s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c50df17-679b-465d-b829-8d008dc0c774 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 536px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9c50df17-679b-465d-b829-8d008dc0c774 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9c50df17-679b-465d-b829-8d008dc0c774 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c50df17-679b-465d-b829-8d008dc0c774 .shg-image-content-wrapper {
      aspect-ratio: 536/498;
      min-width: 100%;
      height: auto;
    }

    #s-9c50df17-679b-465d-b829-8d008dc0c774 .shogun-image-link {
      aspect-ratio: 536/498;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c50df17-679b-465d-b829-8d008dc0c774 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c50df17-679b-465d-b829-8d008dc0c774 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 536px;
  }



  img.s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image {
    
    
    
    max-height: 536px;
  }


.s-9c50df17-679b-465d-b829-8d008dc0c774 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c50df17-679b-465d-b829-8d008dc0c774.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c50df17-679b-465d-b829-8d008dc0c774 {
      --shg-aspect-ratio: calc(536/498); 
    }

    .s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container {
      position: relative;
    }

    .s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c50df17-679b-465d-b829-8d008dc0c774 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 536px;
    }
  }

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

.shg-image-margin-container-s-9c50df17-679b-465d-b829-8d008dc0c774 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9c50df17-679b-465d-b829-8d008dc0c774 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c50df17-679b-465d-b829-8d008dc0c774 .shg-image-content-wrapper {
      aspect-ratio: 536/498;
      min-width: 100%;
      height: auto;
    }

    #s-9c50df17-679b-465d-b829-8d008dc0c774 .shogun-image-link {
      aspect-ratio: 536/498;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c50df17-679b-465d-b829-8d008dc0c774 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c50df17-679b-465d-b829-8d008dc0c774 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 536px;
  }



  img.s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image {
    
    
    
    max-height: 536px;
  }


.s-9c50df17-679b-465d-b829-8d008dc0c774 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c50df17-679b-465d-b829-8d008dc0c774.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c50df17-679b-465d-b829-8d008dc0c774 {
      --shg-aspect-ratio: calc(536/498); 
    }

    .s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container {
      position: relative;
    }

    .s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c50df17-679b-465d-b829-8d008dc0c774 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 536px;
    }
  }

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

.shg-image-margin-container-s-9c50df17-679b-465d-b829-8d008dc0c774 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9c50df17-679b-465d-b829-8d008dc0c774 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c50df17-679b-465d-b829-8d008dc0c774 .shg-image-content-wrapper {
      aspect-ratio: 536/498;
      min-width: 100%;
      height: auto;
    }

    #s-9c50df17-679b-465d-b829-8d008dc0c774 .shogun-image-link {
      aspect-ratio: 536/498;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c50df17-679b-465d-b829-8d008dc0c774 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c50df17-679b-465d-b829-8d008dc0c774 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 536px;
  }



  img.s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image {
    
    
    
    max-height: 536px;
  }


.s-9c50df17-679b-465d-b829-8d008dc0c774 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c50df17-679b-465d-b829-8d008dc0c774.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c50df17-679b-465d-b829-8d008dc0c774 {
      --shg-aspect-ratio: calc(536/498); 
    }

    .s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container {
      position: relative;
    }

    .s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c50df17-679b-465d-b829-8d008dc0c774 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 536px;
    }
  }

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

.shg-image-margin-container-s-9c50df17-679b-465d-b829-8d008dc0c774 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9c50df17-679b-465d-b829-8d008dc0c774 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c50df17-679b-465d-b829-8d008dc0c774 .shg-image-content-wrapper {
      aspect-ratio: 536/498;
      min-width: 100%;
      height: auto;
    }

    #s-9c50df17-679b-465d-b829-8d008dc0c774 .shogun-image-link {
      aspect-ratio: 536/498;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c50df17-679b-465d-b829-8d008dc0c774 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c50df17-679b-465d-b829-8d008dc0c774 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 536px;
  }



  img.s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image {
    
    
    
    max-height: 536px;
  }


.s-9c50df17-679b-465d-b829-8d008dc0c774 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c50df17-679b-465d-b829-8d008dc0c774.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c50df17-679b-465d-b829-8d008dc0c774 {
      --shg-aspect-ratio: calc(536/498); 
    }

    .s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container {
      position: relative;
    }

    .s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c50df17-679b-465d-b829-8d008dc0c774.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c50df17-679b-465d-b829-8d008dc0c774 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 536px;
    }
  }

}
#s-3dccc439-4a27-45df-92a0-768d07bae924 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3dccc439-4a27-45df-92a0-768d07bae924 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-3dccc439-4a27-45df-92a0-768d07bae924 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}@media (max-width: 767px){#s-3dccc439-4a27-45df-92a0-768d07bae924 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}
#s-4698b64c-5eae-4793-a21f-bddfa4271768 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 30px;
border-radius: 39px;
background-color: rgba(134, 204, 216, 0);
text-align: left;
text-decoration: none;
color: rgba(32, 73, 143, 1);
hover-type: color;
}
#s-4698b64c-5eae-4793-a21f-bddfa4271768:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4698b64c-5eae-4793-a21f-bddfa4271768:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4698b64c-5eae-4793-a21f-bddfa4271768-root {
    text-align: left;
  }


#s-4698b64c-5eae-4793-a21f-bddfa4271768.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4698b64c-5eae-4793-a21f-bddfa4271768-root {
    text-align: left;
  }


#s-4698b64c-5eae-4793-a21f-bddfa4271768.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4698b64c-5eae-4793-a21f-bddfa4271768-root {
    text-align: left;
  }


#s-4698b64c-5eae-4793-a21f-bddfa4271768.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4698b64c-5eae-4793-a21f-bddfa4271768-root {
    text-align: left;
  }


#s-4698b64c-5eae-4793-a21f-bddfa4271768.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4698b64c-5eae-4793-a21f-bddfa4271768-root {
    text-align: left;
  }


#s-4698b64c-5eae-4793-a21f-bddfa4271768.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}
#s-ce65e954-b762-4cd5-8b22-25c16f5c22d0 hr {
  border-top: 2px solid #ddd;
}

#s-95007a8b-d435-4785-a0bd-8155a6fc25cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95007a8b-d435-4785-a0bd-8155a6fc25cd .shogun-heading-component h3 {
  color: rgba(249, 4, 4, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-95007a8b-d435-4785-a0bd-8155a6fc25cd .shogun-heading-component h3 {
  color: rgba(249, 4, 4, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-95007a8b-d435-4785-a0bd-8155a6fc25cd .shogun-heading-component h3 {
  color: rgba(249, 4, 4, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


}
#s-f4999801-5e48-45e0-867f-242e70bf8217 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
max-width: 450px;
}








#s-f4999801-5e48-45e0-867f-242e70bf8217 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4999801-5e48-45e0-867f-242e70bf8217.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89d255ee-9249-4deb-acc8-2800e08a7fb3 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-89d255ee-9249-4deb-acc8-2800e08a7fb3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-89d255ee-9249-4deb-acc8-2800e08a7fb3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-89d255ee-9249-4deb-acc8-2800e08a7fb3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-89d255ee-9249-4deb-acc8-2800e08a7fb3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-89d255ee-9249-4deb-acc8-2800e08a7fb3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-89d255ee-9249-4deb-acc8-2800e08a7fb3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-89d255ee-9249-4deb-acc8-2800e08a7fb3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-f43d5ccd-0256-4101-92c3-b572195d27b3 .shogun-icon-wrapper {
  text-align: left;
}


#s-f43d5ccd-0256-4101-92c3-b572195d27b3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

#s-f430e04c-9800-45f1-b6d3-fea70fca808c {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f430e04c-9800-45f1-b6d3-fea70fca808c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f430e04c-9800-45f1-b6d3-fea70fca808c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f430e04c-9800-45f1-b6d3-fea70fca808c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f430e04c-9800-45f1-b6d3-fea70fca808c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f430e04c-9800-45f1-b6d3-fea70fca808c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f430e04c-9800-45f1-b6d3-fea70fca808c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f430e04c-9800-45f1-b6d3-fea70fca808c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-7ef4041b-db3d-401a-aa50-18485fe55e11 .shogun-icon-wrapper {
  text-align: left;
}


#s-7ef4041b-db3d-401a-aa50-18485fe55e11 .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

@media (min-width: 0px) {
[id="s-078cf71e-ecdd-47ff-ab16-627924710e88"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-078cf71e-ecdd-47ff-ab16-627924710e88"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-078cf71e-ecdd-47ff-ab16-627924710e88"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-078cf71e-ecdd-47ff-ab16-627924710e88"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-078cf71e-ecdd-47ff-ab16-627924710e88"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-078cf71e-ecdd-47ff-ab16-627924710e88"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-078cf71e-ecdd-47ff-ab16-627924710e88"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-43832506-0b7d-40af-912a-af3d94f6dfb2 .shogun-icon-wrapper {
  text-align: left;
}


#s-43832506-0b7d-40af-912a-af3d94f6dfb2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

#s-0e2d997b-dfa6-44d2-af2e-a234e8434702 {
  padding-top: 20px;
padding-left: 32px;
padding-bottom: 20px;
padding-right: 32px;
border-radius: 39px;
background-color: rgba(148, 196, 201, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-0e2d997b-dfa6-44d2-af2e-a234e8434702:hover {background-color: rgba(148, 196, 201, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0e2d997b-dfa6-44d2-af2e-a234e8434702:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0e2d997b-dfa6-44d2-af2e-a234e8434702-root {
    text-align: left;
  }


#s-0e2d997b-dfa6-44d2-af2e-a234e8434702.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0e2d997b-dfa6-44d2-af2e-a234e8434702-root {
    text-align: left;
  }


#s-0e2d997b-dfa6-44d2-af2e-a234e8434702.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e2d997b-dfa6-44d2-af2e-a234e8434702-root {
    text-align: left;
  }


#s-0e2d997b-dfa6-44d2-af2e-a234e8434702.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e2d997b-dfa6-44d2-af2e-a234e8434702-root {
    text-align: left;
  }


#s-0e2d997b-dfa6-44d2-af2e-a234e8434702.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0e2d997b-dfa6-44d2-af2e-a234e8434702-root {
    text-align: left;
  }


#s-0e2d997b-dfa6-44d2-af2e-a234e8434702.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}
#s-4d43d992-7e94-45a7-922a-0a159dbc3545 {
  margin-top: 50px;
margin-bottom: 50px;
}

#s-4d43d992-7e94-45a7-922a-0a159dbc3545 hr {
  border-top: 2px solid #ddd;
}

#s-1157ecb4-267f-4f9c-bef1-c1a2f28b1518 {
  min-height: 50px;
}








#s-1157ecb4-267f-4f9c-bef1-c1a2f28b1518 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1157ecb4-267f-4f9c-bef1-c1a2f28b1518.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14926428-7ea5-4f6d-af96-03e347b50331 {
  text-align: center;
}

#s-97e94c90-b539-4cca-8b66-1243ec4c7f20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97e94c90-b539-4cca-8b66-1243ec4c7f20 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0.8px;
  
}


@media (min-width: 1200px){#s-97e94c90-b539-4cca-8b66-1243ec4c7f20 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0.8px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-97e94c90-b539-4cca-8b66-1243ec4c7f20 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0.8px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-97e94c90-b539-4cca-8b66-1243ec4c7f20 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0.8px;
  
}


}@media (max-width: 767px){#s-97e94c90-b539-4cca-8b66-1243ec4c7f20 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.8px;
  
}


}
#s-12e014a9-d424-4ca6-aff9-d9d420b71b86 {
  margin-top: 52px;
margin-bottom: 52px;
}

@media (min-width: 0px) {
[id="s-12e014a9-d424-4ca6-aff9-d9d420b71b86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12e014a9-d424-4ca6-aff9-d9d420b71b86"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-12e014a9-d424-4ca6-aff9-d9d420b71b86"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-12e014a9-d424-4ca6-aff9-d9d420b71b86"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container {
      position: relative;
    }

    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container {
      position: relative;
    }

    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container {
      position: relative;
    }

    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container {
      position: relative;
    }

    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container {
      position: relative;
    }

    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b1e8ddb-c7e4-48d5-bba8-5da07ca43e00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-193c7250-1789-4bab-95ef-3561099364eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-193c7250-1789-4bab-95ef-3561099364eb .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-193c7250-1789-4bab-95ef-3561099364eb .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}@media (max-width: 767px){#s-193c7250-1789-4bab-95ef-3561099364eb .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}
#s-6aa30bc8-c4b1-4b6f-ac12-fd327ce19001 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 30px;
border-radius: 39px;
background-color: rgba(134, 204, 216, 0);
text-align: left;
text-decoration: none;
color: rgba(32, 73, 143, 1);
hover-type: color;
}
#s-6aa30bc8-c4b1-4b6f-ac12-fd327ce19001:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6aa30bc8-c4b1-4b6f-ac12-fd327ce19001:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6aa30bc8-c4b1-4b6f-ac12-fd327ce19001-root {
    text-align: left;
  }


#s-6aa30bc8-c4b1-4b6f-ac12-fd327ce19001.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6aa30bc8-c4b1-4b6f-ac12-fd327ce19001-root {
    text-align: left;
  }


#s-6aa30bc8-c4b1-4b6f-ac12-fd327ce19001.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6aa30bc8-c4b1-4b6f-ac12-fd327ce19001-root {
    text-align: left;
  }


#s-6aa30bc8-c4b1-4b6f-ac12-fd327ce19001.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6aa30bc8-c4b1-4b6f-ac12-fd327ce19001-root {
    text-align: left;
  }


#s-6aa30bc8-c4b1-4b6f-ac12-fd327ce19001.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6aa30bc8-c4b1-4b6f-ac12-fd327ce19001-root {
    text-align: left;
  }


#s-6aa30bc8-c4b1-4b6f-ac12-fd327ce19001.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}
#s-fab81696-ff29-4506-ac2f-18ab868ffd1b hr {
  border-top: 2px solid #ddd;
}

#s-28934d0b-fbaa-4dcc-916e-ad3121df5c42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28934d0b-fbaa-4dcc-916e-ad3121df5c42 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-28934d0b-fbaa-4dcc-916e-ad3121df5c42 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}@media (max-width: 767px){#s-28934d0b-fbaa-4dcc-916e-ad3121df5c42 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}
#s-793eb30a-1b83-4183-ba90-83956b89fc57 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
max-width: 450px;
}








#s-793eb30a-1b83-4183-ba90-83956b89fc57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-793eb30a-1b83-4183-ba90-83956b89fc57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a11c84fc-ee80-4025-b1d6-8bbf15fcdaf5 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a11c84fc-ee80-4025-b1d6-8bbf15fcdaf5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a11c84fc-ee80-4025-b1d6-8bbf15fcdaf5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a11c84fc-ee80-4025-b1d6-8bbf15fcdaf5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a11c84fc-ee80-4025-b1d6-8bbf15fcdaf5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a11c84fc-ee80-4025-b1d6-8bbf15fcdaf5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a11c84fc-ee80-4025-b1d6-8bbf15fcdaf5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a11c84fc-ee80-4025-b1d6-8bbf15fcdaf5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-092f18a5-2848-4abe-a727-fbcca5270226 .shogun-icon-wrapper {
  text-align: left;
}


#s-092f18a5-2848-4abe-a727-fbcca5270226 .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

#s-61b4de09-e6f0-4182-8f4b-2611a542d6fd {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-61b4de09-e6f0-4182-8f4b-2611a542d6fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-61b4de09-e6f0-4182-8f4b-2611a542d6fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-61b4de09-e6f0-4182-8f4b-2611a542d6fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-61b4de09-e6f0-4182-8f4b-2611a542d6fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-61b4de09-e6f0-4182-8f4b-2611a542d6fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-61b4de09-e6f0-4182-8f4b-2611a542d6fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-61b4de09-e6f0-4182-8f4b-2611a542d6fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-8cc0636b-2580-4540-a75f-8a30b2e23c94 .shogun-icon-wrapper {
  text-align: left;
}


#s-8cc0636b-2580-4540-a75f-8a30b2e23c94 .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

@media (min-width: 0px) {
[id="s-67b2e984-b72d-4e05-beb7-9e6b21efad0b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-67b2e984-b72d-4e05-beb7-9e6b21efad0b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-67b2e984-b72d-4e05-beb7-9e6b21efad0b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-67b2e984-b72d-4e05-beb7-9e6b21efad0b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-67b2e984-b72d-4e05-beb7-9e6b21efad0b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-67b2e984-b72d-4e05-beb7-9e6b21efad0b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-67b2e984-b72d-4e05-beb7-9e6b21efad0b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-929de102-7a89-46be-8f12-bd8ddff20321 .shogun-icon-wrapper {
  text-align: left;
}


#s-929de102-7a89-46be-8f12-bd8ddff20321 .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

#s-68f49693-e4fe-48b1-a76a-3d9bb649906c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68f49693-e4fe-48b1-a76a-3d9bb649906c .shogun-heading-component h4 {
  color: rgba(148, 196, 201, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-68f49693-e4fe-48b1-a76a-3d9bb649906c .shogun-heading-component h4 {
  color: rgba(148, 196, 201, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-68f49693-e4fe-48b1-a76a-3d9bb649906c .shogun-heading-component h4 {
  color: rgba(148, 196, 201, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
#s-af56e3d0-3879-4e0f-9157-38c810b15b60 {
  padding-top: 20px;
padding-left: 32px;
padding-bottom: 20px;
padding-right: 32px;
border-radius: 39px;
background-color: rgba(148, 196, 201, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-af56e3d0-3879-4e0f-9157-38c810b15b60:hover {background-color: rgba(148, 196, 201, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-af56e3d0-3879-4e0f-9157-38c810b15b60:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-af56e3d0-3879-4e0f-9157-38c810b15b60-root {
    text-align: left;
  }


#s-af56e3d0-3879-4e0f-9157-38c810b15b60.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-af56e3d0-3879-4e0f-9157-38c810b15b60-root {
    text-align: left;
  }


#s-af56e3d0-3879-4e0f-9157-38c810b15b60.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af56e3d0-3879-4e0f-9157-38c810b15b60-root {
    text-align: left;
  }


#s-af56e3d0-3879-4e0f-9157-38c810b15b60.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af56e3d0-3879-4e0f-9157-38c810b15b60-root {
    text-align: left;
  }


#s-af56e3d0-3879-4e0f-9157-38c810b15b60.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-af56e3d0-3879-4e0f-9157-38c810b15b60-root {
    text-align: left;
  }


#s-af56e3d0-3879-4e0f-9157-38c810b15b60.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}
#s-4ae5fb09-7c58-4ccb-a650-d243b214b052 {
  margin-top: 50px;
margin-bottom: 50px;
}

#s-4ae5fb09-7c58-4ccb-a650-d243b214b052 hr {
  border-top: 2px solid #ddd;
}

#s-f70986b2-8c7b-4592-a222-c0b5b9c5f399 {
  min-height: 50px;
}








#s-f70986b2-8c7b-4592-a222-c0b5b9c5f399 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f70986b2-8c7b-4592-a222-c0b5b9c5f399.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9227d8f1-c481-4be9-864f-ca3a6340c5ee {
  text-align: center;
}

#s-4718a856-6dda-46b4-9c6e-a349558b9e73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4718a856-6dda-46b4-9c6e-a349558b9e73 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0.8px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4718a856-6dda-46b4-9c6e-a349558b9e73 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0.8px;
  
}


}@media (max-width: 767px){#s-4718a856-6dda-46b4-9c6e-a349558b9e73 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.8px;
  
}


}
#s-6d8f6e3b-e66f-489e-afaf-9fdd32638046 {
  margin-top: 52px;
margin-bottom: 52px;
}

@media (min-width: 0px) {
[id="s-6d8f6e3b-e66f-489e-afaf-9fdd32638046"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d8f6e3b-e66f-489e-afaf-9fdd32638046"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6d8f6e3b-e66f-489e-afaf-9fdd32638046"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d8f6e3b-e66f-489e-afaf-9fdd32638046"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-30d7bafc-c80a-43dc-8472-f27abbedef8d {
  max-width: 768px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-30d7bafc-c80a-43dc-8472-f27abbedef8d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-30d7bafc-c80a-43dc-8472-f27abbedef8d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30d7bafc-c80a-43dc-8472-f27abbedef8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30d7bafc-c80a-43dc-8472-f27abbedef8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30d7bafc-c80a-43dc-8472-f27abbedef8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30d7bafc-c80a-43dc-8472-f27abbedef8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 768px;
  }



  img.s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image {
    
    
    
    max-height: 768px;
  }


.s-30d7bafc-c80a-43dc-8472-f27abbedef8d .shogun-image-content {
  
    align-items: center;
  
}

.s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container {
      position: relative;
    }

    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 768px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-30d7bafc-c80a-43dc-8472-f27abbedef8d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-30d7bafc-c80a-43dc-8472-f27abbedef8d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30d7bafc-c80a-43dc-8472-f27abbedef8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30d7bafc-c80a-43dc-8472-f27abbedef8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30d7bafc-c80a-43dc-8472-f27abbedef8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30d7bafc-c80a-43dc-8472-f27abbedef8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 768px;
  }



  img.s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image {
    
    
    
    max-height: 768px;
  }


.s-30d7bafc-c80a-43dc-8472-f27abbedef8d .shogun-image-content {
  
    align-items: center;
  
}

.s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container {
      position: relative;
    }

    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 768px;
    }
  }

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

.shg-image-margin-container-s-30d7bafc-c80a-43dc-8472-f27abbedef8d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-30d7bafc-c80a-43dc-8472-f27abbedef8d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30d7bafc-c80a-43dc-8472-f27abbedef8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30d7bafc-c80a-43dc-8472-f27abbedef8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30d7bafc-c80a-43dc-8472-f27abbedef8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30d7bafc-c80a-43dc-8472-f27abbedef8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 768px;
  }



  img.s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image {
    
    
    
    max-height: 768px;
  }


.s-30d7bafc-c80a-43dc-8472-f27abbedef8d .shogun-image-content {
  
    align-items: center;
  
}

.s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container {
      position: relative;
    }

    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 768px;
    }
  }

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

.shg-image-margin-container-s-30d7bafc-c80a-43dc-8472-f27abbedef8d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-30d7bafc-c80a-43dc-8472-f27abbedef8d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30d7bafc-c80a-43dc-8472-f27abbedef8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30d7bafc-c80a-43dc-8472-f27abbedef8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30d7bafc-c80a-43dc-8472-f27abbedef8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30d7bafc-c80a-43dc-8472-f27abbedef8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 768px;
  }



  img.s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image {
    
    
    
    max-height: 768px;
  }


.s-30d7bafc-c80a-43dc-8472-f27abbedef8d .shogun-image-content {
  
    align-items: center;
  
}

.s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container {
      position: relative;
    }

    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 768px;
    }
  }

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

.shg-image-margin-container-s-30d7bafc-c80a-43dc-8472-f27abbedef8d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-30d7bafc-c80a-43dc-8472-f27abbedef8d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30d7bafc-c80a-43dc-8472-f27abbedef8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30d7bafc-c80a-43dc-8472-f27abbedef8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30d7bafc-c80a-43dc-8472-f27abbedef8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30d7bafc-c80a-43dc-8472-f27abbedef8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 768px;
  }



  img.s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image {
    
    
    
    max-height: 768px;
  }


.s-30d7bafc-c80a-43dc-8472-f27abbedef8d .shogun-image-content {
  
    align-items: center;
  
}

.s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container {
      position: relative;
    }

    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30d7bafc-c80a-43dc-8472-f27abbedef8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 768px;
    }
  }

}
#s-511af1cd-e703-43be-b620-f6736a1695f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-511af1cd-e703-43be-b620-f6736a1695f5 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-511af1cd-e703-43be-b620-f6736a1695f5 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}@media (max-width: 767px){#s-511af1cd-e703-43be-b620-f6736a1695f5 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}
#s-e589e7cf-9b19-49d6-a276-45c239f7b7ec hr {
  border-top: 2px solid #ddd;
}

#s-9bf15430-4133-4d66-a5c3-69271bbd2b4a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9bf15430-4133-4d66-a5c3-69271bbd2b4a .shogun-heading-component h3 {
  color: rgba(249, 4, 4, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-9bf15430-4133-4d66-a5c3-69271bbd2b4a .shogun-heading-component h3 {
  color: rgba(249, 4, 4, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}@media (max-width: 767px){#s-9bf15430-4133-4d66-a5c3-69271bbd2b4a .shogun-heading-component h3 {
  color: rgba(249, 4, 4, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}
#s-35632e39-c713-4c00-959b-652efc089909 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
max-width: 450px;
}








#s-35632e39-c713-4c00-959b-652efc089909 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35632e39-c713-4c00-959b-652efc089909.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cfdcd05-fb1e-48d2-9196-8520e881e7bb {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1cfdcd05-fb1e-48d2-9196-8520e881e7bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1cfdcd05-fb1e-48d2-9196-8520e881e7bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1cfdcd05-fb1e-48d2-9196-8520e881e7bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1cfdcd05-fb1e-48d2-9196-8520e881e7bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1cfdcd05-fb1e-48d2-9196-8520e881e7bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cfdcd05-fb1e-48d2-9196-8520e881e7bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1cfdcd05-fb1e-48d2-9196-8520e881e7bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-4b537266-be83-4b40-a993-7832d785a3c6 .shogun-icon-wrapper {
  text-align: left;
}


#s-4b537266-be83-4b40-a993-7832d785a3c6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

#s-1907f16f-0c4e-454b-9896-d6480d437962 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1907f16f-0c4e-454b-9896-d6480d437962"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1907f16f-0c4e-454b-9896-d6480d437962"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1907f16f-0c4e-454b-9896-d6480d437962"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1907f16f-0c4e-454b-9896-d6480d437962"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1907f16f-0c4e-454b-9896-d6480d437962"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1907f16f-0c4e-454b-9896-d6480d437962"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1907f16f-0c4e-454b-9896-d6480d437962"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-8e04d326-2f41-4dc2-ad98-672d7edfe3e5 .shogun-icon-wrapper {
  text-align: left;
}


#s-8e04d326-2f41-4dc2-ad98-672d7edfe3e5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

@media (min-width: 0px) {
[id="s-a3915864-02d1-4817-9eca-8a0e1486a8ca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a3915864-02d1-4817-9eca-8a0e1486a8ca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a3915864-02d1-4817-9eca-8a0e1486a8ca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a3915864-02d1-4817-9eca-8a0e1486a8ca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a3915864-02d1-4817-9eca-8a0e1486a8ca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3915864-02d1-4817-9eca-8a0e1486a8ca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a3915864-02d1-4817-9eca-8a0e1486a8ca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-6a1ce97a-6393-45f5-87a3-3b05649abe21 .shogun-icon-wrapper {
  text-align: left;
}


#s-6a1ce97a-6393-45f5-87a3-3b05649abe21 .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

#s-c3e4996b-65d6-4123-9aa9-0af7af7c7058 {
  margin-top: 50px;
margin-bottom: 50px;
}

#s-c3e4996b-65d6-4123-9aa9-0af7af7c7058 hr {
  border-top: 2px solid #ddd;
}

#s-ffbe1f60-a3f5-4e92-93f9-31d9af71489f {
  min-height: 50px;
}








#s-ffbe1f60-a3f5-4e92-93f9-31d9af71489f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ffbe1f60-a3f5-4e92-93f9-31d9af71489f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e13d3c17-18ee-498b-a33c-201e42cad3d5 {
  text-align: center;
}

#s-7377d88a-663c-41ba-982c-dbe2ca0ca24c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7377d88a-663c-41ba-982c-dbe2ca0ca24c .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0.8px;
  
}


@media (min-width: 1200px){#s-7377d88a-663c-41ba-982c-dbe2ca0ca24c .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0.8px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7377d88a-663c-41ba-982c-dbe2ca0ca24c .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0.8px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7377d88a-663c-41ba-982c-dbe2ca0ca24c .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0.8px;
  
}


}@media (max-width: 767px){#s-7377d88a-663c-41ba-982c-dbe2ca0ca24c .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.8px;
  
}


}
#s-4977c889-6b96-458b-a3c2-d3bd33211457 {
  margin-top: 52px;
margin-bottom: 52px;
}

@media (min-width: 0px) {
[id="s-4977c889-6b96-458b-a3c2-d3bd33211457"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4977c889-6b96-458b-a3c2-d3bd33211457"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4977c889-6b96-458b-a3c2-d3bd33211457"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4977c889-6b96-458b-a3c2-d3bd33211457"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cf616715-ca5e-484a-ae90-ae142b9424ce {
  max-width: 1123px;
aspect-ratio: 1123/1198;
text-align: center;
}



.shg-image-margin-container-s-cf616715-ca5e-484a-ae90-ae142b9424ce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf616715-ca5e-484a-ae90-ae142b9424ce {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf616715-ca5e-484a-ae90-ae142b9424ce .shg-image-content-wrapper {
      aspect-ratio: 1123/1198;
      min-width: 100%;
      height: auto;
    }

    #s-cf616715-ca5e-484a-ae90-ae142b9424ce .shogun-image-link {
      aspect-ratio: 1123/1198;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf616715-ca5e-484a-ae90-ae142b9424ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf616715-ca5e-484a-ae90-ae142b9424ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1123px;
  }



  img.s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image {
    
    
    
    max-height: 1123px;
  }


.s-cf616715-ca5e-484a-ae90-ae142b9424ce .shogun-image-content {
  
    align-items: center;
  
}

.s-cf616715-ca5e-484a-ae90-ae142b9424ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf616715-ca5e-484a-ae90-ae142b9424ce {
      --shg-aspect-ratio: calc(1123/1198); 
    }

    .s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container {
      position: relative;
    }

    .s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf616715-ca5e-484a-ae90-ae142b9424ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1123px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cf616715-ca5e-484a-ae90-ae142b9424ce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf616715-ca5e-484a-ae90-ae142b9424ce {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf616715-ca5e-484a-ae90-ae142b9424ce .shg-image-content-wrapper {
      aspect-ratio: 1123/1198;
      min-width: 100%;
      height: auto;
    }

    #s-cf616715-ca5e-484a-ae90-ae142b9424ce .shogun-image-link {
      aspect-ratio: 1123/1198;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf616715-ca5e-484a-ae90-ae142b9424ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf616715-ca5e-484a-ae90-ae142b9424ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1123px;
  }



  img.s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image {
    
    
    
    max-height: 1123px;
  }


.s-cf616715-ca5e-484a-ae90-ae142b9424ce .shogun-image-content {
  
    align-items: center;
  
}

.s-cf616715-ca5e-484a-ae90-ae142b9424ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf616715-ca5e-484a-ae90-ae142b9424ce {
      --shg-aspect-ratio: calc(1123/1198); 
    }

    .s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container {
      position: relative;
    }

    .s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf616715-ca5e-484a-ae90-ae142b9424ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1123px;
    }
  }

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

.shg-image-margin-container-s-cf616715-ca5e-484a-ae90-ae142b9424ce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf616715-ca5e-484a-ae90-ae142b9424ce {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf616715-ca5e-484a-ae90-ae142b9424ce .shg-image-content-wrapper {
      aspect-ratio: 1123/1198;
      min-width: 100%;
      height: auto;
    }

    #s-cf616715-ca5e-484a-ae90-ae142b9424ce .shogun-image-link {
      aspect-ratio: 1123/1198;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf616715-ca5e-484a-ae90-ae142b9424ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf616715-ca5e-484a-ae90-ae142b9424ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1123px;
  }



  img.s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image {
    
    
    
    max-height: 1123px;
  }


.s-cf616715-ca5e-484a-ae90-ae142b9424ce .shogun-image-content {
  
    align-items: center;
  
}

.s-cf616715-ca5e-484a-ae90-ae142b9424ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf616715-ca5e-484a-ae90-ae142b9424ce {
      --shg-aspect-ratio: calc(1123/1198); 
    }

    .s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container {
      position: relative;
    }

    .s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf616715-ca5e-484a-ae90-ae142b9424ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1123px;
    }
  }

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

.shg-image-margin-container-s-cf616715-ca5e-484a-ae90-ae142b9424ce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf616715-ca5e-484a-ae90-ae142b9424ce {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf616715-ca5e-484a-ae90-ae142b9424ce .shg-image-content-wrapper {
      aspect-ratio: 1123/1198;
      min-width: 100%;
      height: auto;
    }

    #s-cf616715-ca5e-484a-ae90-ae142b9424ce .shogun-image-link {
      aspect-ratio: 1123/1198;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf616715-ca5e-484a-ae90-ae142b9424ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf616715-ca5e-484a-ae90-ae142b9424ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1123px;
  }



  img.s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image {
    
    
    
    max-height: 1123px;
  }


.s-cf616715-ca5e-484a-ae90-ae142b9424ce .shogun-image-content {
  
    align-items: center;
  
}

.s-cf616715-ca5e-484a-ae90-ae142b9424ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf616715-ca5e-484a-ae90-ae142b9424ce {
      --shg-aspect-ratio: calc(1123/1198); 
    }

    .s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container {
      position: relative;
    }

    .s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf616715-ca5e-484a-ae90-ae142b9424ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1123px;
    }
  }

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

.shg-image-margin-container-s-cf616715-ca5e-484a-ae90-ae142b9424ce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf616715-ca5e-484a-ae90-ae142b9424ce {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf616715-ca5e-484a-ae90-ae142b9424ce .shg-image-content-wrapper {
      aspect-ratio: 1123/1198;
      min-width: 100%;
      height: auto;
    }

    #s-cf616715-ca5e-484a-ae90-ae142b9424ce .shogun-image-link {
      aspect-ratio: 1123/1198;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf616715-ca5e-484a-ae90-ae142b9424ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf616715-ca5e-484a-ae90-ae142b9424ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1123px;
  }



  img.s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image {
    
    
    
    max-height: 1123px;
  }


.s-cf616715-ca5e-484a-ae90-ae142b9424ce .shogun-image-content {
  
    align-items: center;
  
}

.s-cf616715-ca5e-484a-ae90-ae142b9424ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf616715-ca5e-484a-ae90-ae142b9424ce {
      --shg-aspect-ratio: calc(1123/1198); 
    }

    .s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container {
      position: relative;
    }

    .s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf616715-ca5e-484a-ae90-ae142b9424ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf616715-ca5e-484a-ae90-ae142b9424ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1123px;
    }
  }

}
#s-b37e41b8-c773-4fea-82d3-55b8d1de7180 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b37e41b8-c773-4fea-82d3-55b8d1de7180 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-b37e41b8-c773-4fea-82d3-55b8d1de7180 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}@media (max-width: 767px){#s-b37e41b8-c773-4fea-82d3-55b8d1de7180 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}
#s-159a5883-edcc-4b40-8784-692ee8a69b26 hr {
  border-top: 2px solid #ddd;
}

#s-52780d43-b2ea-423d-a34c-ea4954195431 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52780d43-b2ea-423d-a34c-ea4954195431 .shogun-heading-component h3 {
  color: rgba(249, 4, 4, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-52780d43-b2ea-423d-a34c-ea4954195431 .shogun-heading-component h3 {
  color: rgba(249, 4, 4, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}@media (max-width: 767px){#s-52780d43-b2ea-423d-a34c-ea4954195431 .shogun-heading-component h3 {
  color: rgba(249, 4, 4, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}
#s-c57c81d4-db35-4c49-8514-1829d926123e {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
max-width: 450px;
}








#s-c57c81d4-db35-4c49-8514-1829d926123e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c57c81d4-db35-4c49-8514-1829d926123e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b6aab68-da1e-4bfc-abf1-38aeb33a3378 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9b6aab68-da1e-4bfc-abf1-38aeb33a3378"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9b6aab68-da1e-4bfc-abf1-38aeb33a3378"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9b6aab68-da1e-4bfc-abf1-38aeb33a3378"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9b6aab68-da1e-4bfc-abf1-38aeb33a3378"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9b6aab68-da1e-4bfc-abf1-38aeb33a3378"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b6aab68-da1e-4bfc-abf1-38aeb33a3378"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9b6aab68-da1e-4bfc-abf1-38aeb33a3378"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-d989d427-0558-467c-b4cd-bac9f33d4195 .shogun-icon-wrapper {
  text-align: left;
}


#s-d989d427-0558-467c-b4cd-bac9f33d4195 .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

#s-ec9529a7-af9b-475b-aa3f-a58f5392298d {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-ec9529a7-af9b-475b-aa3f-a58f5392298d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ec9529a7-af9b-475b-aa3f-a58f5392298d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ec9529a7-af9b-475b-aa3f-a58f5392298d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ec9529a7-af9b-475b-aa3f-a58f5392298d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ec9529a7-af9b-475b-aa3f-a58f5392298d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec9529a7-af9b-475b-aa3f-a58f5392298d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ec9529a7-af9b-475b-aa3f-a58f5392298d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-c0efbb3f-3658-44bc-b471-70dec393cc3c .shogun-icon-wrapper {
  text-align: left;
}


#s-c0efbb3f-3658-44bc-b471-70dec393cc3c .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

@media (min-width: 0px) {
[id="s-b49b96ed-53e0-4853-9c01-53ec6dc1efff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b49b96ed-53e0-4853-9c01-53ec6dc1efff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b49b96ed-53e0-4853-9c01-53ec6dc1efff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b49b96ed-53e0-4853-9c01-53ec6dc1efff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b49b96ed-53e0-4853-9c01-53ec6dc1efff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b49b96ed-53e0-4853-9c01-53ec6dc1efff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b49b96ed-53e0-4853-9c01-53ec6dc1efff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-24610a7b-4d38-4fc7-a57c-65e42d1fb9c6 .shogun-icon-wrapper {
  text-align: left;
}


#s-24610a7b-4d38-4fc7-a57c-65e42d1fb9c6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

#s-695292e8-cb0c-4310-9f7a-35e889100c92 {
  margin-top: 50px;
margin-bottom: 50px;
}

#s-695292e8-cb0c-4310-9f7a-35e889100c92 hr {
  border-top: 2px solid #ddd;
}

#s-9393f581-8ad9-4085-9373-08da95458e62 {
  min-height: 50px;
}








#s-9393f581-8ad9-4085-9373-08da95458e62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9393f581-8ad9-4085-9373-08da95458e62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b65e1984-1311-4e79-8bdb-04cf8b32187c {
  text-align: center;
}

#s-947ca016-f4eb-46ab-a3a1-ebdba329e82a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-947ca016-f4eb-46ab-a3a1-ebdba329e82a .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0.8px;
  
}


@media (min-width: 1200px){#s-947ca016-f4eb-46ab-a3a1-ebdba329e82a .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0.8px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-947ca016-f4eb-46ab-a3a1-ebdba329e82a .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0.8px;
  
}


}@media (max-width: 767px){#s-947ca016-f4eb-46ab-a3a1-ebdba329e82a .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.8px;
  
}


}
#s-c74adf94-2dea-4ce0-859c-76c088f1437b {
  margin-top: 52px;
margin-bottom: 52px;
}

@media (min-width: 0px) {
[id="s-c74adf94-2dea-4ce0-859c-76c088f1437b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c74adf94-2dea-4ce0-859c-76c088f1437b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c74adf94-2dea-4ce0-859c-76c088f1437b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c74adf94-2dea-4ce0-859c-76c088f1437b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 .shogun-image-content {
  
    align-items: center;
  
}

.s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container {
      position: relative;
    }

    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 .shogun-image-content {
  
    align-items: center;
  
}

.s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container {
      position: relative;
    }

    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 .shogun-image-content {
  
    align-items: center;
  
}

.s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container {
      position: relative;
    }

    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 .shogun-image-content {
  
    align-items: center;
  
}

.s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container {
      position: relative;
    }

    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 .shogun-image-content {
  
    align-items: center;
  
}

.s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container {
      position: relative;
    }

    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80e7ef1f-2f35-4f55-8c22-b126ee371bf2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-e8fd08b4-905d-465f-acca-35cfd96a574a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8fd08b4-905d-465f-acca-35cfd96a574a .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-e8fd08b4-905d-465f-acca-35cfd96a574a .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}@media (max-width: 767px){#s-e8fd08b4-905d-465f-acca-35cfd96a574a .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}
#s-94d9cea5-ea71-40e9-b3fc-2dc4d8bba057 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 30px;
border-radius: 39px;
background-color: rgba(134, 204, 216, 0);
text-align: left;
text-decoration: none;
color: rgba(32, 73, 143, 1);
hover-type: color;
}
#s-94d9cea5-ea71-40e9-b3fc-2dc4d8bba057:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-94d9cea5-ea71-40e9-b3fc-2dc4d8bba057:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-94d9cea5-ea71-40e9-b3fc-2dc4d8bba057-root {
    text-align: left;
  }


#s-94d9cea5-ea71-40e9-b3fc-2dc4d8bba057.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-94d9cea5-ea71-40e9-b3fc-2dc4d8bba057-root {
    text-align: left;
  }


#s-94d9cea5-ea71-40e9-b3fc-2dc4d8bba057.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94d9cea5-ea71-40e9-b3fc-2dc4d8bba057-root {
    text-align: left;
  }


#s-94d9cea5-ea71-40e9-b3fc-2dc4d8bba057.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94d9cea5-ea71-40e9-b3fc-2dc4d8bba057-root {
    text-align: left;
  }


#s-94d9cea5-ea71-40e9-b3fc-2dc4d8bba057.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-94d9cea5-ea71-40e9-b3fc-2dc4d8bba057-root {
    text-align: left;
  }


#s-94d9cea5-ea71-40e9-b3fc-2dc4d8bba057.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}
#s-de8cde7e-b39e-4a16-9f3b-f6ce23aec9cf hr {
  border-top: 2px solid #ddd;
}

#s-1f2a4482-a58e-4a77-a40c-d1732d647814 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f2a4482-a58e-4a77-a40c-d1732d647814 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-1f2a4482-a58e-4a77-a40c-d1732d647814 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}@media (max-width: 767px){#s-1f2a4482-a58e-4a77-a40c-d1732d647814 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}
#s-68488fbd-e59f-4954-892e-2388ea2a7e6b {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
max-width: 450px;
}








#s-68488fbd-e59f-4954-892e-2388ea2a7e6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68488fbd-e59f-4954-892e-2388ea2a7e6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a2b7304-380b-4282-8847-769476b958d8 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8a2b7304-380b-4282-8847-769476b958d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8a2b7304-380b-4282-8847-769476b958d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8a2b7304-380b-4282-8847-769476b958d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8a2b7304-380b-4282-8847-769476b958d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8a2b7304-380b-4282-8847-769476b958d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a2b7304-380b-4282-8847-769476b958d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8a2b7304-380b-4282-8847-769476b958d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-d31b0935-6fb1-44b4-bd4a-b6f71ddac124 .shogun-icon-wrapper {
  text-align: left;
}


#s-d31b0935-6fb1-44b4-bd4a-b6f71ddac124 .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

#s-3dc66e60-8365-49ff-a17f-98065a331ebd {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-3dc66e60-8365-49ff-a17f-98065a331ebd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3dc66e60-8365-49ff-a17f-98065a331ebd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3dc66e60-8365-49ff-a17f-98065a331ebd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3dc66e60-8365-49ff-a17f-98065a331ebd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3dc66e60-8365-49ff-a17f-98065a331ebd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dc66e60-8365-49ff-a17f-98065a331ebd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3dc66e60-8365-49ff-a17f-98065a331ebd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-08cd3c3c-e86a-4124-96a5-b5b0f64115a4 .shogun-icon-wrapper {
  text-align: left;
}


#s-08cd3c3c-e86a-4124-96a5-b5b0f64115a4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

@media (min-width: 0px) {
[id="s-ba9331e0-3ad3-46bd-b5e8-4bc0ba875bf5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ba9331e0-3ad3-46bd-b5e8-4bc0ba875bf5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ba9331e0-3ad3-46bd-b5e8-4bc0ba875bf5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ba9331e0-3ad3-46bd-b5e8-4bc0ba875bf5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ba9331e0-3ad3-46bd-b5e8-4bc0ba875bf5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba9331e0-3ad3-46bd-b5e8-4bc0ba875bf5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ba9331e0-3ad3-46bd-b5e8-4bc0ba875bf5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-a6dfb44e-61ae-4632-b2ca-16515c0dd5ab .shogun-icon-wrapper {
  text-align: left;
}


#s-a6dfb44e-61ae-4632-b2ca-16515c0dd5ab .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

#s-f633ee99-4292-41ef-9b5e-650192e29df2 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
max-width: 450px;
}








#s-f633ee99-4292-41ef-9b5e-650192e29df2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f633ee99-4292-41ef-9b5e-650192e29df2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5033c3dd-c281-41db-ac8a-214dcb46ae5a {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-5033c3dd-c281-41db-ac8a-214dcb46ae5a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5033c3dd-c281-41db-ac8a-214dcb46ae5a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5033c3dd-c281-41db-ac8a-214dcb46ae5a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5033c3dd-c281-41db-ac8a-214dcb46ae5a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5033c3dd-c281-41db-ac8a-214dcb46ae5a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5033c3dd-c281-41db-ac8a-214dcb46ae5a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5033c3dd-c281-41db-ac8a-214dcb46ae5a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-3378c4d5-ce7a-48c0-a4ad-972275215747 .shogun-icon-wrapper {
  text-align: left;
}


#s-3378c4d5-ce7a-48c0-a4ad-972275215747 .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

@media (min-width: 0px) {
[id="s-e3e8ed8d-7ffb-452d-ad57-bbbe9213353c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e3e8ed8d-7ffb-452d-ad57-bbbe9213353c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e3e8ed8d-7ffb-452d-ad57-bbbe9213353c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e3e8ed8d-7ffb-452d-ad57-bbbe9213353c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e3e8ed8d-7ffb-452d-ad57-bbbe9213353c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3e8ed8d-7ffb-452d-ad57-bbbe9213353c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e3e8ed8d-7ffb-452d-ad57-bbbe9213353c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-247c0ae7-32d3-4225-8239-00d811e36c03 .shogun-icon-wrapper {
  text-align: left;
}


#s-247c0ae7-32d3-4225-8239-00d811e36c03 .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

#s-e602f8a0-71c9-4ac5-9235-d7af88cc3ffd {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e602f8a0-71c9-4ac5-9235-d7af88cc3ffd .shogun-heading-component h4 {
  color: rgba(148, 196, 201, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-e602f8a0-71c9-4ac5-9235-d7af88cc3ffd .shogun-heading-component h4 {
  color: rgba(148, 196, 201, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-e602f8a0-71c9-4ac5-9235-d7af88cc3ffd .shogun-heading-component h4 {
  color: rgba(148, 196, 201, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
#s-a88aa225-b5ba-4bb8-b57a-e12637cae3bb {
  padding-top: 20px;
padding-left: 32px;
padding-bottom: 20px;
padding-right: 32px;
border-radius: 39px;
background-color: rgba(148, 196, 201, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-a88aa225-b5ba-4bb8-b57a-e12637cae3bb:hover {background-color: rgba(148, 196, 201, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a88aa225-b5ba-4bb8-b57a-e12637cae3bb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a88aa225-b5ba-4bb8-b57a-e12637cae3bb-root {
    text-align: left;
  }


#s-a88aa225-b5ba-4bb8-b57a-e12637cae3bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a88aa225-b5ba-4bb8-b57a-e12637cae3bb-root {
    text-align: left;
  }


#s-a88aa225-b5ba-4bb8-b57a-e12637cae3bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a88aa225-b5ba-4bb8-b57a-e12637cae3bb-root {
    text-align: left;
  }


#s-a88aa225-b5ba-4bb8-b57a-e12637cae3bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a88aa225-b5ba-4bb8-b57a-e12637cae3bb-root {
    text-align: left;
  }


#s-a88aa225-b5ba-4bb8-b57a-e12637cae3bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a88aa225-b5ba-4bb8-b57a-e12637cae3bb-root {
    text-align: left;
  }


#s-a88aa225-b5ba-4bb8-b57a-e12637cae3bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}
#s-f5dd6b80-31d1-46d8-986c-adb7e2714979 {
  margin-top: 50px;
margin-bottom: 50px;
}

#s-f5dd6b80-31d1-46d8-986c-adb7e2714979 hr {
  border-top: 2px solid #ddd;
}

#s-b22eeb37-8c46-45d0-a1f9-32a151914762 {
  min-height: 50px;
}








#s-b22eeb37-8c46-45d0-a1f9-32a151914762 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b22eeb37-8c46-45d0-a1f9-32a151914762.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4decf7b-9088-4c3f-b92e-d0bf4be678ef {
  text-align: center;
}

#s-9d61867c-f67c-4ada-8a2d-ae09f8c4f772 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d61867c-f67c-4ada-8a2d-ae09f8c4f772 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0.8px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9d61867c-f67c-4ada-8a2d-ae09f8c4f772 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0.8px;
  
}


}@media (max-width: 767px){#s-9d61867c-f67c-4ada-8a2d-ae09f8c4f772 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.8px;
  
}


}
#s-875ee071-cffe-47d9-a469-72455d753b50 {
  margin-top: 52px;
margin-bottom: 52px;
}

@media (min-width: 0px) {
[id="s-875ee071-cffe-47d9-a469-72455d753b50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-875ee071-cffe-47d9-a469-72455d753b50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-875ee071-cffe-47d9-a469-72455d753b50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-875ee071-cffe-47d9-a469-72455d753b50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-99602762-36a8-4d09-9131-67aea857905d {
  max-width: 108px;
aspect-ratio: 108/424;
text-align: center;
}



.shg-image-margin-container-s-99602762-36a8-4d09-9131-67aea857905d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-99602762-36a8-4d09-9131-67aea857905d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99602762-36a8-4d09-9131-67aea857905d .shg-image-content-wrapper {
      aspect-ratio: 108/424;
      min-width: 100%;
      height: auto;
    }

    #s-99602762-36a8-4d09-9131-67aea857905d .shogun-image-link {
      aspect-ratio: 108/424;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99602762-36a8-4d09-9131-67aea857905d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99602762-36a8-4d09-9131-67aea857905d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 108px;
  }



  img.s-99602762-36a8-4d09-9131-67aea857905d.shogun-image {
    
    
    
    max-height: 108px;
  }


.s-99602762-36a8-4d09-9131-67aea857905d .shogun-image-content {
  
    align-items: center;
  
}

.s-99602762-36a8-4d09-9131-67aea857905d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99602762-36a8-4d09-9131-67aea857905d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99602762-36a8-4d09-9131-67aea857905d {
      --shg-aspect-ratio: calc(108/424); 
    }

    .s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container {
      position: relative;
    }

    .s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99602762-36a8-4d09-9131-67aea857905d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 108px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-99602762-36a8-4d09-9131-67aea857905d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-99602762-36a8-4d09-9131-67aea857905d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99602762-36a8-4d09-9131-67aea857905d .shg-image-content-wrapper {
      aspect-ratio: 108/424;
      min-width: 100%;
      height: auto;
    }

    #s-99602762-36a8-4d09-9131-67aea857905d .shogun-image-link {
      aspect-ratio: 108/424;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99602762-36a8-4d09-9131-67aea857905d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99602762-36a8-4d09-9131-67aea857905d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 108px;
  }



  img.s-99602762-36a8-4d09-9131-67aea857905d.shogun-image {
    
    
    
    max-height: 108px;
  }


.s-99602762-36a8-4d09-9131-67aea857905d .shogun-image-content {
  
    align-items: center;
  
}

.s-99602762-36a8-4d09-9131-67aea857905d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99602762-36a8-4d09-9131-67aea857905d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99602762-36a8-4d09-9131-67aea857905d {
      --shg-aspect-ratio: calc(108/424); 
    }

    .s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container {
      position: relative;
    }

    .s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99602762-36a8-4d09-9131-67aea857905d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 108px;
    }
  }

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

.shg-image-margin-container-s-99602762-36a8-4d09-9131-67aea857905d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-99602762-36a8-4d09-9131-67aea857905d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99602762-36a8-4d09-9131-67aea857905d .shg-image-content-wrapper {
      aspect-ratio: 108/424;
      min-width: 100%;
      height: auto;
    }

    #s-99602762-36a8-4d09-9131-67aea857905d .shogun-image-link {
      aspect-ratio: 108/424;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99602762-36a8-4d09-9131-67aea857905d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99602762-36a8-4d09-9131-67aea857905d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 108px;
  }



  img.s-99602762-36a8-4d09-9131-67aea857905d.shogun-image {
    
    
    
    max-height: 108px;
  }


.s-99602762-36a8-4d09-9131-67aea857905d .shogun-image-content {
  
    align-items: center;
  
}

.s-99602762-36a8-4d09-9131-67aea857905d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99602762-36a8-4d09-9131-67aea857905d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99602762-36a8-4d09-9131-67aea857905d {
      --shg-aspect-ratio: calc(108/424); 
    }

    .s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container {
      position: relative;
    }

    .s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99602762-36a8-4d09-9131-67aea857905d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 108px;
    }
  }

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

.shg-image-margin-container-s-99602762-36a8-4d09-9131-67aea857905d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-99602762-36a8-4d09-9131-67aea857905d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99602762-36a8-4d09-9131-67aea857905d .shg-image-content-wrapper {
      aspect-ratio: 108/424;
      min-width: 100%;
      height: auto;
    }

    #s-99602762-36a8-4d09-9131-67aea857905d .shogun-image-link {
      aspect-ratio: 108/424;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99602762-36a8-4d09-9131-67aea857905d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99602762-36a8-4d09-9131-67aea857905d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 108px;
  }



  img.s-99602762-36a8-4d09-9131-67aea857905d.shogun-image {
    
    
    
    max-height: 108px;
  }


.s-99602762-36a8-4d09-9131-67aea857905d .shogun-image-content {
  
    align-items: center;
  
}

.s-99602762-36a8-4d09-9131-67aea857905d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99602762-36a8-4d09-9131-67aea857905d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99602762-36a8-4d09-9131-67aea857905d {
      --shg-aspect-ratio: calc(108/424); 
    }

    .s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container {
      position: relative;
    }

    .s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99602762-36a8-4d09-9131-67aea857905d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 108px;
    }
  }

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

.shg-image-margin-container-s-99602762-36a8-4d09-9131-67aea857905d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-99602762-36a8-4d09-9131-67aea857905d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99602762-36a8-4d09-9131-67aea857905d .shg-image-content-wrapper {
      aspect-ratio: 108/424;
      min-width: 100%;
      height: auto;
    }

    #s-99602762-36a8-4d09-9131-67aea857905d .shogun-image-link {
      aspect-ratio: 108/424;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99602762-36a8-4d09-9131-67aea857905d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99602762-36a8-4d09-9131-67aea857905d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 108px;
  }



  img.s-99602762-36a8-4d09-9131-67aea857905d.shogun-image {
    
    
    
    max-height: 108px;
  }


.s-99602762-36a8-4d09-9131-67aea857905d .shogun-image-content {
  
    align-items: center;
  
}

.s-99602762-36a8-4d09-9131-67aea857905d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99602762-36a8-4d09-9131-67aea857905d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99602762-36a8-4d09-9131-67aea857905d {
      --shg-aspect-ratio: calc(108/424); 
    }

    .s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container {
      position: relative;
    }

    .s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99602762-36a8-4d09-9131-67aea857905d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99602762-36a8-4d09-9131-67aea857905d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 108px;
    }
  }

}
#s-b203444e-9784-4be6-858c-850812445e46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b203444e-9784-4be6-858c-850812445e46 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-b203444e-9784-4be6-858c-850812445e46 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}@media (max-width: 767px){#s-b203444e-9784-4be6-858c-850812445e46 .shogun-heading-component h3 {
  color: rgba(39, 49, 102, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}
#s-6540110c-113b-497e-801d-877b88f222ec {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 30px;
border-radius: 39px;
background-color: rgba(134, 204, 216, 0);
text-align: left;
text-decoration: none;
color: rgba(32, 73, 143, 1);
hover-type: color;
}
#s-6540110c-113b-497e-801d-877b88f222ec:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6540110c-113b-497e-801d-877b88f222ec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6540110c-113b-497e-801d-877b88f222ec-root {
    text-align: left;
  }


#s-6540110c-113b-497e-801d-877b88f222ec.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6540110c-113b-497e-801d-877b88f222ec-root {
    text-align: left;
  }


#s-6540110c-113b-497e-801d-877b88f222ec.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6540110c-113b-497e-801d-877b88f222ec-root {
    text-align: left;
  }


#s-6540110c-113b-497e-801d-877b88f222ec.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6540110c-113b-497e-801d-877b88f222ec-root {
    text-align: left;
  }


#s-6540110c-113b-497e-801d-877b88f222ec.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6540110c-113b-497e-801d-877b88f222ec-root {
    text-align: left;
  }


#s-6540110c-113b-497e-801d-877b88f222ec.shg-btn {
  color: rgba(32, 73, 143, 1);
  font-size: 16px;
  
  
  font-family: PP Mori;
  display:  inline-block ;
}
}
#s-8aba3a54-bca2-480c-be5d-83acca44cf55 hr {
  border-top: 2px solid #ddd;
}

#s-2f41e787-d80f-4cc7-9018-7e6b58b08c60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f41e787-d80f-4cc7-9018-7e6b58b08c60 .shogun-heading-component h3 {
  color: rgba(249, 4, 4, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-2f41e787-d80f-4cc7-9018-7e6b58b08c60 .shogun-heading-component h3 {
  color: rgba(249, 4, 4, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}@media (max-width: 767px){#s-2f41e787-d80f-4cc7-9018-7e6b58b08c60 .shogun-heading-component h3 {
  color: rgba(249, 4, 4, 1);
  font-weight:  normal ;
  font-family: "PP Mori";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 0.64px;
  text-align: left;
}


}
#s-88a183a3-2309-4a6c-8351-8f1d3735e228 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
max-width: 450px;
}








#s-88a183a3-2309-4a6c-8351-8f1d3735e228 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88a183a3-2309-4a6c-8351-8f1d3735e228.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4d7a904-06f4-4f0d-9231-53ed366befd5 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e4d7a904-06f4-4f0d-9231-53ed366befd5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e4d7a904-06f4-4f0d-9231-53ed366befd5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e4d7a904-06f4-4f0d-9231-53ed366befd5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e4d7a904-06f4-4f0d-9231-53ed366befd5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e4d7a904-06f4-4f0d-9231-53ed366befd5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4d7a904-06f4-4f0d-9231-53ed366befd5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e4d7a904-06f4-4f0d-9231-53ed366befd5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-643e6cb3-ada1-409b-9251-4ff172fa9c2d .shogun-icon-wrapper {
  text-align: left;
}


#s-643e6cb3-ada1-409b-9251-4ff172fa9c2d .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

#s-c5d8c354-0feb-4e57-86b5-34438fe691c3 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c5d8c354-0feb-4e57-86b5-34438fe691c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c5d8c354-0feb-4e57-86b5-34438fe691c3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c5d8c354-0feb-4e57-86b5-34438fe691c3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c5d8c354-0feb-4e57-86b5-34438fe691c3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c5d8c354-0feb-4e57-86b5-34438fe691c3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5d8c354-0feb-4e57-86b5-34438fe691c3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c5d8c354-0feb-4e57-86b5-34438fe691c3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-17690472-d764-4aff-ae7c-b2f5ca7b3b99 .shogun-icon-wrapper {
  text-align: left;
}


#s-17690472-d764-4aff-ae7c-b2f5ca7b3b99 .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

@media (min-width: 0px) {
[id="s-29fbc4d3-2f97-4238-840c-9eb01a4e9c3a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-29fbc4d3-2f97-4238-840c-9eb01a4e9c3a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-29fbc4d3-2f97-4238-840c-9eb01a4e9c3a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-29fbc4d3-2f97-4238-840c-9eb01a4e9c3a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-29fbc4d3-2f97-4238-840c-9eb01a4e9c3a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-29fbc4d3-2f97-4238-840c-9eb01a4e9c3a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-29fbc4d3-2f97-4238-840c-9eb01a4e9c3a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-130243b5-1977-4d9e-8685-9f620aa0078d .shogun-icon-wrapper {
  text-align: left;
}


#s-130243b5-1977-4d9e-8685-9f620aa0078d .shogun-icon-wrapper > .shogun-icon {

  font-size: 12px !important;
  color: rgba(127, 93, 163, 1);
}

/*
  $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;
}
