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

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

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

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

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

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

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

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

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

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

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

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

#s-51053bd9-5ea0-4486-83ee-eb5e8f775fb1 {
  min-height: 50px;
}








#s-51053bd9-5ea0-4486-83ee-eb5e8f775fb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51053bd9-5ea0-4486-83ee-eb5e8f775fb1.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;
}

/* 
  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-495f27e2-4337-47bc-bd2b-fa0ce15e05f4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(250, 249, 245, 1);
}

@media (min-width: 0px) {
[id="s-495f27e2-4337-47bc-bd2b-fa0ce15e05f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-495f27e2-4337-47bc-bd2b-fa0ce15e05f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-495f27e2-4337-47bc-bd2b-fa0ce15e05f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-495f27e2-4337-47bc-bd2b-fa0ce15e05f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

.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-4e685c26-faf1-4e32-adba-74f8a0931ab4 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4e685c26-faf1-4e32-adba-74f8a0931ab4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  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: ;
  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: ;
}

#s-bd51650b-cf4e-4d6d-8193-a1b111ee3208 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-09c34fef-3936-4965-ab47-03e87b9dbe71 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-0c924341-8323-4cdc-9a14-4e12abc45a62 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0c924341-8323-4cdc-9a14-4e12abc45a62 {
  margin-top: 20px;
}
}
#s-834f44ae-7604-44d4-a16f-d8fad691888f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-834f44ae-7604-44d4-a16f-d8fad691888f .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-834f44ae-7604-44d4-a16f-d8fad691888f .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-834f44ae-7604-44d4-a16f-d8fad691888f .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-834f44ae-7604-44d4-a16f-d8fad691888f .shogun-form-error-msg-container, #s-834f44ae-7604-44d4-a16f-d8fad691888f .shogun-form-field-error-msg-container {
  display: none;
}

#s-834f44ae-7604-44d4-a16f-d8fad691888f .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-834f44ae-7604-44d4-a16f-d8fad691888f .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-189a0d41-37cc-4a63-a0c7-c77f2017205c {
  margin-left: 0%;
margin-right: 0%;
min-height: 0px;
}

#s-189a0d41-37cc-4a63-a0c7-c77f2017205c  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(255, 255, 255, 1);
  
  font-size: ;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: ;
  line-height: 2em;
  
}

#s-189a0d41-37cc-4a63-a0c7-c77f2017205c  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(102, 101, 101, 1);
  font-family: Open Sans;
  
  
  
}


#s-189a0d41-37cc-4a63-a0c7-c77f2017205c .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-189a0d41-37cc-4a63-a0c7-c77f2017205c .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}


#s-b12163a6-799e-4c30-80e2-f6ac8fb943b9 {
  margin-left: auto;
margin-right: auto;
}

#s-b12163a6-799e-4c30-80e2-f6ac8fb943b9  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(255, 255, 255, 1);
  
  
  
  color: #000;
  
  
  line-height: 2em;
  
}

#s-b12163a6-799e-4c30-80e2-f6ac8fb943b9  .shogun-form-text-input-field::placeholder {
  font-size: ;
  font-style: ;
  color: rgba(102, 101, 101, 1);
  font-family: Open Sans;
  font-weight: ;
  
  
}


#s-b12163a6-799e-4c30-80e2-f6ac8fb943b9 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-b12163a6-799e-4c30-80e2-f6ac8fb943b9 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}


#s-206d6bd5-cf34-4ffd-8ced-47cd65249326 {
  margin-left: auto;
margin-right: auto;
}

#s-206d6bd5-cf34-4ffd-8ced-47cd65249326  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(255, 255, 255, 1);
  
  font-size: ;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: ;
  line-height: 2em;
  
}

#s-206d6bd5-cf34-4ffd-8ced-47cd65249326  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(102, 101, 101, 1);
  font-family: Open Sans;
  
  
  
}


#s-206d6bd5-cf34-4ffd-8ced-47cd65249326 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-206d6bd5-cf34-4ffd-8ced-47cd65249326 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-1c6a934e-c20c-4c71-aa8d-c8cac8061382 {
  margin-left: auto;
margin-right: auto;
}

#s-1c6a934e-c20c-4c71-aa8d-c8cac8061382  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(255, 255, 255, 1);
  
  font-size: ;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: ;
  line-height: 2em;
  
}

#s-1c6a934e-c20c-4c71-aa8d-c8cac8061382  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(102, 101, 101, 1);
  font-family: Open Sans;
  
  
  
}


#s-1c6a934e-c20c-4c71-aa8d-c8cac8061382 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-1c6a934e-c20c-4c71-aa8d-c8cac8061382 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-e4aca9d2-c72c-400b-a7f2-995fddfa9b16 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-e4aca9d2-c72c-400b-a7f2-995fddfa9b16  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(255, 255, 255, 1);
  
  font-size: ;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: ;
  line-height: 2em;
  
}

#s-e4aca9d2-c72c-400b-a7f2-995fddfa9b16  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(102, 101, 101, 1);
  font-family: Open Sans;
  
  
  
}


#s-e4aca9d2-c72c-400b-a7f2-995fddfa9b16 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-e4aca9d2-c72c-400b-a7f2-995fddfa9b16 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-dropdown .shogun-form-label {
  margin-bottom: 8px;
}

.shogun-form-dropdown select {
  margin: 0;
  width: 100%;
}

#s-5c8fcd79-bdca-49ca-bac2-fb96a8c8735a {
  margin-left: auto;
margin-right: auto;
}

#s-5c8fcd79-bdca-49ca-bac2-fb96a8c8735a select.is-placeholder-selected {
  color: rgba(102, 101, 101, 1) !important;
  font-weight:  normal  !important;
  
  
  
  
  
}

#s-5c8fcd79-bdca-49ca-bac2-fb96a8c8735a .shogun-form-dropdown > select {
  display: block;
  width: 100%;
  cursor: initial;

  
  border-color: #000;
  border-width: 1px;
  
  box-shadow: ;

  font-family: Open Sans;
  font-size: ;
  font-variant: ;
  font-weight: ;
  
  
  
}

#s-5c8fcd79-bdca-49ca-bac2-fb96a8c8735a .shogun-form-dropdown > select:focus {
  outline: none;
}


  #s-5c8fcd79-bdca-49ca-bac2-fb96a8c8735a .shogun-form-dropdown > select:hover {
    
    border-color: #000;
    border-width: 1px;
    
    box-shadow: ;
  }



  #s-5c8fcd79-bdca-49ca-bac2-fb96a8c8735a .shogun-form-dropdown > select:focus {
     
     border-color: #000;
     border-width: 1px;
     
     box-shadow: ;
  }

@media (max-width: 767px){#s-5c8fcd79-bdca-49ca-bac2-fb96a8c8735a select.is-placeholder-selected {
  color: rgba(102, 101, 101, 1) !important;
  font-weight:  normal  !important;
  
  
  
  
  
}

#s-5c8fcd79-bdca-49ca-bac2-fb96a8c8735a .shogun-form-dropdown > select {
  display: block;
  width: 100%;
  cursor: initial;

  background-color: rgba(255, 255, 255, 1);
  border-color: #000;
  border-width: 1px;
  
  box-shadow: ;

  font-family: Open Sans;
  font-size: ;
  font-variant: ;
  font-weight: ;
  
  
  
}

#s-5c8fcd79-bdca-49ca-bac2-fb96a8c8735a .shogun-form-dropdown > select:focus {
  outline: none;
}


  #s-5c8fcd79-bdca-49ca-bac2-fb96a8c8735a .shogun-form-dropdown > select:hover {
    
    border-color: #000;
    border-width: 1px;
    
    box-shadow: ;
  }



  #s-5c8fcd79-bdca-49ca-bac2-fb96a8c8735a .shogun-form-dropdown > select:focus {
     
     border-color: #000;
     border-width: 1px;
     
     box-shadow: ;
  }

}
#s-3f8390e0-c4b1-45e0-a159-ac507ebea53f {
  margin-left: auto;
margin-right: auto;
}

#s-3f8390e0-c4b1-45e0-a159-ac507ebea53f  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: ;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: ;
  
  
}

#s-3f8390e0-c4b1-45e0-a159-ac507ebea53f  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(102, 101, 101, 1);
  font-family: Open Sans;
  
  
  
}


#s-3f8390e0-c4b1-45e0-a159-ac507ebea53f .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-3f8390e0-c4b1-45e0-a159-ac507ebea53f .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-b13d4a5a-0304-4ba7-a081-bf1c4e905583 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
color: #FFFFFF;
background-color: #252525;
text-align: center;
cursor: pointer;
font-family: Open Sans;
font-weight: 700;
font-size: 14px;
letter-spacing: 0.7px;
}
#s-b13d4a5a-0304-4ba7-a081-bf1c4e905583:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b13d4a5a-0304-4ba7-a081-bf1c4e905583:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-b13d4a5a-0304-4ba7-a081-bf1c4e905583[disabled],
#s-b13d4a5a-0304-4ba7-a081-bf1c4e905583[disabled]:hover,
#s-b13d4a5a-0304-4ba7-a081-bf1c4e905583[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-b13d4a5a-0304-4ba7-a081-bf1c4e905583 {
  display:  block ;
  width:  100% ;
}


#s-f89bcd01-bef1-46f0-a45e-1229eb19eb38 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f89bcd01-bef1-46f0-a45e-1229eb19eb38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f89bcd01-bef1-46f0-a45e-1229eb19eb38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-486112ec-1a40-4733-baf8-a3c4318e0e1a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-486112ec-1a40-4733-baf8-a3c4318e0e1a .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c74df907-6550-4653-8184-085a3c8a5fd0 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

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

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

#s-0a7e566a-667e-4e27-b647-6762a94054b3 {
  margin-left: 30%;
margin-right: 30%;
}

#s-0a7e566a-667e-4e27-b647-6762a94054b3 hr {
  border-top: 2px solid #ddd;
}

#s-35dec431-5f45-4263-bd77-1d85f31dac4c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-35dec431-5f45-4263-bd77-1d85f31dac4c .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-e1902d03-1fed-476d-a0f8-cc336eb8387c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e1902d03-1fed-476d-a0f8-cc336eb8387c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1902d03-1fed-476d-a0f8-cc336eb8387c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-b3c4fdf0-20df-474a-95f0-d10acf504e76 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


  #s-b3c4fdf0-20df-474a-95f0-d10acf504e76 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(250, 249, 245, 1);
    border: 1px solid #DDDDDD;
  }
  #s-b3c4fdf0-20df-474a-95f0-d10acf504e76 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(51, 51, 51, 1);
    border: 1px solid #ddd;
  }
#s-b3c4fdf0-20df-474a-95f0-d10acf504e76 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 123, 255, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b3c4fdf0-20df-474a-95f0-d10acf504e76 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-b3c4fdf0-20df-474a-95f0-d10acf504e76 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(51, 51, 51, 1);
}

#s-b3c4fdf0-20df-474a-95f0-d10acf504e76 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-640dcb65-f811-4188-b758-1964a8cce178 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-640dcb65-f811-4188-b758-1964a8cce178"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-640dcb65-f811-4188-b758-1964a8cce178"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-640dcb65-f811-4188-b758-1964a8cce178"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-640dcb65-f811-4188-b758-1964a8cce178"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-2d881414-0924-4a0b-ab83-54604cb30939 {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}

.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-7c95e1ce-6905-4ea0-b43e-270cad110ef3 {
  margin-left: 20px;
margin-right: 20px;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-7c95e1ce-6905-4ea0-b43e-270cad110ef3 {
  margin-top: 20px;
margin-bottom: 20px;
}
}


.shg-image-margin-container-s-7c95e1ce-6905-4ea0-b43e-270cad110ef3 {
  margin-left: 20px;
  margin-right: 20px;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7c95e1ce-6905-4ea0-b43e-270cad110ef3 {
  margin: 0 !important;
  overflow: hidden;
}






.s-7c95e1ce-6905-4ea0-b43e-270cad110ef3 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c95e1ce-6905-4ea0-b43e-270cad110ef3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c95e1ce-6905-4ea0-b43e-270cad110ef3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c95e1ce-6905-4ea0-b43e-270cad110ef3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7c95e1ce-6905-4ea0-b43e-270cad110ef3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7c95e1ce-6905-4ea0-b43e-270cad110ef3 {
  margin: 0 !important;
  overflow: hidden;
}






.s-7c95e1ce-6905-4ea0-b43e-270cad110ef3 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c95e1ce-6905-4ea0-b43e-270cad110ef3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c95e1ce-6905-4ea0-b43e-270cad110ef3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c95e1ce-6905-4ea0-b43e-270cad110ef3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7c95e1ce-6905-4ea0-b43e-270cad110ef3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7c95e1ce-6905-4ea0-b43e-270cad110ef3 {
  margin: 0 !important;
  overflow: hidden;
}






.s-7c95e1ce-6905-4ea0-b43e-270cad110ef3 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c95e1ce-6905-4ea0-b43e-270cad110ef3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c95e1ce-6905-4ea0-b43e-270cad110ef3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c95e1ce-6905-4ea0-b43e-270cad110ef3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7c95e1ce-6905-4ea0-b43e-270cad110ef3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7c95e1ce-6905-4ea0-b43e-270cad110ef3 {
  margin: 0 !important;
  overflow: hidden;
}






.s-7c95e1ce-6905-4ea0-b43e-270cad110ef3 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c95e1ce-6905-4ea0-b43e-270cad110ef3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c95e1ce-6905-4ea0-b43e-270cad110ef3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c95e1ce-6905-4ea0-b43e-270cad110ef3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7c95e1ce-6905-4ea0-b43e-270cad110ef3 {
  
  
  margin-top: 20px;
  margin-bottom: 20px;
  /* Add padding handling */
  
  
  
  
}

#s-7c95e1ce-6905-4ea0-b43e-270cad110ef3 {
  margin: 0 !important;
  overflow: hidden;
}






.s-7c95e1ce-6905-4ea0-b43e-270cad110ef3 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c95e1ce-6905-4ea0-b43e-270cad110ef3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c95e1ce-6905-4ea0-b43e-270cad110ef3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c95e1ce-6905-4ea0-b43e-270cad110ef3.shogun-image {
  box-sizing: border-box;
}




}
#s-7080b69a-0372-40ee-8ebb-1e9e1f031694 {
  margin-left: 20px;
margin-right: 20px;
}

.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-d9a16f15-7558-459d-8839-0b992de37892 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-d9a16f15-7558-459d-8839-0b992de37892:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9a16f15-7558-459d-8839-0b992de37892:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d9a16f15-7558-459d-8839-0b992de37892 {
  margin-bottom: 20px;
max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d9a16f15-7558-459d-8839-0b992de37892 {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d9a16f15-7558-459d-8839-0b992de37892 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-d9a16f15-7558-459d-8839-0b992de37892 {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-d9a16f15-7558-459d-8839-0b992de37892-root {
    text-align: center;
  }


#s-d9a16f15-7558-459d-8839-0b992de37892.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d9a16f15-7558-459d-8839-0b992de37892-root {
    text-align: center;
  }


#s-d9a16f15-7558-459d-8839-0b992de37892.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9a16f15-7558-459d-8839-0b992de37892-root {
    text-align: center;
  }


#s-d9a16f15-7558-459d-8839-0b992de37892.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9a16f15-7558-459d-8839-0b992de37892-root {
    text-align: center;
  }


#s-d9a16f15-7558-459d-8839-0b992de37892.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d9a16f15-7558-459d-8839-0b992de37892-root {
    text-align: center;
  }


#s-d9a16f15-7558-459d-8839-0b992de37892.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-c663cd24-eaef-4333-8ae6-a01625b57641 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-c663cd24-eaef-4333-8ae6-a01625b57641:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c663cd24-eaef-4333-8ae6-a01625b57641:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c663cd24-eaef-4333-8ae6-a01625b57641 {
  max-width: 100%;
}
}

  #s-c663cd24-eaef-4333-8ae6-a01625b57641-root {
    text-align: center;
  }


#s-c663cd24-eaef-4333-8ae6-a01625b57641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c663cd24-eaef-4333-8ae6-a01625b57641-root {
    text-align: center;
  }


#s-c663cd24-eaef-4333-8ae6-a01625b57641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c663cd24-eaef-4333-8ae6-a01625b57641-root {
    text-align: center;
  }


#s-c663cd24-eaef-4333-8ae6-a01625b57641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c663cd24-eaef-4333-8ae6-a01625b57641-root {
    text-align: center;
  }


#s-c663cd24-eaef-4333-8ae6-a01625b57641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c663cd24-eaef-4333-8ae6-a01625b57641-root {
    text-align: center;
  }


#s-c663cd24-eaef-4333-8ae6-a01625b57641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-417c27e5-7c13-43bd-a9de-7a5381d56447 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-417c27e5-7c13-43bd-a9de-7a5381d56447"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-417c27e5-7c13-43bd-a9de-7a5381d56447"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-417c27e5-7c13-43bd-a9de-7a5381d56447"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-417c27e5-7c13-43bd-a9de-7a5381d56447"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-4db4e734-9969-4be4-906d-39f2b83e9a03 {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}

#s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d {
  margin-left: 20px;
margin-right: 20px;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d {
  margin-top: 20px;
margin-bottom: 20px;
}
}


.shg-image-margin-container-s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d {
  margin-left: 20px;
  margin-right: 20px;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d {
  margin: 0 !important;
  overflow: hidden;
}






.s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d .shogun-image-content {
  
    align-items: center;
  
}

.s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d {
  margin: 0 !important;
  overflow: hidden;
}






.s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d .shogun-image-content {
  
    align-items: center;
  
}

.s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d {
  margin: 0 !important;
  overflow: hidden;
}






.s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d .shogun-image-content {
  
    align-items: center;
  
}

.s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d {
  margin: 0 !important;
  overflow: hidden;
}






.s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d .shogun-image-content {
  
    align-items: center;
  
}

.s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d {
  
  
  margin-top: 20px;
  margin-bottom: 20px;
  /* Add padding handling */
  
  
  
  
}

#s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d {
  margin: 0 !important;
  overflow: hidden;
}






.s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d .shogun-image-content {
  
    align-items: center;
  
}

.s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8c70eb5-69e2-4b20-ad67-d79c555ee36d.shogun-image {
  box-sizing: border-box;
}




}
#s-de850717-a45d-444d-8b22-d9e04982650b {
  margin-left: 20px;
margin-right: 20px;
}

#s-1d2a5060-39af-4682-876e-c11f6c6e87a3 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-1d2a5060-39af-4682-876e-c11f6c6e87a3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d2a5060-39af-4682-876e-c11f6c6e87a3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1d2a5060-39af-4682-876e-c11f6c6e87a3 {
  margin-bottom: 20px;
max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d2a5060-39af-4682-876e-c11f6c6e87a3 {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d2a5060-39af-4682-876e-c11f6c6e87a3 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-1d2a5060-39af-4682-876e-c11f6c6e87a3 {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-1d2a5060-39af-4682-876e-c11f6c6e87a3-root {
    text-align: center;
  }


#s-1d2a5060-39af-4682-876e-c11f6c6e87a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1d2a5060-39af-4682-876e-c11f6c6e87a3-root {
    text-align: center;
  }


#s-1d2a5060-39af-4682-876e-c11f6c6e87a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d2a5060-39af-4682-876e-c11f6c6e87a3-root {
    text-align: center;
  }


#s-1d2a5060-39af-4682-876e-c11f6c6e87a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d2a5060-39af-4682-876e-c11f6c6e87a3-root {
    text-align: center;
  }


#s-1d2a5060-39af-4682-876e-c11f6c6e87a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1d2a5060-39af-4682-876e-c11f6c6e87a3-root {
    text-align: center;
  }


#s-1d2a5060-39af-4682-876e-c11f6c6e87a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-cf4f570b-ef79-42b8-9f3d-92540b59b71b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-cf4f570b-ef79-42b8-9f3d-92540b59b71b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cf4f570b-ef79-42b8-9f3d-92540b59b71b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cf4f570b-ef79-42b8-9f3d-92540b59b71b {
  max-width: 100%;
}
}

  #s-cf4f570b-ef79-42b8-9f3d-92540b59b71b-root {
    text-align: center;
  }


#s-cf4f570b-ef79-42b8-9f3d-92540b59b71b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cf4f570b-ef79-42b8-9f3d-92540b59b71b-root {
    text-align: center;
  }


#s-cf4f570b-ef79-42b8-9f3d-92540b59b71b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf4f570b-ef79-42b8-9f3d-92540b59b71b-root {
    text-align: center;
  }


#s-cf4f570b-ef79-42b8-9f3d-92540b59b71b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cf4f570b-ef79-42b8-9f3d-92540b59b71b-root {
    text-align: center;
  }


#s-cf4f570b-ef79-42b8-9f3d-92540b59b71b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cf4f570b-ef79-42b8-9f3d-92540b59b71b-root {
    text-align: center;
  }


#s-cf4f570b-ef79-42b8-9f3d-92540b59b71b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-9ec2cf65-8996-4a8b-9ee4-c1211360f85b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9ec2cf65-8996-4a8b-9ee4-c1211360f85b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ec2cf65-8996-4a8b-9ee4-c1211360f85b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3189d60-3ebc-447e-89d0-7ccc0aa5c9af {
  margin-left: 30%;
margin-right: 30%;
}

#s-d3189d60-3ebc-447e-89d0-7ccc0aa5c9af hr {
  border-top: 2px solid #ddd;
}

#s-5a869e1c-ac06-426e-9810-9ac13a5706c7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-5a869e1c-ac06-426e-9810-9ac13a5706c7 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-9db008ad-d7a1-4237-98ae-dfe9fc5de0a3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9db008ad-d7a1-4237-98ae-dfe9fc5de0a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9db008ad-d7a1-4237-98ae-dfe9fc5de0a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5c113e2-55cb-4e24-bd8c-6a5f309e1e05 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


  #s-b5c113e2-55cb-4e24-bd8c-6a5f309e1e05 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(250, 249, 245, 1);
    border: 1px solid #DDDDDD;
  }
  #s-b5c113e2-55cb-4e24-bd8c-6a5f309e1e05 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(51, 51, 51, 1);
    border: 1px solid #ddd;
  }
#s-b5c113e2-55cb-4e24-bd8c-6a5f309e1e05 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 123, 255, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b5c113e2-55cb-4e24-bd8c-6a5f309e1e05 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-b5c113e2-55cb-4e24-bd8c-6a5f309e1e05 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(51, 51, 51, 1);
}

#s-b5c113e2-55cb-4e24-bd8c-6a5f309e1e05 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-28ad7066-0454-4fa9-b9fa-215949ed2bf2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-28ad7066-0454-4fa9-b9fa-215949ed2bf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28ad7066-0454-4fa9-b9fa-215949ed2bf2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-28ad7066-0454-4fa9-b9fa-215949ed2bf2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-28ad7066-0454-4fa9-b9fa-215949ed2bf2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f067950f-def2-4a3b-9a01-fece1dc8aa23 {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}

#s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6 {
  margin-left: 20px;
margin-right: 20px;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6 {
  margin-top: 20px;
margin-bottom: 20px;
}
}


.shg-image-margin-container-s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6 {
  margin-left: 20px;
  margin-right: 20px;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6 {
  margin: 0 !important;
  overflow: hidden;
}






.s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6 {
  margin: 0 !important;
  overflow: hidden;
}






.s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6 {
  margin: 0 !important;
  overflow: hidden;
}






.s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6 {
  margin: 0 !important;
  overflow: hidden;
}






.s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6 {
  
  
  margin-top: 20px;
  margin-bottom: 20px;
  /* Add padding handling */
  
  
  
  
}

#s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6 {
  margin: 0 !important;
  overflow: hidden;
}






.s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e540558-50a7-4e66-84b4-5bf0ff8a55f6.shogun-image {
  box-sizing: border-box;
}




}
#s-55367f26-dcfe-4dc5-b982-fd333590b9e7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-4ad59453-d4de-4cb5-bda6-c56398b4511a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-4ad59453-d4de-4cb5-bda6-c56398b4511a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ad59453-d4de-4cb5-bda6-c56398b4511a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4ad59453-d4de-4cb5-bda6-c56398b4511a {
  margin-bottom: 20px;
max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ad59453-d4de-4cb5-bda6-c56398b4511a {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ad59453-d4de-4cb5-bda6-c56398b4511a {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-4ad59453-d4de-4cb5-bda6-c56398b4511a {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-4ad59453-d4de-4cb5-bda6-c56398b4511a-root {
    text-align: center;
  }


#s-4ad59453-d4de-4cb5-bda6-c56398b4511a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4ad59453-d4de-4cb5-bda6-c56398b4511a-root {
    text-align: center;
  }


#s-4ad59453-d4de-4cb5-bda6-c56398b4511a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4ad59453-d4de-4cb5-bda6-c56398b4511a-root {
    text-align: center;
  }


#s-4ad59453-d4de-4cb5-bda6-c56398b4511a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4ad59453-d4de-4cb5-bda6-c56398b4511a-root {
    text-align: center;
  }


#s-4ad59453-d4de-4cb5-bda6-c56398b4511a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4ad59453-d4de-4cb5-bda6-c56398b4511a-root {
    text-align: center;
  }


#s-4ad59453-d4de-4cb5-bda6-c56398b4511a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-979d463c-c9d1-4f9c-a172-7a6fe7c40388 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-979d463c-c9d1-4f9c-a172-7a6fe7c40388:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-979d463c-c9d1-4f9c-a172-7a6fe7c40388:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-979d463c-c9d1-4f9c-a172-7a6fe7c40388 {
  max-width: 100%;
}
}

  #s-979d463c-c9d1-4f9c-a172-7a6fe7c40388-root {
    text-align: center;
  }


#s-979d463c-c9d1-4f9c-a172-7a6fe7c40388.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-979d463c-c9d1-4f9c-a172-7a6fe7c40388-root {
    text-align: center;
  }


#s-979d463c-c9d1-4f9c-a172-7a6fe7c40388.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-979d463c-c9d1-4f9c-a172-7a6fe7c40388-root {
    text-align: center;
  }


#s-979d463c-c9d1-4f9c-a172-7a6fe7c40388.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-979d463c-c9d1-4f9c-a172-7a6fe7c40388-root {
    text-align: center;
  }


#s-979d463c-c9d1-4f9c-a172-7a6fe7c40388.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-979d463c-c9d1-4f9c-a172-7a6fe7c40388-root {
    text-align: center;
  }


#s-979d463c-c9d1-4f9c-a172-7a6fe7c40388.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-ead47d9a-4629-4547-b52b-c7cd81f0c299 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ead47d9a-4629-4547-b52b-c7cd81f0c299"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ead47d9a-4629-4547-b52b-c7cd81f0c299"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ead47d9a-4629-4547-b52b-c7cd81f0c299"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ead47d9a-4629-4547-b52b-c7cd81f0c299"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-062e5994-257d-4f10-bdd8-2abc4fe93277 {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}

#s-4c2599c5-3570-4a83-9aa0-5c4d189276ad {
  margin-left: 20px;
margin-right: 20px;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-4c2599c5-3570-4a83-9aa0-5c4d189276ad {
  margin-top: 20px;
margin-bottom: 20px;
}
}


.shg-image-margin-container-s-4c2599c5-3570-4a83-9aa0-5c4d189276ad {
  margin-left: 20px;
  margin-right: 20px;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4c2599c5-3570-4a83-9aa0-5c4d189276ad {
  margin: 0 !important;
  overflow: hidden;
}






.s-4c2599c5-3570-4a83-9aa0-5c4d189276ad .shogun-image-content {
  
    align-items: center;
  
}

.s-4c2599c5-3570-4a83-9aa0-5c4d189276ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c2599c5-3570-4a83-9aa0-5c4d189276ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c2599c5-3570-4a83-9aa0-5c4d189276ad.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-4c2599c5-3570-4a83-9aa0-5c4d189276ad {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4c2599c5-3570-4a83-9aa0-5c4d189276ad {
  margin: 0 !important;
  overflow: hidden;
}






.s-4c2599c5-3570-4a83-9aa0-5c4d189276ad .shogun-image-content {
  
    align-items: center;
  
}

.s-4c2599c5-3570-4a83-9aa0-5c4d189276ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c2599c5-3570-4a83-9aa0-5c4d189276ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c2599c5-3570-4a83-9aa0-5c4d189276ad.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4c2599c5-3570-4a83-9aa0-5c4d189276ad {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4c2599c5-3570-4a83-9aa0-5c4d189276ad {
  margin: 0 !important;
  overflow: hidden;
}






.s-4c2599c5-3570-4a83-9aa0-5c4d189276ad .shogun-image-content {
  
    align-items: center;
  
}

.s-4c2599c5-3570-4a83-9aa0-5c4d189276ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c2599c5-3570-4a83-9aa0-5c4d189276ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c2599c5-3570-4a83-9aa0-5c4d189276ad.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4c2599c5-3570-4a83-9aa0-5c4d189276ad {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4c2599c5-3570-4a83-9aa0-5c4d189276ad {
  margin: 0 !important;
  overflow: hidden;
}






.s-4c2599c5-3570-4a83-9aa0-5c4d189276ad .shogun-image-content {
  
    align-items: center;
  
}

.s-4c2599c5-3570-4a83-9aa0-5c4d189276ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c2599c5-3570-4a83-9aa0-5c4d189276ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c2599c5-3570-4a83-9aa0-5c4d189276ad.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4c2599c5-3570-4a83-9aa0-5c4d189276ad {
  
  
  margin-top: 20px;
  margin-bottom: 20px;
  /* Add padding handling */
  
  
  
  
}

#s-4c2599c5-3570-4a83-9aa0-5c4d189276ad {
  margin: 0 !important;
  overflow: hidden;
}






.s-4c2599c5-3570-4a83-9aa0-5c4d189276ad .shogun-image-content {
  
    align-items: center;
  
}

.s-4c2599c5-3570-4a83-9aa0-5c4d189276ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c2599c5-3570-4a83-9aa0-5c4d189276ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c2599c5-3570-4a83-9aa0-5c4d189276ad.shogun-image {
  box-sizing: border-box;
}




}
#s-63466bbf-30ed-4dc3-ab7a-485c39ac1bc7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-9c8613b8-09ec-4dc5-bb16-d91f5e19d106 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-9c8613b8-09ec-4dc5-bb16-d91f5e19d106:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c8613b8-09ec-4dc5-bb16-d91f5e19d106:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9c8613b8-09ec-4dc5-bb16-d91f5e19d106 {
  margin-bottom: 20px;
max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c8613b8-09ec-4dc5-bb16-d91f5e19d106 {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c8613b8-09ec-4dc5-bb16-d91f5e19d106 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-9c8613b8-09ec-4dc5-bb16-d91f5e19d106 {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-9c8613b8-09ec-4dc5-bb16-d91f5e19d106-root {
    text-align: center;
  }


#s-9c8613b8-09ec-4dc5-bb16-d91f5e19d106.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9c8613b8-09ec-4dc5-bb16-d91f5e19d106-root {
    text-align: center;
  }


#s-9c8613b8-09ec-4dc5-bb16-d91f5e19d106.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c8613b8-09ec-4dc5-bb16-d91f5e19d106-root {
    text-align: center;
  }


#s-9c8613b8-09ec-4dc5-bb16-d91f5e19d106.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c8613b8-09ec-4dc5-bb16-d91f5e19d106-root {
    text-align: center;
  }


#s-9c8613b8-09ec-4dc5-bb16-d91f5e19d106.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9c8613b8-09ec-4dc5-bb16-d91f5e19d106-root {
    text-align: center;
  }


#s-9c8613b8-09ec-4dc5-bb16-d91f5e19d106.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-24f3d7bd-b944-45a6-b9ee-ccdfe53c3a14 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-24f3d7bd-b944-45a6-b9ee-ccdfe53c3a14:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-24f3d7bd-b944-45a6-b9ee-ccdfe53c3a14:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-24f3d7bd-b944-45a6-b9ee-ccdfe53c3a14 {
  max-width: 100%;
}
}

  #s-24f3d7bd-b944-45a6-b9ee-ccdfe53c3a14-root {
    text-align: center;
  }


#s-24f3d7bd-b944-45a6-b9ee-ccdfe53c3a14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-24f3d7bd-b944-45a6-b9ee-ccdfe53c3a14-root {
    text-align: center;
  }


#s-24f3d7bd-b944-45a6-b9ee-ccdfe53c3a14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-24f3d7bd-b944-45a6-b9ee-ccdfe53c3a14-root {
    text-align: center;
  }


#s-24f3d7bd-b944-45a6-b9ee-ccdfe53c3a14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-24f3d7bd-b944-45a6-b9ee-ccdfe53c3a14-root {
    text-align: center;
  }


#s-24f3d7bd-b944-45a6-b9ee-ccdfe53c3a14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-24f3d7bd-b944-45a6-b9ee-ccdfe53c3a14-root {
    text-align: center;
  }


#s-24f3d7bd-b944-45a6-b9ee-ccdfe53c3a14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-3103ef3f-da81-432d-94e3-0b065af964ff {
  margin-left: 30%;
margin-right: 30%;
}

#s-3103ef3f-da81-432d-94e3-0b065af964ff hr {
  border-top: 2px solid #ddd;
}

#s-c76f96b2-8497-4b6f-9d7a-8563e9348ed9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c76f96b2-8497-4b6f-9d7a-8563e9348ed9 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-5a47c4c7-a981-4c76-9220-183c06c55ec9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5a47c4c7-a981-4c76-9220-183c06c55ec9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a47c4c7-a981-4c76-9220-183c06c55ec9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8922bd5e-cc74-4674-9523-987cd3002781 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8922bd5e-cc74-4674-9523-987cd3002781 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8922bd5e-cc74-4674-9523-987cd3002781.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd8c74c2-41cb-4024-ad55-b377e1e872ef {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


  #s-fd8c74c2-41cb-4024-ad55-b377e1e872ef .shogun-tabs > li > .shogun-tab-box {
    background: rgba(250, 249, 245, 1);
    border: 1px solid #DDDDDD;
  }
  #s-fd8c74c2-41cb-4024-ad55-b377e1e872ef .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(51, 51, 51, 1);
    border: 1px solid #ddd;
  }
#s-fd8c74c2-41cb-4024-ad55-b377e1e872ef .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 123, 255, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-fd8c74c2-41cb-4024-ad55-b377e1e872ef .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-fd8c74c2-41cb-4024-ad55-b377e1e872ef .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(51, 51, 51, 1);
}

#s-fd8c74c2-41cb-4024-ad55-b377e1e872ef .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-c09f0128-e81e-411e-b16a-04f17658713c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c09f0128-e81e-411e-b16a-04f17658713c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c09f0128-e81e-411e-b16a-04f17658713c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c09f0128-e81e-411e-b16a-04f17658713c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c09f0128-e81e-411e-b16a-04f17658713c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-d68a37bf-d155-4060-b9c3-ab8f142a65eb {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}

#s-1118222d-cfcb-4f6f-82c8-cd026f3f8331 {
  margin-left: 20px;
margin-right: 20px;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-1118222d-cfcb-4f6f-82c8-cd026f3f8331 {
  margin-top: 20px;
margin-bottom: 20px;
}
}


.shg-image-margin-container-s-1118222d-cfcb-4f6f-82c8-cd026f3f8331 {
  margin-left: 20px;
  margin-right: 20px;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1118222d-cfcb-4f6f-82c8-cd026f3f8331 {
  margin: 0 !important;
  overflow: hidden;
}






.s-1118222d-cfcb-4f6f-82c8-cd026f3f8331 .shogun-image-content {
  
    align-items: center;
  
}

.s-1118222d-cfcb-4f6f-82c8-cd026f3f8331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1118222d-cfcb-4f6f-82c8-cd026f3f8331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1118222d-cfcb-4f6f-82c8-cd026f3f8331.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-1118222d-cfcb-4f6f-82c8-cd026f3f8331 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1118222d-cfcb-4f6f-82c8-cd026f3f8331 {
  margin: 0 !important;
  overflow: hidden;
}






.s-1118222d-cfcb-4f6f-82c8-cd026f3f8331 .shogun-image-content {
  
    align-items: center;
  
}

.s-1118222d-cfcb-4f6f-82c8-cd026f3f8331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1118222d-cfcb-4f6f-82c8-cd026f3f8331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1118222d-cfcb-4f6f-82c8-cd026f3f8331.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1118222d-cfcb-4f6f-82c8-cd026f3f8331 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1118222d-cfcb-4f6f-82c8-cd026f3f8331 {
  margin: 0 !important;
  overflow: hidden;
}






.s-1118222d-cfcb-4f6f-82c8-cd026f3f8331 .shogun-image-content {
  
    align-items: center;
  
}

.s-1118222d-cfcb-4f6f-82c8-cd026f3f8331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1118222d-cfcb-4f6f-82c8-cd026f3f8331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1118222d-cfcb-4f6f-82c8-cd026f3f8331.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1118222d-cfcb-4f6f-82c8-cd026f3f8331 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1118222d-cfcb-4f6f-82c8-cd026f3f8331 {
  margin: 0 !important;
  overflow: hidden;
}






.s-1118222d-cfcb-4f6f-82c8-cd026f3f8331 .shogun-image-content {
  
    align-items: center;
  
}

.s-1118222d-cfcb-4f6f-82c8-cd026f3f8331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1118222d-cfcb-4f6f-82c8-cd026f3f8331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1118222d-cfcb-4f6f-82c8-cd026f3f8331.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1118222d-cfcb-4f6f-82c8-cd026f3f8331 {
  
  
  margin-top: 20px;
  margin-bottom: 20px;
  /* Add padding handling */
  
  
  
  
}

#s-1118222d-cfcb-4f6f-82c8-cd026f3f8331 {
  margin: 0 !important;
  overflow: hidden;
}






.s-1118222d-cfcb-4f6f-82c8-cd026f3f8331 .shogun-image-content {
  
    align-items: center;
  
}

.s-1118222d-cfcb-4f6f-82c8-cd026f3f8331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1118222d-cfcb-4f6f-82c8-cd026f3f8331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1118222d-cfcb-4f6f-82c8-cd026f3f8331.shogun-image {
  box-sizing: border-box;
}




}
#s-3e1d30c5-91b1-4e34-9e04-c811fd928ad2 {
  margin-left: 20px;
margin-right: 20px;
}

#s-7ee64d83-7721-44f0-a7ca-ddebc78bdb99 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-7ee64d83-7721-44f0-a7ca-ddebc78bdb99:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ee64d83-7721-44f0-a7ca-ddebc78bdb99:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7ee64d83-7721-44f0-a7ca-ddebc78bdb99 {
  margin-bottom: 20px;
max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ee64d83-7721-44f0-a7ca-ddebc78bdb99 {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ee64d83-7721-44f0-a7ca-ddebc78bdb99 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-7ee64d83-7721-44f0-a7ca-ddebc78bdb99 {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-7ee64d83-7721-44f0-a7ca-ddebc78bdb99-root {
    text-align: center;
  }


#s-7ee64d83-7721-44f0-a7ca-ddebc78bdb99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7ee64d83-7721-44f0-a7ca-ddebc78bdb99-root {
    text-align: center;
  }


#s-7ee64d83-7721-44f0-a7ca-ddebc78bdb99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ee64d83-7721-44f0-a7ca-ddebc78bdb99-root {
    text-align: center;
  }


#s-7ee64d83-7721-44f0-a7ca-ddebc78bdb99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ee64d83-7721-44f0-a7ca-ddebc78bdb99-root {
    text-align: center;
  }


#s-7ee64d83-7721-44f0-a7ca-ddebc78bdb99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7ee64d83-7721-44f0-a7ca-ddebc78bdb99-root {
    text-align: center;
  }


#s-7ee64d83-7721-44f0-a7ca-ddebc78bdb99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-d1d13a2c-9d48-452d-85c4-3eb4b9484ced {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-d1d13a2c-9d48-452d-85c4-3eb4b9484ced:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d1d13a2c-9d48-452d-85c4-3eb4b9484ced:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d1d13a2c-9d48-452d-85c4-3eb4b9484ced {
  max-width: 100%;
}
}

  #s-d1d13a2c-9d48-452d-85c4-3eb4b9484ced-root {
    text-align: center;
  }


#s-d1d13a2c-9d48-452d-85c4-3eb4b9484ced.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d1d13a2c-9d48-452d-85c4-3eb4b9484ced-root {
    text-align: center;
  }


#s-d1d13a2c-9d48-452d-85c4-3eb4b9484ced.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1d13a2c-9d48-452d-85c4-3eb4b9484ced-root {
    text-align: center;
  }


#s-d1d13a2c-9d48-452d-85c4-3eb4b9484ced.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1d13a2c-9d48-452d-85c4-3eb4b9484ced-root {
    text-align: center;
  }


#s-d1d13a2c-9d48-452d-85c4-3eb4b9484ced.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d1d13a2c-9d48-452d-85c4-3eb4b9484ced-root {
    text-align: center;
  }


#s-d1d13a2c-9d48-452d-85c4-3eb4b9484ced.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-32f8b629-8d91-4d8b-8482-a67d3988c825 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-32f8b629-8d91-4d8b-8482-a67d3988c825"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32f8b629-8d91-4d8b-8482-a67d3988c825"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-32f8b629-8d91-4d8b-8482-a67d3988c825"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-32f8b629-8d91-4d8b-8482-a67d3988c825"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-58fb929e-0692-4498-bc10-3550fe011059 {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}

#s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3 {
  margin-left: 20px;
margin-right: 20px;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3 {
  margin-top: 20px;
margin-bottom: 20px;
}
}


.shg-image-margin-container-s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3 {
  margin-left: 20px;
  margin-right: 20px;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3 {
  margin: 0 !important;
  overflow: hidden;
}






.s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3 {
  margin: 0 !important;
  overflow: hidden;
}






.s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3 {
  margin: 0 !important;
  overflow: hidden;
}






.s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3 {
  margin: 0 !important;
  overflow: hidden;
}






.s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3 {
  
  
  margin-top: 20px;
  margin-bottom: 20px;
  /* Add padding handling */
  
  
  
  
}

#s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3 {
  margin: 0 !important;
  overflow: hidden;
}






.s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fad1e7d-3038-4102-b2c9-c65f866dd7c3.shogun-image {
  box-sizing: border-box;
}




}
#s-50cb3a90-8e40-4c7f-af77-22be78615260 {
  margin-left: 20px;
margin-right: 20px;
}

#s-9d476b64-e926-45b0-a15c-d71ac8abd058 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-9d476b64-e926-45b0-a15c-d71ac8abd058:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d476b64-e926-45b0-a15c-d71ac8abd058:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9d476b64-e926-45b0-a15c-d71ac8abd058 {
  margin-bottom: 20px;
max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d476b64-e926-45b0-a15c-d71ac8abd058 {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d476b64-e926-45b0-a15c-d71ac8abd058 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-9d476b64-e926-45b0-a15c-d71ac8abd058 {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-9d476b64-e926-45b0-a15c-d71ac8abd058-root {
    text-align: center;
  }


#s-9d476b64-e926-45b0-a15c-d71ac8abd058.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9d476b64-e926-45b0-a15c-d71ac8abd058-root {
    text-align: center;
  }


#s-9d476b64-e926-45b0-a15c-d71ac8abd058.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d476b64-e926-45b0-a15c-d71ac8abd058-root {
    text-align: center;
  }


#s-9d476b64-e926-45b0-a15c-d71ac8abd058.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d476b64-e926-45b0-a15c-d71ac8abd058-root {
    text-align: center;
  }


#s-9d476b64-e926-45b0-a15c-d71ac8abd058.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9d476b64-e926-45b0-a15c-d71ac8abd058-root {
    text-align: center;
  }


#s-9d476b64-e926-45b0-a15c-d71ac8abd058.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-bab9ac56-c80e-49af-83e0-1962add8d30c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-bab9ac56-c80e-49af-83e0-1962add8d30c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bab9ac56-c80e-49af-83e0-1962add8d30c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bab9ac56-c80e-49af-83e0-1962add8d30c {
  max-width: 100%;
}
}

  #s-bab9ac56-c80e-49af-83e0-1962add8d30c-root {
    text-align: center;
  }


#s-bab9ac56-c80e-49af-83e0-1962add8d30c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bab9ac56-c80e-49af-83e0-1962add8d30c-root {
    text-align: center;
  }


#s-bab9ac56-c80e-49af-83e0-1962add8d30c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bab9ac56-c80e-49af-83e0-1962add8d30c-root {
    text-align: center;
  }


#s-bab9ac56-c80e-49af-83e0-1962add8d30c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bab9ac56-c80e-49af-83e0-1962add8d30c-root {
    text-align: center;
  }


#s-bab9ac56-c80e-49af-83e0-1962add8d30c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bab9ac56-c80e-49af-83e0-1962add8d30c-root {
    text-align: center;
  }


#s-bab9ac56-c80e-49af-83e0-1962add8d30c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-8713fec5-8280-49b9-8c9d-3bf1f551888a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8713fec5-8280-49b9-8c9d-3bf1f551888a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8713fec5-8280-49b9-8c9d-3bf1f551888a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3375b46-cf19-48ff-9ee1-13bf8d285bad {
  margin-left: 30%;
margin-right: 30%;
}

#s-e3375b46-cf19-48ff-9ee1-13bf8d285bad hr {
  border-top: 2px solid #ddd;
}

#s-489ff2ec-323b-4ab7-ba23-ab8423d66a5c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-489ff2ec-323b-4ab7-ba23-ab8423d66a5c .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-9465c1b4-dd1a-43f4-8c99-15e7124e8f06 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


  #s-9465c1b4-dd1a-43f4-8c99-15e7124e8f06 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(250, 249, 245, 1);
    border: 1px solid #DDDDDD;
  }
  #s-9465c1b4-dd1a-43f4-8c99-15e7124e8f06 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(51, 51, 51, 1);
    border: 1px solid #ddd;
  }
#s-9465c1b4-dd1a-43f4-8c99-15e7124e8f06 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 123, 255, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-9465c1b4-dd1a-43f4-8c99-15e7124e8f06 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-9465c1b4-dd1a-43f4-8c99-15e7124e8f06 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(51, 51, 51, 1);
}

#s-9465c1b4-dd1a-43f4-8c99-15e7124e8f06 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-09a76a32-1dd8-4bcf-8923-55a7bb8f5a81 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-09a76a32-1dd8-4bcf-8923-55a7bb8f5a81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09a76a32-1dd8-4bcf-8923-55a7bb8f5a81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b63b6f6d-5ac1-46e4-8604-f07ac03ffc99 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b63b6f6d-5ac1-46e4-8604-f07ac03ffc99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b63b6f6d-5ac1-46e4-8604-f07ac03ffc99"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b63b6f6d-5ac1-46e4-8604-f07ac03ffc99"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b63b6f6d-5ac1-46e4-8604-f07ac03ffc99"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-77bfb2df-5eda-467e-aa99-39e10c053f07 {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}

#s-80ec6b75-9df9-4bfc-b949-4723cab40649 {
  margin-left: 20px;
margin-right: 20px;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-80ec6b75-9df9-4bfc-b949-4723cab40649 {
  margin-top: 20px;
margin-bottom: 20px;
}
}


.shg-image-margin-container-s-80ec6b75-9df9-4bfc-b949-4723cab40649 {
  margin-left: 20px;
  margin-right: 20px;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-80ec6b75-9df9-4bfc-b949-4723cab40649 {
  margin: 0 !important;
  overflow: hidden;
}






.s-80ec6b75-9df9-4bfc-b949-4723cab40649 .shogun-image-content {
  
    align-items: center;
  
}

.s-80ec6b75-9df9-4bfc-b949-4723cab40649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80ec6b75-9df9-4bfc-b949-4723cab40649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80ec6b75-9df9-4bfc-b949-4723cab40649.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-80ec6b75-9df9-4bfc-b949-4723cab40649 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-80ec6b75-9df9-4bfc-b949-4723cab40649 {
  margin: 0 !important;
  overflow: hidden;
}






.s-80ec6b75-9df9-4bfc-b949-4723cab40649 .shogun-image-content {
  
    align-items: center;
  
}

.s-80ec6b75-9df9-4bfc-b949-4723cab40649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80ec6b75-9df9-4bfc-b949-4723cab40649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80ec6b75-9df9-4bfc-b949-4723cab40649.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-80ec6b75-9df9-4bfc-b949-4723cab40649 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-80ec6b75-9df9-4bfc-b949-4723cab40649 {
  margin: 0 !important;
  overflow: hidden;
}






.s-80ec6b75-9df9-4bfc-b949-4723cab40649 .shogun-image-content {
  
    align-items: center;
  
}

.s-80ec6b75-9df9-4bfc-b949-4723cab40649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80ec6b75-9df9-4bfc-b949-4723cab40649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80ec6b75-9df9-4bfc-b949-4723cab40649.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-80ec6b75-9df9-4bfc-b949-4723cab40649 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-80ec6b75-9df9-4bfc-b949-4723cab40649 {
  margin: 0 !important;
  overflow: hidden;
}






.s-80ec6b75-9df9-4bfc-b949-4723cab40649 .shogun-image-content {
  
    align-items: center;
  
}

.s-80ec6b75-9df9-4bfc-b949-4723cab40649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80ec6b75-9df9-4bfc-b949-4723cab40649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80ec6b75-9df9-4bfc-b949-4723cab40649.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-80ec6b75-9df9-4bfc-b949-4723cab40649 {
  
  
  margin-top: 20px;
  margin-bottom: 20px;
  /* Add padding handling */
  
  
  
  
}

#s-80ec6b75-9df9-4bfc-b949-4723cab40649 {
  margin: 0 !important;
  overflow: hidden;
}






.s-80ec6b75-9df9-4bfc-b949-4723cab40649 .shogun-image-content {
  
    align-items: center;
  
}

.s-80ec6b75-9df9-4bfc-b949-4723cab40649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80ec6b75-9df9-4bfc-b949-4723cab40649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80ec6b75-9df9-4bfc-b949-4723cab40649.shogun-image {
  box-sizing: border-box;
}




}
#s-cd2ce8db-7647-4e5a-bcf1-bc79ee5aa704 {
  margin-left: 20px;
margin-right: 20px;
}

#s-d5624e0c-420d-484b-9f21-2d152c0c1b11 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-d5624e0c-420d-484b-9f21-2d152c0c1b11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5624e0c-420d-484b-9f21-2d152c0c1b11:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d5624e0c-420d-484b-9f21-2d152c0c1b11 {
  margin-bottom: 20px;
max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5624e0c-420d-484b-9f21-2d152c0c1b11 {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5624e0c-420d-484b-9f21-2d152c0c1b11 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-d5624e0c-420d-484b-9f21-2d152c0c1b11 {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-d5624e0c-420d-484b-9f21-2d152c0c1b11-root {
    text-align: center;
  }


#s-d5624e0c-420d-484b-9f21-2d152c0c1b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d5624e0c-420d-484b-9f21-2d152c0c1b11-root {
    text-align: center;
  }


#s-d5624e0c-420d-484b-9f21-2d152c0c1b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5624e0c-420d-484b-9f21-2d152c0c1b11-root {
    text-align: center;
  }


#s-d5624e0c-420d-484b-9f21-2d152c0c1b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5624e0c-420d-484b-9f21-2d152c0c1b11-root {
    text-align: center;
  }


#s-d5624e0c-420d-484b-9f21-2d152c0c1b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d5624e0c-420d-484b-9f21-2d152c0c1b11-root {
    text-align: center;
  }


#s-d5624e0c-420d-484b-9f21-2d152c0c1b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-f35cc615-58dc-4f51-9c90-51150de069e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-f35cc615-58dc-4f51-9c90-51150de069e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f35cc615-58dc-4f51-9c90-51150de069e7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f35cc615-58dc-4f51-9c90-51150de069e7 {
  max-width: 100%;
}
}

  #s-f35cc615-58dc-4f51-9c90-51150de069e7-root {
    text-align: center;
  }


#s-f35cc615-58dc-4f51-9c90-51150de069e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f35cc615-58dc-4f51-9c90-51150de069e7-root {
    text-align: center;
  }


#s-f35cc615-58dc-4f51-9c90-51150de069e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f35cc615-58dc-4f51-9c90-51150de069e7-root {
    text-align: center;
  }


#s-f35cc615-58dc-4f51-9c90-51150de069e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f35cc615-58dc-4f51-9c90-51150de069e7-root {
    text-align: center;
  }


#s-f35cc615-58dc-4f51-9c90-51150de069e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f35cc615-58dc-4f51-9c90-51150de069e7-root {
    text-align: center;
  }


#s-f35cc615-58dc-4f51-9c90-51150de069e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-ecdb1ece-413f-419f-a7a8-52a59b2e3f01 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ecdb1ece-413f-419f-a7a8-52a59b2e3f01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ecdb1ece-413f-419f-a7a8-52a59b2e3f01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-463d2507-b9ba-4bc9-999a-d846f503c83a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-463d2507-b9ba-4bc9-999a-d846f503c83a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-463d2507-b9ba-4bc9-999a-d846f503c83a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-463d2507-b9ba-4bc9-999a-d846f503c83a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-463d2507-b9ba-4bc9-999a-d846f503c83a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-43a62191-3866-42af-855f-fbf4c8099796 {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}

#s-095b4e64-98a8-4f38-9557-3957c2788dd1 {
  margin-left: 20px;
margin-right: 20px;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-095b4e64-98a8-4f38-9557-3957c2788dd1 {
  margin-top: 20px;
margin-bottom: 20px;
}
}


.shg-image-margin-container-s-095b4e64-98a8-4f38-9557-3957c2788dd1 {
  margin-left: 20px;
  margin-right: 20px;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-095b4e64-98a8-4f38-9557-3957c2788dd1 {
  margin: 0 !important;
  overflow: hidden;
}






.s-095b4e64-98a8-4f38-9557-3957c2788dd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-095b4e64-98a8-4f38-9557-3957c2788dd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-095b4e64-98a8-4f38-9557-3957c2788dd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-095b4e64-98a8-4f38-9557-3957c2788dd1.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-095b4e64-98a8-4f38-9557-3957c2788dd1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-095b4e64-98a8-4f38-9557-3957c2788dd1 {
  margin: 0 !important;
  overflow: hidden;
}






.s-095b4e64-98a8-4f38-9557-3957c2788dd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-095b4e64-98a8-4f38-9557-3957c2788dd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-095b4e64-98a8-4f38-9557-3957c2788dd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-095b4e64-98a8-4f38-9557-3957c2788dd1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-095b4e64-98a8-4f38-9557-3957c2788dd1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-095b4e64-98a8-4f38-9557-3957c2788dd1 {
  margin: 0 !important;
  overflow: hidden;
}






.s-095b4e64-98a8-4f38-9557-3957c2788dd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-095b4e64-98a8-4f38-9557-3957c2788dd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-095b4e64-98a8-4f38-9557-3957c2788dd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-095b4e64-98a8-4f38-9557-3957c2788dd1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-095b4e64-98a8-4f38-9557-3957c2788dd1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-095b4e64-98a8-4f38-9557-3957c2788dd1 {
  margin: 0 !important;
  overflow: hidden;
}






.s-095b4e64-98a8-4f38-9557-3957c2788dd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-095b4e64-98a8-4f38-9557-3957c2788dd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-095b4e64-98a8-4f38-9557-3957c2788dd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-095b4e64-98a8-4f38-9557-3957c2788dd1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-095b4e64-98a8-4f38-9557-3957c2788dd1 {
  
  
  margin-top: 20px;
  margin-bottom: 20px;
  /* Add padding handling */
  
  
  
  
}

#s-095b4e64-98a8-4f38-9557-3957c2788dd1 {
  margin: 0 !important;
  overflow: hidden;
}






.s-095b4e64-98a8-4f38-9557-3957c2788dd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-095b4e64-98a8-4f38-9557-3957c2788dd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-095b4e64-98a8-4f38-9557-3957c2788dd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-095b4e64-98a8-4f38-9557-3957c2788dd1.shogun-image {
  box-sizing: border-box;
}




}
#s-3ff938ff-45a0-4784-87ed-973c3bd70485 {
  margin-left: 20px;
margin-right: 20px;
}

#s-ca019182-ffc0-4753-bda0-b1278e0d5ac9 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-ca019182-ffc0-4753-bda0-b1278e0d5ac9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca019182-ffc0-4753-bda0-b1278e0d5ac9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ca019182-ffc0-4753-bda0-b1278e0d5ac9 {
  margin-bottom: 20px;
max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca019182-ffc0-4753-bda0-b1278e0d5ac9 {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca019182-ffc0-4753-bda0-b1278e0d5ac9 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-ca019182-ffc0-4753-bda0-b1278e0d5ac9 {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-ca019182-ffc0-4753-bda0-b1278e0d5ac9-root {
    text-align: center;
  }


#s-ca019182-ffc0-4753-bda0-b1278e0d5ac9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ca019182-ffc0-4753-bda0-b1278e0d5ac9-root {
    text-align: center;
  }


#s-ca019182-ffc0-4753-bda0-b1278e0d5ac9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca019182-ffc0-4753-bda0-b1278e0d5ac9-root {
    text-align: center;
  }


#s-ca019182-ffc0-4753-bda0-b1278e0d5ac9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca019182-ffc0-4753-bda0-b1278e0d5ac9-root {
    text-align: center;
  }


#s-ca019182-ffc0-4753-bda0-b1278e0d5ac9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ca019182-ffc0-4753-bda0-b1278e0d5ac9-root {
    text-align: center;
  }


#s-ca019182-ffc0-4753-bda0-b1278e0d5ac9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-2ca41146-7036-478a-9bc1-1487f4324db1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-2ca41146-7036-478a-9bc1-1487f4324db1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2ca41146-7036-478a-9bc1-1487f4324db1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2ca41146-7036-478a-9bc1-1487f4324db1 {
  max-width: 100%;
}
}

  #s-2ca41146-7036-478a-9bc1-1487f4324db1-root {
    text-align: center;
  }


#s-2ca41146-7036-478a-9bc1-1487f4324db1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2ca41146-7036-478a-9bc1-1487f4324db1-root {
    text-align: center;
  }


#s-2ca41146-7036-478a-9bc1-1487f4324db1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ca41146-7036-478a-9bc1-1487f4324db1-root {
    text-align: center;
  }


#s-2ca41146-7036-478a-9bc1-1487f4324db1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ca41146-7036-478a-9bc1-1487f4324db1-root {
    text-align: center;
  }


#s-2ca41146-7036-478a-9bc1-1487f4324db1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2ca41146-7036-478a-9bc1-1487f4324db1-root {
    text-align: center;
  }


#s-2ca41146-7036-478a-9bc1-1487f4324db1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-fe04d29a-2fc5-4a8c-bed5-550c4e33290f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fe04d29a-2fc5-4a8c-bed5-550c4e33290f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe04d29a-2fc5-4a8c-bed5-550c4e33290f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a63b82a-15a6-455a-80b6-624a866b364d {
  margin-left: 30%;
margin-right: 30%;
}

#s-0a63b82a-15a6-455a-80b6-624a866b364d hr {
  border-top: 2px solid #ddd;
}

#s-0bcc10e6-9aa6-4280-8595-1409f68dc3d9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0bcc10e6-9aa6-4280-8595-1409f68dc3d9 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d0de8fd1-7b2c-4063-ad7f-8432aec58154 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


  #s-d0de8fd1-7b2c-4063-ad7f-8432aec58154 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(250, 249, 245, 1);
    border: 1px solid #DDDDDD;
  }
  #s-d0de8fd1-7b2c-4063-ad7f-8432aec58154 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(51, 51, 51, 1);
    border: 1px solid #ddd;
  }
#s-d0de8fd1-7b2c-4063-ad7f-8432aec58154 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 123, 255, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-d0de8fd1-7b2c-4063-ad7f-8432aec58154 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-d0de8fd1-7b2c-4063-ad7f-8432aec58154 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(51, 51, 51, 1);
}

#s-d0de8fd1-7b2c-4063-ad7f-8432aec58154 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-420bfa6b-6357-427c-9b64-60f1782a84f4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-420bfa6b-6357-427c-9b64-60f1782a84f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-420bfa6b-6357-427c-9b64-60f1782a84f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b470036c-efe3-4b83-93ca-ebe865b55100 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b470036c-efe3-4b83-93ca-ebe865b55100"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b470036c-efe3-4b83-93ca-ebe865b55100"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b470036c-efe3-4b83-93ca-ebe865b55100"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b470036c-efe3-4b83-93ca-ebe865b55100"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-5f7e008c-c3d1-44ce-af64-32f4e60d1703 {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}

#s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755 {
  margin-left: 20px;
margin-right: 20px;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755 {
  margin-top: 20px;
margin-bottom: 20px;
}
}


.shg-image-margin-container-s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755 {
  margin-left: 20px;
  margin-right: 20px;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755 {
  margin: 0 !important;
  overflow: hidden;
}






.s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755 .shogun-image-content {
  
    align-items: center;
  
}

.s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755 {
  margin: 0 !important;
  overflow: hidden;
}






.s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755 .shogun-image-content {
  
    align-items: center;
  
}

.s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755 {
  margin: 0 !important;
  overflow: hidden;
}






.s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755 .shogun-image-content {
  
    align-items: center;
  
}

.s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755 {
  margin: 0 !important;
  overflow: hidden;
}






.s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755 .shogun-image-content {
  
    align-items: center;
  
}

.s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755 {
  
  
  margin-top: 20px;
  margin-bottom: 20px;
  /* Add padding handling */
  
  
  
  
}

#s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755 {
  margin: 0 !important;
  overflow: hidden;
}






.s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755 .shogun-image-content {
  
    align-items: center;
  
}

.s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37bdd951-b649-4a89-ad8b-b5d0f5dc4755.shogun-image {
  box-sizing: border-box;
}




}
#s-cd6382b7-4acb-4730-ac56-91c9996b87cc {
  margin-left: 20px;
margin-right: 20px;
}

#s-12312bf5-440a-4933-8928-fd171e69dda7 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-12312bf5-440a-4933-8928-fd171e69dda7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-12312bf5-440a-4933-8928-fd171e69dda7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-12312bf5-440a-4933-8928-fd171e69dda7 {
  margin-bottom: 20px;
max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12312bf5-440a-4933-8928-fd171e69dda7 {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-12312bf5-440a-4933-8928-fd171e69dda7 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-12312bf5-440a-4933-8928-fd171e69dda7 {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-12312bf5-440a-4933-8928-fd171e69dda7-root {
    text-align: center;
  }


#s-12312bf5-440a-4933-8928-fd171e69dda7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-12312bf5-440a-4933-8928-fd171e69dda7-root {
    text-align: center;
  }


#s-12312bf5-440a-4933-8928-fd171e69dda7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12312bf5-440a-4933-8928-fd171e69dda7-root {
    text-align: center;
  }


#s-12312bf5-440a-4933-8928-fd171e69dda7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12312bf5-440a-4933-8928-fd171e69dda7-root {
    text-align: center;
  }


#s-12312bf5-440a-4933-8928-fd171e69dda7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-12312bf5-440a-4933-8928-fd171e69dda7-root {
    text-align: center;
  }


#s-12312bf5-440a-4933-8928-fd171e69dda7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-debd4286-e4f6-4007-bbd4-a7376a5b428a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-debd4286-e4f6-4007-bbd4-a7376a5b428a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-debd4286-e4f6-4007-bbd4-a7376a5b428a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-debd4286-e4f6-4007-bbd4-a7376a5b428a {
  max-width: 100%;
}
}

  #s-debd4286-e4f6-4007-bbd4-a7376a5b428a-root {
    text-align: center;
  }


#s-debd4286-e4f6-4007-bbd4-a7376a5b428a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-debd4286-e4f6-4007-bbd4-a7376a5b428a-root {
    text-align: center;
  }


#s-debd4286-e4f6-4007-bbd4-a7376a5b428a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-debd4286-e4f6-4007-bbd4-a7376a5b428a-root {
    text-align: center;
  }


#s-debd4286-e4f6-4007-bbd4-a7376a5b428a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-debd4286-e4f6-4007-bbd4-a7376a5b428a-root {
    text-align: center;
  }


#s-debd4286-e4f6-4007-bbd4-a7376a5b428a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-debd4286-e4f6-4007-bbd4-a7376a5b428a-root {
    text-align: center;
  }


#s-debd4286-e4f6-4007-bbd4-a7376a5b428a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-24d1d1a1-5510-4eef-85bb-02241f2045b0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-24d1d1a1-5510-4eef-85bb-02241f2045b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24d1d1a1-5510-4eef-85bb-02241f2045b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-24d1d1a1-5510-4eef-85bb-02241f2045b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-24d1d1a1-5510-4eef-85bb-02241f2045b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-cf5e7da8-df56-4d99-b738-0f76f2202a65 {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}

#s-796e7573-3235-430e-80d2-6b2ef704597a {
  margin-left: 20px;
margin-right: 20px;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-796e7573-3235-430e-80d2-6b2ef704597a {
  margin-top: 20px;
margin-bottom: 20px;
}
}


.shg-image-margin-container-s-796e7573-3235-430e-80d2-6b2ef704597a {
  margin-left: 20px;
  margin-right: 20px;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-796e7573-3235-430e-80d2-6b2ef704597a {
  margin: 0 !important;
  overflow: hidden;
}






.s-796e7573-3235-430e-80d2-6b2ef704597a .shogun-image-content {
  
    align-items: center;
  
}

.s-796e7573-3235-430e-80d2-6b2ef704597a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-796e7573-3235-430e-80d2-6b2ef704597a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-796e7573-3235-430e-80d2-6b2ef704597a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-796e7573-3235-430e-80d2-6b2ef704597a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-796e7573-3235-430e-80d2-6b2ef704597a {
  margin: 0 !important;
  overflow: hidden;
}






.s-796e7573-3235-430e-80d2-6b2ef704597a .shogun-image-content {
  
    align-items: center;
  
}

.s-796e7573-3235-430e-80d2-6b2ef704597a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-796e7573-3235-430e-80d2-6b2ef704597a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-796e7573-3235-430e-80d2-6b2ef704597a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-796e7573-3235-430e-80d2-6b2ef704597a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-796e7573-3235-430e-80d2-6b2ef704597a {
  margin: 0 !important;
  overflow: hidden;
}






.s-796e7573-3235-430e-80d2-6b2ef704597a .shogun-image-content {
  
    align-items: center;
  
}

.s-796e7573-3235-430e-80d2-6b2ef704597a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-796e7573-3235-430e-80d2-6b2ef704597a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-796e7573-3235-430e-80d2-6b2ef704597a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-796e7573-3235-430e-80d2-6b2ef704597a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-796e7573-3235-430e-80d2-6b2ef704597a {
  margin: 0 !important;
  overflow: hidden;
}






.s-796e7573-3235-430e-80d2-6b2ef704597a .shogun-image-content {
  
    align-items: center;
  
}

.s-796e7573-3235-430e-80d2-6b2ef704597a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-796e7573-3235-430e-80d2-6b2ef704597a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-796e7573-3235-430e-80d2-6b2ef704597a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-796e7573-3235-430e-80d2-6b2ef704597a {
  
  
  margin-top: 20px;
  margin-bottom: 20px;
  /* Add padding handling */
  
  
  
  
}

#s-796e7573-3235-430e-80d2-6b2ef704597a {
  margin: 0 !important;
  overflow: hidden;
}






.s-796e7573-3235-430e-80d2-6b2ef704597a .shogun-image-content {
  
    align-items: center;
  
}

.s-796e7573-3235-430e-80d2-6b2ef704597a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-796e7573-3235-430e-80d2-6b2ef704597a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-796e7573-3235-430e-80d2-6b2ef704597a.shogun-image {
  box-sizing: border-box;
}




}
#s-ff78c276-ce77-44b2-84c7-9499b9f682b3 {
  margin-left: 20px;
margin-right: 20px;
}

#s-b365c79e-f1e0-440b-a7f6-776fb2ad0b6d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-b365c79e-f1e0-440b-a7f6-776fb2ad0b6d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b365c79e-f1e0-440b-a7f6-776fb2ad0b6d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b365c79e-f1e0-440b-a7f6-776fb2ad0b6d {
  margin-bottom: 20px;
max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b365c79e-f1e0-440b-a7f6-776fb2ad0b6d {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b365c79e-f1e0-440b-a7f6-776fb2ad0b6d {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-b365c79e-f1e0-440b-a7f6-776fb2ad0b6d {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-b365c79e-f1e0-440b-a7f6-776fb2ad0b6d-root {
    text-align: center;
  }


#s-b365c79e-f1e0-440b-a7f6-776fb2ad0b6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b365c79e-f1e0-440b-a7f6-776fb2ad0b6d-root {
    text-align: center;
  }


#s-b365c79e-f1e0-440b-a7f6-776fb2ad0b6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b365c79e-f1e0-440b-a7f6-776fb2ad0b6d-root {
    text-align: center;
  }


#s-b365c79e-f1e0-440b-a7f6-776fb2ad0b6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b365c79e-f1e0-440b-a7f6-776fb2ad0b6d-root {
    text-align: center;
  }


#s-b365c79e-f1e0-440b-a7f6-776fb2ad0b6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b365c79e-f1e0-440b-a7f6-776fb2ad0b6d-root {
    text-align: center;
  }


#s-b365c79e-f1e0-440b-a7f6-776fb2ad0b6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-186f07f4-a98c-4626-834a-dde4847f8bde {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-186f07f4-a98c-4626-834a-dde4847f8bde:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-186f07f4-a98c-4626-834a-dde4847f8bde:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-186f07f4-a98c-4626-834a-dde4847f8bde {
  max-width: 100%;
}
}

  #s-186f07f4-a98c-4626-834a-dde4847f8bde-root {
    text-align: center;
  }


#s-186f07f4-a98c-4626-834a-dde4847f8bde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-186f07f4-a98c-4626-834a-dde4847f8bde-root {
    text-align: center;
  }


#s-186f07f4-a98c-4626-834a-dde4847f8bde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-186f07f4-a98c-4626-834a-dde4847f8bde-root {
    text-align: center;
  }


#s-186f07f4-a98c-4626-834a-dde4847f8bde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-186f07f4-a98c-4626-834a-dde4847f8bde-root {
    text-align: center;
  }


#s-186f07f4-a98c-4626-834a-dde4847f8bde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-186f07f4-a98c-4626-834a-dde4847f8bde-root {
    text-align: center;
  }


#s-186f07f4-a98c-4626-834a-dde4847f8bde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-1dfea7b4-1321-4ca5-b48f-3de80355ad09 {
  margin-left: 30%;
margin-right: 30%;
}

#s-1dfea7b4-1321-4ca5-b48f-3de80355ad09 hr {
  border-top: 2px solid #ddd;
}

#s-909e30ef-5f3f-4025-b00a-cb144c96e8c9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-909e30ef-5f3f-4025-b00a-cb144c96e8c9 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-27f996fd-01d9-49a2-ad63-fe8fe6217330 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-27f996fd-01d9-49a2-ad63-fe8fe6217330 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27f996fd-01d9-49a2-ad63-fe8fe6217330.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6b3bcd9-8204-49a5-9634-ed4abd75da6c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e6b3bcd9-8204-49a5-9634-ed4abd75da6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6b3bcd9-8204-49a5-9634-ed4abd75da6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4c3ccbb-7f30-4aac-846c-082e09d15f8a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


  #s-a4c3ccbb-7f30-4aac-846c-082e09d15f8a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(250, 249, 245, 1);
    border: 1px solid #DDDDDD;
  }
  #s-a4c3ccbb-7f30-4aac-846c-082e09d15f8a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(51, 51, 51, 1);
    border: 1px solid #ddd;
  }
#s-a4c3ccbb-7f30-4aac-846c-082e09d15f8a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 123, 255, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-a4c3ccbb-7f30-4aac-846c-082e09d15f8a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-a4c3ccbb-7f30-4aac-846c-082e09d15f8a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(51, 51, 51, 1);
}

#s-a4c3ccbb-7f30-4aac-846c-082e09d15f8a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-00d9a43e-3aa1-47f3-95bc-02674af9c400 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-00d9a43e-3aa1-47f3-95bc-02674af9c400"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00d9a43e-3aa1-47f3-95bc-02674af9c400"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-00d9a43e-3aa1-47f3-95bc-02674af9c400"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-00d9a43e-3aa1-47f3-95bc-02674af9c400"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b67f8fcb-4446-4505-ad46-c57084a4be59 {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}

#s-e0fe31ff-b20a-430b-95a2-be695906a580 {
  margin-left: 20px;
margin-right: 20px;
max-width: 3966px;
text-align: center;
}
@media (max-width: 767px){#s-e0fe31ff-b20a-430b-95a2-be695906a580 {
  margin-top: 20px;
margin-bottom: 20px;
}
}


.shg-image-margin-container-s-e0fe31ff-b20a-430b-95a2-be695906a580 {
  margin-left: 20px;
  margin-right: 20px;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e0fe31ff-b20a-430b-95a2-be695906a580 {
  margin: 0 !important;
  overflow: hidden;
}






.s-e0fe31ff-b20a-430b-95a2-be695906a580 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0fe31ff-b20a-430b-95a2-be695906a580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0fe31ff-b20a-430b-95a2-be695906a580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0fe31ff-b20a-430b-95a2-be695906a580.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e0fe31ff-b20a-430b-95a2-be695906a580 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e0fe31ff-b20a-430b-95a2-be695906a580 {
  margin: 0 !important;
  overflow: hidden;
}






.s-e0fe31ff-b20a-430b-95a2-be695906a580 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0fe31ff-b20a-430b-95a2-be695906a580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0fe31ff-b20a-430b-95a2-be695906a580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0fe31ff-b20a-430b-95a2-be695906a580.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e0fe31ff-b20a-430b-95a2-be695906a580 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e0fe31ff-b20a-430b-95a2-be695906a580 {
  margin: 0 !important;
  overflow: hidden;
}






.s-e0fe31ff-b20a-430b-95a2-be695906a580 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0fe31ff-b20a-430b-95a2-be695906a580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0fe31ff-b20a-430b-95a2-be695906a580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0fe31ff-b20a-430b-95a2-be695906a580.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e0fe31ff-b20a-430b-95a2-be695906a580 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e0fe31ff-b20a-430b-95a2-be695906a580 {
  margin: 0 !important;
  overflow: hidden;
}






.s-e0fe31ff-b20a-430b-95a2-be695906a580 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0fe31ff-b20a-430b-95a2-be695906a580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0fe31ff-b20a-430b-95a2-be695906a580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0fe31ff-b20a-430b-95a2-be695906a580.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e0fe31ff-b20a-430b-95a2-be695906a580 {
  
  
  margin-top: 20px;
  margin-bottom: 20px;
  /* Add padding handling */
  
  
  
  
}

#s-e0fe31ff-b20a-430b-95a2-be695906a580 {
  margin: 0 !important;
  overflow: hidden;
}






.s-e0fe31ff-b20a-430b-95a2-be695906a580 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0fe31ff-b20a-430b-95a2-be695906a580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0fe31ff-b20a-430b-95a2-be695906a580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0fe31ff-b20a-430b-95a2-be695906a580.shogun-image {
  box-sizing: border-box;
}




}
#s-733e282b-3b6f-4848-aa04-4a429687df6e {
  margin-left: 20px;
margin-right: 20px;
}

#s-7c782bab-d9e1-4c83-b00d-9d38a6c183ce {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-7c782bab-d9e1-4c83-b00d-9d38a6c183ce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c782bab-d9e1-4c83-b00d-9d38a6c183ce:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7c782bab-d9e1-4c83-b00d-9d38a6c183ce {
  margin-bottom: 20px;
max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7c782bab-d9e1-4c83-b00d-9d38a6c183ce {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c782bab-d9e1-4c83-b00d-9d38a6c183ce {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-7c782bab-d9e1-4c83-b00d-9d38a6c183ce {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-7c782bab-d9e1-4c83-b00d-9d38a6c183ce-root {
    text-align: center;
  }


#s-7c782bab-d9e1-4c83-b00d-9d38a6c183ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7c782bab-d9e1-4c83-b00d-9d38a6c183ce-root {
    text-align: center;
  }


#s-7c782bab-d9e1-4c83-b00d-9d38a6c183ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c782bab-d9e1-4c83-b00d-9d38a6c183ce-root {
    text-align: center;
  }


#s-7c782bab-d9e1-4c83-b00d-9d38a6c183ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7c782bab-d9e1-4c83-b00d-9d38a6c183ce-root {
    text-align: center;
  }


#s-7c782bab-d9e1-4c83-b00d-9d38a6c183ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7c782bab-d9e1-4c83-b00d-9d38a6c183ce-root {
    text-align: center;
  }


#s-7c782bab-d9e1-4c83-b00d-9d38a6c183ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-8e85caa7-0092-4934-8d1c-956769ffaf3d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-8e85caa7-0092-4934-8d1c-956769ffaf3d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e85caa7-0092-4934-8d1c-956769ffaf3d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8e85caa7-0092-4934-8d1c-956769ffaf3d {
  max-width: 100%;
}
}

  #s-8e85caa7-0092-4934-8d1c-956769ffaf3d-root {
    text-align: center;
  }


#s-8e85caa7-0092-4934-8d1c-956769ffaf3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8e85caa7-0092-4934-8d1c-956769ffaf3d-root {
    text-align: center;
  }


#s-8e85caa7-0092-4934-8d1c-956769ffaf3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e85caa7-0092-4934-8d1c-956769ffaf3d-root {
    text-align: center;
  }


#s-8e85caa7-0092-4934-8d1c-956769ffaf3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e85caa7-0092-4934-8d1c-956769ffaf3d-root {
    text-align: center;
  }


#s-8e85caa7-0092-4934-8d1c-956769ffaf3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8e85caa7-0092-4934-8d1c-956769ffaf3d-root {
    text-align: center;
  }


#s-8e85caa7-0092-4934-8d1c-956769ffaf3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-2c76f20a-b0b4-414f-9166-e8b7db3b44d8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2c76f20a-b0b4-414f-9166-e8b7db3b44d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c76f20a-b0b4-414f-9166-e8b7db3b44d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2c76f20a-b0b4-414f-9166-e8b7db3b44d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c76f20a-b0b4-414f-9166-e8b7db3b44d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-553d25bd-3d4b-4fc6-8dab-77e3a4d23432 {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}

#s-37c9f272-d74c-47dd-a662-4d73900b553d {
  margin-left: 20px;
margin-right: 20px;
max-width: 3966px;
text-align: center;
}
@media (max-width: 767px){#s-37c9f272-d74c-47dd-a662-4d73900b553d {
  margin-top: 20px;
margin-bottom: 20px;
}
}


.shg-image-margin-container-s-37c9f272-d74c-47dd-a662-4d73900b553d {
  margin-left: 20px;
  margin-right: 20px;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-37c9f272-d74c-47dd-a662-4d73900b553d {
  margin: 0 !important;
  overflow: hidden;
}






.s-37c9f272-d74c-47dd-a662-4d73900b553d .shogun-image-content {
  
    align-items: center;
  
}

.s-37c9f272-d74c-47dd-a662-4d73900b553d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37c9f272-d74c-47dd-a662-4d73900b553d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37c9f272-d74c-47dd-a662-4d73900b553d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-37c9f272-d74c-47dd-a662-4d73900b553d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-37c9f272-d74c-47dd-a662-4d73900b553d {
  margin: 0 !important;
  overflow: hidden;
}






.s-37c9f272-d74c-47dd-a662-4d73900b553d .shogun-image-content {
  
    align-items: center;
  
}

.s-37c9f272-d74c-47dd-a662-4d73900b553d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37c9f272-d74c-47dd-a662-4d73900b553d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37c9f272-d74c-47dd-a662-4d73900b553d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-37c9f272-d74c-47dd-a662-4d73900b553d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-37c9f272-d74c-47dd-a662-4d73900b553d {
  margin: 0 !important;
  overflow: hidden;
}






.s-37c9f272-d74c-47dd-a662-4d73900b553d .shogun-image-content {
  
    align-items: center;
  
}

.s-37c9f272-d74c-47dd-a662-4d73900b553d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37c9f272-d74c-47dd-a662-4d73900b553d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37c9f272-d74c-47dd-a662-4d73900b553d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-37c9f272-d74c-47dd-a662-4d73900b553d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-37c9f272-d74c-47dd-a662-4d73900b553d {
  margin: 0 !important;
  overflow: hidden;
}






.s-37c9f272-d74c-47dd-a662-4d73900b553d .shogun-image-content {
  
    align-items: center;
  
}

.s-37c9f272-d74c-47dd-a662-4d73900b553d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37c9f272-d74c-47dd-a662-4d73900b553d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37c9f272-d74c-47dd-a662-4d73900b553d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-37c9f272-d74c-47dd-a662-4d73900b553d {
  
  
  margin-top: 20px;
  margin-bottom: 20px;
  /* Add padding handling */
  
  
  
  
}

#s-37c9f272-d74c-47dd-a662-4d73900b553d {
  margin: 0 !important;
  overflow: hidden;
}






.s-37c9f272-d74c-47dd-a662-4d73900b553d .shogun-image-content {
  
    align-items: center;
  
}

.s-37c9f272-d74c-47dd-a662-4d73900b553d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37c9f272-d74c-47dd-a662-4d73900b553d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37c9f272-d74c-47dd-a662-4d73900b553d.shogun-image {
  box-sizing: border-box;
}




}
#s-9db7e69a-dd23-482e-b60b-63381986982d {
  margin-left: 20px;
margin-right: 20px;
}

#s-d06cb7f5-5173-41d5-93fa-4fd87e28b8fc {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-d06cb7f5-5173-41d5-93fa-4fd87e28b8fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d06cb7f5-5173-41d5-93fa-4fd87e28b8fc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d06cb7f5-5173-41d5-93fa-4fd87e28b8fc {
  margin-bottom: 20px;
max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d06cb7f5-5173-41d5-93fa-4fd87e28b8fc {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d06cb7f5-5173-41d5-93fa-4fd87e28b8fc {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-d06cb7f5-5173-41d5-93fa-4fd87e28b8fc {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-d06cb7f5-5173-41d5-93fa-4fd87e28b8fc-root {
    text-align: center;
  }


#s-d06cb7f5-5173-41d5-93fa-4fd87e28b8fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d06cb7f5-5173-41d5-93fa-4fd87e28b8fc-root {
    text-align: center;
  }


#s-d06cb7f5-5173-41d5-93fa-4fd87e28b8fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d06cb7f5-5173-41d5-93fa-4fd87e28b8fc-root {
    text-align: center;
  }


#s-d06cb7f5-5173-41d5-93fa-4fd87e28b8fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d06cb7f5-5173-41d5-93fa-4fd87e28b8fc-root {
    text-align: center;
  }


#s-d06cb7f5-5173-41d5-93fa-4fd87e28b8fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d06cb7f5-5173-41d5-93fa-4fd87e28b8fc-root {
    text-align: center;
  }


#s-d06cb7f5-5173-41d5-93fa-4fd87e28b8fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-e7c46521-2ec7-48d1-b9c0-eecb2cc9ae66 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0.7px;
}
#s-e7c46521-2ec7-48d1-b9c0-eecb2cc9ae66:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e7c46521-2ec7-48d1-b9c0-eecb2cc9ae66:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e7c46521-2ec7-48d1-b9c0-eecb2cc9ae66 {
  max-width: 100%;
}
}

  #s-e7c46521-2ec7-48d1-b9c0-eecb2cc9ae66-root {
    text-align: center;
  }


#s-e7c46521-2ec7-48d1-b9c0-eecb2cc9ae66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e7c46521-2ec7-48d1-b9c0-eecb2cc9ae66-root {
    text-align: center;
  }


#s-e7c46521-2ec7-48d1-b9c0-eecb2cc9ae66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7c46521-2ec7-48d1-b9c0-eecb2cc9ae66-root {
    text-align: center;
  }


#s-e7c46521-2ec7-48d1-b9c0-eecb2cc9ae66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e7c46521-2ec7-48d1-b9c0-eecb2cc9ae66-root {
    text-align: center;
  }


#s-e7c46521-2ec7-48d1-b9c0-eecb2cc9ae66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e7c46521-2ec7-48d1-b9c0-eecb2cc9ae66-root {
    text-align: center;
  }


#s-e7c46521-2ec7-48d1-b9c0-eecb2cc9ae66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-5467ada6-3346-495d-813e-bc6fd0c4bd22 {
  margin-left: 30%;
margin-right: 30%;
}

#s-5467ada6-3346-495d-813e-bc6fd0c4bd22 hr {
  border-top: 2px solid #ddd;
}

#s-bed37ec2-4df6-406e-85fc-4fc8a664e5cb {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bed37ec2-4df6-406e-85fc-4fc8a664e5cb .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-b418a58f-2d70-47b2-8108-5799b88c77b7 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-b418a58f-2d70-47b2-8108-5799b88c77b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b418a58f-2d70-47b2-8108-5799b88c77b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90d6a76d-5dee-4f62-9c32-710853ff7391 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (min-width: 1200px){#s-90d6a76d-5dee-4f62-9c32-710853ff7391 {
  margin-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90d6a76d-5dee-4f62-9c32-710853ff7391 {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-90d6a76d-5dee-4f62-9c32-710853ff7391 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-90d6a76d-5dee-4f62-9c32-710853ff7391 {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-90d6a76d-5dee-4f62-9c32-710853ff7391"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-90d6a76d-5dee-4f62-9c32-710853ff7391"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-90d6a76d-5dee-4f62-9c32-710853ff7391"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-90d6a76d-5dee-4f62-9c32-710853ff7391"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
text-align: center;
}



.shg-image-margin-container-s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-d7d71104-f5f9-4523-bd94-2def5c3bd580 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-d7d71104-f5f9-4523-bd94-2def5c3bd580 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-d7d71104-f5f9-4523-bd94-2def5c3bd580 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-d7d71104-f5f9-4523-bd94-2def5c3bd580 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-d7d71104-f5f9-4523-bd94-2def5c3bd580 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7d71104-f5f9-4523-bd94-2def5c3bd580.shogun-image {
  box-sizing: border-box;
}




}
#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
text-align: center;
}



.shg-image-margin-container-s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d .shogun-image-content {
  
    align-items: center;
  
}

.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d .shogun-image-content {
  
    align-items: center;
  
}

.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d .shogun-image-content {
  
    align-items: center;
  
}

.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d .shogun-image-content {
  
    align-items: center;
  
}

.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d .shogun-image-content {
  
    align-items: center;
  
}

.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad594a21-ca6f-4f2f-a6c7-2a1ff12d333d.shogun-image {
  box-sizing: border-box;
}




}
#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
text-align: center;
}



.shg-image-margin-container-s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bba51f3-5fe7-4fd4-ab00-bd2a8a208994.shogun-image {
  box-sizing: border-box;
}




}
#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
text-align: center;
}



.shg-image-margin-container-s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e0d1ae9-a2d2-4750-a45d-f02355cbec43.shogun-image {
  box-sizing: border-box;
}




}
#s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
text-align: center;
}



.shg-image-margin-container-s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-671cb466-30d3-4e8f-b623-182f6eb751f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-671cb466-30d3-4e8f-b623-182f6eb751f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-671cb466-30d3-4e8f-b623-182f6eb751f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-671cb466-30d3-4e8f-b623-182f6eb751f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-671cb466-30d3-4e8f-b623-182f6eb751f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-671cb466-30d3-4e8f-b623-182f6eb751f0.shogun-image {
  box-sizing: border-box;
}




}
#s-58697c35-292a-4a29-a372-1446a76e548d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-58697c35-292a-4a29-a372-1446a76e548d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58697c35-292a-4a29-a372-1446a76e548d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  margin-left: auto;
margin-right: auto;
max-width: 186px;
text-align: center;
}



.shg-image-margin-container-s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-973e721b-4462-4c99-aeea-8507d4b1c701 .shogun-image-content {
  
    align-items: center;
  
}

.s-973e721b-4462-4c99-aeea-8507d4b1c701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-973e721b-4462-4c99-aeea-8507d4b1c701 .shogun-image-content {
  
    align-items: center;
  
}

.s-973e721b-4462-4c99-aeea-8507d4b1c701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-973e721b-4462-4c99-aeea-8507d4b1c701 .shogun-image-content {
  
    align-items: center;
  
}

.s-973e721b-4462-4c99-aeea-8507d4b1c701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-973e721b-4462-4c99-aeea-8507d4b1c701 .shogun-image-content {
  
    align-items: center;
  
}

.s-973e721b-4462-4c99-aeea-8507d4b1c701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-973e721b-4462-4c99-aeea-8507d4b1c701 .shogun-image-content {
  
    align-items: center;
  
}

.s-973e721b-4462-4c99-aeea-8507d4b1c701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-973e721b-4462-4c99-aeea-8507d4b1c701.shogun-image {
  box-sizing: border-box;
}




}
#s-5bcb60d6-da36-4142-8b88-b69459b9c96d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5bcb60d6-da36-4142-8b88-b69459b9c96d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5bcb60d6-da36-4142-8b88-b69459b9c96d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5bcb60d6-da36-4142-8b88-b69459b9c96d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bcb60d6-da36-4142-8b88-b69459b9c96d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  margin-left: auto;
margin-right: auto;
max-width: 186px;
text-align: center;
}



.shg-image-margin-container-s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-ab06cb95-848e-425f-9b3d-8118443e48fa .shogun-image-content {
  
    align-items: center;
  
}

.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-ab06cb95-848e-425f-9b3d-8118443e48fa .shogun-image-content {
  
    align-items: center;
  
}

.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-ab06cb95-848e-425f-9b3d-8118443e48fa .shogun-image-content {
  
    align-items: center;
  
}

.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-ab06cb95-848e-425f-9b3d-8118443e48fa .shogun-image-content {
  
    align-items: center;
  
}

.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-ab06cb95-848e-425f-9b3d-8118443e48fa .shogun-image-content {
  
    align-items: center;
  
}

.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab06cb95-848e-425f-9b3d-8118443e48fa.shogun-image {
  box-sizing: border-box;
}




}
#s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  margin-left: auto;
margin-right: auto;
max-width: 186px;
text-align: center;
}



.shg-image-margin-container-s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-0a3e57e0-033f-4850-a6d9-19500c873100 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a3e57e0-033f-4850-a6d9-19500c873100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-0a3e57e0-033f-4850-a6d9-19500c873100 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a3e57e0-033f-4850-a6d9-19500c873100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-0a3e57e0-033f-4850-a6d9-19500c873100 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a3e57e0-033f-4850-a6d9-19500c873100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-0a3e57e0-033f-4850-a6d9-19500c873100 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a3e57e0-033f-4850-a6d9-19500c873100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-0a3e57e0-033f-4850-a6d9-19500c873100 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a3e57e0-033f-4850-a6d9-19500c873100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a3e57e0-033f-4850-a6d9-19500c873100.shogun-image {
  box-sizing: border-box;
}




}
#s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
text-align: center;
}



.shg-image-margin-container-s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-8ee943f4-a4ea-495f-a696-40494761c8a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-8ee943f4-a4ea-495f-a696-40494761c8a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-8ee943f4-a4ea-495f-a696-40494761c8a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-8ee943f4-a4ea-495f-a696-40494761c8a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-8ee943f4-a4ea-495f-a696-40494761c8a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ee943f4-a4ea-495f-a696-40494761c8a9.shogun-image {
  box-sizing: border-box;
}




}
#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 185px;
text-align: center;
}



.shg-image-margin-container-s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f .shogun-image-content {
  
    align-items: center;
  
}

.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f .shogun-image-content {
  
    align-items: center;
  
}

.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f .shogun-image-content {
  
    align-items: center;
  
}

.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f .shogun-image-content {
  
    align-items: center;
  
}

.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image {
    
    
    
    max-height: 185px;
  }


.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f .shogun-image-content {
  
    align-items: center;
  
}

.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffd65131-1e37-480b-90c3-cc6d06a0eb2f.shogun-image {
  box-sizing: border-box;
}




}
#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  margin-left: auto;
margin-right: auto;
max-width: 186px;
text-align: center;
}



.shg-image-margin-container-s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-dcad60e9-f943-4a21-bff4-2b9b542903f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-dcad60e9-f943-4a21-bff4-2b9b542903f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-dcad60e9-f943-4a21-bff4-2b9b542903f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-dcad60e9-f943-4a21-bff4-2b9b542903f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-dcad60e9-f943-4a21-bff4-2b9b542903f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcad60e9-f943-4a21-bff4-2b9b542903f5.shogun-image {
  box-sizing: border-box;
}




}
#s-832da616-3353-426e-81b3-c0c5cf60dd87 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-832da616-3353-426e-81b3-c0c5cf60dd87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-832da616-3353-426e-81b3-c0c5cf60dd87.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  margin-left: auto;
margin-right: auto;
max-width: 186px;
text-align: center;
}



.shg-image-margin-container-s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-26389996-a398-4f93-8cfc-5404fda9cc0c .shogun-image-content {
  
    align-items: center;
  
}

.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-26389996-a398-4f93-8cfc-5404fda9cc0c .shogun-image-content {
  
    align-items: center;
  
}

.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-26389996-a398-4f93-8cfc-5404fda9cc0c .shogun-image-content {
  
    align-items: center;
  
}

.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-26389996-a398-4f93-8cfc-5404fda9cc0c .shogun-image-content {
  
    align-items: center;
  
}

.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image {
    
    
    
    max-height: 186px;
  }


.s-26389996-a398-4f93-8cfc-5404fda9cc0c .shogun-image-content {
  
    align-items: center;
  
}

.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26389996-a398-4f93-8cfc-5404fda9cc0c.shogun-image {
  box-sizing: border-box;
}




}
#s-4c052623-ad31-4c78-9e2a-f74e252de14c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4c052623-ad31-4c78-9e2a-f74e252de14c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c052623-ad31-4c78-9e2a-f74e252de14c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-295b372f-d8aa-42d2-aa2f-9f43534b3c7a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
background-color: rgba(250, 249, 245, 1);
}

#s-295b372f-d8aa-42d2-aa2f-9f43534b3c7a .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-6ee2d8f9-a00a-4476-8775-46816968d4a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(250, 249, 245, 1);
}

@media (min-width: 0px) {
[id="s-6ee2d8f9-a00a-4476-8775-46816968d4a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6ee2d8f9-a00a-4476-8775-46816968d4a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6ee2d8f9-a00a-4476-8775-46816968d4a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6ee2d8f9-a00a-4476-8775-46816968d4a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5345ebad-9fd3-4a47-b7ba-7bc6a011b49b {
  margin-left: 10px;
margin-right: 10px;
}

#s-6c82557a-05f1-4c72-909e-1bd0aee8cb64 {
  margin-left: 10px;
margin-right: 10px;
}

#s-38e4c997-2e51-4895-aca1-790d17c6aa4a {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-38e4c997-2e51-4895-aca1-790d17c6aa4a {
  margin-top: 20px;
}
}
#s-e6df5c4a-70c7-45b8-9b07-7a25db094b38 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-e6df5c4a-70c7-45b8-9b07-7a25db094b38 {
  margin-top: 20px;
margin-bottom: 0px;
}
}
#s-5591862b-07dc-42ba-aeac-3f605b96835f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 40px;
background-color: rgba(250, 249, 245, 1);
}

@media (min-width: 0px) {
[id="s-5591862b-07dc-42ba-aeac-3f605b96835f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5591862b-07dc-42ba-aeac-3f605b96835f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5591862b-07dc-42ba-aeac-3f605b96835f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5591862b-07dc-42ba-aeac-3f605b96835f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-55f7a6fc-8639-4088-88f8-89f850ee5070 {
  margin-left: 10px;
margin-right: 10px;
}

#s-151d4e77-e379-4d36-869a-a7a3f731b0db {
  margin-left: 10px;
margin-right: 10px;
}
@media (max-width: 767px){#s-151d4e77-e379-4d36-869a-a7a3f731b0db {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-1da5e176-c6cd-42e2-a646-68a6be96bb6e {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-1da5e176-c6cd-42e2-a646-68a6be96bb6e {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-3960bd57-02fc-4194-9efe-dd99c1f7c4b5 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-3960bd57-02fc-4194-9efe-dd99c1f7c4b5 {
  margin-top: 20px;
}
}
#s-c401ffdd-608a-434e-b6de-b97dad5a4b15 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-f8d1e71c-df5a-4de3-aef6-b3ee22605a69 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-f8d1e71c-df5a-4de3-aef6-b3ee22605a69 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-85ac3fa1-3283-4cb1-b30c-24227e3eb5ab {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-85ac3fa1-3283-4cb1-b30c-24227e3eb5ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85ac3fa1-3283-4cb1-b30c-24227e3eb5ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7addb8aa-f5f6-4110-bb0b-06b8b6f30d20 {
  margin-left: 300px;
margin-right: 300px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7addb8aa-f5f6-4110-bb0b-06b8b6f30d20 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-7addb8aa-f5f6-4110-bb0b-06b8b6f30d20 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-7addb8aa-f5f6-4110-bb0b-06b8b6f30d20 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-7addb8aa-f5f6-4110-bb0b-06b8b6f30d20 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-7addb8aa-f5f6-4110-bb0b-06b8b6f30d20 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-7addb8aa-f5f6-4110-bb0b-06b8b6f30d20 .shogun-form-error-msg-container, #s-7addb8aa-f5f6-4110-bb0b-06b8b6f30d20 .shogun-form-field-error-msg-container {
  display: none;
}

#s-7addb8aa-f5f6-4110-bb0b-06b8b6f30d20 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-7addb8aa-f5f6-4110-bb0b-06b8b6f30d20 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-92c510d4-0b4a-4f88-bbe9-6226bf871353 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-92c510d4-0b4a-4f88-bbe9-6226bf871353  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  line-height: 2em;
  
}

#s-92c510d4-0b4a-4f88-bbe9-6226bf871353  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-92c510d4-0b4a-4f88-bbe9-6226bf871353 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-92c510d4-0b4a-4f88-bbe9-6226bf871353 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-244f3394-1367-4e15-a59c-690d44bfd573 {
  margin-left: auto;
margin-right: auto;
}

#s-244f3394-1367-4e15-a59c-690d44bfd573  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  line-height: 2em;
  
}

#s-244f3394-1367-4e15-a59c-690d44bfd573  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-244f3394-1367-4e15-a59c-690d44bfd573 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-244f3394-1367-4e15-a59c-690d44bfd573 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-afe12a27-cc8c-46f1-876f-d2522f9e5f42 {
  margin-left: auto;
margin-right: auto;
}

#s-afe12a27-cc8c-46f1-876f-d2522f9e5f42  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  line-height: 2em;
  
}

#s-afe12a27-cc8c-46f1-876f-d2522f9e5f42  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-afe12a27-cc8c-46f1-876f-d2522f9e5f42 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-afe12a27-cc8c-46f1-876f-d2522f9e5f42 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-05995504-4a41-40e5-97db-389ce927cec5 {
  margin-left: auto;
margin-right: auto;
}

#s-05995504-4a41-40e5-97db-389ce927cec5  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  line-height: 2em;
  
}

#s-05995504-4a41-40e5-97db-389ce927cec5  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-05995504-4a41-40e5-97db-389ce927cec5 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-05995504-4a41-40e5-97db-389ce927cec5 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-da69af8a-a9b9-4bb5-b3ab-71c3084bf88f {
  margin-left: auto;
margin-right: auto;
}

#s-da69af8a-a9b9-4bb5-b3ab-71c3084bf88f  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  line-height: 2em;
  
}

#s-da69af8a-a9b9-4bb5-b3ab-71c3084bf88f  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-da69af8a-a9b9-4bb5-b3ab-71c3084bf88f .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-da69af8a-a9b9-4bb5-b3ab-71c3084bf88f .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-502c0493-b03a-4bca-8705-6f96846095b8 {
  margin-left: auto;
margin-right: auto;
}

#s-502c0493-b03a-4bca-8705-6f96846095b8 .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-502c0493-b03a-4bca-8705-6f96846095b8 input {
  opacity: 0;
  position: absolute;
}

#s-502c0493-b03a-4bca-8705-6f96846095b8 .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-502c0493-b03a-4bca-8705-6f96846095b8 .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-502c0493-b03a-4bca-8705-6f96846095b8 .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-502c0493-b03a-4bca-8705-6f96846095b8 .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-502c0493-b03a-4bca-8705-6f96846095b8 input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





#s-1177d690-ca14-4366-85de-748f21574abe {
  margin-left: auto;
margin-right: auto;
}

#s-1177d690-ca14-4366-85de-748f21574abe  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-1177d690-ca14-4366-85de-748f21574abe  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-1177d690-ca14-4366-85de-748f21574abe .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-1177d690-ca14-4366-85de-748f21574abe .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-2326171c-4d16-4c39-b8fa-6b34752f3105 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
color: #FFFFFF;
background-color: #252525;
text-align: center;
cursor: pointer;
font-weight: 700;
letter-spacing: 0.7px;
font-size: 14px;
}
#s-2326171c-4d16-4c39-b8fa-6b34752f3105:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2326171c-4d16-4c39-b8fa-6b34752f3105:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-2326171c-4d16-4c39-b8fa-6b34752f3105[disabled],
#s-2326171c-4d16-4c39-b8fa-6b34752f3105[disabled]:hover,
#s-2326171c-4d16-4c39-b8fa-6b34752f3105[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-2326171c-4d16-4c39-b8fa-6b34752f3105 {
  display:  block ;
  width:  100% ;
}


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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* <-- User Content Animations */

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

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

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