.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-e3b1fe57-b719-481f-9e09-0f4de74caad0 {
  min-height: 50px;
}








#s-e3b1fe57-b719-481f-9e09-0f4de74caad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3b1fe57-b719-481f-9e09-0f4de74caad0.shg-box.shg-c {
  justify-content: flex-start;
}

.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-261913c5-fd6a-44c1-b29b-769246119857 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-261913c5-fd6a-44c1-b29b-769246119857 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.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-a8b6051a-accd-4365-bf5c-5d98149e0f77 {
  margin-left: -80%;
}
@media (min-width: 1200px){#s-a8b6051a-accd-4365-bf5c-5d98149e0f77 {
  display: none;
}
#s-a8b6051a-accd-4365-bf5c-5d98149e0f77, #wrap-s-a8b6051a-accd-4365-bf5c-5d98149e0f77, #wrap-content-s-a8b6051a-accd-4365-bf5c-5d98149e0f77 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a8b6051a-accd-4365-bf5c-5d98149e0f77 {
  display: none;
}
#s-a8b6051a-accd-4365-bf5c-5d98149e0f77, #wrap-s-a8b6051a-accd-4365-bf5c-5d98149e0f77, #wrap-content-s-a8b6051a-accd-4365-bf5c-5d98149e0f77 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a8b6051a-accd-4365-bf5c-5d98149e0f77 {
  display: none;
}
#s-a8b6051a-accd-4365-bf5c-5d98149e0f77, #wrap-s-a8b6051a-accd-4365-bf5c-5d98149e0f77, #wrap-content-s-a8b6051a-accd-4365-bf5c-5d98149e0f77 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a8b6051a-accd-4365-bf5c-5d98149e0f77"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a8b6051a-accd-4365-bf5c-5d98149e0f77"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8b6051a-accd-4365-bf5c-5d98149e0f77"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a8b6051a-accd-4365-bf5c-5d98149e0f77"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8b6051a-accd-4365-bf5c-5d98149e0f77"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8b6051a-accd-4365-bf5c-5d98149e0f77"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8b6051a-accd-4365-bf5c-5d98149e0f77"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-184626d3-300d-442e-b852-ae7e3149fb6a .shogun-icon-wrapper {
  text-align: right;
}


#s-184626d3-300d-442e-b852-ae7e3149fb6a .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

.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-1c486fca-cba3-4b39-b430-8aefbe3d7097 {
  margin-left: -5%;
}

#s-2ca49e0c-4ef7-472f-a278-384995ddd3df {
  margin-left: -80%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-2ca49e0c-4ef7-472f-a278-384995ddd3df {
  display: none;
}
#s-2ca49e0c-4ef7-472f-a278-384995ddd3df, #wrap-s-2ca49e0c-4ef7-472f-a278-384995ddd3df, #wrap-content-s-2ca49e0c-4ef7-472f-a278-384995ddd3df { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ca49e0c-4ef7-472f-a278-384995ddd3df {
  display: none;
}
#s-2ca49e0c-4ef7-472f-a278-384995ddd3df, #wrap-s-2ca49e0c-4ef7-472f-a278-384995ddd3df, #wrap-content-s-2ca49e0c-4ef7-472f-a278-384995ddd3df { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ca49e0c-4ef7-472f-a278-384995ddd3df {
  display: none;
}
#s-2ca49e0c-4ef7-472f-a278-384995ddd3df, #wrap-s-2ca49e0c-4ef7-472f-a278-384995ddd3df, #wrap-content-s-2ca49e0c-4ef7-472f-a278-384995ddd3df { display: none !important; }}
@media (min-width: 0px) {
[id="s-2ca49e0c-4ef7-472f-a278-384995ddd3df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2ca49e0c-4ef7-472f-a278-384995ddd3df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2ca49e0c-4ef7-472f-a278-384995ddd3df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2ca49e0c-4ef7-472f-a278-384995ddd3df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2ca49e0c-4ef7-472f-a278-384995ddd3df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ca49e0c-4ef7-472f-a278-384995ddd3df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2ca49e0c-4ef7-472f-a278-384995ddd3df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-0c5d4ca1-20ce-462f-830f-21b55849b181 .shogun-icon-wrapper {
  text-align: right;
}


#s-0c5d4ca1-20ce-462f-830f-21b55849b181 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-b2ff3479-9bd9-4b8f-9a8e-a9c0af410f0c {
  margin-left: -5%;
}

#s-e5d6bf2e-5aeb-42f6-b270-4ba40dce90b3 {
  
}
@media (max-width: 767px){#s-e5d6bf2e-5aeb-42f6-b270-4ba40dce90b3 {
  display: none;
}
#s-e5d6bf2e-5aeb-42f6-b270-4ba40dce90b3, #wrap-s-e5d6bf2e-5aeb-42f6-b270-4ba40dce90b3, #wrap-content-s-e5d6bf2e-5aeb-42f6-b270-4ba40dce90b3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e5d6bf2e-5aeb-42f6-b270-4ba40dce90b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e5d6bf2e-5aeb-42f6-b270-4ba40dce90b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e5d6bf2e-5aeb-42f6-b270-4ba40dce90b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e5d6bf2e-5aeb-42f6-b270-4ba40dce90b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e5d6bf2e-5aeb-42f6-b270-4ba40dce90b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5d6bf2e-5aeb-42f6-b270-4ba40dce90b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e5d6bf2e-5aeb-42f6-b270-4ba40dce90b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-a62eb293-68cb-43ae-8bd6-37ce91d6078a .shogun-icon-wrapper {
  text-align: right;
}


#s-a62eb293-68cb-43ae-8bd6-37ce91d6078a .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-38314c1f-5426-47db-a590-058d655f9f16 {
  margin-left: -5%;
}

#s-9f067d6d-d5ac-40b2-8420-171c8b638a2b {
  margin-left: %;
margin-right: %;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f067d6d-d5ac-40b2-8420-171c8b638a2b {
  
}
}@media (max-width: 767px){#s-9f067d6d-d5ac-40b2-8420-171c8b638a2b {
  display: none;
}
#s-9f067d6d-d5ac-40b2-8420-171c8b638a2b, #wrap-s-9f067d6d-d5ac-40b2-8420-171c8b638a2b, #wrap-content-s-9f067d6d-d5ac-40b2-8420-171c8b638a2b { display: none !important; }}
@media (min-width: 0px) {
[id="s-9f067d6d-d5ac-40b2-8420-171c8b638a2b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9f067d6d-d5ac-40b2-8420-171c8b638a2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f067d6d-d5ac-40b2-8420-171c8b638a2b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f067d6d-d5ac-40b2-8420-171c8b638a2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f067d6d-d5ac-40b2-8420-171c8b638a2b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f067d6d-d5ac-40b2-8420-171c8b638a2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f067d6d-d5ac-40b2-8420-171c8b638a2b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-ddacbc23-1654-440d-9532-a54a5df0d79f .shogun-icon-wrapper {
  text-align: right;
}


#s-ddacbc23-1654-440d-9532-a54a5df0d79f .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-3e6156c5-2fb8-4249-a92d-6f615e8e43b0 {
  margin-left: -5%;
}

#s-0d7ada01-aa76-4195-b6d9-a4d9ce0f7d1a {
  margin-left: -80%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-0d7ada01-aa76-4195-b6d9-a4d9ce0f7d1a {
  display: none;
}
#s-0d7ada01-aa76-4195-b6d9-a4d9ce0f7d1a, #wrap-s-0d7ada01-aa76-4195-b6d9-a4d9ce0f7d1a, #wrap-content-s-0d7ada01-aa76-4195-b6d9-a4d9ce0f7d1a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d7ada01-aa76-4195-b6d9-a4d9ce0f7d1a {
  display: none;
}
#s-0d7ada01-aa76-4195-b6d9-a4d9ce0f7d1a, #wrap-s-0d7ada01-aa76-4195-b6d9-a4d9ce0f7d1a, #wrap-content-s-0d7ada01-aa76-4195-b6d9-a4d9ce0f7d1a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d7ada01-aa76-4195-b6d9-a4d9ce0f7d1a {
  display: none;
}
#s-0d7ada01-aa76-4195-b6d9-a4d9ce0f7d1a, #wrap-s-0d7ada01-aa76-4195-b6d9-a4d9ce0f7d1a, #wrap-content-s-0d7ada01-aa76-4195-b6d9-a4d9ce0f7d1a { display: none !important; }}
@media (min-width: 0px) {
[id="s-0d7ada01-aa76-4195-b6d9-a4d9ce0f7d1a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0d7ada01-aa76-4195-b6d9-a4d9ce0f7d1a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d7ada01-aa76-4195-b6d9-a4d9ce0f7d1a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d7ada01-aa76-4195-b6d9-a4d9ce0f7d1a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d7ada01-aa76-4195-b6d9-a4d9ce0f7d1a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d7ada01-aa76-4195-b6d9-a4d9ce0f7d1a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d7ada01-aa76-4195-b6d9-a4d9ce0f7d1a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-690cb70c-acc0-47a5-be8a-ffe4117acc9f .shogun-icon-wrapper {
  text-align: right;
}


#s-690cb70c-acc0-47a5-be8a-ffe4117acc9f .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-9ce84b08-f1dc-41b5-ae19-22035afbd7b4 {
  margin-left: -5%;
}

@media (max-width: 767px){#s-6b99a530-048f-469e-b233-4d0cc1b752d4 {
  display: none;
}
#s-6b99a530-048f-469e-b233-4d0cc1b752d4, #wrap-s-6b99a530-048f-469e-b233-4d0cc1b752d4, #wrap-content-s-6b99a530-048f-469e-b233-4d0cc1b752d4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6b99a530-048f-469e-b233-4d0cc1b752d4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6b99a530-048f-469e-b233-4d0cc1b752d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6b99a530-048f-469e-b233-4d0cc1b752d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b99a530-048f-469e-b233-4d0cc1b752d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6b99a530-048f-469e-b233-4d0cc1b752d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b99a530-048f-469e-b233-4d0cc1b752d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6b99a530-048f-469e-b233-4d0cc1b752d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-dcbab74e-4ed9-4f73-b2c2-4ed1c40f4cf7 .shogun-icon-wrapper {
  text-align: right;
}


#s-dcbab74e-4ed9-4f73-b2c2-4ed1c40f4cf7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-2739b75d-3dac-4f2f-b9d3-59a06afa4d03 {
  margin-left: -5%;
}

@media (max-width: 767px){#s-accfad3c-c5f3-4e0a-bc46-87c4fc37174b {
  display: none;
}
#s-accfad3c-c5f3-4e0a-bc46-87c4fc37174b, #wrap-s-accfad3c-c5f3-4e0a-bc46-87c4fc37174b, #wrap-content-s-accfad3c-c5f3-4e0a-bc46-87c4fc37174b { display: none !important; }}
@media (min-width: 0px) {
[id="s-accfad3c-c5f3-4e0a-bc46-87c4fc37174b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-accfad3c-c5f3-4e0a-bc46-87c4fc37174b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-accfad3c-c5f3-4e0a-bc46-87c4fc37174b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-accfad3c-c5f3-4e0a-bc46-87c4fc37174b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-accfad3c-c5f3-4e0a-bc46-87c4fc37174b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-accfad3c-c5f3-4e0a-bc46-87c4fc37174b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-accfad3c-c5f3-4e0a-bc46-87c4fc37174b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-a0e02c64-e75d-492f-92c2-86f69eb88c03 .shogun-icon-wrapper {
  text-align: right;
}


#s-a0e02c64-e75d-492f-92c2-86f69eb88c03 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-8541e127-bc74-49af-aa9e-e9d2fafe2560 {
  margin-left: -5%;
}

#s-69724824-860a-4e60-8f4b-1af9151cb5da {
  margin-left: -80%;
}
@media (min-width: 1200px){#s-69724824-860a-4e60-8f4b-1af9151cb5da {
  display: none;
}
#s-69724824-860a-4e60-8f4b-1af9151cb5da, #wrap-s-69724824-860a-4e60-8f4b-1af9151cb5da, #wrap-content-s-69724824-860a-4e60-8f4b-1af9151cb5da { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69724824-860a-4e60-8f4b-1af9151cb5da {
  display: none;
}
#s-69724824-860a-4e60-8f4b-1af9151cb5da, #wrap-s-69724824-860a-4e60-8f4b-1af9151cb5da, #wrap-content-s-69724824-860a-4e60-8f4b-1af9151cb5da { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69724824-860a-4e60-8f4b-1af9151cb5da {
  display: none;
}
#s-69724824-860a-4e60-8f4b-1af9151cb5da, #wrap-s-69724824-860a-4e60-8f4b-1af9151cb5da, #wrap-content-s-69724824-860a-4e60-8f4b-1af9151cb5da { display: none !important; }}
@media (min-width: 0px) {
[id="s-69724824-860a-4e60-8f4b-1af9151cb5da"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-69724824-860a-4e60-8f4b-1af9151cb5da"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69724824-860a-4e60-8f4b-1af9151cb5da"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-69724824-860a-4e60-8f4b-1af9151cb5da"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69724824-860a-4e60-8f4b-1af9151cb5da"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-69724824-860a-4e60-8f4b-1af9151cb5da"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69724824-860a-4e60-8f4b-1af9151cb5da"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-df0f3e6c-f749-4b14-a7be-ed846ca0ea64 .shogun-icon-wrapper {
  text-align: right;
}


#s-df0f3e6c-f749-4b14-a7be-ed846ca0ea64 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-58190b35-34f8-4a56-934f-ee854f9a72bf {
  margin-left: -5%;
}

#s-329c0fe7-71f2-4c7c-96ec-def0da1eac8a {
  margin-left: -80%;
}
@media (min-width: 1200px){#s-329c0fe7-71f2-4c7c-96ec-def0da1eac8a {
  display: none;
}
#s-329c0fe7-71f2-4c7c-96ec-def0da1eac8a, #wrap-s-329c0fe7-71f2-4c7c-96ec-def0da1eac8a, #wrap-content-s-329c0fe7-71f2-4c7c-96ec-def0da1eac8a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-329c0fe7-71f2-4c7c-96ec-def0da1eac8a {
  display: none;
}
#s-329c0fe7-71f2-4c7c-96ec-def0da1eac8a, #wrap-s-329c0fe7-71f2-4c7c-96ec-def0da1eac8a, #wrap-content-s-329c0fe7-71f2-4c7c-96ec-def0da1eac8a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-329c0fe7-71f2-4c7c-96ec-def0da1eac8a {
  display: none;
}
#s-329c0fe7-71f2-4c7c-96ec-def0da1eac8a, #wrap-s-329c0fe7-71f2-4c7c-96ec-def0da1eac8a, #wrap-content-s-329c0fe7-71f2-4c7c-96ec-def0da1eac8a { display: none !important; }}
@media (min-width: 0px) {
[id="s-329c0fe7-71f2-4c7c-96ec-def0da1eac8a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-329c0fe7-71f2-4c7c-96ec-def0da1eac8a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-329c0fe7-71f2-4c7c-96ec-def0da1eac8a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-329c0fe7-71f2-4c7c-96ec-def0da1eac8a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-329c0fe7-71f2-4c7c-96ec-def0da1eac8a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-329c0fe7-71f2-4c7c-96ec-def0da1eac8a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-329c0fe7-71f2-4c7c-96ec-def0da1eac8a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-f107ea2a-f63d-4645-bfb6-f1962d4e9ddd .shogun-icon-wrapper {
  text-align: right;
}


#s-f107ea2a-f63d-4645-bfb6-f1962d4e9ddd .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-c7eba3b9-150f-4bb3-9e17-5f24239640ed {
  margin-left: -5%;
}

@media (max-width: 767px){#s-9295b105-18dd-4057-9785-b8b6895fe520 {
  display: none;
}
#s-9295b105-18dd-4057-9785-b8b6895fe520, #wrap-s-9295b105-18dd-4057-9785-b8b6895fe520, #wrap-content-s-9295b105-18dd-4057-9785-b8b6895fe520 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9295b105-18dd-4057-9785-b8b6895fe520"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9295b105-18dd-4057-9785-b8b6895fe520"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9295b105-18dd-4057-9785-b8b6895fe520"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9295b105-18dd-4057-9785-b8b6895fe520"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9295b105-18dd-4057-9785-b8b6895fe520"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9295b105-18dd-4057-9785-b8b6895fe520"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9295b105-18dd-4057-9785-b8b6895fe520"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-1d5facdc-47cc-4d22-83ff-a88c63ff0e1e .shogun-icon-wrapper {
  text-align: right;
}


#s-1d5facdc-47cc-4d22-83ff-a88c63ff0e1e .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-651c595d-7d10-4fba-9fde-e4fce9d54361 {
  margin-left: -5%;
}

#s-2199d5b0-db02-4520-95c9-aaac72e1c257 {
  
}
@media (max-width: 767px){#s-2199d5b0-db02-4520-95c9-aaac72e1c257 {
  display: none;
}
#s-2199d5b0-db02-4520-95c9-aaac72e1c257, #wrap-s-2199d5b0-db02-4520-95c9-aaac72e1c257, #wrap-content-s-2199d5b0-db02-4520-95c9-aaac72e1c257 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2199d5b0-db02-4520-95c9-aaac72e1c257"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2199d5b0-db02-4520-95c9-aaac72e1c257"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2199d5b0-db02-4520-95c9-aaac72e1c257"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2199d5b0-db02-4520-95c9-aaac72e1c257"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2199d5b0-db02-4520-95c9-aaac72e1c257"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2199d5b0-db02-4520-95c9-aaac72e1c257"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2199d5b0-db02-4520-95c9-aaac72e1c257"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-a7338603-3f34-4571-8f7d-4d7eddd47d96 .shogun-icon-wrapper {
  text-align: right;
}


#s-a7338603-3f34-4571-8f7d-4d7eddd47d96 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-afdf3c5a-b972-4738-b86d-8449ef085831 {
  margin-left: -5%;
}

#s-ceca8e9b-d2b2-4d71-a30a-ab252ce30382 {
  margin-left: -80%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-ceca8e9b-d2b2-4d71-a30a-ab252ce30382 {
  display: none;
}
#s-ceca8e9b-d2b2-4d71-a30a-ab252ce30382, #wrap-s-ceca8e9b-d2b2-4d71-a30a-ab252ce30382, #wrap-content-s-ceca8e9b-d2b2-4d71-a30a-ab252ce30382 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ceca8e9b-d2b2-4d71-a30a-ab252ce30382 {
  display: none;
}
#s-ceca8e9b-d2b2-4d71-a30a-ab252ce30382, #wrap-s-ceca8e9b-d2b2-4d71-a30a-ab252ce30382, #wrap-content-s-ceca8e9b-d2b2-4d71-a30a-ab252ce30382 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ceca8e9b-d2b2-4d71-a30a-ab252ce30382 {
  display: none;
}
#s-ceca8e9b-d2b2-4d71-a30a-ab252ce30382, #wrap-s-ceca8e9b-d2b2-4d71-a30a-ab252ce30382, #wrap-content-s-ceca8e9b-d2b2-4d71-a30a-ab252ce30382 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ceca8e9b-d2b2-4d71-a30a-ab252ce30382"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ceca8e9b-d2b2-4d71-a30a-ab252ce30382"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ceca8e9b-d2b2-4d71-a30a-ab252ce30382"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ceca8e9b-d2b2-4d71-a30a-ab252ce30382"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ceca8e9b-d2b2-4d71-a30a-ab252ce30382"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ceca8e9b-d2b2-4d71-a30a-ab252ce30382"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ceca8e9b-d2b2-4d71-a30a-ab252ce30382"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-36eb1493-e75e-45a4-83d4-c1b85d43663d .shogun-icon-wrapper {
  text-align: right;
}


#s-36eb1493-e75e-45a4-83d4-c1b85d43663d .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-06949f79-552b-4ba6-845e-fb9ab886b4a1 {
  margin-left: -5%;
}

#s-c0f22c44-7793-441a-b540-8a28525a114b {
  padding-top: 20px;
}

#s-c60d0a3b-c759-44a9-8a98-3496f3351c19 {
  margin-top: -2px;
margin-bottom: -2px;
}

@media (min-width: 0px) {
[id="s-c60d0a3b-c759-44a9-8a98-3496f3351c19"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c60d0a3b-c759-44a9-8a98-3496f3351c19"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c60d0a3b-c759-44a9-8a98-3496f3351c19"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c60d0a3b-c759-44a9-8a98-3496f3351c19"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c60d0a3b-c759-44a9-8a98-3496f3351c19"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c60d0a3b-c759-44a9-8a98-3496f3351c19"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c60d0a3b-c759-44a9-8a98-3496f3351c19"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

.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-538c142a-39b7-43af-bb12-d2bbbaf8cb23 {
  margin-top: -1px;
margin-bottom: -1px;
text-align: center;
}

#s-538c142a-39b7-43af-bb12-d2bbbaf8cb23 {
  overflow: hidden;
  
  
}







  #s-538c142a-39b7-43af-bb12-d2bbbaf8cb23 img.shogun-image {
    

    
    
    
  }


#s-538c142a-39b7-43af-bb12-d2bbbaf8cb23 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-60260c76-06b7-424b-8397-74de7504b7b1 {
  min-height: 50px;
}








#s-60260c76-06b7-424b-8397-74de7504b7b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60260c76-06b7-424b-8397-74de7504b7b1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1444d11c-5273-418c-b502-1ba647a733e2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1444d11c-5273-418c-b502-1ba647a733e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1444d11c-5273-418c-b502-1ba647a733e2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7d0a244b-1a0b-4793-af93-370141a41a07 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7d0a244b-1a0b-4793-af93-370141a41a07"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-7d0a244b-1a0b-4793-af93-370141a41a07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7d0a244b-1a0b-4793-af93-370141a41a07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d0a244b-1a0b-4793-af93-370141a41a07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3ea7c0f8-a56e-45a6-a9e0-3e12a9df782b {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}

#s-3ea7c0f8-a56e-45a6-a9e0-3e12a9df782b {
  overflow: hidden;
  
  
}







  #s-3ea7c0f8-a56e-45a6-a9e0-3e12a9df782b img.shogun-image {
    

    
    
    
  }


#s-3ea7c0f8-a56e-45a6-a9e0-3e12a9df782b .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-ab271472-a47b-4144-b79d-9e8ec44c8ceb {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}

#s-ab271472-a47b-4144-b79d-9e8ec44c8ceb {
  overflow: hidden;
  
  
}







  #s-ab271472-a47b-4144-b79d-9e8ec44c8ceb img.shogun-image {
    

    
    
    
  }


#s-ab271472-a47b-4144-b79d-9e8ec44c8ceb .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-ddfb9a3d-5f98-4654-b702-33990f088f66 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 20%;
text-align: center;
}

#s-ddfb9a3d-5f98-4654-b702-33990f088f66 {
  overflow: hidden;
  
  
}







  #s-ddfb9a3d-5f98-4654-b702-33990f088f66 img.shogun-image {
    

    
    
    
  }


#s-ddfb9a3d-5f98-4654-b702-33990f088f66 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-0fc97e76-c753-4a2e-bf5a-91c837758135 {
  padding-top: 100px;
padding-left: 20px;
padding-bottom: 100px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-0fc97e76-c753-4a2e-bf5a-91c837758135 {
  display: none;
}
#s-0fc97e76-c753-4a2e-bf5a-91c837758135, #wrap-s-0fc97e76-c753-4a2e-bf5a-91c837758135, #wrap-content-s-0fc97e76-c753-4a2e-bf5a-91c837758135 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0fc97e76-c753-4a2e-bf5a-91c837758135 {
  display: none;
}
#s-0fc97e76-c753-4a2e-bf5a-91c837758135, #wrap-s-0fc97e76-c753-4a2e-bf5a-91c837758135, #wrap-content-s-0fc97e76-c753-4a2e-bf5a-91c837758135 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0fc97e76-c753-4a2e-bf5a-91c837758135 {
  display: none;
}
#s-0fc97e76-c753-4a2e-bf5a-91c837758135, #wrap-s-0fc97e76-c753-4a2e-bf5a-91c837758135, #wrap-content-s-0fc97e76-c753-4a2e-bf5a-91c837758135 { display: none !important; }}
#s-444eb8b5-c1e6-44f1-950c-67a443e538d8 {
  text-align: center;
}
@media (min-width: 1200px){#s-444eb8b5-c1e6-44f1-950c-67a443e538d8 {
  display: none;
}
#s-444eb8b5-c1e6-44f1-950c-67a443e538d8, #wrap-s-444eb8b5-c1e6-44f1-950c-67a443e538d8, #wrap-content-s-444eb8b5-c1e6-44f1-950c-67a443e538d8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-444eb8b5-c1e6-44f1-950c-67a443e538d8 {
  display: none;
}
#s-444eb8b5-c1e6-44f1-950c-67a443e538d8, #wrap-s-444eb8b5-c1e6-44f1-950c-67a443e538d8, #wrap-content-s-444eb8b5-c1e6-44f1-950c-67a443e538d8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-444eb8b5-c1e6-44f1-950c-67a443e538d8 {
  display: none;
}
#s-444eb8b5-c1e6-44f1-950c-67a443e538d8, #wrap-s-444eb8b5-c1e6-44f1-950c-67a443e538d8, #wrap-content-s-444eb8b5-c1e6-44f1-950c-67a443e538d8 { display: none !important; }}
#s-444eb8b5-c1e6-44f1-950c-67a443e538d8 {
  overflow: hidden;
  
  
}







  #s-444eb8b5-c1e6-44f1-950c-67a443e538d8 img.shogun-image {
    

    
    
    
  }


#s-444eb8b5-c1e6-44f1-950c-67a443e538d8 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-90a20c7b-f191-45f1-8db3-8bba86929eef {
  padding-top: 100px;
padding-left: 20px;
padding-bottom: 100px;
padding-right: 20px;
background-color: rgba(232, 235, 239, 1);
}
@media (min-width: 1200px){#s-90a20c7b-f191-45f1-8db3-8bba86929eef {
  display: none;
}
#s-90a20c7b-f191-45f1-8db3-8bba86929eef, #wrap-s-90a20c7b-f191-45f1-8db3-8bba86929eef, #wrap-content-s-90a20c7b-f191-45f1-8db3-8bba86929eef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90a20c7b-f191-45f1-8db3-8bba86929eef {
  display: none;
}
#s-90a20c7b-f191-45f1-8db3-8bba86929eef, #wrap-s-90a20c7b-f191-45f1-8db3-8bba86929eef, #wrap-content-s-90a20c7b-f191-45f1-8db3-8bba86929eef { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90a20c7b-f191-45f1-8db3-8bba86929eef {
  display: none;
}
#s-90a20c7b-f191-45f1-8db3-8bba86929eef, #wrap-s-90a20c7b-f191-45f1-8db3-8bba86929eef, #wrap-content-s-90a20c7b-f191-45f1-8db3-8bba86929eef { display: none !important; }}
#s-b5501129-a006-40a8-a0a4-b8a129b2a150 {
  min-height: 50px;
}








#s-b5501129-a006-40a8-a0a4-b8a129b2a150 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5501129-a006-40a8-a0a4-b8a129b2a150.shg-box.shg-c {
  justify-content: flex-start;
}

#s-30d87459-db88-4e6e-99bc-6477fd0a5a90 {
  margin-top: 12px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-30d87459-db88-4e6e-99bc-6477fd0a5a90 {
  
}
}@media (max-width: 767px){#s-30d87459-db88-4e6e-99bc-6477fd0a5a90 {
  display: none;
}
#s-30d87459-db88-4e6e-99bc-6477fd0a5a90, #wrap-s-30d87459-db88-4e6e-99bc-6477fd0a5a90, #wrap-content-s-30d87459-db88-4e6e-99bc-6477fd0a5a90 { display: none !important; }}
#s-30d87459-db88-4e6e-99bc-6477fd0a5a90 {
  overflow: hidden;
  
  
}








#s-30d87459-db88-4e6e-99bc-6477fd0a5a90 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-1bcaa787-0b0d-4192-acfa-0226c10b2df6 {
  margin-left: 10%;
margin-right: 40%;
padding-top: 15%;
padding-left: 0%;
padding-right: 0%;
}

#s-683b1762-c08a-4ba1-b3f9-707979f44232 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-683b1762-c08a-4ba1-b3f9-707979f44232 {
  display: none;
}
#s-683b1762-c08a-4ba1-b3f9-707979f44232, #wrap-s-683b1762-c08a-4ba1-b3f9-707979f44232, #wrap-content-s-683b1762-c08a-4ba1-b3f9-707979f44232 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-683b1762-c08a-4ba1-b3f9-707979f44232 {
  display: none;
}
#s-683b1762-c08a-4ba1-b3f9-707979f44232, #wrap-s-683b1762-c08a-4ba1-b3f9-707979f44232, #wrap-content-s-683b1762-c08a-4ba1-b3f9-707979f44232 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-683b1762-c08a-4ba1-b3f9-707979f44232 {
  display: none;
}
#s-683b1762-c08a-4ba1-b3f9-707979f44232, #wrap-s-683b1762-c08a-4ba1-b3f9-707979f44232, #wrap-content-s-683b1762-c08a-4ba1-b3f9-707979f44232 { display: none !important; }}
#s-683b1762-c08a-4ba1-b3f9-707979f44232 {
  overflow: hidden;
  
  
}







  #s-683b1762-c08a-4ba1-b3f9-707979f44232 img.shogun-image {
    

    
    
    
  }


#s-683b1762-c08a-4ba1-b3f9-707979f44232 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-d98b4041-9871-4fed-9b77-d59a051e1313 {
  padding-top: 100px;
padding-left: 20px;
padding-bottom: 100px;
padding-right: 20px;
background-color: rgba(232, 235, 239, 1);
}
@media (min-width: 1200px){#s-d98b4041-9871-4fed-9b77-d59a051e1313 {
  display: none;
}
#s-d98b4041-9871-4fed-9b77-d59a051e1313, #wrap-s-d98b4041-9871-4fed-9b77-d59a051e1313, #wrap-content-s-d98b4041-9871-4fed-9b77-d59a051e1313 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d98b4041-9871-4fed-9b77-d59a051e1313 {
  display: none;
}
#s-d98b4041-9871-4fed-9b77-d59a051e1313, #wrap-s-d98b4041-9871-4fed-9b77-d59a051e1313, #wrap-content-s-d98b4041-9871-4fed-9b77-d59a051e1313 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d98b4041-9871-4fed-9b77-d59a051e1313 {
  display: none;
}
#s-d98b4041-9871-4fed-9b77-d59a051e1313, #wrap-s-d98b4041-9871-4fed-9b77-d59a051e1313, #wrap-content-s-d98b4041-9871-4fed-9b77-d59a051e1313 { display: none !important; }}
#s-a388f77e-d7b7-426c-b252-4eaa6f6b8d77 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a388f77e-d7b7-426c-b252-4eaa6f6b8d77 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a388f77e-d7b7-426c-b252-4eaa6f6b8d77 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a388f77e-d7b7-426c-b252-4eaa6f6b8d77 {
  
}
}







#s-a388f77e-d7b7-426c-b252-4eaa6f6b8d77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a388f77e-d7b7-426c-b252-4eaa6f6b8d77.shg-box.shg-c {
  justify-content: flex-start;
}

#s-719cd2be-ef57-4d9d-bc61-68dd72c8c638 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(232, 235, 239, 1);
}
@media (max-width: 767px){#s-719cd2be-ef57-4d9d-bc61-68dd72c8c638 {
  display: none;
}
#s-719cd2be-ef57-4d9d-bc61-68dd72c8c638, #wrap-s-719cd2be-ef57-4d9d-bc61-68dd72c8c638, #wrap-content-s-719cd2be-ef57-4d9d-bc61-68dd72c8c638 { display: none !important; }}
@media (min-width: 0px) {
[id="s-719cd2be-ef57-4d9d-bc61-68dd72c8c638"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-719cd2be-ef57-4d9d-bc61-68dd72c8c638"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-719cd2be-ef57-4d9d-bc61-68dd72c8c638"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-719cd2be-ef57-4d9d-bc61-68dd72c8c638"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-719cd2be-ef57-4d9d-bc61-68dd72c8c638"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-22a2d59f-19eb-4ccc-b99e-7284e08b5344 {
  margin-left: 0px;
margin-right: -15px;
text-align: center;
}
@media (max-width: 767px){#s-22a2d59f-19eb-4ccc-b99e-7284e08b5344 {
  display: none;
}
#s-22a2d59f-19eb-4ccc-b99e-7284e08b5344, #wrap-s-22a2d59f-19eb-4ccc-b99e-7284e08b5344, #wrap-content-s-22a2d59f-19eb-4ccc-b99e-7284e08b5344 { display: none !important; }}
#s-22a2d59f-19eb-4ccc-b99e-7284e08b5344 {
  overflow: hidden;
  
  
}








#s-22a2d59f-19eb-4ccc-b99e-7284e08b5344 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-62c64086-072e-4cd5-9ed9-4f99995406cd {
  margin-top: 25%;
margin-bottom: 25%;
padding-left: 10px;
padding-right: 10%;
min-height: 100%;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-62c64086-072e-4cd5-9ed9-4f99995406cd {
  display: none;
}
#s-62c64086-072e-4cd5-9ed9-4f99995406cd, #wrap-s-62c64086-072e-4cd5-9ed9-4f99995406cd, #wrap-content-s-62c64086-072e-4cd5-9ed9-4f99995406cd { display: none !important; }}@media (max-width: 767px){#s-62c64086-072e-4cd5-9ed9-4f99995406cd {
  display: none;
}
#s-62c64086-072e-4cd5-9ed9-4f99995406cd, #wrap-s-62c64086-072e-4cd5-9ed9-4f99995406cd, #wrap-content-s-62c64086-072e-4cd5-9ed9-4f99995406cd { display: none !important; }}
#s-9ca88eee-1cad-4e6a-b866-772cda8e07a3 {
  margin-top: 5%;
margin-bottom: 5%;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10%;
min-height: 100%;
opacity: 1;
}
@media (min-width: 1200px){#s-9ca88eee-1cad-4e6a-b866-772cda8e07a3 {
  display: none;
}
#s-9ca88eee-1cad-4e6a-b866-772cda8e07a3, #wrap-s-9ca88eee-1cad-4e6a-b866-772cda8e07a3, #wrap-content-s-9ca88eee-1cad-4e6a-b866-772cda8e07a3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ca88eee-1cad-4e6a-b866-772cda8e07a3 {
  display: none;
}
#s-9ca88eee-1cad-4e6a-b866-772cda8e07a3, #wrap-s-9ca88eee-1cad-4e6a-b866-772cda8e07a3, #wrap-content-s-9ca88eee-1cad-4e6a-b866-772cda8e07a3 { display: none !important; }}@media (max-width: 767px){#s-9ca88eee-1cad-4e6a-b866-772cda8e07a3 {
  display: none;
}
#s-9ca88eee-1cad-4e6a-b866-772cda8e07a3, #wrap-s-9ca88eee-1cad-4e6a-b866-772cda8e07a3, #wrap-content-s-9ca88eee-1cad-4e6a-b866-772cda8e07a3 { display: none !important; }}
#s-07ddaa92-ea00-470e-abb9-5f0b426958e4 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(232, 235, 239, 1);
}
@media (max-width: 767px){#s-07ddaa92-ea00-470e-abb9-5f0b426958e4 {
  display: none;
}
#s-07ddaa92-ea00-470e-abb9-5f0b426958e4, #wrap-s-07ddaa92-ea00-470e-abb9-5f0b426958e4, #wrap-content-s-07ddaa92-ea00-470e-abb9-5f0b426958e4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-07ddaa92-ea00-470e-abb9-5f0b426958e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07ddaa92-ea00-470e-abb9-5f0b426958e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07ddaa92-ea00-470e-abb9-5f0b426958e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07ddaa92-ea00-470e-abb9-5f0b426958e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-07ddaa92-ea00-470e-abb9-5f0b426958e4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b077e61e-2797-4f75-9b9c-287c7f566fd2 {
  margin-top: 25%;
margin-bottom: 25%;
padding-left: 10%;
padding-right: 10px;
min-height: 100%;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-b077e61e-2797-4f75-9b9c-287c7f566fd2 {
  display: none;
}
#s-b077e61e-2797-4f75-9b9c-287c7f566fd2, #wrap-s-b077e61e-2797-4f75-9b9c-287c7f566fd2, #wrap-content-s-b077e61e-2797-4f75-9b9c-287c7f566fd2 { display: none !important; }}@media (max-width: 767px){#s-b077e61e-2797-4f75-9b9c-287c7f566fd2 {
  display: none;
}
#s-b077e61e-2797-4f75-9b9c-287c7f566fd2, #wrap-s-b077e61e-2797-4f75-9b9c-287c7f566fd2, #wrap-content-s-b077e61e-2797-4f75-9b9c-287c7f566fd2 { display: none !important; }}
#s-954722b6-ea3a-490c-a9a3-03dea13dc15e {
  margin-top: 20%;
margin-bottom: 20%;
padding-left: 10%;
padding-right: 10px;
min-height: 100%;
opacity: 1;
}
@media (min-width: 1200px){#s-954722b6-ea3a-490c-a9a3-03dea13dc15e {
  display: none;
}
#s-954722b6-ea3a-490c-a9a3-03dea13dc15e, #wrap-s-954722b6-ea3a-490c-a9a3-03dea13dc15e, #wrap-content-s-954722b6-ea3a-490c-a9a3-03dea13dc15e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-954722b6-ea3a-490c-a9a3-03dea13dc15e {
  display: none;
}
#s-954722b6-ea3a-490c-a9a3-03dea13dc15e, #wrap-s-954722b6-ea3a-490c-a9a3-03dea13dc15e, #wrap-content-s-954722b6-ea3a-490c-a9a3-03dea13dc15e { display: none !important; }}@media (max-width: 767px){#s-954722b6-ea3a-490c-a9a3-03dea13dc15e {
  display: none;
}
#s-954722b6-ea3a-490c-a9a3-03dea13dc15e, #wrap-s-954722b6-ea3a-490c-a9a3-03dea13dc15e, #wrap-content-s-954722b6-ea3a-490c-a9a3-03dea13dc15e { display: none !important; }}
#s-5f7e1e6f-e53a-4eeb-ba20-69f88a207128 {
  margin-left: -15px;
margin-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-5f7e1e6f-e53a-4eeb-ba20-69f88a207128 {
  display: none;
}
#s-5f7e1e6f-e53a-4eeb-ba20-69f88a207128, #wrap-s-5f7e1e6f-e53a-4eeb-ba20-69f88a207128, #wrap-content-s-5f7e1e6f-e53a-4eeb-ba20-69f88a207128 { display: none !important; }}
#s-5f7e1e6f-e53a-4eeb-ba20-69f88a207128 {
  overflow: hidden;
  
  
}








#s-5f7e1e6f-e53a-4eeb-ba20-69f88a207128 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-e6b851d6-4a90-4aa6-9f9d-d188db7489e1 {
  margin-top: -50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e6b851d6-4a90-4aa6-9f9d-d188db7489e1 {
  display: none;
}
#s-e6b851d6-4a90-4aa6-9f9d-d188db7489e1, #wrap-s-e6b851d6-4a90-4aa6-9f9d-d188db7489e1, #wrap-content-s-e6b851d6-4a90-4aa6-9f9d-d188db7489e1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6b851d6-4a90-4aa6-9f9d-d188db7489e1 {
  display: none;
}
#s-e6b851d6-4a90-4aa6-9f9d-d188db7489e1, #wrap-s-e6b851d6-4a90-4aa6-9f9d-d188db7489e1, #wrap-content-s-e6b851d6-4a90-4aa6-9f9d-d188db7489e1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6b851d6-4a90-4aa6-9f9d-d188db7489e1 {
  display: none;
}
#s-e6b851d6-4a90-4aa6-9f9d-d188db7489e1, #wrap-s-e6b851d6-4a90-4aa6-9f9d-d188db7489e1, #wrap-content-s-e6b851d6-4a90-4aa6-9f9d-d188db7489e1 { display: none !important; }}
#s-e6b851d6-4a90-4aa6-9f9d-d188db7489e1 {
  overflow: hidden;
  
  
}







  #s-e6b851d6-4a90-4aa6-9f9d-d188db7489e1 img.shogun-image {
    

    
    
    
  }


#s-e6b851d6-4a90-4aa6-9f9d-d188db7489e1 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-78d2a3ad-5998-45ee-84fe-4948ee607545 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-78d2a3ad-5998-45ee-84fe-4948ee607545 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-dadd1340-ded9-476a-97bf-b19260e93628 {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-dadd1340-ded9-476a-97bf-b19260e93628 {
  display: none;
}
#s-dadd1340-ded9-476a-97bf-b19260e93628, #wrap-s-dadd1340-ded9-476a-97bf-b19260e93628, #wrap-content-s-dadd1340-ded9-476a-97bf-b19260e93628 { display: none !important; }}
@media (min-width: 0px) {
[id="s-dadd1340-ded9-476a-97bf-b19260e93628"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dadd1340-ded9-476a-97bf-b19260e93628"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dadd1340-ded9-476a-97bf-b19260e93628"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dadd1340-ded9-476a-97bf-b19260e93628"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dadd1340-ded9-476a-97bf-b19260e93628"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dadd1340-ded9-476a-97bf-b19260e93628"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dadd1340-ded9-476a-97bf-b19260e93628"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e3d1eaa7-4c21-4714-809f-1df970487d97 .shogun-icon-wrapper {
  text-align: right;
}


#s-e3d1eaa7-4c21-4714-809f-1df970487d97 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-cb32266b-0b91-4b7e-87da-80ed37ddddcc {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-4e7fa431-71a3-4587-a0a2-b116365e6f3c {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-4e7fa431-71a3-4587-a0a2-b116365e6f3c {
  display: none;
}
#s-4e7fa431-71a3-4587-a0a2-b116365e6f3c, #wrap-s-4e7fa431-71a3-4587-a0a2-b116365e6f3c, #wrap-content-s-4e7fa431-71a3-4587-a0a2-b116365e6f3c { display: none !important; }}
@media (min-width: 0px) {
[id="s-4e7fa431-71a3-4587-a0a2-b116365e6f3c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4e7fa431-71a3-4587-a0a2-b116365e6f3c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e7fa431-71a3-4587-a0a2-b116365e6f3c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4e7fa431-71a3-4587-a0a2-b116365e6f3c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e7fa431-71a3-4587-a0a2-b116365e6f3c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e7fa431-71a3-4587-a0a2-b116365e6f3c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e7fa431-71a3-4587-a0a2-b116365e6f3c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-9a416b07-8887-4fdb-bc52-75cd7f7beccc .shogun-icon-wrapper {
  text-align: right;
}


#s-9a416b07-8887-4fdb-bc52-75cd7f7beccc .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-d8357ae5-9aae-44d4-afea-3971188d8769 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-9455824a-3d97-4228-a6c8-241499dc6e9c {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-9455824a-3d97-4228-a6c8-241499dc6e9c {
  display: none;
}
#s-9455824a-3d97-4228-a6c8-241499dc6e9c, #wrap-s-9455824a-3d97-4228-a6c8-241499dc6e9c, #wrap-content-s-9455824a-3d97-4228-a6c8-241499dc6e9c { display: none !important; }}
@media (min-width: 0px) {
[id="s-9455824a-3d97-4228-a6c8-241499dc6e9c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9455824a-3d97-4228-a6c8-241499dc6e9c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9455824a-3d97-4228-a6c8-241499dc6e9c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9455824a-3d97-4228-a6c8-241499dc6e9c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9455824a-3d97-4228-a6c8-241499dc6e9c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9455824a-3d97-4228-a6c8-241499dc6e9c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9455824a-3d97-4228-a6c8-241499dc6e9c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-a6b3a58b-4a42-47ed-a98d-8f60fd787541 .shogun-icon-wrapper {
  text-align: right;
}


#s-a6b3a58b-4a42-47ed-a98d-8f60fd787541 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-8d3d8cdc-8952-4034-8276-e9fcf438e413 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-edce6f9c-4be0-4dbf-b20f-d17ad8905d5b {
  margin-top: 10px;
margin-left: -50%;
margin-bottom: 10px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-edce6f9c-4be0-4dbf-b20f-d17ad8905d5b {
  display: none;
}
#s-edce6f9c-4be0-4dbf-b20f-d17ad8905d5b, #wrap-s-edce6f9c-4be0-4dbf-b20f-d17ad8905d5b, #wrap-content-s-edce6f9c-4be0-4dbf-b20f-d17ad8905d5b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-edce6f9c-4be0-4dbf-b20f-d17ad8905d5b {
  display: none;
}
#s-edce6f9c-4be0-4dbf-b20f-d17ad8905d5b, #wrap-s-edce6f9c-4be0-4dbf-b20f-d17ad8905d5b, #wrap-content-s-edce6f9c-4be0-4dbf-b20f-d17ad8905d5b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-edce6f9c-4be0-4dbf-b20f-d17ad8905d5b {
  display: none;
}
#s-edce6f9c-4be0-4dbf-b20f-d17ad8905d5b, #wrap-s-edce6f9c-4be0-4dbf-b20f-d17ad8905d5b, #wrap-content-s-edce6f9c-4be0-4dbf-b20f-d17ad8905d5b { display: none !important; }}
@media (min-width: 0px) {
[id="s-edce6f9c-4be0-4dbf-b20f-d17ad8905d5b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-edce6f9c-4be0-4dbf-b20f-d17ad8905d5b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-edce6f9c-4be0-4dbf-b20f-d17ad8905d5b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-edce6f9c-4be0-4dbf-b20f-d17ad8905d5b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-edce6f9c-4be0-4dbf-b20f-d17ad8905d5b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-edce6f9c-4be0-4dbf-b20f-d17ad8905d5b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-edce6f9c-4be0-4dbf-b20f-d17ad8905d5b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b14ecf21-ef40-4e9c-8c43-dd3c834fd26d .shogun-icon-wrapper {
  text-align: right;
}


#s-b14ecf21-ef40-4e9c-8c43-dd3c834fd26d .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-265aa922-a93a-42e2-bc96-dfa1bd7729d1 {
  margin-top: 5px;
margin-left: -5px;
margin-bottom: 5px;
}

#s-89a0089d-3ab8-4b4f-a423-5a27093a3b02 {
  margin-top: 10px;
margin-left: -50%;
margin-bottom: 10px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-89a0089d-3ab8-4b4f-a423-5a27093a3b02 {
  display: none;
}
#s-89a0089d-3ab8-4b4f-a423-5a27093a3b02, #wrap-s-89a0089d-3ab8-4b4f-a423-5a27093a3b02, #wrap-content-s-89a0089d-3ab8-4b4f-a423-5a27093a3b02 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-89a0089d-3ab8-4b4f-a423-5a27093a3b02 {
  display: none;
}
#s-89a0089d-3ab8-4b4f-a423-5a27093a3b02, #wrap-s-89a0089d-3ab8-4b4f-a423-5a27093a3b02, #wrap-content-s-89a0089d-3ab8-4b4f-a423-5a27093a3b02 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-89a0089d-3ab8-4b4f-a423-5a27093a3b02 {
  display: none;
}
#s-89a0089d-3ab8-4b4f-a423-5a27093a3b02, #wrap-s-89a0089d-3ab8-4b4f-a423-5a27093a3b02, #wrap-content-s-89a0089d-3ab8-4b4f-a423-5a27093a3b02 { display: none !important; }}
@media (min-width: 0px) {
[id="s-89a0089d-3ab8-4b4f-a423-5a27093a3b02"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-89a0089d-3ab8-4b4f-a423-5a27093a3b02"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-89a0089d-3ab8-4b4f-a423-5a27093a3b02"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-89a0089d-3ab8-4b4f-a423-5a27093a3b02"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-89a0089d-3ab8-4b4f-a423-5a27093a3b02"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-89a0089d-3ab8-4b4f-a423-5a27093a3b02"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-89a0089d-3ab8-4b4f-a423-5a27093a3b02"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-2b187404-426d-4afb-8963-74f043d0b865 .shogun-icon-wrapper {
  text-align: right;
}


#s-2b187404-426d-4afb-8963-74f043d0b865 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-8e793921-b520-4e9f-acbf-d4d06a3ebc06 {
  margin-top: 5px;
margin-left: -5px;
margin-bottom: 5px;
}

#s-b2004dc9-c736-4fd7-8b4d-4339be08ae2e {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-b2004dc9-c736-4fd7-8b4d-4339be08ae2e {
  display: none;
}
#s-b2004dc9-c736-4fd7-8b4d-4339be08ae2e, #wrap-s-b2004dc9-c736-4fd7-8b4d-4339be08ae2e, #wrap-content-s-b2004dc9-c736-4fd7-8b4d-4339be08ae2e { display: none !important; }}
@media (min-width: 0px) {
[id="s-b2004dc9-c736-4fd7-8b4d-4339be08ae2e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b2004dc9-c736-4fd7-8b4d-4339be08ae2e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2004dc9-c736-4fd7-8b4d-4339be08ae2e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2004dc9-c736-4fd7-8b4d-4339be08ae2e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2004dc9-c736-4fd7-8b4d-4339be08ae2e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2004dc9-c736-4fd7-8b4d-4339be08ae2e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2004dc9-c736-4fd7-8b4d-4339be08ae2e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-53404846-1659-4ce0-a056-b654890bc321 .shogun-icon-wrapper {
  text-align: right;
}


#s-53404846-1659-4ce0-a056-b654890bc321 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-9d08bcf6-9ae6-4229-856f-bdb80adb793c {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-6c79d41f-618f-4069-b26e-da70a2b68cf2 {
  margin-top: 10px;
margin-left: -50%;
margin-bottom: 10px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-6c79d41f-618f-4069-b26e-da70a2b68cf2 {
  display: none;
}
#s-6c79d41f-618f-4069-b26e-da70a2b68cf2, #wrap-s-6c79d41f-618f-4069-b26e-da70a2b68cf2, #wrap-content-s-6c79d41f-618f-4069-b26e-da70a2b68cf2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c79d41f-618f-4069-b26e-da70a2b68cf2 {
  display: none;
}
#s-6c79d41f-618f-4069-b26e-da70a2b68cf2, #wrap-s-6c79d41f-618f-4069-b26e-da70a2b68cf2, #wrap-content-s-6c79d41f-618f-4069-b26e-da70a2b68cf2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c79d41f-618f-4069-b26e-da70a2b68cf2 {
  display: none;
}
#s-6c79d41f-618f-4069-b26e-da70a2b68cf2, #wrap-s-6c79d41f-618f-4069-b26e-da70a2b68cf2, #wrap-content-s-6c79d41f-618f-4069-b26e-da70a2b68cf2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6c79d41f-618f-4069-b26e-da70a2b68cf2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6c79d41f-618f-4069-b26e-da70a2b68cf2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c79d41f-618f-4069-b26e-da70a2b68cf2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c79d41f-618f-4069-b26e-da70a2b68cf2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c79d41f-618f-4069-b26e-da70a2b68cf2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c79d41f-618f-4069-b26e-da70a2b68cf2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c79d41f-618f-4069-b26e-da70a2b68cf2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-2157e572-8096-4b05-a62f-076b32fc9666 .shogun-icon-wrapper {
  text-align: right;
}


#s-2157e572-8096-4b05-a62f-076b32fc9666 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-4b8cfc18-f96d-4afd-ad79-f6a0d16acbb0 {
  margin-top: 5px;
margin-left: -5px;
margin-bottom: 5px;
}

#s-ff1dc206-7152-44c2-9db0-d5c243a446a7 {
  margin-top: 10px;
margin-left: -50%;
margin-bottom: 10px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-ff1dc206-7152-44c2-9db0-d5c243a446a7 {
  display: none;
}
#s-ff1dc206-7152-44c2-9db0-d5c243a446a7, #wrap-s-ff1dc206-7152-44c2-9db0-d5c243a446a7, #wrap-content-s-ff1dc206-7152-44c2-9db0-d5c243a446a7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff1dc206-7152-44c2-9db0-d5c243a446a7 {
  display: none;
}
#s-ff1dc206-7152-44c2-9db0-d5c243a446a7, #wrap-s-ff1dc206-7152-44c2-9db0-d5c243a446a7, #wrap-content-s-ff1dc206-7152-44c2-9db0-d5c243a446a7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff1dc206-7152-44c2-9db0-d5c243a446a7 {
  display: none;
}
#s-ff1dc206-7152-44c2-9db0-d5c243a446a7, #wrap-s-ff1dc206-7152-44c2-9db0-d5c243a446a7, #wrap-content-s-ff1dc206-7152-44c2-9db0-d5c243a446a7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ff1dc206-7152-44c2-9db0-d5c243a446a7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ff1dc206-7152-44c2-9db0-d5c243a446a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff1dc206-7152-44c2-9db0-d5c243a446a7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff1dc206-7152-44c2-9db0-d5c243a446a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff1dc206-7152-44c2-9db0-d5c243a446a7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff1dc206-7152-44c2-9db0-d5c243a446a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff1dc206-7152-44c2-9db0-d5c243a446a7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-addce0c1-5362-4543-a4c6-6cca24a5a155 .shogun-icon-wrapper {
  text-align: right;
}


#s-addce0c1-5362-4543-a4c6-6cca24a5a155 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-4d40a1c0-b799-4ace-85db-85a1b06e34a6 {
  margin-top: 5px;
margin-left: -5px;
margin-bottom: 5px;
}

#s-115c7fd5-33e6-489e-8cc7-1f18dce01e6f {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-115c7fd5-33e6-489e-8cc7-1f18dce01e6f {
  display: none;
}
#s-115c7fd5-33e6-489e-8cc7-1f18dce01e6f, #wrap-s-115c7fd5-33e6-489e-8cc7-1f18dce01e6f, #wrap-content-s-115c7fd5-33e6-489e-8cc7-1f18dce01e6f { display: none !important; }}
@media (min-width: 0px) {
[id="s-115c7fd5-33e6-489e-8cc7-1f18dce01e6f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-115c7fd5-33e6-489e-8cc7-1f18dce01e6f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-115c7fd5-33e6-489e-8cc7-1f18dce01e6f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-115c7fd5-33e6-489e-8cc7-1f18dce01e6f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-115c7fd5-33e6-489e-8cc7-1f18dce01e6f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-115c7fd5-33e6-489e-8cc7-1f18dce01e6f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-115c7fd5-33e6-489e-8cc7-1f18dce01e6f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-58e22649-cc04-499e-a834-db726a9b1976 .shogun-icon-wrapper {
  text-align: right;
}


#s-58e22649-cc04-499e-a834-db726a9b1976 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-97f89f1a-77f3-4355-9d81-2dedbe0ab3f8 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-196f2661-d451-4055-8e09-be4cd9db412c {
  margin-top: 10px;
margin-left: -50%;
margin-bottom: 10px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-196f2661-d451-4055-8e09-be4cd9db412c {
  display: none;
}
#s-196f2661-d451-4055-8e09-be4cd9db412c, #wrap-s-196f2661-d451-4055-8e09-be4cd9db412c, #wrap-content-s-196f2661-d451-4055-8e09-be4cd9db412c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-196f2661-d451-4055-8e09-be4cd9db412c {
  display: none;
}
#s-196f2661-d451-4055-8e09-be4cd9db412c, #wrap-s-196f2661-d451-4055-8e09-be4cd9db412c, #wrap-content-s-196f2661-d451-4055-8e09-be4cd9db412c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-196f2661-d451-4055-8e09-be4cd9db412c {
  display: none;
}
#s-196f2661-d451-4055-8e09-be4cd9db412c, #wrap-s-196f2661-d451-4055-8e09-be4cd9db412c, #wrap-content-s-196f2661-d451-4055-8e09-be4cd9db412c { display: none !important; }}
@media (min-width: 0px) {
[id="s-196f2661-d451-4055-8e09-be4cd9db412c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-196f2661-d451-4055-8e09-be4cd9db412c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-196f2661-d451-4055-8e09-be4cd9db412c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-196f2661-d451-4055-8e09-be4cd9db412c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-196f2661-d451-4055-8e09-be4cd9db412c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-196f2661-d451-4055-8e09-be4cd9db412c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-196f2661-d451-4055-8e09-be4cd9db412c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-f5e3c86f-63b3-48c9-b8c0-bd4c8cb0fbc3 .shogun-icon-wrapper {
  text-align: right;
}


#s-f5e3c86f-63b3-48c9-b8c0-bd4c8cb0fbc3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-e86ae1f6-c23b-42c1-9626-6725faf0da9e {
  margin-top: 5px;
margin-left: -5px;
margin-bottom: 5px;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-a017fd1b-71f5-41ac-9c12-5a48f36da691 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}
@media (max-width: 767px){#s-a017fd1b-71f5-41ac-9c12-5a48f36da691 {
  display: none;
}
#s-a017fd1b-71f5-41ac-9c12-5a48f36da691, #wrap-s-a017fd1b-71f5-41ac-9c12-5a48f36da691, #wrap-content-s-a017fd1b-71f5-41ac-9c12-5a48f36da691 { display: none !important; }}
#s-9d37e968-58ad-46ea-bc53-462edb7f4e83 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-9d37e968-58ad-46ea-bc53-462edb7f4e83 {
  display: none;
}
#s-9d37e968-58ad-46ea-bc53-462edb7f4e83, #wrap-s-9d37e968-58ad-46ea-bc53-462edb7f4e83, #wrap-content-s-9d37e968-58ad-46ea-bc53-462edb7f4e83 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d37e968-58ad-46ea-bc53-462edb7f4e83 {
  display: none;
}
#s-9d37e968-58ad-46ea-bc53-462edb7f4e83, #wrap-s-9d37e968-58ad-46ea-bc53-462edb7f4e83, #wrap-content-s-9d37e968-58ad-46ea-bc53-462edb7f4e83 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9d37e968-58ad-46ea-bc53-462edb7f4e83 {
  display: none;
}
#s-9d37e968-58ad-46ea-bc53-462edb7f4e83, #wrap-s-9d37e968-58ad-46ea-bc53-462edb7f4e83, #wrap-content-s-9d37e968-58ad-46ea-bc53-462edb7f4e83 { display: none !important; }}
#s-ece9d776-eeb9-4296-a761-eb7bc05c437c {
  min-height: 50px;
}








#s-ece9d776-eeb9-4296-a761-eb7bc05c437c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ece9d776-eeb9-4296-a761-eb7bc05c437c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-685c5dcd-d1c3-450e-a48c-74bfe2610a1a {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-685c5dcd-d1c3-450e-a48c-74bfe2610a1a .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-2cbdba90-4b5d-4029-93ba-2515c4ad6d05 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 35px;
padding-bottom: 50px;
}

#s-61a47c81-5c3f-49e8-9216-df68f665254e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-61a47c81-5c3f-49e8-9216-df68f665254e {
  display: none;
}
#s-61a47c81-5c3f-49e8-9216-df68f665254e, #wrap-s-61a47c81-5c3f-49e8-9216-df68f665254e, #wrap-content-s-61a47c81-5c3f-49e8-9216-df68f665254e { display: none !important; }}







#s-61a47c81-5c3f-49e8-9216-df68f665254e > .shg-box-overlay {
  background-color: #fff;
  opacity: 000;
  display: block;
}#s-61a47c81-5c3f-49e8-9216-df68f665254e.shg-box.shg-c {
  justify-content: center;
}

#s-edd169c8-eaeb-44c2-90f2-f6d392ed3f1c {
  margin-left: 5px;
margin-right: 5px;
padding-left: 20%;
padding-right: 20%;
}
@media (max-width: 767px){#s-edd169c8-eaeb-44c2-90f2-f6d392ed3f1c {
  display: none;
}
#s-edd169c8-eaeb-44c2-90f2-f6d392ed3f1c, #wrap-s-edd169c8-eaeb-44c2-90f2-f6d392ed3f1c, #wrap-content-s-edd169c8-eaeb-44c2-90f2-f6d392ed3f1c { display: none !important; }}
#s-1e21b557-dc29-4e45-acf5-21389d4d89cc {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-1e21b557-dc29-4e45-acf5-21389d4d89cc {
  display: none;
}
#s-1e21b557-dc29-4e45-acf5-21389d4d89cc, #wrap-s-1e21b557-dc29-4e45-acf5-21389d4d89cc, #wrap-content-s-1e21b557-dc29-4e45-acf5-21389d4d89cc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e21b557-dc29-4e45-acf5-21389d4d89cc {
  display: none;
}
#s-1e21b557-dc29-4e45-acf5-21389d4d89cc, #wrap-s-1e21b557-dc29-4e45-acf5-21389d4d89cc, #wrap-content-s-1e21b557-dc29-4e45-acf5-21389d4d89cc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e21b557-dc29-4e45-acf5-21389d4d89cc {
  display: none;
}
#s-1e21b557-dc29-4e45-acf5-21389d4d89cc, #wrap-s-1e21b557-dc29-4e45-acf5-21389d4d89cc, #wrap-content-s-1e21b557-dc29-4e45-acf5-21389d4d89cc { display: none !important; }}







#s-1e21b557-dc29-4e45-acf5-21389d4d89cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e21b557-dc29-4e45-acf5-21389d4d89cc.shg-box.shg-c {
  justify-content: center;
}

#s-74ebbef5-078f-4cd4-b5a3-cd3b91f861f1 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-74ebbef5-078f-4cd4-b5a3-cd3b91f861f1 {
  display: none;
}
#s-74ebbef5-078f-4cd4-b5a3-cd3b91f861f1, #wrap-s-74ebbef5-078f-4cd4-b5a3-cd3b91f861f1, #wrap-content-s-74ebbef5-078f-4cd4-b5a3-cd3b91f861f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74ebbef5-078f-4cd4-b5a3-cd3b91f861f1 {
  display: none;
}
#s-74ebbef5-078f-4cd4-b5a3-cd3b91f861f1, #wrap-s-74ebbef5-078f-4cd4-b5a3-cd3b91f861f1, #wrap-content-s-74ebbef5-078f-4cd4-b5a3-cd3b91f861f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74ebbef5-078f-4cd4-b5a3-cd3b91f861f1 {
  display: none;
}
#s-74ebbef5-078f-4cd4-b5a3-cd3b91f861f1, #wrap-s-74ebbef5-078f-4cd4-b5a3-cd3b91f861f1, #wrap-content-s-74ebbef5-078f-4cd4-b5a3-cd3b91f861f1 { display: none !important; }}
#s-7ae3ad0f-4ffd-45b5-8cf2-2387bfe1e815 {
  min-height: 50px;
}








#s-7ae3ad0f-4ffd-45b5-8cf2-2387bfe1e815 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ae3ad0f-4ffd-45b5-8cf2-2387bfe1e815.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b8029ed0-25de-43b8-9f01-f09a6f35e8f1 {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(194, 157, 51, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b8029ed0-25de-43b8-9f01-f09a6f35e8f1 {
  display: none;
}
#s-b8029ed0-25de-43b8-9f01-f09a6f35e8f1, #wrap-s-b8029ed0-25de-43b8-9f01-f09a6f35e8f1, #wrap-content-s-b8029ed0-25de-43b8-9f01-f09a6f35e8f1 { display: none !important; }}@media (max-width: 767px){#s-b8029ed0-25de-43b8-9f01-f09a6f35e8f1 {
  display: none;
}
#s-b8029ed0-25de-43b8-9f01-f09a6f35e8f1, #wrap-s-b8029ed0-25de-43b8-9f01-f09a6f35e8f1, #wrap-content-s-b8029ed0-25de-43b8-9f01-f09a6f35e8f1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b8029ed0-25de-43b8-9f01-f09a6f35e8f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8029ed0-25de-43b8-9f01-f09a6f35e8f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8029ed0-25de-43b8-9f01-f09a6f35e8f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8029ed0-25de-43b8-9f01-f09a6f35e8f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7920cf75-a59f-4948-9526-ddb8d00db273 {
  padding-left: 30%;
padding-right: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7920cf75-a59f-4948-9526-ddb8d00db273 {
  display: none;
}
#s-7920cf75-a59f-4948-9526-ddb8d00db273, #wrap-s-7920cf75-a59f-4948-9526-ddb8d00db273, #wrap-content-s-7920cf75-a59f-4948-9526-ddb8d00db273 { display: none !important; }}@media (max-width: 767px){#s-7920cf75-a59f-4948-9526-ddb8d00db273 {
  display: none;
}
#s-7920cf75-a59f-4948-9526-ddb8d00db273, #wrap-s-7920cf75-a59f-4948-9526-ddb8d00db273, #wrap-content-s-7920cf75-a59f-4948-9526-ddb8d00db273 { display: none !important; }}
#s-7920cf75-a59f-4948-9526-ddb8d00db273 {
  overflow: hidden;
  
  
}







  #s-7920cf75-a59f-4948-9526-ddb8d00db273 img.shogun-image {
    

    
    
    
  }


#s-7920cf75-a59f-4948-9526-ddb8d00db273 .shogun-image-content {
  
    justify-content: center;
  
}

#s-57072748-dde0-47d9-80aa-727dd8c49e8c {
  margin-top: 15%;
margin-bottom: 15%;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-57072748-dde0-47d9-80aa-727dd8c49e8c {
  display: none;
}
#s-57072748-dde0-47d9-80aa-727dd8c49e8c, #wrap-s-57072748-dde0-47d9-80aa-727dd8c49e8c, #wrap-content-s-57072748-dde0-47d9-80aa-727dd8c49e8c { display: none !important; }}@media (max-width: 767px){#s-57072748-dde0-47d9-80aa-727dd8c49e8c {
  display: none;
}
#s-57072748-dde0-47d9-80aa-727dd8c49e8c, #wrap-s-57072748-dde0-47d9-80aa-727dd8c49e8c, #wrap-content-s-57072748-dde0-47d9-80aa-727dd8c49e8c { display: none !important; }}
#s-30189099-31f4-48a8-be9d-0cc65a3ceed2 {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(194, 157, 51, 1);
}
@media (min-width: 1200px){#s-30189099-31f4-48a8-be9d-0cc65a3ceed2 {
  display: none;
}
#s-30189099-31f4-48a8-be9d-0cc65a3ceed2, #wrap-s-30189099-31f4-48a8-be9d-0cc65a3ceed2, #wrap-content-s-30189099-31f4-48a8-be9d-0cc65a3ceed2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30189099-31f4-48a8-be9d-0cc65a3ceed2 {
  display: none;
}
#s-30189099-31f4-48a8-be9d-0cc65a3ceed2, #wrap-s-30189099-31f4-48a8-be9d-0cc65a3ceed2, #wrap-content-s-30189099-31f4-48a8-be9d-0cc65a3ceed2 { display: none !important; }}@media (max-width: 767px){#s-30189099-31f4-48a8-be9d-0cc65a3ceed2 {
  display: none;
}
#s-30189099-31f4-48a8-be9d-0cc65a3ceed2, #wrap-s-30189099-31f4-48a8-be9d-0cc65a3ceed2, #wrap-content-s-30189099-31f4-48a8-be9d-0cc65a3ceed2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-30189099-31f4-48a8-be9d-0cc65a3ceed2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30189099-31f4-48a8-be9d-0cc65a3ceed2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30189099-31f4-48a8-be9d-0cc65a3ceed2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30189099-31f4-48a8-be9d-0cc65a3ceed2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30189099-31f4-48a8-be9d-0cc65a3ceed2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30189099-31f4-48a8-be9d-0cc65a3ceed2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30189099-31f4-48a8-be9d-0cc65a3ceed2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-fa7c301c-702b-4df1-8f71-4bfe988da761 {
  padding-top: 25%;
padding-left: 5%;
padding-right: 10px;
text-align: center;
}

#s-fa7c301c-702b-4df1-8f71-4bfe988da761 {
  overflow: hidden;
  
  
}







  #s-fa7c301c-702b-4df1-8f71-4bfe988da761 img.shogun-image {
    

    
    
    
  }


#s-fa7c301c-702b-4df1-8f71-4bfe988da761 .shogun-image-content {
  
    justify-content: center;
  
}

#s-aea4d07b-3b65-46ab-8b9a-24ece0f2461b {
  margin-top: 15%;
margin-bottom: 15%;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10%;
}

#s-b82b2e8b-119d-4162-b6aa-7ee1b83ec868 {
  background-color: rgba(194, 157, 51, 1);
}
@media (min-width: 1200px){#s-b82b2e8b-119d-4162-b6aa-7ee1b83ec868 {
  display: none;
}
#s-b82b2e8b-119d-4162-b6aa-7ee1b83ec868, #wrap-s-b82b2e8b-119d-4162-b6aa-7ee1b83ec868, #wrap-content-s-b82b2e8b-119d-4162-b6aa-7ee1b83ec868 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b82b2e8b-119d-4162-b6aa-7ee1b83ec868 {
  display: none;
}
#s-b82b2e8b-119d-4162-b6aa-7ee1b83ec868, #wrap-s-b82b2e8b-119d-4162-b6aa-7ee1b83ec868, #wrap-content-s-b82b2e8b-119d-4162-b6aa-7ee1b83ec868 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b82b2e8b-119d-4162-b6aa-7ee1b83ec868 {
  display: none;
}
#s-b82b2e8b-119d-4162-b6aa-7ee1b83ec868, #wrap-s-b82b2e8b-119d-4162-b6aa-7ee1b83ec868, #wrap-content-s-b82b2e8b-119d-4162-b6aa-7ee1b83ec868 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b82b2e8b-119d-4162-b6aa-7ee1b83ec868"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b82b2e8b-119d-4162-b6aa-7ee1b83ec868"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b82b2e8b-119d-4162-b6aa-7ee1b83ec868"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b82b2e8b-119d-4162-b6aa-7ee1b83ec868"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-59df98b2-aa50-4098-a2a2-9e6cfb960cca {
  padding-left: 60px;
padding-right: 60px;
text-align: center;
}

#s-59df98b2-aa50-4098-a2a2-9e6cfb960cca {
  overflow: hidden;
  
  
}







  #s-59df98b2-aa50-4098-a2a2-9e6cfb960cca img.shogun-image {
    

    
    
    
  }


#s-59df98b2-aa50-4098-a2a2-9e6cfb960cca .shogun-image-content {
  
    justify-content: center;
  
}

#s-dfb55312-3eab-4bb2-88ba-e3de8e796303 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
}

#s-58b01f73-9c7c-4e86-891c-b9178dff334b {
  min-height: 50px;
}








#s-58b01f73-9c7c-4e86-891c-b9178dff334b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58b01f73-9c7c-4e86-891c-b9178dff334b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0faa52c9-dfcb-4eab-8064-32128870440e {
  min-height: 50px;
}
@media (max-width: 767px){#s-0faa52c9-dfcb-4eab-8064-32128870440e {
  display: none;
}
#s-0faa52c9-dfcb-4eab-8064-32128870440e, #wrap-s-0faa52c9-dfcb-4eab-8064-32128870440e, #wrap-content-s-0faa52c9-dfcb-4eab-8064-32128870440e { display: none !important; }}







#s-0faa52c9-dfcb-4eab-8064-32128870440e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0faa52c9-dfcb-4eab-8064-32128870440e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4e9af0d2-9c62-4c5f-acda-c59da206e053 {
  min-height: 50px;
}








#s-4e9af0d2-9c62-4c5f-acda-c59da206e053 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e9af0d2-9c62-4c5f-acda-c59da206e053.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5df2e60d-4790-4091-b358-7c39c7fbdbee {
  padding-top: 70px;
padding-bottom: 10px;
text-align: center;
}

#s-5df2e60d-4790-4091-b358-7c39c7fbdbee .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-0c2e6618-4717-49e9-9c3e-b00f68e3964d {
  border-style: solid;
margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
}

#s-615a280d-32ac-440c-8a39-bdef26683423 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-615a280d-32ac-440c-8a39-bdef26683423"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-615a280d-32ac-440c-8a39-bdef26683423"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-615a280d-32ac-440c-8a39-bdef26683423"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-615a280d-32ac-440c-8a39-bdef26683423"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fb524f23-8147-44b9-b7af-6d56d857523a {
  
}

#s-9229e8b2-58a7-440f-9c0c-4469735287e8 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9229e8b2-58a7-440f-9c0c-4469735287e8 {
  display: none;
}
#s-9229e8b2-58a7-440f-9c0c-4469735287e8, #wrap-s-9229e8b2-58a7-440f-9c0c-4469735287e8, #wrap-content-s-9229e8b2-58a7-440f-9c0c-4469735287e8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9229e8b2-58a7-440f-9c0c-4469735287e8 {
  display: none;
}
#s-9229e8b2-58a7-440f-9c0c-4469735287e8, #wrap-s-9229e8b2-58a7-440f-9c0c-4469735287e8, #wrap-content-s-9229e8b2-58a7-440f-9c0c-4469735287e8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9229e8b2-58a7-440f-9c0c-4469735287e8 {
  display: none;
}
#s-9229e8b2-58a7-440f-9c0c-4469735287e8, #wrap-s-9229e8b2-58a7-440f-9c0c-4469735287e8, #wrap-content-s-9229e8b2-58a7-440f-9c0c-4469735287e8 { display: none !important; }}







#s-9229e8b2-58a7-440f-9c0c-4469735287e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9229e8b2-58a7-440f-9c0c-4469735287e8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-640d7e98-d8e5-45db-8779-0106c569b3a1 {
  min-height: 50px;
}








#s-640d7e98-d8e5-45db-8779-0106c569b3a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-640d7e98-d8e5-45db-8779-0106c569b3a1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e5a00fb3-7f0e-4a58-9bf4-5cff45a59ac5 {
  padding-top: 70px;
padding-bottom: 10px;
text-align: center;
}

#s-e5a00fb3-7f0e-4a58-9bf4-5cff45a59ac5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-239d4f30-079a-4c50-ab06-7435b26ebf3e {
  border-style: solid;
margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
}

#s-7cfe397e-b3a6-461c-9c63-471037fcb652 {
  margin-top: -10px;
margin-left: 0px;
margin-right: 0px;
padding-left: 14%;
padding-right: 14%;
}

@media (min-width: 0px) {
[id="s-7cfe397e-b3a6-461c-9c63-471037fcb652"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cfe397e-b3a6-461c-9c63-471037fcb652"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7cfe397e-b3a6-461c-9c63-471037fcb652"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cfe397e-b3a6-461c-9c63-471037fcb652"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-401b56b7-b641-4c31-8757-cf6390401113 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d2599cdb-480f-4a67-a5d0-320d703b20cb {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-7073ce7b-f7bc-4aae-a863-23be01dc31be {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7073ce7b-f7bc-4aae-a863-23be01dc31be {
  display: none;
}
#s-7073ce7b-f7bc-4aae-a863-23be01dc31be, #wrap-s-7073ce7b-f7bc-4aae-a863-23be01dc31be, #wrap-content-s-7073ce7b-f7bc-4aae-a863-23be01dc31be { display: none !important; }}@media (max-width: 767px){#s-7073ce7b-f7bc-4aae-a863-23be01dc31be {
  display: none;
}
#s-7073ce7b-f7bc-4aae-a863-23be01dc31be, #wrap-s-7073ce7b-f7bc-4aae-a863-23be01dc31be, #wrap-content-s-7073ce7b-f7bc-4aae-a863-23be01dc31be { display: none !important; }}
#s-7073ce7b-f7bc-4aae-a863-23be01dc31be .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7073ce7b-f7bc-4aae-a863-23be01dc31be .shg-sld-nav-button.shg-sld-left,
#s-7073ce7b-f7bc-4aae-a863-23be01dc31be .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-cb839a5b-812e-41c8-a58d-417157891079 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-cb839a5b-812e-41c8-a58d-417157891079 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cb839a5b-812e-41c8-a58d-417157891079 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cb839a5b-812e-41c8-a58d-417157891079 {
  
}
}@media (max-width: 767px){#s-cb839a5b-812e-41c8-a58d-417157891079 {
  
}
}







#s-cb839a5b-812e-41c8-a58d-417157891079 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb839a5b-812e-41c8-a58d-417157891079.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2423917f-0c82-4f5b-abe4-8b9ddb28a1cc {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-2423917f-0c82-4f5b-abe4-8b9ddb28a1cc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2423917f-0c82-4f5b-abe4-8b9ddb28a1cc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2423917f-0c82-4f5b-abe4-8b9ddb28a1cc {
  
}
}@media (max-width: 767px){#s-2423917f-0c82-4f5b-abe4-8b9ddb28a1cc {
  
}
}
@media (min-width: 0px) {
[id="s-2423917f-0c82-4f5b-abe4-8b9ddb28a1cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2423917f-0c82-4f5b-abe4-8b9ddb28a1cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-2423917f-0c82-4f5b-abe4-8b9ddb28a1cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-2423917f-0c82-4f5b-abe4-8b9ddb28a1cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-0db5f51a-2df5-49de-87e7-e43f43d623a2 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0db5f51a-2df5-49de-87e7-e43f43d623a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0db5f51a-2df5-49de-87e7-e43f43d623a2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-89446151-79fe-4883-8825-c40ed2ce3636 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-89446151-79fe-4883-8825-c40ed2ce3636 .shogun-icon-wrapper {
  text-align: center;
}


#s-89446151-79fe-4883-8825-c40ed2ce3636 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-7df221c5-7d32-42e6-8de0-f7a1264d61f9 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-7df221c5-7d32-42e6-8de0-f7a1264d61f9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7df221c5-7d32-42e6-8de0-f7a1264d61f9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7df221c5-7d32-42e6-8de0-f7a1264d61f9 {
  
}
}@media (max-width: 767px){#s-7df221c5-7d32-42e6-8de0-f7a1264d61f9 {
  
}
}
#s-0c891f15-566b-4096-bb6e-c7a8ec07acc1 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0c891f15-566b-4096-bb6e-c7a8ec07acc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c891f15-566b-4096-bb6e-c7a8ec07acc1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bcc3636c-c821-4c68-99aa-d98223a6a91a {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-bcc3636c-c821-4c68-99aa-d98223a6a91a .shogun-icon-wrapper {
  text-align: center;
}


#s-bcc3636c-c821-4c68-99aa-d98223a6a91a .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-31cdef61-8a91-41fe-b4c2-dfc04cfecdd6 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-31cdef61-8a91-41fe-b4c2-dfc04cfecdd6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31cdef61-8a91-41fe-b4c2-dfc04cfecdd6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31cdef61-8a91-41fe-b4c2-dfc04cfecdd6 {
  
}
}@media (max-width: 767px){#s-31cdef61-8a91-41fe-b4c2-dfc04cfecdd6 {
  
}
}
#s-53796110-049e-4740-951e-00e253c88243 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-53796110-049e-4740-951e-00e253c88243 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53796110-049e-4740-951e-00e253c88243.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9549d0ce-d772-4eb9-aabf-18cf342ef128 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-9549d0ce-d772-4eb9-aabf-18cf342ef128 .shogun-icon-wrapper {
  text-align: center;
}


#s-9549d0ce-d772-4eb9-aabf-18cf342ef128 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-21f787b0-e8e4-4c0e-806f-49f8252306a2 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-21f787b0-e8e4-4c0e-806f-49f8252306a2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21f787b0-e8e4-4c0e-806f-49f8252306a2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-21f787b0-e8e4-4c0e-806f-49f8252306a2 {
  
}
}@media (max-width: 767px){#s-21f787b0-e8e4-4c0e-806f-49f8252306a2 {
  
}
}
#s-43fcd4c3-0a8f-49f8-bc49-3795f9abb704 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-43fcd4c3-0a8f-49f8-bc49-3795f9abb704 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43fcd4c3-0a8f-49f8-bc49-3795f9abb704 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-43fcd4c3-0a8f-49f8-bc49-3795f9abb704 {
  
}
}@media (max-width: 767px){#s-43fcd4c3-0a8f-49f8-bc49-3795f9abb704 {
  
}
}







#s-43fcd4c3-0a8f-49f8-bc49-3795f9abb704 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43fcd4c3-0a8f-49f8-bc49-3795f9abb704.shg-box.shg-c {
  justify-content: flex-start;
}

#s-52c76713-dad8-4695-bdd8-f1a371db3d7f {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-52c76713-dad8-4695-bdd8-f1a371db3d7f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52c76713-dad8-4695-bdd8-f1a371db3d7f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-52c76713-dad8-4695-bdd8-f1a371db3d7f {
  
}
}@media (max-width: 767px){#s-52c76713-dad8-4695-bdd8-f1a371db3d7f {
  
}
}
@media (min-width: 0px) {
[id="s-52c76713-dad8-4695-bdd8-f1a371db3d7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52c76713-dad8-4695-bdd8-f1a371db3d7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-52c76713-dad8-4695-bdd8-f1a371db3d7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-52c76713-dad8-4695-bdd8-f1a371db3d7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-666287af-c813-465d-8bcb-a50b5e71501a {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-666287af-c813-465d-8bcb-a50b5e71501a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-666287af-c813-465d-8bcb-a50b5e71501a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dd0f4d53-9dfb-45fe-8026-ff1bb3dbd7c2 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-dd0f4d53-9dfb-45fe-8026-ff1bb3dbd7c2 .shogun-icon-wrapper {
  text-align: center;
}


#s-dd0f4d53-9dfb-45fe-8026-ff1bb3dbd7c2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-43f55c60-250d-4077-bb36-fa90e0c85459 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-43f55c60-250d-4077-bb36-fa90e0c85459 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43f55c60-250d-4077-bb36-fa90e0c85459 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-43f55c60-250d-4077-bb36-fa90e0c85459 {
  
}
}@media (max-width: 767px){#s-43f55c60-250d-4077-bb36-fa90e0c85459 {
  
}
}
#s-5cba7172-8950-49fc-a1e8-dd229022d6ab {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5cba7172-8950-49fc-a1e8-dd229022d6ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5cba7172-8950-49fc-a1e8-dd229022d6ab.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c5cb6f45-44d6-41bc-b1c0-b6cb2cbd02f3 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-c5cb6f45-44d6-41bc-b1c0-b6cb2cbd02f3 .shogun-icon-wrapper {
  text-align: center;
}


#s-c5cb6f45-44d6-41bc-b1c0-b6cb2cbd02f3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-79c46e16-7c76-480e-bcb5-3539bbdf5d8b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-79c46e16-7c76-480e-bcb5-3539bbdf5d8b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79c46e16-7c76-480e-bcb5-3539bbdf5d8b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-79c46e16-7c76-480e-bcb5-3539bbdf5d8b {
  
}
}@media (max-width: 767px){#s-79c46e16-7c76-480e-bcb5-3539bbdf5d8b {
  
}
}
#s-032de3c0-aed0-41db-9256-e0dfc365f443 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-032de3c0-aed0-41db-9256-e0dfc365f443 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-032de3c0-aed0-41db-9256-e0dfc365f443.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cc0e76e0-f937-48d4-8c2d-b8a64788a952 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-cc0e76e0-f937-48d4-8c2d-b8a64788a952 .shogun-icon-wrapper {
  text-align: center;
}


#s-cc0e76e0-f937-48d4-8c2d-b8a64788a952 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-08426e31-3ab5-42f9-a795-564310ba324b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-08426e31-3ab5-42f9-a795-564310ba324b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08426e31-3ab5-42f9-a795-564310ba324b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08426e31-3ab5-42f9-a795-564310ba324b {
  
}
}@media (max-width: 767px){#s-08426e31-3ab5-42f9-a795-564310ba324b {
  
}
}
#s-b804c9be-0562-4440-84f0-d82101d8289d {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-b804c9be-0562-4440-84f0-d82101d8289d {
  display: none;
}
#s-b804c9be-0562-4440-84f0-d82101d8289d, #wrap-s-b804c9be-0562-4440-84f0-d82101d8289d, #wrap-content-s-b804c9be-0562-4440-84f0-d82101d8289d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b804c9be-0562-4440-84f0-d82101d8289d {
  display: none;
}
#s-b804c9be-0562-4440-84f0-d82101d8289d, #wrap-s-b804c9be-0562-4440-84f0-d82101d8289d, #wrap-content-s-b804c9be-0562-4440-84f0-d82101d8289d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b804c9be-0562-4440-84f0-d82101d8289d {
  
}
}@media (max-width: 767px){#s-b804c9be-0562-4440-84f0-d82101d8289d {
  display: none;
}
#s-b804c9be-0562-4440-84f0-d82101d8289d, #wrap-s-b804c9be-0562-4440-84f0-d82101d8289d, #wrap-content-s-b804c9be-0562-4440-84f0-d82101d8289d { display: none !important; }}
#s-b804c9be-0562-4440-84f0-d82101d8289d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b804c9be-0562-4440-84f0-d82101d8289d .shg-sld-nav-button.shg-sld-left,
#s-b804c9be-0562-4440-84f0-d82101d8289d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3df38cae-2fcc-4f5f-88aa-99d14c78decd {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3df38cae-2fcc-4f5f-88aa-99d14c78decd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3df38cae-2fcc-4f5f-88aa-99d14c78decd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3df38cae-2fcc-4f5f-88aa-99d14c78decd {
  
}
}@media (max-width: 767px){#s-3df38cae-2fcc-4f5f-88aa-99d14c78decd {
  
}
}







#s-3df38cae-2fcc-4f5f-88aa-99d14c78decd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3df38cae-2fcc-4f5f-88aa-99d14c78decd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-27b7e532-f1fc-498e-9c43-c037b00f84be {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-27b7e532-f1fc-498e-9c43-c037b00f84be {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27b7e532-f1fc-498e-9c43-c037b00f84be {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-27b7e532-f1fc-498e-9c43-c037b00f84be {
  
}
}@media (max-width: 767px){#s-27b7e532-f1fc-498e-9c43-c037b00f84be {
  
}
}
@media (min-width: 0px) {
[id="s-27b7e532-f1fc-498e-9c43-c037b00f84be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27b7e532-f1fc-498e-9c43-c037b00f84be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-27b7e532-f1fc-498e-9c43-c037b00f84be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-27b7e532-f1fc-498e-9c43-c037b00f84be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-1e441dbd-0426-4810-bc24-1a6cbff7c94f {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1e441dbd-0426-4810-bc24-1a6cbff7c94f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e441dbd-0426-4810-bc24-1a6cbff7c94f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8b45a498-e31d-4541-bb66-8ac1e3687080 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-8b45a498-e31d-4541-bb66-8ac1e3687080 .shogun-icon-wrapper {
  text-align: center;
}


#s-8b45a498-e31d-4541-bb66-8ac1e3687080 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-582048af-4bb7-409d-bb3f-848545f94c1d {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-582048af-4bb7-409d-bb3f-848545f94c1d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-582048af-4bb7-409d-bb3f-848545f94c1d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-582048af-4bb7-409d-bb3f-848545f94c1d {
  
}
}@media (max-width: 767px){#s-582048af-4bb7-409d-bb3f-848545f94c1d {
  
}
}
#s-68390356-335d-47e2-b18f-3324d18dd9ac {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-68390356-335d-47e2-b18f-3324d18dd9ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68390356-335d-47e2-b18f-3324d18dd9ac.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c59c3a73-7943-491a-b722-200ef218fa92 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-c59c3a73-7943-491a-b722-200ef218fa92 .shogun-icon-wrapper {
  text-align: center;
}


#s-c59c3a73-7943-491a-b722-200ef218fa92 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-a0a05022-9916-47f3-8bda-18621587168d {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-a0a05022-9916-47f3-8bda-18621587168d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0a05022-9916-47f3-8bda-18621587168d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0a05022-9916-47f3-8bda-18621587168d {
  
}
}@media (max-width: 767px){#s-a0a05022-9916-47f3-8bda-18621587168d {
  
}
}
#s-18ad9c6e-6988-4683-bcee-8b85f389cfa4 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-18ad9c6e-6988-4683-bcee-8b85f389cfa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18ad9c6e-6988-4683-bcee-8b85f389cfa4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-36cc8174-bacb-4150-8113-cd04cfb20eec {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-36cc8174-bacb-4150-8113-cd04cfb20eec .shogun-icon-wrapper {
  text-align: center;
}


#s-36cc8174-bacb-4150-8113-cd04cfb20eec .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-1daa39a2-d36b-4671-8503-f4bf0033a5c7 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-1daa39a2-d36b-4671-8503-f4bf0033a5c7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1daa39a2-d36b-4671-8503-f4bf0033a5c7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1daa39a2-d36b-4671-8503-f4bf0033a5c7 {
  
}
}@media (max-width: 767px){#s-1daa39a2-d36b-4671-8503-f4bf0033a5c7 {
  
}
}
#s-35f1b9da-8058-441d-a9d5-c15c4c0679dd {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-35f1b9da-8058-441d-a9d5-c15c4c0679dd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-35f1b9da-8058-441d-a9d5-c15c4c0679dd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-35f1b9da-8058-441d-a9d5-c15c4c0679dd {
  
}
}@media (max-width: 767px){#s-35f1b9da-8058-441d-a9d5-c15c4c0679dd {
  
}
}







#s-35f1b9da-8058-441d-a9d5-c15c4c0679dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35f1b9da-8058-441d-a9d5-c15c4c0679dd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2a3fa17a-7c25-49bb-afbe-bcfd076f60a2 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-2a3fa17a-7c25-49bb-afbe-bcfd076f60a2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a3fa17a-7c25-49bb-afbe-bcfd076f60a2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a3fa17a-7c25-49bb-afbe-bcfd076f60a2 {
  
}
}@media (max-width: 767px){#s-2a3fa17a-7c25-49bb-afbe-bcfd076f60a2 {
  
}
}
@media (min-width: 0px) {
[id="s-2a3fa17a-7c25-49bb-afbe-bcfd076f60a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a3fa17a-7c25-49bb-afbe-bcfd076f60a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-2a3fa17a-7c25-49bb-afbe-bcfd076f60a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-2a3fa17a-7c25-49bb-afbe-bcfd076f60a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-6cad4b70-b6ee-4086-a2c2-8ab55b14795a {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6cad4b70-b6ee-4086-a2c2-8ab55b14795a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6cad4b70-b6ee-4086-a2c2-8ab55b14795a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-77151057-785f-4c2b-a8e1-39995ac59941 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-77151057-785f-4c2b-a8e1-39995ac59941 .shogun-icon-wrapper {
  text-align: center;
}


#s-77151057-785f-4c2b-a8e1-39995ac59941 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-b8f5e3aa-47c4-439b-8d7b-3a9755ef9a03 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-b8f5e3aa-47c4-439b-8d7b-3a9755ef9a03 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8f5e3aa-47c4-439b-8d7b-3a9755ef9a03 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8f5e3aa-47c4-439b-8d7b-3a9755ef9a03 {
  
}
}@media (max-width: 767px){#s-b8f5e3aa-47c4-439b-8d7b-3a9755ef9a03 {
  
}
}
#s-f57d8c0b-660f-4531-8a72-382337537254 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f57d8c0b-660f-4531-8a72-382337537254 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f57d8c0b-660f-4531-8a72-382337537254.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e26e95de-d32e-469d-a834-7ae4537b6191 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-e26e95de-d32e-469d-a834-7ae4537b6191 .shogun-icon-wrapper {
  text-align: center;
}


#s-e26e95de-d32e-469d-a834-7ae4537b6191 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-f3f80399-2217-42d4-b556-4169c70792c5 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-f3f80399-2217-42d4-b556-4169c70792c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3f80399-2217-42d4-b556-4169c70792c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3f80399-2217-42d4-b556-4169c70792c5 {
  
}
}@media (max-width: 767px){#s-f3f80399-2217-42d4-b556-4169c70792c5 {
  
}
}
#s-a991856f-c4d9-4ea9-9cb0-525ef53f4abc {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a991856f-c4d9-4ea9-9cb0-525ef53f4abc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a991856f-c4d9-4ea9-9cb0-525ef53f4abc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-402ce321-0c24-46d7-8c4e-d05ca1e7e69a {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-402ce321-0c24-46d7-8c4e-d05ca1e7e69a .shogun-icon-wrapper {
  text-align: center;
}


#s-402ce321-0c24-46d7-8c4e-d05ca1e7e69a .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-767b1ba7-37e3-421a-a434-98974809d6e6 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-767b1ba7-37e3-421a-a434-98974809d6e6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-767b1ba7-37e3-421a-a434-98974809d6e6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-767b1ba7-37e3-421a-a434-98974809d6e6 {
  
}
}@media (max-width: 767px){#s-767b1ba7-37e3-421a-a434-98974809d6e6 {
  
}
}
#s-5794c46c-e15e-459c-9e32-209445cdf327 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-5794c46c-e15e-459c-9e32-209445cdf327 {
  display: none;
}
#s-5794c46c-e15e-459c-9e32-209445cdf327, #wrap-s-5794c46c-e15e-459c-9e32-209445cdf327, #wrap-content-s-5794c46c-e15e-459c-9e32-209445cdf327 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5794c46c-e15e-459c-9e32-209445cdf327 {
  display: none;
}
#s-5794c46c-e15e-459c-9e32-209445cdf327, #wrap-s-5794c46c-e15e-459c-9e32-209445cdf327, #wrap-content-s-5794c46c-e15e-459c-9e32-209445cdf327 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5794c46c-e15e-459c-9e32-209445cdf327 {
  display: none;
}
#s-5794c46c-e15e-459c-9e32-209445cdf327, #wrap-s-5794c46c-e15e-459c-9e32-209445cdf327, #wrap-content-s-5794c46c-e15e-459c-9e32-209445cdf327 { display: none !important; }}
#s-5794c46c-e15e-459c-9e32-209445cdf327 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5794c46c-e15e-459c-9e32-209445cdf327 .shg-sld-nav-button.shg-sld-left,
#s-5794c46c-e15e-459c-9e32-209445cdf327 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-2f4573f3-93df-462b-9d4e-cad445d79a57 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2f4573f3-93df-462b-9d4e-cad445d79a57 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f4573f3-93df-462b-9d4e-cad445d79a57 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f4573f3-93df-462b-9d4e-cad445d79a57 {
  
}
}@media (max-width: 767px){#s-2f4573f3-93df-462b-9d4e-cad445d79a57 {
  
}
}







#s-2f4573f3-93df-462b-9d4e-cad445d79a57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f4573f3-93df-462b-9d4e-cad445d79a57.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4c4f7189-8128-487f-a952-db072570f090 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-4c4f7189-8128-487f-a952-db072570f090 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c4f7189-8128-487f-a952-db072570f090 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c4f7189-8128-487f-a952-db072570f090 {
  
}
}@media (max-width: 767px){#s-4c4f7189-8128-487f-a952-db072570f090 {
  
}
}
@media (min-width: 0px) {
[id="s-4c4f7189-8128-487f-a952-db072570f090"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c4f7189-8128-487f-a952-db072570f090"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-4c4f7189-8128-487f-a952-db072570f090"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-4c4f7189-8128-487f-a952-db072570f090"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-baeaf571-c7af-49ed-99bb-76793e31ae04 {
  border-style: solid;
margin-left: -15%;
margin-bottom: 25px;
margin-right: -15%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-baeaf571-c7af-49ed-99bb-76793e31ae04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-baeaf571-c7af-49ed-99bb-76793e31ae04.shg-box.shg-c {
  justify-content: flex-start;
}

#s-01b63500-185e-4af0-90a5-e5ca376ecd6c {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-01b63500-185e-4af0-90a5-e5ca376ecd6c .shogun-icon-wrapper {
  text-align: center;
}


#s-01b63500-185e-4af0-90a5-e5ca376ecd6c .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-5c29ff7c-a605-48cb-a348-6a4ac0ba050e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-5c29ff7c-a605-48cb-a348-6a4ac0ba050e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c29ff7c-a605-48cb-a348-6a4ac0ba050e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c29ff7c-a605-48cb-a348-6a4ac0ba050e {
  
}
}@media (max-width: 767px){#s-5c29ff7c-a605-48cb-a348-6a4ac0ba050e {
  
}
}
#s-6a61c323-7cde-4ac6-b1ef-20a97134a943 {
  border-style: solid;
margin-left: -15%;
margin-bottom: 25px;
margin-right: -15%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6a61c323-7cde-4ac6-b1ef-20a97134a943 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a61c323-7cde-4ac6-b1ef-20a97134a943.shg-box.shg-c {
  justify-content: flex-start;
}

#s-17e22120-f699-48cf-9f22-d9972d0901fd {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-17e22120-f699-48cf-9f22-d9972d0901fd .shogun-icon-wrapper {
  text-align: center;
}


#s-17e22120-f699-48cf-9f22-d9972d0901fd .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-de4da0d0-9870-44ac-84b6-3d8a57d61b87 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-de4da0d0-9870-44ac-84b6-3d8a57d61b87 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de4da0d0-9870-44ac-84b6-3d8a57d61b87 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-de4da0d0-9870-44ac-84b6-3d8a57d61b87 {
  
}
}@media (max-width: 767px){#s-de4da0d0-9870-44ac-84b6-3d8a57d61b87 {
  
}
}
#s-84f295b2-a908-46c4-ae3a-e60370c222ed {
  border-style: solid;
margin-left: -15%;
margin-bottom: 25px;
margin-right: -15%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-84f295b2-a908-46c4-ae3a-e60370c222ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84f295b2-a908-46c4-ae3a-e60370c222ed.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ec4e3a25-393e-44fa-9a37-b0795eea1e69 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-ec4e3a25-393e-44fa-9a37-b0795eea1e69 .shogun-icon-wrapper {
  text-align: center;
}


#s-ec4e3a25-393e-44fa-9a37-b0795eea1e69 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-fc20ccb9-8fb6-49cf-8921-15c416b2adbf {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-fc20ccb9-8fb6-49cf-8921-15c416b2adbf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc20ccb9-8fb6-49cf-8921-15c416b2adbf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fc20ccb9-8fb6-49cf-8921-15c416b2adbf {
  
}
}@media (max-width: 767px){#s-fc20ccb9-8fb6-49cf-8921-15c416b2adbf {
  
}
}
#s-f1a35edd-3283-497b-83f3-f6a2b556a53f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f1a35edd-3283-497b-83f3-f6a2b556a53f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f1a35edd-3283-497b-83f3-f6a2b556a53f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f1a35edd-3283-497b-83f3-f6a2b556a53f {
  
}
}@media (max-width: 767px){#s-f1a35edd-3283-497b-83f3-f6a2b556a53f {
  
}
}







#s-f1a35edd-3283-497b-83f3-f6a2b556a53f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f1a35edd-3283-497b-83f3-f6a2b556a53f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-09daf936-4324-4559-b4ab-f882963f1bd6 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-09daf936-4324-4559-b4ab-f882963f1bd6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09daf936-4324-4559-b4ab-f882963f1bd6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-09daf936-4324-4559-b4ab-f882963f1bd6 {
  
}
}@media (max-width: 767px){#s-09daf936-4324-4559-b4ab-f882963f1bd6 {
  
}
}
@media (min-width: 0px) {
[id="s-09daf936-4324-4559-b4ab-f882963f1bd6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09daf936-4324-4559-b4ab-f882963f1bd6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-09daf936-4324-4559-b4ab-f882963f1bd6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-09daf936-4324-4559-b4ab-f882963f1bd6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-10d265fe-cb27-4dc9-9b44-d54d67a43766 {
  border-style: solid;
margin-left: -15%;
margin-bottom: 25px;
margin-right: -15%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-10d265fe-cb27-4dc9-9b44-d54d67a43766 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10d265fe-cb27-4dc9-9b44-d54d67a43766.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ab0d589f-a2b4-489b-b836-7f264728b606 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-ab0d589f-a2b4-489b-b836-7f264728b606 .shogun-icon-wrapper {
  text-align: center;
}


#s-ab0d589f-a2b4-489b-b836-7f264728b606 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-5b07ed6c-178f-4e7b-a200-69ced669caaa {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-5b07ed6c-178f-4e7b-a200-69ced669caaa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b07ed6c-178f-4e7b-a200-69ced669caaa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b07ed6c-178f-4e7b-a200-69ced669caaa {
  
}
}@media (max-width: 767px){#s-5b07ed6c-178f-4e7b-a200-69ced669caaa {
  
}
}
#s-083f9aaf-dd0f-4024-ad5c-1fe7a30f4d70 {
  border-style: solid;
margin-left: -15%;
margin-bottom: 25px;
margin-right: -15%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-083f9aaf-dd0f-4024-ad5c-1fe7a30f4d70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-083f9aaf-dd0f-4024-ad5c-1fe7a30f4d70.shg-box.shg-c {
  justify-content: flex-start;
}

#s-11b4d67c-208a-4d07-a9a9-5f8961c6cce7 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-11b4d67c-208a-4d07-a9a9-5f8961c6cce7 .shogun-icon-wrapper {
  text-align: center;
}


#s-11b4d67c-208a-4d07-a9a9-5f8961c6cce7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-0e1cabfe-c320-4a38-8477-d8322d4ebf9f {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-0e1cabfe-c320-4a38-8477-d8322d4ebf9f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e1cabfe-c320-4a38-8477-d8322d4ebf9f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e1cabfe-c320-4a38-8477-d8322d4ebf9f {
  
}
}@media (max-width: 767px){#s-0e1cabfe-c320-4a38-8477-d8322d4ebf9f {
  
}
}
#s-1ee9b442-0089-4c61-9c5c-39f6489afac6 {
  border-style: solid;
margin-left: -15%;
margin-bottom: 25px;
margin-right: -15%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1ee9b442-0089-4c61-9c5c-39f6489afac6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ee9b442-0089-4c61-9c5c-39f6489afac6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3f5310bb-55bd-488e-98fa-524e4162d5cf {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-3f5310bb-55bd-488e-98fa-524e4162d5cf .shogun-icon-wrapper {
  text-align: center;
}


#s-3f5310bb-55bd-488e-98fa-524e4162d5cf .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-86564741-17dd-4e3c-a55d-4c9bded5ea7f {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-86564741-17dd-4e3c-a55d-4c9bded5ea7f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86564741-17dd-4e3c-a55d-4c9bded5ea7f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-86564741-17dd-4e3c-a55d-4c9bded5ea7f {
  
}
}@media (max-width: 767px){#s-86564741-17dd-4e3c-a55d-4c9bded5ea7f {
  
}
}
#s-01c5962b-025c-40d8-a594-0ec873360c35 {
  min-height: 50px;
background-color: rgba(232, 235, 239, 1);
}








#s-01c5962b-025c-40d8-a594-0ec873360c35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01c5962b-025c-40d8-a594-0ec873360c35.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1e69c794-afce-4cff-9902-b3005220c8ba {
  padding-top: 35px;
padding-bottom: 35px;
text-align: center;
}

#s-1e69c794-afce-4cff-9902-b3005220c8ba .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-34d72484-46dd-4ff9-8f5d-01489f7611b5 {
  margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
background-color: rgba(232, 235, 239, 1);
}

@media (min-width: 0px) {
[id="s-34d72484-46dd-4ff9-8f5d-01489f7611b5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-34d72484-46dd-4ff9-8f5d-01489f7611b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-34d72484-46dd-4ff9-8f5d-01489f7611b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-34d72484-46dd-4ff9-8f5d-01489f7611b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c624387f-203a-4978-80da-80fddb9946d5 {
  padding-top: 35px;
padding-bottom: 35px;
min-height: 70px;
text-align: center;
}

#s-c624387f-203a-4978-80da-80fddb9946d5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-18891abe-b5a9-4f36-8afe-c490791660db {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 23px;
padding-bottom: 23px;
min-height: 70px;
text-align: center;
}

#s-18891abe-b5a9-4f36-8afe-c490791660db .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4ac4414c-dc2b-41fe-a3b7-c4e22e9d3dd8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 35px;
padding-bottom: 35px;
min-height: 70px;
text-align: center;
}

#s-4ac4414c-dc2b-41fe-a3b7-c4e22e9d3dd8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4555cd6f-bbfc-4028-b79f-a8cf9e09a1d6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 35px;
padding-bottom: 35px;
min-height: 70px;
text-align: center;
}

#s-4555cd6f-bbfc-4028-b79f-a8cf9e09a1d6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-8fb99e75-50ca-4b4e-bcc4-e384b3250f7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fb99e75-50ca-4b4e-bcc4-e384b3250f7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8fb99e75-50ca-4b4e-bcc4-e384b3250f7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fb99e75-50ca-4b4e-bcc4-e384b3250f7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-55510941-cf36-4e19-a1fb-6f455245c9e1 {
  margin-right: -20px;
text-align: center;
}

#s-55510941-cf36-4e19-a1fb-6f455245c9e1 {
  overflow: hidden;
  
  
}







  #s-55510941-cf36-4e19-a1fb-6f455245c9e1 img.shogun-image {
    

    
    
    
  }


#s-55510941-cf36-4e19-a1fb-6f455245c9e1 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-7840aae4-1aa8-4dce-bad7-9d0303a8f298 {
  margin-left: -10px;
margin-right: -10px;
text-align: center;
}

#s-7840aae4-1aa8-4dce-bad7-9d0303a8f298 {
  overflow: hidden;
  
  
}







  #s-7840aae4-1aa8-4dce-bad7-9d0303a8f298 img.shogun-image {
    

    
    
    
  }


#s-7840aae4-1aa8-4dce-bad7-9d0303a8f298 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-4e86d81a-9e0c-4570-8448-036b65b2c224 {
  margin-left: -20px;
margin-right: 0px;
text-align: center;
}

#s-4e86d81a-9e0c-4570-8448-036b65b2c224 {
  overflow: hidden;
  
  
}







  #s-4e86d81a-9e0c-4570-8448-036b65b2c224 img.shogun-image {
    

    
    
    
  }


#s-4e86d81a-9e0c-4570-8448-036b65b2c224 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-e2a44a69-70d3-43ea-a0f9-6fd2a7871bc9 {
  min-height: 50px;
}








#s-e2a44a69-70d3-43ea-a0f9-6fd2a7871bc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2a44a69-70d3-43ea-a0f9-6fd2a7871bc9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5c6d3b79-ae7d-409b-b868-3925dcb4dc10 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-5c6d3b79-ae7d-409b-b868-3925dcb4dc10 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-11755d92-640c-4b00-9d86-3d0d64625075 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-11755d92-640c-4b00-9d86-3d0d64625075 {
  display: none;
}
#s-11755d92-640c-4b00-9d86-3d0d64625075, #wrap-s-11755d92-640c-4b00-9d86-3d0d64625075, #wrap-content-s-11755d92-640c-4b00-9d86-3d0d64625075 { display: none !important; }}
#s-11755d92-640c-4b00-9d86-3d0d64625075 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(232, 235, 239, 1);
}

#s-11755d92-640c-4b00-9d86-3d0d64625075 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 235, 239, 1);
  padding: 10px;
}

#s-11755d92-640c-4b00-9d86-3d0d64625075 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(18, 18, 18, 1);
}

#s-11755d92-640c-4b00-9d86-3d0d64625075 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(232, 235, 239, 1);
}

#s-11755d92-640c-4b00-9d86-3d0d64625075 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(18, 18, 18, 1);
  text-align: left;
  font-family: Work Sans;
  
  
  font-size: 20px;
}

#s-11755d92-640c-4b00-9d86-3d0d64625075 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 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 {
  
  
}

.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-191f7b71-d4d5-479e-bae4-d0860566a31b {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
text-align: center;
background-color: rgba(159, 130, 53, 1);
text-decoration: none;
}
#s-191f7b71-d4d5-479e-bae4-d0860566a31b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-191f7b71-d4d5-479e-bae4-d0860566a31b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-191f7b71-d4d5-479e-bae4-d0860566a31b-root {
    text-align: center;
  }


#s-191f7b71-d4d5-479e-bae4-d0860566a31b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-191f7b71-d4d5-479e-bae4-d0860566a31b-root {
    text-align: center;
  }


#s-191f7b71-d4d5-479e-bae4-d0860566a31b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-191f7b71-d4d5-479e-bae4-d0860566a31b-root {
    text-align: center;
  }


#s-191f7b71-d4d5-479e-bae4-d0860566a31b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-191f7b71-d4d5-479e-bae4-d0860566a31b-root {
    text-align: center;
  }


#s-191f7b71-d4d5-479e-bae4-d0860566a31b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-191f7b71-d4d5-479e-bae4-d0860566a31b-root {
    text-align: center;
  }


#s-191f7b71-d4d5-479e-bae4-d0860566a31b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-8917c6ee-4b76-4046-a457-ce5c594b0b34 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
}

#s-8c9f452f-8a8c-429f-9294-93b7f4ab8bbf {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
text-align: center;
}

#s-8c9f452f-8a8c-429f-9294-93b7f4ab8bbf {
  overflow: hidden;
  
  
}







  #s-8c9f452f-8a8c-429f-9294-93b7f4ab8bbf img.shogun-image {
    

    
    
    
  }


#s-8c9f452f-8a8c-429f-9294-93b7f4ab8bbf .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-25cd814a-1c94-410c-91d1-b3c21725d92d {
  padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-25cd814a-1c94-410c-91d1-b3c21725d92d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25cd814a-1c94-410c-91d1-b3c21725d92d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25cd814a-1c94-410c-91d1-b3c21725d92d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25cd814a-1c94-410c-91d1-b3c21725d92d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2e6f1c5a-90d9-4be2-83af-b3aacb3c6c5a {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-2e6f1c5a-90d9-4be2-83af-b3aacb3c6c5a {
  display: none;
}
#s-2e6f1c5a-90d9-4be2-83af-b3aacb3c6c5a, #wrap-s-2e6f1c5a-90d9-4be2-83af-b3aacb3c6c5a, #wrap-content-s-2e6f1c5a-90d9-4be2-83af-b3aacb3c6c5a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e6f1c5a-90d9-4be2-83af-b3aacb3c6c5a {
  display: none;
}
#s-2e6f1c5a-90d9-4be2-83af-b3aacb3c6c5a, #wrap-s-2e6f1c5a-90d9-4be2-83af-b3aacb3c6c5a, #wrap-content-s-2e6f1c5a-90d9-4be2-83af-b3aacb3c6c5a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e6f1c5a-90d9-4be2-83af-b3aacb3c6c5a {
  display: none;
}
#s-2e6f1c5a-90d9-4be2-83af-b3aacb3c6c5a, #wrap-s-2e6f1c5a-90d9-4be2-83af-b3aacb3c6c5a, #wrap-content-s-2e6f1c5a-90d9-4be2-83af-b3aacb3c6c5a { display: none !important; }}
#s-2e6f1c5a-90d9-4be2-83af-b3aacb3c6c5a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(232, 235, 239, 1);
}

#s-2e6f1c5a-90d9-4be2-83af-b3aacb3c6c5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 235, 239, 1);
  padding: 10px;
}

#s-2e6f1c5a-90d9-4be2-83af-b3aacb3c6c5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(18, 18, 18, 1);
}

#s-2e6f1c5a-90d9-4be2-83af-b3aacb3c6c5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(232, 235, 239, 1);
}

#s-2e6f1c5a-90d9-4be2-83af-b3aacb3c6c5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(18, 18, 18, 1);
  text-align: left;
  font-family: Work Sans;
  
  
  font-size: 20px;
}

#s-2e6f1c5a-90d9-4be2-83af-b3aacb3c6c5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-bef8ef3f-e2bf-4214-aff9-b9ba57467434 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
text-align: center;
background-color: rgba(159, 130, 53, 1);
text-decoration: none;
}
#s-bef8ef3f-e2bf-4214-aff9-b9ba57467434:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bef8ef3f-e2bf-4214-aff9-b9ba57467434:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bef8ef3f-e2bf-4214-aff9-b9ba57467434-root {
    text-align: center;
  }


#s-bef8ef3f-e2bf-4214-aff9-b9ba57467434.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bef8ef3f-e2bf-4214-aff9-b9ba57467434-root {
    text-align: center;
  }


#s-bef8ef3f-e2bf-4214-aff9-b9ba57467434.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bef8ef3f-e2bf-4214-aff9-b9ba57467434-root {
    text-align: center;
  }


#s-bef8ef3f-e2bf-4214-aff9-b9ba57467434.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bef8ef3f-e2bf-4214-aff9-b9ba57467434-root {
    text-align: center;
  }


#s-bef8ef3f-e2bf-4214-aff9-b9ba57467434.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bef8ef3f-e2bf-4214-aff9-b9ba57467434-root {
    text-align: center;
  }


#s-bef8ef3f-e2bf-4214-aff9-b9ba57467434.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-ef54fb90-e734-452e-9572-19ba59e9fb92 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
padding-left: 5%;
padding-right: 5%;
}

#s-7bb5fb04-823e-4046-a1dd-5a0fe5233588 {
  margin-top: 3%;
margin-left: 0px;
margin-bottom: 3%;
margin-right: 0px;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}

#s-7bb5fb04-823e-4046-a1dd-5a0fe5233588 {
  overflow: hidden;
  
  
}







  #s-7bb5fb04-823e-4046-a1dd-5a0fe5233588 img.shogun-image {
    

    
    
    
  }


#s-7bb5fb04-823e-4046-a1dd-5a0fe5233588 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-da7f770c-a768-4541-8b04-079b20e6c192 {
  padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-da7f770c-a768-4541-8b04-079b20e6c192"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da7f770c-a768-4541-8b04-079b20e6c192"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da7f770c-a768-4541-8b04-079b20e6c192"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da7f770c-a768-4541-8b04-079b20e6c192"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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