.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-745e26e5-0035-4472-8369-d4fc708a40ab {
  box-shadow:0px 0px 0px 0px rgba(74, 159, 220, 1);
min-height: 50px;
}








#s-745e26e5-0035-4472-8369-d4fc708a40ab > .shg-box-overlay {
  background-color: rgba(237, 173, 41, 1);
  opacity: 0.9;
}#s-745e26e5-0035-4472-8369-d4fc708a40ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-75f34a34-493f-4c6b-92c1-f1a1aaaa4451 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75f34a34-493f-4c6b-92c1-f1a1aaaa4451 .shogun-heading-component h2 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-db472c1c-449d-40ea-916a-62d0cdb08c8d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
min-height: 1000px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-db472c1c-449d-40ea-916a-62d0cdb08c8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-db472c1c-449d-40ea-916a-62d0cdb08c8d {
  display: none;
}
#s-db472c1c-449d-40ea-916a-62d0cdb08c8d, #wrap-s-db472c1c-449d-40ea-916a-62d0cdb08c8d { display: none !important; }}@media (max-width: 767px){#s-db472c1c-449d-40ea-916a-62d0cdb08c8d {
  display: none;
}
#s-db472c1c-449d-40ea-916a-62d0cdb08c8d, #wrap-s-db472c1c-449d-40ea-916a-62d0cdb08c8d { display: none !important; }}







#s-db472c1c-449d-40ea-916a-62d0cdb08c8d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-db472c1c-449d-40ea-916a-62d0cdb08c8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e3a422d-a30b-40e1-b8e7-d3964abc0743 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-9e3a422d-a30b-40e1-b8e7-d3964abc0743 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e3a422d-a30b-40e1-b8e7-d3964abc0743 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e3a422d-a30b-40e1-b8e7-d3964abc0743 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-9e3a422d-a30b-40e1-b8e7-d3964abc0743 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e3a422d-a30b-40e1-b8e7-d3964abc0743.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32dc45cb-a0f9-4021-8357-9d2f59f9230b {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32dc45cb-a0f9-4021-8357-9d2f59f9230b .shogun-heading-component h1 {
  color: rgba(236, 236, 236, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-ddccdc11-a41b-4697-b43d-fcc0c51e1685 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(237, 173, 41, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ddccdc11-a41b-4697-b43d-fcc0c51e1685:hover {background-color: rgba(237, 173, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ddccdc11-a41b-4697-b43d-fcc0c51e1685:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ddccdc11-a41b-4697-b43d-fcc0c51e1685-root {
    text-align: center;
  }


#s-ddccdc11-a41b-4697-b43d-fcc0c51e1685.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ddccdc11-a41b-4697-b43d-fcc0c51e1685-root {
    text-align: center;
  }


#s-ddccdc11-a41b-4697-b43d-fcc0c51e1685.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ddccdc11-a41b-4697-b43d-fcc0c51e1685-root {
    text-align: center;
  }


#s-ddccdc11-a41b-4697-b43d-fcc0c51e1685.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ddccdc11-a41b-4697-b43d-fcc0c51e1685-root {
    text-align: center;
  }


#s-ddccdc11-a41b-4697-b43d-fcc0c51e1685.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ddccdc11-a41b-4697-b43d-fcc0c51e1685-root {
    text-align: center;
  }


#s-ddccdc11-a41b-4697-b43d-fcc0c51e1685.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-bb479fd1-7b60-4fc6-837b-09138c82bb24 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}
@media (max-width: 767px){#s-bb479fd1-7b60-4fc6-837b-09138c82bb24 {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-bb479fd1-7b60-4fc6-837b-09138c82bb24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb479fd1-7b60-4fc6-837b-09138c82bb24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4bb52d9c-8190-4921-aa4e-d363f083e458 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-4bb52d9c-8190-4921-aa4e-d363f083e458 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 1420px;
}
}







#s-4bb52d9c-8190-4921-aa4e-d363f083e458 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bb52d9c-8190-4921-aa4e-d363f083e458.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-c15b6bad-aaa8-44f0-a29f-6f0eae30a5de {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-c15b6bad-aaa8-44f0-a29f-6f0eae30a5de {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-c15b6bad-aaa8-44f0-a29f-6f0eae30a5de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c15b6bad-aaa8-44f0-a29f-6f0eae30a5de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-c15b6bad-aaa8-44f0-a29f-6f0eae30a5de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-c15b6bad-aaa8-44f0-a29f-6f0eae30a5de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-c15b6bad-aaa8-44f0-a29f-6f0eae30a5de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-c15b6bad-aaa8-44f0-a29f-6f0eae30a5de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-c15b6bad-aaa8-44f0-a29f-6f0eae30a5de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (max-width: 767px){#s-5e8bab32-01ca-4b27-a4a8-bc5cb90f6136 {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-5e8bab32-01ca-4b27-a4a8-bc5cb90f6136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e8bab32-01ca-4b27-a4a8-bc5cb90f6136.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5808849-17fe-4fe8-ac91-18c90df9b0c0 {
  padding-top: 0px;
text-align: left;
}

#s-a5808849-17fe-4fe8-ac91-18c90df9b0c0 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: left;
}



.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-a50652d0-0742-4b6b-a749-78fa7bd7c10f {
  border-radius: 20px;
max-width: 5632px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-a50652d0-0742-4b6b-a749-78fa7bd7c10f {
  margin-top: 20px;
margin-bottom: 0px;
}
}




  #s-a50652d0-0742-4b6b-a749-78fa7bd7c10f img.shogun-image,
  #s-a50652d0-0742-4b6b-a749-78fa7bd7c10f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a50652d0-0742-4b6b-a749-78fa7bd7c10f {
    width: 100%;
    height: auto;
  }



  #s-a50652d0-0742-4b6b-a749-78fa7bd7c10f img.shogun-image {
    

    
    
    
  }


#s-a50652d0-0742-4b6b-a749-78fa7bd7c10f .shogun-image-content {
  
    align-items: center;
  
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-203d5eff-28bc-41db-87a4-df3b8437d68a {
  margin-top: 50px;
margin-bottom: 50px;
}

#s-203d5eff-28bc-41db-87a4-df3b8437d68a hr {
  border-top: 1px solid rgba(45, 45, 45, 0.5);
}

#s-b3351666-58a7-49b9-a104-912d7b56516f {
  margin-left: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-b3351666-58a7-49b9-a104-912d7b56516f {
  margin-left: 40px;
margin-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-b3351666-58a7-49b9-a104-912d7b56516f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3351666-58a7-49b9-a104-912d7b56516f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b3351666-58a7-49b9-a104-912d7b56516f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3351666-58a7-49b9-a104-912d7b56516f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-c5afbf11-0e7e-40b4-9430-4f904ed2d702 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c5afbf11-0e7e-40b4-9430-4f904ed2d702 {
  margin-bottom: 49px;
}
}







#s-c5afbf11-0e7e-40b4-9430-4f904ed2d702 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5afbf11-0e7e-40b4-9430-4f904ed2d702.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-302b8825-d582-4698-aa73-19ce01b83070 {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-302b8825-d582-4698-aa73-19ce01b83070 img.shogun-image,
  #s-302b8825-d582-4698-aa73-19ce01b83070 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-302b8825-d582-4698-aa73-19ce01b83070 {
    width: 100%;
    height: auto;
  }



  #s-302b8825-d582-4698-aa73-19ce01b83070 img.shogun-image {
    

    
    
    
  }


#s-302b8825-d582-4698-aa73-19ce01b83070 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ae08fd1-47cb-44e9-b4aa-c825a2b7b431 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-3ae08fd1-47cb-44e9-b4aa-c825a2b7b431 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-c0860a75-3029-4a3e-aa96-f5808c660c18 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-c0860a75-3029-4a3e-aa96-f5808c660c18 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-bc209b6f-755a-4721-950d-1da6afb1c156 {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-a9ac6e46-f256-4874-9311-8f98c0fc0355 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a9ac6e46-f256-4874-9311-8f98c0fc0355 {
  margin-top: 0px;
margin-bottom: 50px;
}
}







#s-a9ac6e46-f256-4874-9311-8f98c0fc0355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9ac6e46-f256-4874-9311-8f98c0fc0355.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-853c1aae-51ad-4d28-b723-3c412c19aa76 {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 2969px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-853c1aae-51ad-4d28-b723-3c412c19aa76 img.shogun-image,
  #s-853c1aae-51ad-4d28-b723-3c412c19aa76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-853c1aae-51ad-4d28-b723-3c412c19aa76 {
    width: 100%;
    height: auto;
  }



  #s-853c1aae-51ad-4d28-b723-3c412c19aa76 img.shogun-image {
    

    
    
    
  }


#s-853c1aae-51ad-4d28-b723-3c412c19aa76 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d7aaa09-d837-42e1-bc76-5a7c13308261 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-1d7aaa09-d837-42e1-bc76-5a7c13308261 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-2c2b5d42-9102-41a9-8fa6-5a828d9d7e0e {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-2c2b5d42-9102-41a9-8fa6-5a828d9d7e0e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-c6abac95-6bee-46a6-8da9-8baccbde19bf {
  margin-top: 8px;
margin-bottom: 0px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-4f62fb0e-ea2b-4972-8149-f9b04a01d302 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 50px;
padding-bottom: 50px;
}
@media (max-width: 767px){#s-4f62fb0e-ea2b-4972-8149-f9b04a01d302 {
  margin-left: 40px;
margin-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-4f62fb0e-ea2b-4972-8149-f9b04a01d302"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f62fb0e-ea2b-4972-8149-f9b04a01d302"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-4f62fb0e-ea2b-4972-8149-f9b04a01d302"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f62fb0e-ea2b-4972-8149-f9b04a01d302"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-beaee652-1baf-4b3a-a805-9b111e49bdd2 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-beaee652-1baf-4b3a-a805-9b111e49bdd2 {
  margin-bottom: 49px;
}
}







#s-beaee652-1baf-4b3a-a805-9b111e49bdd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-beaee652-1baf-4b3a-a805-9b111e49bdd2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-16255abc-2bce-4095-8291-f8d1c6d5abc0 {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-16255abc-2bce-4095-8291-f8d1c6d5abc0 img.shogun-image,
  #s-16255abc-2bce-4095-8291-f8d1c6d5abc0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16255abc-2bce-4095-8291-f8d1c6d5abc0 {
    width: 100%;
    height: auto;
  }



  #s-16255abc-2bce-4095-8291-f8d1c6d5abc0 img.shogun-image {
    

    
    
    
  }


#s-16255abc-2bce-4095-8291-f8d1c6d5abc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-574ee846-a0ab-4f8a-8ebc-d848040a507a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-574ee846-a0ab-4f8a-8ebc-d848040a507a .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-ee57fe34-cd17-4793-b774-941b4dfb5296 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-ee57fe34-cd17-4793-b774-941b4dfb5296 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-d8502388-23b0-4f6e-a84d-87f2086b6fa7 {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-535c4d3d-d665-40db-a9a8-9be05c467b41 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-535c4d3d-d665-40db-a9a8-9be05c467b41 {
  margin-bottom: 50px;
}
}







#s-535c4d3d-d665-40db-a9a8-9be05c467b41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-535c4d3d-d665-40db-a9a8-9be05c467b41.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-50b97b0e-c70f-42a8-9aa1-517c179ffd7e {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-50b97b0e-c70f-42a8-9aa1-517c179ffd7e img.shogun-image,
  #s-50b97b0e-c70f-42a8-9aa1-517c179ffd7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-50b97b0e-c70f-42a8-9aa1-517c179ffd7e {
    width: 100%;
    height: auto;
  }



  #s-50b97b0e-c70f-42a8-9aa1-517c179ffd7e img.shogun-image {
    

    
    
    
  }


#s-50b97b0e-c70f-42a8-9aa1-517c179ffd7e .shogun-image-content {
  
    align-items: center;
  
}

#s-6ce6b042-aa53-4193-95cb-462d91172d95 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-6ce6b042-aa53-4193-95cb-462d91172d95 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-a9cfea60-beb7-4bdd-8109-b5b0462e4298 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-a9cfea60-beb7-4bdd-8109-b5b0462e4298 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-1bca34a5-5db7-4751-a0e0-f05d59940ebc {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-297f7a9b-3d1e-4c64-9940-de534a8a5e45 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(237, 173, 41, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-297f7a9b-3d1e-4c64-9940-de534a8a5e45:hover {background-color: rgba(237, 173, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-297f7a9b-3d1e-4c64-9940-de534a8a5e45:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-297f7a9b-3d1e-4c64-9940-de534a8a5e45-root {
    text-align: center;
  }


#s-297f7a9b-3d1e-4c64-9940-de534a8a5e45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-297f7a9b-3d1e-4c64-9940-de534a8a5e45-root {
    text-align: center;
  }


#s-297f7a9b-3d1e-4c64-9940-de534a8a5e45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-297f7a9b-3d1e-4c64-9940-de534a8a5e45-root {
    text-align: center;
  }


#s-297f7a9b-3d1e-4c64-9940-de534a8a5e45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-297f7a9b-3d1e-4c64-9940-de534a8a5e45-root {
    text-align: center;
  }


#s-297f7a9b-3d1e-4c64-9940-de534a8a5e45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-297f7a9b-3d1e-4c64-9940-de534a8a5e45-root {
    text-align: center;
  }


#s-297f7a9b-3d1e-4c64-9940-de534a8a5e45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-9b97f84a-7087-44db-995c-e91cfbc40590 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}
@media (max-width: 767px){#s-9b97f84a-7087-44db-995c-e91cfbc40590 {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-9b97f84a-7087-44db-995c-e91cfbc40590 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b97f84a-7087-44db-995c-e91cfbc40590.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc56bffe-d314-4c77-bb7b-2eb0a0e6c4d3 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-dc56bffe-d314-4c77-bb7b-2eb0a0e6c4d3 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-dc56bffe-d314-4c77-bb7b-2eb0a0e6c4d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc56bffe-d314-4c77-bb7b-2eb0a0e6c4d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a431620c-7db6-4224-b6f3-9c17c17ef55a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-a431620c-7db6-4224-b6f3-9c17c17ef55a {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-a431620c-7db6-4224-b6f3-9c17c17ef55a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a431620c-7db6-4224-b6f3-9c17c17ef55a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-a431620c-7db6-4224-b6f3-9c17c17ef55a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-a431620c-7db6-4224-b6f3-9c17c17ef55a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-a431620c-7db6-4224-b6f3-9c17c17ef55a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-a431620c-7db6-4224-b6f3-9c17c17ef55a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-a431620c-7db6-4224-b6f3-9c17c17ef55a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (max-width: 767px) {
  [id="s-a431620c-7db6-4224-b6f3-9c17c17ef55a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-547651f4-927b-48f9-81d5-085cbc2cd762 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-547651f4-927b-48f9-81d5-085cbc2cd762 {
  margin-top: 20px;
margin-bottom: 20px;
}
}




  #s-547651f4-927b-48f9-81d5-085cbc2cd762 img.shogun-image,
  #s-547651f4-927b-48f9-81d5-085cbc2cd762 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-547651f4-927b-48f9-81d5-085cbc2cd762 {
    width: 100%;
    height: auto;
  }



  #s-547651f4-927b-48f9-81d5-085cbc2cd762 img.shogun-image {
    

    
    
    
  }


#s-547651f4-927b-48f9-81d5-085cbc2cd762 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-d6c3f828-8b55-4ed6-a900-00f005c987da {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-d6c3f828-8b55-4ed6-a900-00f005c987da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6c3f828-8b55-4ed6-a900-00f005c987da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc8e5e01-25e8-46e7-a36e-154f13d0c117 {
  padding-top: 0px;
text-align: left;
}

#s-cc8e5e01-25e8-46e7-a36e-154f13d0c117 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: left;
}



#s-a7a0e767-f950-49e0-8c45-f0468d3b6a7b {
  margin-top: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

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

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content>div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-648d32cd-3510-4d43-829c-991a7e281a62 {
  margin-top: 6px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-648d32cd-3510-4d43-829c-991a7e281a62 img.shogun-image,
  #s-648d32cd-3510-4d43-829c-991a7e281a62 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-648d32cd-3510-4d43-829c-991a7e281a62 {
    width: 100%;
    height: auto;
  }

  #s-648d32cd-3510-4d43-829c-991a7e281a62 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image {
    
    
  }


.s-648d32cd-3510-4d43-829c-991a7e281a62 .shogun-image-content {
  
    align-items: center;
  
}

.s-648d32cd-3510-4d43-829c-991a7e281a62.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-648d32cd-3510-4d43-829c-991a7e281a62 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image-container {
      position: relative;
    }

    .s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-648d32cd-3510-4d43-829c-991a7e281a62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-648d32cd-3510-4d43-829c-991a7e281a62 img.shogun-image,
  #s-648d32cd-3510-4d43-829c-991a7e281a62 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-648d32cd-3510-4d43-829c-991a7e281a62 {
    width: 100%;
    height: auto;
  }

  #s-648d32cd-3510-4d43-829c-991a7e281a62 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image {
    
    
  }


.s-648d32cd-3510-4d43-829c-991a7e281a62 .shogun-image-content {
  
    align-items: center;
  
}

.s-648d32cd-3510-4d43-829c-991a7e281a62.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-648d32cd-3510-4d43-829c-991a7e281a62 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image-container {
      position: relative;
    }

    .s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-648d32cd-3510-4d43-829c-991a7e281a62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-648d32cd-3510-4d43-829c-991a7e281a62 img.shogun-image,
  #s-648d32cd-3510-4d43-829c-991a7e281a62 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-648d32cd-3510-4d43-829c-991a7e281a62 {
    width: 100%;
    height: auto;
  }

  #s-648d32cd-3510-4d43-829c-991a7e281a62 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image {
    
    
  }


.s-648d32cd-3510-4d43-829c-991a7e281a62 .shogun-image-content {
  
    align-items: center;
  
}

.s-648d32cd-3510-4d43-829c-991a7e281a62.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-648d32cd-3510-4d43-829c-991a7e281a62 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image-container {
      position: relative;
    }

    .s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-648d32cd-3510-4d43-829c-991a7e281a62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-648d32cd-3510-4d43-829c-991a7e281a62 img.shogun-image,
  #s-648d32cd-3510-4d43-829c-991a7e281a62 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-648d32cd-3510-4d43-829c-991a7e281a62 {
    width: 100%;
    height: auto;
  }

  #s-648d32cd-3510-4d43-829c-991a7e281a62 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image {
    
    
  }


.s-648d32cd-3510-4d43-829c-991a7e281a62 .shogun-image-content {
  
    align-items: center;
  
}

.s-648d32cd-3510-4d43-829c-991a7e281a62.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-648d32cd-3510-4d43-829c-991a7e281a62 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image-container {
      position: relative;
    }

    .s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-648d32cd-3510-4d43-829c-991a7e281a62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-648d32cd-3510-4d43-829c-991a7e281a62 img.shogun-image,
  #s-648d32cd-3510-4d43-829c-991a7e281a62 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-648d32cd-3510-4d43-829c-991a7e281a62 {
    width: 100%;
    height: auto;
  }

  #s-648d32cd-3510-4d43-829c-991a7e281a62 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image {
    
    
  }


.s-648d32cd-3510-4d43-829c-991a7e281a62 .shogun-image-content {
  
    align-items: center;
  
}

.s-648d32cd-3510-4d43-829c-991a7e281a62.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-648d32cd-3510-4d43-829c-991a7e281a62 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image-container {
      position: relative;
    }

    .s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-648d32cd-3510-4d43-829c-991a7e281a62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-648d32cd-3510-4d43-829c-991a7e281a62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-11a1f784-2718-40e4-8758-3b448b4bb3b0 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 65%;
text-align: left;
}
@media (max-width: 767px){#s-11a1f784-2718-40e4-8758-3b448b4bb3b0 {
  max-width: 100%;
}
}






  img.s-11a1f784-2718-40e4-8758-3b448b4bb3b0.shogun-image {
    
    
  }


.s-11a1f784-2718-40e4-8758-3b448b4bb3b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-11a1f784-2718-40e4-8758-3b448b4bb3b0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-11a1f784-2718-40e4-8758-3b448b4bb3b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11a1f784-2718-40e4-8758-3b448b4bb3b0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-11a1f784-2718-40e4-8758-3b448b4bb3b0.shogun-image {
    
    
  }


.s-11a1f784-2718-40e4-8758-3b448b4bb3b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-11a1f784-2718-40e4-8758-3b448b4bb3b0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-11a1f784-2718-40e4-8758-3b448b4bb3b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11a1f784-2718-40e4-8758-3b448b4bb3b0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-11a1f784-2718-40e4-8758-3b448b4bb3b0.shogun-image {
    
    
  }


.s-11a1f784-2718-40e4-8758-3b448b4bb3b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-11a1f784-2718-40e4-8758-3b448b4bb3b0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-11a1f784-2718-40e4-8758-3b448b4bb3b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11a1f784-2718-40e4-8758-3b448b4bb3b0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-11a1f784-2718-40e4-8758-3b448b4bb3b0.shogun-image {
    
    
  }


.s-11a1f784-2718-40e4-8758-3b448b4bb3b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-11a1f784-2718-40e4-8758-3b448b4bb3b0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-11a1f784-2718-40e4-8758-3b448b4bb3b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11a1f784-2718-40e4-8758-3b448b4bb3b0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-11a1f784-2718-40e4-8758-3b448b4bb3b0.shogun-image {
    
    
  }


.s-11a1f784-2718-40e4-8758-3b448b4bb3b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-11a1f784-2718-40e4-8758-3b448b4bb3b0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-11a1f784-2718-40e4-8758-3b448b4bb3b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11a1f784-2718-40e4-8758-3b448b4bb3b0.shogun-image {
  box-sizing: border-box;
}



}
#s-2d673e36-af33-4e5d-8052-2fd282783a9f {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (max-width: 767px){#s-2d673e36-af33-4e5d-8052-2fd282783a9f {
  
}
}
#s-2d673e36-af33-4e5d-8052-2fd282783a9f hr {
  border-top: 1px solid rgba(45, 45, 45, 0.5);
}

#s-bc83dc97-8a7b-462f-aff2-5f51ad09a5c9 {
  padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-bc83dc97-8a7b-462f-aff2-5f51ad09a5c9 {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-bc83dc97-8a7b-462f-aff2-5f51ad09a5c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc83dc97-8a7b-462f-aff2-5f51ad09a5c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-bc83dc97-8a7b-462f-aff2-5f51ad09a5c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-bc83dc97-8a7b-462f-aff2-5f51ad09a5c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-1fd986e4-0253-404b-8d59-b78e8529a550 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1fd986e4-0253-404b-8d59-b78e8529a550 {
  margin-bottom: 49px;
}
}







#s-1fd986e4-0253-404b-8d59-b78e8529a550 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fd986e4-0253-404b-8d59-b78e8529a550.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-88706cdf-6291-4c94-a370-a501567dbd61 {
  margin-top: 0px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-88706cdf-6291-4c94-a370-a501567dbd61 {
  margin-top: 2px;
}
}




  #s-88706cdf-6291-4c94-a370-a501567dbd61 img.shogun-image,
  #s-88706cdf-6291-4c94-a370-a501567dbd61 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-88706cdf-6291-4c94-a370-a501567dbd61 {
    width: 100%;
    height: auto;
  }



  #s-88706cdf-6291-4c94-a370-a501567dbd61 img.shogun-image {
    

    
    
    
  }


#s-88706cdf-6291-4c94-a370-a501567dbd61 .shogun-image-content {
  
    align-items: center;
  
}

#s-b71f544c-d1b6-4630-a412-732d75392ad4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-b71f544c-d1b6-4630-a412-732d75392ad4 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-2a0363e9-4f7f-43f1-86b0-208fcde55f1a {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-2a0363e9-4f7f-43f1-86b0-208fcde55f1a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-c57d0589-c5ce-4ecc-b49c-e5b5a38d6118 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-5bd50090-84b4-45ef-aa48-24e830af26e0 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-5bd50090-84b4-45ef-aa48-24e830af26e0 {
  margin-bottom: 49px;
}
}







#s-5bd50090-84b4-45ef-aa48-24e830af26e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bd50090-84b4-45ef-aa48-24e830af26e0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-55b79dc5-d01f-4582-81c2-9280da6d1264 {
  margin-top: 0px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-55b79dc5-d01f-4582-81c2-9280da6d1264 img.shogun-image,
  #s-55b79dc5-d01f-4582-81c2-9280da6d1264 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55b79dc5-d01f-4582-81c2-9280da6d1264 {
    width: 100%;
    height: auto;
  }



  #s-55b79dc5-d01f-4582-81c2-9280da6d1264 img.shogun-image {
    

    
    
    
  }


#s-55b79dc5-d01f-4582-81c2-9280da6d1264 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a723b4a-7f97-457b-8d27-b7ba34783ec8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-8a723b4a-7f97-457b-8d27-b7ba34783ec8 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-ed40cac4-8419-4350-acd2-b962fb36c3e9 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-ed40cac4-8419-4350-acd2-b962fb36c3e9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-682225c7-5b62-43a7-b6a6-52a376929c24 {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-98884fbd-487c-47d8-9ca9-f24664b5fdeb {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(237, 173, 41, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-98884fbd-487c-47d8-9ca9-f24664b5fdeb:hover {background-color: rgba(237, 173, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-98884fbd-487c-47d8-9ca9-f24664b5fdeb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-98884fbd-487c-47d8-9ca9-f24664b5fdeb-root {
    text-align: center;
  }


#s-98884fbd-487c-47d8-9ca9-f24664b5fdeb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-98884fbd-487c-47d8-9ca9-f24664b5fdeb-root {
    text-align: center;
  }


#s-98884fbd-487c-47d8-9ca9-f24664b5fdeb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-98884fbd-487c-47d8-9ca9-f24664b5fdeb-root {
    text-align: center;
  }


#s-98884fbd-487c-47d8-9ca9-f24664b5fdeb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-98884fbd-487c-47d8-9ca9-f24664b5fdeb-root {
    text-align: center;
  }


#s-98884fbd-487c-47d8-9ca9-f24664b5fdeb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-98884fbd-487c-47d8-9ca9-f24664b5fdeb-root {
    text-align: center;
  }


#s-98884fbd-487c-47d8-9ca9-f24664b5fdeb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-27d36c7e-2761-44ca-bc74-df871b514d2b {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-27d36c7e-2761-44ca-bc74-df871b514d2b {
  margin-bottom: 49px;
}
}







#s-27d36c7e-2761-44ca-bc74-df871b514d2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27d36c7e-2761-44ca-bc74-df871b514d2b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a781ea59-e312-4814-836d-7db5144e54e5 {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-a781ea59-e312-4814-836d-7db5144e54e5 img.shogun-image,
  #s-a781ea59-e312-4814-836d-7db5144e54e5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a781ea59-e312-4814-836d-7db5144e54e5 {
    width: 100%;
    height: auto;
  }



  #s-a781ea59-e312-4814-836d-7db5144e54e5 img.shogun-image {
    

    
    
    
  }


#s-a781ea59-e312-4814-836d-7db5144e54e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e4235fc-6b75-45d6-818b-9d5dc1e32acf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-5e4235fc-6b75-45d6-818b-9d5dc1e32acf .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-085c7b6e-6a0d-4bf8-912a-c5b06888a6ff {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-085c7b6e-6a0d-4bf8-912a-c5b06888a6ff .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-33823d4b-b066-40c7-894c-e746d8247aef {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-3d4dd6d5-7c6a-4f1b-b398-4416477130df {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}
@media (max-width: 767px){#s-3d4dd6d5-7c6a-4f1b-b398-4416477130df {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-3d4dd6d5-7c6a-4f1b-b398-4416477130df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d4dd6d5-7c6a-4f1b-b398-4416477130df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8f41d5a-18dc-44b7-9fc8-a7549d7102ad {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-c8f41d5a-18dc-44b7-9fc8-a7549d7102ad {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-c8f41d5a-18dc-44b7-9fc8-a7549d7102ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8f41d5a-18dc-44b7-9fc8-a7549d7102ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99890772-e1a2-40b1-9a10-e5dcd5a6e682 {
  padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-99890772-e1a2-40b1-9a10-e5dcd5a6e682 {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-99890772-e1a2-40b1-9a10-e5dcd5a6e682"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99890772-e1a2-40b1-9a10-e5dcd5a6e682"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-99890772-e1a2-40b1-9a10-e5dcd5a6e682"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-99890772-e1a2-40b1-9a10-e5dcd5a6e682"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (max-width: 767px){#s-78fb1ff1-2f71-4a60-9a60-b04427d4befe {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-78fb1ff1-2f71-4a60-9a60-b04427d4befe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78fb1ff1-2f71-4a60-9a60-b04427d4befe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23107871-9fcb-47f3-ba6d-2a2c96aa16f8 {
  padding-top: 0px;
text-align: left;
}

#s-23107871-9fcb-47f3-ba6d-2a2c96aa16f8 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: left;
}



#s-5c90bf58-1b78-4f18-9a38-290f40372036 {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-8f1d96c8-96eb-4f1d-9289-560059675895 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(237, 173, 41, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8f1d96c8-96eb-4f1d-9289-560059675895:hover {background-color: rgba(237, 173, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8f1d96c8-96eb-4f1d-9289-560059675895:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8f1d96c8-96eb-4f1d-9289-560059675895-root {
    text-align: center;
  }


#s-8f1d96c8-96eb-4f1d-9289-560059675895.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8f1d96c8-96eb-4f1d-9289-560059675895-root {
    text-align: center;
  }


#s-8f1d96c8-96eb-4f1d-9289-560059675895.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f1d96c8-96eb-4f1d-9289-560059675895-root {
    text-align: center;
  }


#s-8f1d96c8-96eb-4f1d-9289-560059675895.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f1d96c8-96eb-4f1d-9289-560059675895-root {
    text-align: center;
  }


#s-8f1d96c8-96eb-4f1d-9289-560059675895.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8f1d96c8-96eb-4f1d-9289-560059675895-root {
    text-align: center;
  }


#s-8f1d96c8-96eb-4f1d-9289-560059675895.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-2947adf1-3e62-40b1-8750-6322d8cda15c {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-2947adf1-3e62-40b1-8750-6322d8cda15c {
  margin-bottom: 49px;
}
}







#s-2947adf1-3e62-40b1-8750-6322d8cda15c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2947adf1-3e62-40b1-8750-6322d8cda15c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b5c0d986-1376-4d69-81c9-97c3571145f7 {
  margin-top: 0px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-b5c0d986-1376-4d69-81c9-97c3571145f7 img.shogun-image,
  #s-b5c0d986-1376-4d69-81c9-97c3571145f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5c0d986-1376-4d69-81c9-97c3571145f7 {
    width: 100%;
    height: auto;
  }



  #s-b5c0d986-1376-4d69-81c9-97c3571145f7 img.shogun-image {
    

    
    
    
  }


#s-b5c0d986-1376-4d69-81c9-97c3571145f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-91101356-bba1-47cf-bce3-6ce00ae5e253 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-91101356-bba1-47cf-bce3-6ce00ae5e253 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-76ad4cde-ab8d-43ce-8deb-76cadbc2a47e {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-76ad4cde-ab8d-43ce-8deb-76cadbc2a47e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-d1b9230c-f37d-4795-bdfb-2b06428dfb78 {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-8d0001b3-fbe1-4173-9158-df9774e5b32c {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8d0001b3-fbe1-4173-9158-df9774e5b32c {
  margin-bottom: 49px;
}
}







#s-8d0001b3-fbe1-4173-9158-df9774e5b32c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d0001b3-fbe1-4173-9158-df9774e5b32c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d615507b-a202-4614-9765-843ddab0d507 {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-d615507b-a202-4614-9765-843ddab0d507 img.shogun-image,
  #s-d615507b-a202-4614-9765-843ddab0d507 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d615507b-a202-4614-9765-843ddab0d507 {
    width: 100%;
    height: auto;
  }



  #s-d615507b-a202-4614-9765-843ddab0d507 img.shogun-image {
    

    
    
    
  }


#s-d615507b-a202-4614-9765-843ddab0d507 .shogun-image-content {
  
    align-items: center;
  
}

#s-1841c657-8457-479f-b414-8e2fee206875 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-1841c657-8457-479f-b414-8e2fee206875 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-b983d14d-48eb-4b21-bb7b-67c9aac9dacd {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-b983d14d-48eb-4b21-bb7b-67c9aac9dacd .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-dca80a6e-d15b-4942-8b49-ac1ea093ad61 {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-1c00d9c0-0338-4126-88a5-704f9c36e99f {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}
@media (max-width: 767px){#s-1c00d9c0-0338-4126-88a5-704f9c36e99f {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-1c00d9c0-0338-4126-88a5-704f9c36e99f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c00d9c0-0338-4126-88a5-704f9c36e99f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2ce7bdf-e3b3-4a28-9dc5-0837539d3dff {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-c2ce7bdf-e3b3-4a28-9dc5-0837539d3dff {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-c2ce7bdf-e3b3-4a28-9dc5-0837539d3dff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2ce7bdf-e3b3-4a28-9dc5-0837539d3dff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11a0742e-8d6a-45e2-84c5-70365af8058b {
  padding-top: 0px;
text-align: left;
}

#s-11a0742e-8d6a-45e2-84c5-70365af8058b .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: center;
}



#s-7b3c8fc8-d909-47f6-b9b0-355ab46eac0e {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-cdd3a728-912a-4c98-8ff9-4f866c96a676 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(237, 173, 41, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-cdd3a728-912a-4c98-8ff9-4f866c96a676:hover {background-color: rgba(237, 173, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cdd3a728-912a-4c98-8ff9-4f866c96a676:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cdd3a728-912a-4c98-8ff9-4f866c96a676-root {
    text-align: center;
  }


#s-cdd3a728-912a-4c98-8ff9-4f866c96a676.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cdd3a728-912a-4c98-8ff9-4f866c96a676-root {
    text-align: center;
  }


#s-cdd3a728-912a-4c98-8ff9-4f866c96a676.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cdd3a728-912a-4c98-8ff9-4f866c96a676-root {
    text-align: center;
  }


#s-cdd3a728-912a-4c98-8ff9-4f866c96a676.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cdd3a728-912a-4c98-8ff9-4f866c96a676-root {
    text-align: center;
  }


#s-cdd3a728-912a-4c98-8ff9-4f866c96a676.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cdd3a728-912a-4c98-8ff9-4f866c96a676-root {
    text-align: center;
  }


#s-cdd3a728-912a-4c98-8ff9-4f866c96a676.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-d7565b65-8d9d-45f4-899f-1f50d83bc186 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (max-width: 767px){#s-d7565b65-8d9d-45f4-899f-1f50d83bc186 {
  
}
}
#s-d7565b65-8d9d-45f4-899f-1f50d83bc186 hr {
  border-top: 1px solid rgba(45, 45, 45, 0.5);
}

#s-74af067b-c49c-44e0-b70e-3a7d4fed7172 {
  padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-74af067b-c49c-44e0-b70e-3a7d4fed7172 {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-74af067b-c49c-44e0-b70e-3a7d4fed7172"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74af067b-c49c-44e0-b70e-3a7d4fed7172"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-74af067b-c49c-44e0-b70e-3a7d4fed7172"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-74af067b-c49c-44e0-b70e-3a7d4fed7172"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-f8e6d3aa-94e5-423d-b249-ed8ee72f305b {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f8e6d3aa-94e5-423d-b249-ed8ee72f305b {
  margin-bottom: 49px;
}
}







#s-f8e6d3aa-94e5-423d-b249-ed8ee72f305b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8e6d3aa-94e5-423d-b249-ed8ee72f305b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ea00ca2e-e1a2-44bb-86fc-dec73273ffe4 {
  margin-top: 0px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 3840px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-ea00ca2e-e1a2-44bb-86fc-dec73273ffe4 {
  margin-top: 2px;
}
}




  #s-ea00ca2e-e1a2-44bb-86fc-dec73273ffe4 img.shogun-image,
  #s-ea00ca2e-e1a2-44bb-86fc-dec73273ffe4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea00ca2e-e1a2-44bb-86fc-dec73273ffe4 {
    width: 100%;
    height: auto;
  }



  #s-ea00ca2e-e1a2-44bb-86fc-dec73273ffe4 img.shogun-image {
    

    
    
    
  }


#s-ea00ca2e-e1a2-44bb-86fc-dec73273ffe4 .shogun-image-content {
  
    align-items: center;
  
}

#s-92348d77-aa28-4efb-8382-7e58939f9717 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-92348d77-aa28-4efb-8382-7e58939f9717 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-f2466501-06c1-4947-81d9-8650d7ffc63f {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-6710ffc1-705e-401b-badf-8b1194213acb {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-6710ffc1-705e-401b-badf-8b1194213acb {
  margin-bottom: 49px;
}
}







#s-6710ffc1-705e-401b-badf-8b1194213acb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6710ffc1-705e-401b-badf-8b1194213acb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f342c382-a3cb-4d6f-9a6b-19371e913e18 {
  margin-top: 0px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-f342c382-a3cb-4d6f-9a6b-19371e913e18 img.shogun-image,
  #s-f342c382-a3cb-4d6f-9a6b-19371e913e18 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f342c382-a3cb-4d6f-9a6b-19371e913e18 {
    width: 100%;
    height: auto;
  }



  #s-f342c382-a3cb-4d6f-9a6b-19371e913e18 img.shogun-image {
    

    
    
    
  }


#s-f342c382-a3cb-4d6f-9a6b-19371e913e18 .shogun-image-content {
  
    align-items: center;
  
}

#s-e652a0ae-e392-4988-b6a5-61626d27323c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-e652a0ae-e392-4988-b6a5-61626d27323c .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-3d8d3176-7a7b-4241-90e7-9f09814a4191 {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-66028e0b-e597-4d9b-8105-83a65a0c87dd {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-66028e0b-e597-4d9b-8105-83a65a0c87dd {
  margin-bottom: 49px;
}
}







#s-66028e0b-e597-4d9b-8105-83a65a0c87dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66028e0b-e597-4d9b-8105-83a65a0c87dd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c747084f-0dc3-47e8-b793-0f4976328bf7 {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-c747084f-0dc3-47e8-b793-0f4976328bf7 img.shogun-image,
  #s-c747084f-0dc3-47e8-b793-0f4976328bf7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c747084f-0dc3-47e8-b793-0f4976328bf7 {
    width: 100%;
    height: auto;
  }



  #s-c747084f-0dc3-47e8-b793-0f4976328bf7 img.shogun-image {
    

    
    
    
  }


#s-c747084f-0dc3-47e8-b793-0f4976328bf7 .shogun-image-content {
  
    align-items: center;
  
}

#s-294c2d5c-40c9-4e62-ac34-7fe0a85f1265 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-294c2d5c-40c9-4e62-ac34-7fe0a85f1265 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-25e0756c-1940-46db-bc74-6dcb7946ae1a {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-37ba95ea-37bd-4d29-bcea-b81e7e0679c3 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}
@media (max-width: 767px){#s-37ba95ea-37bd-4d29-bcea-b81e7e0679c3 {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-37ba95ea-37bd-4d29-bcea-b81e7e0679c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37ba95ea-37bd-4d29-bcea-b81e7e0679c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df2c44fe-9706-42c1-9ed6-38679781353c {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-df2c44fe-9706-42c1-9ed6-38679781353c {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-df2c44fe-9706-42c1-9ed6-38679781353c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df2c44fe-9706-42c1-9ed6-38679781353c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08b4f3e1-5d1f-41f6-b6ba-05b1dd318f2c {
  padding-top: 0px;
text-align: left;
}

#s-08b4f3e1-5d1f-41f6-b6ba-05b1dd318f2c .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: center;
}



#s-497e599e-1d7f-44ae-850a-5632d08b4846 {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-c0a5f698-4c9f-4faf-baac-68135c2baa03 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(237, 173, 41, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c0a5f698-4c9f-4faf-baac-68135c2baa03:hover {background-color: rgba(237, 173, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c0a5f698-4c9f-4faf-baac-68135c2baa03:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c0a5f698-4c9f-4faf-baac-68135c2baa03-root {
    text-align: center;
  }


#s-c0a5f698-4c9f-4faf-baac-68135c2baa03.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c0a5f698-4c9f-4faf-baac-68135c2baa03-root {
    text-align: center;
  }


#s-c0a5f698-4c9f-4faf-baac-68135c2baa03.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c0a5f698-4c9f-4faf-baac-68135c2baa03-root {
    text-align: center;
  }


#s-c0a5f698-4c9f-4faf-baac-68135c2baa03.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c0a5f698-4c9f-4faf-baac-68135c2baa03-root {
    text-align: center;
  }


#s-c0a5f698-4c9f-4faf-baac-68135c2baa03.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c0a5f698-4c9f-4faf-baac-68135c2baa03-root {
    text-align: center;
  }


#s-c0a5f698-4c9f-4faf-baac-68135c2baa03.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-4a27c691-035b-483d-8a20-f78cfd7ad98c {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (max-width: 767px){#s-4a27c691-035b-483d-8a20-f78cfd7ad98c {
  
}
}
#s-4a27c691-035b-483d-8a20-f78cfd7ad98c hr {
  border-top: 1px solid rgba(45, 45, 45, 0.5);
}

#s-533e6713-1913-4bef-ae4e-1e08833a5256 {
  padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-533e6713-1913-4bef-ae4e-1e08833a5256 {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-533e6713-1913-4bef-ae4e-1e08833a5256"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-533e6713-1913-4bef-ae4e-1e08833a5256"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-533e6713-1913-4bef-ae4e-1e08833a5256"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-533e6713-1913-4bef-ae4e-1e08833a5256"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-99210ba3-eb13-4b9e-bc2a-7a55cf0dd243 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-99210ba3-eb13-4b9e-bc2a-7a55cf0dd243 {
  margin-bottom: 49px;
}
}







#s-99210ba3-eb13-4b9e-bc2a-7a55cf0dd243 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99210ba3-eb13-4b9e-bc2a-7a55cf0dd243.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4f1d7771-92b1-45df-a161-5964de549a7c {
  margin-top: 0px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 2880px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-4f1d7771-92b1-45df-a161-5964de549a7c {
  margin-top: 2px;
}
}




  #s-4f1d7771-92b1-45df-a161-5964de549a7c img.shogun-image,
  #s-4f1d7771-92b1-45df-a161-5964de549a7c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f1d7771-92b1-45df-a161-5964de549a7c {
    width: 100%;
    height: auto;
  }



  #s-4f1d7771-92b1-45df-a161-5964de549a7c img.shogun-image {
    

    
    
    
  }


#s-4f1d7771-92b1-45df-a161-5964de549a7c .shogun-image-content {
  
    align-items: center;
  
}

#s-62ad512a-0184-4e8b-a04a-98636238c5b5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-62ad512a-0184-4e8b-a04a-98636238c5b5 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-ba413416-8691-4a0c-938f-e4e550ff3129 {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-d8335d25-d95c-4172-9154-098fedc06afc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(237, 173, 41, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d8335d25-d95c-4172-9154-098fedc06afc:hover {background-color: rgba(237, 173, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d8335d25-d95c-4172-9154-098fedc06afc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d8335d25-d95c-4172-9154-098fedc06afc-root {
    text-align: center;
  }


#s-d8335d25-d95c-4172-9154-098fedc06afc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d8335d25-d95c-4172-9154-098fedc06afc-root {
    text-align: center;
  }


#s-d8335d25-d95c-4172-9154-098fedc06afc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8335d25-d95c-4172-9154-098fedc06afc-root {
    text-align: center;
  }


#s-d8335d25-d95c-4172-9154-098fedc06afc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8335d25-d95c-4172-9154-098fedc06afc-root {
    text-align: center;
  }


#s-d8335d25-d95c-4172-9154-098fedc06afc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d8335d25-d95c-4172-9154-098fedc06afc-root {
    text-align: center;
  }


#s-d8335d25-d95c-4172-9154-098fedc06afc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-605d610e-4175-4044-80e2-684319c2a05c {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-605d610e-4175-4044-80e2-684319c2a05c {
  margin-bottom: 49px;
}
}







#s-605d610e-4175-4044-80e2-684319c2a05c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-605d610e-4175-4044-80e2-684319c2a05c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cc18599e-2654-44a1-afa9-ffdfb1d32e20 {
  margin-top: 0px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 5632px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-cc18599e-2654-44a1-afa9-ffdfb1d32e20 img.shogun-image,
  #s-cc18599e-2654-44a1-afa9-ffdfb1d32e20 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc18599e-2654-44a1-afa9-ffdfb1d32e20 {
    width: 100%;
    height: auto;
  }



  #s-cc18599e-2654-44a1-afa9-ffdfb1d32e20 img.shogun-image {
    

    
    
    
  }


#s-cc18599e-2654-44a1-afa9-ffdfb1d32e20 .shogun-image-content {
  
    align-items: center;
  
}

#s-3489b828-d467-4571-8b83-ea323f0d6c32 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-3489b828-d467-4571-8b83-ea323f0d6c32 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-e3051f41-83fd-4db8-b748-31d7b29e6ec3 {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-c20382dc-205a-42f1-8cc8-bd2f12b6652e {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c20382dc-205a-42f1-8cc8-bd2f12b6652e {
  margin-bottom: 49px;
}
}







#s-c20382dc-205a-42f1-8cc8-bd2f12b6652e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c20382dc-205a-42f1-8cc8-bd2f12b6652e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-143333c3-cdd2-4919-b468-16ca2a170031 {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-143333c3-cdd2-4919-b468-16ca2a170031 img.shogun-image,
  #s-143333c3-cdd2-4919-b468-16ca2a170031 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-143333c3-cdd2-4919-b468-16ca2a170031 {
    width: 100%;
    height: auto;
  }



  #s-143333c3-cdd2-4919-b468-16ca2a170031 img.shogun-image {
    

    
    
    
  }


#s-143333c3-cdd2-4919-b468-16ca2a170031 .shogun-image-content {
  
    align-items: center;
  
}

#s-65c25ad1-fe2c-4108-94ac-7abb23d3f862 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-65c25ad1-fe2c-4108-94ac-7abb23d3f862 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-3b801b00-f9a6-4445-a58d-019393ffb86c {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-43edd0df-e502-404d-a3ba-55be81e2515a {
  margin-top: 49px;
margin-bottom: 49px;
padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-43edd0df-e502-404d-a3ba-55be81e2515a {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-43edd0df-e502-404d-a3ba-55be81e2515a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43edd0df-e502-404d-a3ba-55be81e2515a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-43edd0df-e502-404d-a3ba-55be81e2515a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-43edd0df-e502-404d-a3ba-55be81e2515a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-df7b0234-99a9-437d-8727-4dc2fe3ec068 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-df7b0234-99a9-437d-8727-4dc2fe3ec068 {
  margin-bottom: 49px;
}
}







#s-df7b0234-99a9-437d-8727-4dc2fe3ec068 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df7b0234-99a9-437d-8727-4dc2fe3ec068.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-71f1307d-280c-4dfc-9d44-b49a6b9ee19b {
  margin-top: 0px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 5632px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-71f1307d-280c-4dfc-9d44-b49a6b9ee19b {
  margin-top: 2px;
}
}




  #s-71f1307d-280c-4dfc-9d44-b49a6b9ee19b img.shogun-image,
  #s-71f1307d-280c-4dfc-9d44-b49a6b9ee19b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71f1307d-280c-4dfc-9d44-b49a6b9ee19b {
    width: 100%;
    height: auto;
  }



  #s-71f1307d-280c-4dfc-9d44-b49a6b9ee19b img.shogun-image {
    

    
    
    
  }


#s-71f1307d-280c-4dfc-9d44-b49a6b9ee19b .shogun-image-content {
  
    align-items: center;
  
}

#s-fe1719d4-089f-47ee-97fe-c2ff9d11a74f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-fe1719d4-089f-47ee-97fe-c2ff9d11a74f .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-0cbabedc-bf4b-4a63-809a-619e262b80fb {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-17e0f30d-5a3c-4144-98a8-933a2b2b2814 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-17e0f30d-5a3c-4144-98a8-933a2b2b2814 {
  margin-bottom: 49px;
}
}







#s-17e0f30d-5a3c-4144-98a8-933a2b2b2814 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17e0f30d-5a3c-4144-98a8-933a2b2b2814.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-69f959be-492f-4096-b620-a9b409de6331 {
  margin-top: 0px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 400px;
aspect-ratio: 400/253;
text-align: center;
}





  #s-69f959be-492f-4096-b620-a9b409de6331 img.shogun-image,
  #s-69f959be-492f-4096-b620-a9b409de6331 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69f959be-492f-4096-b620-a9b409de6331 {
    width: 100%;
    height: auto;
  }



  #s-69f959be-492f-4096-b620-a9b409de6331 img.shogun-image {
    

    
    
    
  }


#s-69f959be-492f-4096-b620-a9b409de6331 .shogun-image-content {
  
    align-items: center;
  
}

#s-15caca98-0e58-4ba4-991d-8d6ea50d4d3c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-15caca98-0e58-4ba4-991d-8d6ea50d4d3c .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-9e7328c3-2df7-4423-a420-7350dbf3a270 {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-be67a6e4-be87-4f21-b959-020b62d99298 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-be67a6e4-be87-4f21-b959-020b62d99298 {
  margin-bottom: 49px;
}
}







#s-be67a6e4-be87-4f21-b959-020b62d99298 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be67a6e4-be87-4f21-b959-020b62d99298.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-923758f4-19a1-4825-8efb-ea09b68fa519 {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-923758f4-19a1-4825-8efb-ea09b68fa519 img.shogun-image,
  #s-923758f4-19a1-4825-8efb-ea09b68fa519 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-923758f4-19a1-4825-8efb-ea09b68fa519 {
    width: 100%;
    height: auto;
  }



  #s-923758f4-19a1-4825-8efb-ea09b68fa519 img.shogun-image {
    

    
    
    
  }


#s-923758f4-19a1-4825-8efb-ea09b68fa519 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e20a706-13b8-447f-9fc3-3760e2528071 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-5e20a706-13b8-447f-9fc3-3760e2528071 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-7a1502fb-ebf3-4ece-97d7-910556bbdc95 {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-21b0cf6f-23f9-4ace-9c08-a1ee1691ecc3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(237, 173, 41, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-21b0cf6f-23f9-4ace-9c08-a1ee1691ecc3:hover {background-color: rgba(237, 173, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-21b0cf6f-23f9-4ace-9c08-a1ee1691ecc3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-21b0cf6f-23f9-4ace-9c08-a1ee1691ecc3-root {
    text-align: center;
  }


#s-21b0cf6f-23f9-4ace-9c08-a1ee1691ecc3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21b0cf6f-23f9-4ace-9c08-a1ee1691ecc3-root {
    text-align: center;
  }


#s-21b0cf6f-23f9-4ace-9c08-a1ee1691ecc3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21b0cf6f-23f9-4ace-9c08-a1ee1691ecc3-root {
    text-align: center;
  }


#s-21b0cf6f-23f9-4ace-9c08-a1ee1691ecc3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21b0cf6f-23f9-4ace-9c08-a1ee1691ecc3-root {
    text-align: center;
  }


#s-21b0cf6f-23f9-4ace-9c08-a1ee1691ecc3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21b0cf6f-23f9-4ace-9c08-a1ee1691ecc3-root {
    text-align: center;
  }


#s-21b0cf6f-23f9-4ace-9c08-a1ee1691ecc3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-5dd6634e-3dd4-4483-bb38-ac5979ed5648 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
max-width: 1420px;
background-color: rgba(236, 236, 236, 1);
}








#s-5dd6634e-3dd4-4483-bb38-ac5979ed5648 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dd6634e-3dd4-4483-bb38-ac5979ed5648.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4212297f-08a4-44c2-bd37-e04ac7dfbf58 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-4212297f-08a4-44c2-bd37-e04ac7dfbf58 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: center;
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

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

.shg-product-image-wrapper {
  display: none;
  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-78d18e94-43b2-4e2f-8fb4-fc26fa37dd53 {
  text-align: left;
}



.shg-c#s-78d18e94-43b2-4e2f-8fb4-fc26fa37dd53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78d18e94-43b2-4e2f-8fb4-fc26fa37dd53 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-78d18e94-43b2-4e2f-8fb4-fc26fa37dd53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78d18e94-43b2-4e2f-8fb4-fc26fa37dd53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78d18e94-43b2-4e2f-8fb4-fc26fa37dd53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78d18e94-43b2-4e2f-8fb4-fc26fa37dd53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78d18e94-43b2-4e2f-8fb4-fc26fa37dd53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78d18e94-43b2-4e2f-8fb4-fc26fa37dd53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78d18e94-43b2-4e2f-8fb4-fc26fa37dd53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78d18e94-43b2-4e2f-8fb4-fc26fa37dd53 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-59eb78e6-fd23-4184-a17f-9c4297158717 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59eb78e6-fd23-4184-a17f-9c4297158717 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0a32b530-34ca-4026-9915-584bc8fd0030 {
  text-align: center;
}

#s-0a32b530-34ca-4026-9915-584bc8fd0030 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0a32b530-34ca-4026-9915-584bc8fd0030 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0a32b530-34ca-4026-9915-584bc8fd0030 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1f98fec8-8118-4991-9c82-d8467646d18c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(45, 45, 45, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1f98fec8-8118-4991-9c82-d8467646d18c:hover {background-color: rgba(45, 45, 45, 0.86) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1f98fec8-8118-4991-9c82-d8467646d18c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1f98fec8-8118-4991-9c82-d8467646d18c-root {
    text-align: center;
  }


#s-1f98fec8-8118-4991-9c82-d8467646d18c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1f98fec8-8118-4991-9c82-d8467646d18c-root {
    text-align: center;
  }


#s-1f98fec8-8118-4991-9c82-d8467646d18c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f98fec8-8118-4991-9c82-d8467646d18c-root {
    text-align: center;
  }


#s-1f98fec8-8118-4991-9c82-d8467646d18c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f98fec8-8118-4991-9c82-d8467646d18c-root {
    text-align: center;
  }


#s-1f98fec8-8118-4991-9c82-d8467646d18c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1f98fec8-8118-4991-9c82-d8467646d18c-root {
    text-align: center;
  }


#s-1f98fec8-8118-4991-9c82-d8467646d18c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-ca1d2f8c-f211-46c4-af2d-67cabc131707 {
  text-align: left;
}



.shg-c#s-ca1d2f8c-f211-46c4-af2d-67cabc131707 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca1d2f8c-f211-46c4-af2d-67cabc131707 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ca1d2f8c-f211-46c4-af2d-67cabc131707 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca1d2f8c-f211-46c4-af2d-67cabc131707 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca1d2f8c-f211-46c4-af2d-67cabc131707 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca1d2f8c-f211-46c4-af2d-67cabc131707 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca1d2f8c-f211-46c4-af2d-67cabc131707 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca1d2f8c-f211-46c4-af2d-67cabc131707 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca1d2f8c-f211-46c4-af2d-67cabc131707 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca1d2f8c-f211-46c4-af2d-67cabc131707 img.shogun-image {
  width: 100%;
}



}
#s-e5c85016-a05b-4e8d-8567-2bb60bfe1efa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5c85016-a05b-4e8d-8567-2bb60bfe1efa .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-184b2d42-5970-470e-bcf1-831c9c9fea30 {
  text-align: center;
}

#s-184b2d42-5970-470e-bcf1-831c9c9fea30 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-184b2d42-5970-470e-bcf1-831c9c9fea30 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-184b2d42-5970-470e-bcf1-831c9c9fea30 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-1adceffa-2573-4e32-8644-153d74abb478 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1adceffa-2573-4e32-8644-153d74abb478:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1adceffa-2573-4e32-8644-153d74abb478:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1adceffa-2573-4e32-8644-153d74abb478 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1adceffa-2573-4e32-8644-153d74abb478.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1adceffa-2573-4e32-8644-153d74abb478.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1adceffa-2573-4e32-8644-153d74abb478.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a5dc0c8f-72d3-43f5-ad79-efc8c7d09e36 {
  text-align: left;
}



.shg-c#s-a5dc0c8f-72d3-43f5-ad79-efc8c7d09e36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5dc0c8f-72d3-43f5-ad79-efc8c7d09e36 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a5dc0c8f-72d3-43f5-ad79-efc8c7d09e36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5dc0c8f-72d3-43f5-ad79-efc8c7d09e36 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5dc0c8f-72d3-43f5-ad79-efc8c7d09e36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5dc0c8f-72d3-43f5-ad79-efc8c7d09e36 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5dc0c8f-72d3-43f5-ad79-efc8c7d09e36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5dc0c8f-72d3-43f5-ad79-efc8c7d09e36 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5dc0c8f-72d3-43f5-ad79-efc8c7d09e36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5dc0c8f-72d3-43f5-ad79-efc8c7d09e36 img.shogun-image {
  width: 100%;
}



}
#s-579535ba-423e-4d48-9f56-6a1d456d3693 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-579535ba-423e-4d48-9f56-6a1d456d3693 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-11983806-1ca3-496a-bd0e-c93ceb100638 {
  text-align: center;
}

#s-11983806-1ca3-496a-bd0e-c93ceb100638 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-11983806-1ca3-496a-bd0e-c93ceb100638 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-11983806-1ca3-496a-bd0e-c93ceb100638 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5a042803-f42c-47c3-adad-cd8119c57b55 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5a042803-f42c-47c3-adad-cd8119c57b55:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a042803-f42c-47c3-adad-cd8119c57b55:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5a042803-f42c-47c3-adad-cd8119c57b55 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5a042803-f42c-47c3-adad-cd8119c57b55.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a042803-f42c-47c3-adad-cd8119c57b55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5a042803-f42c-47c3-adad-cd8119c57b55.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#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:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
