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

#s-7310d735-0417-460f-8ad9-16ce69a14f69 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 350px;
background-color: rgba(160, 180, 199, 1);
}
@media (min-width: 1200px){#s-7310d735-0417-460f-8ad9-16ce69a14f69 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7310d735-0417-460f-8ad9-16ce69a14f69 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7310d735-0417-460f-8ad9-16ce69a14f69 {
  
}
}@media (max-width: 767px){#s-7310d735-0417-460f-8ad9-16ce69a14f69 {
  
}
}
@media (min-width: 0px) {
[id="s-7310d735-0417-460f-8ad9-16ce69a14f69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7310d735-0417-460f-8ad9-16ce69a14f69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7310d735-0417-460f-8ad9-16ce69a14f69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7310d735-0417-460f-8ad9-16ce69a14f69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7310d735-0417-460f-8ad9-16ce69a14f69"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-78a43d75-eb20-42b9-b383-5e3e68a51ac6 {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 8px;
padding-left: 10%;
padding-bottom: 8px;
padding-right: 10%;
min-height: 50px;
background-position: center center;
background-color: rgba(160, 180, 199, 1);
}
@media (min-width: 1200px){#s-78a43d75-eb20-42b9-b383-5e3e68a51ac6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78a43d75-eb20-42b9-b383-5e3e68a51ac6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-78a43d75-eb20-42b9-b383-5e3e68a51ac6 {
  
}
}@media (max-width: 767px){#s-78a43d75-eb20-42b9-b383-5e3e68a51ac6 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-78a43d75-eb20-42b9-b383-5e3e68a51ac6 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-78a43d75-eb20-42b9-b383-5e3e68a51ac6.shg-box.shg-c {
  justify-content: flex-start;
}

.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-85c83148-4acc-41ad-9169-125984f95fcb {
  margin-left: auto;
margin-right: auto;
}

#s-92ea1c04-9836-48af-a3bb-227a630d2e88 {
  margin-left: auto;
margin-right: auto;
}

.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-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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDlhNmNlYTUtYTAyMy00MjdlLTgzOTgtNmIzNzM2NDJmNzFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjQ5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiMyYjQ1OWU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODY3MTUwMzI0MDQxMTkzMiIgc3R5bGU9InN0b3AtY29sb3I6IzQyNDI0MDtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZDlhNmNlYTUtYTAyMy00MjdlLTgzOTgtNmIzNzM2NDJmNzFkKSIvPjwvc3ZnPg==) !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-3bbd8f0e-3c54-44de-ab63-ce70a0e422cf {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 350px;
background-position: center top;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-3bbd8f0e-3c54-44de-ab63-ce70a0e422cf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3bbd8f0e-3c54-44de-ab63-ce70a0e422cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3bbd8f0e-3c54-44de-ab63-ce70a0e422cf {
  
}
}@media (max-width: 767px){#s-3bbd8f0e-3c54-44de-ab63-ce70a0e422cf {
  
}
}
#s-3bbd8f0e-3c54-44de-ab63-ce70a0e422cf {
  background-image: url(https://i.shgcdn.com/9f2125e1-5f09-4965-84d9-bdaac7024e02/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3bbd8f0e-3c54-44de-ab63-ce70a0e422cf > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-3bbd8f0e-3c54-44de-ab63-ce70a0e422cf.shg-box.shg-c {
  justify-content: flex-end;
}

#s-8cdf5f99-21dc-4e5f-a1a2-7f676d1427c1 {
  background-repeat: no-repeat;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 9px;
}

#s-8cdf5f99-21dc-4e5f-a1a2-7f676d1427c1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzRhNzdkYjItNzRjOC00ZjJkLWJjZjgtMDQ3MmVhNWFmZWU5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjEyNzI3MjcyNzI3MjcyNzMiIHN0eWxlPSJzdG9wLWNvbG9yOiNhMGI0Yzc7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuNzA5MDkwOTA5MDkwOTA5MSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmZmZmZjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMzRhNzdkYjItNzRjOC00ZjJkLWJjZjgtMDQ3MmVhNWFmZWU5KSIvPjwvc3ZnPg==);
}








#s-8cdf5f99-21dc-4e5f-a1a2-7f676d1427c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8cdf5f99-21dc-4e5f-a1a2-7f676d1427c1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c4803b15-4922-472c-bd1e-28a459ef9b23"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

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

}

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

}

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

}

#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(5, 60, 113, 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);
}

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



#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(200, 136, 6, 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;
  
  
  
}



#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(5, 60, 113, 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 ;
  
  
  
  
}



#s-fbd9e192-98db-408e-a0ad-6c9f74597f03 {
  background-repeat: no-repeat;
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;
}

#s-fbd9e192-98db-408e-a0ad-6c9f74597f03 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTU5MjM4NTQtMzEzZi00ZGU1LWFkMmMtMjgyOTJlZGI3NzI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhYTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjE0NDQyMzA1MTMxMzkyMDQiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMWFhMGI7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODM1MzMyMTQyMjIzMDExMyIgc3R5bGU9InN0b3AtY29sb3I6I2QzOTIxNjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2I4ODAxMDtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYTU5MjM4NTQtMzEzZi00ZGU1LWFkMmMtMjgyOTJlZGI3NzI2KSIvPjwvc3ZnPg==);
}








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



#s-81ece664-31cf-488a-82b2-012e6a272ebc {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-81ece664-31cf-488a-82b2-012e6a272ebc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTRmMmM5MzUtMzJlNC00OGMyLWEwNGQtZTA0Mzc1ZjM5NDA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTllOWU5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NGYyYzkzNS0zMmU0LTQ4YzItYTA0ZC1lMDQzNzVmMzk0MDQpIi8+PC9zdmc+);
}








#s-81ece664-31cf-488a-82b2-012e6a272ebc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81ece664-31cf-488a-82b2-012e6a272ebc.shg-box.shg-c {
  justify-content: center;
}

#s-be949de7-b924-4e3f-bd1c-234b3ee1172e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
background-color: rgba(233, 233, 233, 1);
}

@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-2a8579f4-4a44-40b1-a370-8b547bc3de32 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2a8579f4-4a44-40b1-a370-8b547bc3de32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a8579f4-4a44-40b1-a370-8b547bc3de32.shg-box.shg-c {
  justify-content: center;
}

.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-b75ac8b8-b63e-4963-a6df-7d88832b4aa5 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#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%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* 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: 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%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* 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: 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 */
  
  
  
  
}

#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%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* 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%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* 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 (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%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* 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;
}




}
#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: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5b467390-98d1-4bdb-a1d1-71da9907fe82 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5b467390-98d1-4bdb-a1d1-71da9907fe82 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#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(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-73498dd2-1d21-4253-b03f-6e94ca341798:hover {background-color: rgba(255, 255, 255, 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%;
}
}

  #s-73498dd2-1d21-4253-b03f-6e94ca341798-root {
    text-align: left;
  }


#s-73498dd2-1d21-4253-b03f-6e94ca341798.shg-btn {
  color: rgba(0, 0, 0, 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(0, 0, 0, 1);
  font-size: 17px;
  
  
  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(0, 0, 0, 1);
  font-size: 17px;
  
  
  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(0, 0, 0, 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(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}
#s-5ed25217-c58d-4322-a38e-cc4710c5ebfc {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-5ed25217-c58d-4322-a38e-cc4710c5ebfc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWIyYjI4YzMtOWU0NC00Y2Y3LWI5OTgtOWNiMDJjZjM4MTc5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTllOWU5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YjJiMjhjMy05ZTQ0LTRjZjctYjk5OC05Y2IwMmNmMzgxNzkpIi8+PC9zdmc+);
}








#s-5ed25217-c58d-4322-a38e-cc4710c5ebfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ed25217-c58d-4322-a38e-cc4710c5ebfc.shg-box.shg-c {
  justify-content: center;
}

#s-a2ff1e74-662c-4ca1-a72c-47ca6fd3a9d6 {
  padding-top: 3px;
padding-bottom: 3px;
min-height: 200px;
}

@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-4 {
  width: calc(33.333333333333336% - 16.5px);
}

[id="s-a2ff1e74-662c-4ca1-a72c-47ca6fd3a9d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.5px);
}

}

@media (min-width: 992px) {
[id="s-a2ff1e74-662c-4ca1-a72c-47ca6fd3a9d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.5px);
}

[id="s-a2ff1e74-662c-4ca1-a72c-47ca6fd3a9d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.5px);
}

}

@media (min-width: 1200px) {
[id="s-a2ff1e74-662c-4ca1-a72c-47ca6fd3a9d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.5px);
}

[id="s-a2ff1e74-662c-4ca1-a72c-47ca6fd3a9d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.5px);
}

}

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

#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);
}

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

#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;

}





  img.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.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 */
  
  
  
  
  
  
  

}





  img.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.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 */
  
  
  
  
  
  
  

}





  img.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.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 */
  
  
  
  
  
  
  

}





  img.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.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 */
  
  
  
  
  
  
  

}





  img.s-f1484385-54b4-47e7-a5bd-6aff8268e1e0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.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-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: 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 (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 {
  background-image: url(https://i.shgcdn.com/ff24ec5f-fafb-4f09-a475-f8e2495c01d3/);
}








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

#s-f2fcf483-f3f7-45cf-8ff4-dad2474b0d43 {
  background-image: url(https://i.shgcdn.com/a1c007bc-fa72-495a-be57-1fbbf97281dd/);
}








#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);
}








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



#s-cda48b93-735f-4f72-86cf-5b3201c0b30f {
  background-repeat: no-repeat;
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;
}
@media (min-width: 1200px){#s-cda48b93-735f-4f72-86cf-5b3201c0b30f {
  
}
}@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 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDY1NjVlMWQtNmE3Mi00NzJjLWFlZWQtZTg5ZWE2ZmEzYjE2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjQ5NjQ5NjAyNzE2NjE5MzIiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNlOWU5ZTk7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2Q2NTY1ZTFkLTZhNzItNDcyYy1hZWVkLWU4OWVhNmZhM2IxNikiLz48L3N2Zz4=);
}








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

/*
  $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-1158cb87-39c6-4648-8ac3-5202ac747a02 {
  margin-left: auto;
margin-right: auto;
min-height: 350px;
max-width: 900px;
}

#s-1158cb87-39c6-4648-8ac3-5202ac747a02 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-1158cb87-39c6-4648-8ac3-5202ac747a02 {
  --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-1158cb87-39c6-4648-8ac3-5202ac747a02 > .swiper-button-prev,
#slider-v3-s-1158cb87-39c6-4648-8ac3-5202ac747a02 > .swiper-button-next {
  
}

#slider-v3-s-1158cb87-39c6-4648-8ac3-5202ac747a02 > .swiper-button-prev svg,
#slider-v3-s-1158cb87-39c6-4648-8ac3-5202ac747a02 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-1158cb87-39c6-4648-8ac3-5202ac747a02 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1158cb87-39c6-4648-8ac3-5202ac747a02 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1158cb87-39c6-4648-8ac3-5202ac747a02 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1158cb87-39c6-4648-8ac3-5202ac747a02 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-1158cb87-39c6-4648-8ac3-5202ac747a02 .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-1158cb87-39c6-4648-8ac3-5202ac747a02 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-a98be2ba-ad9b-465d-b8f3-a7aa2bdc0ecf {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf {
  max-width:  100%;
}

.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf .shg-image-zoom,
.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf {
  max-width:  100%;
}

.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf .shg-image-zoom,
.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf {
  max-width:  100%;
}

.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf .shg-image-zoom,
.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf {
  max-width:  100%;
}

.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf .shg-image-zoom,
.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf {
  max-width:  100%;
}

.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf .shg-image-zoom,
.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c51df3a4-6bb6-4f25-b6b9-b8ba1982dfcf .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-a8dedc7c-43ef-4a4c-97c3-bb12ab20d3e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8dedc7c-43ef-4a4c-97c3-bb12ab20d3e8 .shg-product-title-component h3 span {
  color: rgba(24, 24, 27, 0.92);
  
  font-family: Alike;
  
  font-size: 16px;
  
  
  
}

#s-82c7d8f9-2a8a-4238-875a-3ff366d0153a {
  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: 250px;
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-82c7d8f9-2a8a-4238-875a-3ff366d0153a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-82c7d8f9-2a8a-4238-875a-3ff366d0153a:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODA1ZDAxYmMtYTJjZC00YTllLTkyODgtMTJkZjc2YTE2YTc0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjQ5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiMyYjQ1OWU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODY3MTUwMzI0MDQxMTkzMiIgc3R5bGU9InN0b3AtY29sb3I6IzQyNDI0MDtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjODA1ZDAxYmMtYTJjZC00YTllLTkyODgtMTJkZjc2YTE2YTc0KSIvPjwvc3ZnPg==) !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 (min-width: 1200px){#s-82c7d8f9-2a8a-4238-875a-3ff366d0153a {
  
}
#s-82c7d8f9-2a8a-4238-875a-3ff366d0153a:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTYzN2FlZWMtYTg3My00MzQzLWIyYjctNjA5MDdlNjFjZmFjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjQ5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiMyYjQ1OWU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODY3MTUwMzI0MDQxMTkzMiIgc3R5bGU9InN0b3AtY29sb3I6IzQyNDI0MDtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMTYzN2FlZWMtYTg3My00MzQzLWIyYjctNjA5MDdlNjFjZmFjKSIvPjwvc3ZnPg==) !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-82c7d8f9-2a8a-4238-875a-3ff366d0153a-root {
    text-align: center;
  }


#s-82c7d8f9-2a8a-4238-875a-3ff366d0153a.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-82c7d8f9-2a8a-4238-875a-3ff366d0153a-root {
    text-align: center;
  }


#s-82c7d8f9-2a8a-4238-875a-3ff366d0153a.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-82c7d8f9-2a8a-4238-875a-3ff366d0153a-root {
    text-align: center;
  }


#s-82c7d8f9-2a8a-4238-875a-3ff366d0153a.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-82c7d8f9-2a8a-4238-875a-3ff366d0153a-root {
    text-align: center;
  }


#s-82c7d8f9-2a8a-4238-875a-3ff366d0153a.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-82c7d8f9-2a8a-4238-875a-3ff366d0153a-root {
    text-align: center;
  }


#s-82c7d8f9-2a8a-4238-875a-3ff366d0153a.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}
#s-3fa82621-a651-4c0e-b169-bae2d9be7a05 {
  margin-left: auto;
margin-right: auto;
}

#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c {
  max-width:  100%;
}

.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c .shg-image-zoom,
.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c {
  max-width:  100%;
}

.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c .shg-image-zoom,
.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c {
  max-width:  100%;
}

.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c .shg-image-zoom,
.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c {
  max-width:  100%;
}

.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c .shg-image-zoom,
.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c {
  max-width:  100%;
}

.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c .shg-image-zoom,
.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0aa16cbc-2184-48f3-8fe9-d123e3baa23c .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}





}
#s-50c139a1-4765-47d7-b9e0-075167eaa60a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50c139a1-4765-47d7-b9e0-075167eaa60a .shg-product-title-component h3 span {
  color: rgba(24, 24, 27, 0.92);
  
  font-family: Alike;
  
  font-size: 16px;
  
  
  
}

#s-7d628257-03e1-42b4-8812-fd5e8185cfd3 {
  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: 250px;
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-7d628257-03e1-42b4-8812-fd5e8185cfd3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d628257-03e1-42b4-8812-fd5e8185cfd3:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODA1ZDAxYmMtYTJjZC00YTllLTkyODgtMTJkZjc2YTE2YTc0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjQ5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiMyYjQ1OWU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODY3MTUwMzI0MDQxMTkzMiIgc3R5bGU9InN0b3AtY29sb3I6IzQyNDI0MDtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjODA1ZDAxYmMtYTJjZC00YTllLTkyODgtMTJkZjc2YTE2YTc0KSIvPjwvc3ZnPg==) !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 (min-width: 1200px){#s-7d628257-03e1-42b4-8812-fd5e8185cfd3 {
  
}
#s-7d628257-03e1-42b4-8812-fd5e8185cfd3:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTYzN2FlZWMtYTg3My00MzQzLWIyYjctNjA5MDdlNjFjZmFjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjQ5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiMyYjQ1OWU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODY3MTUwMzI0MDQxMTkzMiIgc3R5bGU9InN0b3AtY29sb3I6IzQyNDI0MDtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMTYzN2FlZWMtYTg3My00MzQzLWIyYjctNjA5MDdlNjFjZmFjKSIvPjwvc3ZnPg==) !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-7d628257-03e1-42b4-8812-fd5e8185cfd3-root {
    text-align: center;
  }


#s-7d628257-03e1-42b4-8812-fd5e8185cfd3.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7d628257-03e1-42b4-8812-fd5e8185cfd3-root {
    text-align: center;
  }


#s-7d628257-03e1-42b4-8812-fd5e8185cfd3.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d628257-03e1-42b4-8812-fd5e8185cfd3-root {
    text-align: center;
  }


#s-7d628257-03e1-42b4-8812-fd5e8185cfd3.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d628257-03e1-42b4-8812-fd5e8185cfd3-root {
    text-align: center;
  }


#s-7d628257-03e1-42b4-8812-fd5e8185cfd3.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7d628257-03e1-42b4-8812-fd5e8185cfd3-root {
    text-align: center;
  }


#s-7d628257-03e1-42b4-8812-fd5e8185cfd3.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  font-family: Alike;
  display:  inline-block ;
}
}
#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 h2 {
  color: rgba(43, 63, 88, 1);
  font-weight:  normal ;
  font-family: "Alike";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.2em;
  
  
}



#s-5338c991-a4c2-4931-9008-c8b929c98245 {
  background-repeat: no-repeat;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 9px;
}

#s-5338c991-a4c2-4931-9008-c8b929c98245 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDg3MjIxMzMtMTU0Yi00ZGU5LWFlODYtMzE3ZjIwMmQwN2E2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZTllOWU5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjE4NzQwNTExODA3NTI4NDEiIHN0eWxlPSJzdG9wLWNvbG9yOiNlOWU5ZTk7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTkwOTA5MDkwOTA5MDkxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ODcyMjEzMy0xNTRiLTRkZTktYWU4Ni0zMTdmMjAyZDA3YTYpIi8+PC9zdmc+);
}








#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 {
  cursor: pointer;
}#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;
}



#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 {
  cursor: pointer;
}#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 {
  cursor: pointer;
}#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-69602047-d893-43ff-956d-becf3526b0b9 {
  background-repeat: no-repeat;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 9px;
}

#s-69602047-d893-43ff-956d-becf3526b0b9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjJiMTc1ZDctZTIyZS00ZTZhLWJjNzQtNmNlM2Q3OGY2M2NjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjQ2MDEzMjM5MDgwMjU1NjgiIHN0eWxlPSJzdG9wLWNvbG9yOiNlOWU5ZTk7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTkwOTA5MDkwOTA5MDkxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTllOWU5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiMmIxNzVkNy1lMjJlLTRlNmEtYmM3NC02Y2UzZDc4ZjYzY2MpIi8+PC9zdmc+);
}








#s-69602047-d893-43ff-956d-becf3526b0b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69602047-d893-43ff-956d-becf3526b0b9.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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGQwODA5NWMtZDdiNS00MGU2LWE1NjgtMDA5ZmFhNzkyMTExIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjIxMzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNlOWU5ZTk7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTMyODU5NjYzNTI5ODI5NSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmZmZmZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmZmZmZjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMGQwODA5NWMtZDdiNS00MGU2LWE1NjgtMDA5ZmFhNzkyMTExKSIvPjwvc3ZnPg==);
}








#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(233, 233, 233, 1);
}

#s-b2a5a505-0f2b-4b02-956f-97aeeaa3e271 .shogun-heading-component h1 {
  color: rgba(5, 60, 113, 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-14048b28-8998-4756-a4e6-37e72725e54e {
  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;
background-color: rgba(233, 233, 233, 1);
}
@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;
}

@media (min-width: 1200px){#s-16e7e0e9-e9f1-4ac9-bc95-292a061f06f2 {
  background-image: url(https://i.shgcdn.com/2c536246-a671-42a7-bf34-667f9c77da42/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-color: rgba(233, 233, 233, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16e7e0e9-e9f1-4ac9-bc95-292a061f06f2 {
  background-image: url(https://i.shgcdn.com/2c536246-a671-42a7-bf34-667f9c77da42/);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
}@media (max-width: 767px){#s-16e7e0e9-e9f1-4ac9-bc95-292a061f06f2 {
  background-image: url(https://i.shgcdn.com/2c536246-a671-42a7-bf34-667f9c77da42/);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
}
@media (min-width: 0px) {
[id="s-16e7e0e9-e9f1-4ac9-bc95-292a061f06f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16e7e0e9-e9f1-4ac9-bc95-292a061f06f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-16e7e0e9-e9f1-4ac9-bc95-292a061f06f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-16e7e0e9-e9f1-4ac9-bc95-292a061f06f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#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(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Alike";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#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 (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(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Alike";
  font-style:  normal ;
  font-size: 43px;
  
  
  
}


}
.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-874d0235-bd0b-497b-a708-0f35062cc0ec {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-874d0235-bd0b-497b-a708-0f35062cc0ec .shg-proportional-font-size,
#s-874d0235-bd0b-497b-a708-0f35062cc0ec .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#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:  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:  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:  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:  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:  block ;
}
}
#s-db4fb864-7c35-4501-b76c-beb360664f2b {
  background-repeat: no-repeat;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 9px;
}

#s-db4fb864-7c35-4501-b76c-beb360664f2b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTY0ZjA3OTEtNDczYy00NGYzLWE5N2ItODUwMjRmMTg1MGY0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZTllOWU5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjYyMjcyNzI3MjcyNzI3MjciIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2U2NGYwNzkxLTQ3M2MtNDRmMy1hOTdiLTg1MDI0ZjE4NTBmNCkiLz48L3N2Zz4=);
}








#s-db4fb864-7c35-4501-b76c-beb360664f2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db4fb864-7c35-4501-b76c-beb360664f2b.shg-box.shg-c {
  justify-content: center;
}

#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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWQ5Yzk3ZTItMmRiNC00ZWZjLWFmZjktYTIzNTI5ZjM1MWI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjQ2MDEzMjM5MDgwMjU1NjgiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTkwOTA5MDkwOTA5MDkxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5ZDljOTdlMi0yZGI0LTRlZmMtYWZmOS1hMjM1MjlmMzUxYjYpIi8+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-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 ;
  
  
  
  
}



#s-82630792-15a6-4acf-be2b-1d0202457b4b {
  margin-left: 10px;
margin-right: 10px;
background-color: rgba(255, 255, 255, 1);
}

@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);
}


#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-f31703aa-0296-4024-a0c5-5d4b48895545 {
  background-repeat: no-repeat;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 9px;
}

#s-f31703aa-0296-4024-a0c5-5d4b48895545 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWM3NDkyNDgtMzgxNS00OTQxLTk3YjAtMjNiOGVhZjBhNjhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjQ2MDEzMjM5MDgwMjU1NjgiIHN0eWxlPSJzdG9wLWNvbG9yOiNlOWU5ZTk7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNhMGI0Yzc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzVjNzQ5MjQ4LTM4MTUtNDk0MS05N2IwLTIzYjhlYWYwYTY4ZikiLz48L3N2Zz4=);
}








#s-f31703aa-0296-4024-a0c5-5d4b48895545 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f31703aa-0296-4024-a0c5-5d4b48895545.shg-box.shg-c {
  justify-content: center;
}

#s-fb569309-9f25-41e4-8433-d8e41d349d7d {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 9px;
background-color: rgba(160, 180, 199, 1);
}








#s-fb569309-9f25-41e4-8433-d8e41d349d7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb569309-9f25-41e4-8433-d8e41d349d7d.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(160, 180, 199, 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(160, 180, 199, 1);
}

#s-12de654c-91f2-477f-a2c6-534491e89b2d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 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;
}

#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(160, 180, 199, 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(254, 254, 254, 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(254, 254, 254, 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(160, 180, 199, 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-8483ca37-46e1-4df0-b570-af8c02a6592e {
  background-color: rgba(160, 180, 199, 1);
}

#s-5260f470-21a2-4eeb-9c6c-2ccab888b248 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(160, 180, 199, 1);
}

#s-9a8524de-00a6-4e02-a6f1-b7415029a0e3 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(160, 180, 199, 1);
}

#s-09095263-fee6-4568-acc9-0ad31c8b62d8 {
  background-repeat: no-repeat;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 9px;
}

#s-09095263-fee6-4568-acc9-0ad31c8b62d8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTA2NTRiNmUtODljNi00ZThmLWJlMjUtNGU5ZTQyM2JmNWFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojYTBiNGM3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk5MDkwOTA5MDkwOTA5MSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmZmZmZjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjNTA2NTRiNmUtODljNi00ZThmLWJlMjUtNGU5ZTQyM2JmNWFhKSIvPjwvc3ZnPg==);
}








#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}