.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-761c70c4-8892-420a-826f-9bdf3f0bf1ca {
  min-height: 50px;
}








#s-761c70c4-8892-420a-826f-9bdf3f0bf1ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-761c70c4-8892-420a-826f-9bdf3f0bf1ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8201fcba-43c5-43fc-82f1-c962889008c4 {
  min-height: 50px;
}

#s-8201fcba-43c5-43fc-82f1-c962889008c4 {
  background-image: url();
}








#s-8201fcba-43c5-43fc-82f1-c962889008c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8201fcba-43c5-43fc-82f1-c962889008c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ad165e7-cfa5-4012-b268-4c87815aecef {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 50px;
background-color: rgba(34, 34, 34, 1);
}
@media (min-width: 1200px){#s-9ad165e7-cfa5-4012-b268-4c87815aecef {
  display: none;
}
#s-9ad165e7-cfa5-4012-b268-4c87815aecef, #wrap-s-9ad165e7-cfa5-4012-b268-4c87815aecef, #wrap-content-s-9ad165e7-cfa5-4012-b268-4c87815aecef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ad165e7-cfa5-4012-b268-4c87815aecef {
  display: none;
}
#s-9ad165e7-cfa5-4012-b268-4c87815aecef, #wrap-s-9ad165e7-cfa5-4012-b268-4c87815aecef, #wrap-content-s-9ad165e7-cfa5-4012-b268-4c87815aecef { display: none !important; }}







#s-9ad165e7-cfa5-4012-b268-4c87815aecef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ad165e7-cfa5-4012-b268-4c87815aecef.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: #000000;
  font-family: "Serif";
  text-transform: none;
  font-weight: 400;
  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-aeac4869-8530-4f55-a664-9ae05d375c1b {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
max-width: 1600px;
text-align: left;
}
@media (min-width: 1200px){#s-aeac4869-8530-4f55-a664-9ae05d375c1b {
  display: none;
}
#s-aeac4869-8530-4f55-a664-9ae05d375c1b, #wrap-s-aeac4869-8530-4f55-a664-9ae05d375c1b, #wrap-content-s-aeac4869-8530-4f55-a664-9ae05d375c1b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aeac4869-8530-4f55-a664-9ae05d375c1b {
  display: none;
}
#s-aeac4869-8530-4f55-a664-9ae05d375c1b, #wrap-s-aeac4869-8530-4f55-a664-9ae05d375c1b, #wrap-content-s-aeac4869-8530-4f55-a664-9ae05d375c1b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aeac4869-8530-4f55-a664-9ae05d375c1b {
  display: none;
}
#s-aeac4869-8530-4f55-a664-9ae05d375c1b, #wrap-s-aeac4869-8530-4f55-a664-9ae05d375c1b, #wrap-content-s-aeac4869-8530-4f55-a664-9ae05d375c1b { display: none !important; }}@media (max-width: 767px){#s-aeac4869-8530-4f55-a664-9ae05d375c1b {
  display: none;
}
#s-aeac4869-8530-4f55-a664-9ae05d375c1b, #wrap-s-aeac4869-8530-4f55-a664-9ae05d375c1b, #wrap-content-s-aeac4869-8530-4f55-a664-9ae05d375c1b { display: none !important; }}
#s-aeac4869-8530-4f55-a664-9ae05d375c1b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-753620f7-4b90-4b2f-8400-e09fd1714689 {
  margin-top: 0px;
margin-bottom: 6%;
padding-left: 0%;
padding-right: 0%;
max-width: 100%;
}
@media (max-width: 767px){#s-753620f7-4b90-4b2f-8400-e09fd1714689 {
  margin-left: 0%;
margin-bottom: 6%;
margin-right: 0%;
padding-right: 0%;
min-height: 0px;
}
}
#s-753620f7-4b90-4b2f-8400-e09fd1714689 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-753620f7-4b90-4b2f-8400-e09fd1714689 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-753620f7-4b90-4b2f-8400-e09fd1714689 td.shogun-table-column {
  background-color: rgba(0, 0, 0, 0);
  padding: 5px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-753620f7-4b90-4b2f-8400-e09fd1714689 td.shogun-table-row {
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-753620f7-4b90-4b2f-8400-e09fd1714689 td.shogun-table-column, #s-753620f7-4b90-4b2f-8400-e09fd1714689 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}
@media (max-width: 767px){#s-753620f7-4b90-4b2f-8400-e09fd1714689 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-753620f7-4b90-4b2f-8400-e09fd1714689 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-753620f7-4b90-4b2f-8400-e09fd1714689 td.shogun-table-column {
  background-color: rgba(0, 0, 0, 0);
  padding: 5px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-753620f7-4b90-4b2f-8400-e09fd1714689 td.shogun-table-row {
  background-color: rgba(0, 0, 0, 0);
  padding: 15px;
}

#s-753620f7-4b90-4b2f-8400-e09fd1714689 td.shogun-table-column, #s-753620f7-4b90-4b2f-8400-e09fd1714689 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}
}
#s-43450761-c727-473f-9eee-7886da56d309 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-43450761-c727-473f-9eee-7886da56d309 {
  margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}
}







#s-43450761-c727-473f-9eee-7886da56d309 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43450761-c727-473f-9eee-7886da56d309 {
  cursor: pointer;
}#s-43450761-c727-473f-9eee-7886da56d309.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-43450761-c727-473f-9eee-7886da56d309 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43450761-c727-473f-9eee-7886da56d309 {
  cursor: pointer;
}#s-43450761-c727-473f-9eee-7886da56d309.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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;
  flex-direction: column;
  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-5f46acec-d0e4-4945-a212-dc042626bec3 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
min-height: 350px;
max-width: 1080px;
text-align: center;
}
@media (max-width: 767px){#s-5f46acec-d0e4-4945-a212-dc042626bec3 {
  margin-bottom: 5%;
min-height: 350px;
max-width: 1080px;
aspect-ratio: 560/700;
text-align: center;
}
}
#s-5f46acec-d0e4-4945-a212-dc042626bec3 {
  margin: 0 !important;
}

#s-5f46acec-d0e4-4945-a212-dc042626bec3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5f46acec-d0e4-4945-a212-dc042626bec3 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5f46acec-d0e4-4945-a212-dc042626bec3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-5f46acec-d0e4-4945-a212-dc042626bec3 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-5f46acec-d0e4-4945-a212-dc042626bec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f46acec-d0e4-4945-a212-dc042626bec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f46acec-d0e4-4945-a212-dc042626bec3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-5f46acec-d0e4-4945-a212-dc042626bec3 {
  margin: 0 !important;
}

#s-5f46acec-d0e4-4945-a212-dc042626bec3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5f46acec-d0e4-4945-a212-dc042626bec3 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5f46acec-d0e4-4945-a212-dc042626bec3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-5f46acec-d0e4-4945-a212-dc042626bec3 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-5f46acec-d0e4-4945-a212-dc042626bec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f46acec-d0e4-4945-a212-dc042626bec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f46acec-d0e4-4945-a212-dc042626bec3.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5f46acec-d0e4-4945-a212-dc042626bec3 {
  margin: 0 !important;
}

#s-5f46acec-d0e4-4945-a212-dc042626bec3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5f46acec-d0e4-4945-a212-dc042626bec3 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5f46acec-d0e4-4945-a212-dc042626bec3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-5f46acec-d0e4-4945-a212-dc042626bec3 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-5f46acec-d0e4-4945-a212-dc042626bec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f46acec-d0e4-4945-a212-dc042626bec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f46acec-d0e4-4945-a212-dc042626bec3.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5f46acec-d0e4-4945-a212-dc042626bec3 {
  margin: 0 !important;
}

#s-5f46acec-d0e4-4945-a212-dc042626bec3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5f46acec-d0e4-4945-a212-dc042626bec3 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5f46acec-d0e4-4945-a212-dc042626bec3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-5f46acec-d0e4-4945-a212-dc042626bec3 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-5f46acec-d0e4-4945-a212-dc042626bec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f46acec-d0e4-4945-a212-dc042626bec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f46acec-d0e4-4945-a212-dc042626bec3.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-5f46acec-d0e4-4945-a212-dc042626bec3 {
  margin: 0 !important;
}

#s-5f46acec-d0e4-4945-a212-dc042626bec3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5f46acec-d0e4-4945-a212-dc042626bec3 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 5%;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5f46acec-d0e4-4945-a212-dc042626bec3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 5%;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f46acec-d0e4-4945-a212-dc042626bec3 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-5f46acec-d0e4-4945-a212-dc042626bec3 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f46acec-d0e4-4945-a212-dc042626bec3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f46acec-d0e4-4945-a212-dc042626bec3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f46acec-d0e4-4945-a212-dc042626bec3 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 350px;
    max-height: 1080px;
  }




.s-5f46acec-d0e4-4945-a212-dc042626bec3 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-5f46acec-d0e4-4945-a212-dc042626bec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f46acec-d0e4-4945-a212-dc042626bec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f46acec-d0e4-4945-a212-dc042626bec3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f46acec-d0e4-4945-a212-dc042626bec3 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-5f46acec-d0e4-4945-a212-dc042626bec3.shogun-image-container {
      position: relative;
    }

    .s-5f46acec-d0e4-4945-a212-dc042626bec3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f46acec-d0e4-4945-a212-dc042626bec3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f46acec-d0e4-4945-a212-dc042626bec3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 350px;
      max-width: 1080px;
    }
  }

}
.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: #000000;
  font-family: "Serif";
  font-weight: 400;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Serif";
}

.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: #000000;
  font-family: "Serif";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Serif";
  font-weight: 400;
}

#s-8d9c61c4-2e33-4497-a1ca-51b038fef9b6 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-8d9c61c4-2e33-4497-a1ca-51b038fef9b6 {
  margin-top: 5%;
}
}
#s-760dcc14-ebb0-4e66-8485-263bbe5e381a {
  padding-top: 10%;
padding-left: 4%;
padding-bottom: 3%;
padding-right: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-760dcc14-ebb0-4e66-8485-263bbe5e381a {
  padding-top: 0%;
padding-left: 0%;
padding-right: 0%;
}
}







#s-760dcc14-ebb0-4e66-8485-263bbe5e381a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-760dcc14-ebb0-4e66-8485-263bbe5e381a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd3d9507-c052-4887-8992-e8772881aff9 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-fd3d9507-c052-4887-8992-e8772881aff9 {
  margin-right: auto;
}
}
#s-abb2576d-d303-4d0a-a72f-508f2893c0bf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-abb2576d-d303-4d0a-a72f-508f2893c0bf {
  margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}
}







#s-abb2576d-d303-4d0a-a72f-508f2893c0bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abb2576d-d303-4d0a-a72f-508f2893c0bf {
  cursor: pointer;
}#s-abb2576d-d303-4d0a-a72f-508f2893c0bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4d67a0c-5bce-4c26-820a-2ad313e61989 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
min-height: 350px;
max-width: 1080px;
text-align: center;
}
@media (max-width: 767px){#s-a4d67a0c-5bce-4c26-820a-2ad313e61989 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
min-height: 350px;
max-width: 1080px;
aspect-ratio: 560/700;
text-align: center;
}
}
#s-a4d67a0c-5bce-4c26-820a-2ad313e61989 {
  margin: 0 !important;
}

#s-a4d67a0c-5bce-4c26-820a-2ad313e61989-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a4d67a0c-5bce-4c26-820a-2ad313e61989 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a4d67a0c-5bce-4c26-820a-2ad313e61989 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-a4d67a0c-5bce-4c26-820a-2ad313e61989 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-a4d67a0c-5bce-4c26-820a-2ad313e61989.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4d67a0c-5bce-4c26-820a-2ad313e61989.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d67a0c-5bce-4c26-820a-2ad313e61989.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-a4d67a0c-5bce-4c26-820a-2ad313e61989 {
  margin: 0 !important;
}

#s-a4d67a0c-5bce-4c26-820a-2ad313e61989-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a4d67a0c-5bce-4c26-820a-2ad313e61989 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a4d67a0c-5bce-4c26-820a-2ad313e61989 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-a4d67a0c-5bce-4c26-820a-2ad313e61989 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-a4d67a0c-5bce-4c26-820a-2ad313e61989.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4d67a0c-5bce-4c26-820a-2ad313e61989.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d67a0c-5bce-4c26-820a-2ad313e61989.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a4d67a0c-5bce-4c26-820a-2ad313e61989 {
  margin: 0 !important;
}

#s-a4d67a0c-5bce-4c26-820a-2ad313e61989-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a4d67a0c-5bce-4c26-820a-2ad313e61989 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a4d67a0c-5bce-4c26-820a-2ad313e61989 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-a4d67a0c-5bce-4c26-820a-2ad313e61989 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-a4d67a0c-5bce-4c26-820a-2ad313e61989.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4d67a0c-5bce-4c26-820a-2ad313e61989.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d67a0c-5bce-4c26-820a-2ad313e61989.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a4d67a0c-5bce-4c26-820a-2ad313e61989 {
  margin: 0 !important;
}

#s-a4d67a0c-5bce-4c26-820a-2ad313e61989-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a4d67a0c-5bce-4c26-820a-2ad313e61989 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a4d67a0c-5bce-4c26-820a-2ad313e61989 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-a4d67a0c-5bce-4c26-820a-2ad313e61989 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-a4d67a0c-5bce-4c26-820a-2ad313e61989.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4d67a0c-5bce-4c26-820a-2ad313e61989.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d67a0c-5bce-4c26-820a-2ad313e61989.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-a4d67a0c-5bce-4c26-820a-2ad313e61989 {
  margin: 0 !important;
}

#s-a4d67a0c-5bce-4c26-820a-2ad313e61989-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a4d67a0c-5bce-4c26-820a-2ad313e61989 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 10px;
  margin-bottom: 5%;
  /* Add padding handling */
  
  
  padding-top: 0%;
  padding-bottom: 0%;
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a4d67a0c-5bce-4c26-820a-2ad313e61989 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 10px;
  margin-bottom: 5%;
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 0%;
  padding-bottom: 0%;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4d67a0c-5bce-4c26-820a-2ad313e61989 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-a4d67a0c-5bce-4c26-820a-2ad313e61989 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4d67a0c-5bce-4c26-820a-2ad313e61989 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4d67a0c-5bce-4c26-820a-2ad313e61989.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4d67a0c-5bce-4c26-820a-2ad313e61989 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 350px;
    max-height: 1080px;
  }




.s-a4d67a0c-5bce-4c26-820a-2ad313e61989 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-a4d67a0c-5bce-4c26-820a-2ad313e61989.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4d67a0c-5bce-4c26-820a-2ad313e61989.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d67a0c-5bce-4c26-820a-2ad313e61989.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4d67a0c-5bce-4c26-820a-2ad313e61989 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-a4d67a0c-5bce-4c26-820a-2ad313e61989.shogun-image-container {
      position: relative;
    }

    .s-a4d67a0c-5bce-4c26-820a-2ad313e61989.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4d67a0c-5bce-4c26-820a-2ad313e61989.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4d67a0c-5bce-4c26-820a-2ad313e61989 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 350px;
      max-width: 1080px;
    }
  }

}
#s-30a15531-7486-4a0f-a388-03388494709c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-30a15531-7486-4a0f-a388-03388494709c {
  margin-top: 5%;
}
}
#s-3835be63-2a12-4627-b564-ededc50836f2 {
  padding-top: 10%;
padding-left: 4%;
padding-bottom: 3%;
padding-right: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-3835be63-2a12-4627-b564-ededc50836f2 {
  padding-top: 0%;
padding-left: 0%;
padding-right: 0%;
}
}







#s-3835be63-2a12-4627-b564-ededc50836f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3835be63-2a12-4627-b564-ededc50836f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0451c4d-68aa-4c4e-adc8-725cdbd2e4d1 {
  margin-left: auto;
margin-right: auto;
}

#s-ac4ad73d-5c37-4479-888d-ae14b97ca183 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ac4ad73d-5c37-4479-888d-ae14b97ca183 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac4ad73d-5c37-4479-888d-ae14b97ca183 {
  cursor: pointer;
}#s-ac4ad73d-5c37-4479-888d-ae14b97ca183.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95f25e25-774d-468c-b537-e666460fffdc {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 350px;
max-width: 1080px;
text-align: center;
}
@media (max-width: 767px){#s-95f25e25-774d-468c-b537-e666460fffdc {
  margin-top: 10px;
margin-bottom: 5%;
min-height: 350px;
max-width: 1080px;
aspect-ratio: 560/700;
text-align: center;
}
}
#s-95f25e25-774d-468c-b537-e666460fffdc {
  margin: 0 !important;
}

#s-95f25e25-774d-468c-b537-e666460fffdc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-95f25e25-774d-468c-b537-e666460fffdc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-95f25e25-774d-468c-b537-e666460fffdc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-95f25e25-774d-468c-b537-e666460fffdc .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-95f25e25-774d-468c-b537-e666460fffdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95f25e25-774d-468c-b537-e666460fffdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95f25e25-774d-468c-b537-e666460fffdc.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-95f25e25-774d-468c-b537-e666460fffdc {
  margin: 0 !important;
}

#s-95f25e25-774d-468c-b537-e666460fffdc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-95f25e25-774d-468c-b537-e666460fffdc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-95f25e25-774d-468c-b537-e666460fffdc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-95f25e25-774d-468c-b537-e666460fffdc .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-95f25e25-774d-468c-b537-e666460fffdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95f25e25-774d-468c-b537-e666460fffdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95f25e25-774d-468c-b537-e666460fffdc.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-95f25e25-774d-468c-b537-e666460fffdc {
  margin: 0 !important;
}

#s-95f25e25-774d-468c-b537-e666460fffdc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-95f25e25-774d-468c-b537-e666460fffdc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-95f25e25-774d-468c-b537-e666460fffdc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-95f25e25-774d-468c-b537-e666460fffdc .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-95f25e25-774d-468c-b537-e666460fffdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95f25e25-774d-468c-b537-e666460fffdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95f25e25-774d-468c-b537-e666460fffdc.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-95f25e25-774d-468c-b537-e666460fffdc {
  margin: 0 !important;
}

#s-95f25e25-774d-468c-b537-e666460fffdc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-95f25e25-774d-468c-b537-e666460fffdc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-95f25e25-774d-468c-b537-e666460fffdc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-95f25e25-774d-468c-b537-e666460fffdc .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-95f25e25-774d-468c-b537-e666460fffdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95f25e25-774d-468c-b537-e666460fffdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95f25e25-774d-468c-b537-e666460fffdc.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-95f25e25-774d-468c-b537-e666460fffdc {
  margin: 0 !important;
}

#s-95f25e25-774d-468c-b537-e666460fffdc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-95f25e25-774d-468c-b537-e666460fffdc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 5%;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-95f25e25-774d-468c-b537-e666460fffdc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 10px;
  margin-bottom: 5%;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95f25e25-774d-468c-b537-e666460fffdc .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-95f25e25-774d-468c-b537-e666460fffdc .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95f25e25-774d-468c-b537-e666460fffdc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95f25e25-774d-468c-b537-e666460fffdc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95f25e25-774d-468c-b537-e666460fffdc img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 350px;
    max-height: 1080px;
  }




.s-95f25e25-774d-468c-b537-e666460fffdc .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-95f25e25-774d-468c-b537-e666460fffdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95f25e25-774d-468c-b537-e666460fffdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95f25e25-774d-468c-b537-e666460fffdc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95f25e25-774d-468c-b537-e666460fffdc {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-95f25e25-774d-468c-b537-e666460fffdc.shogun-image-container {
      position: relative;
    }

    .s-95f25e25-774d-468c-b537-e666460fffdc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95f25e25-774d-468c-b537-e666460fffdc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95f25e25-774d-468c-b537-e666460fffdc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 350px;
      max-width: 1080px;
    }
  }

}
#s-f62497f1-602e-40f4-8e03-64b35d9cf586 {
  padding-top: 10%;
padding-left: 4%;
padding-bottom: 3%;
padding-right: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-f62497f1-602e-40f4-8e03-64b35d9cf586 {
  padding-top: 0%;
padding-left: 0%;
padding-right: 0%;
}
}







#s-f62497f1-602e-40f4-8e03-64b35d9cf586 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f62497f1-602e-40f4-8e03-64b35d9cf586.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-633ee65b-d631-49d2-b1af-a04d8a8fda67 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-633ee65b-d631-49d2-b1af-a04d8a8fda67 {
  margin-top: 5%;
}
}
#s-acbe4de2-0b8d-4d21-a7bd-cc8941960011 {
  margin-left: auto;
margin-right: auto;
}

#s-658a61fc-8d05-412a-b138-400327fcb69b {
  min-height: 50px;
background-color: rgba(34, 34, 34, 1);
}
@media (min-width: 1200px){#s-658a61fc-8d05-412a-b138-400327fcb69b {
  background-color: rgba(255, 255, 255, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-658a61fc-8d05-412a-b138-400327fcb69b {
  display: none;
}
#s-658a61fc-8d05-412a-b138-400327fcb69b, #wrap-s-658a61fc-8d05-412a-b138-400327fcb69b, #wrap-content-s-658a61fc-8d05-412a-b138-400327fcb69b { display: none !important; }}@media (max-width: 767px){#s-658a61fc-8d05-412a-b138-400327fcb69b {
  display: none;
}
#s-658a61fc-8d05-412a-b138-400327fcb69b, #wrap-s-658a61fc-8d05-412a-b138-400327fcb69b, #wrap-content-s-658a61fc-8d05-412a-b138-400327fcb69b { display: none !important; }}







#s-658a61fc-8d05-412a-b138-400327fcb69b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-658a61fc-8d05-412a-b138-400327fcb69b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc7c1e88-1226-4fed-9bb2-f4677c8f5b18 {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
max-width: 1600px;
text-align: left;
}
@media (min-width: 1200px){#s-bc7c1e88-1226-4fed-9bb2-f4677c8f5b18 {
  display: none;
}
#s-bc7c1e88-1226-4fed-9bb2-f4677c8f5b18, #wrap-s-bc7c1e88-1226-4fed-9bb2-f4677c8f5b18, #wrap-content-s-bc7c1e88-1226-4fed-9bb2-f4677c8f5b18 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc7c1e88-1226-4fed-9bb2-f4677c8f5b18 {
  display: none;
}
#s-bc7c1e88-1226-4fed-9bb2-f4677c8f5b18, #wrap-s-bc7c1e88-1226-4fed-9bb2-f4677c8f5b18, #wrap-content-s-bc7c1e88-1226-4fed-9bb2-f4677c8f5b18 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc7c1e88-1226-4fed-9bb2-f4677c8f5b18 {
  display: none;
}
#s-bc7c1e88-1226-4fed-9bb2-f4677c8f5b18, #wrap-s-bc7c1e88-1226-4fed-9bb2-f4677c8f5b18, #wrap-content-s-bc7c1e88-1226-4fed-9bb2-f4677c8f5b18 { display: none !important; }}@media (max-width: 767px){#s-bc7c1e88-1226-4fed-9bb2-f4677c8f5b18 {
  display: none;
}
#s-bc7c1e88-1226-4fed-9bb2-f4677c8f5b18, #wrap-s-bc7c1e88-1226-4fed-9bb2-f4677c8f5b18, #wrap-content-s-bc7c1e88-1226-4fed-9bb2-f4677c8f5b18 { display: none !important; }}
#s-bc7c1e88-1226-4fed-9bb2-f4677c8f5b18 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



.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-36221713-38ba-4d87-9600-f1debbace0fa {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
max-width: 1600px;
}
@media (min-width: 1200px){#s-36221713-38ba-4d87-9600-f1debbace0fa {
  margin-bottom: 1%;
}
}
@media (min-width: 0px) {
[id="s-36221713-38ba-4d87-9600-f1debbace0fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36221713-38ba-4d87-9600-f1debbace0fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-36221713-38ba-4d87-9600-f1debbace0fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-36221713-38ba-4d87-9600-f1debbace0fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2be9681b-f4ea-4c9d-961f-835feaa11bda {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2be9681b-f4ea-4c9d-961f-835feaa11bda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2be9681b-f4ea-4c9d-961f-835feaa11bda {
  cursor: pointer;
}#s-2be9681b-f4ea-4c9d-961f-835feaa11bda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a89d0bc-2ea4-465f-b802-b75c10f1980b {
  max-width: 560px;
text-align: center;
opacity: 1;
}
#s-1a89d0bc-2ea4-465f-b802-b75c10f1980b:hover {opacity: 1 !important;}
#s-1a89d0bc-2ea4-465f-b802-b75c10f1980b {
  margin: 0 !important;
}

#s-1a89d0bc-2ea4-465f-b802-b75c10f1980b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1a89d0bc-2ea4-465f-b802-b75c10f1980b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1a89d0bc-2ea4-465f-b802-b75c10f1980b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a89d0bc-2ea4-465f-b802-b75c10f1980b.shogun-image {
  box-sizing: border-box;
}


.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



@media (min-width: 1200px){#s-1a89d0bc-2ea4-465f-b802-b75c10f1980b {
  margin: 0 !important;
}

#s-1a89d0bc-2ea4-465f-b802-b75c10f1980b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1a89d0bc-2ea4-465f-b802-b75c10f1980b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1a89d0bc-2ea4-465f-b802-b75c10f1980b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a89d0bc-2ea4-465f-b802-b75c10f1980b.shogun-image {
  box-sizing: border-box;
}


.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-1a89d0bc-2ea4-465f-b802-b75c10f1980b {
  margin: 0 !important;
}

#s-1a89d0bc-2ea4-465f-b802-b75c10f1980b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1a89d0bc-2ea4-465f-b802-b75c10f1980b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1a89d0bc-2ea4-465f-b802-b75c10f1980b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a89d0bc-2ea4-465f-b802-b75c10f1980b.shogun-image {
  box-sizing: border-box;
}


.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



}@media (min-width: 768px) and (max-width: 991px){#s-1a89d0bc-2ea4-465f-b802-b75c10f1980b {
  margin: 0 !important;
}

#s-1a89d0bc-2ea4-465f-b802-b75c10f1980b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1a89d0bc-2ea4-465f-b802-b75c10f1980b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1a89d0bc-2ea4-465f-b802-b75c10f1980b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a89d0bc-2ea4-465f-b802-b75c10f1980b.shogun-image {
  box-sizing: border-box;
}


.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



}@media (max-width: 767px){#s-1a89d0bc-2ea4-465f-b802-b75c10f1980b {
  margin: 0 !important;
}

#s-1a89d0bc-2ea4-465f-b802-b75c10f1980b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1a89d0bc-2ea4-465f-b802-b75c10f1980b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1a89d0bc-2ea4-465f-b802-b75c10f1980b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a89d0bc-2ea4-465f-b802-b75c10f1980b.shogun-image {
  box-sizing: border-box;
}


.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1a89d0bc-2ea4-465f-b802-b75c10f1980b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



}
#s-ab13f814-df87-4bd4-9aa7-215f4b7937ec {
  padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-ab13f814-df87-4bd4-9aa7-215f4b7937ec {
  padding-top: 4%;
padding-left: 0%;
padding-bottom: 0%;
}
}







#s-ab13f814-df87-4bd4-9aa7-215f4b7937ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab13f814-df87-4bd4-9aa7-215f4b7937ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d646a31-f926-4fa5-93e4-265d20b1ad88 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-bottom: 2%;
}

#s-e4ff83f9-3818-4446-989c-7561fd1572b2 {
  margin-left: auto;
margin-right: auto;
}

#s-b866b6a5-08e9-4152-94bd-c0547c00a410 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ea12eb03-b6c7-4d0e-b076-9177b00fa695 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ea12eb03-b6c7-4d0e-b076-9177b00fa695 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea12eb03-b6c7-4d0e-b076-9177b00fa695 {
  cursor: pointer;
}#s-ea12eb03-b6c7-4d0e-b076-9177b00fa695.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b11a336-ee0d-47b6-838b-39c0404db328 {
  max-width: 560px;
text-align: center;
opacity: 1;
}
#s-1b11a336-ee0d-47b6-838b-39c0404db328:hover {opacity: 1 !important;}
#s-1b11a336-ee0d-47b6-838b-39c0404db328 {
  margin: 0 !important;
}

#s-1b11a336-ee0d-47b6-838b-39c0404db328-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b11a336-ee0d-47b6-838b-39c0404db328 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1b11a336-ee0d-47b6-838b-39c0404db328 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-1b11a336-ee0d-47b6-838b-39c0404db328 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-1b11a336-ee0d-47b6-838b-39c0404db328.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b11a336-ee0d-47b6-838b-39c0404db328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b11a336-ee0d-47b6-838b-39c0404db328.shogun-image {
  box-sizing: border-box;
}


.s-1b11a336-ee0d-47b6-838b-39c0404db328 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1b11a336-ee0d-47b6-838b-39c0404db328 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1b11a336-ee0d-47b6-838b-39c0404db328 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



@media (min-width: 1200px){#s-1b11a336-ee0d-47b6-838b-39c0404db328 {
  margin: 0 !important;
}

#s-1b11a336-ee0d-47b6-838b-39c0404db328-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b11a336-ee0d-47b6-838b-39c0404db328 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1b11a336-ee0d-47b6-838b-39c0404db328 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-1b11a336-ee0d-47b6-838b-39c0404db328 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-1b11a336-ee0d-47b6-838b-39c0404db328.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b11a336-ee0d-47b6-838b-39c0404db328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b11a336-ee0d-47b6-838b-39c0404db328.shogun-image {
  box-sizing: border-box;
}


.s-1b11a336-ee0d-47b6-838b-39c0404db328 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1b11a336-ee0d-47b6-838b-39c0404db328 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1b11a336-ee0d-47b6-838b-39c0404db328 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-1b11a336-ee0d-47b6-838b-39c0404db328 {
  margin: 0 !important;
}

#s-1b11a336-ee0d-47b6-838b-39c0404db328-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b11a336-ee0d-47b6-838b-39c0404db328 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1b11a336-ee0d-47b6-838b-39c0404db328 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-1b11a336-ee0d-47b6-838b-39c0404db328 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-1b11a336-ee0d-47b6-838b-39c0404db328.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b11a336-ee0d-47b6-838b-39c0404db328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b11a336-ee0d-47b6-838b-39c0404db328.shogun-image {
  box-sizing: border-box;
}


.s-1b11a336-ee0d-47b6-838b-39c0404db328 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1b11a336-ee0d-47b6-838b-39c0404db328 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1b11a336-ee0d-47b6-838b-39c0404db328 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



}@media (min-width: 768px) and (max-width: 991px){#s-1b11a336-ee0d-47b6-838b-39c0404db328 {
  margin: 0 !important;
}

#s-1b11a336-ee0d-47b6-838b-39c0404db328-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b11a336-ee0d-47b6-838b-39c0404db328 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1b11a336-ee0d-47b6-838b-39c0404db328 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-1b11a336-ee0d-47b6-838b-39c0404db328 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-1b11a336-ee0d-47b6-838b-39c0404db328.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b11a336-ee0d-47b6-838b-39c0404db328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b11a336-ee0d-47b6-838b-39c0404db328.shogun-image {
  box-sizing: border-box;
}


.s-1b11a336-ee0d-47b6-838b-39c0404db328 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1b11a336-ee0d-47b6-838b-39c0404db328 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1b11a336-ee0d-47b6-838b-39c0404db328 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



}@media (max-width: 767px){#s-1b11a336-ee0d-47b6-838b-39c0404db328 {
  margin: 0 !important;
}

#s-1b11a336-ee0d-47b6-838b-39c0404db328-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b11a336-ee0d-47b6-838b-39c0404db328 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1b11a336-ee0d-47b6-838b-39c0404db328 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-1b11a336-ee0d-47b6-838b-39c0404db328 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-1b11a336-ee0d-47b6-838b-39c0404db328.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b11a336-ee0d-47b6-838b-39c0404db328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b11a336-ee0d-47b6-838b-39c0404db328.shogun-image {
  box-sizing: border-box;
}


.s-1b11a336-ee0d-47b6-838b-39c0404db328 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1b11a336-ee0d-47b6-838b-39c0404db328 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1b11a336-ee0d-47b6-838b-39c0404db328 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



}
#s-b337bd21-5a97-46ca-ad5d-a981f35d73dd {
  padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
min-height: 50px;
}








#s-b337bd21-5a97-46ca-ad5d-a981f35d73dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b337bd21-5a97-46ca-ad5d-a981f35d73dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-616966f7-67d8-4662-a640-cb500ad05794 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-bottom: 2%;
}

#s-5bcc4f6b-0e51-4a78-8fcb-e8ffa2bd29f5 {
  margin-left: auto;
margin-right: auto;
}

#s-6b523960-077d-400b-bd84-1e27095cc25f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-327ff134-902d-4191-b0c6-e26296ea166f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-327ff134-902d-4191-b0c6-e26296ea166f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-327ff134-902d-4191-b0c6-e26296ea166f {
  cursor: pointer;
}#s-327ff134-902d-4191-b0c6-e26296ea166f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdf02eb0-100a-410f-85b9-68b3637c6a09 {
  max-width: 1080px;
text-align: center;
}

#s-fdf02eb0-100a-410f-85b9-68b3637c6a09 {
  margin: 0 !important;
}

#s-fdf02eb0-100a-410f-85b9-68b3637c6a09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fdf02eb0-100a-410f-85b9-68b3637c6a09 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fdf02eb0-100a-410f-85b9-68b3637c6a09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-fdf02eb0-100a-410f-85b9-68b3637c6a09 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-fdf02eb0-100a-410f-85b9-68b3637c6a09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdf02eb0-100a-410f-85b9-68b3637c6a09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdf02eb0-100a-410f-85b9-68b3637c6a09.shogun-image {
  box-sizing: border-box;
}


.s-fdf02eb0-100a-410f-85b9-68b3637c6a09 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fdf02eb0-100a-410f-85b9-68b3637c6a09 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fdf02eb0-100a-410f-85b9-68b3637c6a09 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



@media (min-width: 1200px){#s-fdf02eb0-100a-410f-85b9-68b3637c6a09 {
  margin: 0 !important;
}

#s-fdf02eb0-100a-410f-85b9-68b3637c6a09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fdf02eb0-100a-410f-85b9-68b3637c6a09 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fdf02eb0-100a-410f-85b9-68b3637c6a09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-fdf02eb0-100a-410f-85b9-68b3637c6a09 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-fdf02eb0-100a-410f-85b9-68b3637c6a09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdf02eb0-100a-410f-85b9-68b3637c6a09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdf02eb0-100a-410f-85b9-68b3637c6a09.shogun-image {
  box-sizing: border-box;
}


.s-fdf02eb0-100a-410f-85b9-68b3637c6a09 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fdf02eb0-100a-410f-85b9-68b3637c6a09 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fdf02eb0-100a-410f-85b9-68b3637c6a09 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-fdf02eb0-100a-410f-85b9-68b3637c6a09 {
  margin: 0 !important;
}

#s-fdf02eb0-100a-410f-85b9-68b3637c6a09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fdf02eb0-100a-410f-85b9-68b3637c6a09 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fdf02eb0-100a-410f-85b9-68b3637c6a09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-fdf02eb0-100a-410f-85b9-68b3637c6a09 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-fdf02eb0-100a-410f-85b9-68b3637c6a09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdf02eb0-100a-410f-85b9-68b3637c6a09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdf02eb0-100a-410f-85b9-68b3637c6a09.shogun-image {
  box-sizing: border-box;
}


.s-fdf02eb0-100a-410f-85b9-68b3637c6a09 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fdf02eb0-100a-410f-85b9-68b3637c6a09 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fdf02eb0-100a-410f-85b9-68b3637c6a09 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



}@media (min-width: 768px) and (max-width: 991px){#s-fdf02eb0-100a-410f-85b9-68b3637c6a09 {
  margin: 0 !important;
}

#s-fdf02eb0-100a-410f-85b9-68b3637c6a09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fdf02eb0-100a-410f-85b9-68b3637c6a09 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fdf02eb0-100a-410f-85b9-68b3637c6a09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-fdf02eb0-100a-410f-85b9-68b3637c6a09 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-fdf02eb0-100a-410f-85b9-68b3637c6a09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdf02eb0-100a-410f-85b9-68b3637c6a09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdf02eb0-100a-410f-85b9-68b3637c6a09.shogun-image {
  box-sizing: border-box;
}


.s-fdf02eb0-100a-410f-85b9-68b3637c6a09 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fdf02eb0-100a-410f-85b9-68b3637c6a09 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fdf02eb0-100a-410f-85b9-68b3637c6a09 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



}@media (max-width: 767px){#s-fdf02eb0-100a-410f-85b9-68b3637c6a09 {
  margin: 0 !important;
}

#s-fdf02eb0-100a-410f-85b9-68b3637c6a09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fdf02eb0-100a-410f-85b9-68b3637c6a09 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fdf02eb0-100a-410f-85b9-68b3637c6a09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-fdf02eb0-100a-410f-85b9-68b3637c6a09 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-fdf02eb0-100a-410f-85b9-68b3637c6a09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdf02eb0-100a-410f-85b9-68b3637c6a09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdf02eb0-100a-410f-85b9-68b3637c6a09.shogun-image {
  box-sizing: border-box;
}


.s-fdf02eb0-100a-410f-85b9-68b3637c6a09 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fdf02eb0-100a-410f-85b9-68b3637c6a09 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fdf02eb0-100a-410f-85b9-68b3637c6a09 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



}
#s-b5746619-bc8b-4e15-86db-6e3bf7cd89b3 {
  padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
min-height: 50px;
}








#s-b5746619-bc8b-4e15-86db-6e3bf7cd89b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5746619-bc8b-4e15-86db-6e3bf7cd89b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db2dc8a7-33ba-472c-9fbb-a5947ec71ecc {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-bottom: 2%;
}

#s-fdf80289-8a14-4ab7-bad6-9e6b2638ccf2 {
  margin-left: auto;
margin-right: auto;
}

#s-6b5f12a8-ef22-4edc-9e47-07c425008a01 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-63d34a24-ca18-4a6d-b523-7883f74894ec {
  min-height: 50px;
}








#s-63d34a24-ca18-4a6d-b523-7883f74894ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63d34a24-ca18-4a6d-b523-7883f74894ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5eacb55-6c80-4f0d-bdb0-359aeebf3cc5 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a5eacb55-6c80-4f0d-bdb0-359aeebf3cc5 {
  display: none;
}
#s-a5eacb55-6c80-4f0d-bdb0-359aeebf3cc5, #wrap-s-a5eacb55-6c80-4f0d-bdb0-359aeebf3cc5, #wrap-content-s-a5eacb55-6c80-4f0d-bdb0-359aeebf3cc5 { display: none !important; }}@media (max-width: 767px){#s-a5eacb55-6c80-4f0d-bdb0-359aeebf3cc5 {
  display: none;
}
#s-a5eacb55-6c80-4f0d-bdb0-359aeebf3cc5, #wrap-s-a5eacb55-6c80-4f0d-bdb0-359aeebf3cc5, #wrap-content-s-a5eacb55-6c80-4f0d-bdb0-359aeebf3cc5 { display: none !important; }}







#s-a5eacb55-6c80-4f0d-bdb0-359aeebf3cc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5eacb55-6c80-4f0d-bdb0-359aeebf3cc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00bd640f-d9b8-4028-859c-7605d3f226a9 {
  max-width: 100%;
text-align: center;
}

#s-00bd640f-d9b8-4028-859c-7605d3f226a9 {
  margin: 0 !important;
}

#s-00bd640f-d9b8-4028-859c-7605d3f226a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-00bd640f-d9b8-4028-859c-7605d3f226a9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-00bd640f-d9b8-4028-859c-7605d3f226a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-00bd640f-d9b8-4028-859c-7605d3f226a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00bd640f-d9b8-4028-859c-7605d3f226a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00bd640f-d9b8-4028-859c-7605d3f226a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00bd640f-d9b8-4028-859c-7605d3f226a9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-00bd640f-d9b8-4028-859c-7605d3f226a9 {
  margin: 0 !important;
}

#s-00bd640f-d9b8-4028-859c-7605d3f226a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-00bd640f-d9b8-4028-859c-7605d3f226a9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-00bd640f-d9b8-4028-859c-7605d3f226a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-00bd640f-d9b8-4028-859c-7605d3f226a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00bd640f-d9b8-4028-859c-7605d3f226a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00bd640f-d9b8-4028-859c-7605d3f226a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00bd640f-d9b8-4028-859c-7605d3f226a9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-00bd640f-d9b8-4028-859c-7605d3f226a9 {
  margin: 0 !important;
}

#s-00bd640f-d9b8-4028-859c-7605d3f226a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-00bd640f-d9b8-4028-859c-7605d3f226a9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-00bd640f-d9b8-4028-859c-7605d3f226a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-00bd640f-d9b8-4028-859c-7605d3f226a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00bd640f-d9b8-4028-859c-7605d3f226a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00bd640f-d9b8-4028-859c-7605d3f226a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00bd640f-d9b8-4028-859c-7605d3f226a9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-00bd640f-d9b8-4028-859c-7605d3f226a9 {
  margin: 0 !important;
}

#s-00bd640f-d9b8-4028-859c-7605d3f226a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-00bd640f-d9b8-4028-859c-7605d3f226a9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-00bd640f-d9b8-4028-859c-7605d3f226a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-00bd640f-d9b8-4028-859c-7605d3f226a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00bd640f-d9b8-4028-859c-7605d3f226a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00bd640f-d9b8-4028-859c-7605d3f226a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00bd640f-d9b8-4028-859c-7605d3f226a9.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-00bd640f-d9b8-4028-859c-7605d3f226a9 {
  margin: 0 !important;
}

#s-00bd640f-d9b8-4028-859c-7605d3f226a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-00bd640f-d9b8-4028-859c-7605d3f226a9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-00bd640f-d9b8-4028-859c-7605d3f226a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-00bd640f-d9b8-4028-859c-7605d3f226a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00bd640f-d9b8-4028-859c-7605d3f226a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00bd640f-d9b8-4028-859c-7605d3f226a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00bd640f-d9b8-4028-859c-7605d3f226a9.shogun-image {
  box-sizing: border-box;
}




}
#s-e4f0721e-9cf2-4c17-b393-aa71fc2235d5 {
  margin-left: 0px;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
min-height: 50px;
max-width: 800px;
}








#s-e4f0721e-9cf2-4c17-b393-aa71fc2235d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4f0721e-9cf2-4c17-b393-aa71fc2235d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a7b928b-a492-4f63-be28-ba169f7676cd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 0%;
}

#s-fb0b5ecf-d336-48b7-8692-6303dee77f05 {
  margin-left: auto;
margin-right: auto;
}

#s-0e74e68d-836b-43b2-83ba-8ded6a19720d {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 7%;
}

.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: 400;
  font-family: "Serif";
}

.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-90a8c049-de7f-4c22-979b-a5d391bb3030 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 2px;
}
#s-90a8c049-de7f-4c22-979b-a5d391bb3030:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 50px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-90a8c049-de7f-4c22-979b-a5d391bb3030:active {border-radius: 1px !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-90a8c049-de7f-4c22-979b-a5d391bb3030-root {
    text-align: left;
  }


#s-90a8c049-de7f-4c22-979b-a5d391bb3030.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-90a8c049-de7f-4c22-979b-a5d391bb3030-root {
    text-align: left;
  }


#s-90a8c049-de7f-4c22-979b-a5d391bb3030.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90a8c049-de7f-4c22-979b-a5d391bb3030-root {
    text-align: left;
  }


#s-90a8c049-de7f-4c22-979b-a5d391bb3030.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90a8c049-de7f-4c22-979b-a5d391bb3030-root {
    text-align: left;
  }


#s-90a8c049-de7f-4c22-979b-a5d391bb3030.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-90a8c049-de7f-4c22-979b-a5d391bb3030-root {
    text-align: left;
  }


#s-90a8c049-de7f-4c22-979b-a5d391bb3030.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-7e71202e-cc8e-4509-a93e-804e1b14e40a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7e71202e-cc8e-4509-a93e-804e1b14e40a {
  display: none;
}
#s-7e71202e-cc8e-4509-a93e-804e1b14e40a, #wrap-s-7e71202e-cc8e-4509-a93e-804e1b14e40a, #wrap-content-s-7e71202e-cc8e-4509-a93e-804e1b14e40a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e71202e-cc8e-4509-a93e-804e1b14e40a {
  display: none;
}
#s-7e71202e-cc8e-4509-a93e-804e1b14e40a, #wrap-s-7e71202e-cc8e-4509-a93e-804e1b14e40a, #wrap-content-s-7e71202e-cc8e-4509-a93e-804e1b14e40a { display: none !important; }}







#s-7e71202e-cc8e-4509-a93e-804e1b14e40a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e71202e-cc8e-4509-a93e-804e1b14e40a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-23322974-72ca-4174-8ca7-977946725c00 {
  max-width: 1200px;
text-align: center;
opacity: 1;
}
@media (max-width: 767px){#s-23322974-72ca-4174-8ca7-977946725c00 {
  max-width: 100%;
aspect-ratio: 300/400;
}
}
#s-23322974-72ca-4174-8ca7-977946725c00 {
  margin: 0 !important;
}

#s-23322974-72ca-4174-8ca7-977946725c00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23322974-72ca-4174-8ca7-977946725c00 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-23322974-72ca-4174-8ca7-977946725c00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-23322974-72ca-4174-8ca7-977946725c00 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-23322974-72ca-4174-8ca7-977946725c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23322974-72ca-4174-8ca7-977946725c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23322974-72ca-4174-8ca7-977946725c00.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-23322974-72ca-4174-8ca7-977946725c00 {
  margin: 0 !important;
}

#s-23322974-72ca-4174-8ca7-977946725c00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23322974-72ca-4174-8ca7-977946725c00 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-23322974-72ca-4174-8ca7-977946725c00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-23322974-72ca-4174-8ca7-977946725c00 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-23322974-72ca-4174-8ca7-977946725c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23322974-72ca-4174-8ca7-977946725c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23322974-72ca-4174-8ca7-977946725c00.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-23322974-72ca-4174-8ca7-977946725c00 {
  margin: 0 !important;
}

#s-23322974-72ca-4174-8ca7-977946725c00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23322974-72ca-4174-8ca7-977946725c00 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-23322974-72ca-4174-8ca7-977946725c00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-23322974-72ca-4174-8ca7-977946725c00 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-23322974-72ca-4174-8ca7-977946725c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23322974-72ca-4174-8ca7-977946725c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23322974-72ca-4174-8ca7-977946725c00.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-23322974-72ca-4174-8ca7-977946725c00 {
  margin: 0 !important;
}

#s-23322974-72ca-4174-8ca7-977946725c00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23322974-72ca-4174-8ca7-977946725c00 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-23322974-72ca-4174-8ca7-977946725c00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-23322974-72ca-4174-8ca7-977946725c00 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-23322974-72ca-4174-8ca7-977946725c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23322974-72ca-4174-8ca7-977946725c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23322974-72ca-4174-8ca7-977946725c00.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-23322974-72ca-4174-8ca7-977946725c00 {
  margin: 0 !important;
}

#s-23322974-72ca-4174-8ca7-977946725c00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23322974-72ca-4174-8ca7-977946725c00 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-23322974-72ca-4174-8ca7-977946725c00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23322974-72ca-4174-8ca7-977946725c00 .shg-image-content-wrapper {
      aspect-ratio: 300/400;
      min-width: 100%;
      height: auto;
    }

    #s-23322974-72ca-4174-8ca7-977946725c00 .shogun-image-link {
      aspect-ratio: 300/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23322974-72ca-4174-8ca7-977946725c00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23322974-72ca-4174-8ca7-977946725c00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23322974-72ca-4174-8ca7-977946725c00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }




.s-23322974-72ca-4174-8ca7-977946725c00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23322974-72ca-4174-8ca7-977946725c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23322974-72ca-4174-8ca7-977946725c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23322974-72ca-4174-8ca7-977946725c00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23322974-72ca-4174-8ca7-977946725c00 {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-23322974-72ca-4174-8ca7-977946725c00.shogun-image-container {
      position: relative;
    }

    .s-23322974-72ca-4174-8ca7-977946725c00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23322974-72ca-4174-8ca7-977946725c00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23322974-72ca-4174-8ca7-977946725c00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-d44160ed-d22d-444b-8281-66399bad6b0d {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-left: 2%;
padding-bottom: 6%;
padding-right: 2%;
min-height: 50px;
max-width: 600px;
}








#s-d44160ed-d22d-444b-8281-66399bad6b0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d44160ed-d22d-444b-8281-66399bad6b0d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-d44160ed-d22d-444b-8281-66399bad6b0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d44160ed-d22d-444b-8281-66399bad6b0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-e643f2db-d27a-45f3-803e-a873a6b546fd {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-e643f2db-d27a-45f3-803e-a873a6b546fd {
  margin-bottom: 5px;
}
}
#s-e643f2db-d27a-45f3-803e-a873a6b546fd .shogun-heading-component h2 {
  color: rgba(237, 255, 0, 1);
  font-weight:  700 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-e643f2db-d27a-45f3-803e-a873a6b546fd .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


}
#s-b542c655-3dc7-46b1-aeb1-0aca48e40322 {
  margin-left: auto;
margin-right: auto;
}

#s-5f801339-c33b-41a3-8289-95a96b784fa3 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-52c7509a-7874-41f9-a8c4-63ac2c9bfcfd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-52c7509a-7874-41f9-a8c4-63ac2c9bfcfd:hover {border-radius: 50px !important;
background-color: rgba(237, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-52c7509a-7874-41f9-a8c4-63ac2c9bfcfd:active {border-radius: 1px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-52c7509a-7874-41f9-a8c4-63ac2c9bfcfd {
  border-style: solid;
margin-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 50px;
max-width: 100%;
letter-spacing: 2px;
text-align: center;
}
#s-52c7509a-7874-41f9-a8c4-63ac2c9bfcfd:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 50px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}}

  #s-52c7509a-7874-41f9-a8c4-63ac2c9bfcfd-root {
    text-align: center;
  }


#s-52c7509a-7874-41f9-a8c4-63ac2c9bfcfd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-52c7509a-7874-41f9-a8c4-63ac2c9bfcfd-root {
    text-align: center;
  }


#s-52c7509a-7874-41f9-a8c4-63ac2c9bfcfd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52c7509a-7874-41f9-a8c4-63ac2c9bfcfd-root {
    text-align: center;
  }


#s-52c7509a-7874-41f9-a8c4-63ac2c9bfcfd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52c7509a-7874-41f9-a8c4-63ac2c9bfcfd-root {
    text-align: center;
  }


#s-52c7509a-7874-41f9-a8c4-63ac2c9bfcfd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-52c7509a-7874-41f9-a8c4-63ac2c9bfcfd-root {
    text-align: center;
  }


#s-52c7509a-7874-41f9-a8c4-63ac2c9bfcfd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-d52b5b12-c3cc-4e60-89ab-8fcab9942fe9 {
  min-height: 50px;
}








#s-d52b5b12-c3cc-4e60-89ab-8fcab9942fe9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d52b5b12-c3cc-4e60-89ab-8fcab9942fe9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5cd2475b-e9b9-4e93-baec-7d0814c9585a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5cd2475b-e9b9-4e93-baec-7d0814c9585a {
  display: none;
}
#s-5cd2475b-e9b9-4e93-baec-7d0814c9585a, #wrap-s-5cd2475b-e9b9-4e93-baec-7d0814c9585a, #wrap-content-s-5cd2475b-e9b9-4e93-baec-7d0814c9585a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5cd2475b-e9b9-4e93-baec-7d0814c9585a {
  display: none;
}
#s-5cd2475b-e9b9-4e93-baec-7d0814c9585a, #wrap-s-5cd2475b-e9b9-4e93-baec-7d0814c9585a, #wrap-content-s-5cd2475b-e9b9-4e93-baec-7d0814c9585a { display: none !important; }}







#s-5cd2475b-e9b9-4e93-baec-7d0814c9585a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5cd2475b-e9b9-4e93-baec-7d0814c9585a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8e562c7-11b9-4d64-8038-c518a10d0217 {
  margin-top: 6%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 4%;
padding-bottom: 10px;
padding-right: 4%;
max-width: 1600px;
text-align: left;
}

#s-a8e562c7-11b9-4d64-8038-c518a10d0217 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-9adcd543-9c13-46c8-8a41-2ad73783780a {
  margin-top: auto;
margin-bottom: 6%;
padding-left: 2%;
padding-right: 2%;
max-width: 100%;
}

#s-9adcd543-9c13-46c8-8a41-2ad73783780a .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-9adcd543-9c13-46c8-8a41-2ad73783780a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9adcd543-9c13-46c8-8a41-2ad73783780a td.shogun-table-column {
  background-color: #fff;
  padding: 5px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-9adcd543-9c13-46c8-8a41-2ad73783780a td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-9adcd543-9c13-46c8-8a41-2ad73783780a td.shogun-table-column, #s-9adcd543-9c13-46c8-8a41-2ad73783780a td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
  min-height: 300px;
max-width: 1122px;
aspect-ratio: 1122/1400;
text-align: center;
}

#s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
  margin: 0 !important;
}

#s-8ebe4929-2a21-4756-8ba7-be06648a64f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper {
      aspect-ratio: 1122/1400;
      min-width: 100%;
      height: auto;
    }

    #s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shogun-image-link {
      aspect-ratio: 1122/1400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ebe4929-2a21-4756-8ba7-be06648a64f1 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: 1122px;
  }



  img.s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image {
    
    
    min-height: 300px;
    max-height: 1122px;
  }


.s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image {
  box-sizing: border-box;
}


.s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
      --shg-aspect-ratio: calc(1122/1400); 
    }

    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container {
      position: relative;
    }

    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      max-width: 1122px;
    }
  }

@media (min-width: 1200px){#s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
  margin: 0 !important;
}

#s-8ebe4929-2a21-4756-8ba7-be06648a64f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper {
      aspect-ratio: 1122/1400;
      min-width: 100%;
      height: auto;
    }

    #s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shogun-image-link {
      aspect-ratio: 1122/1400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ebe4929-2a21-4756-8ba7-be06648a64f1 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: 1122px;
  }



  img.s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image {
    
    
    min-height: 300px;
    max-height: 1122px;
  }


.s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image {
  box-sizing: border-box;
}


.s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
      --shg-aspect-ratio: calc(1122/1400); 
    }

    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container {
      position: relative;
    }

    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      max-width: 1122px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
  margin: 0 !important;
}

#s-8ebe4929-2a21-4756-8ba7-be06648a64f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper {
      aspect-ratio: 1122/1400;
      min-width: 100%;
      height: auto;
    }

    #s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shogun-image-link {
      aspect-ratio: 1122/1400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ebe4929-2a21-4756-8ba7-be06648a64f1 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: 1122px;
  }



  img.s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image {
    
    
    min-height: 300px;
    max-height: 1122px;
  }


.s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image {
  box-sizing: border-box;
}


.s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
      --shg-aspect-ratio: calc(1122/1400); 
    }

    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container {
      position: relative;
    }

    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      max-width: 1122px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
  margin: 0 !important;
}

#s-8ebe4929-2a21-4756-8ba7-be06648a64f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper {
      aspect-ratio: 1122/1400;
      min-width: 100%;
      height: auto;
    }

    #s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shogun-image-link {
      aspect-ratio: 1122/1400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ebe4929-2a21-4756-8ba7-be06648a64f1 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: 1122px;
  }



  img.s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image {
    
    
    min-height: 300px;
    max-height: 1122px;
  }


.s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image {
  box-sizing: border-box;
}


.s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
      --shg-aspect-ratio: calc(1122/1400); 
    }

    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container {
      position: relative;
    }

    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      max-width: 1122px;
    }
  }

}@media (max-width: 767px){#s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
  margin: 0 !important;
}

#s-8ebe4929-2a21-4756-8ba7-be06648a64f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper {
      aspect-ratio: 1122/1400;
      min-width: 100%;
      height: auto;
    }

    #s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shogun-image-link {
      aspect-ratio: 1122/1400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ebe4929-2a21-4756-8ba7-be06648a64f1 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: 1122px;
  }



  img.s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image {
    
    
    min-height: 300px;
    max-height: 1122px;
  }


.s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image {
  box-sizing: border-box;
}


.s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8ebe4929-2a21-4756-8ba7-be06648a64f1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1 {
      --shg-aspect-ratio: calc(1122/1400); 
    }

    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container {
      position: relative;
    }

    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ebe4929-2a21-4756-8ba7-be06648a64f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      max-width: 1122px;
    }
  }

}
#s-babbb741-bfb3-4261-a988-e4c6da65012a {
  padding-top: 10%;
padding-left: 6%;
padding-bottom: 10%;
padding-right: 6%;
min-height: 50px;
}








#s-babbb741-bfb3-4261-a988-e4c6da65012a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-babbb741-bfb3-4261-a988-e4c6da65012a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b31ed183-e695-4ed8-a896-d4272c4eb3eb {
  padding-top: 10%;
padding-left: 6%;
padding-bottom: 10%;
padding-right: 6%;
min-height: 50px;
}








#s-b31ed183-e695-4ed8-a896-d4272c4eb3eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b31ed183-e695-4ed8-a896-d4272c4eb3eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-781110be-0d97-47a3-83fa-a0d8f30ef3e9 {
  margin-left: auto;
margin-right: auto;
}

#s-dcc05628-368b-438c-b081-1c86cf9105c1 {
  min-height: 300px;
max-width: 1124px;
aspect-ratio: 1124/1400;
text-align: center;
}

#s-dcc05628-368b-438c-b081-1c86cf9105c1 {
  margin: 0 !important;
}

#s-dcc05628-368b-438c-b081-1c86cf9105c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dcc05628-368b-438c-b081-1c86cf9105c1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dcc05628-368b-438c-b081-1c86cf9105c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper {
      aspect-ratio: 1124/1400;
      min-width: 100%;
      height: auto;
    }

    #s-dcc05628-368b-438c-b081-1c86cf9105c1 .shogun-image-link {
      aspect-ratio: 1124/1400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcc05628-368b-438c-b081-1c86cf9105c1 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: 1124px;
  }



  img.s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image {
    
    
    min-height: 300px;
    max-height: 1124px;
  }


.s-dcc05628-368b-438c-b081-1c86cf9105c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcc05628-368b-438c-b081-1c86cf9105c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image {
  box-sizing: border-box;
}


.s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-dcc05628-368b-438c-b081-1c86cf9105c1 {
      --shg-aspect-ratio: calc(1124/1400); 
    }

    .s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container {
      position: relative;
    }

    .s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcc05628-368b-438c-b081-1c86cf9105c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      max-width: 1124px;
    }
  }

@media (min-width: 1200px){#s-dcc05628-368b-438c-b081-1c86cf9105c1 {
  margin: 0 !important;
}

#s-dcc05628-368b-438c-b081-1c86cf9105c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dcc05628-368b-438c-b081-1c86cf9105c1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dcc05628-368b-438c-b081-1c86cf9105c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper {
      aspect-ratio: 1124/1400;
      min-width: 100%;
      height: auto;
    }

    #s-dcc05628-368b-438c-b081-1c86cf9105c1 .shogun-image-link {
      aspect-ratio: 1124/1400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcc05628-368b-438c-b081-1c86cf9105c1 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: 1124px;
  }



  img.s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image {
    
    
    min-height: 300px;
    max-height: 1124px;
  }


.s-dcc05628-368b-438c-b081-1c86cf9105c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcc05628-368b-438c-b081-1c86cf9105c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image {
  box-sizing: border-box;
}


.s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-dcc05628-368b-438c-b081-1c86cf9105c1 {
      --shg-aspect-ratio: calc(1124/1400); 
    }

    .s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container {
      position: relative;
    }

    .s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcc05628-368b-438c-b081-1c86cf9105c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      max-width: 1124px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dcc05628-368b-438c-b081-1c86cf9105c1 {
  margin: 0 !important;
}

#s-dcc05628-368b-438c-b081-1c86cf9105c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dcc05628-368b-438c-b081-1c86cf9105c1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dcc05628-368b-438c-b081-1c86cf9105c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper {
      aspect-ratio: 1124/1400;
      min-width: 100%;
      height: auto;
    }

    #s-dcc05628-368b-438c-b081-1c86cf9105c1 .shogun-image-link {
      aspect-ratio: 1124/1400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcc05628-368b-438c-b081-1c86cf9105c1 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: 1124px;
  }



  img.s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image {
    
    
    min-height: 300px;
    max-height: 1124px;
  }


.s-dcc05628-368b-438c-b081-1c86cf9105c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcc05628-368b-438c-b081-1c86cf9105c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image {
  box-sizing: border-box;
}


.s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-dcc05628-368b-438c-b081-1c86cf9105c1 {
      --shg-aspect-ratio: calc(1124/1400); 
    }

    .s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container {
      position: relative;
    }

    .s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcc05628-368b-438c-b081-1c86cf9105c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      max-width: 1124px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dcc05628-368b-438c-b081-1c86cf9105c1 {
  margin: 0 !important;
}

#s-dcc05628-368b-438c-b081-1c86cf9105c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dcc05628-368b-438c-b081-1c86cf9105c1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dcc05628-368b-438c-b081-1c86cf9105c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper {
      aspect-ratio: 1124/1400;
      min-width: 100%;
      height: auto;
    }

    #s-dcc05628-368b-438c-b081-1c86cf9105c1 .shogun-image-link {
      aspect-ratio: 1124/1400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcc05628-368b-438c-b081-1c86cf9105c1 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: 1124px;
  }



  img.s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image {
    
    
    min-height: 300px;
    max-height: 1124px;
  }


.s-dcc05628-368b-438c-b081-1c86cf9105c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcc05628-368b-438c-b081-1c86cf9105c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image {
  box-sizing: border-box;
}


.s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-dcc05628-368b-438c-b081-1c86cf9105c1 {
      --shg-aspect-ratio: calc(1124/1400); 
    }

    .s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container {
      position: relative;
    }

    .s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcc05628-368b-438c-b081-1c86cf9105c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      max-width: 1124px;
    }
  }

}@media (max-width: 767px){#s-dcc05628-368b-438c-b081-1c86cf9105c1 {
  margin: 0 !important;
}

#s-dcc05628-368b-438c-b081-1c86cf9105c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dcc05628-368b-438c-b081-1c86cf9105c1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dcc05628-368b-438c-b081-1c86cf9105c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper {
      aspect-ratio: 1124/1400;
      min-width: 100%;
      height: auto;
    }

    #s-dcc05628-368b-438c-b081-1c86cf9105c1 .shogun-image-link {
      aspect-ratio: 1124/1400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcc05628-368b-438c-b081-1c86cf9105c1 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: 1124px;
  }



  img.s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image {
    
    
    min-height: 300px;
    max-height: 1124px;
  }


.s-dcc05628-368b-438c-b081-1c86cf9105c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dcc05628-368b-438c-b081-1c86cf9105c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image {
  box-sizing: border-box;
}


.s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-dcc05628-368b-438c-b081-1c86cf9105c1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-dcc05628-368b-438c-b081-1c86cf9105c1 {
      --shg-aspect-ratio: calc(1124/1400); 
    }

    .s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container {
      position: relative;
    }

    .s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcc05628-368b-438c-b081-1c86cf9105c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcc05628-368b-438c-b081-1c86cf9105c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      max-width: 1124px;
    }
  }

}
#s-52060061-16bc-432e-8854-0478d008eb71 {
  padding-top: 10%;
padding-left: 6%;
padding-bottom: 10%;
padding-right: 6%;
min-height: 50px;
}








#s-52060061-16bc-432e-8854-0478d008eb71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52060061-16bc-432e-8854-0478d008eb71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-536b6730-2be3-4e4c-a396-ec28cb30c7c8 {
  margin-left: auto;
margin-right: auto;
}

#s-6efe5205-138d-41ef-ad7f-16374ca53322 {
  min-height: 300px;
max-width: 1120px;
aspect-ratio: 1120/1398;
text-align: center;
}

#s-6efe5205-138d-41ef-ad7f-16374ca53322 {
  margin: 0 !important;
}

#s-6efe5205-138d-41ef-ad7f-16374ca53322-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6efe5205-138d-41ef-ad7f-16374ca53322 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6efe5205-138d-41ef-ad7f-16374ca53322 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper {
      aspect-ratio: 1120/1398;
      min-width: 100%;
      height: auto;
    }

    #s-6efe5205-138d-41ef-ad7f-16374ca53322 .shogun-image-link {
      aspect-ratio: 1120/1398;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6efe5205-138d-41ef-ad7f-16374ca53322 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: 1120px;
  }



  img.s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image {
    
    
    min-height: 300px;
    max-height: 1120px;
  }


.s-6efe5205-138d-41ef-ad7f-16374ca53322 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6efe5205-138d-41ef-ad7f-16374ca53322.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image {
  box-sizing: border-box;
}


.s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-6efe5205-138d-41ef-ad7f-16374ca53322 {
      --shg-aspect-ratio: calc(1120/1398); 
    }

    .s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container {
      position: relative;
    }

    .s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6efe5205-138d-41ef-ad7f-16374ca53322 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      max-width: 1120px;
    }
  }

@media (min-width: 1200px){#s-6efe5205-138d-41ef-ad7f-16374ca53322 {
  margin: 0 !important;
}

#s-6efe5205-138d-41ef-ad7f-16374ca53322-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6efe5205-138d-41ef-ad7f-16374ca53322 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6efe5205-138d-41ef-ad7f-16374ca53322 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper {
      aspect-ratio: 1120/1398;
      min-width: 100%;
      height: auto;
    }

    #s-6efe5205-138d-41ef-ad7f-16374ca53322 .shogun-image-link {
      aspect-ratio: 1120/1398;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6efe5205-138d-41ef-ad7f-16374ca53322 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: 1120px;
  }



  img.s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image {
    
    
    min-height: 300px;
    max-height: 1120px;
  }


.s-6efe5205-138d-41ef-ad7f-16374ca53322 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6efe5205-138d-41ef-ad7f-16374ca53322.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image {
  box-sizing: border-box;
}


.s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-6efe5205-138d-41ef-ad7f-16374ca53322 {
      --shg-aspect-ratio: calc(1120/1398); 
    }

    .s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container {
      position: relative;
    }

    .s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6efe5205-138d-41ef-ad7f-16374ca53322 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      max-width: 1120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6efe5205-138d-41ef-ad7f-16374ca53322 {
  margin: 0 !important;
}

#s-6efe5205-138d-41ef-ad7f-16374ca53322-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6efe5205-138d-41ef-ad7f-16374ca53322 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6efe5205-138d-41ef-ad7f-16374ca53322 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper {
      aspect-ratio: 1120/1398;
      min-width: 100%;
      height: auto;
    }

    #s-6efe5205-138d-41ef-ad7f-16374ca53322 .shogun-image-link {
      aspect-ratio: 1120/1398;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6efe5205-138d-41ef-ad7f-16374ca53322 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: 1120px;
  }



  img.s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image {
    
    
    min-height: 300px;
    max-height: 1120px;
  }


.s-6efe5205-138d-41ef-ad7f-16374ca53322 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6efe5205-138d-41ef-ad7f-16374ca53322.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image {
  box-sizing: border-box;
}


.s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-6efe5205-138d-41ef-ad7f-16374ca53322 {
      --shg-aspect-ratio: calc(1120/1398); 
    }

    .s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container {
      position: relative;
    }

    .s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6efe5205-138d-41ef-ad7f-16374ca53322 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      max-width: 1120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6efe5205-138d-41ef-ad7f-16374ca53322 {
  margin: 0 !important;
}

#s-6efe5205-138d-41ef-ad7f-16374ca53322-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6efe5205-138d-41ef-ad7f-16374ca53322 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6efe5205-138d-41ef-ad7f-16374ca53322 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper {
      aspect-ratio: 1120/1398;
      min-width: 100%;
      height: auto;
    }

    #s-6efe5205-138d-41ef-ad7f-16374ca53322 .shogun-image-link {
      aspect-ratio: 1120/1398;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6efe5205-138d-41ef-ad7f-16374ca53322 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: 1120px;
  }



  img.s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image {
    
    
    min-height: 300px;
    max-height: 1120px;
  }


.s-6efe5205-138d-41ef-ad7f-16374ca53322 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6efe5205-138d-41ef-ad7f-16374ca53322.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image {
  box-sizing: border-box;
}


.s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-6efe5205-138d-41ef-ad7f-16374ca53322 {
      --shg-aspect-ratio: calc(1120/1398); 
    }

    .s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container {
      position: relative;
    }

    .s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6efe5205-138d-41ef-ad7f-16374ca53322 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      max-width: 1120px;
    }
  }

}@media (max-width: 767px){#s-6efe5205-138d-41ef-ad7f-16374ca53322 {
  margin: 0 !important;
}

#s-6efe5205-138d-41ef-ad7f-16374ca53322-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6efe5205-138d-41ef-ad7f-16374ca53322 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6efe5205-138d-41ef-ad7f-16374ca53322 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper {
      aspect-ratio: 1120/1398;
      min-width: 100%;
      height: auto;
    }

    #s-6efe5205-138d-41ef-ad7f-16374ca53322 .shogun-image-link {
      aspect-ratio: 1120/1398;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6efe5205-138d-41ef-ad7f-16374ca53322 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: 1120px;
  }



  img.s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image {
    
    
    min-height: 300px;
    max-height: 1120px;
  }


.s-6efe5205-138d-41ef-ad7f-16374ca53322 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6efe5205-138d-41ef-ad7f-16374ca53322.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image {
  box-sizing: border-box;
}


.s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6efe5205-138d-41ef-ad7f-16374ca53322 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-6efe5205-138d-41ef-ad7f-16374ca53322 {
      --shg-aspect-ratio: calc(1120/1398); 
    }

    .s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container {
      position: relative;
    }

    .s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6efe5205-138d-41ef-ad7f-16374ca53322.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6efe5205-138d-41ef-ad7f-16374ca53322 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      max-width: 1120px;
    }
  }

}
#s-9734d0b1-bd7a-4ec9-9523-f957c6af7da3 {
  padding-top: 10%;
padding-left: 6%;
padding-bottom: 10%;
padding-right: 6%;
min-height: 50px;
}








#s-9734d0b1-bd7a-4ec9-9523-f957c6af7da3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9734d0b1-bd7a-4ec9-9523-f957c6af7da3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a67a4a21-2e6b-4dcd-a32c-86471839d1a2 {
  margin-left: auto;
margin-right: auto;
}

#s-b5f95cc3-50e6-4c9c-bf9a-0032dc9dc3f1 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b5f95cc3-50e6-4c9c-bf9a-0032dc9dc3f1 {
  display: none;
}
#s-b5f95cc3-50e6-4c9c-bf9a-0032dc9dc3f1, #wrap-s-b5f95cc3-50e6-4c9c-bf9a-0032dc9dc3f1, #wrap-content-s-b5f95cc3-50e6-4c9c-bf9a-0032dc9dc3f1 { display: none !important; }}@media (max-width: 767px){#s-b5f95cc3-50e6-4c9c-bf9a-0032dc9dc3f1 {
  display: none;
}
#s-b5f95cc3-50e6-4c9c-bf9a-0032dc9dc3f1, #wrap-s-b5f95cc3-50e6-4c9c-bf9a-0032dc9dc3f1, #wrap-content-s-b5f95cc3-50e6-4c9c-bf9a-0032dc9dc3f1 { display: none !important; }}







#s-b5f95cc3-50e6-4c9c-bf9a-0032dc9dc3f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5f95cc3-50e6-4c9c-bf9a-0032dc9dc3f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-982d95a7-bd02-4b22-83a3-bfa700d2c72d {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
max-width: 1600px;
text-align: left;
}

#s-982d95a7-bd02-4b22-83a3-bfa700d2c72d .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-6476fb33-db44-4f40-8e5f-70c22cc6c166 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-6476fb33-db44-4f40-8e5f-70c22cc6c166"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6476fb33-db44-4f40-8e5f-70c22cc6c166"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6476fb33-db44-4f40-8e5f-70c22cc6c166"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6476fb33-db44-4f40-8e5f-70c22cc6c166"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
  max-width: 1120px;
aspect-ratio: 1120/1398;
text-align: center;
}

#s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
  margin: 0 !important;
}

#s-39b8c2be-47a7-429a-a0af-29d3c63f3768-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper {
      aspect-ratio: 1120/1398;
      min-width: 100%;
      height: auto;
    }

    #s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shogun-image-link {
      aspect-ratio: 1120/1398;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39b8c2be-47a7-429a-a0af-29d3c63f3768 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1120px;
  }



  img.s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image {
    
    
    
    max-height: 1120px;
  }


.s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image {
  box-sizing: border-box;
}


.s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
      --shg-aspect-ratio: calc(1120/1398); 
    }

    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container {
      position: relative;
    }

    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1120px;
    }
  }

@media (min-width: 1200px){#s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
  margin: 0 !important;
}

#s-39b8c2be-47a7-429a-a0af-29d3c63f3768-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper {
      aspect-ratio: 1120/1398;
      min-width: 100%;
      height: auto;
    }

    #s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shogun-image-link {
      aspect-ratio: 1120/1398;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39b8c2be-47a7-429a-a0af-29d3c63f3768 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1120px;
  }



  img.s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image {
    
    
    
    max-height: 1120px;
  }


.s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image {
  box-sizing: border-box;
}


.s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
      --shg-aspect-ratio: calc(1120/1398); 
    }

    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container {
      position: relative;
    }

    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
  margin: 0 !important;
}

#s-39b8c2be-47a7-429a-a0af-29d3c63f3768-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper {
      aspect-ratio: 1120/1398;
      min-width: 100%;
      height: auto;
    }

    #s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shogun-image-link {
      aspect-ratio: 1120/1398;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39b8c2be-47a7-429a-a0af-29d3c63f3768 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1120px;
  }



  img.s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image {
    
    
    
    max-height: 1120px;
  }


.s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image {
  box-sizing: border-box;
}


.s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
      --shg-aspect-ratio: calc(1120/1398); 
    }

    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container {
      position: relative;
    }

    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
  margin: 0 !important;
}

#s-39b8c2be-47a7-429a-a0af-29d3c63f3768-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper {
      aspect-ratio: 1120/1398;
      min-width: 100%;
      height: auto;
    }

    #s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shogun-image-link {
      aspect-ratio: 1120/1398;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39b8c2be-47a7-429a-a0af-29d3c63f3768 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1120px;
  }



  img.s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image {
    
    
    
    max-height: 1120px;
  }


.s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image {
  box-sizing: border-box;
}


.s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
      --shg-aspect-ratio: calc(1120/1398); 
    }

    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container {
      position: relative;
    }

    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1120px;
    }
  }

}@media (max-width: 767px){#s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
  margin: 0 !important;
}

#s-39b8c2be-47a7-429a-a0af-29d3c63f3768-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper {
      aspect-ratio: 1120/1398;
      min-width: 100%;
      height: auto;
    }

    #s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shogun-image-link {
      aspect-ratio: 1120/1398;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39b8c2be-47a7-429a-a0af-29d3c63f3768 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1120px;
  }



  img.s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image {
    
    
    
    max-height: 1120px;
  }


.s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image {
  box-sizing: border-box;
}


.s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-39b8c2be-47a7-429a-a0af-29d3c63f3768 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768 {
      --shg-aspect-ratio: calc(1120/1398); 
    }

    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container {
      position: relative;
    }

    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39b8c2be-47a7-429a-a0af-29d3c63f3768 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1120px;
    }
  }

}
#s-9498f31f-8ae3-478d-af1a-9964036b0ca4 {
  padding-top: 10%;
padding-left: 6%;
padding-bottom: 10%;
padding-right: 6%;
min-height: 50px;
}








#s-9498f31f-8ae3-478d-af1a-9964036b0ca4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9498f31f-8ae3-478d-af1a-9964036b0ca4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3542763-62ab-4284-9c98-f1e0440c72e8 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
max-width: 1400px;
}

#s-9447e103-43e4-490a-a49a-676e06f02850 {
  max-width: 1122px;
aspect-ratio: 1122/1400;
text-align: center;
}

#s-9447e103-43e4-490a-a49a-676e06f02850 {
  margin: 0 !important;
}

#s-9447e103-43e4-490a-a49a-676e06f02850-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9447e103-43e4-490a-a49a-676e06f02850 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9447e103-43e4-490a-a49a-676e06f02850 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper {
      aspect-ratio: 1122/1400;
      min-width: 100%;
      height: auto;
    }

    #s-9447e103-43e4-490a-a49a-676e06f02850 .shogun-image-link {
      aspect-ratio: 1122/1400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9447e103-43e4-490a-a49a-676e06f02850 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1122px;
  }



  img.s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image {
    
    
    
    max-height: 1122px;
  }


.s-9447e103-43e4-490a-a49a-676e06f02850 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9447e103-43e4-490a-a49a-676e06f02850.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image {
  box-sizing: border-box;
}


.s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-9447e103-43e4-490a-a49a-676e06f02850 {
      --shg-aspect-ratio: calc(1122/1400); 
    }

    .s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container {
      position: relative;
    }

    .s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9447e103-43e4-490a-a49a-676e06f02850 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1122px;
    }
  }

@media (min-width: 1200px){#s-9447e103-43e4-490a-a49a-676e06f02850 {
  margin: 0 !important;
}

#s-9447e103-43e4-490a-a49a-676e06f02850-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9447e103-43e4-490a-a49a-676e06f02850 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9447e103-43e4-490a-a49a-676e06f02850 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper {
      aspect-ratio: 1122/1400;
      min-width: 100%;
      height: auto;
    }

    #s-9447e103-43e4-490a-a49a-676e06f02850 .shogun-image-link {
      aspect-ratio: 1122/1400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9447e103-43e4-490a-a49a-676e06f02850 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1122px;
  }



  img.s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image {
    
    
    
    max-height: 1122px;
  }


.s-9447e103-43e4-490a-a49a-676e06f02850 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9447e103-43e4-490a-a49a-676e06f02850.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image {
  box-sizing: border-box;
}


.s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-9447e103-43e4-490a-a49a-676e06f02850 {
      --shg-aspect-ratio: calc(1122/1400); 
    }

    .s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container {
      position: relative;
    }

    .s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9447e103-43e4-490a-a49a-676e06f02850 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1122px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9447e103-43e4-490a-a49a-676e06f02850 {
  margin: 0 !important;
}

#s-9447e103-43e4-490a-a49a-676e06f02850-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9447e103-43e4-490a-a49a-676e06f02850 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9447e103-43e4-490a-a49a-676e06f02850 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper {
      aspect-ratio: 1122/1400;
      min-width: 100%;
      height: auto;
    }

    #s-9447e103-43e4-490a-a49a-676e06f02850 .shogun-image-link {
      aspect-ratio: 1122/1400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9447e103-43e4-490a-a49a-676e06f02850 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1122px;
  }



  img.s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image {
    
    
    
    max-height: 1122px;
  }


.s-9447e103-43e4-490a-a49a-676e06f02850 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9447e103-43e4-490a-a49a-676e06f02850.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image {
  box-sizing: border-box;
}


.s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-9447e103-43e4-490a-a49a-676e06f02850 {
      --shg-aspect-ratio: calc(1122/1400); 
    }

    .s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container {
      position: relative;
    }

    .s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9447e103-43e4-490a-a49a-676e06f02850 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1122px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9447e103-43e4-490a-a49a-676e06f02850 {
  margin: 0 !important;
}

#s-9447e103-43e4-490a-a49a-676e06f02850-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9447e103-43e4-490a-a49a-676e06f02850 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9447e103-43e4-490a-a49a-676e06f02850 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper {
      aspect-ratio: 1122/1400;
      min-width: 100%;
      height: auto;
    }

    #s-9447e103-43e4-490a-a49a-676e06f02850 .shogun-image-link {
      aspect-ratio: 1122/1400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9447e103-43e4-490a-a49a-676e06f02850 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1122px;
  }



  img.s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image {
    
    
    
    max-height: 1122px;
  }


.s-9447e103-43e4-490a-a49a-676e06f02850 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9447e103-43e4-490a-a49a-676e06f02850.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image {
  box-sizing: border-box;
}


.s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-9447e103-43e4-490a-a49a-676e06f02850 {
      --shg-aspect-ratio: calc(1122/1400); 
    }

    .s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container {
      position: relative;
    }

    .s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9447e103-43e4-490a-a49a-676e06f02850 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1122px;
    }
  }

}@media (max-width: 767px){#s-9447e103-43e4-490a-a49a-676e06f02850 {
  margin: 0 !important;
}

#s-9447e103-43e4-490a-a49a-676e06f02850-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9447e103-43e4-490a-a49a-676e06f02850 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9447e103-43e4-490a-a49a-676e06f02850 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper {
      aspect-ratio: 1122/1400;
      min-width: 100%;
      height: auto;
    }

    #s-9447e103-43e4-490a-a49a-676e06f02850 .shogun-image-link {
      aspect-ratio: 1122/1400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9447e103-43e4-490a-a49a-676e06f02850 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1122px;
  }



  img.s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image {
    
    
    
    max-height: 1122px;
  }


.s-9447e103-43e4-490a-a49a-676e06f02850 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9447e103-43e4-490a-a49a-676e06f02850.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image {
  box-sizing: border-box;
}


.s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9447e103-43e4-490a-a49a-676e06f02850 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-9447e103-43e4-490a-a49a-676e06f02850 {
      --shg-aspect-ratio: calc(1122/1400); 
    }

    .s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container {
      position: relative;
    }

    .s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9447e103-43e4-490a-a49a-676e06f02850.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9447e103-43e4-490a-a49a-676e06f02850 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1122px;
    }
  }

}
#s-4645383f-c04f-4321-b6a7-45256d9c2db9 {
  padding-top: 10%;
padding-left: 6%;
padding-bottom: 10%;
padding-right: 6%;
min-height: 50px;
}








#s-4645383f-c04f-4321-b6a7-45256d9c2db9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4645383f-c04f-4321-b6a7-45256d9c2db9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00647954-f289-446a-9241-b6bab1317125 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
max-width: 1400px;
}

#s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
  max-width: 1124px;
aspect-ratio: 1124/1400;
text-align: center;
}

#s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
  margin: 0 !important;
}

#s-f1a58b9d-fa85-4512-9552-f73fc109df76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper {
      aspect-ratio: 1124/1400;
      min-width: 100%;
      height: auto;
    }

    #s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shogun-image-link {
      aspect-ratio: 1124/1400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1a58b9d-fa85-4512-9552-f73fc109df76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1124px;
  }



  img.s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image {
    
    
    
    max-height: 1124px;
  }


.s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1a58b9d-fa85-4512-9552-f73fc109df76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image {
  box-sizing: border-box;
}


.s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
      --shg-aspect-ratio: calc(1124/1400); 
    }

    .s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container {
      position: relative;
    }

    .s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1a58b9d-fa85-4512-9552-f73fc109df76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1124px;
    }
  }

@media (min-width: 1200px){#s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
  margin: 0 !important;
}

#s-f1a58b9d-fa85-4512-9552-f73fc109df76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper {
      aspect-ratio: 1124/1400;
      min-width: 100%;
      height: auto;
    }

    #s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shogun-image-link {
      aspect-ratio: 1124/1400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1a58b9d-fa85-4512-9552-f73fc109df76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1124px;
  }



  img.s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image {
    
    
    
    max-height: 1124px;
  }


.s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1a58b9d-fa85-4512-9552-f73fc109df76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image {
  box-sizing: border-box;
}


.s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
      --shg-aspect-ratio: calc(1124/1400); 
    }

    .s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container {
      position: relative;
    }

    .s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1a58b9d-fa85-4512-9552-f73fc109df76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1124px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
  margin: 0 !important;
}

#s-f1a58b9d-fa85-4512-9552-f73fc109df76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper {
      aspect-ratio: 1124/1400;
      min-width: 100%;
      height: auto;
    }

    #s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shogun-image-link {
      aspect-ratio: 1124/1400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1a58b9d-fa85-4512-9552-f73fc109df76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1124px;
  }



  img.s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image {
    
    
    
    max-height: 1124px;
  }


.s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1a58b9d-fa85-4512-9552-f73fc109df76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image {
  box-sizing: border-box;
}


.s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
      --shg-aspect-ratio: calc(1124/1400); 
    }

    .s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container {
      position: relative;
    }

    .s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1a58b9d-fa85-4512-9552-f73fc109df76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1124px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
  margin: 0 !important;
}

#s-f1a58b9d-fa85-4512-9552-f73fc109df76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper {
      aspect-ratio: 1124/1400;
      min-width: 100%;
      height: auto;
    }

    #s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shogun-image-link {
      aspect-ratio: 1124/1400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1a58b9d-fa85-4512-9552-f73fc109df76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1124px;
  }



  img.s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image {
    
    
    
    max-height: 1124px;
  }


.s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1a58b9d-fa85-4512-9552-f73fc109df76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image {
  box-sizing: border-box;
}


.s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
      --shg-aspect-ratio: calc(1124/1400); 
    }

    .s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container {
      position: relative;
    }

    .s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1a58b9d-fa85-4512-9552-f73fc109df76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1124px;
    }
  }

}@media (max-width: 767px){#s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
  margin: 0 !important;
}

#s-f1a58b9d-fa85-4512-9552-f73fc109df76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper {
      aspect-ratio: 1124/1400;
      min-width: 100%;
      height: auto;
    }

    #s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shogun-image-link {
      aspect-ratio: 1124/1400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1a58b9d-fa85-4512-9552-f73fc109df76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1124px;
  }



  img.s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image {
    
    
    
    max-height: 1124px;
  }


.s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1a58b9d-fa85-4512-9552-f73fc109df76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image {
  box-sizing: border-box;
}


.s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f1a58b9d-fa85-4512-9552-f73fc109df76 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-f1a58b9d-fa85-4512-9552-f73fc109df76 {
      --shg-aspect-ratio: calc(1124/1400); 
    }

    .s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container {
      position: relative;
    }

    .s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1a58b9d-fa85-4512-9552-f73fc109df76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1a58b9d-fa85-4512-9552-f73fc109df76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1124px;
    }
  }

}
#s-ef3fa342-652f-4aaf-8732-713548d4394e {
  padding-top: 10%;
padding-left: 6%;
padding-bottom: 10%;
padding-right: 6%;
min-height: 50px;
}








#s-ef3fa342-652f-4aaf-8732-713548d4394e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef3fa342-652f-4aaf-8732-713548d4394e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-021e8b46-6333-44e5-86bf-5ee7c7087da1 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
max-width: 1400px;
}

#s-f64de28f-56fd-4cd5-8871-724134584ca6 {
  min-height: 50px;
}








#s-f64de28f-56fd-4cd5-8871-724134584ca6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f64de28f-56fd-4cd5-8871-724134584ca6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c107418-43c6-49b8-ac9b-a0b2fe90c9ad {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3c107418-43c6-49b8-ac9b-a0b2fe90c9ad {
  display: none;
}
#s-3c107418-43c6-49b8-ac9b-a0b2fe90c9ad, #wrap-s-3c107418-43c6-49b8-ac9b-a0b2fe90c9ad, #wrap-content-s-3c107418-43c6-49b8-ac9b-a0b2fe90c9ad { display: none !important; }}@media (max-width: 767px){#s-3c107418-43c6-49b8-ac9b-a0b2fe90c9ad {
  display: none;
}
#s-3c107418-43c6-49b8-ac9b-a0b2fe90c9ad, #wrap-s-3c107418-43c6-49b8-ac9b-a0b2fe90c9ad, #wrap-content-s-3c107418-43c6-49b8-ac9b-a0b2fe90c9ad { display: none !important; }}







#s-3c107418-43c6-49b8-ac9b-a0b2fe90c9ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c107418-43c6-49b8-ac9b-a0b2fe90c9ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44013f87-b142-41da-b350-5c59eb9e00ae {
  max-width: 1920px;
text-align: center;
}

#s-44013f87-b142-41da-b350-5c59eb9e00ae {
  margin: 0 !important;
}

#s-44013f87-b142-41da-b350-5c59eb9e00ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44013f87-b142-41da-b350-5c59eb9e00ae {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-44013f87-b142-41da-b350-5c59eb9e00ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-44013f87-b142-41da-b350-5c59eb9e00ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-44013f87-b142-41da-b350-5c59eb9e00ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44013f87-b142-41da-b350-5c59eb9e00ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44013f87-b142-41da-b350-5c59eb9e00ae.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-44013f87-b142-41da-b350-5c59eb9e00ae {
  margin: 0 !important;
}

#s-44013f87-b142-41da-b350-5c59eb9e00ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44013f87-b142-41da-b350-5c59eb9e00ae {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-44013f87-b142-41da-b350-5c59eb9e00ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-44013f87-b142-41da-b350-5c59eb9e00ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-44013f87-b142-41da-b350-5c59eb9e00ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44013f87-b142-41da-b350-5c59eb9e00ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44013f87-b142-41da-b350-5c59eb9e00ae.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-44013f87-b142-41da-b350-5c59eb9e00ae {
  margin: 0 !important;
}

#s-44013f87-b142-41da-b350-5c59eb9e00ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44013f87-b142-41da-b350-5c59eb9e00ae {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-44013f87-b142-41da-b350-5c59eb9e00ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-44013f87-b142-41da-b350-5c59eb9e00ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-44013f87-b142-41da-b350-5c59eb9e00ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44013f87-b142-41da-b350-5c59eb9e00ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44013f87-b142-41da-b350-5c59eb9e00ae.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-44013f87-b142-41da-b350-5c59eb9e00ae {
  margin: 0 !important;
}

#s-44013f87-b142-41da-b350-5c59eb9e00ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44013f87-b142-41da-b350-5c59eb9e00ae {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-44013f87-b142-41da-b350-5c59eb9e00ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-44013f87-b142-41da-b350-5c59eb9e00ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-44013f87-b142-41da-b350-5c59eb9e00ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44013f87-b142-41da-b350-5c59eb9e00ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44013f87-b142-41da-b350-5c59eb9e00ae.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-44013f87-b142-41da-b350-5c59eb9e00ae {
  margin: 0 !important;
}

#s-44013f87-b142-41da-b350-5c59eb9e00ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44013f87-b142-41da-b350-5c59eb9e00ae {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-44013f87-b142-41da-b350-5c59eb9e00ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-44013f87-b142-41da-b350-5c59eb9e00ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-44013f87-b142-41da-b350-5c59eb9e00ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44013f87-b142-41da-b350-5c59eb9e00ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44013f87-b142-41da-b350-5c59eb9e00ae.shogun-image {
  box-sizing: border-box;
}




}
#s-639d22df-1a08-4036-9f44-760710951bd4 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 6%;
padding-right: 0%;
min-height: 50px;
max-width: 800px;
}








#s-639d22df-1a08-4036-9f44-760710951bd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-639d22df-1a08-4036-9f44-760710951bd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ce855b2-4234-4a56-9025-00d063cc078d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 0%;
}

#s-d9e1b1f0-a876-451f-b346-9a67eb6bd176 {
  margin-left: auto;
margin-right: auto;
}

#s-9504bcd9-65a8-436f-bf91-21a5784a5387 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 10%;
}

#s-0da3e148-4aae-47ae-9fff-ccec120dbea1 {
  margin-left: auto;
margin-right: auto;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-0da3e148-4aae-47ae-9fff-ccec120dbea1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0da3e148-4aae-47ae-9fff-ccec120dbea1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-0da3e148-4aae-47ae-9fff-ccec120dbea1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-0da3e148-4aae-47ae-9fff-ccec120dbea1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-0da3e148-4aae-47ae-9fff-ccec120dbea1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-0da3e148-4aae-47ae-9fff-ccec120dbea1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-0da3e148-4aae-47ae-9fff-ccec120dbea1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

}

#s-519ed9b1-2732-4237-bb73-00ee75ef7138 {
  border-style: solid;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 2px;
}
#s-519ed9b1-2732-4237-bb73-00ee75ef7138:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 50px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-519ed9b1-2732-4237-bb73-00ee75ef7138:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-519ed9b1-2732-4237-bb73-00ee75ef7138-root {
    text-align: left;
  }


#s-519ed9b1-2732-4237-bb73-00ee75ef7138.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-519ed9b1-2732-4237-bb73-00ee75ef7138-root {
    text-align: left;
  }


#s-519ed9b1-2732-4237-bb73-00ee75ef7138.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-519ed9b1-2732-4237-bb73-00ee75ef7138-root {
    text-align: left;
  }


#s-519ed9b1-2732-4237-bb73-00ee75ef7138.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-519ed9b1-2732-4237-bb73-00ee75ef7138-root {
    text-align: left;
  }


#s-519ed9b1-2732-4237-bb73-00ee75ef7138.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-519ed9b1-2732-4237-bb73-00ee75ef7138-root {
    text-align: left;
  }


#s-519ed9b1-2732-4237-bb73-00ee75ef7138.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-c8012f50-29f1-4285-820f-438923dbd42a {
  border-style: solid;
margin-right: 0%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 2px;
}
#s-c8012f50-29f1-4285-820f-438923dbd42a:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 50px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c8012f50-29f1-4285-820f-438923dbd42a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c8012f50-29f1-4285-820f-438923dbd42a-root {
    text-align: left;
  }


#s-c8012f50-29f1-4285-820f-438923dbd42a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c8012f50-29f1-4285-820f-438923dbd42a-root {
    text-align: left;
  }


#s-c8012f50-29f1-4285-820f-438923dbd42a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8012f50-29f1-4285-820f-438923dbd42a-root {
    text-align: left;
  }


#s-c8012f50-29f1-4285-820f-438923dbd42a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8012f50-29f1-4285-820f-438923dbd42a-root {
    text-align: left;
  }


#s-c8012f50-29f1-4285-820f-438923dbd42a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c8012f50-29f1-4285-820f-438923dbd42a-root {
    text-align: left;
  }


#s-c8012f50-29f1-4285-820f-438923dbd42a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-b97b5342-a639-4df9-83b2-c68aab5e2064 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b97b5342-a639-4df9-83b2-c68aab5e2064 {
  display: none;
}
#s-b97b5342-a639-4df9-83b2-c68aab5e2064, #wrap-s-b97b5342-a639-4df9-83b2-c68aab5e2064, #wrap-content-s-b97b5342-a639-4df9-83b2-c68aab5e2064 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b97b5342-a639-4df9-83b2-c68aab5e2064 {
  display: none;
}
#s-b97b5342-a639-4df9-83b2-c68aab5e2064, #wrap-s-b97b5342-a639-4df9-83b2-c68aab5e2064, #wrap-content-s-b97b5342-a639-4df9-83b2-c68aab5e2064 { display: none !important; }}@media (max-width: 767px){#s-b97b5342-a639-4df9-83b2-c68aab5e2064 {
  min-height: 350px;
}
}







#s-b97b5342-a639-4df9-83b2-c68aab5e2064 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b97b5342-a639-4df9-83b2-c68aab5e2064.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-85c29e81-3bed-4d28-b671-812b9e9b7f0d {
  max-width: 1200px;
text-align: center;
opacity: 1;
}
@media (max-width: 767px){#s-85c29e81-3bed-4d28-b671-812b9e9b7f0d {
  min-height: 0px;
max-width: 100%;
aspect-ratio: 300/400;
}
}
#s-85c29e81-3bed-4d28-b671-812b9e9b7f0d {
  margin: 0 !important;
}

#s-85c29e81-3bed-4d28-b671-812b9e9b7f0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85c29e81-3bed-4d28-b671-812b9e9b7f0d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-85c29e81-3bed-4d28-b671-812b9e9b7f0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-85c29e81-3bed-4d28-b671-812b9e9b7f0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-85c29e81-3bed-4d28-b671-812b9e9b7f0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c29e81-3bed-4d28-b671-812b9e9b7f0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c29e81-3bed-4d28-b671-812b9e9b7f0d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-85c29e81-3bed-4d28-b671-812b9e9b7f0d {
  margin: 0 !important;
}

#s-85c29e81-3bed-4d28-b671-812b9e9b7f0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85c29e81-3bed-4d28-b671-812b9e9b7f0d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-85c29e81-3bed-4d28-b671-812b9e9b7f0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-85c29e81-3bed-4d28-b671-812b9e9b7f0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-85c29e81-3bed-4d28-b671-812b9e9b7f0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c29e81-3bed-4d28-b671-812b9e9b7f0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c29e81-3bed-4d28-b671-812b9e9b7f0d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-85c29e81-3bed-4d28-b671-812b9e9b7f0d {
  margin: 0 !important;
}

#s-85c29e81-3bed-4d28-b671-812b9e9b7f0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85c29e81-3bed-4d28-b671-812b9e9b7f0d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-85c29e81-3bed-4d28-b671-812b9e9b7f0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-85c29e81-3bed-4d28-b671-812b9e9b7f0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-85c29e81-3bed-4d28-b671-812b9e9b7f0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c29e81-3bed-4d28-b671-812b9e9b7f0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c29e81-3bed-4d28-b671-812b9e9b7f0d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-85c29e81-3bed-4d28-b671-812b9e9b7f0d {
  margin: 0 !important;
}

#s-85c29e81-3bed-4d28-b671-812b9e9b7f0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85c29e81-3bed-4d28-b671-812b9e9b7f0d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-85c29e81-3bed-4d28-b671-812b9e9b7f0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-85c29e81-3bed-4d28-b671-812b9e9b7f0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-85c29e81-3bed-4d28-b671-812b9e9b7f0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c29e81-3bed-4d28-b671-812b9e9b7f0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c29e81-3bed-4d28-b671-812b9e9b7f0d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-85c29e81-3bed-4d28-b671-812b9e9b7f0d {
  margin: 0 !important;
}

#s-85c29e81-3bed-4d28-b671-812b9e9b7f0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85c29e81-3bed-4d28-b671-812b9e9b7f0d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-85c29e81-3bed-4d28-b671-812b9e9b7f0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85c29e81-3bed-4d28-b671-812b9e9b7f0d .shg-image-content-wrapper {
      aspect-ratio: 300/400;
      min-width: 100%;
      height: auto;
    }

    #s-85c29e81-3bed-4d28-b671-812b9e9b7f0d .shogun-image-link {
      aspect-ratio: 300/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c29e81-3bed-4d28-b671-812b9e9b7f0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85c29e81-3bed-4d28-b671-812b9e9b7f0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85c29e81-3bed-4d28-b671-812b9e9b7f0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }




.s-85c29e81-3bed-4d28-b671-812b9e9b7f0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-85c29e81-3bed-4d28-b671-812b9e9b7f0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c29e81-3bed-4d28-b671-812b9e9b7f0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c29e81-3bed-4d28-b671-812b9e9b7f0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85c29e81-3bed-4d28-b671-812b9e9b7f0d {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-85c29e81-3bed-4d28-b671-812b9e9b7f0d.shogun-image-container {
      position: relative;
    }

    .s-85c29e81-3bed-4d28-b671-812b9e9b7f0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c29e81-3bed-4d28-b671-812b9e9b7f0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c29e81-3bed-4d28-b671-812b9e9b7f0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-9fcb649f-1094-41a1-9029-2f37074fcbb2 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
max-width: 600px;
}








#s-9fcb649f-1094-41a1-9029-2f37074fcbb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9fcb649f-1094-41a1-9029-2f37074fcbb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25bfeb4a-357d-44a0-8a74-58ef092a6850 {
  margin-top: 5px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-25bfeb4a-357d-44a0-8a74-58ef092a6850 {
  margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 5px;
}
}
#s-25bfeb4a-357d-44a0-8a74-58ef092a6850 .shogun-heading-component h2 {
  color: rgba(237, 255, 0, 1);
  font-weight:  700 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-25bfeb4a-357d-44a0-8a74-58ef092a6850 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


}
#s-8681468e-088a-446b-a2ae-9bed2574ac26 {
  margin-left: auto;
margin-right: auto;
}

#s-109750d7-1204-4b6f-871f-acdcbcb795b1 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e7b4f171-acc9-44ec-8cb2-ef945577bd23 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e7b4f171-acc9-44ec-8cb2-ef945577bd23:hover {border-radius: 50px !important;
background-color: rgba(237, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e7b4f171-acc9-44ec-8cb2-ef945577bd23:active {border-radius: 1px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e7b4f171-acc9-44ec-8cb2-ef945577bd23 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 50px;
letter-spacing: 2px;
}
#s-e7b4f171-acc9-44ec-8cb2-ef945577bd23:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 50px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}}

  #s-e7b4f171-acc9-44ec-8cb2-ef945577bd23-root {
    text-align: center;
  }


#s-e7b4f171-acc9-44ec-8cb2-ef945577bd23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e7b4f171-acc9-44ec-8cb2-ef945577bd23-root {
    text-align: center;
  }


#s-e7b4f171-acc9-44ec-8cb2-ef945577bd23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7b4f171-acc9-44ec-8cb2-ef945577bd23-root {
    text-align: center;
  }


#s-e7b4f171-acc9-44ec-8cb2-ef945577bd23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e7b4f171-acc9-44ec-8cb2-ef945577bd23-root {
    text-align: center;
  }


#s-e7b4f171-acc9-44ec-8cb2-ef945577bd23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e7b4f171-acc9-44ec-8cb2-ef945577bd23-root {
    text-align: center;
  }


#s-e7b4f171-acc9-44ec-8cb2-ef945577bd23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  block ;
}
}
#s-eb3cf5da-4426-44f3-ac9f-1c5ee15c97b0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-eb3cf5da-4426-44f3-ac9f-1c5ee15c97b0:hover {border-radius: 50px !important;
background-color: rgba(237, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-eb3cf5da-4426-44f3-ac9f-1c5ee15c97b0:active {border-radius: 1px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-eb3cf5da-4426-44f3-ac9f-1c5ee15c97b0 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 50px;
letter-spacing: 2px;
}
#s-eb3cf5da-4426-44f3-ac9f-1c5ee15c97b0:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 50px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}}

  #s-eb3cf5da-4426-44f3-ac9f-1c5ee15c97b0-root {
    text-align: center;
  }


#s-eb3cf5da-4426-44f3-ac9f-1c5ee15c97b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-eb3cf5da-4426-44f3-ac9f-1c5ee15c97b0-root {
    text-align: center;
  }


#s-eb3cf5da-4426-44f3-ac9f-1c5ee15c97b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb3cf5da-4426-44f3-ac9f-1c5ee15c97b0-root {
    text-align: center;
  }


#s-eb3cf5da-4426-44f3-ac9f-1c5ee15c97b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb3cf5da-4426-44f3-ac9f-1c5ee15c97b0-root {
    text-align: center;
  }


#s-eb3cf5da-4426-44f3-ac9f-1c5ee15c97b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-eb3cf5da-4426-44f3-ac9f-1c5ee15c97b0-root {
    text-align: center;
  }


#s-eb3cf5da-4426-44f3-ac9f-1c5ee15c97b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  block ;
}
}
#s-752b391d-3da1-4c0e-b025-06b60459ba3a {
  margin-bottom: 0%;
min-height: 50px;
}








#s-752b391d-3da1-4c0e-b025-06b60459ba3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-752b391d-3da1-4c0e-b025-06b60459ba3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5959c3e5-0834-4adf-b26e-577ab7c7bf79 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5959c3e5-0834-4adf-b26e-577ab7c7bf79 {
  display: none;
}
#s-5959c3e5-0834-4adf-b26e-577ab7c7bf79, #wrap-s-5959c3e5-0834-4adf-b26e-577ab7c7bf79, #wrap-content-s-5959c3e5-0834-4adf-b26e-577ab7c7bf79 { display: none !important; }}@media (max-width: 767px){#s-5959c3e5-0834-4adf-b26e-577ab7c7bf79 {
  display: none;
}
#s-5959c3e5-0834-4adf-b26e-577ab7c7bf79, #wrap-s-5959c3e5-0834-4adf-b26e-577ab7c7bf79, #wrap-content-s-5959c3e5-0834-4adf-b26e-577ab7c7bf79 { display: none !important; }}







#s-5959c3e5-0834-4adf-b26e-577ab7c7bf79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5959c3e5-0834-4adf-b26e-577ab7c7bf79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-514ec3ff-3109-42a1-a10c-db10c82ad003 {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
max-width: 1600px;
text-align: left;
}

#s-514ec3ff-3109-42a1-a10c-db10c82ad003 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-ee7038f3-01bb-4b87-8346-ef5f68826963 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-ee7038f3-01bb-4b87-8346-ef5f68826963"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee7038f3-01bb-4b87-8346-ef5f68826963"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ee7038f3-01bb-4b87-8346-ef5f68826963"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee7038f3-01bb-4b87-8346-ef5f68826963"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5f09863c-0dc7-488f-b975-b64f380fd838 {
  margin-top: 20px;
margin-bottom: 0px;
max-width: 750px;
text-align: center;
}

#s-5f09863c-0dc7-488f-b975-b64f380fd838 {
  margin: 0 !important;
}

#s-5f09863c-0dc7-488f-b975-b64f380fd838-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5f09863c-0dc7-488f-b975-b64f380fd838 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5f09863c-0dc7-488f-b975-b64f380fd838 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 20px;
  margin-bottom: 0px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-5f09863c-0dc7-488f-b975-b64f380fd838 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f09863c-0dc7-488f-b975-b64f380fd838.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f09863c-0dc7-488f-b975-b64f380fd838.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f09863c-0dc7-488f-b975-b64f380fd838.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-5f09863c-0dc7-488f-b975-b64f380fd838 {
  margin: 0 !important;
}

#s-5f09863c-0dc7-488f-b975-b64f380fd838-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5f09863c-0dc7-488f-b975-b64f380fd838 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5f09863c-0dc7-488f-b975-b64f380fd838 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-5f09863c-0dc7-488f-b975-b64f380fd838 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f09863c-0dc7-488f-b975-b64f380fd838.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f09863c-0dc7-488f-b975-b64f380fd838.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f09863c-0dc7-488f-b975-b64f380fd838.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5f09863c-0dc7-488f-b975-b64f380fd838 {
  margin: 0 !important;
}

#s-5f09863c-0dc7-488f-b975-b64f380fd838-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5f09863c-0dc7-488f-b975-b64f380fd838 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5f09863c-0dc7-488f-b975-b64f380fd838 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-5f09863c-0dc7-488f-b975-b64f380fd838 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f09863c-0dc7-488f-b975-b64f380fd838.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f09863c-0dc7-488f-b975-b64f380fd838.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f09863c-0dc7-488f-b975-b64f380fd838.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5f09863c-0dc7-488f-b975-b64f380fd838 {
  margin: 0 !important;
}

#s-5f09863c-0dc7-488f-b975-b64f380fd838-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5f09863c-0dc7-488f-b975-b64f380fd838 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5f09863c-0dc7-488f-b975-b64f380fd838 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-5f09863c-0dc7-488f-b975-b64f380fd838 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f09863c-0dc7-488f-b975-b64f380fd838.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f09863c-0dc7-488f-b975-b64f380fd838.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f09863c-0dc7-488f-b975-b64f380fd838.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-5f09863c-0dc7-488f-b975-b64f380fd838 {
  margin: 0 !important;
}

#s-5f09863c-0dc7-488f-b975-b64f380fd838-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5f09863c-0dc7-488f-b975-b64f380fd838 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5f09863c-0dc7-488f-b975-b64f380fd838 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-5f09863c-0dc7-488f-b975-b64f380fd838 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f09863c-0dc7-488f-b975-b64f380fd838.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f09863c-0dc7-488f-b975-b64f380fd838.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f09863c-0dc7-488f-b975-b64f380fd838.shogun-image {
  box-sizing: border-box;
}




}
#s-1750894d-ee72-4429-9f1e-c99313205a92 {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-1750894d-ee72-4429-9f1e-c99313205a92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1750894d-ee72-4429-9f1e-c99313205a92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f9da26f-36bc-45ab-a188-2db1e5027d22 {
  margin-bottom: 5px;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 1%;
text-align: left;
}

#s-3f9da26f-36bc-45ab-a188-2db1e5027d22 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-96380dd0-af83-4894-97ac-3c8c431a711c {
  margin-left: auto;
margin-right: auto;
}

#s-d2dce559-c6df-4455-8cc7-dda80f5c8249 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-bc210127-28f4-4ce8-94ae-4b9cfef9b636 {
  border-style: solid;
margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 50px;
max-width: 400px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 2px;
}
#s-bc210127-28f4-4ce8-94ae-4b9cfef9b636:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
border-radius: 50px !important;
background-color: rgba(1, 1, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-bc210127-28f4-4ce8-94ae-4b9cfef9b636:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bc210127-28f4-4ce8-94ae-4b9cfef9b636-root {
    text-align: left;
  }


#s-bc210127-28f4-4ce8-94ae-4b9cfef9b636.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bc210127-28f4-4ce8-94ae-4b9cfef9b636-root {
    text-align: left;
  }


#s-bc210127-28f4-4ce8-94ae-4b9cfef9b636.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc210127-28f4-4ce8-94ae-4b9cfef9b636-root {
    text-align: left;
  }


#s-bc210127-28f4-4ce8-94ae-4b9cfef9b636.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc210127-28f4-4ce8-94ae-4b9cfef9b636-root {
    text-align: left;
  }


#s-bc210127-28f4-4ce8-94ae-4b9cfef9b636.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bc210127-28f4-4ce8-94ae-4b9cfef9b636-root {
    text-align: left;
  }


#s-bc210127-28f4-4ce8-94ae-4b9cfef9b636.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-0f8557a0-41d6-48bb-a261-87237caf8b6a {
  margin-top: 20px;
max-width: 750px;
text-align: center;
}

#s-0f8557a0-41d6-48bb-a261-87237caf8b6a {
  margin: 0 !important;
}

#s-0f8557a0-41d6-48bb-a261-87237caf8b6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0f8557a0-41d6-48bb-a261-87237caf8b6a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0f8557a0-41d6-48bb-a261-87237caf8b6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 20px;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-0f8557a0-41d6-48bb-a261-87237caf8b6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f8557a0-41d6-48bb-a261-87237caf8b6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f8557a0-41d6-48bb-a261-87237caf8b6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8557a0-41d6-48bb-a261-87237caf8b6a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-0f8557a0-41d6-48bb-a261-87237caf8b6a {
  margin: 0 !important;
}

#s-0f8557a0-41d6-48bb-a261-87237caf8b6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0f8557a0-41d6-48bb-a261-87237caf8b6a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0f8557a0-41d6-48bb-a261-87237caf8b6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-0f8557a0-41d6-48bb-a261-87237caf8b6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f8557a0-41d6-48bb-a261-87237caf8b6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f8557a0-41d6-48bb-a261-87237caf8b6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8557a0-41d6-48bb-a261-87237caf8b6a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0f8557a0-41d6-48bb-a261-87237caf8b6a {
  margin: 0 !important;
}

#s-0f8557a0-41d6-48bb-a261-87237caf8b6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0f8557a0-41d6-48bb-a261-87237caf8b6a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0f8557a0-41d6-48bb-a261-87237caf8b6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-0f8557a0-41d6-48bb-a261-87237caf8b6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f8557a0-41d6-48bb-a261-87237caf8b6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f8557a0-41d6-48bb-a261-87237caf8b6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8557a0-41d6-48bb-a261-87237caf8b6a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0f8557a0-41d6-48bb-a261-87237caf8b6a {
  margin: 0 !important;
}

#s-0f8557a0-41d6-48bb-a261-87237caf8b6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0f8557a0-41d6-48bb-a261-87237caf8b6a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0f8557a0-41d6-48bb-a261-87237caf8b6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-0f8557a0-41d6-48bb-a261-87237caf8b6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f8557a0-41d6-48bb-a261-87237caf8b6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f8557a0-41d6-48bb-a261-87237caf8b6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8557a0-41d6-48bb-a261-87237caf8b6a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-0f8557a0-41d6-48bb-a261-87237caf8b6a {
  margin: 0 !important;
}

#s-0f8557a0-41d6-48bb-a261-87237caf8b6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0f8557a0-41d6-48bb-a261-87237caf8b6a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0f8557a0-41d6-48bb-a261-87237caf8b6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-0f8557a0-41d6-48bb-a261-87237caf8b6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f8557a0-41d6-48bb-a261-87237caf8b6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f8557a0-41d6-48bb-a261-87237caf8b6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8557a0-41d6-48bb-a261-87237caf8b6a.shogun-image {
  box-sizing: border-box;
}




}
#s-c931d8d9-1098-416d-97cd-96f850ae70da {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
min-height: 50px;
}








#s-c931d8d9-1098-416d-97cd-96f850ae70da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c931d8d9-1098-416d-97cd-96f850ae70da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78272cd5-e4b8-404e-8a4c-2e5d9ef457e1 {
  margin-bottom: 5px;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 1%;
text-align: left;
}

#s-78272cd5-e4b8-404e-8a4c-2e5d9ef457e1 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-d5927734-0272-41b4-b3a7-d96d84a4d19e {
  margin-left: auto;
margin-right: auto;
}

#s-6e2e9e3f-53f9-49b7-aff7-ae91794d22a7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-28be73b8-eae3-449a-adb1-9cef119ca0e0 {
  border-style: solid;
margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 50px;
max-width: 100%;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 2px;
}
#s-28be73b8-eae3-449a-adb1-9cef119ca0e0:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
border-radius: 50px !important;
background-color: rgba(1, 1, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-28be73b8-eae3-449a-adb1-9cef119ca0e0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-28be73b8-eae3-449a-adb1-9cef119ca0e0-root {
    text-align: left;
  }


#s-28be73b8-eae3-449a-adb1-9cef119ca0e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-28be73b8-eae3-449a-adb1-9cef119ca0e0-root {
    text-align: left;
  }


#s-28be73b8-eae3-449a-adb1-9cef119ca0e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28be73b8-eae3-449a-adb1-9cef119ca0e0-root {
    text-align: left;
  }


#s-28be73b8-eae3-449a-adb1-9cef119ca0e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28be73b8-eae3-449a-adb1-9cef119ca0e0-root {
    text-align: left;
  }


#s-28be73b8-eae3-449a-adb1-9cef119ca0e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-28be73b8-eae3-449a-adb1-9cef119ca0e0-root {
    text-align: left;
  }


#s-28be73b8-eae3-449a-adb1-9cef119ca0e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc {
  margin-top: 20px;
max-width: 750px;
text-align: center;
}

#s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc {
  margin: 0 !important;
}

#s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 20px;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc {
  margin: 0 !important;
}

#s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc {
  margin: 0 !important;
}

#s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc {
  margin: 0 !important;
}

#s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc {
  margin: 0 !important;
}

#s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-878cc5eb-dc65-4bf0-97fc-6d35ce1b7dbc.shogun-image {
  box-sizing: border-box;
}




}
#s-b14b78de-ac4c-4af1-977b-b4a51132b56d {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-b14b78de-ac4c-4af1-977b-b4a51132b56d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b14b78de-ac4c-4af1-977b-b4a51132b56d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9db6ed2d-b9aa-4915-8a73-073e744caf04 {
  margin-bottom: 5px;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 1%;
text-align: left;
}

#s-9db6ed2d-b9aa-4915-8a73-073e744caf04 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-78c17938-937f-41f0-b789-3fbcf0bfa9e3 {
  margin-left: auto;
margin-right: auto;
}

#s-d5170955-ea0c-40d8-bdf3-a576cfe2c814 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-a38e207d-e9ea-47f3-8c8a-4cc812b2dfb7 {
  border-style: solid;
margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 50px;
max-width: 400px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 2px;
}
#s-a38e207d-e9ea-47f3-8c8a-4cc812b2dfb7:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
border-radius: 50px !important;
background-color: rgba(1, 1, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a38e207d-e9ea-47f3-8c8a-4cc812b2dfb7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a38e207d-e9ea-47f3-8c8a-4cc812b2dfb7-root {
    text-align: left;
  }


#s-a38e207d-e9ea-47f3-8c8a-4cc812b2dfb7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a38e207d-e9ea-47f3-8c8a-4cc812b2dfb7-root {
    text-align: left;
  }


#s-a38e207d-e9ea-47f3-8c8a-4cc812b2dfb7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a38e207d-e9ea-47f3-8c8a-4cc812b2dfb7-root {
    text-align: left;
  }


#s-a38e207d-e9ea-47f3-8c8a-4cc812b2dfb7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a38e207d-e9ea-47f3-8c8a-4cc812b2dfb7-root {
    text-align: left;
  }


#s-a38e207d-e9ea-47f3-8c8a-4cc812b2dfb7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a38e207d-e9ea-47f3-8c8a-4cc812b2dfb7-root {
    text-align: left;
  }


#s-a38e207d-e9ea-47f3-8c8a-4cc812b2dfb7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-2dc3ba5a-2f58-4ef0-9c77-31f7d6039396 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2dc3ba5a-2f58-4ef0-9c77-31f7d6039396 {
  display: none;
}
#s-2dc3ba5a-2f58-4ef0-9c77-31f7d6039396, #wrap-s-2dc3ba5a-2f58-4ef0-9c77-31f7d6039396, #wrap-content-s-2dc3ba5a-2f58-4ef0-9c77-31f7d6039396 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2dc3ba5a-2f58-4ef0-9c77-31f7d6039396 {
  display: none;
}
#s-2dc3ba5a-2f58-4ef0-9c77-31f7d6039396, #wrap-s-2dc3ba5a-2f58-4ef0-9c77-31f7d6039396, #wrap-content-s-2dc3ba5a-2f58-4ef0-9c77-31f7d6039396 { display: none !important; }}







#s-2dc3ba5a-2f58-4ef0-9c77-31f7d6039396 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2dc3ba5a-2f58-4ef0-9c77-31f7d6039396.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a7591f1-5b5a-46d9-bfc7-1544545d4be1 {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
max-width: 1600px;
text-align: left;
}

#s-5a7591f1-5b5a-46d9-bfc7-1544545d4be1 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-68259a4f-f4ce-43bf-8f88-11dceac4b27e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-68259a4f-f4ce-43bf-8f88-11dceac4b27e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68259a4f-f4ce-43bf-8f88-11dceac4b27e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-68259a4f-f4ce-43bf-8f88-11dceac4b27e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-68259a4f-f4ce-43bf-8f88-11dceac4b27e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f68bae81-39e8-4dfe-93bb-b028f495ad44 {
  margin-top: 20px;
margin-bottom: 0px;
max-width: 750px;
text-align: center;
}

#s-f68bae81-39e8-4dfe-93bb-b028f495ad44 {
  margin: 0 !important;
}

#s-f68bae81-39e8-4dfe-93bb-b028f495ad44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f68bae81-39e8-4dfe-93bb-b028f495ad44 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f68bae81-39e8-4dfe-93bb-b028f495ad44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 20px;
  margin-bottom: 0px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-f68bae81-39e8-4dfe-93bb-b028f495ad44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f68bae81-39e8-4dfe-93bb-b028f495ad44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f68bae81-39e8-4dfe-93bb-b028f495ad44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f68bae81-39e8-4dfe-93bb-b028f495ad44.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-f68bae81-39e8-4dfe-93bb-b028f495ad44 {
  margin: 0 !important;
}

#s-f68bae81-39e8-4dfe-93bb-b028f495ad44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f68bae81-39e8-4dfe-93bb-b028f495ad44 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f68bae81-39e8-4dfe-93bb-b028f495ad44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-f68bae81-39e8-4dfe-93bb-b028f495ad44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f68bae81-39e8-4dfe-93bb-b028f495ad44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f68bae81-39e8-4dfe-93bb-b028f495ad44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f68bae81-39e8-4dfe-93bb-b028f495ad44.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f68bae81-39e8-4dfe-93bb-b028f495ad44 {
  margin: 0 !important;
}

#s-f68bae81-39e8-4dfe-93bb-b028f495ad44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f68bae81-39e8-4dfe-93bb-b028f495ad44 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f68bae81-39e8-4dfe-93bb-b028f495ad44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-f68bae81-39e8-4dfe-93bb-b028f495ad44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f68bae81-39e8-4dfe-93bb-b028f495ad44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f68bae81-39e8-4dfe-93bb-b028f495ad44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f68bae81-39e8-4dfe-93bb-b028f495ad44.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f68bae81-39e8-4dfe-93bb-b028f495ad44 {
  margin: 0 !important;
}

#s-f68bae81-39e8-4dfe-93bb-b028f495ad44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f68bae81-39e8-4dfe-93bb-b028f495ad44 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f68bae81-39e8-4dfe-93bb-b028f495ad44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-f68bae81-39e8-4dfe-93bb-b028f495ad44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f68bae81-39e8-4dfe-93bb-b028f495ad44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f68bae81-39e8-4dfe-93bb-b028f495ad44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f68bae81-39e8-4dfe-93bb-b028f495ad44.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-f68bae81-39e8-4dfe-93bb-b028f495ad44 {
  margin: 0 !important;
}

#s-f68bae81-39e8-4dfe-93bb-b028f495ad44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f68bae81-39e8-4dfe-93bb-b028f495ad44 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f68bae81-39e8-4dfe-93bb-b028f495ad44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-f68bae81-39e8-4dfe-93bb-b028f495ad44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f68bae81-39e8-4dfe-93bb-b028f495ad44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f68bae81-39e8-4dfe-93bb-b028f495ad44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f68bae81-39e8-4dfe-93bb-b028f495ad44.shogun-image {
  box-sizing: border-box;
}




}
#s-e8caf745-f067-4cd6-af87-e0b92f1fbe95 {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
min-height: 50px;
}








#s-e8caf745-f067-4cd6-af87-e0b92f1fbe95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8caf745-f067-4cd6-af87-e0b92f1fbe95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4651dc3c-fb2e-4c32-97f8-89cd1ec8325f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 1%;
text-align: left;
}
@media (max-width: 767px){#s-4651dc3c-fb2e-4c32-97f8-89cd1ec8325f {
  padding-top: 10px;
padding-right: 0%;
}
}
#s-4651dc3c-fb2e-4c32-97f8-89cd1ec8325f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-4651dc3c-fb2e-4c32-97f8-89cd1ec8325f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


}
#s-94644ceb-6a53-46e7-b481-63fd8e4193bb {
  margin-left: auto;
margin-right: auto;
}

#s-518a9c0f-4e7c-4b85-bb28-4d0a89e4977a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-8313e0fe-5e5a-40a5-a8b7-1880d058096e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
max-width: 250px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8313e0fe-5e5a-40a5-a8b7-1880d058096e:hover {border-radius: 50px !important;
background-color: rgba(1, 1, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8313e0fe-5e5a-40a5-a8b7-1880d058096e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8313e0fe-5e5a-40a5-a8b7-1880d058096e {
  margin-bottom: 5%;
border-radius: 50px;
max-width: 100%;
letter-spacing: 2px;
}
}

  #s-8313e0fe-5e5a-40a5-a8b7-1880d058096e-root {
    text-align: left;
  }


#s-8313e0fe-5e5a-40a5-a8b7-1880d058096e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8313e0fe-5e5a-40a5-a8b7-1880d058096e-root {
    text-align: left;
  }


#s-8313e0fe-5e5a-40a5-a8b7-1880d058096e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8313e0fe-5e5a-40a5-a8b7-1880d058096e-root {
    text-align: left;
  }


#s-8313e0fe-5e5a-40a5-a8b7-1880d058096e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8313e0fe-5e5a-40a5-a8b7-1880d058096e-root {
    text-align: left;
  }


#s-8313e0fe-5e5a-40a5-a8b7-1880d058096e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8313e0fe-5e5a-40a5-a8b7-1880d058096e-root {
    text-align: left;
  }


#s-8313e0fe-5e5a-40a5-a8b7-1880d058096e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-8f39a983-368b-4485-b54a-c5982b9d1418 {
  margin-top: 20px;
max-width: 750px;
text-align: center;
}

#s-8f39a983-368b-4485-b54a-c5982b9d1418 {
  margin: 0 !important;
}

#s-8f39a983-368b-4485-b54a-c5982b9d1418-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8f39a983-368b-4485-b54a-c5982b9d1418 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8f39a983-368b-4485-b54a-c5982b9d1418 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 20px;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-8f39a983-368b-4485-b54a-c5982b9d1418 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f39a983-368b-4485-b54a-c5982b9d1418.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f39a983-368b-4485-b54a-c5982b9d1418.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f39a983-368b-4485-b54a-c5982b9d1418.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-8f39a983-368b-4485-b54a-c5982b9d1418 {
  margin: 0 !important;
}

#s-8f39a983-368b-4485-b54a-c5982b9d1418-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8f39a983-368b-4485-b54a-c5982b9d1418 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8f39a983-368b-4485-b54a-c5982b9d1418 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-8f39a983-368b-4485-b54a-c5982b9d1418 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f39a983-368b-4485-b54a-c5982b9d1418.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f39a983-368b-4485-b54a-c5982b9d1418.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f39a983-368b-4485-b54a-c5982b9d1418.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8f39a983-368b-4485-b54a-c5982b9d1418 {
  margin: 0 !important;
}

#s-8f39a983-368b-4485-b54a-c5982b9d1418-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8f39a983-368b-4485-b54a-c5982b9d1418 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8f39a983-368b-4485-b54a-c5982b9d1418 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-8f39a983-368b-4485-b54a-c5982b9d1418 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f39a983-368b-4485-b54a-c5982b9d1418.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f39a983-368b-4485-b54a-c5982b9d1418.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f39a983-368b-4485-b54a-c5982b9d1418.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8f39a983-368b-4485-b54a-c5982b9d1418 {
  margin: 0 !important;
}

#s-8f39a983-368b-4485-b54a-c5982b9d1418-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8f39a983-368b-4485-b54a-c5982b9d1418 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8f39a983-368b-4485-b54a-c5982b9d1418 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-8f39a983-368b-4485-b54a-c5982b9d1418 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f39a983-368b-4485-b54a-c5982b9d1418.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f39a983-368b-4485-b54a-c5982b9d1418.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f39a983-368b-4485-b54a-c5982b9d1418.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-8f39a983-368b-4485-b54a-c5982b9d1418 {
  margin: 0 !important;
}

#s-8f39a983-368b-4485-b54a-c5982b9d1418-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8f39a983-368b-4485-b54a-c5982b9d1418 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8f39a983-368b-4485-b54a-c5982b9d1418 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-8f39a983-368b-4485-b54a-c5982b9d1418 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f39a983-368b-4485-b54a-c5982b9d1418.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f39a983-368b-4485-b54a-c5982b9d1418.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f39a983-368b-4485-b54a-c5982b9d1418.shogun-image {
  box-sizing: border-box;
}




}
#s-d9555611-1e67-44eb-80e1-b05165f7dd98 {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
min-height: 50px;
}








#s-d9555611-1e67-44eb-80e1-b05165f7dd98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d9555611-1e67-44eb-80e1-b05165f7dd98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ccfe2765-3ebf-4769-a63f-de2bb9ce4a9d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 1%;
text-align: left;
}
@media (max-width: 767px){#s-ccfe2765-3ebf-4769-a63f-de2bb9ce4a9d {
  padding-top: 10px;
padding-right: 0%;
}
}
#s-ccfe2765-3ebf-4769-a63f-de2bb9ce4a9d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-ccfe2765-3ebf-4769-a63f-de2bb9ce4a9d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


}
#s-94f9161c-2e01-47a3-91c4-4fa00a573241 {
  margin-left: auto;
margin-right: auto;
}

#s-f12f6447-1fed-47c2-8b3d-fdbc669d5727 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-442fd057-fe67-4288-addb-fd397b53fffc {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
max-width: 250px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-442fd057-fe67-4288-addb-fd397b53fffc:hover {border-radius: 50px !important;
background-color: rgba(1, 1, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-442fd057-fe67-4288-addb-fd397b53fffc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-442fd057-fe67-4288-addb-fd397b53fffc {
  margin-bottom: 5%;
padding-bottom: 10px;
border-radius: 50px;
max-width: 100%;
letter-spacing: 2px;
}
}

  #s-442fd057-fe67-4288-addb-fd397b53fffc-root {
    text-align: left;
  }


#s-442fd057-fe67-4288-addb-fd397b53fffc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-442fd057-fe67-4288-addb-fd397b53fffc-root {
    text-align: left;
  }


#s-442fd057-fe67-4288-addb-fd397b53fffc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-442fd057-fe67-4288-addb-fd397b53fffc-root {
    text-align: left;
  }


#s-442fd057-fe67-4288-addb-fd397b53fffc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-442fd057-fe67-4288-addb-fd397b53fffc-root {
    text-align: left;
  }


#s-442fd057-fe67-4288-addb-fd397b53fffc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-442fd057-fe67-4288-addb-fd397b53fffc-root {
    text-align: left;
  }


#s-442fd057-fe67-4288-addb-fd397b53fffc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a {
  margin-top: 20px;
max-width: 750px;
text-align: center;
}

#s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a {
  margin: 0 !important;
}

#s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 20px;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a {
  margin: 0 !important;
}

#s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a {
  margin: 0 !important;
}

#s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a {
  margin: 0 !important;
}

#s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a {
  margin: 0 !important;
}

#s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cd95048-d3ef-4e1c-bcf4-5471fd84087a.shogun-image {
  box-sizing: border-box;
}




}
#s-fc6ab97e-c6c0-402f-808c-bfe725ff65ea {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
min-height: 50px;
}








#s-fc6ab97e-c6c0-402f-808c-bfe725ff65ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc6ab97e-c6c0-402f-808c-bfe725ff65ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6f6ebdb-a274-4b6f-9005-9e558150c2ba {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 1%;
text-align: left;
}
@media (max-width: 767px){#s-f6f6ebdb-a274-4b6f-9005-9e558150c2ba {
  padding-top: 10px;
padding-right: 0%;
}
}
#s-f6f6ebdb-a274-4b6f-9005-9e558150c2ba .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 13px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-f6f6ebdb-a274-4b6f-9005-9e558150c2ba .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


}
#s-c2d038fd-5d62-421b-ac74-cfa9b2ef36cc {
  margin-left: auto;
margin-right: auto;
}

#s-533fbb34-ae21-48d5-a0a2-98d3af56c951 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-eb17a0e5-69fb-49f5-91e1-577fdd32b5d8 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
max-width: 250px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-eb17a0e5-69fb-49f5-91e1-577fdd32b5d8:hover {border-radius: 50px !important;
background-color: rgba(1, 1, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-eb17a0e5-69fb-49f5-91e1-577fdd32b5d8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-eb17a0e5-69fb-49f5-91e1-577fdd32b5d8 {
  margin-bottom: 5%;
border-radius: 50px;
max-width: 100%;
letter-spacing: 2px;
}
}

  #s-eb17a0e5-69fb-49f5-91e1-577fdd32b5d8-root {
    text-align: left;
  }


#s-eb17a0e5-69fb-49f5-91e1-577fdd32b5d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb17a0e5-69fb-49f5-91e1-577fdd32b5d8-root {
    text-align: left;
  }


#s-eb17a0e5-69fb-49f5-91e1-577fdd32b5d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb17a0e5-69fb-49f5-91e1-577fdd32b5d8-root {
    text-align: left;
  }


#s-eb17a0e5-69fb-49f5-91e1-577fdd32b5d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb17a0e5-69fb-49f5-91e1-577fdd32b5d8-root {
    text-align: left;
  }


#s-eb17a0e5-69fb-49f5-91e1-577fdd32b5d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb17a0e5-69fb-49f5-91e1-577fdd32b5d8-root {
    text-align: left;
  }


#s-eb17a0e5-69fb-49f5-91e1-577fdd32b5d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-9c40958a-a30e-4bd3-8395-95e9a6af89a1 {
  min-height: 50px;
}








#s-9c40958a-a30e-4bd3-8395-95e9a6af89a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c40958a-a30e-4bd3-8395-95e9a6af89a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc0c36a8-79c7-4573-878d-09f646e01995 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dc0c36a8-79c7-4573-878d-09f646e01995 {
  display: none;
}
#s-dc0c36a8-79c7-4573-878d-09f646e01995, #wrap-s-dc0c36a8-79c7-4573-878d-09f646e01995, #wrap-content-s-dc0c36a8-79c7-4573-878d-09f646e01995 { display: none !important; }}@media (max-width: 767px){#s-dc0c36a8-79c7-4573-878d-09f646e01995 {
  display: none;
}
#s-dc0c36a8-79c7-4573-878d-09f646e01995, #wrap-s-dc0c36a8-79c7-4573-878d-09f646e01995, #wrap-content-s-dc0c36a8-79c7-4573-878d-09f646e01995 { display: none !important; }}







#s-dc0c36a8-79c7-4573-878d-09f646e01995 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc0c36a8-79c7-4573-878d-09f646e01995.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ee94d41-2455-4e5e-b021-37181afaf90d {
  max-width: 3840px;
aspect-ratio: 3840/1600;
text-align: center;
}

#s-0ee94d41-2455-4e5e-b021-37181afaf90d {
  margin: 0 !important;
}

#s-0ee94d41-2455-4e5e-b021-37181afaf90d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0ee94d41-2455-4e5e-b021-37181afaf90d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0ee94d41-2455-4e5e-b021-37181afaf90d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ee94d41-2455-4e5e-b021-37181afaf90d .shg-image-content-wrapper {
      aspect-ratio: 3840/1600;
      min-width: 100%;
      height: auto;
    }

    #s-0ee94d41-2455-4e5e-b021-37181afaf90d .shogun-image-link {
      aspect-ratio: 3840/1600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ee94d41-2455-4e5e-b021-37181afaf90d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ee94d41-2455-4e5e-b021-37181afaf90d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-0ee94d41-2455-4e5e-b021-37181afaf90d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ee94d41-2455-4e5e-b021-37181afaf90d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ee94d41-2455-4e5e-b021-37181afaf90d {
      --shg-aspect-ratio: calc(3840/1600); 
    }

    .s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container {
      position: relative;
    }

    .s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ee94d41-2455-4e5e-b021-37181afaf90d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

@media (min-width: 1200px){#s-0ee94d41-2455-4e5e-b021-37181afaf90d {
  margin: 0 !important;
}

#s-0ee94d41-2455-4e5e-b021-37181afaf90d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0ee94d41-2455-4e5e-b021-37181afaf90d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0ee94d41-2455-4e5e-b021-37181afaf90d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ee94d41-2455-4e5e-b021-37181afaf90d .shg-image-content-wrapper {
      aspect-ratio: 3840/1600;
      min-width: 100%;
      height: auto;
    }

    #s-0ee94d41-2455-4e5e-b021-37181afaf90d .shogun-image-link {
      aspect-ratio: 3840/1600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ee94d41-2455-4e5e-b021-37181afaf90d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ee94d41-2455-4e5e-b021-37181afaf90d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-0ee94d41-2455-4e5e-b021-37181afaf90d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ee94d41-2455-4e5e-b021-37181afaf90d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ee94d41-2455-4e5e-b021-37181afaf90d {
      --shg-aspect-ratio: calc(3840/1600); 
    }

    .s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container {
      position: relative;
    }

    .s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ee94d41-2455-4e5e-b021-37181afaf90d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0ee94d41-2455-4e5e-b021-37181afaf90d {
  margin: 0 !important;
}

#s-0ee94d41-2455-4e5e-b021-37181afaf90d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0ee94d41-2455-4e5e-b021-37181afaf90d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0ee94d41-2455-4e5e-b021-37181afaf90d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ee94d41-2455-4e5e-b021-37181afaf90d .shg-image-content-wrapper {
      aspect-ratio: 3840/1600;
      min-width: 100%;
      height: auto;
    }

    #s-0ee94d41-2455-4e5e-b021-37181afaf90d .shogun-image-link {
      aspect-ratio: 3840/1600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ee94d41-2455-4e5e-b021-37181afaf90d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ee94d41-2455-4e5e-b021-37181afaf90d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-0ee94d41-2455-4e5e-b021-37181afaf90d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ee94d41-2455-4e5e-b021-37181afaf90d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ee94d41-2455-4e5e-b021-37181afaf90d {
      --shg-aspect-ratio: calc(3840/1600); 
    }

    .s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container {
      position: relative;
    }

    .s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ee94d41-2455-4e5e-b021-37181afaf90d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0ee94d41-2455-4e5e-b021-37181afaf90d {
  margin: 0 !important;
}

#s-0ee94d41-2455-4e5e-b021-37181afaf90d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0ee94d41-2455-4e5e-b021-37181afaf90d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0ee94d41-2455-4e5e-b021-37181afaf90d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ee94d41-2455-4e5e-b021-37181afaf90d .shg-image-content-wrapper {
      aspect-ratio: 3840/1600;
      min-width: 100%;
      height: auto;
    }

    #s-0ee94d41-2455-4e5e-b021-37181afaf90d .shogun-image-link {
      aspect-ratio: 3840/1600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ee94d41-2455-4e5e-b021-37181afaf90d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ee94d41-2455-4e5e-b021-37181afaf90d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-0ee94d41-2455-4e5e-b021-37181afaf90d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ee94d41-2455-4e5e-b021-37181afaf90d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ee94d41-2455-4e5e-b021-37181afaf90d {
      --shg-aspect-ratio: calc(3840/1600); 
    }

    .s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container {
      position: relative;
    }

    .s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ee94d41-2455-4e5e-b021-37181afaf90d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

}@media (max-width: 767px){#s-0ee94d41-2455-4e5e-b021-37181afaf90d {
  margin: 0 !important;
}

#s-0ee94d41-2455-4e5e-b021-37181afaf90d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0ee94d41-2455-4e5e-b021-37181afaf90d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0ee94d41-2455-4e5e-b021-37181afaf90d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ee94d41-2455-4e5e-b021-37181afaf90d .shg-image-content-wrapper {
      aspect-ratio: 3840/1600;
      min-width: 100%;
      height: auto;
    }

    #s-0ee94d41-2455-4e5e-b021-37181afaf90d .shogun-image-link {
      aspect-ratio: 3840/1600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ee94d41-2455-4e5e-b021-37181afaf90d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ee94d41-2455-4e5e-b021-37181afaf90d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-0ee94d41-2455-4e5e-b021-37181afaf90d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ee94d41-2455-4e5e-b021-37181afaf90d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ee94d41-2455-4e5e-b021-37181afaf90d {
      --shg-aspect-ratio: calc(3840/1600); 
    }

    .s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container {
      position: relative;
    }

    .s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ee94d41-2455-4e5e-b021-37181afaf90d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ee94d41-2455-4e5e-b021-37181afaf90d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

}
#s-62111516-fa2b-4439-bba9-9113bafc05ac {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 0%;
}

#s-44224497-bbc8-464d-b4cd-d3160b055881 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-44224497-bbc8-464d-b4cd-d3160b055881 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44224497-bbc8-464d-b4cd-d3160b055881.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-872f832c-d3ff-4017-95b1-9ef618a2ba9b {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-024ff518-000e-4a78-a009-9a99ae9b967a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 2px;
}
#s-024ff518-000e-4a78-a009-9a99ae9b967a:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 50px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-024ff518-000e-4a78-a009-9a99ae9b967a:active {border-radius: 1px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-024ff518-000e-4a78-a009-9a99ae9b967a-root {
    text-align: center;
  }


#s-024ff518-000e-4a78-a009-9a99ae9b967a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-024ff518-000e-4a78-a009-9a99ae9b967a-root {
    text-align: center;
  }


#s-024ff518-000e-4a78-a009-9a99ae9b967a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-024ff518-000e-4a78-a009-9a99ae9b967a-root {
    text-align: center;
  }


#s-024ff518-000e-4a78-a009-9a99ae9b967a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-024ff518-000e-4a78-a009-9a99ae9b967a-root {
    text-align: center;
  }


#s-024ff518-000e-4a78-a009-9a99ae9b967a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-024ff518-000e-4a78-a009-9a99ae9b967a-root {
    text-align: center;
  }


#s-024ff518-000e-4a78-a009-9a99ae9b967a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-213ee579-45dc-4df1-93bf-8ac5d894639d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-213ee579-45dc-4df1-93bf-8ac5d894639d {
  display: none;
}
#s-213ee579-45dc-4df1-93bf-8ac5d894639d, #wrap-s-213ee579-45dc-4df1-93bf-8ac5d894639d, #wrap-content-s-213ee579-45dc-4df1-93bf-8ac5d894639d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-213ee579-45dc-4df1-93bf-8ac5d894639d {
  display: none;
}
#s-213ee579-45dc-4df1-93bf-8ac5d894639d, #wrap-s-213ee579-45dc-4df1-93bf-8ac5d894639d, #wrap-content-s-213ee579-45dc-4df1-93bf-8ac5d894639d { display: none !important; }}







#s-213ee579-45dc-4df1-93bf-8ac5d894639d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-213ee579-45dc-4df1-93bf-8ac5d894639d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
  margin-top: 0%;
margin-bottom: 0%;
max-width: 780px;
aspect-ratio: 780/1200;
text-align: center;
}

#s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
  margin: 0 !important;
}

#s-20e2f59f-ea25-4123-9dd3-d596806c2338-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0%;
  margin-bottom: 0%;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 0%;
  margin-bottom: 0%;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20e2f59f-ea25-4123-9dd3-d596806c2338 .shg-image-content-wrapper {
      aspect-ratio: 780/1200;
      min-width: 100%;
      height: auto;
    }

    #s-20e2f59f-ea25-4123-9dd3-d596806c2338 .shogun-image-link {
      aspect-ratio: 780/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20e2f59f-ea25-4123-9dd3-d596806c2338 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20e2f59f-ea25-4123-9dd3-d596806c2338 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 780px;
  }



  img.s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image {
    
    
    
    max-height: 780px;
  }


.s-20e2f59f-ea25-4123-9dd3-d596806c2338 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20e2f59f-ea25-4123-9dd3-d596806c2338.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
      --shg-aspect-ratio: calc(780/1200); 
    }

    .s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container {
      position: relative;
    }

    .s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20e2f59f-ea25-4123-9dd3-d596806c2338 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 780px;
    }
  }

@media (min-width: 1200px){#s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
  margin: 0 !important;
}

#s-20e2f59f-ea25-4123-9dd3-d596806c2338-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20e2f59f-ea25-4123-9dd3-d596806c2338 .shg-image-content-wrapper {
      aspect-ratio: 780/1200;
      min-width: 100%;
      height: auto;
    }

    #s-20e2f59f-ea25-4123-9dd3-d596806c2338 .shogun-image-link {
      aspect-ratio: 780/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20e2f59f-ea25-4123-9dd3-d596806c2338 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20e2f59f-ea25-4123-9dd3-d596806c2338 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 780px;
  }



  img.s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image {
    
    
    
    max-height: 780px;
  }


.s-20e2f59f-ea25-4123-9dd3-d596806c2338 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20e2f59f-ea25-4123-9dd3-d596806c2338.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
      --shg-aspect-ratio: calc(780/1200); 
    }

    .s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container {
      position: relative;
    }

    .s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20e2f59f-ea25-4123-9dd3-d596806c2338 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 780px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
  margin: 0 !important;
}

#s-20e2f59f-ea25-4123-9dd3-d596806c2338-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20e2f59f-ea25-4123-9dd3-d596806c2338 .shg-image-content-wrapper {
      aspect-ratio: 780/1200;
      min-width: 100%;
      height: auto;
    }

    #s-20e2f59f-ea25-4123-9dd3-d596806c2338 .shogun-image-link {
      aspect-ratio: 780/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20e2f59f-ea25-4123-9dd3-d596806c2338 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20e2f59f-ea25-4123-9dd3-d596806c2338 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 780px;
  }



  img.s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image {
    
    
    
    max-height: 780px;
  }


.s-20e2f59f-ea25-4123-9dd3-d596806c2338 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20e2f59f-ea25-4123-9dd3-d596806c2338.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
      --shg-aspect-ratio: calc(780/1200); 
    }

    .s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container {
      position: relative;
    }

    .s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20e2f59f-ea25-4123-9dd3-d596806c2338 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 780px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
  margin: 0 !important;
}

#s-20e2f59f-ea25-4123-9dd3-d596806c2338-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20e2f59f-ea25-4123-9dd3-d596806c2338 .shg-image-content-wrapper {
      aspect-ratio: 780/1200;
      min-width: 100%;
      height: auto;
    }

    #s-20e2f59f-ea25-4123-9dd3-d596806c2338 .shogun-image-link {
      aspect-ratio: 780/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20e2f59f-ea25-4123-9dd3-d596806c2338 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20e2f59f-ea25-4123-9dd3-d596806c2338 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 780px;
  }



  img.s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image {
    
    
    
    max-height: 780px;
  }


.s-20e2f59f-ea25-4123-9dd3-d596806c2338 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20e2f59f-ea25-4123-9dd3-d596806c2338.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
      --shg-aspect-ratio: calc(780/1200); 
    }

    .s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container {
      position: relative;
    }

    .s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20e2f59f-ea25-4123-9dd3-d596806c2338 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 780px;
    }
  }

}@media (max-width: 767px){#s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
  margin: 0 !important;
}

#s-20e2f59f-ea25-4123-9dd3-d596806c2338-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20e2f59f-ea25-4123-9dd3-d596806c2338 .shg-image-content-wrapper {
      aspect-ratio: 780/1200;
      min-width: 100%;
      height: auto;
    }

    #s-20e2f59f-ea25-4123-9dd3-d596806c2338 .shogun-image-link {
      aspect-ratio: 780/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20e2f59f-ea25-4123-9dd3-d596806c2338 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20e2f59f-ea25-4123-9dd3-d596806c2338 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 780px;
  }



  img.s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image {
    
    
    
    max-height: 780px;
  }


.s-20e2f59f-ea25-4123-9dd3-d596806c2338 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20e2f59f-ea25-4123-9dd3-d596806c2338.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20e2f59f-ea25-4123-9dd3-d596806c2338 {
      --shg-aspect-ratio: calc(780/1200); 
    }

    .s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container {
      position: relative;
    }

    .s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20e2f59f-ea25-4123-9dd3-d596806c2338.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20e2f59f-ea25-4123-9dd3-d596806c2338 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 780px;
    }
  }

}
#s-01004a34-f089-484a-a166-cd1e51af26b8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-01004a34-f089-484a-a166-cd1e51af26b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01004a34-f089-484a-a166-cd1e51af26b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3c11b0b-1b0e-4e0a-b69d-645fc4dbcf83 {
  margin-top: 5px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-a3c11b0b-1b0e-4e0a-b69d-645fc4dbcf83 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 5px;
}
}
#s-a3c11b0b-1b0e-4e0a-b69d-645fc4dbcf83 .shogun-heading-component h2 {
  color: rgba(237, 255, 0, 1);
  font-weight:  700 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-a3c11b0b-1b0e-4e0a-b69d-645fc4dbcf83 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


}
#s-6d1204d1-6711-4e32-8aa3-337bfb7e2880 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-6d1204d1-6711-4e32-8aa3-337bfb7e2880 {
  margin-bottom: 20px;
}
}
#s-35cf1fe4-f788-41c2-816a-bc2f92aab9d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-35cf1fe4-f788-41c2-816a-bc2f92aab9d8:hover {border-radius: 50px !important;
background-color: rgba(237, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-35cf1fe4-f788-41c2-816a-bc2f92aab9d8:active {border-radius: 2px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-35cf1fe4-f788-41c2-816a-bc2f92aab9d8 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-radius: 50px;
letter-spacing: 2px;
}
#s-35cf1fe4-f788-41c2-816a-bc2f92aab9d8:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 50px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}}

  #s-35cf1fe4-f788-41c2-816a-bc2f92aab9d8-root {
    text-align: center;
  }


#s-35cf1fe4-f788-41c2-816a-bc2f92aab9d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-35cf1fe4-f788-41c2-816a-bc2f92aab9d8-root {
    text-align: center;
  }


#s-35cf1fe4-f788-41c2-816a-bc2f92aab9d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35cf1fe4-f788-41c2-816a-bc2f92aab9d8-root {
    text-align: center;
  }


#s-35cf1fe4-f788-41c2-816a-bc2f92aab9d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35cf1fe4-f788-41c2-816a-bc2f92aab9d8-root {
    text-align: center;
  }


#s-35cf1fe4-f788-41c2-816a-bc2f92aab9d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-35cf1fe4-f788-41c2-816a-bc2f92aab9d8-root {
    text-align: center;
  }


#s-35cf1fe4-f788-41c2-816a-bc2f92aab9d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  block ;
}
}
#s-b8ac72af-4ccb-4b3c-9ca9-b324f5c6e7da {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b8ac72af-4ccb-4b3c-9ca9-b324f5c6e7da {
  display: none;
}
#s-b8ac72af-4ccb-4b3c-9ca9-b324f5c6e7da, #wrap-s-b8ac72af-4ccb-4b3c-9ca9-b324f5c6e7da, #wrap-content-s-b8ac72af-4ccb-4b3c-9ca9-b324f5c6e7da { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8ac72af-4ccb-4b3c-9ca9-b324f5c6e7da {
  display: none;
}
#s-b8ac72af-4ccb-4b3c-9ca9-b324f5c6e7da, #wrap-s-b8ac72af-4ccb-4b3c-9ca9-b324f5c6e7da, #wrap-content-s-b8ac72af-4ccb-4b3c-9ca9-b324f5c6e7da { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8ac72af-4ccb-4b3c-9ca9-b324f5c6e7da {
  display: none;
}
#s-b8ac72af-4ccb-4b3c-9ca9-b324f5c6e7da, #wrap-s-b8ac72af-4ccb-4b3c-9ca9-b324f5c6e7da, #wrap-content-s-b8ac72af-4ccb-4b3c-9ca9-b324f5c6e7da { display: none !important; }}@media (max-width: 767px){#s-b8ac72af-4ccb-4b3c-9ca9-b324f5c6e7da {
  display: none;
}
#s-b8ac72af-4ccb-4b3c-9ca9-b324f5c6e7da, #wrap-s-b8ac72af-4ccb-4b3c-9ca9-b324f5c6e7da, #wrap-content-s-b8ac72af-4ccb-4b3c-9ca9-b324f5c6e7da { display: none !important; }}







#s-b8ac72af-4ccb-4b3c-9ca9-b324f5c6e7da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8ac72af-4ccb-4b3c-9ca9-b324f5c6e7da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fdb277a-c03a-4d98-9e48-bd8806834949 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 6%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(34, 34, 34, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2fdb277a-c03a-4d98-9e48-bd8806834949 {
  display: none;
}
#s-2fdb277a-c03a-4d98-9e48-bd8806834949, #wrap-s-2fdb277a-c03a-4d98-9e48-bd8806834949, #wrap-content-s-2fdb277a-c03a-4d98-9e48-bd8806834949 { display: none !important; }}@media (max-width: 767px){#s-2fdb277a-c03a-4d98-9e48-bd8806834949 {
  display: none;
}
#s-2fdb277a-c03a-4d98-9e48-bd8806834949, #wrap-s-2fdb277a-c03a-4d98-9e48-bd8806834949, #wrap-content-s-2fdb277a-c03a-4d98-9e48-bd8806834949 { display: none !important; }}







#s-2fdb277a-c03a-4d98-9e48-bd8806834949 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2fdb277a-c03a-4d98-9e48-bd8806834949.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f5ddc0d-1897-4334-87f9-2bfa2e3878c2 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-5f5ddc0d-1897-4334-87f9-2bfa2e3878c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f5ddc0d-1897-4334-87f9-2bfa2e3878c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f5ddc0d-1897-4334-87f9-2bfa2e3878c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f5ddc0d-1897-4334-87f9-2bfa2e3878c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f5ddc0d-1897-4334-87f9-2bfa2e3878c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f5ddc0d-1897-4334-87f9-2bfa2e3878c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f5ddc0d-1897-4334-87f9-2bfa2e3878c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 525px;
aspect-ratio: 3772/937;
text-align: center;
}

#s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
  margin: 0 !important;
}

#s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 525px;
  }



  img.s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image {
    
    
    
    max-height: 525px;
  }


.s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container {
      position: relative;
    }

    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 525px;
    }
  }

@media (min-width: 1200px){#s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
  margin: 0 !important;
}

#s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 525px;
  }



  img.s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image {
    
    
    
    max-height: 525px;
  }


.s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container {
      position: relative;
    }

    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 525px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
  margin: 0 !important;
}

#s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 525px;
  }



  img.s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image {
    
    
    
    max-height: 525px;
  }


.s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container {
      position: relative;
    }

    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 525px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
  margin: 0 !important;
}

#s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 525px;
  }



  img.s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image {
    
    
    
    max-height: 525px;
  }


.s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container {
      position: relative;
    }

    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 525px;
    }
  }

}@media (max-width: 767px){#s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
  margin: 0 !important;
}

#s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 525px;
  }



  img.s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image {
    
    
    
    max-height: 525px;
  }


.s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container {
      position: relative;
    }

    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d19fb0d0-127a-4aed-8f7b-0a4bbd663a9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 525px;
    }
  }

}
#s-61a418bf-406f-4a4e-ae39-6979b72912b4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 800px;
}

#s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 525px;
aspect-ratio: 3772/937;
text-align: center;
}
@media (min-width: 1200px){#s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
  display: none;
}
#s-57aafbe2-4cc0-4a28-8bea-1409591e3fed, #wrap-s-57aafbe2-4cc0-4a28-8bea-1409591e3fed, #wrap-content-s-57aafbe2-4cc0-4a28-8bea-1409591e3fed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
  display: none;
}
#s-57aafbe2-4cc0-4a28-8bea-1409591e3fed, #wrap-s-57aafbe2-4cc0-4a28-8bea-1409591e3fed, #wrap-content-s-57aafbe2-4cc0-4a28-8bea-1409591e3fed { display: none !important; }}
#s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
  margin: 0 !important;
}

#s-57aafbe2-4cc0-4a28-8bea-1409591e3fed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57aafbe2-4cc0-4a28-8bea-1409591e3fed .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-57aafbe2-4cc0-4a28-8bea-1409591e3fed .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57aafbe2-4cc0-4a28-8bea-1409591e3fed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57aafbe2-4cc0-4a28-8bea-1409591e3fed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 525px;
  }



  img.s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image {
    
    
    
    max-height: 525px;
  }


.s-57aafbe2-4cc0-4a28-8bea-1409591e3fed .shogun-image-content {
  
    justify-content: center;
  
}

.s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container {
      position: relative;
    }

    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 525px;
    }
  }

@media (min-width: 1200px){#s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
  margin: 0 !important;
}

#s-57aafbe2-4cc0-4a28-8bea-1409591e3fed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57aafbe2-4cc0-4a28-8bea-1409591e3fed .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-57aafbe2-4cc0-4a28-8bea-1409591e3fed .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57aafbe2-4cc0-4a28-8bea-1409591e3fed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57aafbe2-4cc0-4a28-8bea-1409591e3fed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 525px;
  }



  img.s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image {
    
    
    
    max-height: 525px;
  }


.s-57aafbe2-4cc0-4a28-8bea-1409591e3fed .shogun-image-content {
  
    justify-content: center;
  
}

.s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container {
      position: relative;
    }

    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 525px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
  margin: 0 !important;
}

#s-57aafbe2-4cc0-4a28-8bea-1409591e3fed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57aafbe2-4cc0-4a28-8bea-1409591e3fed .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-57aafbe2-4cc0-4a28-8bea-1409591e3fed .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57aafbe2-4cc0-4a28-8bea-1409591e3fed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57aafbe2-4cc0-4a28-8bea-1409591e3fed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 525px;
  }



  img.s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image {
    
    
    
    max-height: 525px;
  }


.s-57aafbe2-4cc0-4a28-8bea-1409591e3fed .shogun-image-content {
  
    justify-content: center;
  
}

.s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container {
      position: relative;
    }

    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 525px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
  margin: 0 !important;
}

#s-57aafbe2-4cc0-4a28-8bea-1409591e3fed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57aafbe2-4cc0-4a28-8bea-1409591e3fed .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-57aafbe2-4cc0-4a28-8bea-1409591e3fed .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57aafbe2-4cc0-4a28-8bea-1409591e3fed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57aafbe2-4cc0-4a28-8bea-1409591e3fed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 525px;
  }



  img.s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image {
    
    
    
    max-height: 525px;
  }


.s-57aafbe2-4cc0-4a28-8bea-1409591e3fed .shogun-image-content {
  
    justify-content: center;
  
}

.s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container {
      position: relative;
    }

    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 525px;
    }
  }

}@media (max-width: 767px){#s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
  margin: 0 !important;
}

#s-57aafbe2-4cc0-4a28-8bea-1409591e3fed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57aafbe2-4cc0-4a28-8bea-1409591e3fed .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-57aafbe2-4cc0-4a28-8bea-1409591e3fed .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57aafbe2-4cc0-4a28-8bea-1409591e3fed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57aafbe2-4cc0-4a28-8bea-1409591e3fed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 525px;
  }



  img.s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image {
    
    
    
    max-height: 525px;
  }


.s-57aafbe2-4cc0-4a28-8bea-1409591e3fed .shogun-image-content {
  
    justify-content: center;
  
}

.s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container {
      position: relative;
    }

    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57aafbe2-4cc0-4a28-8bea-1409591e3fed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 525px;
    }
  }

}
#s-08913cfa-1b9c-4912-a8ba-74261c2fe408 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 800px;
}
@media (min-width: 1200px){#s-08913cfa-1b9c-4912-a8ba-74261c2fe408 {
  display: none;
}
#s-08913cfa-1b9c-4912-a8ba-74261c2fe408, #wrap-s-08913cfa-1b9c-4912-a8ba-74261c2fe408, #wrap-content-s-08913cfa-1b9c-4912-a8ba-74261c2fe408 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08913cfa-1b9c-4912-a8ba-74261c2fe408 {
  display: none;
}
#s-08913cfa-1b9c-4912-a8ba-74261c2fe408, #wrap-s-08913cfa-1b9c-4912-a8ba-74261c2fe408, #wrap-content-s-08913cfa-1b9c-4912-a8ba-74261c2fe408 { display: none !important; }}
#s-40c9bb92-d61a-455c-8cfa-8a97c797dc2e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10%;
padding-left: 4%;
padding-bottom: 10%;
padding-right: 4%;
min-height: 50px;
max-width: 1600px;
background-color: rgba(34, 34, 34, 1);
}
@media (min-width: 1200px){#s-40c9bb92-d61a-455c-8cfa-8a97c797dc2e {
  display: none;
}
#s-40c9bb92-d61a-455c-8cfa-8a97c797dc2e, #wrap-s-40c9bb92-d61a-455c-8cfa-8a97c797dc2e, #wrap-content-s-40c9bb92-d61a-455c-8cfa-8a97c797dc2e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40c9bb92-d61a-455c-8cfa-8a97c797dc2e {
  display: none;
}
#s-40c9bb92-d61a-455c-8cfa-8a97c797dc2e, #wrap-s-40c9bb92-d61a-455c-8cfa-8a97c797dc2e, #wrap-content-s-40c9bb92-d61a-455c-8cfa-8a97c797dc2e { display: none !important; }}







#s-40c9bb92-d61a-455c-8cfa-8a97c797dc2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40c9bb92-d61a-455c-8cfa-8a97c797dc2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 300px;
aspect-ratio: 3772/937;
text-align: center;
}

#s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
  margin: 0 !important;
}

#s-0eba9052-904b-4487-a9e7-f5a02c0fdda7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 30px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 30px;
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container {
      position: relative;
    }

    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
  margin: 0 !important;
}

#s-0eba9052-904b-4487-a9e7-f5a02c0fdda7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container {
      position: relative;
    }

    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
  margin: 0 !important;
}

#s-0eba9052-904b-4487-a9e7-f5a02c0fdda7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container {
      position: relative;
    }

    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
  margin: 0 !important;
}

#s-0eba9052-904b-4487-a9e7-f5a02c0fdda7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container {
      position: relative;
    }

    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
  margin: 0 !important;
}

#s-0eba9052-904b-4487-a9e7-f5a02c0fdda7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container {
      position: relative;
    }

    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0eba9052-904b-4487-a9e7-f5a02c0fdda7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-d143929c-1080-40db-802b-0716ae74e28b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 800px;
}

/*
  $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;
}
