.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-eaca9c79-7941-4a4e-bb6e-8fa85f19c9b0 {
  min-height: 50px;
}








#s-eaca9c79-7941-4a4e-bb6e-8fa85f19c9b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eaca9c79-7941-4a4e-bb6e-8fa85f19c9b0.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-24734157-a8b2-4b8f-9459-b092f4066bcd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-24734157-a8b2-4b8f-9459-b092f4066bcd .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-0b0df99f-fc34-43cc-b9c4-480ed24e71f1 {
  margin-left: -80%;
}
@media (min-width: 1200px){#s-0b0df99f-fc34-43cc-b9c4-480ed24e71f1 {
  display: none;
}
#s-0b0df99f-fc34-43cc-b9c4-480ed24e71f1, #wrap-s-0b0df99f-fc34-43cc-b9c4-480ed24e71f1, #wrap-content-s-0b0df99f-fc34-43cc-b9c4-480ed24e71f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b0df99f-fc34-43cc-b9c4-480ed24e71f1 {
  display: none;
}
#s-0b0df99f-fc34-43cc-b9c4-480ed24e71f1, #wrap-s-0b0df99f-fc34-43cc-b9c4-480ed24e71f1, #wrap-content-s-0b0df99f-fc34-43cc-b9c4-480ed24e71f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b0df99f-fc34-43cc-b9c4-480ed24e71f1 {
  display: none;
}
#s-0b0df99f-fc34-43cc-b9c4-480ed24e71f1, #wrap-s-0b0df99f-fc34-43cc-b9c4-480ed24e71f1, #wrap-content-s-0b0df99f-fc34-43cc-b9c4-480ed24e71f1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0b0df99f-fc34-43cc-b9c4-480ed24e71f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0b0df99f-fc34-43cc-b9c4-480ed24e71f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b0df99f-fc34-43cc-b9c4-480ed24e71f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0b0df99f-fc34-43cc-b9c4-480ed24e71f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b0df99f-fc34-43cc-b9c4-480ed24e71f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b0df99f-fc34-43cc-b9c4-480ed24e71f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b0df99f-fc34-43cc-b9c4-480ed24e71f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-a7870c81-d5cc-4d24-8e62-97eb53d1461b .shogun-icon-wrapper {
  text-align: right;
}


#s-a7870c81-d5cc-4d24-8e62-97eb53d1461b .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-ca4154b9-19e2-4ca1-bb7f-bfc40aab447c {
  margin-left: -5%;
}

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

}

@media (min-width: 768px) {
[id="s-c778de24-3d37-4d36-b1ef-9b7d42c49a17"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c778de24-3d37-4d36-b1ef-9b7d42c49a17"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c778de24-3d37-4d36-b1ef-9b7d42c49a17"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c778de24-3d37-4d36-b1ef-9b7d42c49a17"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c778de24-3d37-4d36-b1ef-9b7d42c49a17"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c778de24-3d37-4d36-b1ef-9b7d42c49a17"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-5d18d312-af0c-45c1-a6dc-77afe6fc66f3 .shogun-icon-wrapper {
  text-align: right;
}


#s-5d18d312-af0c-45c1-a6dc-77afe6fc66f3 .shogun-icon-wrapper > .shogun-icon {

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

#s-08d2b3c2-81fa-4aa8-befb-9b42453b0e09 {
  margin-left: -5%;
}

#s-e96d1e51-ec0a-4acb-b04e-72d8bb3196e4 {
  
}
@media (max-width: 767px){#s-e96d1e51-ec0a-4acb-b04e-72d8bb3196e4 {
  display: none;
}
#s-e96d1e51-ec0a-4acb-b04e-72d8bb3196e4, #wrap-s-e96d1e51-ec0a-4acb-b04e-72d8bb3196e4, #wrap-content-s-e96d1e51-ec0a-4acb-b04e-72d8bb3196e4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e96d1e51-ec0a-4acb-b04e-72d8bb3196e4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e96d1e51-ec0a-4acb-b04e-72d8bb3196e4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e96d1e51-ec0a-4acb-b04e-72d8bb3196e4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e96d1e51-ec0a-4acb-b04e-72d8bb3196e4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e96d1e51-ec0a-4acb-b04e-72d8bb3196e4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e96d1e51-ec0a-4acb-b04e-72d8bb3196e4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e96d1e51-ec0a-4acb-b04e-72d8bb3196e4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-dd7bf9a6-4d39-4f5b-b6a0-1966bda80577 .shogun-icon-wrapper {
  text-align: right;
}


#s-dd7bf9a6-4d39-4f5b-b6a0-1966bda80577 .shogun-icon-wrapper > .shogun-icon {

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

#s-23cb8bfa-cb6a-44fe-9cdc-a029bbbc9ed8 {
  margin-left: -5%;
}

#s-339e5a3e-0d7b-4c28-9f6f-1c4c94fc8046 {
  margin-left: %;
margin-right: %;
}
@media (min-width: 768px) and (max-width: 991px){#s-339e5a3e-0d7b-4c28-9f6f-1c4c94fc8046 {
  
}
}@media (max-width: 767px){#s-339e5a3e-0d7b-4c28-9f6f-1c4c94fc8046 {
  display: none;
}
#s-339e5a3e-0d7b-4c28-9f6f-1c4c94fc8046, #wrap-s-339e5a3e-0d7b-4c28-9f6f-1c4c94fc8046, #wrap-content-s-339e5a3e-0d7b-4c28-9f6f-1c4c94fc8046 { display: none !important; }}
@media (min-width: 0px) {
[id="s-339e5a3e-0d7b-4c28-9f6f-1c4c94fc8046"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-339e5a3e-0d7b-4c28-9f6f-1c4c94fc8046"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-339e5a3e-0d7b-4c28-9f6f-1c4c94fc8046"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-339e5a3e-0d7b-4c28-9f6f-1c4c94fc8046"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-339e5a3e-0d7b-4c28-9f6f-1c4c94fc8046"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-339e5a3e-0d7b-4c28-9f6f-1c4c94fc8046"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-339e5a3e-0d7b-4c28-9f6f-1c4c94fc8046"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-554c3b1b-6095-4d9f-81c4-8de7439a91a6 .shogun-icon-wrapper {
  text-align: right;
}


#s-554c3b1b-6095-4d9f-81c4-8de7439a91a6 .shogun-icon-wrapper > .shogun-icon {

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

#s-ada2b145-f5dc-41ac-824f-f331092e2c76 {
  margin-left: -5%;
}

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

}

@media (min-width: 768px) {
[id="s-3e40af9d-e02d-4d39-82c6-b907850d1a6f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e40af9d-e02d-4d39-82c6-b907850d1a6f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3e40af9d-e02d-4d39-82c6-b907850d1a6f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e40af9d-e02d-4d39-82c6-b907850d1a6f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e40af9d-e02d-4d39-82c6-b907850d1a6f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e40af9d-e02d-4d39-82c6-b907850d1a6f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-457e1feb-d5e9-4fb6-bbe6-c3e6e83778a2 .shogun-icon-wrapper {
  text-align: right;
}


#s-457e1feb-d5e9-4fb6-bbe6-c3e6e83778a2 .shogun-icon-wrapper > .shogun-icon {

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

#s-247fce10-be33-45c3-9c0f-b7d623ee679e {
  margin-left: -5%;
}

@media (max-width: 767px){#s-6bd6335c-31a1-48d6-ba5f-b5dc19ef602f {
  display: none;
}
#s-6bd6335c-31a1-48d6-ba5f-b5dc19ef602f, #wrap-s-6bd6335c-31a1-48d6-ba5f-b5dc19ef602f, #wrap-content-s-6bd6335c-31a1-48d6-ba5f-b5dc19ef602f { display: none !important; }}
@media (min-width: 0px) {
[id="s-6bd6335c-31a1-48d6-ba5f-b5dc19ef602f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6bd6335c-31a1-48d6-ba5f-b5dc19ef602f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6bd6335c-31a1-48d6-ba5f-b5dc19ef602f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6bd6335c-31a1-48d6-ba5f-b5dc19ef602f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6bd6335c-31a1-48d6-ba5f-b5dc19ef602f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bd6335c-31a1-48d6-ba5f-b5dc19ef602f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6bd6335c-31a1-48d6-ba5f-b5dc19ef602f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-e8c5c574-de21-4981-8817-9fb633ed26f2 .shogun-icon-wrapper {
  text-align: right;
}


#s-e8c5c574-de21-4981-8817-9fb633ed26f2 .shogun-icon-wrapper > .shogun-icon {

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

#s-47943dad-6e2d-4f43-8d52-a8e8ce16c9da {
  margin-left: -5%;
}

@media (max-width: 767px){#s-5c055081-c7ce-43b4-9a4d-e2a8e288ced6 {
  display: none;
}
#s-5c055081-c7ce-43b4-9a4d-e2a8e288ced6, #wrap-s-5c055081-c7ce-43b4-9a4d-e2a8e288ced6, #wrap-content-s-5c055081-c7ce-43b4-9a4d-e2a8e288ced6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5c055081-c7ce-43b4-9a4d-e2a8e288ced6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5c055081-c7ce-43b4-9a4d-e2a8e288ced6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5c055081-c7ce-43b4-9a4d-e2a8e288ced6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c055081-c7ce-43b4-9a4d-e2a8e288ced6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5c055081-c7ce-43b4-9a4d-e2a8e288ced6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c055081-c7ce-43b4-9a4d-e2a8e288ced6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5c055081-c7ce-43b4-9a4d-e2a8e288ced6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-c464a421-abd2-4bce-8817-c8454ee30b7d .shogun-icon-wrapper {
  text-align: right;
}


#s-c464a421-abd2-4bce-8817-c8454ee30b7d .shogun-icon-wrapper > .shogun-icon {

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

#s-ea4380b8-7ee2-4ce9-8f33-dcf187cb858b {
  margin-left: -5%;
}

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

}

@media (min-width: 768px) {
[id="s-f27e6d30-99b6-4c2b-aa0e-dbe60a13c8d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f27e6d30-99b6-4c2b-aa0e-dbe60a13c8d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f27e6d30-99b6-4c2b-aa0e-dbe60a13c8d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f27e6d30-99b6-4c2b-aa0e-dbe60a13c8d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f27e6d30-99b6-4c2b-aa0e-dbe60a13c8d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f27e6d30-99b6-4c2b-aa0e-dbe60a13c8d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-e1fc06f5-4224-4d4d-96d8-e4fd8b55e6ae .shogun-icon-wrapper {
  text-align: right;
}


#s-e1fc06f5-4224-4d4d-96d8-e4fd8b55e6ae .shogun-icon-wrapper > .shogun-icon {

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

#s-dceddf5e-709c-4004-ad3f-aaf81f0f5f75 {
  margin-left: -5%;
}

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

}

@media (min-width: 768px) {
[id="s-2bfa711b-af66-4f9a-a6cb-e9e07a5c1968"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2bfa711b-af66-4f9a-a6cb-e9e07a5c1968"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2bfa711b-af66-4f9a-a6cb-e9e07a5c1968"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2bfa711b-af66-4f9a-a6cb-e9e07a5c1968"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bfa711b-af66-4f9a-a6cb-e9e07a5c1968"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2bfa711b-af66-4f9a-a6cb-e9e07a5c1968"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-09618ca5-1e17-4dcf-96a6-57c360d00f99 .shogun-icon-wrapper {
  text-align: right;
}


#s-09618ca5-1e17-4dcf-96a6-57c360d00f99 .shogun-icon-wrapper > .shogun-icon {

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

#s-0414dc24-2c50-44df-8c8c-e4aa23503f13 {
  margin-left: -5%;
}

@media (max-width: 767px){#s-d9263bfe-778c-4c47-a3fa-cdb6cdb46e24 {
  display: none;
}
#s-d9263bfe-778c-4c47-a3fa-cdb6cdb46e24, #wrap-s-d9263bfe-778c-4c47-a3fa-cdb6cdb46e24, #wrap-content-s-d9263bfe-778c-4c47-a3fa-cdb6cdb46e24 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d9263bfe-778c-4c47-a3fa-cdb6cdb46e24"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d9263bfe-778c-4c47-a3fa-cdb6cdb46e24"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9263bfe-778c-4c47-a3fa-cdb6cdb46e24"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9263bfe-778c-4c47-a3fa-cdb6cdb46e24"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9263bfe-778c-4c47-a3fa-cdb6cdb46e24"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9263bfe-778c-4c47-a3fa-cdb6cdb46e24"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9263bfe-778c-4c47-a3fa-cdb6cdb46e24"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-9355d089-d84f-4c9b-bb57-c6c98445a7c5 .shogun-icon-wrapper {
  text-align: right;
}


#s-9355d089-d84f-4c9b-bb57-c6c98445a7c5 .shogun-icon-wrapper > .shogun-icon {

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

#s-dfc2ed7b-6113-44bb-8611-cc77444e0fa1 {
  margin-left: -5%;
}

#s-8320a9e6-d73e-4c29-8cec-4cceb55b6636 {
  
}
@media (max-width: 767px){#s-8320a9e6-d73e-4c29-8cec-4cceb55b6636 {
  display: none;
}
#s-8320a9e6-d73e-4c29-8cec-4cceb55b6636, #wrap-s-8320a9e6-d73e-4c29-8cec-4cceb55b6636, #wrap-content-s-8320a9e6-d73e-4c29-8cec-4cceb55b6636 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8320a9e6-d73e-4c29-8cec-4cceb55b6636"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8320a9e6-d73e-4c29-8cec-4cceb55b6636"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8320a9e6-d73e-4c29-8cec-4cceb55b6636"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8320a9e6-d73e-4c29-8cec-4cceb55b6636"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8320a9e6-d73e-4c29-8cec-4cceb55b6636"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8320a9e6-d73e-4c29-8cec-4cceb55b6636"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8320a9e6-d73e-4c29-8cec-4cceb55b6636"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-f23de523-c176-4356-a056-9c49f4cfd6f1 .shogun-icon-wrapper {
  text-align: right;
}


#s-f23de523-c176-4356-a056-9c49f4cfd6f1 .shogun-icon-wrapper > .shogun-icon {

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

#s-160e11fc-b4cd-4cac-b392-c08ce5e1e0f3 {
  margin-left: -5%;
}

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

}

@media (min-width: 768px) {
[id="s-4f1e3453-ea21-4cbe-b381-a456ce83bfd3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4f1e3453-ea21-4cbe-b381-a456ce83bfd3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f1e3453-ea21-4cbe-b381-a456ce83bfd3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4f1e3453-ea21-4cbe-b381-a456ce83bfd3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f1e3453-ea21-4cbe-b381-a456ce83bfd3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4f1e3453-ea21-4cbe-b381-a456ce83bfd3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-f6157a8a-f394-4d96-96f2-2e7a49b53900 .shogun-icon-wrapper {
  text-align: right;
}


#s-f6157a8a-f394-4d96-96f2-2e7a49b53900 .shogun-icon-wrapper > .shogun-icon {

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

#s-01d37e25-c2d1-4aea-a359-846f568be35b {
  margin-left: -5%;
}

#s-a3c94782-bd02-4b09-9b6f-5473c22b0a62 {
  padding-top: 20px;
}

#s-0913a462-26b2-42a2-990f-bb9717749125 {
  margin-top: -2px;
margin-bottom: -2px;
}

@media (min-width: 0px) {
[id="s-0913a462-26b2-42a2-990f-bb9717749125"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0913a462-26b2-42a2-990f-bb9717749125"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0913a462-26b2-42a2-990f-bb9717749125"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0913a462-26b2-42a2-990f-bb9717749125"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0913a462-26b2-42a2-990f-bb9717749125"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0913a462-26b2-42a2-990f-bb9717749125"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0913a462-26b2-42a2-990f-bb9717749125"] > .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-f7babc89-8f70-47d7-ad99-4df79fff6ed1 {
  margin-top: -1px;
margin-bottom: -1px;
text-align: center;
}

#s-f7babc89-8f70-47d7-ad99-4df79fff6ed1 {
  overflow: hidden;
  
  
}







  #s-f7babc89-8f70-47d7-ad99-4df79fff6ed1 img.shogun-image {
    

    
    
    
  }


#s-f7babc89-8f70-47d7-ad99-4df79fff6ed1 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-dbe92810-fc85-4a96-8d9a-d53df8549886 {
  min-height: 50px;
}








#s-dbe92810-fc85-4a96-8d9a-d53df8549886 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbe92810-fc85-4a96-8d9a-d53df8549886.shg-box.shg-c {
  justify-content: flex-start;
}

#s-73e74090-6633-4c9a-b469-d57e702ea02f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-73e74090-6633-4c9a-b469-d57e702ea02f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73e74090-6633-4c9a-b469-d57e702ea02f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a7b1b3d0-035a-4574-9406-41433dc556df {
  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-a7b1b3d0-035a-4574-9406-41433dc556df"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a7b1b3d0-035a-4574-9406-41433dc556df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a7b1b3d0-035a-4574-9406-41433dc556df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7b1b3d0-035a-4574-9406-41433dc556df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9cd00383-512b-4443-afcd-b54595c9b794 {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}

#s-9cd00383-512b-4443-afcd-b54595c9b794 {
  overflow: hidden;
  
  
}







  #s-9cd00383-512b-4443-afcd-b54595c9b794 img.shogun-image {
    

    
    
    
  }


#s-9cd00383-512b-4443-afcd-b54595c9b794 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-ab862582-af7f-4ade-841c-b1a12b11e10d {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}

#s-ab862582-af7f-4ade-841c-b1a12b11e10d {
  overflow: hidden;
  
  
}







  #s-ab862582-af7f-4ade-841c-b1a12b11e10d img.shogun-image {
    

    
    
    
  }


#s-ab862582-af7f-4ade-841c-b1a12b11e10d .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-c89afb0c-f802-4583-aec4-634b138ffc0b {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 20%;
text-align: center;
}

#s-c89afb0c-f802-4583-aec4-634b138ffc0b {
  overflow: hidden;
  
  
}







  #s-c89afb0c-f802-4583-aec4-634b138ffc0b img.shogun-image {
    

    
    
    
  }


#s-c89afb0c-f802-4583-aec4-634b138ffc0b .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-e574b8a1-3a04-4d8c-be32-4524db6a5536 {
  padding-top: 100px;
padding-left: 20px;
padding-bottom: 100px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-e574b8a1-3a04-4d8c-be32-4524db6a5536 {
  display: none;
}
#s-e574b8a1-3a04-4d8c-be32-4524db6a5536, #wrap-s-e574b8a1-3a04-4d8c-be32-4524db6a5536, #wrap-content-s-e574b8a1-3a04-4d8c-be32-4524db6a5536 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e574b8a1-3a04-4d8c-be32-4524db6a5536 {
  display: none;
}
#s-e574b8a1-3a04-4d8c-be32-4524db6a5536, #wrap-s-e574b8a1-3a04-4d8c-be32-4524db6a5536, #wrap-content-s-e574b8a1-3a04-4d8c-be32-4524db6a5536 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e574b8a1-3a04-4d8c-be32-4524db6a5536 {
  display: none;
}
#s-e574b8a1-3a04-4d8c-be32-4524db6a5536, #wrap-s-e574b8a1-3a04-4d8c-be32-4524db6a5536, #wrap-content-s-e574b8a1-3a04-4d8c-be32-4524db6a5536 { display: none !important; }}
#s-d71897af-aad8-46f3-8ac7-8184bec745da {
  text-align: center;
}
@media (min-width: 1200px){#s-d71897af-aad8-46f3-8ac7-8184bec745da {
  display: none;
}
#s-d71897af-aad8-46f3-8ac7-8184bec745da, #wrap-s-d71897af-aad8-46f3-8ac7-8184bec745da, #wrap-content-s-d71897af-aad8-46f3-8ac7-8184bec745da { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d71897af-aad8-46f3-8ac7-8184bec745da {
  display: none;
}
#s-d71897af-aad8-46f3-8ac7-8184bec745da, #wrap-s-d71897af-aad8-46f3-8ac7-8184bec745da, #wrap-content-s-d71897af-aad8-46f3-8ac7-8184bec745da { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d71897af-aad8-46f3-8ac7-8184bec745da {
  display: none;
}
#s-d71897af-aad8-46f3-8ac7-8184bec745da, #wrap-s-d71897af-aad8-46f3-8ac7-8184bec745da, #wrap-content-s-d71897af-aad8-46f3-8ac7-8184bec745da { display: none !important; }}
#s-d71897af-aad8-46f3-8ac7-8184bec745da {
  overflow: hidden;
  
  
}







  #s-d71897af-aad8-46f3-8ac7-8184bec745da img.shogun-image {
    

    
    
    
  }


#s-d71897af-aad8-46f3-8ac7-8184bec745da .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-643d460c-369b-4097-aa4f-b023bfafbbed {
  padding-top: 100px;
padding-left: 20px;
padding-bottom: 100px;
padding-right: 20px;
background-color: rgba(232, 235, 239, 1);
}
@media (min-width: 1200px){#s-643d460c-369b-4097-aa4f-b023bfafbbed {
  display: none;
}
#s-643d460c-369b-4097-aa4f-b023bfafbbed, #wrap-s-643d460c-369b-4097-aa4f-b023bfafbbed, #wrap-content-s-643d460c-369b-4097-aa4f-b023bfafbbed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-643d460c-369b-4097-aa4f-b023bfafbbed {
  display: none;
}
#s-643d460c-369b-4097-aa4f-b023bfafbbed, #wrap-s-643d460c-369b-4097-aa4f-b023bfafbbed, #wrap-content-s-643d460c-369b-4097-aa4f-b023bfafbbed { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-643d460c-369b-4097-aa4f-b023bfafbbed {
  display: none;
}
#s-643d460c-369b-4097-aa4f-b023bfafbbed, #wrap-s-643d460c-369b-4097-aa4f-b023bfafbbed, #wrap-content-s-643d460c-369b-4097-aa4f-b023bfafbbed { display: none !important; }}
#s-dc2a5a06-e86e-4b89-b48a-c220812b2e73 {
  min-height: 50px;
}








#s-dc2a5a06-e86e-4b89-b48a-c220812b2e73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc2a5a06-e86e-4b89-b48a-c220812b2e73.shg-box.shg-c {
  justify-content: flex-start;
}

#s-25225c49-121e-4473-abf9-466e2ab459d2 {
  margin-top: 12px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-25225c49-121e-4473-abf9-466e2ab459d2 {
  
}
}@media (max-width: 767px){#s-25225c49-121e-4473-abf9-466e2ab459d2 {
  display: none;
}
#s-25225c49-121e-4473-abf9-466e2ab459d2, #wrap-s-25225c49-121e-4473-abf9-466e2ab459d2, #wrap-content-s-25225c49-121e-4473-abf9-466e2ab459d2 { display: none !important; }}
#s-25225c49-121e-4473-abf9-466e2ab459d2 {
  overflow: hidden;
  
  
}








#s-25225c49-121e-4473-abf9-466e2ab459d2 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-0a0f0392-9328-42a8-8fa0-f2714c124dcf {
  margin-left: 10%;
margin-right: 40%;
padding-top: 15%;
padding-left: 0%;
padding-right: 0%;
}

#s-68132bfb-8a40-4cf3-a74e-aa599887c716 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-68132bfb-8a40-4cf3-a74e-aa599887c716 {
  display: none;
}
#s-68132bfb-8a40-4cf3-a74e-aa599887c716, #wrap-s-68132bfb-8a40-4cf3-a74e-aa599887c716, #wrap-content-s-68132bfb-8a40-4cf3-a74e-aa599887c716 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68132bfb-8a40-4cf3-a74e-aa599887c716 {
  display: none;
}
#s-68132bfb-8a40-4cf3-a74e-aa599887c716, #wrap-s-68132bfb-8a40-4cf3-a74e-aa599887c716, #wrap-content-s-68132bfb-8a40-4cf3-a74e-aa599887c716 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68132bfb-8a40-4cf3-a74e-aa599887c716 {
  display: none;
}
#s-68132bfb-8a40-4cf3-a74e-aa599887c716, #wrap-s-68132bfb-8a40-4cf3-a74e-aa599887c716, #wrap-content-s-68132bfb-8a40-4cf3-a74e-aa599887c716 { display: none !important; }}
#s-68132bfb-8a40-4cf3-a74e-aa599887c716 {
  overflow: hidden;
  
  
}







  #s-68132bfb-8a40-4cf3-a74e-aa599887c716 img.shogun-image {
    

    
    
    
  }


#s-68132bfb-8a40-4cf3-a74e-aa599887c716 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-f0569da0-f57a-453b-9c85-e9a33e569bd1 {
  padding-top: 100px;
padding-left: 20px;
padding-bottom: 100px;
padding-right: 20px;
background-color: rgba(232, 235, 239, 1);
}
@media (min-width: 1200px){#s-f0569da0-f57a-453b-9c85-e9a33e569bd1 {
  display: none;
}
#s-f0569da0-f57a-453b-9c85-e9a33e569bd1, #wrap-s-f0569da0-f57a-453b-9c85-e9a33e569bd1, #wrap-content-s-f0569da0-f57a-453b-9c85-e9a33e569bd1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0569da0-f57a-453b-9c85-e9a33e569bd1 {
  display: none;
}
#s-f0569da0-f57a-453b-9c85-e9a33e569bd1, #wrap-s-f0569da0-f57a-453b-9c85-e9a33e569bd1, #wrap-content-s-f0569da0-f57a-453b-9c85-e9a33e569bd1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0569da0-f57a-453b-9c85-e9a33e569bd1 {
  display: none;
}
#s-f0569da0-f57a-453b-9c85-e9a33e569bd1, #wrap-s-f0569da0-f57a-453b-9c85-e9a33e569bd1, #wrap-content-s-f0569da0-f57a-453b-9c85-e9a33e569bd1 { display: none !important; }}
#s-09640a37-1a4f-41c0-8502-ea8370ee032b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-09640a37-1a4f-41c0-8502-ea8370ee032b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09640a37-1a4f-41c0-8502-ea8370ee032b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-09640a37-1a4f-41c0-8502-ea8370ee032b {
  
}
}







#s-09640a37-1a4f-41c0-8502-ea8370ee032b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09640a37-1a4f-41c0-8502-ea8370ee032b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d800651b-1ae2-43d4-9f0f-13e7941a7a9b {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(232, 235, 239, 1);
}
@media (max-width: 767px){#s-d800651b-1ae2-43d4-9f0f-13e7941a7a9b {
  display: none;
}
#s-d800651b-1ae2-43d4-9f0f-13e7941a7a9b, #wrap-s-d800651b-1ae2-43d4-9f0f-13e7941a7a9b, #wrap-content-s-d800651b-1ae2-43d4-9f0f-13e7941a7a9b { display: none !important; }}
@media (min-width: 0px) {
[id="s-d800651b-1ae2-43d4-9f0f-13e7941a7a9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d800651b-1ae2-43d4-9f0f-13e7941a7a9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d800651b-1ae2-43d4-9f0f-13e7941a7a9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d800651b-1ae2-43d4-9f0f-13e7941a7a9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-d800651b-1ae2-43d4-9f0f-13e7941a7a9b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f5a176cf-588f-4c6f-bab7-89ab385504b9 {
  margin-left: 0px;
margin-right: -15px;
text-align: center;
}
@media (max-width: 767px){#s-f5a176cf-588f-4c6f-bab7-89ab385504b9 {
  display: none;
}
#s-f5a176cf-588f-4c6f-bab7-89ab385504b9, #wrap-s-f5a176cf-588f-4c6f-bab7-89ab385504b9, #wrap-content-s-f5a176cf-588f-4c6f-bab7-89ab385504b9 { display: none !important; }}
#s-f5a176cf-588f-4c6f-bab7-89ab385504b9 {
  overflow: hidden;
  
  
}








#s-f5a176cf-588f-4c6f-bab7-89ab385504b9 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-279cee6b-e565-43a4-b90a-365deec7864c {
  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-279cee6b-e565-43a4-b90a-365deec7864c {
  display: none;
}
#s-279cee6b-e565-43a4-b90a-365deec7864c, #wrap-s-279cee6b-e565-43a4-b90a-365deec7864c, #wrap-content-s-279cee6b-e565-43a4-b90a-365deec7864c { display: none !important; }}@media (max-width: 767px){#s-279cee6b-e565-43a4-b90a-365deec7864c {
  display: none;
}
#s-279cee6b-e565-43a4-b90a-365deec7864c, #wrap-s-279cee6b-e565-43a4-b90a-365deec7864c, #wrap-content-s-279cee6b-e565-43a4-b90a-365deec7864c { display: none !important; }}
#s-03c2c4c4-fe84-4541-a4e4-72bf4e171453 {
  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-03c2c4c4-fe84-4541-a4e4-72bf4e171453 {
  display: none;
}
#s-03c2c4c4-fe84-4541-a4e4-72bf4e171453, #wrap-s-03c2c4c4-fe84-4541-a4e4-72bf4e171453, #wrap-content-s-03c2c4c4-fe84-4541-a4e4-72bf4e171453 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03c2c4c4-fe84-4541-a4e4-72bf4e171453 {
  display: none;
}
#s-03c2c4c4-fe84-4541-a4e4-72bf4e171453, #wrap-s-03c2c4c4-fe84-4541-a4e4-72bf4e171453, #wrap-content-s-03c2c4c4-fe84-4541-a4e4-72bf4e171453 { display: none !important; }}@media (max-width: 767px){#s-03c2c4c4-fe84-4541-a4e4-72bf4e171453 {
  display: none;
}
#s-03c2c4c4-fe84-4541-a4e4-72bf4e171453, #wrap-s-03c2c4c4-fe84-4541-a4e4-72bf4e171453, #wrap-content-s-03c2c4c4-fe84-4541-a4e4-72bf4e171453 { display: none !important; }}
#s-ce085a71-56a5-4550-b074-c26ba1a6f7df {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(232, 235, 239, 1);
}
@media (max-width: 767px){#s-ce085a71-56a5-4550-b074-c26ba1a6f7df {
  display: none;
}
#s-ce085a71-56a5-4550-b074-c26ba1a6f7df, #wrap-s-ce085a71-56a5-4550-b074-c26ba1a6f7df, #wrap-content-s-ce085a71-56a5-4550-b074-c26ba1a6f7df { display: none !important; }}
@media (min-width: 0px) {
[id="s-ce085a71-56a5-4550-b074-c26ba1a6f7df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce085a71-56a5-4550-b074-c26ba1a6f7df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce085a71-56a5-4550-b074-c26ba1a6f7df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce085a71-56a5-4550-b074-c26ba1a6f7df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-ce085a71-56a5-4550-b074-c26ba1a6f7df"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d42be691-1483-4efd-acf5-17b55339e6c8 {
  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-d42be691-1483-4efd-acf5-17b55339e6c8 {
  display: none;
}
#s-d42be691-1483-4efd-acf5-17b55339e6c8, #wrap-s-d42be691-1483-4efd-acf5-17b55339e6c8, #wrap-content-s-d42be691-1483-4efd-acf5-17b55339e6c8 { display: none !important; }}@media (max-width: 767px){#s-d42be691-1483-4efd-acf5-17b55339e6c8 {
  display: none;
}
#s-d42be691-1483-4efd-acf5-17b55339e6c8, #wrap-s-d42be691-1483-4efd-acf5-17b55339e6c8, #wrap-content-s-d42be691-1483-4efd-acf5-17b55339e6c8 { display: none !important; }}
#s-e573f8ed-f6ef-41e6-b96e-c252b46ea750 {
  margin-top: 20%;
margin-bottom: 20%;
padding-left: 10%;
padding-right: 10px;
min-height: 100%;
opacity: 1;
}
@media (min-width: 1200px){#s-e573f8ed-f6ef-41e6-b96e-c252b46ea750 {
  display: none;
}
#s-e573f8ed-f6ef-41e6-b96e-c252b46ea750, #wrap-s-e573f8ed-f6ef-41e6-b96e-c252b46ea750, #wrap-content-s-e573f8ed-f6ef-41e6-b96e-c252b46ea750 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e573f8ed-f6ef-41e6-b96e-c252b46ea750 {
  display: none;
}
#s-e573f8ed-f6ef-41e6-b96e-c252b46ea750, #wrap-s-e573f8ed-f6ef-41e6-b96e-c252b46ea750, #wrap-content-s-e573f8ed-f6ef-41e6-b96e-c252b46ea750 { display: none !important; }}@media (max-width: 767px){#s-e573f8ed-f6ef-41e6-b96e-c252b46ea750 {
  display: none;
}
#s-e573f8ed-f6ef-41e6-b96e-c252b46ea750, #wrap-s-e573f8ed-f6ef-41e6-b96e-c252b46ea750, #wrap-content-s-e573f8ed-f6ef-41e6-b96e-c252b46ea750 { display: none !important; }}
#s-f74e2fdb-f3bf-4c10-bd15-6809f2c42539 {
  margin-left: -15px;
margin-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-f74e2fdb-f3bf-4c10-bd15-6809f2c42539 {
  display: none;
}
#s-f74e2fdb-f3bf-4c10-bd15-6809f2c42539, #wrap-s-f74e2fdb-f3bf-4c10-bd15-6809f2c42539, #wrap-content-s-f74e2fdb-f3bf-4c10-bd15-6809f2c42539 { display: none !important; }}
#s-f74e2fdb-f3bf-4c10-bd15-6809f2c42539 {
  overflow: hidden;
  
  
}








#s-f74e2fdb-f3bf-4c10-bd15-6809f2c42539 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-fc908b4a-cc06-4033-9bd5-5347d076ca82 {
  margin-top: -50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-fc908b4a-cc06-4033-9bd5-5347d076ca82 {
  display: none;
}
#s-fc908b4a-cc06-4033-9bd5-5347d076ca82, #wrap-s-fc908b4a-cc06-4033-9bd5-5347d076ca82, #wrap-content-s-fc908b4a-cc06-4033-9bd5-5347d076ca82 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc908b4a-cc06-4033-9bd5-5347d076ca82 {
  display: none;
}
#s-fc908b4a-cc06-4033-9bd5-5347d076ca82, #wrap-s-fc908b4a-cc06-4033-9bd5-5347d076ca82, #wrap-content-s-fc908b4a-cc06-4033-9bd5-5347d076ca82 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc908b4a-cc06-4033-9bd5-5347d076ca82 {
  display: none;
}
#s-fc908b4a-cc06-4033-9bd5-5347d076ca82, #wrap-s-fc908b4a-cc06-4033-9bd5-5347d076ca82, #wrap-content-s-fc908b4a-cc06-4033-9bd5-5347d076ca82 { display: none !important; }}
#s-fc908b4a-cc06-4033-9bd5-5347d076ca82 {
  overflow: hidden;
  
  
}







  #s-fc908b4a-cc06-4033-9bd5-5347d076ca82 img.shogun-image {
    

    
    
    
  }


#s-fc908b4a-cc06-4033-9bd5-5347d076ca82 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-92c99159-2312-4573-8bd2-6b3cc28b6837 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-92c99159-2312-4573-8bd2-6b3cc28b6837 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-6cf6ce2b-1bd1-4407-bce7-851b2b9e3ffd {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-6cf6ce2b-1bd1-4407-bce7-851b2b9e3ffd {
  display: none;
}
#s-6cf6ce2b-1bd1-4407-bce7-851b2b9e3ffd, #wrap-s-6cf6ce2b-1bd1-4407-bce7-851b2b9e3ffd, #wrap-content-s-6cf6ce2b-1bd1-4407-bce7-851b2b9e3ffd { display: none !important; }}
@media (min-width: 0px) {
[id="s-6cf6ce2b-1bd1-4407-bce7-851b2b9e3ffd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6cf6ce2b-1bd1-4407-bce7-851b2b9e3ffd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6cf6ce2b-1bd1-4407-bce7-851b2b9e3ffd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6cf6ce2b-1bd1-4407-bce7-851b2b9e3ffd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6cf6ce2b-1bd1-4407-bce7-851b2b9e3ffd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cf6ce2b-1bd1-4407-bce7-851b2b9e3ffd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6cf6ce2b-1bd1-4407-bce7-851b2b9e3ffd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ac20821d-5f74-4a6e-8e7f-43ec694dffc2 .shogun-icon-wrapper {
  text-align: right;
}


#s-ac20821d-5f74-4a6e-8e7f-43ec694dffc2 .shogun-icon-wrapper > .shogun-icon {

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

#s-7b53b409-58ff-4998-a485-5783ee4f831b {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-a2fae890-65cc-4552-93ce-ee12cffc651f {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-a2fae890-65cc-4552-93ce-ee12cffc651f {
  display: none;
}
#s-a2fae890-65cc-4552-93ce-ee12cffc651f, #wrap-s-a2fae890-65cc-4552-93ce-ee12cffc651f, #wrap-content-s-a2fae890-65cc-4552-93ce-ee12cffc651f { display: none !important; }}
@media (min-width: 0px) {
[id="s-a2fae890-65cc-4552-93ce-ee12cffc651f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a2fae890-65cc-4552-93ce-ee12cffc651f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a2fae890-65cc-4552-93ce-ee12cffc651f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a2fae890-65cc-4552-93ce-ee12cffc651f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a2fae890-65cc-4552-93ce-ee12cffc651f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2fae890-65cc-4552-93ce-ee12cffc651f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a2fae890-65cc-4552-93ce-ee12cffc651f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-46a649b4-1a3b-4d15-9dc4-093c0b0ad3d6 .shogun-icon-wrapper {
  text-align: right;
}


#s-46a649b4-1a3b-4d15-9dc4-093c0b0ad3d6 .shogun-icon-wrapper > .shogun-icon {

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

#s-daf189e4-6615-480d-8807-37f79994395f {
  margin-top: 5px;
margin-bottom: 5px;
}

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

}

@media (min-width: 768px) {
[id="s-f4fd4e21-0537-422a-b671-b9ee535a0be6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4fd4e21-0537-422a-b671-b9ee535a0be6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4fd4e21-0537-422a-b671-b9ee535a0be6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4fd4e21-0537-422a-b671-b9ee535a0be6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4fd4e21-0537-422a-b671-b9ee535a0be6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4fd4e21-0537-422a-b671-b9ee535a0be6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-a7f3f588-4c4b-4fd2-8a3c-1cfa7ffd9c22 .shogun-icon-wrapper {
  text-align: right;
}


#s-a7f3f588-4c4b-4fd2-8a3c-1cfa7ffd9c22 .shogun-icon-wrapper > .shogun-icon {

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

#s-ef9d08c2-ab6f-4cc9-8ea1-d5a9d903f189 {
  margin-top: 5px;
margin-bottom: 5px;
}

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

}

@media (min-width: 768px) {
[id="s-fa78e165-4a52-4f00-b50a-92a7b8ae20a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa78e165-4a52-4f00-b50a-92a7b8ae20a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa78e165-4a52-4f00-b50a-92a7b8ae20a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa78e165-4a52-4f00-b50a-92a7b8ae20a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa78e165-4a52-4f00-b50a-92a7b8ae20a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa78e165-4a52-4f00-b50a-92a7b8ae20a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-4619a652-7cc3-4844-b1b0-df1952713410 .shogun-icon-wrapper {
  text-align: right;
}


#s-4619a652-7cc3-4844-b1b0-df1952713410 .shogun-icon-wrapper > .shogun-icon {

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

#s-b357dd9e-bc84-478c-83eb-b02d37ffa252 {
  margin-top: 5px;
margin-left: -5px;
margin-bottom: 5px;
}

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

}

@media (min-width: 768px) {
[id="s-d761c61d-7377-442e-ad5b-a8f5ee88b9d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d761c61d-7377-442e-ad5b-a8f5ee88b9d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d761c61d-7377-442e-ad5b-a8f5ee88b9d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d761c61d-7377-442e-ad5b-a8f5ee88b9d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d761c61d-7377-442e-ad5b-a8f5ee88b9d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d761c61d-7377-442e-ad5b-a8f5ee88b9d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c2582e1e-4f65-457f-893c-0a677a692b11 .shogun-icon-wrapper {
  text-align: right;
}


#s-c2582e1e-4f65-457f-893c-0a677a692b11 .shogun-icon-wrapper > .shogun-icon {

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

#s-27727acb-0f47-42f3-a563-3c920df3c87f {
  margin-top: 5px;
margin-left: -5px;
margin-bottom: 5px;
}

#s-fbc8c6c6-4f46-489b-9973-25724fae3ea3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-fbc8c6c6-4f46-489b-9973-25724fae3ea3 {
  display: none;
}
#s-fbc8c6c6-4f46-489b-9973-25724fae3ea3, #wrap-s-fbc8c6c6-4f46-489b-9973-25724fae3ea3, #wrap-content-s-fbc8c6c6-4f46-489b-9973-25724fae3ea3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fbc8c6c6-4f46-489b-9973-25724fae3ea3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fbc8c6c6-4f46-489b-9973-25724fae3ea3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fbc8c6c6-4f46-489b-9973-25724fae3ea3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbc8c6c6-4f46-489b-9973-25724fae3ea3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fbc8c6c6-4f46-489b-9973-25724fae3ea3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbc8c6c6-4f46-489b-9973-25724fae3ea3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fbc8c6c6-4f46-489b-9973-25724fae3ea3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-bc4fe508-6c59-446b-a2b5-fe4f7ab889b2 .shogun-icon-wrapper {
  text-align: right;
}


#s-bc4fe508-6c59-446b-a2b5-fe4f7ab889b2 .shogun-icon-wrapper > .shogun-icon {

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

#s-e138e4f4-c395-406f-9e34-a620bbbaafc3 {
  margin-top: 5px;
margin-bottom: 5px;
}

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

}

@media (min-width: 768px) {
[id="s-0c9a533a-61ae-463f-90b7-0c358146434a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c9a533a-61ae-463f-90b7-0c358146434a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c9a533a-61ae-463f-90b7-0c358146434a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c9a533a-61ae-463f-90b7-0c358146434a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c9a533a-61ae-463f-90b7-0c358146434a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c9a533a-61ae-463f-90b7-0c358146434a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-32118a1d-7f6d-47de-b9a7-63835fd8e5aa .shogun-icon-wrapper {
  text-align: right;
}


#s-32118a1d-7f6d-47de-b9a7-63835fd8e5aa .shogun-icon-wrapper > .shogun-icon {

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

#s-04f01178-a872-4e3f-9737-d4d1dae48331 {
  margin-top: 5px;
margin-left: -5px;
margin-bottom: 5px;
}

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

}

@media (min-width: 768px) {
[id="s-a2eb90b9-b5a4-4487-9f76-19493fcb2eb5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a2eb90b9-b5a4-4487-9f76-19493fcb2eb5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a2eb90b9-b5a4-4487-9f76-19493fcb2eb5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a2eb90b9-b5a4-4487-9f76-19493fcb2eb5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2eb90b9-b5a4-4487-9f76-19493fcb2eb5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a2eb90b9-b5a4-4487-9f76-19493fcb2eb5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-0e57ec12-ccdd-4a30-8545-81c529711188 .shogun-icon-wrapper {
  text-align: right;
}


#s-0e57ec12-ccdd-4a30-8545-81c529711188 .shogun-icon-wrapper > .shogun-icon {

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

#s-2eb40a8c-c06a-4d35-8b02-3714b34d669c {
  margin-top: 5px;
margin-left: -5px;
margin-bottom: 5px;
}

#s-a780075a-1611-481e-b6c5-99653c7a45ac {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-a780075a-1611-481e-b6c5-99653c7a45ac {
  display: none;
}
#s-a780075a-1611-481e-b6c5-99653c7a45ac, #wrap-s-a780075a-1611-481e-b6c5-99653c7a45ac, #wrap-content-s-a780075a-1611-481e-b6c5-99653c7a45ac { display: none !important; }}
@media (min-width: 0px) {
[id="s-a780075a-1611-481e-b6c5-99653c7a45ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a780075a-1611-481e-b6c5-99653c7a45ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a780075a-1611-481e-b6c5-99653c7a45ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a780075a-1611-481e-b6c5-99653c7a45ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a780075a-1611-481e-b6c5-99653c7a45ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a780075a-1611-481e-b6c5-99653c7a45ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a780075a-1611-481e-b6c5-99653c7a45ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-51ef1b70-4e9d-48ea-b996-762027105c00 .shogun-icon-wrapper {
  text-align: right;
}


#s-51ef1b70-4e9d-48ea-b996-762027105c00 .shogun-icon-wrapper > .shogun-icon {

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

#s-b8d6908d-c549-4b91-856e-537a9b18d94d {
  margin-top: 5px;
margin-bottom: 5px;
}

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

}

@media (min-width: 768px) {
[id="s-5e30e1f8-dcd5-4e88-b22d-1dcf74e4ad32"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5e30e1f8-dcd5-4e88-b22d-1dcf74e4ad32"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e30e1f8-dcd5-4e88-b22d-1dcf74e4ad32"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5e30e1f8-dcd5-4e88-b22d-1dcf74e4ad32"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e30e1f8-dcd5-4e88-b22d-1dcf74e4ad32"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5e30e1f8-dcd5-4e88-b22d-1dcf74e4ad32"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-891a8b84-4bab-41bb-94b6-12b8ad4ef64c .shogun-icon-wrapper {
  text-align: right;
}


#s-891a8b84-4bab-41bb-94b6-12b8ad4ef64c .shogun-icon-wrapper > .shogun-icon {

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

#s-fa248679-3715-4d9a-ac73-2b884c288226 {
  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-d3824a1f-42af-42e0-811e-f30fc45c93c0 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}
@media (max-width: 767px){#s-d3824a1f-42af-42e0-811e-f30fc45c93c0 {
  display: none;
}
#s-d3824a1f-42af-42e0-811e-f30fc45c93c0, #wrap-s-d3824a1f-42af-42e0-811e-f30fc45c93c0, #wrap-content-s-d3824a1f-42af-42e0-811e-f30fc45c93c0 { display: none !important; }}
#s-256c22ec-3f9d-40db-841c-707a2993836b {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-256c22ec-3f9d-40db-841c-707a2993836b {
  display: none;
}
#s-256c22ec-3f9d-40db-841c-707a2993836b, #wrap-s-256c22ec-3f9d-40db-841c-707a2993836b, #wrap-content-s-256c22ec-3f9d-40db-841c-707a2993836b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-256c22ec-3f9d-40db-841c-707a2993836b {
  display: none;
}
#s-256c22ec-3f9d-40db-841c-707a2993836b, #wrap-s-256c22ec-3f9d-40db-841c-707a2993836b, #wrap-content-s-256c22ec-3f9d-40db-841c-707a2993836b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-256c22ec-3f9d-40db-841c-707a2993836b {
  display: none;
}
#s-256c22ec-3f9d-40db-841c-707a2993836b, #wrap-s-256c22ec-3f9d-40db-841c-707a2993836b, #wrap-content-s-256c22ec-3f9d-40db-841c-707a2993836b { display: none !important; }}
#s-82855f12-c1b8-4157-9a9d-cbd72b3e73b8 {
  min-height: 50px;
}








#s-82855f12-c1b8-4157-9a9d-cbd72b3e73b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-82855f12-c1b8-4157-9a9d-cbd72b3e73b8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8cc9899d-885d-4f61-bc2a-51d77cf2cd71 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-8cc9899d-885d-4f61-bc2a-51d77cf2cd71 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-11c70eaa-79a4-4b55-8bb6-1ff144e1f821 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 35px;
padding-bottom: 50px;
}

#s-65520629-2216-4710-a0d4-ed26c20bb696 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-65520629-2216-4710-a0d4-ed26c20bb696 {
  display: none;
}
#s-65520629-2216-4710-a0d4-ed26c20bb696, #wrap-s-65520629-2216-4710-a0d4-ed26c20bb696, #wrap-content-s-65520629-2216-4710-a0d4-ed26c20bb696 { display: none !important; }}







#s-65520629-2216-4710-a0d4-ed26c20bb696 > .shg-box-overlay {
  background-color: #fff;
  opacity: 000;
  display: block;
}#s-65520629-2216-4710-a0d4-ed26c20bb696.shg-box.shg-c {
  justify-content: center;
}

#s-db805343-6973-447e-974e-210cba5619be {
  margin-left: 5px;
margin-right: 5px;
padding-left: 20%;
padding-right: 20%;
}
@media (max-width: 767px){#s-db805343-6973-447e-974e-210cba5619be {
  display: none;
}
#s-db805343-6973-447e-974e-210cba5619be, #wrap-s-db805343-6973-447e-974e-210cba5619be, #wrap-content-s-db805343-6973-447e-974e-210cba5619be { display: none !important; }}
#s-26be87e5-b767-477b-bbcb-0c5fe300f6af {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-26be87e5-b767-477b-bbcb-0c5fe300f6af {
  display: none;
}
#s-26be87e5-b767-477b-bbcb-0c5fe300f6af, #wrap-s-26be87e5-b767-477b-bbcb-0c5fe300f6af, #wrap-content-s-26be87e5-b767-477b-bbcb-0c5fe300f6af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26be87e5-b767-477b-bbcb-0c5fe300f6af {
  display: none;
}
#s-26be87e5-b767-477b-bbcb-0c5fe300f6af, #wrap-s-26be87e5-b767-477b-bbcb-0c5fe300f6af, #wrap-content-s-26be87e5-b767-477b-bbcb-0c5fe300f6af { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26be87e5-b767-477b-bbcb-0c5fe300f6af {
  display: none;
}
#s-26be87e5-b767-477b-bbcb-0c5fe300f6af, #wrap-s-26be87e5-b767-477b-bbcb-0c5fe300f6af, #wrap-content-s-26be87e5-b767-477b-bbcb-0c5fe300f6af { display: none !important; }}







#s-26be87e5-b767-477b-bbcb-0c5fe300f6af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26be87e5-b767-477b-bbcb-0c5fe300f6af.shg-box.shg-c {
  justify-content: center;
}

#s-fdaf4c4c-1a54-4aa4-9215-f0da1a59410a {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-fdaf4c4c-1a54-4aa4-9215-f0da1a59410a {
  display: none;
}
#s-fdaf4c4c-1a54-4aa4-9215-f0da1a59410a, #wrap-s-fdaf4c4c-1a54-4aa4-9215-f0da1a59410a, #wrap-content-s-fdaf4c4c-1a54-4aa4-9215-f0da1a59410a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fdaf4c4c-1a54-4aa4-9215-f0da1a59410a {
  display: none;
}
#s-fdaf4c4c-1a54-4aa4-9215-f0da1a59410a, #wrap-s-fdaf4c4c-1a54-4aa4-9215-f0da1a59410a, #wrap-content-s-fdaf4c4c-1a54-4aa4-9215-f0da1a59410a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fdaf4c4c-1a54-4aa4-9215-f0da1a59410a {
  display: none;
}
#s-fdaf4c4c-1a54-4aa4-9215-f0da1a59410a, #wrap-s-fdaf4c4c-1a54-4aa4-9215-f0da1a59410a, #wrap-content-s-fdaf4c4c-1a54-4aa4-9215-f0da1a59410a { display: none !important; }}
#s-00677577-dca3-4144-9e9d-94254c331a42 {
  min-height: 50px;
}








#s-00677577-dca3-4144-9e9d-94254c331a42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00677577-dca3-4144-9e9d-94254c331a42.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ac173e2b-ac75-442d-b854-d79ad561f6f6 {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(194, 157, 51, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ac173e2b-ac75-442d-b854-d79ad561f6f6 {
  display: none;
}
#s-ac173e2b-ac75-442d-b854-d79ad561f6f6, #wrap-s-ac173e2b-ac75-442d-b854-d79ad561f6f6, #wrap-content-s-ac173e2b-ac75-442d-b854-d79ad561f6f6 { display: none !important; }}@media (max-width: 767px){#s-ac173e2b-ac75-442d-b854-d79ad561f6f6 {
  display: none;
}
#s-ac173e2b-ac75-442d-b854-d79ad561f6f6, #wrap-s-ac173e2b-ac75-442d-b854-d79ad561f6f6, #wrap-content-s-ac173e2b-ac75-442d-b854-d79ad561f6f6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ac173e2b-ac75-442d-b854-d79ad561f6f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac173e2b-ac75-442d-b854-d79ad561f6f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac173e2b-ac75-442d-b854-d79ad561f6f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac173e2b-ac75-442d-b854-d79ad561f6f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c1bcd846-b8ac-443e-b6b5-c3571828c105 {
  padding-left: 30%;
padding-right: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c1bcd846-b8ac-443e-b6b5-c3571828c105 {
  display: none;
}
#s-c1bcd846-b8ac-443e-b6b5-c3571828c105, #wrap-s-c1bcd846-b8ac-443e-b6b5-c3571828c105, #wrap-content-s-c1bcd846-b8ac-443e-b6b5-c3571828c105 { display: none !important; }}@media (max-width: 767px){#s-c1bcd846-b8ac-443e-b6b5-c3571828c105 {
  display: none;
}
#s-c1bcd846-b8ac-443e-b6b5-c3571828c105, #wrap-s-c1bcd846-b8ac-443e-b6b5-c3571828c105, #wrap-content-s-c1bcd846-b8ac-443e-b6b5-c3571828c105 { display: none !important; }}
#s-c1bcd846-b8ac-443e-b6b5-c3571828c105 {
  overflow: hidden;
  
  
}







  #s-c1bcd846-b8ac-443e-b6b5-c3571828c105 img.shogun-image {
    

    
    
    
  }


#s-c1bcd846-b8ac-443e-b6b5-c3571828c105 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ae9a626a-4423-4a36-83a8-b4a5e7312f1c {
  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-ae9a626a-4423-4a36-83a8-b4a5e7312f1c {
  display: none;
}
#s-ae9a626a-4423-4a36-83a8-b4a5e7312f1c, #wrap-s-ae9a626a-4423-4a36-83a8-b4a5e7312f1c, #wrap-content-s-ae9a626a-4423-4a36-83a8-b4a5e7312f1c { display: none !important; }}@media (max-width: 767px){#s-ae9a626a-4423-4a36-83a8-b4a5e7312f1c {
  display: none;
}
#s-ae9a626a-4423-4a36-83a8-b4a5e7312f1c, #wrap-s-ae9a626a-4423-4a36-83a8-b4a5e7312f1c, #wrap-content-s-ae9a626a-4423-4a36-83a8-b4a5e7312f1c { display: none !important; }}
#s-cffd345a-0fd5-4857-ac58-f39462f5beb5 {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(194, 157, 51, 1);
}
@media (min-width: 1200px){#s-cffd345a-0fd5-4857-ac58-f39462f5beb5 {
  display: none;
}
#s-cffd345a-0fd5-4857-ac58-f39462f5beb5, #wrap-s-cffd345a-0fd5-4857-ac58-f39462f5beb5, #wrap-content-s-cffd345a-0fd5-4857-ac58-f39462f5beb5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cffd345a-0fd5-4857-ac58-f39462f5beb5 {
  display: none;
}
#s-cffd345a-0fd5-4857-ac58-f39462f5beb5, #wrap-s-cffd345a-0fd5-4857-ac58-f39462f5beb5, #wrap-content-s-cffd345a-0fd5-4857-ac58-f39462f5beb5 { display: none !important; }}@media (max-width: 767px){#s-cffd345a-0fd5-4857-ac58-f39462f5beb5 {
  display: none;
}
#s-cffd345a-0fd5-4857-ac58-f39462f5beb5, #wrap-s-cffd345a-0fd5-4857-ac58-f39462f5beb5, #wrap-content-s-cffd345a-0fd5-4857-ac58-f39462f5beb5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cffd345a-0fd5-4857-ac58-f39462f5beb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cffd345a-0fd5-4857-ac58-f39462f5beb5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cffd345a-0fd5-4857-ac58-f39462f5beb5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cffd345a-0fd5-4857-ac58-f39462f5beb5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cffd345a-0fd5-4857-ac58-f39462f5beb5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cffd345a-0fd5-4857-ac58-f39462f5beb5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cffd345a-0fd5-4857-ac58-f39462f5beb5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-083f4d56-746d-45cc-ac59-972dc642de5f {
  padding-top: 25%;
padding-left: 5%;
padding-right: 10px;
text-align: center;
}

#s-083f4d56-746d-45cc-ac59-972dc642de5f {
  overflow: hidden;
  
  
}







  #s-083f4d56-746d-45cc-ac59-972dc642de5f img.shogun-image {
    

    
    
    
  }


#s-083f4d56-746d-45cc-ac59-972dc642de5f .shogun-image-content {
  
    justify-content: center;
  
}

#s-50219a1f-363d-4897-b49b-49ddc42f9289 {
  margin-top: 15%;
margin-bottom: 15%;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10%;
}

#s-45429bc9-d771-4a2a-b4b2-555d5531fceb {
  background-color: rgba(194, 157, 51, 1);
}
@media (min-width: 1200px){#s-45429bc9-d771-4a2a-b4b2-555d5531fceb {
  display: none;
}
#s-45429bc9-d771-4a2a-b4b2-555d5531fceb, #wrap-s-45429bc9-d771-4a2a-b4b2-555d5531fceb, #wrap-content-s-45429bc9-d771-4a2a-b4b2-555d5531fceb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45429bc9-d771-4a2a-b4b2-555d5531fceb {
  display: none;
}
#s-45429bc9-d771-4a2a-b4b2-555d5531fceb, #wrap-s-45429bc9-d771-4a2a-b4b2-555d5531fceb, #wrap-content-s-45429bc9-d771-4a2a-b4b2-555d5531fceb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-45429bc9-d771-4a2a-b4b2-555d5531fceb {
  display: none;
}
#s-45429bc9-d771-4a2a-b4b2-555d5531fceb, #wrap-s-45429bc9-d771-4a2a-b4b2-555d5531fceb, #wrap-content-s-45429bc9-d771-4a2a-b4b2-555d5531fceb { display: none !important; }}
@media (min-width: 0px) {
[id="s-45429bc9-d771-4a2a-b4b2-555d5531fceb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45429bc9-d771-4a2a-b4b2-555d5531fceb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-45429bc9-d771-4a2a-b4b2-555d5531fceb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-45429bc9-d771-4a2a-b4b2-555d5531fceb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c530244b-395b-4046-b469-1807f5ede01d {
  padding-left: 60px;
padding-right: 60px;
text-align: center;
}

#s-c530244b-395b-4046-b469-1807f5ede01d {
  overflow: hidden;
  
  
}







  #s-c530244b-395b-4046-b469-1807f5ede01d img.shogun-image {
    

    
    
    
  }


#s-c530244b-395b-4046-b469-1807f5ede01d .shogun-image-content {
  
    justify-content: center;
  
}

#s-8b71de5a-b7b5-47fc-8253-474653b8035f {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
}

#s-9b733d88-f303-4304-b867-1bb9907dd899 {
  min-height: 50px;
}








#s-9b733d88-f303-4304-b867-1bb9907dd899 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b733d88-f303-4304-b867-1bb9907dd899.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c9d837c3-1c7f-4959-98f7-ee4ac5127e25 {
  min-height: 50px;
}
@media (max-width: 767px){#s-c9d837c3-1c7f-4959-98f7-ee4ac5127e25 {
  display: none;
}
#s-c9d837c3-1c7f-4959-98f7-ee4ac5127e25, #wrap-s-c9d837c3-1c7f-4959-98f7-ee4ac5127e25, #wrap-content-s-c9d837c3-1c7f-4959-98f7-ee4ac5127e25 { display: none !important; }}







#s-c9d837c3-1c7f-4959-98f7-ee4ac5127e25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9d837c3-1c7f-4959-98f7-ee4ac5127e25.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b5524cf4-abb0-4692-8d1f-57cc8548e203 {
  min-height: 50px;
}








#s-b5524cf4-abb0-4692-8d1f-57cc8548e203 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5524cf4-abb0-4692-8d1f-57cc8548e203.shg-box.shg-c {
  justify-content: flex-start;
}

#s-977526ca-fd95-43cf-82dc-26bd80138061 {
  padding-top: 70px;
padding-bottom: 10px;
text-align: center;
}

#s-977526ca-fd95-43cf-82dc-26bd80138061 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-8dce2e04-3175-4dce-8ff9-236d0324dc97 {
  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-6f93e860-e389-4be3-8dcb-eda939f7bdc5 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-6f93e860-e389-4be3-8dcb-eda939f7bdc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f93e860-e389-4be3-8dcb-eda939f7bdc5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6f93e860-e389-4be3-8dcb-eda939f7bdc5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f93e860-e389-4be3-8dcb-eda939f7bdc5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5d70f1c8-94e3-46e5-8836-b30ef9fe89ed {
  
}

#s-2f560a12-6bbc-444a-bc8e-fda29d28c19f {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2f560a12-6bbc-444a-bc8e-fda29d28c19f {
  display: none;
}
#s-2f560a12-6bbc-444a-bc8e-fda29d28c19f, #wrap-s-2f560a12-6bbc-444a-bc8e-fda29d28c19f, #wrap-content-s-2f560a12-6bbc-444a-bc8e-fda29d28c19f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f560a12-6bbc-444a-bc8e-fda29d28c19f {
  display: none;
}
#s-2f560a12-6bbc-444a-bc8e-fda29d28c19f, #wrap-s-2f560a12-6bbc-444a-bc8e-fda29d28c19f, #wrap-content-s-2f560a12-6bbc-444a-bc8e-fda29d28c19f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f560a12-6bbc-444a-bc8e-fda29d28c19f {
  display: none;
}
#s-2f560a12-6bbc-444a-bc8e-fda29d28c19f, #wrap-s-2f560a12-6bbc-444a-bc8e-fda29d28c19f, #wrap-content-s-2f560a12-6bbc-444a-bc8e-fda29d28c19f { display: none !important; }}







#s-2f560a12-6bbc-444a-bc8e-fda29d28c19f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f560a12-6bbc-444a-bc8e-fda29d28c19f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7aea041c-512c-4469-9e46-f54f3b1ee232 {
  min-height: 50px;
}








#s-7aea041c-512c-4469-9e46-f54f3b1ee232 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7aea041c-512c-4469-9e46-f54f3b1ee232.shg-box.shg-c {
  justify-content: flex-start;
}

#s-409843cd-f5bf-4995-bec0-fc0043568a39 {
  padding-top: 70px;
padding-bottom: 10px;
text-align: center;
}

#s-409843cd-f5bf-4995-bec0-fc0043568a39 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-b1899cb0-9067-4108-87be-c07d797958b2 {
  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-483657ac-bd2c-4a24-b366-69981b7d3742 {
  margin-top: -10px;
margin-left: 0px;
margin-right: 0px;
padding-left: 14%;
padding-right: 14%;
}

@media (min-width: 0px) {
[id="s-483657ac-bd2c-4a24-b366-69981b7d3742"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-483657ac-bd2c-4a24-b366-69981b7d3742"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-483657ac-bd2c-4a24-b366-69981b7d3742"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-483657ac-bd2c-4a24-b366-69981b7d3742"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-21203bf2-9cb8-4d0b-b4e9-df25e31c634f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-54deb1d4-3bf4-4dc2-8aab-3c0b25ec789b {
  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-0912cd50-bf4e-4a2b-bf5b-18abac89ad8c {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0912cd50-bf4e-4a2b-bf5b-18abac89ad8c {
  display: none;
}
#s-0912cd50-bf4e-4a2b-bf5b-18abac89ad8c, #wrap-s-0912cd50-bf4e-4a2b-bf5b-18abac89ad8c, #wrap-content-s-0912cd50-bf4e-4a2b-bf5b-18abac89ad8c { display: none !important; }}@media (max-width: 767px){#s-0912cd50-bf4e-4a2b-bf5b-18abac89ad8c {
  display: none;
}
#s-0912cd50-bf4e-4a2b-bf5b-18abac89ad8c, #wrap-s-0912cd50-bf4e-4a2b-bf5b-18abac89ad8c, #wrap-content-s-0912cd50-bf4e-4a2b-bf5b-18abac89ad8c { display: none !important; }}
#s-0912cd50-bf4e-4a2b-bf5b-18abac89ad8c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0912cd50-bf4e-4a2b-bf5b-18abac89ad8c .shg-sld-nav-button.shg-sld-left,
#s-0912cd50-bf4e-4a2b-bf5b-18abac89ad8c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0011ff60-3a75-4813-932a-840b9a15e425 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0011ff60-3a75-4813-932a-840b9a15e425 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0011ff60-3a75-4813-932a-840b9a15e425 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0011ff60-3a75-4813-932a-840b9a15e425 {
  
}
}@media (max-width: 767px){#s-0011ff60-3a75-4813-932a-840b9a15e425 {
  
}
}







#s-0011ff60-3a75-4813-932a-840b9a15e425 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0011ff60-3a75-4813-932a-840b9a15e425.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a2452c3a-a731-4205-a557-fa061fa230e5 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-a2452c3a-a731-4205-a557-fa061fa230e5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2452c3a-a731-4205-a557-fa061fa230e5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2452c3a-a731-4205-a557-fa061fa230e5 {
  
}
}@media (max-width: 767px){#s-a2452c3a-a731-4205-a557-fa061fa230e5 {
  
}
}
@media (min-width: 0px) {
[id="s-a2452c3a-a731-4205-a557-fa061fa230e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2452c3a-a731-4205-a557-fa061fa230e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-a2452c3a-a731-4205-a557-fa061fa230e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-a2452c3a-a731-4205-a557-fa061fa230e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-70b30fe8-a0c1-4d47-bd1a-676f8ce44afd {
  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-70b30fe8-a0c1-4d47-bd1a-676f8ce44afd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70b30fe8-a0c1-4d47-bd1a-676f8ce44afd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-071b5752-b9fd-4165-aea6-c4bebaad55f9 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-071b5752-b9fd-4165-aea6-c4bebaad55f9 .shogun-icon-wrapper {
  text-align: center;
}


#s-071b5752-b9fd-4165-aea6-c4bebaad55f9 .shogun-icon-wrapper > .shogun-icon {

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

#s-58146c61-ce01-4214-8068-4c26ac299fdf {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-58146c61-ce01-4214-8068-4c26ac299fdf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-58146c61-ce01-4214-8068-4c26ac299fdf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-58146c61-ce01-4214-8068-4c26ac299fdf {
  
}
}@media (max-width: 767px){#s-58146c61-ce01-4214-8068-4c26ac299fdf {
  
}
}
#s-5b5c61a8-5007-4d15-a348-7611268eb1df {
  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-5b5c61a8-5007-4d15-a348-7611268eb1df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b5c61a8-5007-4d15-a348-7611268eb1df.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4bdfef1d-13bc-4637-8879-86cbc843f3c7 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-4bdfef1d-13bc-4637-8879-86cbc843f3c7 .shogun-icon-wrapper {
  text-align: center;
}


#s-4bdfef1d-13bc-4637-8879-86cbc843f3c7 .shogun-icon-wrapper > .shogun-icon {

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

#s-7320d11b-4e26-47c5-8e8e-55976c01727c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-7320d11b-4e26-47c5-8e8e-55976c01727c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7320d11b-4e26-47c5-8e8e-55976c01727c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7320d11b-4e26-47c5-8e8e-55976c01727c {
  
}
}@media (max-width: 767px){#s-7320d11b-4e26-47c5-8e8e-55976c01727c {
  
}
}
#s-33a3647f-8430-4050-8063-c74c33b44443 {
  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-33a3647f-8430-4050-8063-c74c33b44443 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33a3647f-8430-4050-8063-c74c33b44443.shg-box.shg-c {
  justify-content: flex-start;
}

#s-29a303c6-c158-455e-a768-5cb01f6e3a39 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-29a303c6-c158-455e-a768-5cb01f6e3a39 .shogun-icon-wrapper {
  text-align: center;
}


#s-29a303c6-c158-455e-a768-5cb01f6e3a39 .shogun-icon-wrapper > .shogun-icon {

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

#s-08912a71-57c9-4404-9802-dd64b5517b87 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-08912a71-57c9-4404-9802-dd64b5517b87 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08912a71-57c9-4404-9802-dd64b5517b87 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08912a71-57c9-4404-9802-dd64b5517b87 {
  
}
}@media (max-width: 767px){#s-08912a71-57c9-4404-9802-dd64b5517b87 {
  
}
}
#s-a1adcd25-02f6-40a3-a14a-77c7340fc658 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a1adcd25-02f6-40a3-a14a-77c7340fc658 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a1adcd25-02f6-40a3-a14a-77c7340fc658 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1adcd25-02f6-40a3-a14a-77c7340fc658 {
  
}
}@media (max-width: 767px){#s-a1adcd25-02f6-40a3-a14a-77c7340fc658 {
  
}
}







#s-a1adcd25-02f6-40a3-a14a-77c7340fc658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1adcd25-02f6-40a3-a14a-77c7340fc658.shg-box.shg-c {
  justify-content: flex-start;
}

#s-12666e70-6767-4c1a-b4f3-56b320a01a27 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-12666e70-6767-4c1a-b4f3-56b320a01a27 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12666e70-6767-4c1a-b4f3-56b320a01a27 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12666e70-6767-4c1a-b4f3-56b320a01a27 {
  
}
}@media (max-width: 767px){#s-12666e70-6767-4c1a-b4f3-56b320a01a27 {
  
}
}
@media (min-width: 0px) {
[id="s-12666e70-6767-4c1a-b4f3-56b320a01a27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12666e70-6767-4c1a-b4f3-56b320a01a27"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-12666e70-6767-4c1a-b4f3-56b320a01a27"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-12666e70-6767-4c1a-b4f3-56b320a01a27"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-a9031b64-b439-4326-a101-999d2074672a {
  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-a9031b64-b439-4326-a101-999d2074672a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9031b64-b439-4326-a101-999d2074672a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f29067dd-ffea-4396-b838-a50e65cbf333 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-f29067dd-ffea-4396-b838-a50e65cbf333 .shogun-icon-wrapper {
  text-align: center;
}


#s-f29067dd-ffea-4396-b838-a50e65cbf333 .shogun-icon-wrapper > .shogun-icon {

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

#s-3157c19f-f1be-4358-8f96-eeec631425ee {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-3157c19f-f1be-4358-8f96-eeec631425ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3157c19f-f1be-4358-8f96-eeec631425ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3157c19f-f1be-4358-8f96-eeec631425ee {
  
}
}@media (max-width: 767px){#s-3157c19f-f1be-4358-8f96-eeec631425ee {
  
}
}
#s-2e18e580-32a8-4fd7-9837-b1c4c1d49247 {
  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-2e18e580-32a8-4fd7-9837-b1c4c1d49247 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e18e580-32a8-4fd7-9837-b1c4c1d49247.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ad08b776-056e-4b88-90ca-2f528c70e940 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-ad08b776-056e-4b88-90ca-2f528c70e940 .shogun-icon-wrapper {
  text-align: center;
}


#s-ad08b776-056e-4b88-90ca-2f528c70e940 .shogun-icon-wrapper > .shogun-icon {

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

#s-9998a69e-9c15-41e8-a641-2b9c8ca0a09e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-9998a69e-9c15-41e8-a641-2b9c8ca0a09e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9998a69e-9c15-41e8-a641-2b9c8ca0a09e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9998a69e-9c15-41e8-a641-2b9c8ca0a09e {
  
}
}@media (max-width: 767px){#s-9998a69e-9c15-41e8-a641-2b9c8ca0a09e {
  
}
}
#s-f8c2b1bd-90be-45cf-ba7a-895b4dac8f4f {
  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-f8c2b1bd-90be-45cf-ba7a-895b4dac8f4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8c2b1bd-90be-45cf-ba7a-895b4dac8f4f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8d36741b-0a2a-4b85-b7dc-5a3cf8392a77 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-8d36741b-0a2a-4b85-b7dc-5a3cf8392a77 .shogun-icon-wrapper {
  text-align: center;
}


#s-8d36741b-0a2a-4b85-b7dc-5a3cf8392a77 .shogun-icon-wrapper > .shogun-icon {

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

#s-adfb4f6d-07e5-44b1-a1ae-7ff5f3157720 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-adfb4f6d-07e5-44b1-a1ae-7ff5f3157720 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-adfb4f6d-07e5-44b1-a1ae-7ff5f3157720 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-adfb4f6d-07e5-44b1-a1ae-7ff5f3157720 {
  
}
}@media (max-width: 767px){#s-adfb4f6d-07e5-44b1-a1ae-7ff5f3157720 {
  
}
}
#s-8be0c210-1534-4b31-8ecc-c297a692d8ce {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-8be0c210-1534-4b31-8ecc-c297a692d8ce {
  display: none;
}
#s-8be0c210-1534-4b31-8ecc-c297a692d8ce, #wrap-s-8be0c210-1534-4b31-8ecc-c297a692d8ce, #wrap-content-s-8be0c210-1534-4b31-8ecc-c297a692d8ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8be0c210-1534-4b31-8ecc-c297a692d8ce {
  display: none;
}
#s-8be0c210-1534-4b31-8ecc-c297a692d8ce, #wrap-s-8be0c210-1534-4b31-8ecc-c297a692d8ce, #wrap-content-s-8be0c210-1534-4b31-8ecc-c297a692d8ce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8be0c210-1534-4b31-8ecc-c297a692d8ce {
  
}
}@media (max-width: 767px){#s-8be0c210-1534-4b31-8ecc-c297a692d8ce {
  display: none;
}
#s-8be0c210-1534-4b31-8ecc-c297a692d8ce, #wrap-s-8be0c210-1534-4b31-8ecc-c297a692d8ce, #wrap-content-s-8be0c210-1534-4b31-8ecc-c297a692d8ce { display: none !important; }}
#s-8be0c210-1534-4b31-8ecc-c297a692d8ce .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8be0c210-1534-4b31-8ecc-c297a692d8ce .shg-sld-nav-button.shg-sld-left,
#s-8be0c210-1534-4b31-8ecc-c297a692d8ce .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-4e883578-e30a-4254-8037-ffb9ddb90c75 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4e883578-e30a-4254-8037-ffb9ddb90c75 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e883578-e30a-4254-8037-ffb9ddb90c75 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e883578-e30a-4254-8037-ffb9ddb90c75 {
  
}
}@media (max-width: 767px){#s-4e883578-e30a-4254-8037-ffb9ddb90c75 {
  
}
}







#s-4e883578-e30a-4254-8037-ffb9ddb90c75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e883578-e30a-4254-8037-ffb9ddb90c75.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6a39fd53-8559-413b-bd8a-92c47e47122c {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-6a39fd53-8559-413b-bd8a-92c47e47122c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a39fd53-8559-413b-bd8a-92c47e47122c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a39fd53-8559-413b-bd8a-92c47e47122c {
  
}
}@media (max-width: 767px){#s-6a39fd53-8559-413b-bd8a-92c47e47122c {
  
}
}
@media (min-width: 0px) {
[id="s-6a39fd53-8559-413b-bd8a-92c47e47122c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a39fd53-8559-413b-bd8a-92c47e47122c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-6a39fd53-8559-413b-bd8a-92c47e47122c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-6a39fd53-8559-413b-bd8a-92c47e47122c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-2de6b75e-ef9c-4dca-8e95-014dca945c35 {
  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-2de6b75e-ef9c-4dca-8e95-014dca945c35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2de6b75e-ef9c-4dca-8e95-014dca945c35.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9916892d-9432-4ab9-964e-a3e012f9a529 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-9916892d-9432-4ab9-964e-a3e012f9a529 .shogun-icon-wrapper {
  text-align: center;
}


#s-9916892d-9432-4ab9-964e-a3e012f9a529 .shogun-icon-wrapper > .shogun-icon {

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

#s-56addd74-c83d-46b1-b7c3-6ca809a4df79 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-56addd74-c83d-46b1-b7c3-6ca809a4df79 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56addd74-c83d-46b1-b7c3-6ca809a4df79 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-56addd74-c83d-46b1-b7c3-6ca809a4df79 {
  
}
}@media (max-width: 767px){#s-56addd74-c83d-46b1-b7c3-6ca809a4df79 {
  
}
}
#s-890b4dee-cc4e-4111-a8ec-727113f97340 {
  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-890b4dee-cc4e-4111-a8ec-727113f97340 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-890b4dee-cc4e-4111-a8ec-727113f97340.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b588d6f3-2c5c-4271-90fd-69e1ee42493c {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-b588d6f3-2c5c-4271-90fd-69e1ee42493c .shogun-icon-wrapper {
  text-align: center;
}


#s-b588d6f3-2c5c-4271-90fd-69e1ee42493c .shogun-icon-wrapper > .shogun-icon {

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

#s-b973f1e1-c016-41a7-aa2b-763435bbe8bf {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-b973f1e1-c016-41a7-aa2b-763435bbe8bf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b973f1e1-c016-41a7-aa2b-763435bbe8bf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b973f1e1-c016-41a7-aa2b-763435bbe8bf {
  
}
}@media (max-width: 767px){#s-b973f1e1-c016-41a7-aa2b-763435bbe8bf {
  
}
}
#s-e34b249b-332d-43eb-ae86-d70c62621875 {
  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-e34b249b-332d-43eb-ae86-d70c62621875 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e34b249b-332d-43eb-ae86-d70c62621875.shg-box.shg-c {
  justify-content: flex-start;
}

#s-21d8321d-4635-4502-8803-04a31b213c7e {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-21d8321d-4635-4502-8803-04a31b213c7e .shogun-icon-wrapper {
  text-align: center;
}


#s-21d8321d-4635-4502-8803-04a31b213c7e .shogun-icon-wrapper > .shogun-icon {

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

#s-a3a148c5-38b8-441c-bad0-95627af2e13c {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-a3a148c5-38b8-441c-bad0-95627af2e13c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3a148c5-38b8-441c-bad0-95627af2e13c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3a148c5-38b8-441c-bad0-95627af2e13c {
  
}
}@media (max-width: 767px){#s-a3a148c5-38b8-441c-bad0-95627af2e13c {
  
}
}
#s-d2528c23-66be-48ef-ad88-352425bdf8be {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d2528c23-66be-48ef-ad88-352425bdf8be {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2528c23-66be-48ef-ad88-352425bdf8be {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2528c23-66be-48ef-ad88-352425bdf8be {
  
}
}@media (max-width: 767px){#s-d2528c23-66be-48ef-ad88-352425bdf8be {
  
}
}







#s-d2528c23-66be-48ef-ad88-352425bdf8be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2528c23-66be-48ef-ad88-352425bdf8be.shg-box.shg-c {
  justify-content: flex-start;
}

#s-58c1bde5-f33a-4291-a66b-6f25ae2db9d7 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-58c1bde5-f33a-4291-a66b-6f25ae2db9d7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-58c1bde5-f33a-4291-a66b-6f25ae2db9d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-58c1bde5-f33a-4291-a66b-6f25ae2db9d7 {
  
}
}@media (max-width: 767px){#s-58c1bde5-f33a-4291-a66b-6f25ae2db9d7 {
  
}
}
@media (min-width: 0px) {
[id="s-58c1bde5-f33a-4291-a66b-6f25ae2db9d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58c1bde5-f33a-4291-a66b-6f25ae2db9d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-58c1bde5-f33a-4291-a66b-6f25ae2db9d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-58c1bde5-f33a-4291-a66b-6f25ae2db9d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-1729ccc7-eda6-45ed-9cca-446b1d7c476a {
  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-1729ccc7-eda6-45ed-9cca-446b1d7c476a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1729ccc7-eda6-45ed-9cca-446b1d7c476a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7de57ee1-acf3-4cb3-8e09-a8a838367d83 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-7de57ee1-acf3-4cb3-8e09-a8a838367d83 .shogun-icon-wrapper {
  text-align: center;
}


#s-7de57ee1-acf3-4cb3-8e09-a8a838367d83 .shogun-icon-wrapper > .shogun-icon {

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

#s-c2fe3d11-cac0-485a-bd4f-acbd8e843ac5 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-c2fe3d11-cac0-485a-bd4f-acbd8e843ac5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2fe3d11-cac0-485a-bd4f-acbd8e843ac5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2fe3d11-cac0-485a-bd4f-acbd8e843ac5 {
  
}
}@media (max-width: 767px){#s-c2fe3d11-cac0-485a-bd4f-acbd8e843ac5 {
  
}
}
#s-40df2f57-c82d-43c6-8ad5-a32274de8c59 {
  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-40df2f57-c82d-43c6-8ad5-a32274de8c59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40df2f57-c82d-43c6-8ad5-a32274de8c59.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cdd7370c-5aff-4c05-8c11-6650b235eb8b {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-cdd7370c-5aff-4c05-8c11-6650b235eb8b .shogun-icon-wrapper {
  text-align: center;
}


#s-cdd7370c-5aff-4c05-8c11-6650b235eb8b .shogun-icon-wrapper > .shogun-icon {

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

#s-01a26e76-e057-4978-97bd-24e00282e584 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-01a26e76-e057-4978-97bd-24e00282e584 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01a26e76-e057-4978-97bd-24e00282e584 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-01a26e76-e057-4978-97bd-24e00282e584 {
  
}
}@media (max-width: 767px){#s-01a26e76-e057-4978-97bd-24e00282e584 {
  
}
}
#s-8a3c2d17-16b8-446f-a35b-ae3bc9ec98ad {
  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-8a3c2d17-16b8-446f-a35b-ae3bc9ec98ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a3c2d17-16b8-446f-a35b-ae3bc9ec98ad.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7279ec67-a5c9-4528-8aeb-047920b5f27b {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-7279ec67-a5c9-4528-8aeb-047920b5f27b .shogun-icon-wrapper {
  text-align: center;
}


#s-7279ec67-a5c9-4528-8aeb-047920b5f27b .shogun-icon-wrapper > .shogun-icon {

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

#s-c8990e13-8004-44e6-b32f-8ba924488faa {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-c8990e13-8004-44e6-b32f-8ba924488faa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c8990e13-8004-44e6-b32f-8ba924488faa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8990e13-8004-44e6-b32f-8ba924488faa {
  
}
}@media (max-width: 767px){#s-c8990e13-8004-44e6-b32f-8ba924488faa {
  
}
}
#s-638f4d8a-8b83-4647-8308-ba964aaf16e5 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-638f4d8a-8b83-4647-8308-ba964aaf16e5 {
  display: none;
}
#s-638f4d8a-8b83-4647-8308-ba964aaf16e5, #wrap-s-638f4d8a-8b83-4647-8308-ba964aaf16e5, #wrap-content-s-638f4d8a-8b83-4647-8308-ba964aaf16e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-638f4d8a-8b83-4647-8308-ba964aaf16e5 {
  display: none;
}
#s-638f4d8a-8b83-4647-8308-ba964aaf16e5, #wrap-s-638f4d8a-8b83-4647-8308-ba964aaf16e5, #wrap-content-s-638f4d8a-8b83-4647-8308-ba964aaf16e5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-638f4d8a-8b83-4647-8308-ba964aaf16e5 {
  display: none;
}
#s-638f4d8a-8b83-4647-8308-ba964aaf16e5, #wrap-s-638f4d8a-8b83-4647-8308-ba964aaf16e5, #wrap-content-s-638f4d8a-8b83-4647-8308-ba964aaf16e5 { display: none !important; }}
#s-638f4d8a-8b83-4647-8308-ba964aaf16e5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-638f4d8a-8b83-4647-8308-ba964aaf16e5 .shg-sld-nav-button.shg-sld-left,
#s-638f4d8a-8b83-4647-8308-ba964aaf16e5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-13b425b8-f134-41d5-8fdb-83e6194f1e2e {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-13b425b8-f134-41d5-8fdb-83e6194f1e2e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13b425b8-f134-41d5-8fdb-83e6194f1e2e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-13b425b8-f134-41d5-8fdb-83e6194f1e2e {
  
}
}@media (max-width: 767px){#s-13b425b8-f134-41d5-8fdb-83e6194f1e2e {
  
}
}







#s-13b425b8-f134-41d5-8fdb-83e6194f1e2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13b425b8-f134-41d5-8fdb-83e6194f1e2e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f5f0f8fd-a0bc-45a4-9903-4a618a4efc0e {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-f5f0f8fd-a0bc-45a4-9903-4a618a4efc0e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f5f0f8fd-a0bc-45a4-9903-4a618a4efc0e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f5f0f8fd-a0bc-45a4-9903-4a618a4efc0e {
  
}
}@media (max-width: 767px){#s-f5f0f8fd-a0bc-45a4-9903-4a618a4efc0e {
  
}
}
@media (min-width: 0px) {
[id="s-f5f0f8fd-a0bc-45a4-9903-4a618a4efc0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5f0f8fd-a0bc-45a4-9903-4a618a4efc0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-f5f0f8fd-a0bc-45a4-9903-4a618a4efc0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-f5f0f8fd-a0bc-45a4-9903-4a618a4efc0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-486d4ffd-4d43-4b96-9b5a-4960c72524a0 {
  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-486d4ffd-4d43-4b96-9b5a-4960c72524a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-486d4ffd-4d43-4b96-9b5a-4960c72524a0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-54ca101f-7698-4fe1-bdc2-013d27f9d8c9 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-54ca101f-7698-4fe1-bdc2-013d27f9d8c9 .shogun-icon-wrapper {
  text-align: center;
}


#s-54ca101f-7698-4fe1-bdc2-013d27f9d8c9 .shogun-icon-wrapper > .shogun-icon {

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

#s-79c99355-9070-49c5-bae4-fbefae28a52e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-79c99355-9070-49c5-bae4-fbefae28a52e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79c99355-9070-49c5-bae4-fbefae28a52e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-79c99355-9070-49c5-bae4-fbefae28a52e {
  
}
}@media (max-width: 767px){#s-79c99355-9070-49c5-bae4-fbefae28a52e {
  
}
}
#s-16cf74f7-d481-45ad-a365-2ca75abbf570 {
  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-16cf74f7-d481-45ad-a365-2ca75abbf570 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16cf74f7-d481-45ad-a365-2ca75abbf570.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b742f563-74b6-40c6-9b0f-c02d92588886 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-b742f563-74b6-40c6-9b0f-c02d92588886 .shogun-icon-wrapper {
  text-align: center;
}


#s-b742f563-74b6-40c6-9b0f-c02d92588886 .shogun-icon-wrapper > .shogun-icon {

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

#s-e89525be-3ff5-4fe2-8b52-245bf156448e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-e89525be-3ff5-4fe2-8b52-245bf156448e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e89525be-3ff5-4fe2-8b52-245bf156448e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e89525be-3ff5-4fe2-8b52-245bf156448e {
  
}
}@media (max-width: 767px){#s-e89525be-3ff5-4fe2-8b52-245bf156448e {
  
}
}
#s-4f2411ce-c002-435b-8002-56961a109564 {
  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-4f2411ce-c002-435b-8002-56961a109564 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f2411ce-c002-435b-8002-56961a109564.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2e58a581-be1f-4447-838c-c3cd222d9305 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-2e58a581-be1f-4447-838c-c3cd222d9305 .shogun-icon-wrapper {
  text-align: center;
}


#s-2e58a581-be1f-4447-838c-c3cd222d9305 .shogun-icon-wrapper > .shogun-icon {

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

#s-928cfb87-2e29-4354-a1d8-34d583828166 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-928cfb87-2e29-4354-a1d8-34d583828166 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-928cfb87-2e29-4354-a1d8-34d583828166 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-928cfb87-2e29-4354-a1d8-34d583828166 {
  
}
}@media (max-width: 767px){#s-928cfb87-2e29-4354-a1d8-34d583828166 {
  
}
}
#s-b042f08e-7730-4410-a149-470ce2f06fc1 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b042f08e-7730-4410-a149-470ce2f06fc1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b042f08e-7730-4410-a149-470ce2f06fc1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b042f08e-7730-4410-a149-470ce2f06fc1 {
  
}
}@media (max-width: 767px){#s-b042f08e-7730-4410-a149-470ce2f06fc1 {
  
}
}







#s-b042f08e-7730-4410-a149-470ce2f06fc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b042f08e-7730-4410-a149-470ce2f06fc1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f71ba2ef-7444-49a7-a956-eaf3856d99c9 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-f71ba2ef-7444-49a7-a956-eaf3856d99c9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f71ba2ef-7444-49a7-a956-eaf3856d99c9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f71ba2ef-7444-49a7-a956-eaf3856d99c9 {
  
}
}@media (max-width: 767px){#s-f71ba2ef-7444-49a7-a956-eaf3856d99c9 {
  
}
}
@media (min-width: 0px) {
[id="s-f71ba2ef-7444-49a7-a956-eaf3856d99c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f71ba2ef-7444-49a7-a956-eaf3856d99c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-f71ba2ef-7444-49a7-a956-eaf3856d99c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-f71ba2ef-7444-49a7-a956-eaf3856d99c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-4d8743fd-2aad-4266-a38f-92987e7cbe62 {
  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-4d8743fd-2aad-4266-a38f-92987e7cbe62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d8743fd-2aad-4266-a38f-92987e7cbe62.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0daf1e9a-0188-4a89-aeac-f13c9a0bf331 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-0daf1e9a-0188-4a89-aeac-f13c9a0bf331 .shogun-icon-wrapper {
  text-align: center;
}


#s-0daf1e9a-0188-4a89-aeac-f13c9a0bf331 .shogun-icon-wrapper > .shogun-icon {

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

#s-4abbd4da-4a5e-4856-996a-557573374c48 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-4abbd4da-4a5e-4856-996a-557573374c48 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4abbd4da-4a5e-4856-996a-557573374c48 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4abbd4da-4a5e-4856-996a-557573374c48 {
  
}
}@media (max-width: 767px){#s-4abbd4da-4a5e-4856-996a-557573374c48 {
  
}
}
#s-5e0c111d-10c5-4591-8676-4a683fcbc8dc {
  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-5e0c111d-10c5-4591-8676-4a683fcbc8dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e0c111d-10c5-4591-8676-4a683fcbc8dc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bb284347-1add-401c-a48a-c7d822ca6ac3 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-bb284347-1add-401c-a48a-c7d822ca6ac3 .shogun-icon-wrapper {
  text-align: center;
}


#s-bb284347-1add-401c-a48a-c7d822ca6ac3 .shogun-icon-wrapper > .shogun-icon {

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

#s-f364b197-a0b8-4109-af5c-8519559ffbde {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-f364b197-a0b8-4109-af5c-8519559ffbde {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f364b197-a0b8-4109-af5c-8519559ffbde {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f364b197-a0b8-4109-af5c-8519559ffbde {
  
}
}@media (max-width: 767px){#s-f364b197-a0b8-4109-af5c-8519559ffbde {
  
}
}
#s-594fdf6b-ca9d-475a-ae06-ca92e3cb41ba {
  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-594fdf6b-ca9d-475a-ae06-ca92e3cb41ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-594fdf6b-ca9d-475a-ae06-ca92e3cb41ba.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ccfbea12-3c39-4f4d-a454-acadc6ca0956 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-ccfbea12-3c39-4f4d-a454-acadc6ca0956 .shogun-icon-wrapper {
  text-align: center;
}


#s-ccfbea12-3c39-4f4d-a454-acadc6ca0956 .shogun-icon-wrapper > .shogun-icon {

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

#s-7aca4626-ed2c-4f97-b0bf-8931b87e5afc {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-7aca4626-ed2c-4f97-b0bf-8931b87e5afc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7aca4626-ed2c-4f97-b0bf-8931b87e5afc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7aca4626-ed2c-4f97-b0bf-8931b87e5afc {
  
}
}@media (max-width: 767px){#s-7aca4626-ed2c-4f97-b0bf-8931b87e5afc {
  
}
}
#s-f4ad258e-99b7-4b21-a8ed-c5c5008a528d {
  min-height: 50px;
background-color: rgba(232, 235, 239, 1);
}








#s-f4ad258e-99b7-4b21-a8ed-c5c5008a528d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4ad258e-99b7-4b21-a8ed-c5c5008a528d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-68d70d0e-8871-435e-b9be-b4873689708f {
  padding-top: 35px;
padding-bottom: 35px;
text-align: center;
}

#s-68d70d0e-8871-435e-b9be-b4873689708f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-a0ae94ee-15dc-4711-830a-08b31a15033f {
  margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
background-color: rgba(232, 235, 239, 1);
}

@media (min-width: 0px) {
[id="s-a0ae94ee-15dc-4711-830a-08b31a15033f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a0ae94ee-15dc-4711-830a-08b31a15033f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a0ae94ee-15dc-4711-830a-08b31a15033f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a0ae94ee-15dc-4711-830a-08b31a15033f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-adad408f-1c1b-4033-a844-f04357c8fae9 {
  padding-top: 35px;
padding-bottom: 35px;
min-height: 70px;
text-align: center;
}

#s-adad408f-1c1b-4033-a844-f04357c8fae9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-0bc05959-f685-49fe-a7a9-5b45faa50ae8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 23px;
padding-bottom: 23px;
min-height: 70px;
text-align: center;
}

#s-0bc05959-f685-49fe-a7a9-5b45faa50ae8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-9cac99ec-8332-4993-ad4e-af5cc29f7a1c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 35px;
padding-bottom: 35px;
min-height: 70px;
text-align: center;
}

#s-9cac99ec-8332-4993-ad4e-af5cc29f7a1c .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-228de88a-9402-4879-961d-606e179ac4be {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 35px;
padding-bottom: 35px;
min-height: 70px;
text-align: center;
}

#s-228de88a-9402-4879-961d-606e179ac4be .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-720c0e3d-9058-41bb-b474-c26d3955eaad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-720c0e3d-9058-41bb-b474-c26d3955eaad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-720c0e3d-9058-41bb-b474-c26d3955eaad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-720c0e3d-9058-41bb-b474-c26d3955eaad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-52d92899-f8e7-4bdf-99a4-8f9cfc589206 {
  margin-right: -20px;
text-align: center;
}

#s-52d92899-f8e7-4bdf-99a4-8f9cfc589206 {
  overflow: hidden;
  
  
}







  #s-52d92899-f8e7-4bdf-99a4-8f9cfc589206 img.shogun-image {
    

    
    
    
  }


#s-52d92899-f8e7-4bdf-99a4-8f9cfc589206 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-99942460-33e1-4a68-b512-03aa69c86233 {
  margin-left: -10px;
margin-right: -10px;
text-align: center;
}

#s-99942460-33e1-4a68-b512-03aa69c86233 {
  overflow: hidden;
  
  
}







  #s-99942460-33e1-4a68-b512-03aa69c86233 img.shogun-image {
    

    
    
    
  }


#s-99942460-33e1-4a68-b512-03aa69c86233 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-e49fcab4-07c3-422e-9bed-1294543b128d {
  margin-left: -20px;
margin-right: 0px;
text-align: center;
}

#s-e49fcab4-07c3-422e-9bed-1294543b128d {
  overflow: hidden;
  
  
}







  #s-e49fcab4-07c3-422e-9bed-1294543b128d img.shogun-image {
    

    
    
    
  }


#s-e49fcab4-07c3-422e-9bed-1294543b128d .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-fc99eb27-65d3-42e9-beab-b058c8951063 {
  min-height: 50px;
}








#s-fc99eb27-65d3-42e9-beab-b058c8951063 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc99eb27-65d3-42e9-beab-b058c8951063.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a01b2b9c-0a2f-4863-b76a-fe77b96de9ab {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-a01b2b9c-0a2f-4863-b76a-fe77b96de9ab .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-7a57a611-8440-4475-b0be-8d074d516b86 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-7a57a611-8440-4475-b0be-8d074d516b86 {
  display: none;
}
#s-7a57a611-8440-4475-b0be-8d074d516b86, #wrap-s-7a57a611-8440-4475-b0be-8d074d516b86, #wrap-content-s-7a57a611-8440-4475-b0be-8d074d516b86 { display: none !important; }}
#s-7a57a611-8440-4475-b0be-8d074d516b86 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(232, 235, 239, 1);
}

#s-7a57a611-8440-4475-b0be-8d074d516b86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 235, 239, 1);
  padding: 10px;
}

#s-7a57a611-8440-4475-b0be-8d074d516b86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(18, 18, 18, 1);
}

#s-7a57a611-8440-4475-b0be-8d074d516b86 > .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-7a57a611-8440-4475-b0be-8d074d516b86 > .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-7a57a611-8440-4475-b0be-8d074d516b86 > .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-ba518406-92e2-4c8e-8423-a685ea436d70 {
  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-ba518406-92e2-4c8e-8423-a685ea436d70:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ba518406-92e2-4c8e-8423-a685ea436d70:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ba518406-92e2-4c8e-8423-a685ea436d70-root {
    text-align: center;
  }


#s-ba518406-92e2-4c8e-8423-a685ea436d70.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ba518406-92e2-4c8e-8423-a685ea436d70-root {
    text-align: center;
  }


#s-ba518406-92e2-4c8e-8423-a685ea436d70.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-ba518406-92e2-4c8e-8423-a685ea436d70-root {
    text-align: center;
  }


#s-ba518406-92e2-4c8e-8423-a685ea436d70.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-ba518406-92e2-4c8e-8423-a685ea436d70-root {
    text-align: center;
  }


#s-ba518406-92e2-4c8e-8423-a685ea436d70.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ba518406-92e2-4c8e-8423-a685ea436d70-root {
    text-align: center;
  }


#s-ba518406-92e2-4c8e-8423-a685ea436d70.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-61cef494-1784-4030-91d3-e1b683948cc1 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
}

#s-27ceb7b9-a925-43ae-a6b7-2f1fcac9e748 {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
text-align: center;
}

#s-27ceb7b9-a925-43ae-a6b7-2f1fcac9e748 {
  overflow: hidden;
  
  
}







  #s-27ceb7b9-a925-43ae-a6b7-2f1fcac9e748 img.shogun-image {
    

    
    
    
  }


#s-27ceb7b9-a925-43ae-a6b7-2f1fcac9e748 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-197f121b-0292-454b-965f-798e33081edb {
  padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-197f121b-0292-454b-965f-798e33081edb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-197f121b-0292-454b-965f-798e33081edb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-197f121b-0292-454b-965f-798e33081edb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-197f121b-0292-454b-965f-798e33081edb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c4537d63-43a1-468a-952c-5aef95d202b7 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-c4537d63-43a1-468a-952c-5aef95d202b7 {
  display: none;
}
#s-c4537d63-43a1-468a-952c-5aef95d202b7, #wrap-s-c4537d63-43a1-468a-952c-5aef95d202b7, #wrap-content-s-c4537d63-43a1-468a-952c-5aef95d202b7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4537d63-43a1-468a-952c-5aef95d202b7 {
  display: none;
}
#s-c4537d63-43a1-468a-952c-5aef95d202b7, #wrap-s-c4537d63-43a1-468a-952c-5aef95d202b7, #wrap-content-s-c4537d63-43a1-468a-952c-5aef95d202b7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c4537d63-43a1-468a-952c-5aef95d202b7 {
  display: none;
}
#s-c4537d63-43a1-468a-952c-5aef95d202b7, #wrap-s-c4537d63-43a1-468a-952c-5aef95d202b7, #wrap-content-s-c4537d63-43a1-468a-952c-5aef95d202b7 { display: none !important; }}
#s-c4537d63-43a1-468a-952c-5aef95d202b7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(232, 235, 239, 1);
}

#s-c4537d63-43a1-468a-952c-5aef95d202b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 235, 239, 1);
  padding: 10px;
}

#s-c4537d63-43a1-468a-952c-5aef95d202b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(18, 18, 18, 1);
}

#s-c4537d63-43a1-468a-952c-5aef95d202b7 > .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-c4537d63-43a1-468a-952c-5aef95d202b7 > .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-c4537d63-43a1-468a-952c-5aef95d202b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-44246983-bece-449f-a1f4-84a360513f46 {
  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-44246983-bece-449f-a1f4-84a360513f46:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-44246983-bece-449f-a1f4-84a360513f46:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-44246983-bece-449f-a1f4-84a360513f46-root {
    text-align: center;
  }


#s-44246983-bece-449f-a1f4-84a360513f46.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-44246983-bece-449f-a1f4-84a360513f46-root {
    text-align: center;
  }


#s-44246983-bece-449f-a1f4-84a360513f46.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-44246983-bece-449f-a1f4-84a360513f46-root {
    text-align: center;
  }


#s-44246983-bece-449f-a1f4-84a360513f46.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-44246983-bece-449f-a1f4-84a360513f46-root {
    text-align: center;
  }


#s-44246983-bece-449f-a1f4-84a360513f46.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-44246983-bece-449f-a1f4-84a360513f46-root {
    text-align: center;
  }


#s-44246983-bece-449f-a1f4-84a360513f46.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-e97f9920-f008-4e6f-ac12-f14a08f4de03 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
padding-left: 5%;
padding-right: 5%;
}

#s-39d7b517-b180-446f-b1a1-cb9d28e27d6f {
  margin-top: 3%;
margin-left: 0px;
margin-bottom: 3%;
margin-right: 0px;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}

#s-39d7b517-b180-446f-b1a1-cb9d28e27d6f {
  overflow: hidden;
  
  
}







  #s-39d7b517-b180-446f-b1a1-cb9d28e27d6f img.shogun-image {
    

    
    
    
  }


#s-39d7b517-b180-446f-b1a1-cb9d28e27d6f .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-d797944e-e35b-4bf9-a5f0-2980c3b73b1e {
  padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-d797944e-e35b-4bf9-a5f0-2980c3b73b1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d797944e-e35b-4bf9-a5f0-2980c3b73b1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d797944e-e35b-4bf9-a5f0-2980c3b73b1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d797944e-e35b-4bf9-a5f0-2980c3b73b1e"] > .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;
  }
}
