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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#s-4cac8ee4-b59f-4fa2-a104-52c7fecd2c71 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
@media (max-width: 767px){#s-4cac8ee4-b59f-4fa2-a104-52c7fecd2c71 {
  display: none;
}
#s-4cac8ee4-b59f-4fa2-a104-52c7fecd2c71, #wrap-s-4cac8ee4-b59f-4fa2-a104-52c7fecd2c71 { display: none !important; }}







#s-4cac8ee4-b59f-4fa2-a104-52c7fecd2c71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4cac8ee4-b59f-4fa2-a104-52c7fecd2c71.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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-b90923da-1e6d-441e-8668-5790782c28b5 {
  margin-bottom: 20px;
text-align: center;
}







  #s-b90923da-1e6d-441e-8668-5790782c28b5 img.shogun-image {
    

    
    
    
  }


#s-b90923da-1e6d-441e-8668-5790782c28b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-05453430-150a-4008-bdc6-9d0a05f30ef4 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
@media (min-width: 1200px){#s-05453430-150a-4008-bdc6-9d0a05f30ef4 {
  display: none;
}
#s-05453430-150a-4008-bdc6-9d0a05f30ef4, #wrap-s-05453430-150a-4008-bdc6-9d0a05f30ef4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05453430-150a-4008-bdc6-9d0a05f30ef4 {
  display: none;
}
#s-05453430-150a-4008-bdc6-9d0a05f30ef4, #wrap-s-05453430-150a-4008-bdc6-9d0a05f30ef4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05453430-150a-4008-bdc6-9d0a05f30ef4 {
  display: none;
}
#s-05453430-150a-4008-bdc6-9d0a05f30ef4, #wrap-s-05453430-150a-4008-bdc6-9d0a05f30ef4 { display: none !important; }}







#s-05453430-150a-4008-bdc6-9d0a05f30ef4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05453430-150a-4008-bdc6-9d0a05f30ef4.shg-box.shg-c {
  justify-content: center;
}

#s-18616a4b-085f-4e90-8715-5f2cabb19db7 {
  margin-bottom: 20px;
text-align: center;
}







  #s-18616a4b-085f-4e90-8715-5f2cabb19db7 img.shogun-image {
    

    
    
    
  }


#s-18616a4b-085f-4e90-8715-5f2cabb19db7 .shogun-image-content {
  
    align-items: center;
  
}

#s-53bb4d5a-3cbe-4fb2-93aa-41a4538939ef {
  min-height: 50px;
}








#s-53bb4d5a-3cbe-4fb2-93aa-41a4538939ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53bb4d5a-3cbe-4fb2-93aa-41a4538939ef.shg-box.shg-c {
  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: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  text-transform: none;
  font-weight: normal;
  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-0b1383aa-a97b-4aa1-b55a-58998d64c0f2 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}

#s-0b1383aa-a97b-4aa1-b55a-58998d64c0f2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

#s-b87d2a60-9f09-4ef4-9424-eaf4dd243d17 {
  margin-top: 15px;
margin-bottom: 15px;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-05b4929f-c918-457b-b44e-91220490ad79 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-05b4929f-c918-457b-b44e-91220490ad79 {
  
}
}@media (max-width: 767px){#s-05b4929f-c918-457b-b44e-91220490ad79 {
  
}
}
@media (min-width: 0px) {
[id="s-05b4929f-c918-457b-b44e-91220490ad79"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-05b4929f-c918-457b-b44e-91220490ad79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-05b4929f-c918-457b-b44e-91220490ad79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-05b4929f-c918-457b-b44e-91220490ad79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-df682149-727e-4f97-80ba-45b951d022e1 {
  box-shadow:5px 5px 15px 1px rgba(241, 241, 241, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-df682149-727e-4f97-80ba-45b951d022e1 {
  margin-bottom: 15px;
}
}







#s-df682149-727e-4f97-80ba-45b951d022e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df682149-727e-4f97-80ba-45b951d022e1 {
  cursor: pointer;
}#s-df682149-727e-4f97-80ba-45b951d022e1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d35b7933-5c85-49de-82a8-b92e7127dd36 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}








#s-d35b7933-5c85-49de-82a8-b92e7127dd36 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9955a2a-55a2-4da1-9751-4346cec36bfc {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-d9955a2a-55a2-4da1-9751-4346cec36bfc .shogun-heading-component h2 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-02eb5879-00df-4889-ada1-f4c9dfb3725a {
  box-shadow:5px 5px 15px 1px rgba(241, 241, 241, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-02eb5879-00df-4889-ada1-f4c9dfb3725a {
  margin-bottom: 15px;
}
}







#s-02eb5879-00df-4889-ada1-f4c9dfb3725a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02eb5879-00df-4889-ada1-f4c9dfb3725a {
  cursor: pointer;
}#s-02eb5879-00df-4889-ada1-f4c9dfb3725a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e4f15f03-fe31-4015-bc3e-3005467594cd {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}








#s-e4f15f03-fe31-4015-bc3e-3005467594cd .shogun-image-content {
  
    align-items: center;
  
}

#s-955ce1f1-a719-4693-9bb3-ccc07d26683f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-955ce1f1-a719-4693-9bb3-ccc07d26683f .shogun-heading-component h2 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-1bed5d7d-c6d5-4c0b-98df-022ac33ede45 {
  box-shadow:5px 5px 15px 1px rgba(241, 241, 241, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-1bed5d7d-c6d5-4c0b-98df-022ac33ede45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1bed5d7d-c6d5-4c0b-98df-022ac33ede45 {
  cursor: pointer;
}#s-1bed5d7d-c6d5-4c0b-98df-022ac33ede45.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3c578a88-01c8-4016-8603-832fc198fef2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}








#s-3c578a88-01c8-4016-8603-832fc198fef2 .shogun-image-content {
  
    align-items: center;
  
}

#s-47f15417-ac7e-4557-bb95-835904ac040c {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-47f15417-ac7e-4557-bb95-835904ac040c .shogun-heading-component h2 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-90bb25a8-40ab-4601-be4b-25adeb152abd {
  box-shadow:5px 5px 15px 1px rgba(241, 241, 241, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-90bb25a8-40ab-4601-be4b-25adeb152abd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90bb25a8-40ab-4601-be4b-25adeb152abd {
  cursor: pointer;
}#s-90bb25a8-40ab-4601-be4b-25adeb152abd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-29bb7bd9-1fb0-4931-920c-5d9c7675ceae {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}








#s-29bb7bd9-1fb0-4931-920c-5d9c7675ceae .shogun-image-content {
  
    align-items: center;
  
}

#s-0bfcb3c8-4eec-4204-bef2-420ae14f5202 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-0bfcb3c8-4eec-4204-bef2-420ae14f5202 .shogun-heading-component h2 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-b9d0085e-9e1b-40ca-b261-260b85a80c37 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b9d0085e-9e1b-40ca-b261-260b85a80c37 {
  
}
}@media (max-width: 767px){#s-b9d0085e-9e1b-40ca-b261-260b85a80c37 {
  
}
}
@media (min-width: 0px) {
[id="s-b9d0085e-9e1b-40ca-b261-260b85a80c37"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-b9d0085e-9e1b-40ca-b261-260b85a80c37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-b9d0085e-9e1b-40ca-b261-260b85a80c37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-b9d0085e-9e1b-40ca-b261-260b85a80c37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-cd1aa557-d0a1-4fb1-8c71-7ad034138ac0 {
  box-shadow:5px 5px 15px 1px rgba(241, 241, 241, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-cd1aa557-d0a1-4fb1-8c71-7ad034138ac0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd1aa557-d0a1-4fb1-8c71-7ad034138ac0 {
  cursor: pointer;
}#s-cd1aa557-d0a1-4fb1-8c71-7ad034138ac0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-272593fc-c028-4315-ad70-cb09f4dffc38 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-272593fc-c028-4315-ad70-cb09f4dffc38 img.shogun-image,
  #s-272593fc-c028-4315-ad70-cb09f4dffc38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-272593fc-c028-4315-ad70-cb09f4dffc38 {
    width: 100%;
    height: auto;
  }



  #s-272593fc-c028-4315-ad70-cb09f4dffc38 img.shogun-image {
    

    
    
    
  }


#s-272593fc-c028-4315-ad70-cb09f4dffc38 .shogun-image-content {
  
    align-items: center;
  
}

#s-49e3f271-0faf-4e05-92c1-b82b8e5d722d {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-49e3f271-0faf-4e05-92c1-b82b8e5d722d .shogun-heading-component h2 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-df0bc9f4-50bd-497e-9553-ec024e1dcbf3 {
  box-shadow:5px 5px 15px 1px rgba(241, 241, 241, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-df0bc9f4-50bd-497e-9553-ec024e1dcbf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df0bc9f4-50bd-497e-9553-ec024e1dcbf3 {
  cursor: pointer;
}#s-df0bc9f4-50bd-497e-9553-ec024e1dcbf3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d8bf1f7a-6bfd-4aab-8833-19770d05ad2f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d8bf1f7a-6bfd-4aab-8833-19770d05ad2f img.shogun-image,
  #s-d8bf1f7a-6bfd-4aab-8833-19770d05ad2f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d8bf1f7a-6bfd-4aab-8833-19770d05ad2f {
    width: 100%;
    height: auto;
  }




#s-d8bf1f7a-6bfd-4aab-8833-19770d05ad2f .shogun-image-content {
  
    align-items: center;
  
}

#s-b54ab701-8521-4dd2-814f-6e05e4b616f9 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-b54ab701-8521-4dd2-814f-6e05e4b616f9 .shogun-heading-component h2 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-d140d85e-7ae6-471e-b02f-533483e5282b {
  box-shadow:5px 5px 15px 1px rgba(241, 241, 241, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-d140d85e-7ae6-471e-b02f-533483e5282b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d140d85e-7ae6-471e-b02f-533483e5282b {
  cursor: pointer;
}#s-d140d85e-7ae6-471e-b02f-533483e5282b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-905058bb-04b3-4a27-88ad-f8332d4fa01e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-905058bb-04b3-4a27-88ad-f8332d4fa01e img.shogun-image,
  #s-905058bb-04b3-4a27-88ad-f8332d4fa01e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-905058bb-04b3-4a27-88ad-f8332d4fa01e {
    width: 100%;
    height: auto;
  }



  #s-905058bb-04b3-4a27-88ad-f8332d4fa01e img.shogun-image {
    

    
    
    
  }


#s-905058bb-04b3-4a27-88ad-f8332d4fa01e .shogun-image-content {
  
    align-items: center;
  
}

#s-c9cb49f3-dd1a-4f44-9162-9367c0302183 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-c9cb49f3-dd1a-4f44-9162-9367c0302183 .shogun-heading-component h2 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-6f7c7017-605b-4403-8cda-83d5b7575777 {
  box-shadow:5px 5px 15px 1px rgba(241, 241, 241, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-6f7c7017-605b-4403-8cda-83d5b7575777 {
  margin-bottom: 15px;
}
}







#s-6f7c7017-605b-4403-8cda-83d5b7575777 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f7c7017-605b-4403-8cda-83d5b7575777 {
  cursor: pointer;
}#s-6f7c7017-605b-4403-8cda-83d5b7575777.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9da09d9b-40ba-44e8-9855-47348f8cb2ef {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}








#s-9da09d9b-40ba-44e8-9855-47348f8cb2ef .shogun-image-content {
  
    align-items: center;
  
}

#s-051fe725-751e-4b62-8dc7-d286bdc00a25 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-051fe725-751e-4b62-8dc7-d286bdc00a25 .shogun-heading-component h2 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-d61fcb19-89b9-44fc-8d55-974efde83888 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d61fcb19-89b9-44fc-8d55-974efde83888 {
  
}
}@media (max-width: 767px){#s-d61fcb19-89b9-44fc-8d55-974efde83888 {
  
}
}
@media (min-width: 0px) {
[id="s-d61fcb19-89b9-44fc-8d55-974efde83888"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-d61fcb19-89b9-44fc-8d55-974efde83888"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-d61fcb19-89b9-44fc-8d55-974efde83888"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-d61fcb19-89b9-44fc-8d55-974efde83888"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-9f87a006-12d2-4c47-a54c-a459966c8d84 {
  box-shadow:5px 5px 15px 1px rgba(241, 241, 241, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-9f87a006-12d2-4c47-a54c-a459966c8d84 {
  margin-bottom: 15px;
}
}







#s-9f87a006-12d2-4c47-a54c-a459966c8d84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f87a006-12d2-4c47-a54c-a459966c8d84 {
  cursor: pointer;
}#s-9f87a006-12d2-4c47-a54c-a459966c8d84.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a495c2bf-dec5-4d63-b1ee-aa8a424d4c35 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a495c2bf-dec5-4d63-b1ee-aa8a424d4c35 img.shogun-image,
  #s-a495c2bf-dec5-4d63-b1ee-aa8a424d4c35 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a495c2bf-dec5-4d63-b1ee-aa8a424d4c35 {
    width: 100%;
    height: auto;
  }




#s-a495c2bf-dec5-4d63-b1ee-aa8a424d4c35 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6a33d4f-4cd1-47cf-8b6c-effd3fe216bf {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-a6a33d4f-4cd1-47cf-8b6c-effd3fe216bf .shogun-heading-component h2 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-1b6d19d7-20ce-43e3-8aab-f9971544991b {
  box-shadow:5px 5px 15px 1px rgba(241, 241, 241, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-1b6d19d7-20ce-43e3-8aab-f9971544991b {
  margin-bottom: 0px;
}
}







#s-1b6d19d7-20ce-43e3-8aab-f9971544991b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b6d19d7-20ce-43e3-8aab-f9971544991b {
  cursor: pointer;
}#s-1b6d19d7-20ce-43e3-8aab-f9971544991b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-aad5d58e-86e3-4b1e-953d-2f1070f6a3f2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-aad5d58e-86e3-4b1e-953d-2f1070f6a3f2 img.shogun-image,
  #s-aad5d58e-86e3-4b1e-953d-2f1070f6a3f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aad5d58e-86e3-4b1e-953d-2f1070f6a3f2 {
    width: 100%;
    height: auto;
  }




#s-aad5d58e-86e3-4b1e-953d-2f1070f6a3f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-86dfedac-528c-4d3a-bbfb-a6d07043ec45 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-86dfedac-528c-4d3a-bbfb-a6d07043ec45 .shogun-heading-component h2 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-8ca885f8-9f05-432c-adff-937297e4ad7d {
  box-shadow:5px 5px 15px 1px rgba(241, 241, 241, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-8ca885f8-9f05-432c-adff-937297e4ad7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ca885f8-9f05-432c-adff-937297e4ad7d {
  cursor: pointer;
}#s-8ca885f8-9f05-432c-adff-937297e4ad7d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-99abfbd9-e0f4-4583-b3b7-ce4bf4ccb20d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}








#s-99abfbd9-e0f4-4583-b3b7-ce4bf4ccb20d .shogun-image-content {
  
    align-items: center;
  
}

#s-f04393d1-7e21-4163-9cac-56ed4e54eaa3 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-f04393d1-7e21-4163-9cac-56ed4e54eaa3 .shogun-heading-component h2 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-ac2b26d8-713c-4ec8-85d1-3fb7adc48f03 {
  box-shadow:5px 5px 15px 1px rgba(241, 241, 241, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-ac2b26d8-713c-4ec8-85d1-3fb7adc48f03 {
  margin-bottom: 0px;
}
}







#s-ac2b26d8-713c-4ec8-85d1-3fb7adc48f03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac2b26d8-713c-4ec8-85d1-3fb7adc48f03 {
  cursor: pointer;
}#s-ac2b26d8-713c-4ec8-85d1-3fb7adc48f03.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2b9912ba-f4c3-41ab-b9a9-90aaf9cdd256 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}








#s-2b9912ba-f4c3-41ab-b9a9-90aaf9cdd256 .shogun-image-content {
  
    align-items: center;
  
}

#s-915af982-fbc0-4b12-b8ef-97ed1ae59cf8 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-915af982-fbc0-4b12-b8ef-97ed1ae59cf8 .shogun-heading-component h2 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-b6349398-d512-4b11-ac03-f90c7d29dfc5 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-b6349398-d512-4b11-ac03-f90c7d29dfc5 {
  display: none;
}
#s-b6349398-d512-4b11-ac03-f90c7d29dfc5, #wrap-s-b6349398-d512-4b11-ac03-f90c7d29dfc5 { display: none !important; }}







#s-b6349398-d512-4b11-ac03-f90c7d29dfc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6349398-d512-4b11-ac03-f90c7d29dfc5.shg-box.shg-c {
  justify-content: center;
}

#s-02eed744-4a2c-4a28-8d19-66a2fc87a020 {
  text-align: center;
}








#s-02eed744-4a2c-4a28-8d19-66a2fc87a020 .shogun-image-content {
  
    align-items: center;
  
}

#s-a24e8375-4f85-4570-b0f3-9615030fc9ec {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a24e8375-4f85-4570-b0f3-9615030fc9ec {
  display: none;
}
#s-a24e8375-4f85-4570-b0f3-9615030fc9ec, #wrap-s-a24e8375-4f85-4570-b0f3-9615030fc9ec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a24e8375-4f85-4570-b0f3-9615030fc9ec {
  display: none;
}
#s-a24e8375-4f85-4570-b0f3-9615030fc9ec, #wrap-s-a24e8375-4f85-4570-b0f3-9615030fc9ec { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a24e8375-4f85-4570-b0f3-9615030fc9ec {
  display: none;
}
#s-a24e8375-4f85-4570-b0f3-9615030fc9ec, #wrap-s-a24e8375-4f85-4570-b0f3-9615030fc9ec { display: none !important; }}







#s-a24e8375-4f85-4570-b0f3-9615030fc9ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a24e8375-4f85-4570-b0f3-9615030fc9ec.shg-box.shg-c {
  justify-content: center;
}

#s-ac822b4d-0406-4678-ad02-efca26a0f324 {
  text-align: center;
}








#s-ac822b4d-0406-4678-ad02-efca26a0f324 .shogun-image-content {
  
    align-items: center;
  
}

#s-70a33be3-47a3-4cfb-8288-4523c7880eae {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-70a33be3-47a3-4cfb-8288-4523c7880eae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70a33be3-47a3-4cfb-8288-4523c7880eae.shg-box.shg-c {
  justify-content: center;
}

#s-be925377-a1f2-45ca-bc76-a187a3dd8a95 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}

#s-be925377-a1f2-45ca-bc76-a187a3dd8a95 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8e13edcc-eab8-4b20-82b4-99538a3a2700 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-c095dae3-ce35-4491-b750-e73dfe23b610 {
  margin-top: 10px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c095dae3-ce35-4491-b750-e73dfe23b610"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c095dae3-ce35-4491-b750-e73dfe23b610"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-c095dae3-ce35-4491-b750-e73dfe23b610"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-c095dae3-ce35-4491-b750-e73dfe23b610"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-e4e667c2-afa7-47d0-b73d-5f4e34e25f14 {
  box-shadow:5px 5px 15px 1px rgba(241, 241, 241, 1);
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-e4e667c2-afa7-47d0-b73d-5f4e34e25f14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4e667c2-afa7-47d0-b73d-5f4e34e25f14.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6e382128-e408-4234-882b-76e1d8adce2e {
  text-align: center;
}







  #s-6e382128-e408-4234-882b-76e1d8adce2e img.shogun-image {
    

    
    
    
  }


#s-6e382128-e408-4234-882b-76e1d8adce2e .shogun-image-content {
  
    align-items: center;
  
}

#s-bbab094e-ca70-4b59-8074-4f2fb4fa4118 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
min-height: 50px;
}








#s-bbab094e-ca70-4b59-8074-4f2fb4fa4118 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bbab094e-ca70-4b59-8074-4f2fb4fa4118.shg-box.shg-c {
  justify-content: center;
}

#s-c3e6bafb-c07f-4b70-9bf6-bbd23810129d {
  text-align: left;
}







  #s-c3e6bafb-c07f-4b70-9bf6-bbd23810129d img.shogun-image {
    

    
    
    
  }


#s-c3e6bafb-c07f-4b70-9bf6-bbd23810129d .shogun-image-content {
  
    align-items: center;
  
}

#s-22600574-d554-4760-b11a-666942f27378 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 72px;
text-align: left;
}
@media (max-width: 767px){#s-22600574-d554-4760-b11a-666942f27378 {
  min-height: 46px;
}
}
#s-22600574-d554-4760-b11a-666942f27378 .shogun-heading-component h3 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-43868920-3437-4625-b579-e42354fc720f {
  margin-top: 0px;
margin-bottom: 10px;
}

@media (min-width: 1200px){#s-b9806c24-4911-4dbd-bbda-de6efb5ce78f {
  display: none;
}
#s-b9806c24-4911-4dbd-bbda-de6efb5ce78f, #wrap-s-b9806c24-4911-4dbd-bbda-de6efb5ce78f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9806c24-4911-4dbd-bbda-de6efb5ce78f {
  display: none;
}
#s-b9806c24-4911-4dbd-bbda-de6efb5ce78f, #wrap-s-b9806c24-4911-4dbd-bbda-de6efb5ce78f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9806c24-4911-4dbd-bbda-de6efb5ce78f {
  display: none;
}
#s-b9806c24-4911-4dbd-bbda-de6efb5ce78f, #wrap-s-b9806c24-4911-4dbd-bbda-de6efb5ce78f { display: none !important; }}
#s-92dd5b1b-f459-4a7b-9720-c48e65f72e89 {
  min-height: 58px;
}
@media (max-width: 767px){#s-92dd5b1b-f459-4a7b-9720-c48e65f72e89 {
  display: none;
}
#s-92dd5b1b-f459-4a7b-9720-c48e65f72e89, #wrap-s-92dd5b1b-f459-4a7b-9720-c48e65f72e89 { display: none !important; }}
@media (min-width: 0px) {
[id="s-92dd5b1b-f459-4a7b-9720-c48e65f72e89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92dd5b1b-f459-4a7b-9720-c48e65f72e89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-92dd5b1b-f459-4a7b-9720-c48e65f72e89"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-92dd5b1b-f459-4a7b-9720-c48e65f72e89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-92dd5b1b-f459-4a7b-9720-c48e65f72e89"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-92dd5b1b-f459-4a7b-9720-c48e65f72e89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-92dd5b1b-f459-4a7b-9720-c48e65f72e89"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-710563e4-55e5-4dc8-995f-1441af60738d {
  text-align: left;
}
@media (max-width: 767px){#s-710563e4-55e5-4dc8-995f-1441af60738d {
  
}
}






  #s-710563e4-55e5-4dc8-995f-1441af60738d img.shogun-image {
    

    
    
    
  }


#s-710563e4-55e5-4dc8-995f-1441af60738d .shogun-image-content {
  
    align-items: center;
  
}

#s-f3325aa3-5857-4a6d-8c2e-3907200696e7 {
  min-height: 58px;
}
@media (max-width: 767px){#s-f3325aa3-5857-4a6d-8c2e-3907200696e7 {
  display: none;
}
#s-f3325aa3-5857-4a6d-8c2e-3907200696e7, #wrap-s-f3325aa3-5857-4a6d-8c2e-3907200696e7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f3325aa3-5857-4a6d-8c2e-3907200696e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3325aa3-5857-4a6d-8c2e-3907200696e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f3325aa3-5857-4a6d-8c2e-3907200696e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-f3325aa3-5857-4a6d-8c2e-3907200696e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f3325aa3-5857-4a6d-8c2e-3907200696e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-f3325aa3-5857-4a6d-8c2e-3907200696e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f3325aa3-5857-4a6d-8c2e-3907200696e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-f82d2376-6b6f-4465-a609-1bad84dac2f8 {
  text-align: left;
}
@media (max-width: 767px){#s-f82d2376-6b6f-4465-a609-1bad84dac2f8 {
  
}
}






  #s-f82d2376-6b6f-4465-a609-1bad84dac2f8 img.shogun-image {
    

    
    
    
  }


#s-f82d2376-6b6f-4465-a609-1bad84dac2f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f2f72a3-97bd-4016-8e7e-2127b622a9b5 {
  min-height: 58px;
}
@media (max-width: 767px){#s-0f2f72a3-97bd-4016-8e7e-2127b622a9b5 {
  display: none;
}
#s-0f2f72a3-97bd-4016-8e7e-2127b622a9b5, #wrap-s-0f2f72a3-97bd-4016-8e7e-2127b622a9b5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0f2f72a3-97bd-4016-8e7e-2127b622a9b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f2f72a3-97bd-4016-8e7e-2127b622a9b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0f2f72a3-97bd-4016-8e7e-2127b622a9b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0f2f72a3-97bd-4016-8e7e-2127b622a9b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0f2f72a3-97bd-4016-8e7e-2127b622a9b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0f2f72a3-97bd-4016-8e7e-2127b622a9b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0f2f72a3-97bd-4016-8e7e-2127b622a9b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-9cdfb480-284b-405e-b98c-197c437c9f02 {
  text-align: left;
}
@media (max-width: 767px){#s-9cdfb480-284b-405e-b98c-197c437c9f02 {
  
}
}






  #s-9cdfb480-284b-405e-b98c-197c437c9f02 img.shogun-image {
    

    
    
    
  }


#s-9cdfb480-284b-405e-b98c-197c437c9f02 .shogun-image-content {
  
    align-items: center;
  
}

#s-834c5a56-2895-4925-a7fa-2db5f77861f5 {
  box-shadow:5px 5px 15px 1px rgba(241, 241, 241, 1);
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-834c5a56-2895-4925-a7fa-2db5f77861f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-834c5a56-2895-4925-a7fa-2db5f77861f5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-305ff9e9-9401-4623-b6fc-73edf56ed964 {
  text-align: center;
}







  #s-305ff9e9-9401-4623-b6fc-73edf56ed964 img.shogun-image {
    

    
    
    
  }


#s-305ff9e9-9401-4623-b6fc-73edf56ed964 .shogun-image-content {
  
    align-items: center;
  
}

#s-f20bef82-a028-4915-94b0-6d85762f58a5 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
min-height: 50px;
}








#s-f20bef82-a028-4915-94b0-6d85762f58a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f20bef82-a028-4915-94b0-6d85762f58a5.shg-box.shg-c {
  justify-content: center;
}

#s-b4aaf4aa-382c-4423-b50a-4d903389687d {
  text-align: left;
}







  #s-b4aaf4aa-382c-4423-b50a-4d903389687d img.shogun-image {
    

    
    
    
  }


#s-b4aaf4aa-382c-4423-b50a-4d903389687d .shogun-image-content {
  
    align-items: center;
  
}

#s-a365a4dc-b34a-4e6b-a51d-8067ee4168b1 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 72px;
text-align: left;
}
@media (max-width: 767px){#s-a365a4dc-b34a-4e6b-a51d-8067ee4168b1 {
  min-height: 46px;
}
}
#s-a365a4dc-b34a-4e6b-a51d-8067ee4168b1 .shogun-heading-component h3 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-e2c4319e-cd6b-4982-af66-9db26372121e {
  margin-top: 0px;
margin-bottom: 10px;
}

@media (min-width: 1200px){#s-136a0b69-899d-48f1-ab7c-d5f7bbe4611b {
  display: none;
}
#s-136a0b69-899d-48f1-ab7c-d5f7bbe4611b, #wrap-s-136a0b69-899d-48f1-ab7c-d5f7bbe4611b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-136a0b69-899d-48f1-ab7c-d5f7bbe4611b {
  display: none;
}
#s-136a0b69-899d-48f1-ab7c-d5f7bbe4611b, #wrap-s-136a0b69-899d-48f1-ab7c-d5f7bbe4611b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-136a0b69-899d-48f1-ab7c-d5f7bbe4611b {
  display: none;
}
#s-136a0b69-899d-48f1-ab7c-d5f7bbe4611b, #wrap-s-136a0b69-899d-48f1-ab7c-d5f7bbe4611b { display: none !important; }}
#s-b5d207f9-1d0f-4d49-8b8b-e6f363b08d16 {
  min-height: 58px;
}
@media (max-width: 767px){#s-b5d207f9-1d0f-4d49-8b8b-e6f363b08d16 {
  display: none;
}
#s-b5d207f9-1d0f-4d49-8b8b-e6f363b08d16, #wrap-s-b5d207f9-1d0f-4d49-8b8b-e6f363b08d16 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b5d207f9-1d0f-4d49-8b8b-e6f363b08d16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5d207f9-1d0f-4d49-8b8b-e6f363b08d16"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b5d207f9-1d0f-4d49-8b8b-e6f363b08d16"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-b5d207f9-1d0f-4d49-8b8b-e6f363b08d16"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b5d207f9-1d0f-4d49-8b8b-e6f363b08d16"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-b5d207f9-1d0f-4d49-8b8b-e6f363b08d16"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b5d207f9-1d0f-4d49-8b8b-e6f363b08d16"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-cd1561bf-ddf1-4ccf-aa86-e39272e66522 {
  text-align: left;
}







  #s-cd1561bf-ddf1-4ccf-aa86-e39272e66522 img.shogun-image {
    

    
    
    
  }


#s-cd1561bf-ddf1-4ccf-aa86-e39272e66522 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4107b8d-a7ae-4831-bf57-c4e22110c905 {
  min-height: 58px;
}
@media (max-width: 767px){#s-f4107b8d-a7ae-4831-bf57-c4e22110c905 {
  display: none;
}
#s-f4107b8d-a7ae-4831-bf57-c4e22110c905, #wrap-s-f4107b8d-a7ae-4831-bf57-c4e22110c905 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f4107b8d-a7ae-4831-bf57-c4e22110c905"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4107b8d-a7ae-4831-bf57-c4e22110c905"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f4107b8d-a7ae-4831-bf57-c4e22110c905"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-f4107b8d-a7ae-4831-bf57-c4e22110c905"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f4107b8d-a7ae-4831-bf57-c4e22110c905"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-f4107b8d-a7ae-4831-bf57-c4e22110c905"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f4107b8d-a7ae-4831-bf57-c4e22110c905"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-2fe1f2b2-739a-42d5-9511-1a9a36491d0c {
  text-align: left;
}







  #s-2fe1f2b2-739a-42d5-9511-1a9a36491d0c img.shogun-image {
    

    
    
    
  }


#s-2fe1f2b2-739a-42d5-9511-1a9a36491d0c .shogun-image-content {
  
    align-items: center;
  
}

#s-d9edfd8a-aacf-4a57-bc80-c1ad287b1ab1 {
  min-height: 58px;
}
@media (max-width: 767px){#s-d9edfd8a-aacf-4a57-bc80-c1ad287b1ab1 {
  display: none;
}
#s-d9edfd8a-aacf-4a57-bc80-c1ad287b1ab1, #wrap-s-d9edfd8a-aacf-4a57-bc80-c1ad287b1ab1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d9edfd8a-aacf-4a57-bc80-c1ad287b1ab1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9edfd8a-aacf-4a57-bc80-c1ad287b1ab1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d9edfd8a-aacf-4a57-bc80-c1ad287b1ab1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-d9edfd8a-aacf-4a57-bc80-c1ad287b1ab1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d9edfd8a-aacf-4a57-bc80-c1ad287b1ab1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-d9edfd8a-aacf-4a57-bc80-c1ad287b1ab1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d9edfd8a-aacf-4a57-bc80-c1ad287b1ab1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-71c70bcd-55ae-40d8-aa6f-97b4ddda149e {
  text-align: left;
}







  #s-71c70bcd-55ae-40d8-aa6f-97b4ddda149e img.shogun-image {
    

    
    
    
  }


#s-71c70bcd-55ae-40d8-aa6f-97b4ddda149e .shogun-image-content {
  
    align-items: center;
  
}

#s-9b149141-990c-4938-878c-f0e0bdba74c2 {
  box-shadow:5px 5px 15px 1px rgba(241, 241, 241, 1);
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-9b149141-990c-4938-878c-f0e0bdba74c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b149141-990c-4938-878c-f0e0bdba74c2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7dd422ce-10cb-4543-abda-f7a69f26d434 {
  text-align: center;
}







  #s-7dd422ce-10cb-4543-abda-f7a69f26d434 img.shogun-image {
    

    
    
    
  }


#s-7dd422ce-10cb-4543-abda-f7a69f26d434 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7089682-14f4-4474-a8ae-3f5f2a223ead {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
min-height: 50px;
}








#s-e7089682-14f4-4474-a8ae-3f5f2a223ead > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7089682-14f4-4474-a8ae-3f5f2a223ead.shg-box.shg-c {
  justify-content: center;
}

#s-95152f8e-d563-4127-ad59-d18606b03d76 {
  text-align: left;
}







  #s-95152f8e-d563-4127-ad59-d18606b03d76 img.shogun-image {
    

    
    
    
  }


#s-95152f8e-d563-4127-ad59-d18606b03d76 .shogun-image-content {
  
    align-items: center;
  
}

#s-6534f0ad-7909-4ac7-9fa2-d67f020ed981 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 72px;
text-align: left;
}
@media (max-width: 767px){#s-6534f0ad-7909-4ac7-9fa2-d67f020ed981 {
  min-height: 46px;
}
}
#s-6534f0ad-7909-4ac7-9fa2-d67f020ed981 .shogun-heading-component h3 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-a3453777-eeb5-450f-9354-a7b6da72c5e1 {
  margin-top: 0px;
margin-bottom: 10px;
}

@media (min-width: 1200px){#s-64bde492-e2e2-4fb5-8815-de151752326c {
  display: none;
}
#s-64bde492-e2e2-4fb5-8815-de151752326c, #wrap-s-64bde492-e2e2-4fb5-8815-de151752326c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64bde492-e2e2-4fb5-8815-de151752326c {
  display: none;
}
#s-64bde492-e2e2-4fb5-8815-de151752326c, #wrap-s-64bde492-e2e2-4fb5-8815-de151752326c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64bde492-e2e2-4fb5-8815-de151752326c {
  display: none;
}
#s-64bde492-e2e2-4fb5-8815-de151752326c, #wrap-s-64bde492-e2e2-4fb5-8815-de151752326c { display: none !important; }}
#s-e9dcbf94-a54d-4e99-a0ef-887b1bbbd535 {
  min-height: 58px;
}
@media (max-width: 767px){#s-e9dcbf94-a54d-4e99-a0ef-887b1bbbd535 {
  display: none;
}
#s-e9dcbf94-a54d-4e99-a0ef-887b1bbbd535, #wrap-s-e9dcbf94-a54d-4e99-a0ef-887b1bbbd535 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e9dcbf94-a54d-4e99-a0ef-887b1bbbd535"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9dcbf94-a54d-4e99-a0ef-887b1bbbd535"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e9dcbf94-a54d-4e99-a0ef-887b1bbbd535"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e9dcbf94-a54d-4e99-a0ef-887b1bbbd535"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e9dcbf94-a54d-4e99-a0ef-887b1bbbd535"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e9dcbf94-a54d-4e99-a0ef-887b1bbbd535"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e9dcbf94-a54d-4e99-a0ef-887b1bbbd535"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-5fbc686f-b16f-41f8-ab6f-56930f88658c {
  text-align: left;
}







  #s-5fbc686f-b16f-41f8-ab6f-56930f88658c img.shogun-image {
    

    
    
    
  }


#s-5fbc686f-b16f-41f8-ab6f-56930f88658c .shogun-image-content {
  
    align-items: center;
  
}

#s-389ca659-bae3-4a8c-88cd-02699a46d397 {
  min-height: 58px;
}
@media (max-width: 767px){#s-389ca659-bae3-4a8c-88cd-02699a46d397 {
  display: none;
}
#s-389ca659-bae3-4a8c-88cd-02699a46d397, #wrap-s-389ca659-bae3-4a8c-88cd-02699a46d397 { display: none !important; }}
@media (min-width: 0px) {
[id="s-389ca659-bae3-4a8c-88cd-02699a46d397"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-389ca659-bae3-4a8c-88cd-02699a46d397"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-389ca659-bae3-4a8c-88cd-02699a46d397"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-389ca659-bae3-4a8c-88cd-02699a46d397"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-389ca659-bae3-4a8c-88cd-02699a46d397"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-389ca659-bae3-4a8c-88cd-02699a46d397"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-389ca659-bae3-4a8c-88cd-02699a46d397"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-d21b2bba-6ceb-4c85-a539-022c79f4d78a {
  text-align: left;
}







  #s-d21b2bba-6ceb-4c85-a539-022c79f4d78a img.shogun-image {
    

    
    
    
  }


#s-d21b2bba-6ceb-4c85-a539-022c79f4d78a .shogun-image-content {
  
    align-items: center;
  
}

#s-a126f1a7-35d8-46ad-a58d-e131406cfb3c {
  min-height: 58px;
}
@media (max-width: 767px){#s-a126f1a7-35d8-46ad-a58d-e131406cfb3c {
  display: none;
}
#s-a126f1a7-35d8-46ad-a58d-e131406cfb3c, #wrap-s-a126f1a7-35d8-46ad-a58d-e131406cfb3c { display: none !important; }}
@media (min-width: 0px) {
[id="s-a126f1a7-35d8-46ad-a58d-e131406cfb3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a126f1a7-35d8-46ad-a58d-e131406cfb3c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a126f1a7-35d8-46ad-a58d-e131406cfb3c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a126f1a7-35d8-46ad-a58d-e131406cfb3c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a126f1a7-35d8-46ad-a58d-e131406cfb3c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a126f1a7-35d8-46ad-a58d-e131406cfb3c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a126f1a7-35d8-46ad-a58d-e131406cfb3c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-f0dcd479-8e48-44dd-a609-37ca24ab18ac {
  text-align: left;
}







  #s-f0dcd479-8e48-44dd-a609-37ca24ab18ac img.shogun-image {
    

    
    
    
  }


#s-f0dcd479-8e48-44dd-a609-37ca24ab18ac .shogun-image-content {
  
    align-items: center;
  
}

#s-a93eb6fe-242c-4b98-ae55-2a32b46a26d6 {
  padding-top: 0px;
padding-bottom: 2px;
min-height: 10px;
}








#s-a93eb6fe-242c-4b98-ae55-2a32b46a26d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a93eb6fe-242c-4b98-ae55-2a32b46a26d6.shg-box.shg-c {
  justify-content: center;
}

#s-10f1d0f8-ae7a-43c3-b747-3b6d349a8b93 {
  margin-top: 20px;
margin-bottom: 40px;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-10f1d0f8-ae7a-43c3-b747-3b6d349a8b93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10f1d0f8-ae7a-43c3-b747-3b6d349a8b93"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-10f1d0f8-ae7a-43c3-b747-3b6d349a8b93"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-10f1d0f8-ae7a-43c3-b747-3b6d349a8b93"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

.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: normal;
  font-family: "Assistant, sans-serif";
}

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

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

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

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

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

#s-778fd10b-b503-48e5-9c6c-72f31a8c6589 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 8px;
background-color: rgba(249, 154, 25, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-778fd10b-b503-48e5-9c6c-72f31a8c6589:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(206, 115, 11, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-778fd10b-b503-48e5-9c6c-72f31a8c6589:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-778fd10b-b503-48e5-9c6c-72f31a8c6589 {
  padding-left: 57px;
padding-right: 57px;
}
}

  #s-778fd10b-b503-48e5-9c6c-72f31a8c6589-root {
    text-align: center;
  }


#s-778fd10b-b503-48e5-9c6c-72f31a8c6589.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-778fd10b-b503-48e5-9c6c-72f31a8c6589-root {
    text-align: center;
  }


#s-778fd10b-b503-48e5-9c6c-72f31a8c6589.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-778fd10b-b503-48e5-9c6c-72f31a8c6589-root {
    text-align: center;
  }


#s-778fd10b-b503-48e5-9c6c-72f31a8c6589.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-778fd10b-b503-48e5-9c6c-72f31a8c6589-root {
    text-align: center;
  }


#s-778fd10b-b503-48e5-9c6c-72f31a8c6589.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-778fd10b-b503-48e5-9c6c-72f31a8c6589-root {
    text-align: center;
  }


#s-778fd10b-b503-48e5-9c6c-72f31a8c6589.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-3b024363-cfb8-4ab2-aa0f-5b46d95feb3c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWM3NjhlNWUtNGI5Zi00ZjkwLWIzMTAtYzBlMDIwYmYyZGI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAzM2NjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxYzc2OGU1ZS00YjlmLTRmOTAtYjMxMC1jMGUwMjBiZjJkYjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 47px;
padding-bottom: 10px;
padding-right: 47px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 8px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0066ff"}, {"id"=>2, "pos"=>1, "color"=>"#0033cc"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
}
#s-3b024363-cfb8-4ab2-aa0f-5b46d95feb3c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzU3NWE5NDAtZTg3Yy00YjBjLWFmYTItOGU1YzgxZTc5MjU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMGYyMDY5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDcxNjQwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNTc1YTk0MC1lODdjLTRiMGMtYWZhMi04ZTVjODFlNzkyNTUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#0f2069"}, {"id"=>1, "pos"=>1, "color"=>"#071640"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-3b024363-cfb8-4ab2-aa0f-5b46d95feb3c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3b024363-cfb8-4ab2-aa0f-5b46d95feb3c-root {
    text-align: center;
  }


#s-3b024363-cfb8-4ab2-aa0f-5b46d95feb3c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3b024363-cfb8-4ab2-aa0f-5b46d95feb3c-root {
    text-align: center;
  }


#s-3b024363-cfb8-4ab2-aa0f-5b46d95feb3c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b024363-cfb8-4ab2-aa0f-5b46d95feb3c-root {
    text-align: center;
  }


#s-3b024363-cfb8-4ab2-aa0f-5b46d95feb3c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3b024363-cfb8-4ab2-aa0f-5b46d95feb3c-root {
    text-align: center;
  }


#s-3b024363-cfb8-4ab2-aa0f-5b46d95feb3c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3b024363-cfb8-4ab2-aa0f-5b46d95feb3c-root {
    text-align: center;
  }


#s-3b024363-cfb8-4ab2-aa0f-5b46d95feb3c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
