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

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

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

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

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

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

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

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

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

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

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

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

#s-057265a3-02c0-4c40-94f6-c6608534d29e {
  min-height: 50px;
}








#s-057265a3-02c0-4c40-94f6-c6608534d29e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-057265a3-02c0-4c40-94f6-c6608534d29e.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b29da10f-fa06-4153-bea5-aabfa9f7449f {
  max-width: 3173px;
text-align: center;
}
@media (max-width: 767px){#s-b29da10f-fa06-4153-bea5-aabfa9f7449f {
  display: none;
}
#s-b29da10f-fa06-4153-bea5-aabfa9f7449f, #wrap-s-b29da10f-fa06-4153-bea5-aabfa9f7449f, #wrap-content-s-b29da10f-fa06-4153-bea5-aabfa9f7449f { display: none !important; }}
#s-b29da10f-fa06-4153-bea5-aabfa9f7449f {
  overflow: hidden;
  
  
      max-width: 3173px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-b29da10f-fa06-4153-bea5-aabfa9f7449f .shogun-image-content {
  
    justify-content:  flex-start;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-b29da10f-fa06-4153-bea5-aabfa9f7449f {
  overflow: hidden;
  
  
      max-width: 3173px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-b29da10f-fa06-4153-bea5-aabfa9f7449f .shogun-image-content {
  
    justify-content: center;
  
}
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-673f83a4-0d22-4e7b-b2b3-7b562e2cba77 {
  margin-top: 100px;
margin-left: 10%;
}

@media (min-width: 0px) {
[id="s-673f83a4-0d22-4e7b-b2b3-7b562e2cba77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-673f83a4-0d22-4e7b-b2b3-7b562e2cba77"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-673f83a4-0d22-4e7b-b2b3-7b562e2cba77"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-673f83a4-0d22-4e7b-b2b3-7b562e2cba77"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-673f83a4-0d22-4e7b-b2b3-7b562e2cba77"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-673f83a4-0d22-4e7b-b2b3-7b562e2cba77"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-673f83a4-0d22-4e7b-b2b3-7b562e2cba77"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.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;
  
  
  text-transform: none;
  
  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-1a7b3687-700f-42cb-ba66-603e8cefdc16 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a7b3687-700f-42cb-ba66-603e8cefdc16 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-151dcff8-2374-4c94-9f39-eec2a6f41a43 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-151dcff8-2374-4c94-9f39-eec2a6f41a43 {
  display: none;
}
#s-151dcff8-2374-4c94-9f39-eec2a6f41a43, #wrap-s-151dcff8-2374-4c94-9f39-eec2a6f41a43, #wrap-content-s-151dcff8-2374-4c94-9f39-eec2a6f41a43 { display: none !important; }}
#s-643bb66f-bfff-4617-8114-3518f3715e50 {
  padding-bottom: 25px;
max-width: 1943px;
text-align: center;
}
@media (min-width: 1200px){#s-643bb66f-bfff-4617-8114-3518f3715e50 {
  display: none;
}
#s-643bb66f-bfff-4617-8114-3518f3715e50, #wrap-s-643bb66f-bfff-4617-8114-3518f3715e50, #wrap-content-s-643bb66f-bfff-4617-8114-3518f3715e50 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-643bb66f-bfff-4617-8114-3518f3715e50 {
  display: none;
}
#s-643bb66f-bfff-4617-8114-3518f3715e50, #wrap-s-643bb66f-bfff-4617-8114-3518f3715e50, #wrap-content-s-643bb66f-bfff-4617-8114-3518f3715e50 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-643bb66f-bfff-4617-8114-3518f3715e50 {
  display: none;
}
#s-643bb66f-bfff-4617-8114-3518f3715e50, #wrap-s-643bb66f-bfff-4617-8114-3518f3715e50, #wrap-content-s-643bb66f-bfff-4617-8114-3518f3715e50 { display: none !important; }}@media (max-width: 767px){#s-643bb66f-bfff-4617-8114-3518f3715e50 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-643bb66f-bfff-4617-8114-3518f3715e50 {
  overflow: hidden;
  
  
      max-width: 1943px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-643bb66f-bfff-4617-8114-3518f3715e50 .shogun-image-content {
  
    justify-content:  flex-start;
  
}
@media (max-width: 767px){#s-643bb66f-bfff-4617-8114-3518f3715e50 {
  overflow: hidden;
  
  
      max-width: 1943px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-643bb66f-bfff-4617-8114-3518f3715e50 .shogun-image-content {
  
    justify-content: center;
  
}
}
@media (min-width: 0px) {
[id="s-549ef25a-3066-4044-90c6-c9c0e7f82c97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-549ef25a-3066-4044-90c6-c9c0e7f82c97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-549ef25a-3066-4044-90c6-c9c0e7f82c97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-549ef25a-3066-4044-90c6-c9c0e7f82c97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-670b6927-ea54-46cc-b7d6-f782cec8c794 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-670b6927-ea54-46cc-b7d6-f782cec8c794 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-dee64bd1-6138-4116-b31c-1bfd038e91cb {
  min-height: 50px;
}
@media (max-width: 767px){#s-dee64bd1-6138-4116-b31c-1bfd038e91cb {
  display: none;
}
#s-dee64bd1-6138-4116-b31c-1bfd038e91cb, #wrap-s-dee64bd1-6138-4116-b31c-1bfd038e91cb, #wrap-content-s-dee64bd1-6138-4116-b31c-1bfd038e91cb { display: none !important; }}







#s-dee64bd1-6138-4116-b31c-1bfd038e91cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dee64bd1-6138-4116-b31c-1bfd038e91cb.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a73fac9a-bf11-4b10-b401-61c26ff32949"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a73fac9a-bf11-4b10-b401-61c26ff32949"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a73fac9a-bf11-4b10-b401-61c26ff32949"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a73fac9a-bf11-4b10-b401-61c26ff32949"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9cc71169-fe3e-4b7d-bdc3-e74d91a68df6 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
max-width: 1080px;
text-align: center;
}

#s-9cc71169-fe3e-4b7d-bdc3-e74d91a68df6 {
  overflow: hidden;
  
  
      max-width: 1080px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-9cc71169-fe3e-4b7d-bdc3-e74d91a68df6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-81e2101e-be48-42d3-8c92-586a8ad02e66 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-81e2101e-be48-42d3-8c92-586a8ad02e66 {
  display: none;
}
#s-81e2101e-be48-42d3-8c92-586a8ad02e66, #wrap-s-81e2101e-be48-42d3-8c92-586a8ad02e66, #wrap-content-s-81e2101e-be48-42d3-8c92-586a8ad02e66 { display: none !important; }}@media (max-width: 767px){#s-81e2101e-be48-42d3-8c92-586a8ad02e66 {
  display: none;
}
#s-81e2101e-be48-42d3-8c92-586a8ad02e66, #wrap-s-81e2101e-be48-42d3-8c92-586a8ad02e66, #wrap-content-s-81e2101e-be48-42d3-8c92-586a8ad02e66 { display: none !important; }}







#s-81e2101e-be48-42d3-8c92-586a8ad02e66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81e2101e-be48-42d3-8c92-586a8ad02e66.shg-box.shg-c {
  justify-content: center;
}

#s-a0f3e934-f3ce-433a-955c-a4b78fbf18ea {
  margin-left: 15px;
margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0f3e934-f3ce-433a-955c-a4b78fbf18ea {
  display: none;
}
#s-a0f3e934-f3ce-433a-955c-a4b78fbf18ea, #wrap-s-a0f3e934-f3ce-433a-955c-a4b78fbf18ea, #wrap-content-s-a0f3e934-f3ce-433a-955c-a4b78fbf18ea { display: none !important; }}
#s-c59c1fdf-7db3-4ead-9478-57d9c21d1d38 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-c59c1fdf-7db3-4ead-9478-57d9c21d1d38 {
  display: none;
}
#s-c59c1fdf-7db3-4ead-9478-57d9c21d1d38, #wrap-s-c59c1fdf-7db3-4ead-9478-57d9c21d1d38, #wrap-content-s-c59c1fdf-7db3-4ead-9478-57d9c21d1d38 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c59c1fdf-7db3-4ead-9478-57d9c21d1d38 {
  display: none;
}
#s-c59c1fdf-7db3-4ead-9478-57d9c21d1d38, #wrap-s-c59c1fdf-7db3-4ead-9478-57d9c21d1d38, #wrap-content-s-c59c1fdf-7db3-4ead-9478-57d9c21d1d38 { display: none !important; }}@media (max-width: 767px){#s-c59c1fdf-7db3-4ead-9478-57d9c21d1d38 {
  display: none;
}
#s-c59c1fdf-7db3-4ead-9478-57d9c21d1d38, #wrap-s-c59c1fdf-7db3-4ead-9478-57d9c21d1d38, #wrap-content-s-c59c1fdf-7db3-4ead-9478-57d9c21d1d38 { display: none !important; }}
.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 {
  
  
}

.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-f4396ffb-a0d8-4fae-982e-c8c7c120dca9 {
  border-style: solid;
margin-top: 10px;
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: #2C2A34;
border-radius: 1px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f4396ffb-a0d8-4fae-982e-c8c7c120dca9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4396ffb-a0d8-4fae-982e-c8c7c120dca9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f4396ffb-a0d8-4fae-982e-c8c7c120dca9-root {
    text-align: center;
  }


#s-f4396ffb-a0d8-4fae-982e-c8c7c120dca9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f4396ffb-a0d8-4fae-982e-c8c7c120dca9-root {
    text-align: center;
  }


#s-f4396ffb-a0d8-4fae-982e-c8c7c120dca9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4396ffb-a0d8-4fae-982e-c8c7c120dca9-root {
    text-align: center;
  }


#s-f4396ffb-a0d8-4fae-982e-c8c7c120dca9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4396ffb-a0d8-4fae-982e-c8c7c120dca9-root {
    text-align: center;
  }


#s-f4396ffb-a0d8-4fae-982e-c8c7c120dca9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f4396ffb-a0d8-4fae-982e-c8c7c120dca9-root {
    text-align: center;
  }


#s-f4396ffb-a0d8-4fae-982e-c8c7c120dca9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b4da1179-a53d-4220-9fd4-b8de7db589e4 {
  min-height: 50px;
}








#s-b4da1179-a53d-4220-9fd4-b8de7db589e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4da1179-a53d-4220-9fd4-b8de7db589e4.shg-box.shg-c {
  justify-content: center;
}

#s-fda8b8ec-71d1-4757-924f-c2edb3f483ef {
  min-height: 50px;
}








#s-fda8b8ec-71d1-4757-924f-c2edb3f483ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fda8b8ec-71d1-4757-924f-c2edb3f483ef.shg-box.shg-c {
  justify-content: center;
}

#s-7cce6247-56a9-4c87-b991-10435f3de01f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7cce6247-56a9-4c87-b991-10435f3de01f {
  display: none;
}
#s-7cce6247-56a9-4c87-b991-10435f3de01f, #wrap-s-7cce6247-56a9-4c87-b991-10435f3de01f, #wrap-content-s-7cce6247-56a9-4c87-b991-10435f3de01f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7cce6247-56a9-4c87-b991-10435f3de01f {
  display: none;
}
#s-7cce6247-56a9-4c87-b991-10435f3de01f, #wrap-s-7cce6247-56a9-4c87-b991-10435f3de01f, #wrap-content-s-7cce6247-56a9-4c87-b991-10435f3de01f { display: none !important; }}@media (max-width: 767px){#s-7cce6247-56a9-4c87-b991-10435f3de01f {
  display: none;
}
#s-7cce6247-56a9-4c87-b991-10435f3de01f, #wrap-s-7cce6247-56a9-4c87-b991-10435f3de01f, #wrap-content-s-7cce6247-56a9-4c87-b991-10435f3de01f { display: none !important; }}







#s-7cce6247-56a9-4c87-b991-10435f3de01f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cce6247-56a9-4c87-b991-10435f3de01f.shg-box.shg-c {
  justify-content: center;
}

#s-3c4468f6-d771-4772-bc73-1acb9d0021de {
  max-width: 2174px;
text-align: center;
}
@media (min-width: 1200px){#s-3c4468f6-d771-4772-bc73-1acb9d0021de {
  display: none;
}
#s-3c4468f6-d771-4772-bc73-1acb9d0021de, #wrap-s-3c4468f6-d771-4772-bc73-1acb9d0021de, #wrap-content-s-3c4468f6-d771-4772-bc73-1acb9d0021de { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c4468f6-d771-4772-bc73-1acb9d0021de {
  display: none;
}
#s-3c4468f6-d771-4772-bc73-1acb9d0021de, #wrap-s-3c4468f6-d771-4772-bc73-1acb9d0021de, #wrap-content-s-3c4468f6-d771-4772-bc73-1acb9d0021de { display: none !important; }}@media (max-width: 767px){#s-3c4468f6-d771-4772-bc73-1acb9d0021de {
  display: none;
}
#s-3c4468f6-d771-4772-bc73-1acb9d0021de, #wrap-s-3c4468f6-d771-4772-bc73-1acb9d0021de, #wrap-content-s-3c4468f6-d771-4772-bc73-1acb9d0021de { display: none !important; }}
#s-3c4468f6-d771-4772-bc73-1acb9d0021de {
  overflow: hidden;
  
  
      max-width: 2174px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-3c4468f6-d771-4772-bc73-1acb9d0021de .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-e7ed9fbc-6097-447c-9b0f-32d926ac200a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7ed9fbc-6097-447c-9b0f-32d926ac200a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7ed9fbc-6097-447c-9b0f-32d926ac200a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7ed9fbc-6097-447c-9b0f-32d926ac200a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-970c428f-8b68-4031-a986-71adc4713037 {
  display: none;
}
#s-970c428f-8b68-4031-a986-71adc4713037, #wrap-s-970c428f-8b68-4031-a986-71adc4713037, #wrap-content-s-970c428f-8b68-4031-a986-71adc4713037 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-970c428f-8b68-4031-a986-71adc4713037 {
  display: none;
}
#s-970c428f-8b68-4031-a986-71adc4713037, #wrap-s-970c428f-8b68-4031-a986-71adc4713037, #wrap-content-s-970c428f-8b68-4031-a986-71adc4713037 { display: none !important; }}@media (max-width: 767px){#s-970c428f-8b68-4031-a986-71adc4713037 {
  display: none;
}
#s-970c428f-8b68-4031-a986-71adc4713037, #wrap-s-970c428f-8b68-4031-a986-71adc4713037, #wrap-content-s-970c428f-8b68-4031-a986-71adc4713037 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-d8a7af85-167c-49e9-9f13-f5884234779e {
  display: none;
}
#s-d8a7af85-167c-49e9-9f13-f5884234779e, #wrap-s-d8a7af85-167c-49e9-9f13-f5884234779e, #wrap-content-s-d8a7af85-167c-49e9-9f13-f5884234779e { display: none !important; }}
#s-528af29b-584f-4fc8-90da-b43f9c11fae7 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-528af29b-584f-4fc8-90da-b43f9c11fae7 {
  display: none;
}
#s-528af29b-584f-4fc8-90da-b43f9c11fae7, #wrap-s-528af29b-584f-4fc8-90da-b43f9c11fae7, #wrap-content-s-528af29b-584f-4fc8-90da-b43f9c11fae7 { display: none !important; }}@media (max-width: 767px){#s-528af29b-584f-4fc8-90da-b43f9c11fae7 {
  display: none;
}
#s-528af29b-584f-4fc8-90da-b43f9c11fae7, #wrap-s-528af29b-584f-4fc8-90da-b43f9c11fae7, #wrap-content-s-528af29b-584f-4fc8-90da-b43f9c11fae7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-528af29b-584f-4fc8-90da-b43f9c11fae7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-528af29b-584f-4fc8-90da-b43f9c11fae7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-528af29b-584f-4fc8-90da-b43f9c11fae7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-528af29b-584f-4fc8-90da-b43f9c11fae7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

#s-eb0db8ae-48d6-4391-b721-6809d3d997b1 hr {
  border-top: 3px solid rgba(0, 0, 0, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-e18d7426-1bb8-4258-8ca5-3403b6d85bde {
  display: none;
}
#s-e18d7426-1bb8-4258-8ca5-3403b6d85bde, #wrap-s-e18d7426-1bb8-4258-8ca5-3403b6d85bde, #wrap-content-s-e18d7426-1bb8-4258-8ca5-3403b6d85bde { display: none !important; }}@media (max-width: 767px){#s-e18d7426-1bb8-4258-8ca5-3403b6d85bde {
  display: none;
}
#s-e18d7426-1bb8-4258-8ca5-3403b6d85bde, #wrap-s-e18d7426-1bb8-4258-8ca5-3403b6d85bde, #wrap-content-s-e18d7426-1bb8-4258-8ca5-3403b6d85bde { display: none !important; }}
#s-baa852f1-2a28-474a-ac9d-48eadcca4725 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-baa852f1-2a28-474a-ac9d-48eadcca4725 {
  display: none;
}
#s-baa852f1-2a28-474a-ac9d-48eadcca4725, #wrap-s-baa852f1-2a28-474a-ac9d-48eadcca4725, #wrap-content-s-baa852f1-2a28-474a-ac9d-48eadcca4725 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-baa852f1-2a28-474a-ac9d-48eadcca4725 {
  display: none;
}
#s-baa852f1-2a28-474a-ac9d-48eadcca4725, #wrap-s-baa852f1-2a28-474a-ac9d-48eadcca4725, #wrap-content-s-baa852f1-2a28-474a-ac9d-48eadcca4725 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-baa852f1-2a28-474a-ac9d-48eadcca4725 {
  
}
}@media (max-width: 767px){#s-baa852f1-2a28-474a-ac9d-48eadcca4725 {
  
}
}
@media (min-width: 0px) {
[id="s-baa852f1-2a28-474a-ac9d-48eadcca4725"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-baa852f1-2a28-474a-ac9d-48eadcca4725"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-baa852f1-2a28-474a-ac9d-48eadcca4725"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-baa852f1-2a28-474a-ac9d-48eadcca4725"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2608785f-f77c-4da1-9acd-4c1e89d4f35d hr {
  border-top: 3px solid rgba(0, 0, 0, 1);
}

@media (min-width: 1200px){#s-a7b83984-4455-44cd-8a4d-aec3d0dc9feb {
  display: none;
}
#s-a7b83984-4455-44cd-8a4d-aec3d0dc9feb, #wrap-s-a7b83984-4455-44cd-8a4d-aec3d0dc9feb, #wrap-content-s-a7b83984-4455-44cd-8a4d-aec3d0dc9feb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7b83984-4455-44cd-8a4d-aec3d0dc9feb {
  display: none;
}
#s-a7b83984-4455-44cd-8a4d-aec3d0dc9feb, #wrap-s-a7b83984-4455-44cd-8a4d-aec3d0dc9feb, #wrap-content-s-a7b83984-4455-44cd-8a4d-aec3d0dc9feb { display: none !important; }}
#s-6adca9fe-a4f1-4b34-9350-9edbfd36ad3c {
  border-style: solid;
margin-top: 5px;
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: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0.54);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6adca9fe-a4f1-4b34-9350-9edbfd36ad3c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6adca9fe-a4f1-4b34-9350-9edbfd36ad3c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6adca9fe-a4f1-4b34-9350-9edbfd36ad3c-root {
    text-align: center;
  }


#s-6adca9fe-a4f1-4b34-9350-9edbfd36ad3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6adca9fe-a4f1-4b34-9350-9edbfd36ad3c-root {
    text-align: center;
  }


#s-6adca9fe-a4f1-4b34-9350-9edbfd36ad3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6adca9fe-a4f1-4b34-9350-9edbfd36ad3c-root {
    text-align: center;
  }


#s-6adca9fe-a4f1-4b34-9350-9edbfd36ad3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6adca9fe-a4f1-4b34-9350-9edbfd36ad3c-root {
    text-align: center;
  }


#s-6adca9fe-a4f1-4b34-9350-9edbfd36ad3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6adca9fe-a4f1-4b34-9350-9edbfd36ad3c-root {
    text-align: center;
  }


#s-6adca9fe-a4f1-4b34-9350-9edbfd36ad3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-96a35c6c-3d7a-4288-872b-f6f719c66104 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-96a35c6c-3d7a-4288-872b-f6f719c66104 {
  display: none;
}
#s-96a35c6c-3d7a-4288-872b-f6f719c66104, #wrap-s-96a35c6c-3d7a-4288-872b-f6f719c66104, #wrap-content-s-96a35c6c-3d7a-4288-872b-f6f719c66104 { display: none !important; }}







#s-96a35c6c-3d7a-4288-872b-f6f719c66104 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96a35c6c-3d7a-4288-872b-f6f719c66104.shg-box.shg-c {
  justify-content: center;
}

#s-923f3a16-5ea5-40ab-bbb3-7f6785237663 {
  max-width: 3254px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-923f3a16-5ea5-40ab-bbb3-7f6785237663 {
  display: none;
}
#s-923f3a16-5ea5-40ab-bbb3-7f6785237663, #wrap-s-923f3a16-5ea5-40ab-bbb3-7f6785237663, #wrap-content-s-923f3a16-5ea5-40ab-bbb3-7f6785237663 { display: none !important; }}@media (max-width: 767px){#s-923f3a16-5ea5-40ab-bbb3-7f6785237663 {
  display: none;
}
#s-923f3a16-5ea5-40ab-bbb3-7f6785237663, #wrap-s-923f3a16-5ea5-40ab-bbb3-7f6785237663, #wrap-content-s-923f3a16-5ea5-40ab-bbb3-7f6785237663 { display: none !important; }}
#s-923f3a16-5ea5-40ab-bbb3-7f6785237663 {
  overflow: hidden;
  
  
      max-width: 3254px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-923f3a16-5ea5-40ab-bbb3-7f6785237663 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-54c533cb-6f81-4cd3-ac52-2e1c7a9d629e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54c533cb-6f81-4cd3-ac52-2e1c7a9d629e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-54c533cb-6f81-4cd3-ac52-2e1c7a9d629e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-54c533cb-6f81-4cd3-ac52-2e1c7a9d629e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-b99023e0-ecfb-46d9-99e5-ec7737803764 {
  display: none;
}
#s-b99023e0-ecfb-46d9-99e5-ec7737803764, #wrap-s-b99023e0-ecfb-46d9-99e5-ec7737803764, #wrap-content-s-b99023e0-ecfb-46d9-99e5-ec7737803764 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b99023e0-ecfb-46d9-99e5-ec7737803764 {
  display: none;
}
#s-b99023e0-ecfb-46d9-99e5-ec7737803764, #wrap-s-b99023e0-ecfb-46d9-99e5-ec7737803764, #wrap-content-s-b99023e0-ecfb-46d9-99e5-ec7737803764 { display: none !important; }}@media (max-width: 767px){#s-b99023e0-ecfb-46d9-99e5-ec7737803764 {
  display: none;
}
#s-b99023e0-ecfb-46d9-99e5-ec7737803764, #wrap-s-b99023e0-ecfb-46d9-99e5-ec7737803764, #wrap-content-s-b99023e0-ecfb-46d9-99e5-ec7737803764 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-5171ab7b-e748-4e24-b465-8560ef22e94d {
  display: none;
}
#s-5171ab7b-e748-4e24-b465-8560ef22e94d, #wrap-s-5171ab7b-e748-4e24-b465-8560ef22e94d, #wrap-content-s-5171ab7b-e748-4e24-b465-8560ef22e94d { display: none !important; }}
#s-7c215768-e20e-4cd0-a83c-1c81affa91d7 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c215768-e20e-4cd0-a83c-1c81affa91d7 {
  display: none;
}
#s-7c215768-e20e-4cd0-a83c-1c81affa91d7, #wrap-s-7c215768-e20e-4cd0-a83c-1c81affa91d7, #wrap-content-s-7c215768-e20e-4cd0-a83c-1c81affa91d7 { display: none !important; }}@media (max-width: 767px){#s-7c215768-e20e-4cd0-a83c-1c81affa91d7 {
  display: none;
}
#s-7c215768-e20e-4cd0-a83c-1c81affa91d7, #wrap-s-7c215768-e20e-4cd0-a83c-1c81affa91d7, #wrap-content-s-7c215768-e20e-4cd0-a83c-1c81affa91d7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7c215768-e20e-4cd0-a83c-1c81affa91d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c215768-e20e-4cd0-a83c-1c81affa91d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7c215768-e20e-4cd0-a83c-1c81affa91d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c215768-e20e-4cd0-a83c-1c81affa91d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9c606b5d-6702-4e2f-aa60-fe735210ef6c hr {
  border-top: 3px solid rgba(0, 0, 0, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-b3b8df49-05f9-4e4a-bffe-dbc1e7e29bef {
  display: none;
}
#s-b3b8df49-05f9-4e4a-bffe-dbc1e7e29bef, #wrap-s-b3b8df49-05f9-4e4a-bffe-dbc1e7e29bef, #wrap-content-s-b3b8df49-05f9-4e4a-bffe-dbc1e7e29bef { display: none !important; }}@media (max-width: 767px){#s-b3b8df49-05f9-4e4a-bffe-dbc1e7e29bef {
  display: none;
}
#s-b3b8df49-05f9-4e4a-bffe-dbc1e7e29bef, #wrap-s-b3b8df49-05f9-4e4a-bffe-dbc1e7e29bef, #wrap-content-s-b3b8df49-05f9-4e4a-bffe-dbc1e7e29bef { display: none !important; }}
#s-a34b09c7-2f33-4091-a806-004f0755f9bf {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-a34b09c7-2f33-4091-a806-004f0755f9bf {
  display: none;
}
#s-a34b09c7-2f33-4091-a806-004f0755f9bf, #wrap-s-a34b09c7-2f33-4091-a806-004f0755f9bf, #wrap-content-s-a34b09c7-2f33-4091-a806-004f0755f9bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a34b09c7-2f33-4091-a806-004f0755f9bf {
  display: none;
}
#s-a34b09c7-2f33-4091-a806-004f0755f9bf, #wrap-s-a34b09c7-2f33-4091-a806-004f0755f9bf, #wrap-content-s-a34b09c7-2f33-4091-a806-004f0755f9bf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a34b09c7-2f33-4091-a806-004f0755f9bf {
  
}
}@media (max-width: 767px){#s-a34b09c7-2f33-4091-a806-004f0755f9bf {
  
}
}
@media (min-width: 0px) {
[id="s-a34b09c7-2f33-4091-a806-004f0755f9bf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a34b09c7-2f33-4091-a806-004f0755f9bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a34b09c7-2f33-4091-a806-004f0755f9bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a34b09c7-2f33-4091-a806-004f0755f9bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-79b6b270-5160-4cba-a804-49e6a1c0b043 hr {
  border-top: 3px solid rgba(0, 0, 0, 1);
}

@media (min-width: 1200px){#s-ce131519-5d2f-4475-844a-b8091d077fe3 {
  display: none;
}
#s-ce131519-5d2f-4475-844a-b8091d077fe3, #wrap-s-ce131519-5d2f-4475-844a-b8091d077fe3, #wrap-content-s-ce131519-5d2f-4475-844a-b8091d077fe3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce131519-5d2f-4475-844a-b8091d077fe3 {
  display: none;
}
#s-ce131519-5d2f-4475-844a-b8091d077fe3, #wrap-s-ce131519-5d2f-4475-844a-b8091d077fe3, #wrap-content-s-ce131519-5d2f-4475-844a-b8091d077fe3 { display: none !important; }}
#s-3a4700bc-a095-4a8c-9f7c-4b9243286989 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 1px;
background-color: rgba(255, 255, 255, 0.49);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-3a4700bc-a095-4a8c-9f7c-4b9243286989:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a4700bc-a095-4a8c-9f7c-4b9243286989:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3a4700bc-a095-4a8c-9f7c-4b9243286989-root {
    text-align: center;
  }


#s-3a4700bc-a095-4a8c-9f7c-4b9243286989.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3a4700bc-a095-4a8c-9f7c-4b9243286989-root {
    text-align: center;
  }


#s-3a4700bc-a095-4a8c-9f7c-4b9243286989.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a4700bc-a095-4a8c-9f7c-4b9243286989-root {
    text-align: center;
  }


#s-3a4700bc-a095-4a8c-9f7c-4b9243286989.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3a4700bc-a095-4a8c-9f7c-4b9243286989-root {
    text-align: center;
  }


#s-3a4700bc-a095-4a8c-9f7c-4b9243286989.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3a4700bc-a095-4a8c-9f7c-4b9243286989-root {
    text-align: center;
  }


#s-3a4700bc-a095-4a8c-9f7c-4b9243286989.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c1190248-c014-4b4e-b7d9-6e5cd6e8d561 {
  max-width: 1656px;
text-align: center;
}
@media (min-width: 1200px){#s-c1190248-c014-4b4e-b7d9-6e5cd6e8d561 {
  display: none;
}
#s-c1190248-c014-4b4e-b7d9-6e5cd6e8d561, #wrap-s-c1190248-c014-4b4e-b7d9-6e5cd6e8d561, #wrap-content-s-c1190248-c014-4b4e-b7d9-6e5cd6e8d561 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1190248-c014-4b4e-b7d9-6e5cd6e8d561 {
  display: none;
}
#s-c1190248-c014-4b4e-b7d9-6e5cd6e8d561, #wrap-s-c1190248-c014-4b4e-b7d9-6e5cd6e8d561, #wrap-content-s-c1190248-c014-4b4e-b7d9-6e5cd6e8d561 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1190248-c014-4b4e-b7d9-6e5cd6e8d561 {
  display: none;
}
#s-c1190248-c014-4b4e-b7d9-6e5cd6e8d561, #wrap-s-c1190248-c014-4b4e-b7d9-6e5cd6e8d561, #wrap-content-s-c1190248-c014-4b4e-b7d9-6e5cd6e8d561 { display: none !important; }}
#s-c1190248-c014-4b4e-b7d9-6e5cd6e8d561 {
  overflow: hidden;
  
  
      max-width: 1656px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-c1190248-c014-4b4e-b7d9-6e5cd6e8d561 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-5830260a-448f-48ae-b350-f85b19ee9287"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5830260a-448f-48ae-b350-f85b19ee9287"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5830260a-448f-48ae-b350-f85b19ee9287"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5830260a-448f-48ae-b350-f85b19ee9287"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ff90cc3b-14d5-4638-9b66-00f1ef7331c9 {
  margin-top: 5px;
}

#s-036e972b-a056-40a9-958e-b3fbdc52d830 {
  border-style: solid;
margin-top: 5px;
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: #2C2A34;
border-radius: 1px;
background-color: rgba(255, 255, 255, 0.46);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-036e972b-a056-40a9-958e-b3fbdc52d830:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-036e972b-a056-40a9-958e-b3fbdc52d830:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-036e972b-a056-40a9-958e-b3fbdc52d830-root {
    text-align: center;
  }


#s-036e972b-a056-40a9-958e-b3fbdc52d830.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-036e972b-a056-40a9-958e-b3fbdc52d830-root {
    text-align: center;
  }


#s-036e972b-a056-40a9-958e-b3fbdc52d830.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-036e972b-a056-40a9-958e-b3fbdc52d830-root {
    text-align: center;
  }


#s-036e972b-a056-40a9-958e-b3fbdc52d830.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-036e972b-a056-40a9-958e-b3fbdc52d830-root {
    text-align: center;
  }


#s-036e972b-a056-40a9-958e-b3fbdc52d830.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-036e972b-a056-40a9-958e-b3fbdc52d830-root {
    text-align: center;
  }


#s-036e972b-a056-40a9-958e-b3fbdc52d830.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-25f1cfa9-e4ca-4941-a6da-8973e8dafc7c {
  min-height: 50px;
}








#s-25f1cfa9-e4ca-4941-a6da-8973e8dafc7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25f1cfa9-e4ca-4941-a6da-8973e8dafc7c.shg-box.shg-c {
  justify-content: center;
}

#s-e489215a-bc9e-4999-bd6b-9d29c3cd8ce5 {
  min-height: 50px;
}








#s-e489215a-bc9e-4999-bd6b-9d29c3cd8ce5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e489215a-bc9e-4999-bd6b-9d29c3cd8ce5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-34514dcc-3e28-49ed-8690-d42b3c9b24c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34514dcc-3e28-49ed-8690-d42b3c9b24c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-34514dcc-3e28-49ed-8690-d42b3c9b24c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-34514dcc-3e28-49ed-8690-d42b3c9b24c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-34514dcc-3e28-49ed-8690-d42b3c9b24c9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-af6bf0c1-c09d-4908-9948-8bf9a5ad65f2 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-af6bf0c1-c09d-4908-9948-8bf9a5ad65f2 {
  display: none;
}
#s-af6bf0c1-c09d-4908-9948-8bf9a5ad65f2, #wrap-s-af6bf0c1-c09d-4908-9948-8bf9a5ad65f2, #wrap-content-s-af6bf0c1-c09d-4908-9948-8bf9a5ad65f2 { display: none !important; }}@media (max-width: 767px){#s-af6bf0c1-c09d-4908-9948-8bf9a5ad65f2 {
  display: none;
}
#s-af6bf0c1-c09d-4908-9948-8bf9a5ad65f2, #wrap-s-af6bf0c1-c09d-4908-9948-8bf9a5ad65f2, #wrap-content-s-af6bf0c1-c09d-4908-9948-8bf9a5ad65f2 { display: none !important; }}







#s-af6bf0c1-c09d-4908-9948-8bf9a5ad65f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-af6bf0c1-c09d-4908-9948-8bf9a5ad65f2.shg-box.shg-c {
  justify-content: center;
}

#s-dc63016f-520a-4905-908c-c99ae5aefc58 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b8f63f2a-f479-46a8-beee-776038632f3b {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b8f63f2a-f479-46a8-beee-776038632f3b {
  
}
}@media (max-width: 767px){#s-b8f63f2a-f479-46a8-beee-776038632f3b {
  
}
}
@media (min-width: 0px) {
[id="s-b8f63f2a-f479-46a8-beee-776038632f3b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b8f63f2a-f479-46a8-beee-776038632f3b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b8f63f2a-f479-46a8-beee-776038632f3b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8f63f2a-f479-46a8-beee-776038632f3b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4060d4ad-19aa-4f01-9724-5bf1969e9f44 hr {
  border-top: 3px solid rgba(0, 0, 0, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-ed8dcb5c-fa96-47ec-9c7a-db53033bcb83 {
  display: none;
}
#s-ed8dcb5c-fa96-47ec-9c7a-db53033bcb83, #wrap-s-ed8dcb5c-fa96-47ec-9c7a-db53033bcb83, #wrap-content-s-ed8dcb5c-fa96-47ec-9c7a-db53033bcb83 { display: none !important; }}@media (max-width: 767px){#s-ed8dcb5c-fa96-47ec-9c7a-db53033bcb83 {
  display: none;
}
#s-ed8dcb5c-fa96-47ec-9c7a-db53033bcb83, #wrap-s-ed8dcb5c-fa96-47ec-9c7a-db53033bcb83, #wrap-content-s-ed8dcb5c-fa96-47ec-9c7a-db53033bcb83 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ed8dcb5c-fa96-47ec-9c7a-db53033bcb83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed8dcb5c-fa96-47ec-9c7a-db53033bcb83"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed8dcb5c-fa96-47ec-9c7a-db53033bcb83"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ed8dcb5c-fa96-47ec-9c7a-db53033bcb83"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed8dcb5c-fa96-47ec-9c7a-db53033bcb83"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed8dcb5c-fa96-47ec-9c7a-db53033bcb83"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed8dcb5c-fa96-47ec-9c7a-db53033bcb83"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-bd8a720f-2cc9-4bdc-8a16-d4dd52d8814b {
  display: none;
}
#s-bd8a720f-2cc9-4bdc-8a16-d4dd52d8814b, #wrap-s-bd8a720f-2cc9-4bdc-8a16-d4dd52d8814b, #wrap-content-s-bd8a720f-2cc9-4bdc-8a16-d4dd52d8814b { display: none !important; }}
#s-82cdbad6-a0d1-49b4-8c7f-d96db54bae0a {
  border-style: solid;
margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 1px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-82cdbad6-a0d1-49b4-8c7f-d96db54bae0a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-82cdbad6-a0d1-49b4-8c7f-d96db54bae0a:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-82cdbad6-a0d1-49b4-8c7f-d96db54bae0a-root {
    text-align: center;
  }


#s-82cdbad6-a0d1-49b4-8c7f-d96db54bae0a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-82cdbad6-a0d1-49b4-8c7f-d96db54bae0a-root {
    text-align: center;
  }


#s-82cdbad6-a0d1-49b4-8c7f-d96db54bae0a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-82cdbad6-a0d1-49b4-8c7f-d96db54bae0a-root {
    text-align: center;
  }


#s-82cdbad6-a0d1-49b4-8c7f-d96db54bae0a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-82cdbad6-a0d1-49b4-8c7f-d96db54bae0a-root {
    text-align: center;
  }


#s-82cdbad6-a0d1-49b4-8c7f-d96db54bae0a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-82cdbad6-a0d1-49b4-8c7f-d96db54bae0a-root {
    text-align: center;
  }


#s-82cdbad6-a0d1-49b4-8c7f-d96db54bae0a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-46ae24a7-f483-499a-8d51-7e51740661cd {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-46ae24a7-f483-499a-8d51-7e51740661cd {
  display: none;
}
#s-46ae24a7-f483-499a-8d51-7e51740661cd, #wrap-s-46ae24a7-f483-499a-8d51-7e51740661cd, #wrap-content-s-46ae24a7-f483-499a-8d51-7e51740661cd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46ae24a7-f483-499a-8d51-7e51740661cd {
  display: none;
}
#s-46ae24a7-f483-499a-8d51-7e51740661cd, #wrap-s-46ae24a7-f483-499a-8d51-7e51740661cd, #wrap-content-s-46ae24a7-f483-499a-8d51-7e51740661cd { display: none !important; }}
#s-22fc8de9-77fc-49e8-b089-157345eb434d {
  border-style: solid;
margin-top: 10px;
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: #2C2A34;
border-radius: 1px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(3, 3, 3, 1);
background-image: none;
hover-type: color;
}
#s-22fc8de9-77fc-49e8-b089-157345eb434d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-22fc8de9-77fc-49e8-b089-157345eb434d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-22fc8de9-77fc-49e8-b089-157345eb434d {
  display: none;
}
#s-22fc8de9-77fc-49e8-b089-157345eb434d, #wrap-s-22fc8de9-77fc-49e8-b089-157345eb434d, #wrap-content-s-22fc8de9-77fc-49e8-b089-157345eb434d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22fc8de9-77fc-49e8-b089-157345eb434d {
  display: none;
}
#s-22fc8de9-77fc-49e8-b089-157345eb434d, #wrap-s-22fc8de9-77fc-49e8-b089-157345eb434d, #wrap-content-s-22fc8de9-77fc-49e8-b089-157345eb434d { display: none !important; }}

  #s-22fc8de9-77fc-49e8-b089-157345eb434d-root {
    text-align: center;
  }


#s-22fc8de9-77fc-49e8-b089-157345eb434d.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-22fc8de9-77fc-49e8-b089-157345eb434d-root {
    text-align: center;
  }


#s-22fc8de9-77fc-49e8-b089-157345eb434d.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22fc8de9-77fc-49e8-b089-157345eb434d-root {
    text-align: center;
  }


#s-22fc8de9-77fc-49e8-b089-157345eb434d.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22fc8de9-77fc-49e8-b089-157345eb434d-root {
    text-align: center;
  }


#s-22fc8de9-77fc-49e8-b089-157345eb434d.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-22fc8de9-77fc-49e8-b089-157345eb434d-root {
    text-align: center;
  }


#s-22fc8de9-77fc-49e8-b089-157345eb434d.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-2669b442-ded9-438d-8916-c916df5ee33d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
max-width: 1080px;
text-align: center;
}

#s-2669b442-ded9-438d-8916-c916df5ee33d {
  overflow: hidden;
  
  
      max-width: 1080px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-2669b442-ded9-438d-8916-c916df5ee33d .shogun-image-content {
  
    justify-content: center;
  
}

#s-d787c5ff-83e5-4a99-be7b-7ba3a6f8bdd4 {
  min-height: 50px;
}
@media (max-width: 767px){#s-d787c5ff-83e5-4a99-be7b-7ba3a6f8bdd4 {
  display: none;
}
#s-d787c5ff-83e5-4a99-be7b-7ba3a6f8bdd4, #wrap-s-d787c5ff-83e5-4a99-be7b-7ba3a6f8bdd4, #wrap-content-s-d787c5ff-83e5-4a99-be7b-7ba3a6f8bdd4 { display: none !important; }}







#s-d787c5ff-83e5-4a99-be7b-7ba3a6f8bdd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d787c5ff-83e5-4a99-be7b-7ba3a6f8bdd4.shg-box.shg-c {
  justify-content: center;
}

#s-0d530123-be9f-4cc1-8aee-62f30b5851af {
  margin-top: 20px;
max-width: 3365px;
text-align: center;
}

#s-0d530123-be9f-4cc1-8aee-62f30b5851af {
  overflow: hidden;
  
  
      max-width: 3365px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-0d530123-be9f-4cc1-8aee-62f30b5851af .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-ad52e0ab-dd1a-429b-bc03-a73df96d2c8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad52e0ab-dd1a-429b-bc03-a73df96d2c8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad52e0ab-dd1a-429b-bc03-a73df96d2c8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad52e0ab-dd1a-429b-bc03-a73df96d2c8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-efaf1793-9ec7-47de-bb65-1bc0b93ecdd0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e651d060-32d9-436b-84b0-e2d5adf885bb {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e651d060-32d9-436b-84b0-e2d5adf885bb {
  
}
}@media (max-width: 767px){#s-e651d060-32d9-436b-84b0-e2d5adf885bb {
  
}
}
@media (min-width: 0px) {
[id="s-e651d060-32d9-436b-84b0-e2d5adf885bb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e651d060-32d9-436b-84b0-e2d5adf885bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e651d060-32d9-436b-84b0-e2d5adf885bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e651d060-32d9-436b-84b0-e2d5adf885bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-02b0b13d-773a-424f-8a0b-7857e773f656 hr {
  border-top: 3px solid rgba(0, 0, 0, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-6153e60a-1f89-468c-b9ef-9569189530f7 {
  display: none;
}
#s-6153e60a-1f89-468c-b9ef-9569189530f7, #wrap-s-6153e60a-1f89-468c-b9ef-9569189530f7, #wrap-content-s-6153e60a-1f89-468c-b9ef-9569189530f7 { display: none !important; }}@media (max-width: 767px){#s-6153e60a-1f89-468c-b9ef-9569189530f7 {
  display: none;
}
#s-6153e60a-1f89-468c-b9ef-9569189530f7, #wrap-s-6153e60a-1f89-468c-b9ef-9569189530f7, #wrap-content-s-6153e60a-1f89-468c-b9ef-9569189530f7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6153e60a-1f89-468c-b9ef-9569189530f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6153e60a-1f89-468c-b9ef-9569189530f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6153e60a-1f89-468c-b9ef-9569189530f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6153e60a-1f89-468c-b9ef-9569189530f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6153e60a-1f89-468c-b9ef-9569189530f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6153e60a-1f89-468c-b9ef-9569189530f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6153e60a-1f89-468c-b9ef-9569189530f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-ed6f9aa0-2b09-443e-9836-0ac161de6eb9 {
  display: none;
}
#s-ed6f9aa0-2b09-443e-9836-0ac161de6eb9, #wrap-s-ed6f9aa0-2b09-443e-9836-0ac161de6eb9, #wrap-content-s-ed6f9aa0-2b09-443e-9836-0ac161de6eb9 { display: none !important; }}
#s-b9b6627d-fee1-44f0-830f-65426b102c2e {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-b9b6627d-fee1-44f0-830f-65426b102c2e {
  display: none;
}
#s-b9b6627d-fee1-44f0-830f-65426b102c2e, #wrap-s-b9b6627d-fee1-44f0-830f-65426b102c2e, #wrap-content-s-b9b6627d-fee1-44f0-830f-65426b102c2e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9b6627d-fee1-44f0-830f-65426b102c2e {
  display: none;
}
#s-b9b6627d-fee1-44f0-830f-65426b102c2e, #wrap-s-b9b6627d-fee1-44f0-830f-65426b102c2e, #wrap-content-s-b9b6627d-fee1-44f0-830f-65426b102c2e { display: none !important; }}
#s-a454436d-0b2e-4dd9-b988-be0543586425 {
  margin-top: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a454436d-0b2e-4dd9-b988-be0543586425 {
  display: none;
}
#s-a454436d-0b2e-4dd9-b988-be0543586425, #wrap-s-a454436d-0b2e-4dd9-b988-be0543586425, #wrap-content-s-a454436d-0b2e-4dd9-b988-be0543586425 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a454436d-0b2e-4dd9-b988-be0543586425 {
  display: none;
}
#s-a454436d-0b2e-4dd9-b988-be0543586425, #wrap-s-a454436d-0b2e-4dd9-b988-be0543586425, #wrap-content-s-a454436d-0b2e-4dd9-b988-be0543586425 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a454436d-0b2e-4dd9-b988-be0543586425 {
  display: none;
}
#s-a454436d-0b2e-4dd9-b988-be0543586425, #wrap-s-a454436d-0b2e-4dd9-b988-be0543586425, #wrap-content-s-a454436d-0b2e-4dd9-b988-be0543586425 { display: none !important; }}







#s-a454436d-0b2e-4dd9-b988-be0543586425 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a454436d-0b2e-4dd9-b988-be0543586425.shg-box.shg-c {
  justify-content: center;
}

#s-b830c8cc-6edb-4363-83bf-93cfd421b4ae {
  margin-top: 0px;
max-width: 2105px;
text-align: center;
}

#s-b830c8cc-6edb-4363-83bf-93cfd421b4ae {
  overflow: hidden;
  
  
      max-width: 2105px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-b830c8cc-6edb-4363-83bf-93cfd421b4ae .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-e4439aa7-b4a9-4315-bbc2-82275b1dc2e7 {
  margin-top: 10px;
margin-bottom: 0px;
padding-left: 10px;
}
@media (max-width: 767px){#s-e4439aa7-b4a9-4315-bbc2-82275b1dc2e7 {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-e4439aa7-b4a9-4315-bbc2-82275b1dc2e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e4439aa7-b4a9-4315-bbc2-82275b1dc2e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e4439aa7-b4a9-4315-bbc2-82275b1dc2e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4439aa7-b4a9-4315-bbc2-82275b1dc2e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-12dbee02-1e6e-4a84-9687-8a26f6db1e92 {
  margin-top: 10px;
margin-bottom: 10px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* <-- User Content Animations */

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

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

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