.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-a131a97d-07d7-42b0-9072-42b2359be18e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-a131a97d-07d7-42b0-9072-42b2359be18e {
  min-height: 300px;
}
}@media (max-width: 767px){#s-a131a97d-07d7-42b0-9072-42b2359be18e {
  padding-top: 0%;
padding-bottom: 0%;
min-height: 300px;
}
}
#s-a131a97d-07d7-42b0-9072-42b2359be18e {
  background-image: url(https://i.shgcdn.com/68b3a2e6-468d-43d1-8d98-58862adf2b70/);
}








#s-a131a97d-07d7-42b0-9072-42b2359be18e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-a131a97d-07d7-42b0-9072-42b2359be18e.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-a131a97d-07d7-42b0-9072-42b2359be18e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-a131a97d-07d7-42b0-9072-42b2359be18e.shg-box.shg-c {
  justify-content: flex-end;
}
}
.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: "Harmonia Sans";
}

.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-e3ebb0e9-c7bc-45b4-a103-0b1c493cdc1d {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
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: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(103, 126, 187, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-e3ebb0e9-c7bc-45b4-a103-0b1c493cdc1d:hover {background-color: rgba(91, 126, 237, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e3ebb0e9-c7bc-45b4-a103-0b1c493cdc1d:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(200, 136, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e3ebb0e9-c7bc-45b4-a103-0b1c493cdc1d {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}
}@media (max-width: 767px){#s-e3ebb0e9-c7bc-45b4-a103-0b1c493cdc1d {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 12px;
margin-right: 0%;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(103, 126, 187, 1);
text-align: center;
background-position: undefined bottom;
background-image: none;
hover-type: color;
}
#s-e3ebb0e9-c7bc-45b4-a103-0b1c493cdc1d:hover {background-color: rgba(115, 195, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-e3ebb0e9-c7bc-45b4-a103-0b1c493cdc1d-root {
    text-align: left;
  }


#s-e3ebb0e9-c7bc-45b4-a103-0b1c493cdc1d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e3ebb0e9-c7bc-45b4-a103-0b1c493cdc1d-root {
    text-align: left;
  }


#s-e3ebb0e9-c7bc-45b4-a103-0b1c493cdc1d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e3ebb0e9-c7bc-45b4-a103-0b1c493cdc1d-root {
    text-align: left;
  }


#s-e3ebb0e9-c7bc-45b4-a103-0b1c493cdc1d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e3ebb0e9-c7bc-45b4-a103-0b1c493cdc1d-root {
    text-align: left;
  }


#s-e3ebb0e9-c7bc-45b4-a103-0b1c493cdc1d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e3ebb0e9-c7bc-45b4-a103-0b1c493cdc1d-root {
    text-align: center;
  }


#s-e3ebb0e9-c7bc-45b4-a103-0b1c493cdc1d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}
.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: rgba(0, 0, 0, 1);
  font-family: "Harmonia Sans";
  text-transform: none;
  font-weight: 600;
  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-ac547d3e-ff72-4506-9750-327f52a47af7 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac547d3e-ff72-4506-9750-327f52a47af7 .shogun-heading-component h5 {
  color: rgba(43, 63, 88, 1);
  font-weight:  normal ;
  font-family: "Alike";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-ac547d3e-ff72-4506-9750-327f52a47af7 .shogun-heading-component h5 {
  color: rgba(43, 63, 88, 1);
  font-weight:  normal ;
  font-family: "Alike";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

@media (min-width: 1200px){#s-c4803b15-4922-472c-bd1e-28a459ef9b23 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-c4803b15-4922-472c-bd1e-28a459ef9b23 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-c4803b15-4922-472c-bd1e-28a459ef9b23"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c4803b15-4922-472c-bd1e-28a459ef9b23"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c4803b15-4922-472c-bd1e-28a459ef9b23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c4803b15-4922-472c-bd1e-28a459ef9b23"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c4803b15-4922-472c-bd1e-28a459ef9b23"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c4803b15-4922-472c-bd1e-28a459ef9b23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c4803b15-4922-472c-bd1e-28a459ef9b23"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4803b15-4922-472c-bd1e-28a459ef9b23"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c4803b15-4922-472c-bd1e-28a459ef9b23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c4803b15-4922-472c-bd1e-28a459ef9b23"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-e0dc4374-ff3a-4274-896a-0cd3f76bc759 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 200px;
min-height: 100px;
max-width: 100px;
background-color: rgba(155, 155, 190, 1);
}








#s-e0dc4374-ff3a-4274-896a-0cd3f76bc759 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0dc4374-ff3a-4274-896a-0cd3f76bc759 {
  cursor: pointer;
}#s-e0dc4374-ff3a-4274-896a-0cd3f76bc759.shg-box.shg-c {
  justify-content: center;
}

#s-0de73441-193a-44fa-bbb7-98d66fddc64b {
  background-color: rgba(37, 32, 32, 0);
}

#s-0de73441-193a-44fa-bbb7-98d66fddc64b .shogun-icon-wrapper {
  text-align: center;
}


#s-0de73441-193a-44fa-bbb7-98d66fddc64b .shogun-icon-wrapper > .shogun-icon {

  font-size: 59px !important;
  color: rgba(253, 253, 253, 1);
}

#s-e16e6b28-a9c4-4658-8816-ac78dd0dec88 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e16e6b28-a9c4-4658-8816-ac78dd0dec88 .shogun-heading-component h3 {
  color: rgba(34, 19, 19, 1);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-e16e6b28-a9c4-4658-8816-ac78dd0dec88 .shogun-heading-component h3 {
  color: rgba(34, 19, 19, 1);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (max-width: 767px){#s-e16e6b28-a9c4-4658-8816-ac78dd0dec88 .shogun-heading-component h3 {
  color: rgba(34, 19, 19, 1);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-bee4591e-7ad4-4c31-8d3b-406b5f38b284 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 200px;
min-height: 100px;
max-width: 100px;
background-color: rgba(155, 155, 190, 1);
}








#s-bee4591e-7ad4-4c31-8d3b-406b5f38b284 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bee4591e-7ad4-4c31-8d3b-406b5f38b284 {
  cursor: pointer;
}#s-bee4591e-7ad4-4c31-8d3b-406b5f38b284.shg-box.shg-c {
  justify-content: center;
}

#s-e2f8110a-2e6c-41e0-b715-f04d8b7b4370 {
  background-color: rgba(37, 32, 32, 0);
}

#s-e2f8110a-2e6c-41e0-b715-f04d8b7b4370 .shogun-icon-wrapper {
  text-align: center;
}


#s-e2f8110a-2e6c-41e0-b715-f04d8b7b4370 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(253, 253, 253, 1);
}

#s-c7d381a8-4fe0-48de-b6f8-690f99d17b19 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7d381a8-4fe0-48de-b6f8-690f99d17b19 .shogun-heading-component h3 {
  color: rgba(24, 24, 27, 0.92);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 1200px){#s-c7d381a8-4fe0-48de-b6f8-690f99d17b19 .shogun-heading-component h3 {
  color: rgba(24, 24, 27, 0.92);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (max-width: 767px){#s-c7d381a8-4fe0-48de-b6f8-690f99d17b19 .shogun-heading-component h3 {
  color: rgba(24, 24, 27, 0.92);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-88e34ec1-b650-48fe-92ed-3c96a9bd7c40 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 200px;
min-height: 100px;
max-width: 100px;
background-color: rgba(155, 155, 190, 1);
}








#s-88e34ec1-b650-48fe-92ed-3c96a9bd7c40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88e34ec1-b650-48fe-92ed-3c96a9bd7c40 {
  cursor: pointer;
}#s-88e34ec1-b650-48fe-92ed-3c96a9bd7c40.shg-box.shg-c {
  justify-content: center;
}

#s-9dc724fb-2492-4348-a7a1-e1dd4c8c42c2 {
  background-color: rgba(37, 32, 32, 0);
}

#s-9dc724fb-2492-4348-a7a1-e1dd4c8c42c2 .shogun-icon-wrapper {
  text-align: center;
}


#s-9dc724fb-2492-4348-a7a1-e1dd4c8c42c2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(253, 253, 253, 1);
}

#s-35715cf8-daaa-47d9-918f-a8777e87b060 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35715cf8-daaa-47d9-918f-a8777e87b060 .shogun-heading-component h3 {
  color: rgba(24, 24, 27, 0.92);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-35715cf8-daaa-47d9-918f-a8777e87b060 .shogun-heading-component h3 {
  color: rgba(24, 24, 27, 0.92);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (max-width: 767px){#s-35715cf8-daaa-47d9-918f-a8777e87b060 .shogun-heading-component h3 {
  color: rgba(24, 24, 27, 0.92);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-fbd9e192-98db-408e-a0ad-6c9f74597f03 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 200px;
min-height: 100px;
max-width: 100px;
background-color: rgba(155, 155, 190, 1);
}








#s-fbd9e192-98db-408e-a0ad-6c9f74597f03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbd9e192-98db-408e-a0ad-6c9f74597f03 {
  cursor: pointer;
}#s-fbd9e192-98db-408e-a0ad-6c9f74597f03.shg-box.shg-c {
  justify-content: center;
}

#s-b46497e7-f660-45b8-b929-bf29e3d3993f {
  background-color: rgba(37, 32, 32, 0);
}

#s-b46497e7-f660-45b8-b929-bf29e3d3993f .shogun-icon-wrapper {
  text-align: center;
}


#s-b46497e7-f660-45b8-b929-bf29e3d3993f .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(253, 253, 253, 1);
}

#s-40abad9a-33df-4ab3-b2eb-900339bf588d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40abad9a-33df-4ab3-b2eb-900339bf588d .shogun-heading-component h3 {
  color: rgba(24, 24, 27, 0.92);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-40abad9a-33df-4ab3-b2eb-900339bf588d .shogun-heading-component h3 {
  color: rgba(24, 24, 27, 0.92);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (max-width: 767px){#s-40abad9a-33df-4ab3-b2eb-900339bf588d .shogun-heading-component h3 {
  color: rgba(24, 24, 27, 0.92);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-74dcb9c2-87b7-4ec4-9ced-f7cab7581846 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-74dcb9c2-87b7-4ec4-9ced-f7cab7581846 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74dcb9c2-87b7-4ec4-9ced-f7cab7581846.shg-box.shg-c {
  justify-content: center;
}

#s-28f36d52-82e8-4727-b5f5-b85d6deb1a94 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-28f36d52-82e8-4727-b5f5-b85d6deb1a94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28f36d52-82e8-4727-b5f5-b85d6deb1a94.shg-box.shg-c {
  justify-content: center;
}

#s-0e69b8b9-a936-48e3-8e93-2e838b508b43 {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.8);
}








#s-0e69b8b9-a936-48e3-8e93-2e838b508b43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e69b8b9-a936-48e3-8e93-2e838b508b43.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2de1c995-eeab-4133-97d1-ffe82ec254c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2de1c995-eeab-4133-97d1-ffe82ec254c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2de1c995-eeab-4133-97d1-ffe82ec254c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2de1c995-eeab-4133-97d1-ffe82ec254c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-aa3648a2-3df9-48d7-97eb-f97b647705d1 {
  margin-left: auto;
margin-right: auto;
max-width: 4000px;
text-align: center;
}

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1-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-aa3648a2-3df9-48d7-97eb-f97b647705d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aa3648a2-3df9-48d7-97eb-f97b647705d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1 img.shogun-image {
  width: 100%;
  
  
  max-width: 4000px;

      
    max-width: 4000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-aa3648a2-3df9-48d7-97eb-f97b647705d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aa3648a2-3df9-48d7-97eb-f97b647705d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa3648a2-3df9-48d7-97eb-f97b647705d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-aa3648a2-3df9-48d7-97eb-f97b647705d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1-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-aa3648a2-3df9-48d7-97eb-f97b647705d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aa3648a2-3df9-48d7-97eb-f97b647705d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1 img.shogun-image {
  width: 100%;
  
  
  max-width: 4000px;

      
    max-width: 4000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-aa3648a2-3df9-48d7-97eb-f97b647705d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aa3648a2-3df9-48d7-97eb-f97b647705d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa3648a2-3df9-48d7-97eb-f97b647705d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-aa3648a2-3df9-48d7-97eb-f97b647705d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1-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-aa3648a2-3df9-48d7-97eb-f97b647705d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aa3648a2-3df9-48d7-97eb-f97b647705d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1 img.shogun-image {
  width: 100%;
  
  
  max-width: 4000px;

      
    max-width: 4000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-aa3648a2-3df9-48d7-97eb-f97b647705d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aa3648a2-3df9-48d7-97eb-f97b647705d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa3648a2-3df9-48d7-97eb-f97b647705d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-aa3648a2-3df9-48d7-97eb-f97b647705d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1-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-aa3648a2-3df9-48d7-97eb-f97b647705d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aa3648a2-3df9-48d7-97eb-f97b647705d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1 img.shogun-image {
  width: 100%;
  
  
  max-width: 4000px;

      
    max-width: 4000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-aa3648a2-3df9-48d7-97eb-f97b647705d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aa3648a2-3df9-48d7-97eb-f97b647705d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa3648a2-3df9-48d7-97eb-f97b647705d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-aa3648a2-3df9-48d7-97eb-f97b647705d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1-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-aa3648a2-3df9-48d7-97eb-f97b647705d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aa3648a2-3df9-48d7-97eb-f97b647705d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1 img.shogun-image {
  width: 100%;
  
  
  max-width: 4000px;

      
    max-width: 4000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-aa3648a2-3df9-48d7-97eb-f97b647705d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aa3648a2-3df9-48d7-97eb-f97b647705d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa3648a2-3df9-48d7-97eb-f97b647705d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa3648a2-3df9-48d7-97eb-f97b647705d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2879047a-686b-44c6-946a-61187c50c928 {
  margin-left: auto;
margin-right: auto;
max-width: 4000px;
text-align: center;
}

#s-2879047a-686b-44c6-946a-61187c50c928 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2879047a-686b-44c6-946a-61187c50c928-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-2879047a-686b-44c6-946a-61187c50c928 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2879047a-686b-44c6-946a-61187c50c928 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2879047a-686b-44c6-946a-61187c50c928 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2879047a-686b-44c6-946a-61187c50c928 img.shogun-image {
  width: 100%;
  
  
  max-width: 4000px;

      
    max-width: 4000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2879047a-686b-44c6-946a-61187c50c928 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2879047a-686b-44c6-946a-61187c50c928.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2879047a-686b-44c6-946a-61187c50c928.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2879047a-686b-44c6-946a-61187c50c928.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2879047a-686b-44c6-946a-61187c50c928 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2879047a-686b-44c6-946a-61187c50c928-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-2879047a-686b-44c6-946a-61187c50c928 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2879047a-686b-44c6-946a-61187c50c928 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2879047a-686b-44c6-946a-61187c50c928 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2879047a-686b-44c6-946a-61187c50c928 img.shogun-image {
  width: 100%;
  
  
  max-width: 4000px;

      
    max-width: 4000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2879047a-686b-44c6-946a-61187c50c928 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2879047a-686b-44c6-946a-61187c50c928.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2879047a-686b-44c6-946a-61187c50c928.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2879047a-686b-44c6-946a-61187c50c928.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2879047a-686b-44c6-946a-61187c50c928 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2879047a-686b-44c6-946a-61187c50c928-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-2879047a-686b-44c6-946a-61187c50c928 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2879047a-686b-44c6-946a-61187c50c928 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2879047a-686b-44c6-946a-61187c50c928 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2879047a-686b-44c6-946a-61187c50c928 img.shogun-image {
  width: 100%;
  
  
  max-width: 4000px;

      
    max-width: 4000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2879047a-686b-44c6-946a-61187c50c928 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2879047a-686b-44c6-946a-61187c50c928.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2879047a-686b-44c6-946a-61187c50c928.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2879047a-686b-44c6-946a-61187c50c928.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2879047a-686b-44c6-946a-61187c50c928 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2879047a-686b-44c6-946a-61187c50c928-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-2879047a-686b-44c6-946a-61187c50c928 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2879047a-686b-44c6-946a-61187c50c928 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2879047a-686b-44c6-946a-61187c50c928 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2879047a-686b-44c6-946a-61187c50c928 img.shogun-image {
  width: 100%;
  
  
  max-width: 4000px;

      
    max-width: 4000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2879047a-686b-44c6-946a-61187c50c928 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2879047a-686b-44c6-946a-61187c50c928.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2879047a-686b-44c6-946a-61187c50c928.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2879047a-686b-44c6-946a-61187c50c928.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2879047a-686b-44c6-946a-61187c50c928 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2879047a-686b-44c6-946a-61187c50c928-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-2879047a-686b-44c6-946a-61187c50c928 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2879047a-686b-44c6-946a-61187c50c928 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2879047a-686b-44c6-946a-61187c50c928 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2879047a-686b-44c6-946a-61187c50c928 img.shogun-image {
  width: 100%;
  
  
  max-width: 4000px;

      
    max-width: 4000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2879047a-686b-44c6-946a-61187c50c928 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2879047a-686b-44c6-946a-61187c50c928.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2879047a-686b-44c6-946a-61187c50c928.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2879047a-686b-44c6-946a-61187c50c928.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-45369313-f20c-42ca-ac53-81e9d57e93cc {
  margin-left: auto;
margin-right: auto;
max-width: 4000px;
text-align: center;
}

#s-45369313-f20c-42ca-ac53-81e9d57e93cc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-45369313-f20c-42ca-ac53-81e9d57e93cc-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-45369313-f20c-42ca-ac53-81e9d57e93cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-45369313-f20c-42ca-ac53-81e9d57e93cc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-45369313-f20c-42ca-ac53-81e9d57e93cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-45369313-f20c-42ca-ac53-81e9d57e93cc img.shogun-image {
  width: 100%;
  
  
  max-width: 4000px;

      
    max-width: 4000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-45369313-f20c-42ca-ac53-81e9d57e93cc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-45369313-f20c-42ca-ac53-81e9d57e93cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45369313-f20c-42ca-ac53-81e9d57e93cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45369313-f20c-42ca-ac53-81e9d57e93cc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-45369313-f20c-42ca-ac53-81e9d57e93cc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-45369313-f20c-42ca-ac53-81e9d57e93cc-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-45369313-f20c-42ca-ac53-81e9d57e93cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-45369313-f20c-42ca-ac53-81e9d57e93cc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-45369313-f20c-42ca-ac53-81e9d57e93cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-45369313-f20c-42ca-ac53-81e9d57e93cc img.shogun-image {
  width: 100%;
  
  
  max-width: 4000px;

      
    max-width: 4000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-45369313-f20c-42ca-ac53-81e9d57e93cc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-45369313-f20c-42ca-ac53-81e9d57e93cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45369313-f20c-42ca-ac53-81e9d57e93cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45369313-f20c-42ca-ac53-81e9d57e93cc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-45369313-f20c-42ca-ac53-81e9d57e93cc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-45369313-f20c-42ca-ac53-81e9d57e93cc-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-45369313-f20c-42ca-ac53-81e9d57e93cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-45369313-f20c-42ca-ac53-81e9d57e93cc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-45369313-f20c-42ca-ac53-81e9d57e93cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-45369313-f20c-42ca-ac53-81e9d57e93cc img.shogun-image {
  width: 100%;
  
  
  max-width: 4000px;

      
    max-width: 4000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-45369313-f20c-42ca-ac53-81e9d57e93cc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-45369313-f20c-42ca-ac53-81e9d57e93cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45369313-f20c-42ca-ac53-81e9d57e93cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45369313-f20c-42ca-ac53-81e9d57e93cc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-45369313-f20c-42ca-ac53-81e9d57e93cc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-45369313-f20c-42ca-ac53-81e9d57e93cc-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-45369313-f20c-42ca-ac53-81e9d57e93cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-45369313-f20c-42ca-ac53-81e9d57e93cc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-45369313-f20c-42ca-ac53-81e9d57e93cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-45369313-f20c-42ca-ac53-81e9d57e93cc img.shogun-image {
  width: 100%;
  
  
  max-width: 4000px;

      
    max-width: 4000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-45369313-f20c-42ca-ac53-81e9d57e93cc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-45369313-f20c-42ca-ac53-81e9d57e93cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45369313-f20c-42ca-ac53-81e9d57e93cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45369313-f20c-42ca-ac53-81e9d57e93cc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-45369313-f20c-42ca-ac53-81e9d57e93cc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-45369313-f20c-42ca-ac53-81e9d57e93cc-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-45369313-f20c-42ca-ac53-81e9d57e93cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-45369313-f20c-42ca-ac53-81e9d57e93cc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-45369313-f20c-42ca-ac53-81e9d57e93cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-45369313-f20c-42ca-ac53-81e9d57e93cc img.shogun-image {
  width: 100%;
  
  
  max-width: 4000px;

      
    max-width: 4000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-45369313-f20c-42ca-ac53-81e9d57e93cc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-45369313-f20c-42ca-ac53-81e9d57e93cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45369313-f20c-42ca-ac53-81e9d57e93cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45369313-f20c-42ca-ac53-81e9d57e93cc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6164de71-19d8-4e95-b4fd-965351122ef1 {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
text-align: center;
}

#s-6164de71-19d8-4e95-b4fd-965351122ef1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6164de71-19d8-4e95-b4fd-965351122ef1-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-6164de71-19d8-4e95-b4fd-965351122ef1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6164de71-19d8-4e95-b4fd-965351122ef1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6164de71-19d8-4e95-b4fd-965351122ef1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6164de71-19d8-4e95-b4fd-965351122ef1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6164de71-19d8-4e95-b4fd-965351122ef1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6164de71-19d8-4e95-b4fd-965351122ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6164de71-19d8-4e95-b4fd-965351122ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6164de71-19d8-4e95-b4fd-965351122ef1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6164de71-19d8-4e95-b4fd-965351122ef1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6164de71-19d8-4e95-b4fd-965351122ef1-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-6164de71-19d8-4e95-b4fd-965351122ef1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6164de71-19d8-4e95-b4fd-965351122ef1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6164de71-19d8-4e95-b4fd-965351122ef1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6164de71-19d8-4e95-b4fd-965351122ef1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6164de71-19d8-4e95-b4fd-965351122ef1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6164de71-19d8-4e95-b4fd-965351122ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6164de71-19d8-4e95-b4fd-965351122ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6164de71-19d8-4e95-b4fd-965351122ef1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6164de71-19d8-4e95-b4fd-965351122ef1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6164de71-19d8-4e95-b4fd-965351122ef1-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-6164de71-19d8-4e95-b4fd-965351122ef1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6164de71-19d8-4e95-b4fd-965351122ef1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6164de71-19d8-4e95-b4fd-965351122ef1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6164de71-19d8-4e95-b4fd-965351122ef1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6164de71-19d8-4e95-b4fd-965351122ef1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6164de71-19d8-4e95-b4fd-965351122ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6164de71-19d8-4e95-b4fd-965351122ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6164de71-19d8-4e95-b4fd-965351122ef1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6164de71-19d8-4e95-b4fd-965351122ef1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6164de71-19d8-4e95-b4fd-965351122ef1-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-6164de71-19d8-4e95-b4fd-965351122ef1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6164de71-19d8-4e95-b4fd-965351122ef1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6164de71-19d8-4e95-b4fd-965351122ef1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6164de71-19d8-4e95-b4fd-965351122ef1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6164de71-19d8-4e95-b4fd-965351122ef1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6164de71-19d8-4e95-b4fd-965351122ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6164de71-19d8-4e95-b4fd-965351122ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6164de71-19d8-4e95-b4fd-965351122ef1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6164de71-19d8-4e95-b4fd-965351122ef1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6164de71-19d8-4e95-b4fd-965351122ef1-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-6164de71-19d8-4e95-b4fd-965351122ef1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6164de71-19d8-4e95-b4fd-965351122ef1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6164de71-19d8-4e95-b4fd-965351122ef1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6164de71-19d8-4e95-b4fd-965351122ef1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

      
    max-width: 1024px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6164de71-19d8-4e95-b4fd-965351122ef1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6164de71-19d8-4e95-b4fd-965351122ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6164de71-19d8-4e95-b4fd-965351122ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6164de71-19d8-4e95-b4fd-965351122ef1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2c02bc20-c299-4fb8-8558-fb6619f97ccf {
  padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2c02bc20-c299-4fb8-8558-fb6619f97ccf {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c02bc20-c299-4fb8-8558-fb6619f97ccf {
  padding-top: 10px;
padding-bottom: 10px;
}
}







#s-2c02bc20-c299-4fb8-8558-fb6619f97ccf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c02bc20-c299-4fb8-8558-fb6619f97ccf.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-9a6ee192-2945-4999-a91c-235fe1fda6bf {
  margin-left: 10%;
margin-right: 10%;
min-height: 150px;
}
}
@media (min-width: 0px) {
[id="s-9a6ee192-2945-4999-a91c-235fe1fda6bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a6ee192-2945-4999-a91c-235fe1fda6bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a6ee192-2945-4999-a91c-235fe1fda6bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a6ee192-2945-4999-a91c-235fe1fda6bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9e706f99-6395-4bac-a6d2-133ea0d4cc4b {
  margin-bottom: 20px;
}

#s-9e706f99-6395-4bac-a6d2-133ea0d4cc4b .shogun-icon-wrapper {
  text-align: center;
}


#s-9e706f99-6395-4bac-a6d2-133ea0d4cc4b .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(51, 51, 51, 1);
}

#s-5d753454-da9b-414d-b591-b90d1048cebc {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5d753454-da9b-414d-b591-b90d1048cebc .shogun-heading-component h4 {
  color: rgba(251, 251, 251, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 1200px){#s-5d753454-da9b-414d-b591-b90d1048cebc .shogun-heading-component h4 {
  color: rgba(80, 79, 79, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: -1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5d753454-da9b-414d-b591-b90d1048cebc .shogun-heading-component h4 {
  color: rgba(79, 77, 77, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-5d753454-da9b-414d-b591-b90d1048cebc .shogun-heading-component h4 {
  color: rgba(11, 10, 10, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -1px;
  
}


}
.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 {
  
  
  
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-93c65964-2f3a-4dc5-b166-17422a2cb148 {
  margin-left: auto;
margin-right: auto;
}

#s-93c65964-2f3a-4dc5-b166-17422a2cb148 .shg-proportional-font-size,
#s-93c65964-2f3a-4dc5-b166-17422a2cb148 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 1200px){#s-93c65964-2f3a-4dc5-b166-17422a2cb148 .shg-proportional-font-size,
#s-93c65964-2f3a-4dc5-b166-17422a2cb148 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 50;
    
    
    font-size: 0.5em;
  
}
}
#s-287f5d16-0431-4e36-8f33-701ac6bbab03 {
  margin-bottom: 20px;
}

#s-287f5d16-0431-4e36-8f33-701ac6bbab03 .shogun-icon-wrapper {
  text-align: center;
}


#s-287f5d16-0431-4e36-8f33-701ac6bbab03 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(51, 51, 51, 1);
}

#s-7a3951b5-a960-4e87-bf39-3896274d42b3 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7a3951b5-a960-4e87-bf39-3896274d42b3 .shogun-heading-component h4 {
  color: rgba(251, 251, 251, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 1200px){#s-7a3951b5-a960-4e87-bf39-3896274d42b3 .shogun-heading-component h4 {
  color: rgba(80, 79, 79, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: -1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7a3951b5-a960-4e87-bf39-3896274d42b3 .shogun-heading-component h4 {
  color: rgba(79, 77, 77, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-7a3951b5-a960-4e87-bf39-3896274d42b3 .shogun-heading-component h4 {
  color: rgba(16, 15, 15, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -1px;
  
}


}
#s-7c571cba-0fdd-47ba-9dd0-b232e61d8a84 {
  margin-left: auto;
margin-right: auto;
}

#s-7c571cba-0fdd-47ba-9dd0-b232e61d8a84 .shg-proportional-font-size,
#s-7c571cba-0fdd-47ba-9dd0-b232e61d8a84 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 1200px){#s-7c571cba-0fdd-47ba-9dd0-b232e61d8a84 .shg-proportional-font-size,
#s-7c571cba-0fdd-47ba-9dd0-b232e61d8a84 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 50;
    
    
    font-size: 0.5em;
  
}
}
#s-62e292dd-0a4f-4d6b-9c0b-9dfef5356418 {
  margin-bottom: 20px;
}

#s-62e292dd-0a4f-4d6b-9c0b-9dfef5356418 .shogun-icon-wrapper {
  text-align: center;
}


#s-62e292dd-0a4f-4d6b-9c0b-9dfef5356418 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(51, 51, 51, 1);
}

#s-7b38a486-7018-47ff-8371-8f8009846b61 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7b38a486-7018-47ff-8371-8f8009846b61 .shogun-heading-component h4 {
  color: rgba(251, 251, 251, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 1200px){#s-7b38a486-7018-47ff-8371-8f8009846b61 .shogun-heading-component h4 {
  color: rgba(80, 79, 79, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: -1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7b38a486-7018-47ff-8371-8f8009846b61 .shogun-heading-component h4 {
  color: rgba(79, 77, 77, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-7b38a486-7018-47ff-8371-8f8009846b61 .shogun-heading-component h4 {
  color: rgba(21, 20, 20, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -1px;
  
}


}
#s-b79295de-d178-46f2-83cf-dab133dd62c5 {
  margin-left: auto;
margin-right: auto;
}

#s-b79295de-d178-46f2-83cf-dab133dd62c5 .shg-proportional-font-size,
#s-b79295de-d178-46f2-83cf-dab133dd62c5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 1200px){#s-b79295de-d178-46f2-83cf-dab133dd62c5 .shg-proportional-font-size,
#s-b79295de-d178-46f2-83cf-dab133dd62c5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 50;
    
    
    font-size: 0.5em;
  
}
}
#s-336307cc-2c21-462b-b73d-214c53e63663 {
  min-height: 50px;
}








#s-336307cc-2c21-462b-b73d-214c53e63663 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-336307cc-2c21-462b-b73d-214c53e63663.shg-box.shg-c {
  justify-content: center;
}

#s-bda1f7bf-9c23-4c4f-b7e7-2f2e5b919135 {
  background-color: rgba(222, 253, 255, 1);
}
@media (min-width: 1200px){#s-bda1f7bf-9c23-4c4f-b7e7-2f2e5b919135 {
  margin-left: 10%;
margin-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
}
@media (min-width: 0px) {
[id="s-bda1f7bf-9c23-4c4f-b7e7-2f2e5b919135"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bda1f7bf-9c23-4c4f-b7e7-2f2e5b919135"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bda1f7bf-9c23-4c4f-b7e7-2f2e5b919135"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bda1f7bf-9c23-4c4f-b7e7-2f2e5b919135"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-fedc8ee7-5c5d-499c-8a98-85488fbdd4bc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-fedc8ee7-5c5d-499c-8a98-85488fbdd4bc {
  min-height: 0px;
}
}@media (max-width: 767px){#s-fedc8ee7-5c5d-499c-8a98-85488fbdd4bc {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 4px;
padding-bottom: 4px;
}
}







#s-fedc8ee7-5c5d-499c-8a98-85488fbdd4bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fedc8ee7-5c5d-499c-8a98-85488fbdd4bc.shg-box.shg-c {
  justify-content: center;
}

#s-f2fcf483-f3f7-45cf-8ff4-dad2474b0d43 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f2fcf483-f3f7-45cf-8ff4-dad2474b0d43 {
  min-height: 0px;
}
}







#s-f2fcf483-f3f7-45cf-8ff4-dad2474b0d43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2fcf483-f3f7-45cf-8ff4-dad2474b0d43.shg-box.shg-c {
  justify-content: center;
}

#s-0ec91b7f-b907-4158-99c1-4987b1199ee2 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 200px;
background-color: rgba(254, 254, 254, 1);
}
@media (min-width: 1200px){#s-0ec91b7f-b907-4158-99c1-4987b1199ee2 {
  margin-left: 1%;
margin-right: 1%;
}
}







#s-0ec91b7f-b907-4158-99c1-4987b1199ee2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ec91b7f-b907-4158-99c1-4987b1199ee2.shg-box.shg-c {
  justify-content: center;
}

#s-09186c72-d27c-469f-ac7e-2ddc87eb3854 {
  margin-bottom: 20px;
padding-top: 4px;
padding-bottom: 4px;
text-align: center;
}

#s-09186c72-d27c-469f-ac7e-2ddc87eb3854 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-09186c72-d27c-469f-ac7e-2ddc87eb3854 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-09186c72-d27c-469f-ac7e-2ddc87eb3854 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1em;
  
  
}


}
#s-cda48b93-735f-4f72-86cf-5b3201c0b30f {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-cda48b93-735f-4f72-86cf-5b3201c0b30f {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cda48b93-735f-4f72-86cf-5b3201c0b30f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cda48b93-735f-4f72-86cf-5b3201c0b30f {
  
}
}@media (max-width: 767px){#s-cda48b93-735f-4f72-86cf-5b3201c0b30f {
  
}
}







#s-cda48b93-735f-4f72-86cf-5b3201c0b30f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-cda48b93-735f-4f72-86cf-5b3201c0b30f.shg-box.shg-c {
  justify-content: center;
}

#s-35bd459c-1a78-48d0-b104-d6d86f4a8d51 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTdlOWFhMDQtMWY0Ni00OTkzLTllMjMtOWYzOTI3YTAzYjYzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA0ODk2ODUwNTg1OTM3NSIgc3R5bGU9InN0b3AtY29sb3I6I2YxYWEwYjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC4wNSIgc3R5bGU9InN0b3AtY29sb3I6I2UzZTM5ZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC4wNSIgc3R5bGU9InN0b3AtY29sb3I6I2ViZWIxMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC4wNSIgc3R5bGU9InN0b3AtY29sb3I6I2YxYWEwYjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC4xNDQ0MjMwNTEzMTM5MjA0NCIgc3R5bGU9InN0b3AtY29sb3I6I2YxYWEwYjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC42NDQ0MjMwNTEzMTM5MjA0IiBzdHlsZT0ic3RvcC1jb2xvcjojZDM5MjE2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjg5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiODgwMTA7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzE3ZTlhYTA0LTFmNDYtNDk5My05ZTIzLTlmMzkyN2EwM2I2MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 12px;
margin-left: 3%;
margin-bottom: 12px;
margin-right: 3%;
padding-top: 9px;
padding-left: 19px;
padding-bottom: 9px;
padding-right: 19px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 38px;
max-width: 200px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>6, "pos"=>0.048968505859375, "color"=>"#f1aa0b"}, {"id"=>1, "pos"=>0.05, "color"=>"#e3e39f"}, {"id"=>5, "pos"=>0.05, "color"=>"#ebeb10"}, {"id"=>7, "pos"=>0.05, "color"=>"#f1aa0b"}, {"id"=>3, "pos"=>0.1444230513139204, "color"=>"#f1aa0b"}, {"id"=>4, "pos"=>0.6444230513139204, "color"=>"#d39216"}, {"id"=>2, "pos"=>0.8954545454545455, "color"=>"#b88010"}];
hover-type: gradient;
}
#s-35bd459c-1a78-48d0-b104-d6d86f4a8d51:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-35bd459c-1a78-48d0-b104-d6d86f4a8d51:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjQzNmMwN2MtYmJiMi00MmIwLWI0NWYtNDkyYzFhNzgxMTRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjQ5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiMyYjQ1OWU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODY3MTUwMzI0MDQxMTkzMiIgc3R5bGU9InN0b3AtY29sb3I6IzQyNDI0MDtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMjQzNmMwN2MtYmJiMi00MmIwLWI0NWYtNDkyYzFhNzgxMTRmKSIvPjwvc3ZnPg==) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.4954545454545455, "color"=>"#2b459e"}, {"id"=>3, "pos"=>0.8671503240411932, "color"=>"#424240"}] !important;
hover-type: gradient !important;}@media (max-width: 767px){#s-35bd459c-1a78-48d0-b104-d6d86f4a8d51 {
  background-color: rgba(249, 237, 237, 1);
}
#s-35bd459c-1a78-48d0-b104-d6d86f4a8d51:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTdiZDczNmQtNWIyOS00NWQ1LTg2ZjEtYWQ2Y2NlY2Y5ZTVjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjQ5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiMyYjQ1OWU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODY3MTUwMzI0MDQxMTkzMiIgc3R5bGU9InN0b3AtY29sb3I6IzQyNDI0MDtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjOTdiZDczNmQtNWIyOS00NWQ1LTg2ZjEtYWQ2Y2NlY2Y5ZTVjKSIvPjwvc3ZnPg==) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.4954545454545455, "color"=>"#2b459e"}, {"id"=>3, "pos"=>0.8671503240411932, "color"=>"#424240"}] !important;
hover-type: gradient !important;}}

  #s-35bd459c-1a78-48d0-b104-d6d86f4a8d51-root {
    text-align: center;
  }


#s-35bd459c-1a78-48d0-b104-d6d86f4a8d51.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-35bd459c-1a78-48d0-b104-d6d86f4a8d51-root {
    text-align: center;
  }


#s-35bd459c-1a78-48d0-b104-d6d86f4a8d51.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35bd459c-1a78-48d0-b104-d6d86f4a8d51-root {
    text-align: center;
  }


#s-35bd459c-1a78-48d0-b104-d6d86f4a8d51.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35bd459c-1a78-48d0-b104-d6d86f4a8d51-root {
    text-align: center;
  }


#s-35bd459c-1a78-48d0-b104-d6d86f4a8d51.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-35bd459c-1a78-48d0-b104-d6d86f4a8d51-root {
    text-align: center;
  }


#s-35bd459c-1a78-48d0-b104-d6d86f4a8d51.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}
#s-5338c991-a4c2-4931-9008-c8b929c98245 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 9px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5338c991-a4c2-4931-9008-c8b929c98245 {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-5338c991-a4c2-4931-9008-c8b929c98245 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5338c991-a4c2-4931-9008-c8b929c98245.shg-box.shg-c {
  justify-content: center;
}

#s-d4536a40-b904-4b2d-9f45-68cd50d8ec33 {
  margin-top: 23px;
margin-left: 50px;
margin-bottom: 23px;
margin-right: 50px;
min-height: 150px;
}

@media (min-width: 0px) {
[id="s-d4536a40-b904-4b2d-9f45-68cd50d8ec33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4536a40-b904-4b2d-9f45-68cd50d8ec33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d4536a40-b904-4b2d-9f45-68cd50d8ec33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4536a40-b904-4b2d-9f45-68cd50d8ec33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9fd1c34f-a16e-48eb-9308-83e0bae5f5fb {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-9fd1c34f-a16e-48eb-9308-83e0bae5f5fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9fd1c34f-a16e-48eb-9308-83e0bae5f5fb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f73abb98-bd24-4674-a970-587a2d7ce071 {
  margin-left: 20px;
margin-right: 20px;
}

#s-f73abb98-bd24-4674-a970-587a2d7ce071 .shogun-icon-wrapper {
  text-align: center;
}


#s-f73abb98-bd24-4674-a970-587a2d7ce071 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-d8d4b169-25f1-497f-b6c3-ab416b219d67 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8d4b169-25f1-497f-b6c3-ab416b219d67 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Alike";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: "Harmonia Sans";
  font-weight: 600;
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.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: rgba(0, 0, 0, 1);
  font-family: "Harmonia Sans";
}

.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: rgba(0, 0, 0, 1);
  font-family: "Harmonia Sans";
  font-weight: 600;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: "Harmonia Sans";
  font-weight: 400;
}

#s-2a2e9708-5925-4714-9bfb-d3a13b20cde5 {
  margin-left: 20px;
margin-right: 20px;
}

#s-65dc10c8-b787-4e47-be56-5e94a4b85da5 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-65dc10c8-b787-4e47-be56-5e94a4b85da5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65dc10c8-b787-4e47-be56-5e94a4b85da5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-25e0ab71-b2dc-49e8-a06e-13764236d7d4 {
  margin-left: 20px;
margin-right: 20px;
}

#s-25e0ab71-b2dc-49e8-a06e-13764236d7d4 .shogun-icon-wrapper {
  text-align: center;
}


#s-25e0ab71-b2dc-49e8-a06e-13764236d7d4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-8bcd7146-fefa-42cc-a196-8186a635264a {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bcd7146-fefa-42cc-a196-8186a635264a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Alike";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-6f46f4fc-2005-497a-8420-1366ea8a941e {
  margin-left: 20px;
margin-right: 20px;
}

#s-e292615e-eb3d-4c94-9584-c4337e404b60 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-e292615e-eb3d-4c94-9584-c4337e404b60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e292615e-eb3d-4c94-9584-c4337e404b60.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4b569dcb-33b6-409b-a901-6ae822f360ef {
  margin-left: 20px;
margin-right: 20px;
}

#s-4b569dcb-33b6-409b-a901-6ae822f360ef .shogun-icon-wrapper {
  text-align: center;
}


#s-4b569dcb-33b6-409b-a901-6ae822f360ef .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-eaa28987-2e85-4df3-88be-546faede6af8 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eaa28987-2e85-4df3-88be-546faede6af8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Alike";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-9c204009-adb4-4c6e-a796-3394218b1ebf {
  margin-left: 20px;
margin-right: 20px;
}

#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178 {
  background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 250px;
background-position: center bottom;
}
@media (max-width: 767px){#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178 {
  background-attachment: scroll;
}
}
#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178 {
  background-image: url(https://i.shgcdn.com/ed194658-7fdc-441a-9a9c-8c7945cf8d6c/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178 {
  background-image: url(https://i.shgcdn.com/ed194658-7fdc-441a-9a9c-8c7945cf8d6c/-/resize/480x/);
}
#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178 {
  background-image: url(https://i.shgcdn.com/ed194658-7fdc-441a-9a9c-8c7945cf8d6c/-/resize/960x/);
}
#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178 {
  background-image: url(https://i.shgcdn.com/ed194658-7fdc-441a-9a9c-8c7945cf8d6c/-/resize/768x/);
}
#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178 {
  background-image: url(https://i.shgcdn.com/ed194658-7fdc-441a-9a9c-8c7945cf8d6c/-/resize/1536x/);
}
#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178 {
  background-image: url(https://i.shgcdn.com/ed194658-7fdc-441a-9a9c-8c7945cf8d6c/-/resize/1024x/);
}
#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178 {
  background-image: url(https://i.shgcdn.com/ed194658-7fdc-441a-9a9c-8c7945cf8d6c/-/resize/2048x/);
}
#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178 {
  background-image: url(https://i.shgcdn.com/ed194658-7fdc-441a-9a9c-8c7945cf8d6c/-/resize/1200x/);
}
#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178 {
  background-image: url(https://i.shgcdn.com/ed194658-7fdc-441a-9a9c-8c7945cf8d6c/-/resize/2048x/);
}
#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43aa68c4-4407-4eb1-af53-f01b4b4e7178.shg-box.shg-c {
  justify-content: center;
}
}
#s-1ea063c1-f52e-4c6a-86a5-5dc47c96dda6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
background-color: rgba(155, 155, 190, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-1ea063c1-f52e-4c6a-86a5-5dc47c96dda6:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-1ea063c1-f52e-4c6a-86a5-5dc47c96dda6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1ea063c1-f52e-4c6a-86a5-5dc47c96dda6-root {
    text-align: center;
  }


#s-1ea063c1-f52e-4c6a-86a5-5dc47c96dda6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Alice;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ea063c1-f52e-4c6a-86a5-5dc47c96dda6-root {
    text-align: center;
  }


#s-1ea063c1-f52e-4c6a-86a5-5dc47c96dda6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Alice;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ea063c1-f52e-4c6a-86a5-5dc47c96dda6-root {
    text-align: center;
  }


#s-1ea063c1-f52e-4c6a-86a5-5dc47c96dda6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Alice;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ea063c1-f52e-4c6a-86a5-5dc47c96dda6-root {
    text-align: center;
  }


#s-1ea063c1-f52e-4c6a-86a5-5dc47c96dda6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Alice;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ea063c1-f52e-4c6a-86a5-5dc47c96dda6-root {
    text-align: center;
  }


#s-1ea063c1-f52e-4c6a-86a5-5dc47c96dda6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Alice;
  display:  inline-block ;
}
}
#s-30d73feb-eb00-455c-a949-621bae8f700a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-30d73feb-eb00-455c-a949-621bae8f700a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30d73feb-eb00-455c-a949-621bae8f700a.shg-box.shg-c {
  justify-content: center;
}

#s-c27b6947-84a4-4063-9734-70fe1f024abb {
  background-repeat: no-repeat;
min-height: 50px;
}
@media (min-width: 1200px){#s-c27b6947-84a4-4063-9734-70fe1f024abb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c27b6947-84a4-4063-9734-70fe1f024abb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c27b6947-84a4-4063-9734-70fe1f024abb {
  
}
}@media (max-width: 767px){#s-c27b6947-84a4-4063-9734-70fe1f024abb {
  
}
}
#s-c27b6947-84a4-4063-9734-70fe1f024abb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDI4ODI1YzMtNWUwMy00MTFjLTkwNmItNDRiYWRjOTRhNGZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjIxMzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTMyODU5NjYzNTI5ODI5NSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmZmZmZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmZmZmZjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjNDI4ODI1YzMtNWUwMy00MTFjLTkwNmItNDRiYWRjOTRhNGZlKSIvPjwvc3ZnPg==);
}








#s-c27b6947-84a4-4063-9734-70fe1f024abb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c27b6947-84a4-4063-9734-70fe1f024abb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b2a5a505-0f2b-4b02-956f-97aeeaa3e271 {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-b2a5a505-0f2b-4b02-956f-97aeeaa3e271 .shogun-heading-component h1 {
  color: rgba(118, 118, 145, 1);
  font-weight:  normal ;
  font-family: "Alike";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-3195723c-08b9-499f-97f3-4646e6e7db2c {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 14px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-3195723c-08b9-499f-97f3-4646e6e7db2c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3195723c-08b9-499f-97f3-4646e6e7db2c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3195723c-08b9-499f-97f3-4646e6e7db2c {
  
}
}@media (max-width: 767px){#s-3195723c-08b9-499f-97f3-4646e6e7db2c {
  
}
}
@media (min-width: 0px) {
[id="s-3195723c-08b9-499f-97f3-4646e6e7db2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3195723c-08b9-499f-97f3-4646e6e7db2c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3195723c-08b9-499f-97f3-4646e6e7db2c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3195723c-08b9-499f-97f3-4646e6e7db2c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e099b3c4-be46-406f-aeea-895046dad8dc {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: -4px;
margin-right: 2%;
opacity: 1;
}
@media (min-width: 1200px){#s-e099b3c4-be46-406f-aeea-895046dad8dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e099b3c4-be46-406f-aeea-895046dad8dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e099b3c4-be46-406f-aeea-895046dad8dc {
  
}
}@media (max-width: 767px){#s-e099b3c4-be46-406f-aeea-895046dad8dc {
  
}
}
#s-a2676e93-d938-46c0-be83-225b1d6c8519 {
  margin-top: 40px;
margin-left: 1%;
margin-bottom: 40px;
margin-right: 1%;
padding-top: 0px;
padding-bottom: 0px;
opacity: 1;
}
@media (min-width: 1200px){#s-a2676e93-d938-46c0-be83-225b1d6c8519 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2676e93-d938-46c0-be83-225b1d6c8519 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2676e93-d938-46c0-be83-225b1d6c8519 {
  
}
}@media (max-width: 767px){#s-a2676e93-d938-46c0-be83-225b1d6c8519 {
  
}
}
#s-43901087-874d-433e-8ceb-1f0093103f2c {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
opacity: 1;
}
@media (min-width: 1200px){#s-43901087-874d-433e-8ceb-1f0093103f2c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43901087-874d-433e-8ceb-1f0093103f2c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-43901087-874d-433e-8ceb-1f0093103f2c {
  
}
}@media (max-width: 767px){#s-43901087-874d-433e-8ceb-1f0093103f2c {
  
}
}
#s-87de4ba2-445f-453e-a871-ca6e21c50c7d {
  min-height: 500px;
}
@media (min-width: 1200px){#s-87de4ba2-445f-453e-a871-ca6e21c50c7d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87de4ba2-445f-453e-a871-ca6e21c50c7d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-87de4ba2-445f-453e-a871-ca6e21c50c7d {
  
}
}@media (max-width: 767px){#s-87de4ba2-445f-453e-a871-ca6e21c50c7d {
  
}
}







#s-87de4ba2-445f-453e-a871-ca6e21c50c7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-87de4ba2-445f-453e-a871-ca6e21c50c7d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1e1583f1-8308-4904-b3a2-b483d1040040 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-1e1583f1-8308-4904-b3a2-b483d1040040 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e1583f1-8308-4904-b3a2-b483d1040040 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e1583f1-8308-4904-b3a2-b483d1040040 {
  
}
}@media (max-width: 767px){#s-1e1583f1-8308-4904-b3a2-b483d1040040 {
  
}
}
#s-1e1583f1-8308-4904-b3a2-b483d1040040 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 1200px){#s-1e1583f1-8308-4904-b3a2-b483d1040040 .shogun-heading-component h1 {
  color: rgba(139, 133, 133, 1);
  font-weight:  900 ;
  font-family: "Alike";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1e1583f1-8308-4904-b3a2-b483d1040040 .shogun-heading-component h1 {
  color: rgba(137, 115, 115, 1);
  font-weight:  900 ;
  font-family: "Alike";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1e1583f1-8308-4904-b3a2-b483d1040040 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Alike";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (max-width: 767px){#s-1e1583f1-8308-4904-b3a2-b483d1040040 .shogun-heading-component h1 {
  color: rgba(146, 133, 133, 1);
  font-weight:  900 ;
  font-family: "Alike";
  font-style:  normal ;
  font-size: 43px;
  
  
  
}


}
#s-14048b28-8998-4756-a4e6-37e72725e54e {
  background-repeat: repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-14048b28-8998-4756-a4e6-37e72725e54e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-14048b28-8998-4756-a4e6-37e72725e54e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-14048b28-8998-4756-a4e6-37e72725e54e {
  
}
}@media (max-width: 767px){#s-14048b28-8998-4756-a4e6-37e72725e54e {
  
}
}







#s-14048b28-8998-4756-a4e6-37e72725e54e > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
  display: block;
}#s-14048b28-8998-4756-a4e6-37e72725e54e.shg-box.shg-c {
  justify-content: center;
}

#s-5dd1e888-c8a8-433a-b255-d7cfe13cc974 {
  border-style: solid;
margin-bottom: 40px;
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: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(232, 0, 51, 1);
font-size: 14px;
font-weight: bold;
color: rgba(254, 254, 254, 1);
text-decoration: none;
}
#s-5dd1e888-c8a8-433a-b255-d7cfe13cc974:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(185, 0, 43, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-5dd1e888-c8a8-433a-b255-d7cfe13cc974:active {background-color: rgba(232, 0, 51, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5dd1e888-c8a8-433a-b255-d7cfe13cc974 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjQ4YmY3ZGUtMDE0NS00MTdkLWE2ZTItMGQyNWZiYzIxNGFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhYTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjI2NDY3Nzg0NTM0ODAxMTM2IiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhYTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjcwMTA0MTQ4MTcxMTY0NzciIHN0eWxlPSJzdG9wLWNvbG9yOiNkMzkyMTY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNiODgwMTA7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzY0OGJmN2RlLTAxNDUtNDE3ZC1hNmUyLTBkMjVmYmMyMTRhZSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f1aa0b"}, {"id"=>4, "pos"=>0.2646778453480114, "color"=>"#f1aa0b"}, {"id"=>3, "pos"=>0.7010414817116477, "color"=>"#d39216"}, {"id"=>2, "pos"=>1, "color"=>"#b88010"}];
hover-type: gradient;
}
#s-5dd1e888-c8a8-433a-b255-d7cfe13cc974:active {background-color: rgba(200, 136, 6, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-5dd1e888-c8a8-433a-b255-d7cfe13cc974 {
  background-image: none;
background-color: rgba(200, 136, 6, 1);
hover-type: color;
}
#s-5dd1e888-c8a8-433a-b255-d7cfe13cc974:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(145, 108, 32, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5dd1e888-c8a8-433a-b255-d7cfe13cc974:active {background-color: rgba(200, 136, 6, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-5dd1e888-c8a8-433a-b255-d7cfe13cc974 {
  background-color: rgba(145, 108, 32, 1);
}
#s-5dd1e888-c8a8-433a-b255-d7cfe13cc974:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(200, 136, 6, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5dd1e888-c8a8-433a-b255-d7cfe13cc974:active {background-color: rgba(145, 108, 32, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-5dd1e888-c8a8-433a-b255-d7cfe13cc974 {
  background-color: rgba(200, 136, 6, 1);
}
#s-5dd1e888-c8a8-433a-b255-d7cfe13cc974:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(214, 196, 170, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5dd1e888-c8a8-433a-b255-d7cfe13cc974:active {background-color: rgba(145, 108, 32, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-5dd1e888-c8a8-433a-b255-d7cfe13cc974-root {
    text-align: center;
  }


#s-5dd1e888-c8a8-433a-b255-d7cfe13cc974.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 18px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5dd1e888-c8a8-433a-b255-d7cfe13cc974-root {
    text-align: center;
  }


#s-5dd1e888-c8a8-433a-b255-d7cfe13cc974.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 18px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5dd1e888-c8a8-433a-b255-d7cfe13cc974-root {
    text-align: center;
  }


#s-5dd1e888-c8a8-433a-b255-d7cfe13cc974.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 18px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5dd1e888-c8a8-433a-b255-d7cfe13cc974-root {
    text-align: center;
  }


#s-5dd1e888-c8a8-433a-b255-d7cfe13cc974.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 18px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5dd1e888-c8a8-433a-b255-d7cfe13cc974-root {
    text-align: center;
  }


#s-5dd1e888-c8a8-433a-b255-d7cfe13cc974.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 18px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}
#s-6929d63f-f510-46da-bc98-c303770004ae {
  background-repeat: no-repeat;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 9px;
}

#s-6929d63f-f510-46da-bc98-c303770004ae {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGI5MGI2MTItYzkxMi00ZTFmLTgzYjAtNTg5NTI2NGZlMDVjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjQ2MDEzMjM5MDgwMjU1NjgiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTkwOTA5MDkwOTA5MDkxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YjkwYjYxMi1jOTEyLTRlMWYtODNiMC01ODk1MjY0ZmUwNWMpIi8+PC9zdmc+);
}








#s-6929d63f-f510-46da-bc98-c303770004ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6929d63f-f510-46da-bc98-c303770004ae.shg-box.shg-c {
  justify-content: center;
}

#s-4fe30b7d-1c51-4941-9de2-87bf04e30621 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4fe30b7d-1c51-4941-9de2-87bf04e30621 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fe30b7d-1c51-4941-9de2-87bf04e30621.shg-box.shg-c {
  justify-content: center;
}

#s-d71e1376-1ea0-4d71-8260-f7449b7e9200 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(160, 180, 199, 0);
}

#s-d71e1376-1ea0-4d71-8260-f7449b7e9200 .shogun-heading-component h1 {
  color: rgba(5, 60, 113, 1);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-d71e1376-1ea0-4d71-8260-f7449b7e9200 .shogun-heading-component h1 {
  color: rgba(5, 60, 113, 1);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}


}
#s-82630792-15a6-4acf-be2b-1d0202457b4b {
  margin-left: 10px;
margin-right: 10px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-82630792-15a6-4acf-be2b-1d0202457b4b {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-82630792-15a6-4acf-be2b-1d0202457b4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82630792-15a6-4acf-be2b-1d0202457b4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-82630792-15a6-4acf-be2b-1d0202457b4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-82630792-15a6-4acf-be2b-1d0202457b4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-5970623f-d4c4-449d-a10d-3c68b515deb0 {
  text-align: left;
background-color: rgba(255, 255, 255, 1);
}


  #s-5970623f-d4c4-449d-a10d-3c68b515deb0 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(200, 193, 188, 1);
  }
  #s-5970623f-d4c4-449d-a10d-3c68b515deb0 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
  }
#s-5970623f-d4c4-449d-a10d-3c68b515deb0 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(5, 60, 113, 1);
  
  
  
  font-size: 16px;
}

#s-5970623f-d4c4-449d-a10d-3c68b515deb0 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-5970623f-d4c4-449d-a10d-3c68b515deb0 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-5970623f-d4c4-449d-a10d-3c68b515deb0 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-0fa5055f-ef6c-47c7-bab3-1d9ce70769e7 {
  margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-0fa5055f-ef6c-47c7-bab3-1d9ce70769e7 > .shg-box-overlay {
  background-color: rgba(24, 19, 19, 0.01);
  opacity: 0;
  display: block;
}#s-0fa5055f-ef6c-47c7-bab3-1d9ce70769e7.shg-box.shg-c {
  justify-content: center;
}

#s-d2f2fab8-b82b-4f0f-8966-fe1e7329a802 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d2f2fab8-b82b-4f0f-8966-fe1e7329a802 .shogun-heading-component h3 {
  color: rgba(5, 60, 113, 1);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: left;
}


#s-d2f2fab8-b82b-4f0f-8966-fe1e7329a802 .shogun-heading-component h3 a {
  color: rgba(5, 60, 113, 1);
}


.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-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;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-3de1c037-7f2f-4b38-b503-58b16f842ebc {
  margin-bottom: 0px;
min-height: 0px;
max-width: 450px;
text-align: center;
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc {
  margin: 0 !important;
  overflow: visible;
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3de1c037-7f2f-4b38-b503-58b16f842ebc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-3de1c037-7f2f-4b38-b503-58b16f842ebc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc img.shogun-image {
  /* Add background color handling */
  
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3de1c037-7f2f-4b38-b503-58b16f842ebc.shogun-image {
    
    
    min-height: 0px;
    max-height: 450px;
  }


.s-3de1c037-7f2f-4b38-b503-58b16f842ebc .shogun-image-content {
  
    justify-content: center;
  
}

.s-3de1c037-7f2f-4b38-b503-58b16f842ebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3de1c037-7f2f-4b38-b503-58b16f842ebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc.shogun-image {
  box-sizing: border-box;
}



.s-3de1c037-7f2f-4b38-b503-58b16f842ebc img.shogun-image {
  min-height: 0px;
}


@media (min-width: 1200px){#s-3de1c037-7f2f-4b38-b503-58b16f842ebc {
  margin: 0 !important;
  overflow: visible;
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3de1c037-7f2f-4b38-b503-58b16f842ebc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3de1c037-7f2f-4b38-b503-58b16f842ebc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc img.shogun-image {
  /* Add background color handling */
  
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3de1c037-7f2f-4b38-b503-58b16f842ebc.shogun-image {
    
    
    min-height: 0px;
    max-height: 450px;
  }


.s-3de1c037-7f2f-4b38-b503-58b16f842ebc .shogun-image-content {
  
    justify-content: center;
  
}

.s-3de1c037-7f2f-4b38-b503-58b16f842ebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3de1c037-7f2f-4b38-b503-58b16f842ebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc.shogun-image {
  box-sizing: border-box;
}



.s-3de1c037-7f2f-4b38-b503-58b16f842ebc img.shogun-image {
  min-height: 0px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3de1c037-7f2f-4b38-b503-58b16f842ebc {
  margin: 0 !important;
  overflow: visible;
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3de1c037-7f2f-4b38-b503-58b16f842ebc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3de1c037-7f2f-4b38-b503-58b16f842ebc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc img.shogun-image {
  /* Add background color handling */
  
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3de1c037-7f2f-4b38-b503-58b16f842ebc.shogun-image {
    
    
    min-height: 0px;
    max-height: 450px;
  }


.s-3de1c037-7f2f-4b38-b503-58b16f842ebc .shogun-image-content {
  
    justify-content: center;
  
}

.s-3de1c037-7f2f-4b38-b503-58b16f842ebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3de1c037-7f2f-4b38-b503-58b16f842ebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc.shogun-image {
  box-sizing: border-box;
}



.s-3de1c037-7f2f-4b38-b503-58b16f842ebc img.shogun-image {
  min-height: 0px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-3de1c037-7f2f-4b38-b503-58b16f842ebc {
  margin: 0 !important;
  overflow: visible;
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3de1c037-7f2f-4b38-b503-58b16f842ebc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3de1c037-7f2f-4b38-b503-58b16f842ebc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc img.shogun-image {
  /* Add background color handling */
  
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3de1c037-7f2f-4b38-b503-58b16f842ebc.shogun-image {
    
    
    min-height: 0px;
    max-height: 450px;
  }


.s-3de1c037-7f2f-4b38-b503-58b16f842ebc .shogun-image-content {
  
    justify-content: center;
  
}

.s-3de1c037-7f2f-4b38-b503-58b16f842ebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3de1c037-7f2f-4b38-b503-58b16f842ebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc.shogun-image {
  box-sizing: border-box;
}



.s-3de1c037-7f2f-4b38-b503-58b16f842ebc img.shogun-image {
  min-height: 0px;
}


}@media (max-width: 767px){#s-3de1c037-7f2f-4b38-b503-58b16f842ebc {
  margin: 0 !important;
  overflow: visible;
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3de1c037-7f2f-4b38-b503-58b16f842ebc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3de1c037-7f2f-4b38-b503-58b16f842ebc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc img.shogun-image {
  /* Add background color handling */
  
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3de1c037-7f2f-4b38-b503-58b16f842ebc.shogun-image {
    
    
    min-height: 0px;
    max-height: 450px;
  }


.s-3de1c037-7f2f-4b38-b503-58b16f842ebc .shogun-image-content {
  
    justify-content: center;
  
}

.s-3de1c037-7f2f-4b38-b503-58b16f842ebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3de1c037-7f2f-4b38-b503-58b16f842ebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3de1c037-7f2f-4b38-b503-58b16f842ebc.shogun-image {
  box-sizing: border-box;
}



.s-3de1c037-7f2f-4b38-b503-58b16f842ebc img.shogun-image {
  min-height: 0px;
}


}
#s-7a481601-9c35-4d80-9fab-b0a45e10a6df {
  margin-bottom: 20px;
}

#s-d8c9997e-f46f-4858-9fdb-b6acca2708a6 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(5, 60, 113, 1);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(5, 60, 113, 1);
}
#s-d8c9997e-f46f-4858-9fdb-b6acca2708a6:hover {border-style: solid !important;
border-color: rgba(5, 60, 113, 1) !important;
background-color: rgba(5, 60, 113, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d8c9997e-f46f-4858-9fdb-b6acca2708a6:active {border-style: solid !important;
border-color: rgba(5, 60, 113, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d8c9997e-f46f-4858-9fdb-b6acca2708a6-root {
    text-align: center;
  }


#s-d8c9997e-f46f-4858-9fdb-b6acca2708a6.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d8c9997e-f46f-4858-9fdb-b6acca2708a6-root {
    text-align: center;
  }


#s-d8c9997e-f46f-4858-9fdb-b6acca2708a6.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8c9997e-f46f-4858-9fdb-b6acca2708a6-root {
    text-align: center;
  }


#s-d8c9997e-f46f-4858-9fdb-b6acca2708a6.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8c9997e-f46f-4858-9fdb-b6acca2708a6-root {
    text-align: center;
  }


#s-d8c9997e-f46f-4858-9fdb-b6acca2708a6.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d8c9997e-f46f-4858-9fdb-b6acca2708a6-root {
    text-align: center;
  }


#s-d8c9997e-f46f-4858-9fdb-b6acca2708a6.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}
#s-b496f3cc-b58f-4073-954f-f2abf2b100a0 {
  margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-b496f3cc-b58f-4073-954f-f2abf2b100a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b496f3cc-b58f-4073-954f-f2abf2b100a0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8738754b-be06-4834-bab8-69b61d70a4c2 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8738754b-be06-4834-bab8-69b61d70a4c2 .shogun-heading-component h3 {
  color: rgba(5, 60, 113, 1);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: left;
}



#s-953d5a66-c5c8-4368-b5d0-250f4f807405 {
  margin-bottom: 0px;
max-width: 450px;
text-align: center;
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405 {
  margin: 0 !important;
  overflow: visible;
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-953d5a66-c5c8-4368-b5d0-250f4f807405 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-953d5a66-c5c8-4368-b5d0-250f4f807405 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405 img.shogun-image {
  /* Add background color handling */
  
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-953d5a66-c5c8-4368-b5d0-250f4f807405.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-953d5a66-c5c8-4368-b5d0-250f4f807405 .shogun-image-content {
  
    justify-content: center;
  
}

.s-953d5a66-c5c8-4368-b5d0-250f4f807405.shg-align-container {
  display: flex;
  justify-content: center
}

.s-953d5a66-c5c8-4368-b5d0-250f4f807405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405.shogun-image {
  box-sizing: border-box;
}



.s-953d5a66-c5c8-4368-b5d0-250f4f807405 img.shogun-image {
  
}


@media (min-width: 1200px){#s-953d5a66-c5c8-4368-b5d0-250f4f807405 {
  margin: 0 !important;
  overflow: visible;
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-953d5a66-c5c8-4368-b5d0-250f4f807405 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-953d5a66-c5c8-4368-b5d0-250f4f807405 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405 img.shogun-image {
  /* Add background color handling */
  
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-953d5a66-c5c8-4368-b5d0-250f4f807405.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-953d5a66-c5c8-4368-b5d0-250f4f807405 .shogun-image-content {
  
    justify-content: center;
  
}

.s-953d5a66-c5c8-4368-b5d0-250f4f807405.shg-align-container {
  display: flex;
  justify-content: center
}

.s-953d5a66-c5c8-4368-b5d0-250f4f807405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405.shogun-image {
  box-sizing: border-box;
}



.s-953d5a66-c5c8-4368-b5d0-250f4f807405 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-953d5a66-c5c8-4368-b5d0-250f4f807405 {
  margin: 0 !important;
  overflow: visible;
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-953d5a66-c5c8-4368-b5d0-250f4f807405 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-953d5a66-c5c8-4368-b5d0-250f4f807405 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405 img.shogun-image {
  /* Add background color handling */
  
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-953d5a66-c5c8-4368-b5d0-250f4f807405.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-953d5a66-c5c8-4368-b5d0-250f4f807405 .shogun-image-content {
  
    justify-content: center;
  
}

.s-953d5a66-c5c8-4368-b5d0-250f4f807405.shg-align-container {
  display: flex;
  justify-content: center
}

.s-953d5a66-c5c8-4368-b5d0-250f4f807405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405.shogun-image {
  box-sizing: border-box;
}



.s-953d5a66-c5c8-4368-b5d0-250f4f807405 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-953d5a66-c5c8-4368-b5d0-250f4f807405 {
  margin: 0 !important;
  overflow: visible;
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-953d5a66-c5c8-4368-b5d0-250f4f807405 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-953d5a66-c5c8-4368-b5d0-250f4f807405 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405 img.shogun-image {
  /* Add background color handling */
  
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-953d5a66-c5c8-4368-b5d0-250f4f807405.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-953d5a66-c5c8-4368-b5d0-250f4f807405 .shogun-image-content {
  
    justify-content: center;
  
}

.s-953d5a66-c5c8-4368-b5d0-250f4f807405.shg-align-container {
  display: flex;
  justify-content: center
}

.s-953d5a66-c5c8-4368-b5d0-250f4f807405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405.shogun-image {
  box-sizing: border-box;
}



.s-953d5a66-c5c8-4368-b5d0-250f4f807405 img.shogun-image {
  
}


}@media (max-width: 767px){#s-953d5a66-c5c8-4368-b5d0-250f4f807405 {
  margin: 0 !important;
  overflow: visible;
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-953d5a66-c5c8-4368-b5d0-250f4f807405 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-953d5a66-c5c8-4368-b5d0-250f4f807405 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405 img.shogun-image {
  /* Add background color handling */
  
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-953d5a66-c5c8-4368-b5d0-250f4f807405.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-953d5a66-c5c8-4368-b5d0-250f4f807405 .shogun-image-content {
  
    justify-content: center;
  
}

.s-953d5a66-c5c8-4368-b5d0-250f4f807405.shg-align-container {
  display: flex;
  justify-content: center
}

.s-953d5a66-c5c8-4368-b5d0-250f4f807405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-953d5a66-c5c8-4368-b5d0-250f4f807405.shogun-image {
  box-sizing: border-box;
}



.s-953d5a66-c5c8-4368-b5d0-250f4f807405 img.shogun-image {
  
}


}
#s-595ab59e-021e-4a1a-9992-efaffe8ae5e9 {
  margin-bottom: 20px;
}

#s-b3dfd78d-d114-4c63-bcc2-0e261052d9a1 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(5, 60, 113, 1);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(5, 60, 113, 1);
}
#s-b3dfd78d-d114-4c63-bcc2-0e261052d9a1:hover {border-style: solid !important;
border-color: rgba(5, 60, 113, 1) !important;
background-color: rgba(5, 60, 113, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b3dfd78d-d114-4c63-bcc2-0e261052d9a1:active {border-style: solid !important;
border-color: rgba(5, 60, 113, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-b3dfd78d-d114-4c63-bcc2-0e261052d9a1-root {
    text-align: center;
  }


#s-b3dfd78d-d114-4c63-bcc2-0e261052d9a1.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b3dfd78d-d114-4c63-bcc2-0e261052d9a1-root {
    text-align: center;
  }


#s-b3dfd78d-d114-4c63-bcc2-0e261052d9a1.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3dfd78d-d114-4c63-bcc2-0e261052d9a1-root {
    text-align: center;
  }


#s-b3dfd78d-d114-4c63-bcc2-0e261052d9a1.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3dfd78d-d114-4c63-bcc2-0e261052d9a1-root {
    text-align: center;
  }


#s-b3dfd78d-d114-4c63-bcc2-0e261052d9a1.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b3dfd78d-d114-4c63-bcc2-0e261052d9a1-root {
    text-align: center;
  }


#s-b3dfd78d-d114-4c63-bcc2-0e261052d9a1.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}
#s-c13f4320-c295-4b4d-8805-8f0ce5cdfbab {
  margin-bottom: 10px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c13f4320-c295-4b4d-8805-8f0ce5cdfbab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c13f4320-c295-4b4d-8805-8f0ce5cdfbab.shg-box.shg-c {
  justify-content: flex-start;
}

#s-13b04a90-a4cd-4c72-aab4-54394b080a1a {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-13b04a90-a4cd-4c72-aab4-54394b080a1a .shogun-heading-component h3 {
  color: rgba(5, 60, 113, 1);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: left;
}



#s-a884f9c5-801f-4ef0-8977-a199f8724b37 {
  margin-bottom: 0px;
max-width: 450px;
text-align: center;
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37 {
  margin: 0 !important;
  overflow: visible;
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a884f9c5-801f-4ef0-8977-a199f8724b37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-a884f9c5-801f-4ef0-8977-a199f8724b37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37 img.shogun-image {
  /* Add background color handling */
  
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a884f9c5-801f-4ef0-8977-a199f8724b37.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-a884f9c5-801f-4ef0-8977-a199f8724b37 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a884f9c5-801f-4ef0-8977-a199f8724b37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a884f9c5-801f-4ef0-8977-a199f8724b37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37.shogun-image {
  box-sizing: border-box;
}



.s-a884f9c5-801f-4ef0-8977-a199f8724b37 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a884f9c5-801f-4ef0-8977-a199f8724b37 {
  margin: 0 !important;
  overflow: visible;
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a884f9c5-801f-4ef0-8977-a199f8724b37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a884f9c5-801f-4ef0-8977-a199f8724b37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37 img.shogun-image {
  /* Add background color handling */
  
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a884f9c5-801f-4ef0-8977-a199f8724b37.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-a884f9c5-801f-4ef0-8977-a199f8724b37 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a884f9c5-801f-4ef0-8977-a199f8724b37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a884f9c5-801f-4ef0-8977-a199f8724b37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37.shogun-image {
  box-sizing: border-box;
}



.s-a884f9c5-801f-4ef0-8977-a199f8724b37 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a884f9c5-801f-4ef0-8977-a199f8724b37 {
  margin: 0 !important;
  overflow: visible;
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a884f9c5-801f-4ef0-8977-a199f8724b37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a884f9c5-801f-4ef0-8977-a199f8724b37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37 img.shogun-image {
  /* Add background color handling */
  
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a884f9c5-801f-4ef0-8977-a199f8724b37.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-a884f9c5-801f-4ef0-8977-a199f8724b37 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a884f9c5-801f-4ef0-8977-a199f8724b37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a884f9c5-801f-4ef0-8977-a199f8724b37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37.shogun-image {
  box-sizing: border-box;
}



.s-a884f9c5-801f-4ef0-8977-a199f8724b37 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a884f9c5-801f-4ef0-8977-a199f8724b37 {
  margin: 0 !important;
  overflow: visible;
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a884f9c5-801f-4ef0-8977-a199f8724b37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a884f9c5-801f-4ef0-8977-a199f8724b37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37 img.shogun-image {
  /* Add background color handling */
  
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a884f9c5-801f-4ef0-8977-a199f8724b37.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-a884f9c5-801f-4ef0-8977-a199f8724b37 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a884f9c5-801f-4ef0-8977-a199f8724b37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a884f9c5-801f-4ef0-8977-a199f8724b37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37.shogun-image {
  box-sizing: border-box;
}



.s-a884f9c5-801f-4ef0-8977-a199f8724b37 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a884f9c5-801f-4ef0-8977-a199f8724b37 {
  margin: 0 !important;
  overflow: visible;
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a884f9c5-801f-4ef0-8977-a199f8724b37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a884f9c5-801f-4ef0-8977-a199f8724b37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37 img.shogun-image {
  /* Add background color handling */
  
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a884f9c5-801f-4ef0-8977-a199f8724b37.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-a884f9c5-801f-4ef0-8977-a199f8724b37 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a884f9c5-801f-4ef0-8977-a199f8724b37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a884f9c5-801f-4ef0-8977-a199f8724b37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a884f9c5-801f-4ef0-8977-a199f8724b37.shogun-image {
  box-sizing: border-box;
}



.s-a884f9c5-801f-4ef0-8977-a199f8724b37 img.shogun-image {
  
}


}
#s-3f2d064a-634f-4ecf-9453-39bb018dbb9c {
  margin-bottom: 20px;
}

#s-3337d0ed-40fb-4650-8b52-6e8dbc028157 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(5, 60, 113, 1);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(5, 60, 113, 1);
}
#s-3337d0ed-40fb-4650-8b52-6e8dbc028157:hover {border-style: solid !important;
border-color: rgba(5, 60, 113, 1) !important;
background-color: rgba(5, 60, 113, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3337d0ed-40fb-4650-8b52-6e8dbc028157:active {border-style: solid !important;
border-color: rgba(5, 60, 113, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-3337d0ed-40fb-4650-8b52-6e8dbc028157-root {
    text-align: center;
  }


#s-3337d0ed-40fb-4650-8b52-6e8dbc028157.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3337d0ed-40fb-4650-8b52-6e8dbc028157-root {
    text-align: center;
  }


#s-3337d0ed-40fb-4650-8b52-6e8dbc028157.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3337d0ed-40fb-4650-8b52-6e8dbc028157-root {
    text-align: center;
  }


#s-3337d0ed-40fb-4650-8b52-6e8dbc028157.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3337d0ed-40fb-4650-8b52-6e8dbc028157-root {
    text-align: center;
  }


#s-3337d0ed-40fb-4650-8b52-6e8dbc028157.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3337d0ed-40fb-4650-8b52-6e8dbc028157-root {
    text-align: center;
  }


#s-3337d0ed-40fb-4650-8b52-6e8dbc028157.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}
#s-65ea479c-18f3-4420-8907-569223018585 {
  text-align: left;
background-color: rgba(255, 255, 255, 1);
}


  #s-65ea479c-18f3-4420-8907-569223018585 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #DDDDDD;
  }
  #s-65ea479c-18f3-4420-8907-569223018585 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
  }
#s-65ea479c-18f3-4420-8907-569223018585 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(5, 60, 113, 1);
  
  
  
  font-size: 16px;
}

#s-65ea479c-18f3-4420-8907-569223018585 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-65ea479c-18f3-4420-8907-569223018585 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-65ea479c-18f3-4420-8907-569223018585 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-a16ed731-7bcc-41b1-a6f2-1f946b90327d {
  margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-a16ed731-7bcc-41b1-a6f2-1f946b90327d > .shg-box-overlay {
  background-color: rgba(24, 19, 19, 0.01);
  opacity: 0;
  display: block;
}#s-a16ed731-7bcc-41b1-a6f2-1f946b90327d.shg-box.shg-c {
  justify-content: center;
}

#s-671a2ab7-ddf4-4358-81cb-43d68e2da6bc {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-671a2ab7-ddf4-4358-81cb-43d68e2da6bc .shogun-heading-component h3 {
  color: rgba(5, 60, 113, 1);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: left;
}


#s-671a2ab7-ddf4-4358-81cb-43d68e2da6bc .shogun-heading-component h3 a {
  color: rgba(5, 60, 113, 1);
}


#s-55154517-2ac5-4153-96d7-c66a8efd2fdd {
  margin-bottom: 0px;
min-height: 0px;
max-width: 450px;
text-align: center;
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd {
  margin: 0 !important;
  overflow: visible;
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55154517-2ac5-4153-96d7-c66a8efd2fdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-55154517-2ac5-4153-96d7-c66a8efd2fdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd img.shogun-image {
  /* Add background color handling */
  
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-55154517-2ac5-4153-96d7-c66a8efd2fdd.shogun-image {
    
    
    min-height: 0px;
    max-height: 450px;
  }


.s-55154517-2ac5-4153-96d7-c66a8efd2fdd .shogun-image-content {
  
    justify-content: center;
  
}

.s-55154517-2ac5-4153-96d7-c66a8efd2fdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55154517-2ac5-4153-96d7-c66a8efd2fdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd.shogun-image {
  box-sizing: border-box;
}



.s-55154517-2ac5-4153-96d7-c66a8efd2fdd img.shogun-image {
  min-height: 0px;
}


@media (min-width: 1200px){#s-55154517-2ac5-4153-96d7-c66a8efd2fdd {
  margin: 0 !important;
  overflow: visible;
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55154517-2ac5-4153-96d7-c66a8efd2fdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55154517-2ac5-4153-96d7-c66a8efd2fdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd img.shogun-image {
  /* Add background color handling */
  
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-55154517-2ac5-4153-96d7-c66a8efd2fdd.shogun-image {
    
    
    min-height: 0px;
    max-height: 450px;
  }


.s-55154517-2ac5-4153-96d7-c66a8efd2fdd .shogun-image-content {
  
    justify-content: center;
  
}

.s-55154517-2ac5-4153-96d7-c66a8efd2fdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55154517-2ac5-4153-96d7-c66a8efd2fdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd.shogun-image {
  box-sizing: border-box;
}



.s-55154517-2ac5-4153-96d7-c66a8efd2fdd img.shogun-image {
  min-height: 0px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-55154517-2ac5-4153-96d7-c66a8efd2fdd {
  margin: 0 !important;
  overflow: visible;
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55154517-2ac5-4153-96d7-c66a8efd2fdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55154517-2ac5-4153-96d7-c66a8efd2fdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd img.shogun-image {
  /* Add background color handling */
  
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-55154517-2ac5-4153-96d7-c66a8efd2fdd.shogun-image {
    
    
    min-height: 0px;
    max-height: 450px;
  }


.s-55154517-2ac5-4153-96d7-c66a8efd2fdd .shogun-image-content {
  
    justify-content: center;
  
}

.s-55154517-2ac5-4153-96d7-c66a8efd2fdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55154517-2ac5-4153-96d7-c66a8efd2fdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd.shogun-image {
  box-sizing: border-box;
}



.s-55154517-2ac5-4153-96d7-c66a8efd2fdd img.shogun-image {
  min-height: 0px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-55154517-2ac5-4153-96d7-c66a8efd2fdd {
  margin: 0 !important;
  overflow: visible;
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55154517-2ac5-4153-96d7-c66a8efd2fdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55154517-2ac5-4153-96d7-c66a8efd2fdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd img.shogun-image {
  /* Add background color handling */
  
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-55154517-2ac5-4153-96d7-c66a8efd2fdd.shogun-image {
    
    
    min-height: 0px;
    max-height: 450px;
  }


.s-55154517-2ac5-4153-96d7-c66a8efd2fdd .shogun-image-content {
  
    justify-content: center;
  
}

.s-55154517-2ac5-4153-96d7-c66a8efd2fdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55154517-2ac5-4153-96d7-c66a8efd2fdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd.shogun-image {
  box-sizing: border-box;
}



.s-55154517-2ac5-4153-96d7-c66a8efd2fdd img.shogun-image {
  min-height: 0px;
}


}@media (max-width: 767px){#s-55154517-2ac5-4153-96d7-c66a8efd2fdd {
  margin: 0 !important;
  overflow: visible;
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55154517-2ac5-4153-96d7-c66a8efd2fdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55154517-2ac5-4153-96d7-c66a8efd2fdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd img.shogun-image {
  /* Add background color handling */
  
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-55154517-2ac5-4153-96d7-c66a8efd2fdd.shogun-image {
    
    
    min-height: 0px;
    max-height: 450px;
  }


.s-55154517-2ac5-4153-96d7-c66a8efd2fdd .shogun-image-content {
  
    justify-content: center;
  
}

.s-55154517-2ac5-4153-96d7-c66a8efd2fdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55154517-2ac5-4153-96d7-c66a8efd2fdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55154517-2ac5-4153-96d7-c66a8efd2fdd.shogun-image {
  box-sizing: border-box;
}



.s-55154517-2ac5-4153-96d7-c66a8efd2fdd img.shogun-image {
  min-height: 0px;
}


}
#s-32739cf5-357b-49a1-9fe2-45a8325c4f8b {
  margin-bottom: 20px;
}

#s-bf507d81-1607-4809-be2b-172bbfab04d7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(5, 60, 113, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(5, 60, 113, 1);
}
#s-bf507d81-1607-4809-be2b-172bbfab04d7:hover {border-style: solid !important;
border-color: rgba(5, 60, 113, 1) !important;
background-color: rgba(5, 60, 113, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-bf507d81-1607-4809-be2b-172bbfab04d7:active {border-style: solid !important;
border-color: rgba(5, 152, 250, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-bf507d81-1607-4809-be2b-172bbfab04d7-root {
    text-align: center;
  }


#s-bf507d81-1607-4809-be2b-172bbfab04d7.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bf507d81-1607-4809-be2b-172bbfab04d7-root {
    text-align: center;
  }


#s-bf507d81-1607-4809-be2b-172bbfab04d7.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf507d81-1607-4809-be2b-172bbfab04d7-root {
    text-align: center;
  }


#s-bf507d81-1607-4809-be2b-172bbfab04d7.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf507d81-1607-4809-be2b-172bbfab04d7-root {
    text-align: center;
  }


#s-bf507d81-1607-4809-be2b-172bbfab04d7.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bf507d81-1607-4809-be2b-172bbfab04d7-root {
    text-align: center;
  }


#s-bf507d81-1607-4809-be2b-172bbfab04d7.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}
#s-c6c09640-34ed-40f5-b02e-4ab3614de9a7 {
  margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-c6c09640-34ed-40f5-b02e-4ab3614de9a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6c09640-34ed-40f5-b02e-4ab3614de9a7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-df25b181-6164-42ec-b369-18821f3f64ac {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-df25b181-6164-42ec-b369-18821f3f64ac .shogun-heading-component h3 {
  color: rgba(5, 60, 113, 1);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: left;
}


#s-df25b181-6164-42ec-b369-18821f3f64ac .shogun-heading-component h3 a {
  color: rgba(5, 60, 113, 1);
}


#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd {
  margin-bottom: 0px;
max-width: 450px;
text-align: center;
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd {
  margin: 0 !important;
  overflow: visible;
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd img.shogun-image {
  /* Add background color handling */
  
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd.shogun-image {
  box-sizing: border-box;
}



.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd img.shogun-image {
  
}


@media (min-width: 1200px){#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd {
  margin: 0 !important;
  overflow: visible;
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd img.shogun-image {
  /* Add background color handling */
  
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd.shogun-image {
  box-sizing: border-box;
}



.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd {
  margin: 0 !important;
  overflow: visible;
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd img.shogun-image {
  /* Add background color handling */
  
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd.shogun-image {
  box-sizing: border-box;
}



.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd {
  margin: 0 !important;
  overflow: visible;
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd img.shogun-image {
  /* Add background color handling */
  
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd.shogun-image {
  box-sizing: border-box;
}



.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd img.shogun-image {
  
}


}@media (max-width: 767px){#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd {
  margin: 0 !important;
  overflow: visible;
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd img.shogun-image {
  /* Add background color handling */
  
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd.shogun-image {
  box-sizing: border-box;
}



.s-eeb48c18-95f6-49d9-b9e0-44bd785f3bfd img.shogun-image {
  
}


}
#s-9adf28d2-836c-4864-a3c7-460ae1e9bbb2 {
  margin-bottom: 20px;
}

#s-a6209aed-060b-425f-8854-2b4875f49b59 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(5, 60, 113, 1);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(5, 60, 113, 1);
}
#s-a6209aed-060b-425f-8854-2b4875f49b59:hover {border-style: solid !important;
border-color: rgba(5, 60, 113, 1) !important;
background-color: rgba(5, 60, 113, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a6209aed-060b-425f-8854-2b4875f49b59:active {border-style: solid !important;
border-color: rgba(5, 152, 250, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-a6209aed-060b-425f-8854-2b4875f49b59-root {
    text-align: center;
  }


#s-a6209aed-060b-425f-8854-2b4875f49b59.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a6209aed-060b-425f-8854-2b4875f49b59-root {
    text-align: center;
  }


#s-a6209aed-060b-425f-8854-2b4875f49b59.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6209aed-060b-425f-8854-2b4875f49b59-root {
    text-align: center;
  }


#s-a6209aed-060b-425f-8854-2b4875f49b59.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6209aed-060b-425f-8854-2b4875f49b59-root {
    text-align: center;
  }


#s-a6209aed-060b-425f-8854-2b4875f49b59.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a6209aed-060b-425f-8854-2b4875f49b59-root {
    text-align: center;
  }


#s-a6209aed-060b-425f-8854-2b4875f49b59.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}
#s-7067751d-6a5c-4dc0-a3a9-370c2f243a8e {
  margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-7067751d-6a5c-4dc0-a3a9-370c2f243a8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7067751d-6a5c-4dc0-a3a9-370c2f243a8e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-736433a8-7b48-4d1a-b9bc-7497590c9772 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-736433a8-7b48-4d1a-b9bc-7497590c9772 .shogun-heading-component h3 {
  color: rgba(5, 60, 113, 1);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: left;
}



#s-27768ef8-0cd0-419e-8418-e3acd921cf21 {
  margin-bottom: 0px;
min-height: 0px;
max-width: 450px;
text-align: center;
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21 {
  margin: 0 !important;
  overflow: visible;
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27768ef8-0cd0-419e-8418-e3acd921cf21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-27768ef8-0cd0-419e-8418-e3acd921cf21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21 img.shogun-image {
  /* Add background color handling */
  
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-27768ef8-0cd0-419e-8418-e3acd921cf21.shogun-image {
    
    
    min-height: 0px;
    max-height: 450px;
  }


.s-27768ef8-0cd0-419e-8418-e3acd921cf21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27768ef8-0cd0-419e-8418-e3acd921cf21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27768ef8-0cd0-419e-8418-e3acd921cf21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21.shogun-image {
  box-sizing: border-box;
}



.s-27768ef8-0cd0-419e-8418-e3acd921cf21 img.shogun-image {
  min-height: 0px;
}


@media (min-width: 1200px){#s-27768ef8-0cd0-419e-8418-e3acd921cf21 {
  margin: 0 !important;
  overflow: visible;
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27768ef8-0cd0-419e-8418-e3acd921cf21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27768ef8-0cd0-419e-8418-e3acd921cf21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21 img.shogun-image {
  /* Add background color handling */
  
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-27768ef8-0cd0-419e-8418-e3acd921cf21.shogun-image {
    
    
    min-height: 0px;
    max-height: 450px;
  }


.s-27768ef8-0cd0-419e-8418-e3acd921cf21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27768ef8-0cd0-419e-8418-e3acd921cf21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27768ef8-0cd0-419e-8418-e3acd921cf21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21.shogun-image {
  box-sizing: border-box;
}



.s-27768ef8-0cd0-419e-8418-e3acd921cf21 img.shogun-image {
  min-height: 0px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-27768ef8-0cd0-419e-8418-e3acd921cf21 {
  margin: 0 !important;
  overflow: visible;
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27768ef8-0cd0-419e-8418-e3acd921cf21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27768ef8-0cd0-419e-8418-e3acd921cf21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21 img.shogun-image {
  /* Add background color handling */
  
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-27768ef8-0cd0-419e-8418-e3acd921cf21.shogun-image {
    
    
    min-height: 0px;
    max-height: 450px;
  }


.s-27768ef8-0cd0-419e-8418-e3acd921cf21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27768ef8-0cd0-419e-8418-e3acd921cf21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27768ef8-0cd0-419e-8418-e3acd921cf21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21.shogun-image {
  box-sizing: border-box;
}



.s-27768ef8-0cd0-419e-8418-e3acd921cf21 img.shogun-image {
  min-height: 0px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-27768ef8-0cd0-419e-8418-e3acd921cf21 {
  margin: 0 !important;
  overflow: visible;
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27768ef8-0cd0-419e-8418-e3acd921cf21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27768ef8-0cd0-419e-8418-e3acd921cf21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21 img.shogun-image {
  /* Add background color handling */
  
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-27768ef8-0cd0-419e-8418-e3acd921cf21.shogun-image {
    
    
    min-height: 0px;
    max-height: 450px;
  }


.s-27768ef8-0cd0-419e-8418-e3acd921cf21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27768ef8-0cd0-419e-8418-e3acd921cf21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27768ef8-0cd0-419e-8418-e3acd921cf21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21.shogun-image {
  box-sizing: border-box;
}



.s-27768ef8-0cd0-419e-8418-e3acd921cf21 img.shogun-image {
  min-height: 0px;
}


}@media (max-width: 767px){#s-27768ef8-0cd0-419e-8418-e3acd921cf21 {
  margin: 0 !important;
  overflow: visible;
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27768ef8-0cd0-419e-8418-e3acd921cf21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27768ef8-0cd0-419e-8418-e3acd921cf21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21 img.shogun-image {
  /* Add background color handling */
  
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-27768ef8-0cd0-419e-8418-e3acd921cf21.shogun-image {
    
    
    min-height: 0px;
    max-height: 450px;
  }


.s-27768ef8-0cd0-419e-8418-e3acd921cf21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27768ef8-0cd0-419e-8418-e3acd921cf21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27768ef8-0cd0-419e-8418-e3acd921cf21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27768ef8-0cd0-419e-8418-e3acd921cf21.shogun-image {
  box-sizing: border-box;
}



.s-27768ef8-0cd0-419e-8418-e3acd921cf21 img.shogun-image {
  min-height: 0px;
}


}
#s-d160374a-bed5-434a-9acf-1e7fbcb0f277 {
  margin-bottom: 20px;
}

#s-c5096fbb-beb0-4e4c-af87-95755cc4013f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(5, 60, 113, 1);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(5, 60, 113, 1);
}
#s-c5096fbb-beb0-4e4c-af87-95755cc4013f:hover {border-style: solid !important;
border-color: rgba(5, 60, 113, 1) !important;
background-color: rgba(5, 60, 113, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c5096fbb-beb0-4e4c-af87-95755cc4013f:active {border-style: solid !important;
border-color: rgba(5, 60, 113, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c5096fbb-beb0-4e4c-af87-95755cc4013f-root {
    text-align: center;
  }


#s-c5096fbb-beb0-4e4c-af87-95755cc4013f.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c5096fbb-beb0-4e4c-af87-95755cc4013f-root {
    text-align: center;
  }


#s-c5096fbb-beb0-4e4c-af87-95755cc4013f.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5096fbb-beb0-4e4c-af87-95755cc4013f-root {
    text-align: center;
  }


#s-c5096fbb-beb0-4e4c-af87-95755cc4013f.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5096fbb-beb0-4e4c-af87-95755cc4013f-root {
    text-align: center;
  }


#s-c5096fbb-beb0-4e4c-af87-95755cc4013f.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c5096fbb-beb0-4e4c-af87-95755cc4013f-root {
    text-align: center;
  }


#s-c5096fbb-beb0-4e4c-af87-95755cc4013f.shg-btn {
  color: rgba(5, 60, 113, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}
#s-7d45fd5d-6e65-4dd9-be1d-8bb97cb01dd3 {
  background-color: rgba(254, 254, 254, 1);
}

#s-be949de7-b924-4e3f-bd1c-234b3ee1172e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0%;
padding-left: 3%;
padding-bottom: 0%;
padding-right: 3%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-be949de7-b924-4e3f-bd1c-234b3ee1172e {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0%;
padding-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be949de7-b924-4e3f-bd1c-234b3ee1172e {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-be949de7-b924-4e3f-bd1c-234b3ee1172e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be949de7-b924-4e3f-bd1c-234b3ee1172e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be949de7-b924-4e3f-bd1c-234b3ee1172e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be949de7-b924-4e3f-bd1c-234b3ee1172e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  height: 350px;
min-height: 350px;
max-width: 3500px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  height: 450px;
}
}@media (max-width: 767px){#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  height: 550px;
max-width: 5500px;
}
}
#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5-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-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      
    }
  }

  .s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5.shogun-image-container {
      position: relative;
    }

    .s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      
    }
  }

@media (min-width: 1200px){#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5-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-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5-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-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5-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-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5-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-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b75ac8b8-b63e-4963-a6df-7d88832b4aa5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1533a765-c9ab-4748-af64-2e6057346a3d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1533a765-c9ab-4748-af64-2e6057346a3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1533a765-c9ab-4748-af64-2e6057346a3d.shg-box.shg-c {
  justify-content: center;
}

#s-5b467390-98d1-4bdb-a1d1-71da9907fe82 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5b467390-98d1-4bdb-a1d1-71da9907fe82 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Parkinsans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


@media (min-width: 1200px){#s-5b467390-98d1-4bdb-a1d1-71da9907fe82 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Parkinsans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5b467390-98d1-4bdb-a1d1-71da9907fe82 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Parkinsans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5b467390-98d1-4bdb-a1d1-71da9907fe82 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Parkinsans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-5b467390-98d1-4bdb-a1d1-71da9907fe82 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Parkinsans";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-73498dd2-1d21-4253-b03f-6e94ca341798 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(155, 155, 190, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-73498dd2-1d21-4253-b03f-6e94ca341798:hover {background-color: rgba(165, 196, 225, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-73498dd2-1d21-4253-b03f-6e94ca341798:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(200, 136, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-73498dd2-1d21-4253-b03f-6e94ca341798 {
  margin-left: 10px;
margin-right: 0%;
background-image: none;
background-color: rgba(165, 196, 225, 0.93);
hover-type: color;
color: rgba(247, 246, 246, 1);
}
#s-73498dd2-1d21-4253-b03f-6e94ca341798:hover {background-color: rgba(165, 196, 225, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(254, 255, 255, 1) !important;}}

  #s-73498dd2-1d21-4253-b03f-6e94ca341798-root {
    text-align: left;
  }


#s-73498dd2-1d21-4253-b03f-6e94ca341798.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-73498dd2-1d21-4253-b03f-6e94ca341798-root {
    text-align: left;
  }


#s-73498dd2-1d21-4253-b03f-6e94ca341798.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-73498dd2-1d21-4253-b03f-6e94ca341798-root {
    text-align: left;
  }


#s-73498dd2-1d21-4253-b03f-6e94ca341798.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-73498dd2-1d21-4253-b03f-6e94ca341798-root {
    text-align: left;
  }


#s-73498dd2-1d21-4253-b03f-6e94ca341798.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-73498dd2-1d21-4253-b03f-6e94ca341798-root {
    text-align: left;
  }


#s-73498dd2-1d21-4253-b03f-6e94ca341798.shg-btn {
  color: rgba(247, 246, 246, 1);
  font-size: 17px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}
#s-5f385a9c-edc1-4815-a143-382029625a77 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5f385a9c-edc1-4815-a143-382029625a77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f385a9c-edc1-4815-a143-382029625a77.shg-box.shg-c {
  justify-content: center;
}

#s-30651310-efc5-419b-9f0a-659d8d731e8c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-30651310-efc5-419b-9f0a-659d8d731e8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30651310-efc5-419b-9f0a-659d8d731e8c.shg-box.shg-c {
  justify-content: center;
}

#s-837af485-7cf0-415b-b7ea-f49c45861f51 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 55px;
background-color: rgba(255, 255, 255, 1);
}








#s-837af485-7cf0-415b-b7ea-f49c45861f51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-837af485-7cf0-415b-b7ea-f49c45861f51.shg-box.shg-c {
  justify-content: flex-start;
}

#s-12de654c-91f2-477f-a2c6-534491e89b2d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(220, 229, 238, 1);
}
@media (min-width: 1200px){#s-12de654c-91f2-477f-a2c6-534491e89b2d {
  background-color: rgba(255, 255, 255, 1);
}
}
#s-12de654c-91f2-477f-a2c6-534491e89b2d .shogun-heading-component h1 {
  color: rgba(49, 47, 47, 1);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ac06f4a6-e131-4a5f-81e6-a5fdb2908f3d {
  margin-bottom: 50px;
}
@media (min-width: 1200px){#s-ac06f4a6-e131-4a5f-81e6-a5fdb2908f3d {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-ac06f4a6-e131-4a5f-81e6-a5fdb2908f3d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-ac06f4a6-e131-4a5f-81e6-a5fdb2908f3d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(220, 229, 238, 1);
  padding: 14px;
}

#s-ac06f4a6-e131-4a5f-81e6-a5fdb2908f3d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(25, 23, 23, 1);
}

#s-ac06f4a6-e131-4a5f-81e6-a5fdb2908f3d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ac06f4a6-e131-4a5f-81e6-a5fdb2908f3d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(25, 23, 23, 1);
  text-align: left;
  font-family: Alice;
  
  
  font-size: 16px;
}

#s-ac06f4a6-e131-4a5f-81e6-a5fdb2908f3d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (min-width: 1200px){#s-ac06f4a6-e131-4a5f-81e6-a5fdb2908f3d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-ac06f4a6-e131-4a5f-81e6-a5fdb2908f3d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(220, 229, 238, 1);
  padding: 14px;
}

#s-ac06f4a6-e131-4a5f-81e6-a5fdb2908f3d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(24, 24, 27, 0.92);
}

#s-ac06f4a6-e131-4a5f-81e6-a5fdb2908f3d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ac06f4a6-e131-4a5f-81e6-a5fdb2908f3d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(24, 24, 27, 0.92);
  text-align: left;
  font-family: Alice;
  
  
  font-size: 16px;
}

#s-ac06f4a6-e131-4a5f-81e6-a5fdb2908f3d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}}
#s-12779e81-de44-4284-b906-34bfb271a828 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-78809ca8-7723-4c6d-b30d-9effd2c08f78 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-fe7b7cde-601d-40a9-b208-4f29b9a04cb0 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-34e667b0-aece-44ea-9c4c-de2e0e916e55 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-a2ff1e74-662c-4ca1-a72c-47ca6fd3a9d6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 3px;
padding-bottom: 3px;
min-height: 200px;
}
@media (min-width: 1200px){#s-a2ff1e74-662c-4ca1-a72c-47ca6fd3a9d6 {
  margin-left: 15%;
margin-right: 15%;
min-height: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2ff1e74-662c-4ca1-a72c-47ca6fd3a9d6 {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-a2ff1e74-662c-4ca1-a72c-47ca6fd3a9d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2ff1e74-662c-4ca1-a72c-47ca6fd3a9d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2ff1e74-662c-4ca1-a72c-47ca6fd3a9d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a2ff1e74-662c-4ca1-a72c-47ca6fd3a9d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2ff1e74-662c-4ca1-a72c-47ca6fd3a9d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2ff1e74-662c-4ca1-a72c-47ca6fd3a9d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2ff1e74-662c-4ca1-a72c-47ca6fd3a9d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-1e807606-8eec-4f2b-be0e-f52be7c9a200 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 6px;
padding-bottom: 6px;
min-height: 400px;
}
@media (max-width: 767px){#s-1e807606-8eec-4f2b-be0e-f52be7c9a200 {
  min-height: 200px;
}
}
#s-1e807606-8eec-4f2b-be0e-f52be7c9a200 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1e807606-8eec-4f2b-be0e-f52be7c9a200 .shg-sld-nav-button.shg-sld-left,
#s-1e807606-8eec-4f2b-be0e-f52be7c9a200 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b {
  margin: 0 !important;
  overflow: visible;
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b img.shogun-image {
  /* Add background color handling */
  
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 40px;

}





  img.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b.shogun-image {
  box-sizing: border-box;
}



.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b img.shogun-image {
  
}


@media (min-width: 1200px){#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b {
  margin: 0 !important;
  overflow: visible;
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b img.shogun-image {
  /* Add background color handling */
  
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b.shogun-image {
  box-sizing: border-box;
}



.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b {
  margin: 0 !important;
  overflow: visible;
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b img.shogun-image {
  /* Add background color handling */
  
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b.shogun-image {
  box-sizing: border-box;
}



.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b {
  margin: 0 !important;
  overflow: visible;
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b img.shogun-image {
  /* Add background color handling */
  
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b.shogun-image {
  box-sizing: border-box;
}



.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b img.shogun-image {
  
}


}@media (max-width: 767px){#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b {
  margin: 0 !important;
  overflow: visible;
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b img.shogun-image {
  /* Add background color handling */
  
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b.shogun-image {
  box-sizing: border-box;
}



.s-b3abb54d-ce4d-4b14-a9d2-1bc09b34fa9b img.shogun-image {
  
}


}
#s-2498b3a2-8d3e-4968-b57a-e902a17241bd {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd {
  margin: 0 !important;
  overflow: visible;
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2498b3a2-8d3e-4968-b57a-e902a17241bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2498b3a2-8d3e-4968-b57a-e902a17241bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd img.shogun-image {
  /* Add background color handling */
  
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 40px;

}





  img.s-2498b3a2-8d3e-4968-b57a-e902a17241bd.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-2498b3a2-8d3e-4968-b57a-e902a17241bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-2498b3a2-8d3e-4968-b57a-e902a17241bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2498b3a2-8d3e-4968-b57a-e902a17241bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd.shogun-image {
  box-sizing: border-box;
}



.s-2498b3a2-8d3e-4968-b57a-e902a17241bd img.shogun-image {
  
}


@media (min-width: 1200px){#s-2498b3a2-8d3e-4968-b57a-e902a17241bd {
  margin: 0 !important;
  overflow: visible;
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2498b3a2-8d3e-4968-b57a-e902a17241bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2498b3a2-8d3e-4968-b57a-e902a17241bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd img.shogun-image {
  /* Add background color handling */
  
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2498b3a2-8d3e-4968-b57a-e902a17241bd.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-2498b3a2-8d3e-4968-b57a-e902a17241bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-2498b3a2-8d3e-4968-b57a-e902a17241bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2498b3a2-8d3e-4968-b57a-e902a17241bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd.shogun-image {
  box-sizing: border-box;
}



.s-2498b3a2-8d3e-4968-b57a-e902a17241bd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2498b3a2-8d3e-4968-b57a-e902a17241bd {
  margin: 0 !important;
  overflow: visible;
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2498b3a2-8d3e-4968-b57a-e902a17241bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2498b3a2-8d3e-4968-b57a-e902a17241bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd img.shogun-image {
  /* Add background color handling */
  
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2498b3a2-8d3e-4968-b57a-e902a17241bd.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-2498b3a2-8d3e-4968-b57a-e902a17241bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-2498b3a2-8d3e-4968-b57a-e902a17241bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2498b3a2-8d3e-4968-b57a-e902a17241bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd.shogun-image {
  box-sizing: border-box;
}



.s-2498b3a2-8d3e-4968-b57a-e902a17241bd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2498b3a2-8d3e-4968-b57a-e902a17241bd {
  margin: 0 !important;
  overflow: visible;
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2498b3a2-8d3e-4968-b57a-e902a17241bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2498b3a2-8d3e-4968-b57a-e902a17241bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd img.shogun-image {
  /* Add background color handling */
  
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2498b3a2-8d3e-4968-b57a-e902a17241bd.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-2498b3a2-8d3e-4968-b57a-e902a17241bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-2498b3a2-8d3e-4968-b57a-e902a17241bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2498b3a2-8d3e-4968-b57a-e902a17241bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd.shogun-image {
  box-sizing: border-box;
}



.s-2498b3a2-8d3e-4968-b57a-e902a17241bd img.shogun-image {
  
}


}@media (max-width: 767px){#s-2498b3a2-8d3e-4968-b57a-e902a17241bd {
  margin: 0 !important;
  overflow: visible;
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2498b3a2-8d3e-4968-b57a-e902a17241bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2498b3a2-8d3e-4968-b57a-e902a17241bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd img.shogun-image {
  /* Add background color handling */
  
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2498b3a2-8d3e-4968-b57a-e902a17241bd.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-2498b3a2-8d3e-4968-b57a-e902a17241bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-2498b3a2-8d3e-4968-b57a-e902a17241bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2498b3a2-8d3e-4968-b57a-e902a17241bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2498b3a2-8d3e-4968-b57a-e902a17241bd.shogun-image {
  box-sizing: border-box;
}



.s-2498b3a2-8d3e-4968-b57a-e902a17241bd img.shogun-image {
  
}


}
#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc {
  margin: 0 !important;
  overflow: visible;
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7be493e-2a01-4d50-9f33-08d3acbce2fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7be493e-2a01-4d50-9f33-08d3acbce2fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc img.shogun-image {
  /* Add background color handling */
  
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 40px;

}





  img.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc.shogun-image {
  box-sizing: border-box;
}



.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc img.shogun-image {
  
}


@media (min-width: 1200px){#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc {
  margin: 0 !important;
  overflow: visible;
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7be493e-2a01-4d50-9f33-08d3acbce2fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7be493e-2a01-4d50-9f33-08d3acbce2fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc img.shogun-image {
  /* Add background color handling */
  
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc.shogun-image {
  box-sizing: border-box;
}



.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc {
  margin: 0 !important;
  overflow: visible;
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7be493e-2a01-4d50-9f33-08d3acbce2fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7be493e-2a01-4d50-9f33-08d3acbce2fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc img.shogun-image {
  /* Add background color handling */
  
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc.shogun-image {
  box-sizing: border-box;
}



.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc {
  margin: 0 !important;
  overflow: visible;
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7be493e-2a01-4d50-9f33-08d3acbce2fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7be493e-2a01-4d50-9f33-08d3acbce2fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc img.shogun-image {
  /* Add background color handling */
  
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc.shogun-image {
  box-sizing: border-box;
}



.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc img.shogun-image {
  
}


}@media (max-width: 767px){#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc {
  margin: 0 !important;
  overflow: visible;
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7be493e-2a01-4d50-9f33-08d3acbce2fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7be493e-2a01-4d50-9f33-08d3acbce2fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc img.shogun-image {
  /* Add background color handling */
  
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7be493e-2a01-4d50-9f33-08d3acbce2fc.shogun-image {
  box-sizing: border-box;
}



.s-b7be493e-2a01-4d50-9f33-08d3acbce2fc img.shogun-image {
  
}


}
#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc {
  margin: 0 !important;
  overflow: visible;
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc img.shogun-image {
  /* Add background color handling */
  
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 40px;

}





  img.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc.shogun-image {
  box-sizing: border-box;
}



.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc img.shogun-image {
  
}


@media (min-width: 1200px){#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc {
  margin: 0 !important;
  overflow: visible;
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc img.shogun-image {
  /* Add background color handling */
  
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc.shogun-image {
  box-sizing: border-box;
}



.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc {
  margin: 0 !important;
  overflow: visible;
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc img.shogun-image {
  /* Add background color handling */
  
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc.shogun-image {
  box-sizing: border-box;
}



.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc {
  margin: 0 !important;
  overflow: visible;
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc img.shogun-image {
  /* Add background color handling */
  
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc.shogun-image {
  box-sizing: border-box;
}



.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc img.shogun-image {
  
}


}@media (max-width: 767px){#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc {
  margin: 0 !important;
  overflow: visible;
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc img.shogun-image {
  /* Add background color handling */
  
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc.shogun-image {
  box-sizing: border-box;
}



.s-6cb61e0f-2a9c-4728-93ad-1fdf4ca26fdc img.shogun-image {
  
}


}
#s-09954498-6a5a-4f50-b13e-074a9029168c {
  border-radius: 40px;
max-width: 400px;
text-align: center;
}

#s-09954498-6a5a-4f50-b13e-074a9029168c {
  margin: 0 !important;
  overflow: visible;
}

#s-09954498-6a5a-4f50-b13e-074a9029168c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09954498-6a5a-4f50-b13e-074a9029168c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09954498-6a5a-4f50-b13e-074a9029168c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09954498-6a5a-4f50-b13e-074a9029168c img.shogun-image {
  /* Add background color handling */
  
}

#s-09954498-6a5a-4f50-b13e-074a9029168c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 40px;

}





  img.s-09954498-6a5a-4f50-b13e-074a9029168c.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-09954498-6a5a-4f50-b13e-074a9029168c .shogun-image-content {
  
    justify-content: center;
  
}

.s-09954498-6a5a-4f50-b13e-074a9029168c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09954498-6a5a-4f50-b13e-074a9029168c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09954498-6a5a-4f50-b13e-074a9029168c.shogun-image {
  box-sizing: border-box;
}



.s-09954498-6a5a-4f50-b13e-074a9029168c img.shogun-image {
  
}


@media (min-width: 1200px){#s-09954498-6a5a-4f50-b13e-074a9029168c {
  margin: 0 !important;
  overflow: visible;
}

#s-09954498-6a5a-4f50-b13e-074a9029168c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09954498-6a5a-4f50-b13e-074a9029168c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09954498-6a5a-4f50-b13e-074a9029168c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09954498-6a5a-4f50-b13e-074a9029168c img.shogun-image {
  /* Add background color handling */
  
}

#s-09954498-6a5a-4f50-b13e-074a9029168c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-09954498-6a5a-4f50-b13e-074a9029168c.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-09954498-6a5a-4f50-b13e-074a9029168c .shogun-image-content {
  
    justify-content: center;
  
}

.s-09954498-6a5a-4f50-b13e-074a9029168c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09954498-6a5a-4f50-b13e-074a9029168c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09954498-6a5a-4f50-b13e-074a9029168c.shogun-image {
  box-sizing: border-box;
}



.s-09954498-6a5a-4f50-b13e-074a9029168c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-09954498-6a5a-4f50-b13e-074a9029168c {
  margin: 0 !important;
  overflow: visible;
}

#s-09954498-6a5a-4f50-b13e-074a9029168c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09954498-6a5a-4f50-b13e-074a9029168c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09954498-6a5a-4f50-b13e-074a9029168c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09954498-6a5a-4f50-b13e-074a9029168c img.shogun-image {
  /* Add background color handling */
  
}

#s-09954498-6a5a-4f50-b13e-074a9029168c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-09954498-6a5a-4f50-b13e-074a9029168c.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-09954498-6a5a-4f50-b13e-074a9029168c .shogun-image-content {
  
    justify-content: center;
  
}

.s-09954498-6a5a-4f50-b13e-074a9029168c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09954498-6a5a-4f50-b13e-074a9029168c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09954498-6a5a-4f50-b13e-074a9029168c.shogun-image {
  box-sizing: border-box;
}



.s-09954498-6a5a-4f50-b13e-074a9029168c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-09954498-6a5a-4f50-b13e-074a9029168c {
  margin: 0 !important;
  overflow: visible;
}

#s-09954498-6a5a-4f50-b13e-074a9029168c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09954498-6a5a-4f50-b13e-074a9029168c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09954498-6a5a-4f50-b13e-074a9029168c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09954498-6a5a-4f50-b13e-074a9029168c img.shogun-image {
  /* Add background color handling */
  
}

#s-09954498-6a5a-4f50-b13e-074a9029168c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-09954498-6a5a-4f50-b13e-074a9029168c.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-09954498-6a5a-4f50-b13e-074a9029168c .shogun-image-content {
  
    justify-content: center;
  
}

.s-09954498-6a5a-4f50-b13e-074a9029168c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09954498-6a5a-4f50-b13e-074a9029168c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09954498-6a5a-4f50-b13e-074a9029168c.shogun-image {
  box-sizing: border-box;
}



.s-09954498-6a5a-4f50-b13e-074a9029168c img.shogun-image {
  
}


}@media (max-width: 767px){#s-09954498-6a5a-4f50-b13e-074a9029168c {
  margin: 0 !important;
  overflow: visible;
}

#s-09954498-6a5a-4f50-b13e-074a9029168c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09954498-6a5a-4f50-b13e-074a9029168c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09954498-6a5a-4f50-b13e-074a9029168c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09954498-6a5a-4f50-b13e-074a9029168c img.shogun-image {
  /* Add background color handling */
  
}

#s-09954498-6a5a-4f50-b13e-074a9029168c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-09954498-6a5a-4f50-b13e-074a9029168c.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-09954498-6a5a-4f50-b13e-074a9029168c .shogun-image-content {
  
    justify-content: center;
  
}

.s-09954498-6a5a-4f50-b13e-074a9029168c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09954498-6a5a-4f50-b13e-074a9029168c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09954498-6a5a-4f50-b13e-074a9029168c.shogun-image {
  box-sizing: border-box;
}



.s-09954498-6a5a-4f50-b13e-074a9029168c img.shogun-image {
  
}


}
#s-40702342-cd9c-4a17-9c00-ff188a1e0147 {
  border-radius: 40px;
min-height: 200px;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147 {
  margin: 0 !important;
  overflow: visible;
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40702342-cd9c-4a17-9c00-ff188a1e0147 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40702342-cd9c-4a17-9c00-ff188a1e0147 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147 img.shogun-image {
  /* Add background color handling */
  
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 40px;

}





  img.s-40702342-cd9c-4a17-9c00-ff188a1e0147.shogun-image {
    
    
    min-height: 200px;
    max-height: 400px;
  }


.s-40702342-cd9c-4a17-9c00-ff188a1e0147 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40702342-cd9c-4a17-9c00-ff188a1e0147.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40702342-cd9c-4a17-9c00-ff188a1e0147.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147.shogun-image {
  box-sizing: border-box;
}



.s-40702342-cd9c-4a17-9c00-ff188a1e0147 img.shogun-image {
  min-height: 200px;
}


@media (min-width: 1200px){#s-40702342-cd9c-4a17-9c00-ff188a1e0147 {
  margin: 0 !important;
  overflow: visible;
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40702342-cd9c-4a17-9c00-ff188a1e0147 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40702342-cd9c-4a17-9c00-ff188a1e0147 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147 img.shogun-image {
  /* Add background color handling */
  
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-40702342-cd9c-4a17-9c00-ff188a1e0147.shogun-image {
    
    
    min-height: 200px;
    max-height: 400px;
  }


.s-40702342-cd9c-4a17-9c00-ff188a1e0147 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40702342-cd9c-4a17-9c00-ff188a1e0147.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40702342-cd9c-4a17-9c00-ff188a1e0147.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147.shogun-image {
  box-sizing: border-box;
}



.s-40702342-cd9c-4a17-9c00-ff188a1e0147 img.shogun-image {
  min-height: 200px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-40702342-cd9c-4a17-9c00-ff188a1e0147 {
  margin: 0 !important;
  overflow: visible;
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40702342-cd9c-4a17-9c00-ff188a1e0147 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40702342-cd9c-4a17-9c00-ff188a1e0147 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147 img.shogun-image {
  /* Add background color handling */
  
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-40702342-cd9c-4a17-9c00-ff188a1e0147.shogun-image {
    
    
    min-height: 200px;
    max-height: 400px;
  }


.s-40702342-cd9c-4a17-9c00-ff188a1e0147 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40702342-cd9c-4a17-9c00-ff188a1e0147.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40702342-cd9c-4a17-9c00-ff188a1e0147.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147.shogun-image {
  box-sizing: border-box;
}



.s-40702342-cd9c-4a17-9c00-ff188a1e0147 img.shogun-image {
  min-height: 200px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-40702342-cd9c-4a17-9c00-ff188a1e0147 {
  margin: 0 !important;
  overflow: visible;
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40702342-cd9c-4a17-9c00-ff188a1e0147 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40702342-cd9c-4a17-9c00-ff188a1e0147 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147 img.shogun-image {
  /* Add background color handling */
  
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-40702342-cd9c-4a17-9c00-ff188a1e0147.shogun-image {
    
    
    min-height: 200px;
    max-height: 400px;
  }


.s-40702342-cd9c-4a17-9c00-ff188a1e0147 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40702342-cd9c-4a17-9c00-ff188a1e0147.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40702342-cd9c-4a17-9c00-ff188a1e0147.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147.shogun-image {
  box-sizing: border-box;
}



.s-40702342-cd9c-4a17-9c00-ff188a1e0147 img.shogun-image {
  min-height: 200px;
}


}@media (max-width: 767px){#s-40702342-cd9c-4a17-9c00-ff188a1e0147 {
  margin: 0 !important;
  overflow: visible;
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40702342-cd9c-4a17-9c00-ff188a1e0147 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40702342-cd9c-4a17-9c00-ff188a1e0147 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147 img.shogun-image {
  /* Add background color handling */
  
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-40702342-cd9c-4a17-9c00-ff188a1e0147.shogun-image {
    
    
    min-height: 200px;
    max-height: 400px;
  }


.s-40702342-cd9c-4a17-9c00-ff188a1e0147 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40702342-cd9c-4a17-9c00-ff188a1e0147.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40702342-cd9c-4a17-9c00-ff188a1e0147.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40702342-cd9c-4a17-9c00-ff188a1e0147.shogun-image {
  box-sizing: border-box;
}



.s-40702342-cd9c-4a17-9c00-ff188a1e0147 img.shogun-image {
  min-height: 200px;
}


}
#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 {
  min-height: 200px;
}
}
#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 40px;

}






.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0.shogun-image {
  box-sizing: border-box;
}



.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0.shogun-image {
  box-sizing: border-box;
}



.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0.shogun-image {
  box-sizing: border-box;
}



.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0.shogun-image {
  box-sizing: border-box;
}



.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1484385-54b4-47e7-a5bd-6aff8268e1e0.shogun-image {
  box-sizing: border-box;
}



.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0 img.shogun-image {
  
}


}
#s-2a579f4c-8c27-4fae-9339-0d1e150a62a2 {
  margin-top: -7px;
margin-bottom: -7px;
min-height: 50px;
}








#s-2a579f4c-8c27-4fae-9339-0d1e150a62a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a579f4c-8c27-4fae-9339-0d1e150a62a2.shg-box.shg-c {
  justify-content: center;
}

#s-3c2e71ee-7df6-4e5c-b423-9500631e33d4 {
  background-color: rgba(194, 218, 206, 0);
}

#s-3c2e71ee-7df6-4e5c-b423-9500631e33d4 .shogun-icon-wrapper {
  text-align: center;
}


#s-3c2e71ee-7df6-4e5c-b423-9500631e33d4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(24, 24, 27, 0.92);
}

#s-7a1e5ff7-ed01-442f-896a-c58e7adccc07 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a1e5ff7-ed01-442f-896a-c58e7adccc07 .shogun-heading-component h2 {
  color: rgba(24, 24, 27, 0.92);
  font-weight:  normal ;
  font-family: "Alice";
  font-style:  normal ;
  
  
  
  
}



#s-4ad1a2ee-4452-46b2-a9c9-1509b0b6dae8 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-86bcc480-c76f-40cb-9eb2-47a26a09b152 {
  background-size: 150px 0px;
border-style: solid;
padding-top: 11px;
padding-left: 30px;
padding-bottom: 11px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 37, 0.05);
border-radius: 10px;
max-width: 150px;
background-color: rgba(212, 154, 1, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(235, 238, 240, 1);
letter-spacing: 1px;
}
#s-86bcc480-c76f-40cb-9eb2-47a26a09b152:hover {background-color: rgba(250, 250, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-86bcc480-c76f-40cb-9eb2-47a26a09b152:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-86bcc480-c76f-40cb-9eb2-47a26a09b152 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 11px;
padding-bottom: 11px;
}
}

  #s-86bcc480-c76f-40cb-9eb2-47a26a09b152-root {
    text-align: center;
  }


#s-86bcc480-c76f-40cb-9eb2-47a26a09b152.shg-btn {
  color: rgba(235, 238, 240, 1);
  font-size: 12px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-86bcc480-c76f-40cb-9eb2-47a26a09b152-root {
    text-align: center;
  }


#s-86bcc480-c76f-40cb-9eb2-47a26a09b152.shg-btn {
  color: rgba(235, 238, 240, 1);
  font-size: 12px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86bcc480-c76f-40cb-9eb2-47a26a09b152-root {
    text-align: center;
  }


#s-86bcc480-c76f-40cb-9eb2-47a26a09b152.shg-btn {
  color: rgba(235, 238, 240, 1);
  font-size: 12px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86bcc480-c76f-40cb-9eb2-47a26a09b152-root {
    text-align: center;
  }


#s-86bcc480-c76f-40cb-9eb2-47a26a09b152.shg-btn {
  color: rgba(235, 238, 240, 1);
  font-size: 12px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-86bcc480-c76f-40cb-9eb2-47a26a09b152-root {
    text-align: center;
  }


#s-86bcc480-c76f-40cb-9eb2-47a26a09b152.shg-btn {
  color: rgba(235, 238, 240, 1);
  font-size: 12px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}
#s-8483ca37-46e1-4df0-b570-af8c02a6592e {
  background-color: rgba(255, 255, 255, 1);
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-root {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

.shg-category-grid .shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

@media (max-width: 767px) {
  .shg-category-root.stacked {
    display: block;
  }
}

/* Swiper CSS - Duplicated from SliderV3 base.css */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
  * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-5445385a-1957-402d-af9c-a29d9af692ef {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-5445385a-1957-402d-af9c-a29d9af692ef {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-5445385a-1957-402d-af9c-a29d9af692ef .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-5445385a-1957-402d-af9c-a29d9af692ef {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-5445385a-1957-402d-af9c-a29d9af692ef > .swiper-button-prev,
#slider-v3-s-5445385a-1957-402d-af9c-a29d9af692ef > .swiper-button-next {
  
}

#slider-v3-s-5445385a-1957-402d-af9c-a29d9af692ef > .swiper-button-prev svg,
#slider-v3-s-5445385a-1957-402d-af9c-a29d9af692ef > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5445385a-1957-402d-af9c-a29d9af692ef > .swiper-button-prev {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-5445385a-1957-402d-af9c-a29d9af692ef > .swiper-button-next {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-5445385a-1957-402d-af9c-a29d9af692ef > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5445385a-1957-402d-af9c-a29d9af692ef .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5445385a-1957-402d-af9c-a29d9af692ef .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-5445385a-1957-402d-af9c-a29d9af692ef .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-5260f470-21a2-4eeb-9c6c-2ccab888b248 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

#s-9a8524de-00a6-4e02-a6f1-b7415029a0e3 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

#s-09095263-fee6-4568-acc9-0ad31c8b62d8 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 9px;
background-color: rgba(255, 255, 255, 1);
}








#s-09095263-fee6-4568-acc9-0ad31c8b62d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09095263-fee6-4568-acc9-0ad31c8b62d8.shg-box.shg-c {
  justify-content: center;
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}