.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-f210088f-f53b-4366-8683-ee86630d7afc {
  min-height: 50px;
}








#s-f210088f-f53b-4366-8683-ee86630d7afc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f210088f-f53b-4366-8683-ee86630d7afc.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-9f4fd695-65a8-445a-bf3f-77b2e123b20f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9f4fd695-65a8-445a-bf3f-77b2e123b20f .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-9f013b31-67a5-4897-9095-61f8c0625d39 {
  margin-left: -80%;
}
@media (min-width: 1200px){#s-9f013b31-67a5-4897-9095-61f8c0625d39 {
  display: none;
}
#s-9f013b31-67a5-4897-9095-61f8c0625d39, #wrap-s-9f013b31-67a5-4897-9095-61f8c0625d39, #wrap-content-s-9f013b31-67a5-4897-9095-61f8c0625d39 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f013b31-67a5-4897-9095-61f8c0625d39 {
  display: none;
}
#s-9f013b31-67a5-4897-9095-61f8c0625d39, #wrap-s-9f013b31-67a5-4897-9095-61f8c0625d39, #wrap-content-s-9f013b31-67a5-4897-9095-61f8c0625d39 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f013b31-67a5-4897-9095-61f8c0625d39 {
  display: none;
}
#s-9f013b31-67a5-4897-9095-61f8c0625d39, #wrap-s-9f013b31-67a5-4897-9095-61f8c0625d39, #wrap-content-s-9f013b31-67a5-4897-9095-61f8c0625d39 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9f013b31-67a5-4897-9095-61f8c0625d39"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9f013b31-67a5-4897-9095-61f8c0625d39"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f013b31-67a5-4897-9095-61f8c0625d39"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f013b31-67a5-4897-9095-61f8c0625d39"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f013b31-67a5-4897-9095-61f8c0625d39"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f013b31-67a5-4897-9095-61f8c0625d39"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f013b31-67a5-4897-9095-61f8c0625d39"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-206e6f2d-6fd9-4e86-9782-71026576d026 .shogun-icon-wrapper {
  text-align: right;
}


#s-206e6f2d-6fd9-4e86-9782-71026576d026 .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-55782cc6-1a2c-4a7e-b3ae-d24bb2e29329 {
  margin-left: -5%;
}

#s-1776f808-f1c7-4f53-9a73-2a3b90f6f2cd {
  margin-left: -80%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-1776f808-f1c7-4f53-9a73-2a3b90f6f2cd {
  display: none;
}
#s-1776f808-f1c7-4f53-9a73-2a3b90f6f2cd, #wrap-s-1776f808-f1c7-4f53-9a73-2a3b90f6f2cd, #wrap-content-s-1776f808-f1c7-4f53-9a73-2a3b90f6f2cd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1776f808-f1c7-4f53-9a73-2a3b90f6f2cd {
  display: none;
}
#s-1776f808-f1c7-4f53-9a73-2a3b90f6f2cd, #wrap-s-1776f808-f1c7-4f53-9a73-2a3b90f6f2cd, #wrap-content-s-1776f808-f1c7-4f53-9a73-2a3b90f6f2cd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1776f808-f1c7-4f53-9a73-2a3b90f6f2cd {
  display: none;
}
#s-1776f808-f1c7-4f53-9a73-2a3b90f6f2cd, #wrap-s-1776f808-f1c7-4f53-9a73-2a3b90f6f2cd, #wrap-content-s-1776f808-f1c7-4f53-9a73-2a3b90f6f2cd { display: none !important; }}
@media (min-width: 0px) {
[id="s-1776f808-f1c7-4f53-9a73-2a3b90f6f2cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1776f808-f1c7-4f53-9a73-2a3b90f6f2cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1776f808-f1c7-4f53-9a73-2a3b90f6f2cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1776f808-f1c7-4f53-9a73-2a3b90f6f2cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1776f808-f1c7-4f53-9a73-2a3b90f6f2cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1776f808-f1c7-4f53-9a73-2a3b90f6f2cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1776f808-f1c7-4f53-9a73-2a3b90f6f2cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-963d1cf2-6663-4ebb-8264-ae349205c565 .shogun-icon-wrapper {
  text-align: right;
}


#s-963d1cf2-6663-4ebb-8264-ae349205c565 .shogun-icon-wrapper > .shogun-icon {

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

#s-74ff52cd-b208-41e6-9db5-74a55e2ca1a3 {
  margin-left: -5%;
}

#s-ad11382d-dd0d-4310-b34a-6c360a9c4a3b {
  
}
@media (max-width: 767px){#s-ad11382d-dd0d-4310-b34a-6c360a9c4a3b {
  display: none;
}
#s-ad11382d-dd0d-4310-b34a-6c360a9c4a3b, #wrap-s-ad11382d-dd0d-4310-b34a-6c360a9c4a3b, #wrap-content-s-ad11382d-dd0d-4310-b34a-6c360a9c4a3b { display: none !important; }}
@media (min-width: 0px) {
[id="s-ad11382d-dd0d-4310-b34a-6c360a9c4a3b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ad11382d-dd0d-4310-b34a-6c360a9c4a3b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ad11382d-dd0d-4310-b34a-6c360a9c4a3b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad11382d-dd0d-4310-b34a-6c360a9c4a3b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ad11382d-dd0d-4310-b34a-6c360a9c4a3b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad11382d-dd0d-4310-b34a-6c360a9c4a3b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ad11382d-dd0d-4310-b34a-6c360a9c4a3b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-e6cdc31b-a551-4132-99c9-6e42dc54dccd .shogun-icon-wrapper {
  text-align: right;
}


#s-e6cdc31b-a551-4132-99c9-6e42dc54dccd .shogun-icon-wrapper > .shogun-icon {

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

#s-5400f66d-ef22-4ade-9c79-95125801ad80 {
  margin-left: -5%;
}

#s-e2b750ed-d134-432b-b6ea-60198e3b81d8 {
  margin-left: %;
margin-right: %;
}
@media (min-width: 768px) and (max-width: 991px){#s-e2b750ed-d134-432b-b6ea-60198e3b81d8 {
  
}
}@media (max-width: 767px){#s-e2b750ed-d134-432b-b6ea-60198e3b81d8 {
  display: none;
}
#s-e2b750ed-d134-432b-b6ea-60198e3b81d8, #wrap-s-e2b750ed-d134-432b-b6ea-60198e3b81d8, #wrap-content-s-e2b750ed-d134-432b-b6ea-60198e3b81d8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e2b750ed-d134-432b-b6ea-60198e3b81d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e2b750ed-d134-432b-b6ea-60198e3b81d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e2b750ed-d134-432b-b6ea-60198e3b81d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e2b750ed-d134-432b-b6ea-60198e3b81d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e2b750ed-d134-432b-b6ea-60198e3b81d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2b750ed-d134-432b-b6ea-60198e3b81d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e2b750ed-d134-432b-b6ea-60198e3b81d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-98be739f-7934-45e4-9507-89a631287d00 .shogun-icon-wrapper {
  text-align: right;
}


#s-98be739f-7934-45e4-9507-89a631287d00 .shogun-icon-wrapper > .shogun-icon {

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

#s-5e197873-8a7c-463a-b8e5-82d4d7e7b97c {
  margin-left: -5%;
}

#s-0e7d5b35-9aa1-4d2a-808b-2e4161ebe30c {
  margin-left: -80%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-0e7d5b35-9aa1-4d2a-808b-2e4161ebe30c {
  display: none;
}
#s-0e7d5b35-9aa1-4d2a-808b-2e4161ebe30c, #wrap-s-0e7d5b35-9aa1-4d2a-808b-2e4161ebe30c, #wrap-content-s-0e7d5b35-9aa1-4d2a-808b-2e4161ebe30c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e7d5b35-9aa1-4d2a-808b-2e4161ebe30c {
  display: none;
}
#s-0e7d5b35-9aa1-4d2a-808b-2e4161ebe30c, #wrap-s-0e7d5b35-9aa1-4d2a-808b-2e4161ebe30c, #wrap-content-s-0e7d5b35-9aa1-4d2a-808b-2e4161ebe30c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e7d5b35-9aa1-4d2a-808b-2e4161ebe30c {
  display: none;
}
#s-0e7d5b35-9aa1-4d2a-808b-2e4161ebe30c, #wrap-s-0e7d5b35-9aa1-4d2a-808b-2e4161ebe30c, #wrap-content-s-0e7d5b35-9aa1-4d2a-808b-2e4161ebe30c { display: none !important; }}
@media (min-width: 0px) {
[id="s-0e7d5b35-9aa1-4d2a-808b-2e4161ebe30c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0e7d5b35-9aa1-4d2a-808b-2e4161ebe30c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e7d5b35-9aa1-4d2a-808b-2e4161ebe30c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e7d5b35-9aa1-4d2a-808b-2e4161ebe30c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e7d5b35-9aa1-4d2a-808b-2e4161ebe30c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e7d5b35-9aa1-4d2a-808b-2e4161ebe30c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e7d5b35-9aa1-4d2a-808b-2e4161ebe30c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-b7aff904-f1da-43ed-abfb-4ea2b5d72496 .shogun-icon-wrapper {
  text-align: right;
}


#s-b7aff904-f1da-43ed-abfb-4ea2b5d72496 .shogun-icon-wrapper > .shogun-icon {

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

#s-2a151e2c-f09b-4f01-83db-539fa68c0872 {
  margin-left: -5%;
}

@media (max-width: 767px){#s-90aa5759-a399-4015-b538-1c13d50983af {
  display: none;
}
#s-90aa5759-a399-4015-b538-1c13d50983af, #wrap-s-90aa5759-a399-4015-b538-1c13d50983af, #wrap-content-s-90aa5759-a399-4015-b538-1c13d50983af { display: none !important; }}
@media (min-width: 0px) {
[id="s-90aa5759-a399-4015-b538-1c13d50983af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-90aa5759-a399-4015-b538-1c13d50983af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90aa5759-a399-4015-b538-1c13d50983af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-90aa5759-a399-4015-b538-1c13d50983af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90aa5759-a399-4015-b538-1c13d50983af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-90aa5759-a399-4015-b538-1c13d50983af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90aa5759-a399-4015-b538-1c13d50983af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-c6ce7b3c-67e5-4585-a8fa-20b1c029f2ed .shogun-icon-wrapper {
  text-align: right;
}


#s-c6ce7b3c-67e5-4585-a8fa-20b1c029f2ed .shogun-icon-wrapper > .shogun-icon {

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

#s-424dff42-39d3-4fd9-a043-c239d8e7f750 {
  margin-left: -5%;
}

@media (max-width: 767px){#s-9d8a8bc8-29c8-4b8f-b8cd-403e3943ae77 {
  display: none;
}
#s-9d8a8bc8-29c8-4b8f-b8cd-403e3943ae77, #wrap-s-9d8a8bc8-29c8-4b8f-b8cd-403e3943ae77, #wrap-content-s-9d8a8bc8-29c8-4b8f-b8cd-403e3943ae77 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9d8a8bc8-29c8-4b8f-b8cd-403e3943ae77"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9d8a8bc8-29c8-4b8f-b8cd-403e3943ae77"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d8a8bc8-29c8-4b8f-b8cd-403e3943ae77"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d8a8bc8-29c8-4b8f-b8cd-403e3943ae77"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d8a8bc8-29c8-4b8f-b8cd-403e3943ae77"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d8a8bc8-29c8-4b8f-b8cd-403e3943ae77"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d8a8bc8-29c8-4b8f-b8cd-403e3943ae77"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-e52f456f-6de9-4a56-8439-f6de9f7a3849 .shogun-icon-wrapper {
  text-align: right;
}


#s-e52f456f-6de9-4a56-8439-f6de9f7a3849 .shogun-icon-wrapper > .shogun-icon {

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

#s-b79626ba-78a6-48b3-95f1-37115bb18cf4 {
  margin-left: -5%;
}

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

}

@media (min-width: 768px) {
[id="s-bcc23305-ff4c-4e4b-a6a1-8e2c2140a7e8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bcc23305-ff4c-4e4b-a6a1-8e2c2140a7e8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bcc23305-ff4c-4e4b-a6a1-8e2c2140a7e8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bcc23305-ff4c-4e4b-a6a1-8e2c2140a7e8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcc23305-ff4c-4e4b-a6a1-8e2c2140a7e8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bcc23305-ff4c-4e4b-a6a1-8e2c2140a7e8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-56ff47ce-4922-4036-9c40-4ae86b1d6bf7 .shogun-icon-wrapper {
  text-align: right;
}


#s-56ff47ce-4922-4036-9c40-4ae86b1d6bf7 .shogun-icon-wrapper > .shogun-icon {

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

#s-4a854991-57d8-40d5-a7ed-d59329b1105e {
  margin-left: -5%;
}

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

}

@media (min-width: 768px) {
[id="s-507dda67-4c96-4b73-8995-b77d4fea5130"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-507dda67-4c96-4b73-8995-b77d4fea5130"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-507dda67-4c96-4b73-8995-b77d4fea5130"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-507dda67-4c96-4b73-8995-b77d4fea5130"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-507dda67-4c96-4b73-8995-b77d4fea5130"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-507dda67-4c96-4b73-8995-b77d4fea5130"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-0caf97c7-efb5-43fd-a4e5-4805d63ded1e .shogun-icon-wrapper {
  text-align: right;
}


#s-0caf97c7-efb5-43fd-a4e5-4805d63ded1e .shogun-icon-wrapper > .shogun-icon {

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

#s-4973f57d-919a-4962-8cac-bf24ab5ace3b {
  margin-left: -5%;
}

@media (max-width: 767px){#s-b99c624d-9e4e-400d-99c9-50b8e93d2f63 {
  display: none;
}
#s-b99c624d-9e4e-400d-99c9-50b8e93d2f63, #wrap-s-b99c624d-9e4e-400d-99c9-50b8e93d2f63, #wrap-content-s-b99c624d-9e4e-400d-99c9-50b8e93d2f63 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b99c624d-9e4e-400d-99c9-50b8e93d2f63"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b99c624d-9e4e-400d-99c9-50b8e93d2f63"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b99c624d-9e4e-400d-99c9-50b8e93d2f63"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b99c624d-9e4e-400d-99c9-50b8e93d2f63"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b99c624d-9e4e-400d-99c9-50b8e93d2f63"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b99c624d-9e4e-400d-99c9-50b8e93d2f63"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b99c624d-9e4e-400d-99c9-50b8e93d2f63"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-ba5350e9-2fbe-4442-aefd-8088c7b94556 .shogun-icon-wrapper {
  text-align: right;
}


#s-ba5350e9-2fbe-4442-aefd-8088c7b94556 .shogun-icon-wrapper > .shogun-icon {

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

#s-930a9084-e4ed-4a63-90c2-c511ef548bd6 {
  margin-left: -5%;
}

#s-b35810b7-076e-48ab-8fc3-ddc543ba534a {
  
}
@media (max-width: 767px){#s-b35810b7-076e-48ab-8fc3-ddc543ba534a {
  display: none;
}
#s-b35810b7-076e-48ab-8fc3-ddc543ba534a, #wrap-s-b35810b7-076e-48ab-8fc3-ddc543ba534a, #wrap-content-s-b35810b7-076e-48ab-8fc3-ddc543ba534a { display: none !important; }}
@media (min-width: 0px) {
[id="s-b35810b7-076e-48ab-8fc3-ddc543ba534a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b35810b7-076e-48ab-8fc3-ddc543ba534a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b35810b7-076e-48ab-8fc3-ddc543ba534a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b35810b7-076e-48ab-8fc3-ddc543ba534a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b35810b7-076e-48ab-8fc3-ddc543ba534a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b35810b7-076e-48ab-8fc3-ddc543ba534a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b35810b7-076e-48ab-8fc3-ddc543ba534a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-6b329a04-6056-418a-a7cc-c5937cd546b4 .shogun-icon-wrapper {
  text-align: right;
}


#s-6b329a04-6056-418a-a7cc-c5937cd546b4 .shogun-icon-wrapper > .shogun-icon {

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

#s-193582d5-6551-4fcc-9918-408bcfbf72d3 {
  margin-left: -5%;
}

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

}

@media (min-width: 768px) {
[id="s-e1dbfc08-5fbf-49d9-8930-adc84b197dbb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e1dbfc08-5fbf-49d9-8930-adc84b197dbb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e1dbfc08-5fbf-49d9-8930-adc84b197dbb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e1dbfc08-5fbf-49d9-8930-adc84b197dbb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1dbfc08-5fbf-49d9-8930-adc84b197dbb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e1dbfc08-5fbf-49d9-8930-adc84b197dbb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-35a19157-2481-4928-a6ac-52556f26134d .shogun-icon-wrapper {
  text-align: right;
}


#s-35a19157-2481-4928-a6ac-52556f26134d .shogun-icon-wrapper > .shogun-icon {

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

#s-dc5c86f1-4857-4950-8627-3227888a71f1 {
  margin-left: -5%;
}

#s-1571fe4a-02b7-4156-8044-a9d7fefaa1a1 {
  padding-top: 20px;
}

#s-3731c04f-ce2f-4494-b52f-2d62c2d99759 {
  margin-top: -2px;
margin-bottom: -2px;
}

@media (min-width: 0px) {
[id="s-3731c04f-ce2f-4494-b52f-2d62c2d99759"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3731c04f-ce2f-4494-b52f-2d62c2d99759"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3731c04f-ce2f-4494-b52f-2d62c2d99759"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3731c04f-ce2f-4494-b52f-2d62c2d99759"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3731c04f-ce2f-4494-b52f-2d62c2d99759"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3731c04f-ce2f-4494-b52f-2d62c2d99759"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3731c04f-ce2f-4494-b52f-2d62c2d99759"] > .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-5f6ed0a9-c4d7-4153-9f21-476ca0fd327f {
  margin-top: -1px;
margin-bottom: -1px;
text-align: center;
}

#s-5f6ed0a9-c4d7-4153-9f21-476ca0fd327f {
  overflow: hidden;
  
  
}







  #s-5f6ed0a9-c4d7-4153-9f21-476ca0fd327f img.shogun-image {
    

    
    
    
  }


#s-5f6ed0a9-c4d7-4153-9f21-476ca0fd327f .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-8e939a6d-2f4f-425c-b32c-34b2e647b98e {
  min-height: 50px;
}








#s-8e939a6d-2f4f-425c-b32c-34b2e647b98e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e939a6d-2f4f-425c-b32c-34b2e647b98e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fd9b3675-3e25-422c-b7c1-d867ad77fe89 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fd9b3675-3e25-422c-b7c1-d867ad77fe89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd9b3675-3e25-422c-b7c1-d867ad77fe89.shg-box.shg-c {
  justify-content: flex-start;
}

#s-01c4b57e-c80b-4652-a04b-0bc22bb7c0bb {
  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-01c4b57e-c80b-4652-a04b-0bc22bb7c0bb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-01c4b57e-c80b-4652-a04b-0bc22bb7c0bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-01c4b57e-c80b-4652-a04b-0bc22bb7c0bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-01c4b57e-c80b-4652-a04b-0bc22bb7c0bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a982c9ed-5703-4257-a3d7-164adc544969 {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}

#s-a982c9ed-5703-4257-a3d7-164adc544969 {
  overflow: hidden;
  
  
}







  #s-a982c9ed-5703-4257-a3d7-164adc544969 img.shogun-image {
    

    
    
    
  }


#s-a982c9ed-5703-4257-a3d7-164adc544969 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-147c46e7-fbc2-478c-8ce7-a8ec30c6d634 {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}

#s-147c46e7-fbc2-478c-8ce7-a8ec30c6d634 {
  overflow: hidden;
  
  
}







  #s-147c46e7-fbc2-478c-8ce7-a8ec30c6d634 img.shogun-image {
    

    
    
    
  }


#s-147c46e7-fbc2-478c-8ce7-a8ec30c6d634 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-f956d924-b03f-47fb-a329-e900b8315761 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 20%;
text-align: center;
}

#s-f956d924-b03f-47fb-a329-e900b8315761 {
  overflow: hidden;
  
  
}







  #s-f956d924-b03f-47fb-a329-e900b8315761 img.shogun-image {
    

    
    
    
  }


#s-f956d924-b03f-47fb-a329-e900b8315761 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-a92d2a17-d405-4a96-9f19-e87350edd6fb {
  padding-top: 100px;
padding-left: 20px;
padding-bottom: 100px;
padding-right: 20px;
background-color: rgba(22, 22, 20, 1);
}
@media (min-width: 1200px){#s-a92d2a17-d405-4a96-9f19-e87350edd6fb {
  display: none;
}
#s-a92d2a17-d405-4a96-9f19-e87350edd6fb, #wrap-s-a92d2a17-d405-4a96-9f19-e87350edd6fb, #wrap-content-s-a92d2a17-d405-4a96-9f19-e87350edd6fb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a92d2a17-d405-4a96-9f19-e87350edd6fb {
  display: none;
}
#s-a92d2a17-d405-4a96-9f19-e87350edd6fb, #wrap-s-a92d2a17-d405-4a96-9f19-e87350edd6fb, #wrap-content-s-a92d2a17-d405-4a96-9f19-e87350edd6fb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a92d2a17-d405-4a96-9f19-e87350edd6fb {
  display: none;
}
#s-a92d2a17-d405-4a96-9f19-e87350edd6fb, #wrap-s-a92d2a17-d405-4a96-9f19-e87350edd6fb, #wrap-content-s-a92d2a17-d405-4a96-9f19-e87350edd6fb { display: none !important; }}
#s-a3e13cda-7eb5-41e2-804a-f778c84b32e5 {
  max-width: 2000px;
text-align: center;
}
@media (min-width: 1200px){#s-a3e13cda-7eb5-41e2-804a-f778c84b32e5 {
  display: none;
}
#s-a3e13cda-7eb5-41e2-804a-f778c84b32e5, #wrap-s-a3e13cda-7eb5-41e2-804a-f778c84b32e5, #wrap-content-s-a3e13cda-7eb5-41e2-804a-f778c84b32e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3e13cda-7eb5-41e2-804a-f778c84b32e5 {
  display: none;
}
#s-a3e13cda-7eb5-41e2-804a-f778c84b32e5, #wrap-s-a3e13cda-7eb5-41e2-804a-f778c84b32e5, #wrap-content-s-a3e13cda-7eb5-41e2-804a-f778c84b32e5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3e13cda-7eb5-41e2-804a-f778c84b32e5 {
  display: none;
}
#s-a3e13cda-7eb5-41e2-804a-f778c84b32e5, #wrap-s-a3e13cda-7eb5-41e2-804a-f778c84b32e5, #wrap-content-s-a3e13cda-7eb5-41e2-804a-f778c84b32e5 { display: none !important; }}
#s-a3e13cda-7eb5-41e2-804a-f778c84b32e5 {
  overflow: hidden;
  
  
      max-width: 2000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-a3e13cda-7eb5-41e2-804a-f778c84b32e5 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-52959076-817d-48ea-a6e4-e0be7dc3e381 {
  padding-top: 100px;
padding-left: 20px;
padding-bottom: 100px;
padding-right: 20px;
background-color: rgba(232, 235, 239, 1);
}
@media (min-width: 1200px){#s-52959076-817d-48ea-a6e4-e0be7dc3e381 {
  display: none;
}
#s-52959076-817d-48ea-a6e4-e0be7dc3e381, #wrap-s-52959076-817d-48ea-a6e4-e0be7dc3e381, #wrap-content-s-52959076-817d-48ea-a6e4-e0be7dc3e381 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52959076-817d-48ea-a6e4-e0be7dc3e381 {
  display: none;
}
#s-52959076-817d-48ea-a6e4-e0be7dc3e381, #wrap-s-52959076-817d-48ea-a6e4-e0be7dc3e381, #wrap-content-s-52959076-817d-48ea-a6e4-e0be7dc3e381 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52959076-817d-48ea-a6e4-e0be7dc3e381 {
  display: none;
}
#s-52959076-817d-48ea-a6e4-e0be7dc3e381, #wrap-s-52959076-817d-48ea-a6e4-e0be7dc3e381, #wrap-content-s-52959076-817d-48ea-a6e4-e0be7dc3e381 { display: none !important; }}
#s-8feca3df-00ae-4f3c-86ad-949fc2e0e067 {
  min-height: 50px;
}








#s-8feca3df-00ae-4f3c-86ad-949fc2e0e067 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8feca3df-00ae-4f3c-86ad-949fc2e0e067.shg-box.shg-c {
  justify-content: flex-start;
}

#s-74173554-36d8-4e82-9bae-28833ec02104 {
  margin-left: 0px;
margin-right: 0px;
max-width: 2000px;
text-align: center;
}
@media (min-width: 1200px){#s-74173554-36d8-4e82-9bae-28833ec02104 {
  display: none;
}
#s-74173554-36d8-4e82-9bae-28833ec02104, #wrap-s-74173554-36d8-4e82-9bae-28833ec02104, #wrap-content-s-74173554-36d8-4e82-9bae-28833ec02104 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74173554-36d8-4e82-9bae-28833ec02104 {
  display: none;
}
#s-74173554-36d8-4e82-9bae-28833ec02104, #wrap-s-74173554-36d8-4e82-9bae-28833ec02104, #wrap-content-s-74173554-36d8-4e82-9bae-28833ec02104 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74173554-36d8-4e82-9bae-28833ec02104 {
  display: none;
}
#s-74173554-36d8-4e82-9bae-28833ec02104, #wrap-s-74173554-36d8-4e82-9bae-28833ec02104, #wrap-content-s-74173554-36d8-4e82-9bae-28833ec02104 { display: none !important; }}
#s-74173554-36d8-4e82-9bae-28833ec02104 {
  overflow: hidden;
  
  
      max-width: 2000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-74173554-36d8-4e82-9bae-28833ec02104 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-8828ab4a-6156-4a5d-93e9-be940226327d {
  padding-top: 100px;
padding-left: 20px;
padding-bottom: 100px;
padding-right: 20px;
background-color: rgba(232, 235, 239, 1);
}
@media (min-width: 1200px){#s-8828ab4a-6156-4a5d-93e9-be940226327d {
  display: none;
}
#s-8828ab4a-6156-4a5d-93e9-be940226327d, #wrap-s-8828ab4a-6156-4a5d-93e9-be940226327d, #wrap-content-s-8828ab4a-6156-4a5d-93e9-be940226327d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8828ab4a-6156-4a5d-93e9-be940226327d {
  display: none;
}
#s-8828ab4a-6156-4a5d-93e9-be940226327d, #wrap-s-8828ab4a-6156-4a5d-93e9-be940226327d, #wrap-content-s-8828ab4a-6156-4a5d-93e9-be940226327d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8828ab4a-6156-4a5d-93e9-be940226327d {
  display: none;
}
#s-8828ab4a-6156-4a5d-93e9-be940226327d, #wrap-s-8828ab4a-6156-4a5d-93e9-be940226327d, #wrap-content-s-8828ab4a-6156-4a5d-93e9-be940226327d { display: none !important; }}
#s-e15c560d-ed85-412b-a3e0-050a9395f165 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-e15c560d-ed85-412b-a3e0-050a9395f165 {
  display: none;
}
#s-e15c560d-ed85-412b-a3e0-050a9395f165, #wrap-s-e15c560d-ed85-412b-a3e0-050a9395f165, #wrap-content-s-e15c560d-ed85-412b-a3e0-050a9395f165 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e15c560d-ed85-412b-a3e0-050a9395f165"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e15c560d-ed85-412b-a3e0-050a9395f165"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e15c560d-ed85-412b-a3e0-050a9395f165"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e15c560d-ed85-412b-a3e0-050a9395f165"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e15c560d-ed85-412b-a3e0-050a9395f165"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f3f151f4-7e36-406f-98d9-a4f135ca06d6 {
  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-f3f151f4-7e36-406f-98d9-a4f135ca06d6 {
  display: none;
}
#s-f3f151f4-7e36-406f-98d9-a4f135ca06d6, #wrap-s-f3f151f4-7e36-406f-98d9-a4f135ca06d6, #wrap-content-s-f3f151f4-7e36-406f-98d9-a4f135ca06d6 { display: none !important; }}@media (max-width: 767px){#s-f3f151f4-7e36-406f-98d9-a4f135ca06d6 {
  display: none;
}
#s-f3f151f4-7e36-406f-98d9-a4f135ca06d6, #wrap-s-f3f151f4-7e36-406f-98d9-a4f135ca06d6, #wrap-content-s-f3f151f4-7e36-406f-98d9-a4f135ca06d6 { display: none !important; }}
#s-b01bb27a-b678-47f8-ba9c-de8cd263c506 {
  margin-top: 20%;
margin-bottom: 20%;
padding-left: 10%;
padding-right: 10px;
min-height: 100%;
opacity: 1;
}
@media (min-width: 1200px){#s-b01bb27a-b678-47f8-ba9c-de8cd263c506 {
  display: none;
}
#s-b01bb27a-b678-47f8-ba9c-de8cd263c506, #wrap-s-b01bb27a-b678-47f8-ba9c-de8cd263c506, #wrap-content-s-b01bb27a-b678-47f8-ba9c-de8cd263c506 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b01bb27a-b678-47f8-ba9c-de8cd263c506 {
  display: none;
}
#s-b01bb27a-b678-47f8-ba9c-de8cd263c506, #wrap-s-b01bb27a-b678-47f8-ba9c-de8cd263c506, #wrap-content-s-b01bb27a-b678-47f8-ba9c-de8cd263c506 { display: none !important; }}@media (max-width: 767px){#s-b01bb27a-b678-47f8-ba9c-de8cd263c506 {
  display: none;
}
#s-b01bb27a-b678-47f8-ba9c-de8cd263c506, #wrap-s-b01bb27a-b678-47f8-ba9c-de8cd263c506, #wrap-content-s-b01bb27a-b678-47f8-ba9c-de8cd263c506 { display: none !important; }}
#s-76f0eb38-217c-4f61-bddf-e6c02b722597 {
  margin-left: -15px;
margin-right: 0px;
max-width: 2000px;
text-align: center;
background-color: rgba(206, 64, 64, 0);
}
@media (max-width: 767px){#s-76f0eb38-217c-4f61-bddf-e6c02b722597 {
  display: none;
}
#s-76f0eb38-217c-4f61-bddf-e6c02b722597, #wrap-s-76f0eb38-217c-4f61-bddf-e6c02b722597, #wrap-content-s-76f0eb38-217c-4f61-bddf-e6c02b722597 { display: none !important; }}
#s-76f0eb38-217c-4f61-bddf-e6c02b722597 {
  overflow: hidden;
  
  
      max-width: 2000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-76f0eb38-217c-4f61-bddf-e6c02b722597 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-3e65947e-0432-44d2-8c42-d42d7af7eafe {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3e65947e-0432-44d2-8c42-d42d7af7eafe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e65947e-0432-44d2-8c42-d42d7af7eafe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e65947e-0432-44d2-8c42-d42d7af7eafe {
  
}
}







#s-3e65947e-0432-44d2-8c42-d42d7af7eafe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e65947e-0432-44d2-8c42-d42d7af7eafe.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cd71c880-509c-4b60-90c0-a82bd6326d59 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(232, 235, 239, 1);
}
@media (max-width: 767px){#s-cd71c880-509c-4b60-90c0-a82bd6326d59 {
  display: none;
}
#s-cd71c880-509c-4b60-90c0-a82bd6326d59, #wrap-s-cd71c880-509c-4b60-90c0-a82bd6326d59, #wrap-content-s-cd71c880-509c-4b60-90c0-a82bd6326d59 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cd71c880-509c-4b60-90c0-a82bd6326d59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd71c880-509c-4b60-90c0-a82bd6326d59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd71c880-509c-4b60-90c0-a82bd6326d59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd71c880-509c-4b60-90c0-a82bd6326d59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-cd71c880-509c-4b60-90c0-a82bd6326d59"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a87f0980-917a-4856-b12f-3dc83f097a4f {
  margin-left: 0px;
margin-right: -15px;
max-width: 2000px;
text-align: center;
}
@media (max-width: 767px){#s-a87f0980-917a-4856-b12f-3dc83f097a4f {
  display: none;
}
#s-a87f0980-917a-4856-b12f-3dc83f097a4f, #wrap-s-a87f0980-917a-4856-b12f-3dc83f097a4f, #wrap-content-s-a87f0980-917a-4856-b12f-3dc83f097a4f { display: none !important; }}
#s-a87f0980-917a-4856-b12f-3dc83f097a4f {
  overflow: hidden;
  
  
      max-width: 2000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-a87f0980-917a-4856-b12f-3dc83f097a4f .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-ef4a941c-dd18-4750-88bc-2f0aa29f94d9 {
  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-ef4a941c-dd18-4750-88bc-2f0aa29f94d9 {
  display: none;
}
#s-ef4a941c-dd18-4750-88bc-2f0aa29f94d9, #wrap-s-ef4a941c-dd18-4750-88bc-2f0aa29f94d9, #wrap-content-s-ef4a941c-dd18-4750-88bc-2f0aa29f94d9 { display: none !important; }}@media (max-width: 767px){#s-ef4a941c-dd18-4750-88bc-2f0aa29f94d9 {
  display: none;
}
#s-ef4a941c-dd18-4750-88bc-2f0aa29f94d9, #wrap-s-ef4a941c-dd18-4750-88bc-2f0aa29f94d9, #wrap-content-s-ef4a941c-dd18-4750-88bc-2f0aa29f94d9 { display: none !important; }}
#s-02ffa7e1-1ac4-4a23-af9d-246d21ded8dd {
  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-02ffa7e1-1ac4-4a23-af9d-246d21ded8dd {
  display: none;
}
#s-02ffa7e1-1ac4-4a23-af9d-246d21ded8dd, #wrap-s-02ffa7e1-1ac4-4a23-af9d-246d21ded8dd, #wrap-content-s-02ffa7e1-1ac4-4a23-af9d-246d21ded8dd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02ffa7e1-1ac4-4a23-af9d-246d21ded8dd {
  display: none;
}
#s-02ffa7e1-1ac4-4a23-af9d-246d21ded8dd, #wrap-s-02ffa7e1-1ac4-4a23-af9d-246d21ded8dd, #wrap-content-s-02ffa7e1-1ac4-4a23-af9d-246d21ded8dd { display: none !important; }}@media (max-width: 767px){#s-02ffa7e1-1ac4-4a23-af9d-246d21ded8dd {
  display: none;
}
#s-02ffa7e1-1ac4-4a23-af9d-246d21ded8dd, #wrap-s-02ffa7e1-1ac4-4a23-af9d-246d21ded8dd, #wrap-content-s-02ffa7e1-1ac4-4a23-af9d-246d21ded8dd { display: none !important; }}
#s-85eabc0b-2a93-4642-80eb-ccf42d3295b0 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(232, 235, 239, 1);
}
@media (max-width: 767px){#s-85eabc0b-2a93-4642-80eb-ccf42d3295b0 {
  display: none;
}
#s-85eabc0b-2a93-4642-80eb-ccf42d3295b0, #wrap-s-85eabc0b-2a93-4642-80eb-ccf42d3295b0, #wrap-content-s-85eabc0b-2a93-4642-80eb-ccf42d3295b0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-85eabc0b-2a93-4642-80eb-ccf42d3295b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85eabc0b-2a93-4642-80eb-ccf42d3295b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85eabc0b-2a93-4642-80eb-ccf42d3295b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85eabc0b-2a93-4642-80eb-ccf42d3295b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-85eabc0b-2a93-4642-80eb-ccf42d3295b0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e81173de-3b87-4037-b999-a7045889bc76 {
  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-e81173de-3b87-4037-b999-a7045889bc76 {
  display: none;
}
#s-e81173de-3b87-4037-b999-a7045889bc76, #wrap-s-e81173de-3b87-4037-b999-a7045889bc76, #wrap-content-s-e81173de-3b87-4037-b999-a7045889bc76 { display: none !important; }}@media (max-width: 767px){#s-e81173de-3b87-4037-b999-a7045889bc76 {
  display: none;
}
#s-e81173de-3b87-4037-b999-a7045889bc76, #wrap-s-e81173de-3b87-4037-b999-a7045889bc76, #wrap-content-s-e81173de-3b87-4037-b999-a7045889bc76 { display: none !important; }}
#s-98ac4437-9a11-4533-bcb7-28f805449f69 {
  margin-top: 20%;
margin-bottom: 20%;
padding-left: 10%;
padding-right: 10px;
min-height: 100%;
opacity: 1;
}
@media (min-width: 1200px){#s-98ac4437-9a11-4533-bcb7-28f805449f69 {
  display: none;
}
#s-98ac4437-9a11-4533-bcb7-28f805449f69, #wrap-s-98ac4437-9a11-4533-bcb7-28f805449f69, #wrap-content-s-98ac4437-9a11-4533-bcb7-28f805449f69 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98ac4437-9a11-4533-bcb7-28f805449f69 {
  display: none;
}
#s-98ac4437-9a11-4533-bcb7-28f805449f69, #wrap-s-98ac4437-9a11-4533-bcb7-28f805449f69, #wrap-content-s-98ac4437-9a11-4533-bcb7-28f805449f69 { display: none !important; }}@media (max-width: 767px){#s-98ac4437-9a11-4533-bcb7-28f805449f69 {
  display: none;
}
#s-98ac4437-9a11-4533-bcb7-28f805449f69, #wrap-s-98ac4437-9a11-4533-bcb7-28f805449f69, #wrap-content-s-98ac4437-9a11-4533-bcb7-28f805449f69 { display: none !important; }}
#s-3be2332e-0875-48e9-9533-65b77e9f6907 {
  margin-left: -15px;
margin-right: 0px;
max-width: 1986px;
text-align: center;
}
@media (max-width: 767px){#s-3be2332e-0875-48e9-9533-65b77e9f6907 {
  display: none;
}
#s-3be2332e-0875-48e9-9533-65b77e9f6907, #wrap-s-3be2332e-0875-48e9-9533-65b77e9f6907, #wrap-content-s-3be2332e-0875-48e9-9533-65b77e9f6907 { display: none !important; }}
#s-3be2332e-0875-48e9-9533-65b77e9f6907 {
  overflow: hidden;
  
  
      max-width: 1986px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-3be2332e-0875-48e9-9533-65b77e9f6907 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-acbd3d0f-96f7-4cfc-a081-8fd8f069034d {
  margin-top: -50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 1986px;
text-align: center;
}
@media (min-width: 1200px){#s-acbd3d0f-96f7-4cfc-a081-8fd8f069034d {
  display: none;
}
#s-acbd3d0f-96f7-4cfc-a081-8fd8f069034d, #wrap-s-acbd3d0f-96f7-4cfc-a081-8fd8f069034d, #wrap-content-s-acbd3d0f-96f7-4cfc-a081-8fd8f069034d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acbd3d0f-96f7-4cfc-a081-8fd8f069034d {
  display: none;
}
#s-acbd3d0f-96f7-4cfc-a081-8fd8f069034d, #wrap-s-acbd3d0f-96f7-4cfc-a081-8fd8f069034d, #wrap-content-s-acbd3d0f-96f7-4cfc-a081-8fd8f069034d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-acbd3d0f-96f7-4cfc-a081-8fd8f069034d {
  display: none;
}
#s-acbd3d0f-96f7-4cfc-a081-8fd8f069034d, #wrap-s-acbd3d0f-96f7-4cfc-a081-8fd8f069034d, #wrap-content-s-acbd3d0f-96f7-4cfc-a081-8fd8f069034d { display: none !important; }}
#s-acbd3d0f-96f7-4cfc-a081-8fd8f069034d {
  overflow: hidden;
  
  
      max-width: 1986px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-acbd3d0f-96f7-4cfc-a081-8fd8f069034d .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-3e3f4217-d228-45a1-b276-1c2122bb822d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-3e3f4217-d228-45a1-b276-1c2122bb822d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-b2e17339-9966-4ede-a749-879c678984df {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-b2e17339-9966-4ede-a749-879c678984df {
  display: none;
}
#s-b2e17339-9966-4ede-a749-879c678984df, #wrap-s-b2e17339-9966-4ede-a749-879c678984df, #wrap-content-s-b2e17339-9966-4ede-a749-879c678984df { display: none !important; }}
@media (min-width: 0px) {
[id="s-b2e17339-9966-4ede-a749-879c678984df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b2e17339-9966-4ede-a749-879c678984df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2e17339-9966-4ede-a749-879c678984df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2e17339-9966-4ede-a749-879c678984df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2e17339-9966-4ede-a749-879c678984df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2e17339-9966-4ede-a749-879c678984df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2e17339-9966-4ede-a749-879c678984df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-3fdf27b1-619a-40e6-b443-853687e2cc4e .shogun-icon-wrapper {
  text-align: right;
}


#s-3fdf27b1-619a-40e6-b443-853687e2cc4e .shogun-icon-wrapper > .shogun-icon {

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

#s-8064b9af-df92-4082-a006-5c31b23db72c {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-0386a692-13dc-4321-a5c1-d602b32f1bc0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-0386a692-13dc-4321-a5c1-d602b32f1bc0 {
  display: none;
}
#s-0386a692-13dc-4321-a5c1-d602b32f1bc0, #wrap-s-0386a692-13dc-4321-a5c1-d602b32f1bc0, #wrap-content-s-0386a692-13dc-4321-a5c1-d602b32f1bc0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0386a692-13dc-4321-a5c1-d602b32f1bc0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0386a692-13dc-4321-a5c1-d602b32f1bc0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0386a692-13dc-4321-a5c1-d602b32f1bc0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0386a692-13dc-4321-a5c1-d602b32f1bc0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0386a692-13dc-4321-a5c1-d602b32f1bc0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0386a692-13dc-4321-a5c1-d602b32f1bc0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0386a692-13dc-4321-a5c1-d602b32f1bc0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-a9d10446-8ed6-4e4d-982a-3f68840fc418 .shogun-icon-wrapper {
  text-align: right;
}


#s-a9d10446-8ed6-4e4d-982a-3f68840fc418 .shogun-icon-wrapper > .shogun-icon {

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

#s-eaf72653-4db5-4043-9ca9-5a66ecdfe88e {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-1756a12a-4efc-43bb-b409-5f75cf76e5ee {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-1756a12a-4efc-43bb-b409-5f75cf76e5ee {
  display: none;
}
#s-1756a12a-4efc-43bb-b409-5f75cf76e5ee, #wrap-s-1756a12a-4efc-43bb-b409-5f75cf76e5ee, #wrap-content-s-1756a12a-4efc-43bb-b409-5f75cf76e5ee { display: none !important; }}
@media (min-width: 0px) {
[id="s-1756a12a-4efc-43bb-b409-5f75cf76e5ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1756a12a-4efc-43bb-b409-5f75cf76e5ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1756a12a-4efc-43bb-b409-5f75cf76e5ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1756a12a-4efc-43bb-b409-5f75cf76e5ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1756a12a-4efc-43bb-b409-5f75cf76e5ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1756a12a-4efc-43bb-b409-5f75cf76e5ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1756a12a-4efc-43bb-b409-5f75cf76e5ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-4b52dd6a-f0b1-42e9-848b-d6fdd9dda68e .shogun-icon-wrapper {
  text-align: right;
}


#s-4b52dd6a-f0b1-42e9-848b-d6fdd9dda68e .shogun-icon-wrapper > .shogun-icon {

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

#s-6178ded1-5ed8-43cf-af3a-87f968d9c81c {
  margin-top: 5px;
margin-bottom: 5px;
}

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

}

@media (min-width: 768px) {
[id="s-99245a80-d792-4901-a9ff-fa187c8b4216"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-99245a80-d792-4901-a9ff-fa187c8b4216"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99245a80-d792-4901-a9ff-fa187c8b4216"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-99245a80-d792-4901-a9ff-fa187c8b4216"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99245a80-d792-4901-a9ff-fa187c8b4216"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-99245a80-d792-4901-a9ff-fa187c8b4216"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-7aa94d09-d230-4fd2-aad5-3b59132784a4 .shogun-icon-wrapper {
  text-align: right;
}


#s-7aa94d09-d230-4fd2-aad5-3b59132784a4 .shogun-icon-wrapper > .shogun-icon {

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

#s-f1a2ee56-b748-45bc-bf3d-9249e224b520 {
  margin-top: 5px;
margin-left: -5px;
margin-bottom: 5px;
}

#s-24e1021b-9e6d-4dda-90cc-18550b907040 {
  margin-top: 10px;
margin-left: -50%;
margin-bottom: 10px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-24e1021b-9e6d-4dda-90cc-18550b907040 {
  display: none;
}
#s-24e1021b-9e6d-4dda-90cc-18550b907040, #wrap-s-24e1021b-9e6d-4dda-90cc-18550b907040, #wrap-content-s-24e1021b-9e6d-4dda-90cc-18550b907040 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24e1021b-9e6d-4dda-90cc-18550b907040 {
  display: none;
}
#s-24e1021b-9e6d-4dda-90cc-18550b907040, #wrap-s-24e1021b-9e6d-4dda-90cc-18550b907040, #wrap-content-s-24e1021b-9e6d-4dda-90cc-18550b907040 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24e1021b-9e6d-4dda-90cc-18550b907040 {
  display: none;
}
#s-24e1021b-9e6d-4dda-90cc-18550b907040, #wrap-s-24e1021b-9e6d-4dda-90cc-18550b907040, #wrap-content-s-24e1021b-9e6d-4dda-90cc-18550b907040 { display: none !important; }}
@media (min-width: 0px) {
[id="s-24e1021b-9e6d-4dda-90cc-18550b907040"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-24e1021b-9e6d-4dda-90cc-18550b907040"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24e1021b-9e6d-4dda-90cc-18550b907040"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24e1021b-9e6d-4dda-90cc-18550b907040"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24e1021b-9e6d-4dda-90cc-18550b907040"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24e1021b-9e6d-4dda-90cc-18550b907040"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24e1021b-9e6d-4dda-90cc-18550b907040"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-2de50aa4-d337-4384-9057-2b8d5c85fdb9 .shogun-icon-wrapper {
  text-align: right;
}


#s-2de50aa4-d337-4384-9057-2b8d5c85fdb9 .shogun-icon-wrapper > .shogun-icon {

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

#s-1777c0f6-e41c-4aeb-a42d-b163ad1fd27d {
  margin-top: 5px;
margin-left: -5px;
margin-bottom: 5px;
}

#s-d00377de-7715-4fc5-869d-d27c21d3841b {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-d00377de-7715-4fc5-869d-d27c21d3841b {
  display: none;
}
#s-d00377de-7715-4fc5-869d-d27c21d3841b, #wrap-s-d00377de-7715-4fc5-869d-d27c21d3841b, #wrap-content-s-d00377de-7715-4fc5-869d-d27c21d3841b { display: none !important; }}
@media (min-width: 0px) {
[id="s-d00377de-7715-4fc5-869d-d27c21d3841b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d00377de-7715-4fc5-869d-d27c21d3841b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d00377de-7715-4fc5-869d-d27c21d3841b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d00377de-7715-4fc5-869d-d27c21d3841b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d00377de-7715-4fc5-869d-d27c21d3841b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d00377de-7715-4fc5-869d-d27c21d3841b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d00377de-7715-4fc5-869d-d27c21d3841b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-befda255-6938-48fb-9d85-0e1a97494fec .shogun-icon-wrapper {
  text-align: right;
}


#s-befda255-6938-48fb-9d85-0e1a97494fec .shogun-icon-wrapper > .shogun-icon {

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

#s-4c130f4a-d938-46b0-b6c4-a2baef1e9f9c {
  margin-top: 5px;
margin-bottom: 5px;
}

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

}

@media (min-width: 768px) {
[id="s-95935cea-fb2c-4dff-8e40-aab4fa739875"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-95935cea-fb2c-4dff-8e40-aab4fa739875"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95935cea-fb2c-4dff-8e40-aab4fa739875"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-95935cea-fb2c-4dff-8e40-aab4fa739875"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95935cea-fb2c-4dff-8e40-aab4fa739875"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-95935cea-fb2c-4dff-8e40-aab4fa739875"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-080d8583-7737-42a5-a95a-c31b7ee70ec8 .shogun-icon-wrapper {
  text-align: right;
}


#s-080d8583-7737-42a5-a95a-c31b7ee70ec8 .shogun-icon-wrapper > .shogun-icon {

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

#s-1d05b736-0b4d-4083-aa2f-f58371758c24 {
  margin-top: 5px;
margin-left: -5px;
margin-bottom: 5px;
}

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

}

@media (min-width: 768px) {
[id="s-504ced73-d4e6-4f0e-8e12-2eccde2fc56c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-504ced73-d4e6-4f0e-8e12-2eccde2fc56c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-504ced73-d4e6-4f0e-8e12-2eccde2fc56c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-504ced73-d4e6-4f0e-8e12-2eccde2fc56c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-504ced73-d4e6-4f0e-8e12-2eccde2fc56c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-504ced73-d4e6-4f0e-8e12-2eccde2fc56c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-4ea12d63-cb24-43f2-9c10-c25aacd0392e .shogun-icon-wrapper {
  text-align: right;
}


#s-4ea12d63-cb24-43f2-9c10-c25aacd0392e .shogun-icon-wrapper > .shogun-icon {

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

#s-84bac77b-a9c8-42d9-b7c6-2a4dba7362ef {
  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-7b7a0aca-618b-4ffd-8a2e-93ee22679a96 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}
@media (max-width: 767px){#s-7b7a0aca-618b-4ffd-8a2e-93ee22679a96 {
  display: none;
}
#s-7b7a0aca-618b-4ffd-8a2e-93ee22679a96, #wrap-s-7b7a0aca-618b-4ffd-8a2e-93ee22679a96, #wrap-content-s-7b7a0aca-618b-4ffd-8a2e-93ee22679a96 { display: none !important; }}
#s-8fab690c-4c98-4aa8-ac38-2bedab254ba2 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-8fab690c-4c98-4aa8-ac38-2bedab254ba2 {
  display: none;
}
#s-8fab690c-4c98-4aa8-ac38-2bedab254ba2, #wrap-s-8fab690c-4c98-4aa8-ac38-2bedab254ba2, #wrap-content-s-8fab690c-4c98-4aa8-ac38-2bedab254ba2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fab690c-4c98-4aa8-ac38-2bedab254ba2 {
  display: none;
}
#s-8fab690c-4c98-4aa8-ac38-2bedab254ba2, #wrap-s-8fab690c-4c98-4aa8-ac38-2bedab254ba2, #wrap-content-s-8fab690c-4c98-4aa8-ac38-2bedab254ba2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8fab690c-4c98-4aa8-ac38-2bedab254ba2 {
  display: none;
}
#s-8fab690c-4c98-4aa8-ac38-2bedab254ba2, #wrap-s-8fab690c-4c98-4aa8-ac38-2bedab254ba2, #wrap-content-s-8fab690c-4c98-4aa8-ac38-2bedab254ba2 { display: none !important; }}
#s-a50e392b-1f80-4a1c-b471-f752aae65ed9 {
  min-height: 50px;
}








#s-a50e392b-1f80-4a1c-b471-f752aae65ed9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a50e392b-1f80-4a1c-b471-f752aae65ed9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d29fec7e-be06-453f-8ea3-4ad4eaeb2a29 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-d29fec7e-be06-453f-8ea3-4ad4eaeb2a29 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-cd7dcf56-e439-4848-9261-fc948e2b37f8 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 35px;
padding-bottom: 50px;
}

#s-93be725a-a988-4eef-be3b-fb0d17b443a4 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-93be725a-a988-4eef-be3b-fb0d17b443a4 {
  display: none;
}
#s-93be725a-a988-4eef-be3b-fb0d17b443a4, #wrap-s-93be725a-a988-4eef-be3b-fb0d17b443a4, #wrap-content-s-93be725a-a988-4eef-be3b-fb0d17b443a4 { display: none !important; }}







#s-93be725a-a988-4eef-be3b-fb0d17b443a4 > .shg-box-overlay {
  background-color: rgba(16, 15, 13, 1);
  opacity: 0.2;
  display: block;
}#s-93be725a-a988-4eef-be3b-fb0d17b443a4.shg-box.shg-c {
  justify-content: center;
}

#s-ceb39a11-e969-43c8-9892-04a471e703c0 {
  margin-left: 5px;
margin-right: 5px;
padding-left: 20%;
padding-right: 20%;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-ceb39a11-e969-43c8-9892-04a471e703c0 {
  display: none;
}
#s-ceb39a11-e969-43c8-9892-04a471e703c0, #wrap-s-ceb39a11-e969-43c8-9892-04a471e703c0, #wrap-content-s-ceb39a11-e969-43c8-9892-04a471e703c0 { display: none !important; }}
#s-d42b0d1a-919d-4d32-9070-91b9fc2be8ae {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-d42b0d1a-919d-4d32-9070-91b9fc2be8ae {
  display: none;
}
#s-d42b0d1a-919d-4d32-9070-91b9fc2be8ae, #wrap-s-d42b0d1a-919d-4d32-9070-91b9fc2be8ae, #wrap-content-s-d42b0d1a-919d-4d32-9070-91b9fc2be8ae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d42b0d1a-919d-4d32-9070-91b9fc2be8ae {
  display: none;
}
#s-d42b0d1a-919d-4d32-9070-91b9fc2be8ae, #wrap-s-d42b0d1a-919d-4d32-9070-91b9fc2be8ae, #wrap-content-s-d42b0d1a-919d-4d32-9070-91b9fc2be8ae { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d42b0d1a-919d-4d32-9070-91b9fc2be8ae {
  display: none;
}
#s-d42b0d1a-919d-4d32-9070-91b9fc2be8ae, #wrap-s-d42b0d1a-919d-4d32-9070-91b9fc2be8ae, #wrap-content-s-d42b0d1a-919d-4d32-9070-91b9fc2be8ae { display: none !important; }}







#s-d42b0d1a-919d-4d32-9070-91b9fc2be8ae > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-d42b0d1a-919d-4d32-9070-91b9fc2be8ae.shg-box.shg-c {
  justify-content: center;
}

#s-fab8f67a-1174-40f7-ba2e-dbcb4ba514e0 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-fab8f67a-1174-40f7-ba2e-dbcb4ba514e0 {
  display: none;
}
#s-fab8f67a-1174-40f7-ba2e-dbcb4ba514e0, #wrap-s-fab8f67a-1174-40f7-ba2e-dbcb4ba514e0, #wrap-content-s-fab8f67a-1174-40f7-ba2e-dbcb4ba514e0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fab8f67a-1174-40f7-ba2e-dbcb4ba514e0 {
  display: none;
}
#s-fab8f67a-1174-40f7-ba2e-dbcb4ba514e0, #wrap-s-fab8f67a-1174-40f7-ba2e-dbcb4ba514e0, #wrap-content-s-fab8f67a-1174-40f7-ba2e-dbcb4ba514e0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fab8f67a-1174-40f7-ba2e-dbcb4ba514e0 {
  display: none;
}
#s-fab8f67a-1174-40f7-ba2e-dbcb4ba514e0, #wrap-s-fab8f67a-1174-40f7-ba2e-dbcb4ba514e0, #wrap-content-s-fab8f67a-1174-40f7-ba2e-dbcb4ba514e0 { display: none !important; }}
#s-bfb5c9b6-5941-4145-b1c4-1da952e9e914 {
  min-height: 50px;
}








#s-bfb5c9b6-5941-4145-b1c4-1da952e9e914 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bfb5c9b6-5941-4145-b1c4-1da952e9e914.shg-box.shg-c {
  justify-content: flex-start;
}

#s-be0e58ef-1516-4f19-98d6-5cd6aee4fec7 {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(194, 157, 51, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-be0e58ef-1516-4f19-98d6-5cd6aee4fec7 {
  display: none;
}
#s-be0e58ef-1516-4f19-98d6-5cd6aee4fec7, #wrap-s-be0e58ef-1516-4f19-98d6-5cd6aee4fec7, #wrap-content-s-be0e58ef-1516-4f19-98d6-5cd6aee4fec7 { display: none !important; }}@media (max-width: 767px){#s-be0e58ef-1516-4f19-98d6-5cd6aee4fec7 {
  display: none;
}
#s-be0e58ef-1516-4f19-98d6-5cd6aee4fec7, #wrap-s-be0e58ef-1516-4f19-98d6-5cd6aee4fec7, #wrap-content-s-be0e58ef-1516-4f19-98d6-5cd6aee4fec7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-be0e58ef-1516-4f19-98d6-5cd6aee4fec7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be0e58ef-1516-4f19-98d6-5cd6aee4fec7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be0e58ef-1516-4f19-98d6-5cd6aee4fec7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be0e58ef-1516-4f19-98d6-5cd6aee4fec7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-026ccd9f-c80d-40b4-8f8f-e54c1adaed8e {
  padding-left: 30%;
padding-right: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-026ccd9f-c80d-40b4-8f8f-e54c1adaed8e {
  display: none;
}
#s-026ccd9f-c80d-40b4-8f8f-e54c1adaed8e, #wrap-s-026ccd9f-c80d-40b4-8f8f-e54c1adaed8e, #wrap-content-s-026ccd9f-c80d-40b4-8f8f-e54c1adaed8e { display: none !important; }}@media (max-width: 767px){#s-026ccd9f-c80d-40b4-8f8f-e54c1adaed8e {
  display: none;
}
#s-026ccd9f-c80d-40b4-8f8f-e54c1adaed8e, #wrap-s-026ccd9f-c80d-40b4-8f8f-e54c1adaed8e, #wrap-content-s-026ccd9f-c80d-40b4-8f8f-e54c1adaed8e { display: none !important; }}
#s-026ccd9f-c80d-40b4-8f8f-e54c1adaed8e {
  overflow: hidden;
  
  
}







  #s-026ccd9f-c80d-40b4-8f8f-e54c1adaed8e img.shogun-image {
    

    
    
    
  }


#s-026ccd9f-c80d-40b4-8f8f-e54c1adaed8e .shogun-image-content {
  
    justify-content: center;
  
}

#s-c542a913-0d58-40e8-9013-d9328223e02b {
  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-c542a913-0d58-40e8-9013-d9328223e02b {
  display: none;
}
#s-c542a913-0d58-40e8-9013-d9328223e02b, #wrap-s-c542a913-0d58-40e8-9013-d9328223e02b, #wrap-content-s-c542a913-0d58-40e8-9013-d9328223e02b { display: none !important; }}@media (max-width: 767px){#s-c542a913-0d58-40e8-9013-d9328223e02b {
  display: none;
}
#s-c542a913-0d58-40e8-9013-d9328223e02b, #wrap-s-c542a913-0d58-40e8-9013-d9328223e02b, #wrap-content-s-c542a913-0d58-40e8-9013-d9328223e02b { display: none !important; }}
#s-3bdc80a7-1340-41e4-8270-8d4e716b4ef3 {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(194, 157, 51, 1);
}
@media (min-width: 1200px){#s-3bdc80a7-1340-41e4-8270-8d4e716b4ef3 {
  display: none;
}
#s-3bdc80a7-1340-41e4-8270-8d4e716b4ef3, #wrap-s-3bdc80a7-1340-41e4-8270-8d4e716b4ef3, #wrap-content-s-3bdc80a7-1340-41e4-8270-8d4e716b4ef3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3bdc80a7-1340-41e4-8270-8d4e716b4ef3 {
  display: none;
}
#s-3bdc80a7-1340-41e4-8270-8d4e716b4ef3, #wrap-s-3bdc80a7-1340-41e4-8270-8d4e716b4ef3, #wrap-content-s-3bdc80a7-1340-41e4-8270-8d4e716b4ef3 { display: none !important; }}@media (max-width: 767px){#s-3bdc80a7-1340-41e4-8270-8d4e716b4ef3 {
  display: none;
}
#s-3bdc80a7-1340-41e4-8270-8d4e716b4ef3, #wrap-s-3bdc80a7-1340-41e4-8270-8d4e716b4ef3, #wrap-content-s-3bdc80a7-1340-41e4-8270-8d4e716b4ef3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3bdc80a7-1340-41e4-8270-8d4e716b4ef3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3bdc80a7-1340-41e4-8270-8d4e716b4ef3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3bdc80a7-1340-41e4-8270-8d4e716b4ef3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3bdc80a7-1340-41e4-8270-8d4e716b4ef3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3bdc80a7-1340-41e4-8270-8d4e716b4ef3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3bdc80a7-1340-41e4-8270-8d4e716b4ef3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3bdc80a7-1340-41e4-8270-8d4e716b4ef3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-cbb85830-37a1-41dd-8652-47486fc2ac42 {
  padding-top: 25%;
padding-left: 5%;
padding-right: 10px;
text-align: center;
}

#s-cbb85830-37a1-41dd-8652-47486fc2ac42 {
  overflow: hidden;
  
  
}







  #s-cbb85830-37a1-41dd-8652-47486fc2ac42 img.shogun-image {
    

    
    
    
  }


#s-cbb85830-37a1-41dd-8652-47486fc2ac42 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d1ade5b7-5faf-4a7f-9a23-19846e97e761 {
  margin-top: 15%;
margin-bottom: 15%;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10%;
}

#s-807bf340-d5b4-472f-982e-747c5444ef79 {
  background-color: rgba(194, 157, 51, 1);
}
@media (min-width: 1200px){#s-807bf340-d5b4-472f-982e-747c5444ef79 {
  display: none;
}
#s-807bf340-d5b4-472f-982e-747c5444ef79, #wrap-s-807bf340-d5b4-472f-982e-747c5444ef79, #wrap-content-s-807bf340-d5b4-472f-982e-747c5444ef79 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-807bf340-d5b4-472f-982e-747c5444ef79 {
  display: none;
}
#s-807bf340-d5b4-472f-982e-747c5444ef79, #wrap-s-807bf340-d5b4-472f-982e-747c5444ef79, #wrap-content-s-807bf340-d5b4-472f-982e-747c5444ef79 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-807bf340-d5b4-472f-982e-747c5444ef79 {
  display: none;
}
#s-807bf340-d5b4-472f-982e-747c5444ef79, #wrap-s-807bf340-d5b4-472f-982e-747c5444ef79, #wrap-content-s-807bf340-d5b4-472f-982e-747c5444ef79 { display: none !important; }}
@media (min-width: 0px) {
[id="s-807bf340-d5b4-472f-982e-747c5444ef79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-807bf340-d5b4-472f-982e-747c5444ef79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-807bf340-d5b4-472f-982e-747c5444ef79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-807bf340-d5b4-472f-982e-747c5444ef79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5a3b40b2-dd20-4c92-913a-95209f0b87aa {
  padding-left: 60px;
padding-right: 60px;
text-align: center;
}

#s-5a3b40b2-dd20-4c92-913a-95209f0b87aa {
  overflow: hidden;
  
  
}







  #s-5a3b40b2-dd20-4c92-913a-95209f0b87aa img.shogun-image {
    

    
    
    
  }


#s-5a3b40b2-dd20-4c92-913a-95209f0b87aa .shogun-image-content {
  
    justify-content: center;
  
}

#s-aa348a70-19f2-43c5-b077-991ac449df19 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
}

#s-8e2702db-c5ed-4820-993a-bc19c634c13a {
  min-height: 50px;
}








#s-8e2702db-c5ed-4820-993a-bc19c634c13a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e2702db-c5ed-4820-993a-bc19c634c13a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1d38434a-c0e3-4113-91a0-ba873134b1eb {
  min-height: 50px;
}
@media (max-width: 767px){#s-1d38434a-c0e3-4113-91a0-ba873134b1eb {
  display: none;
}
#s-1d38434a-c0e3-4113-91a0-ba873134b1eb, #wrap-s-1d38434a-c0e3-4113-91a0-ba873134b1eb, #wrap-content-s-1d38434a-c0e3-4113-91a0-ba873134b1eb { display: none !important; }}







#s-1d38434a-c0e3-4113-91a0-ba873134b1eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d38434a-c0e3-4113-91a0-ba873134b1eb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0d673375-26ba-4035-b810-ecb0650b3e89 {
  min-height: 50px;
}








#s-0d673375-26ba-4035-b810-ecb0650b3e89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d673375-26ba-4035-b810-ecb0650b3e89.shg-box.shg-c {
  justify-content: flex-start;
}

#s-72509512-4a9a-4384-a48f-6e5bd7be82c0 {
  padding-top: 70px;
padding-bottom: 60px;
text-align: center;
}

#s-72509512-4a9a-4384-a48f-6e5bd7be82c0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-bc17b4f8-b6be-4472-b3e6-59f9cdbfd574 {
  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-4db3fd72-b9a6-4855-b5ee-ead9ef84adda {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4db3fd72-b9a6-4855-b5ee-ead9ef84adda {
  display: none;
}
#s-4db3fd72-b9a6-4855-b5ee-ead9ef84adda, #wrap-s-4db3fd72-b9a6-4855-b5ee-ead9ef84adda, #wrap-content-s-4db3fd72-b9a6-4855-b5ee-ead9ef84adda { display: none !important; }}@media (max-width: 767px){#s-4db3fd72-b9a6-4855-b5ee-ead9ef84adda {
  display: none;
}
#s-4db3fd72-b9a6-4855-b5ee-ead9ef84adda, #wrap-s-4db3fd72-b9a6-4855-b5ee-ead9ef84adda, #wrap-content-s-4db3fd72-b9a6-4855-b5ee-ead9ef84adda { display: none !important; }}
@media (min-width: 0px) {
[id="s-4db3fd72-b9a6-4855-b5ee-ead9ef84adda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4db3fd72-b9a6-4855-b5ee-ead9ef84adda"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4db3fd72-b9a6-4855-b5ee-ead9ef84adda"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4db3fd72-b9a6-4855-b5ee-ead9ef84adda"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4cd917e0-2003-4358-9c1f-91b6dbd7eeba {
  
}

#s-8561cfa7-49e9-4091-b5d7-2441f06cc901 {
  
}

#s-68ddaec1-5b35-486b-9ef1-53b187c6eb5d {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-68ddaec1-5b35-486b-9ef1-53b187c6eb5d {
  display: none;
}
#s-68ddaec1-5b35-486b-9ef1-53b187c6eb5d, #wrap-s-68ddaec1-5b35-486b-9ef1-53b187c6eb5d, #wrap-content-s-68ddaec1-5b35-486b-9ef1-53b187c6eb5d { display: none !important; }}@media (max-width: 767px){#s-68ddaec1-5b35-486b-9ef1-53b187c6eb5d {
  display: none;
}
#s-68ddaec1-5b35-486b-9ef1-53b187c6eb5d, #wrap-s-68ddaec1-5b35-486b-9ef1-53b187c6eb5d, #wrap-content-s-68ddaec1-5b35-486b-9ef1-53b187c6eb5d { display: none !important; }}
@media (min-width: 0px) {
[id="s-68ddaec1-5b35-486b-9ef1-53b187c6eb5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68ddaec1-5b35-486b-9ef1-53b187c6eb5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-68ddaec1-5b35-486b-9ef1-53b187c6eb5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-68ddaec1-5b35-486b-9ef1-53b187c6eb5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-02a8fc24-c7b0-48f3-ba73-a3183fb1b8f9 {
  
}

#s-a511b321-fab0-4a42-97ea-ec08c30a38c4 {
  
}

#s-e889e3ee-8297-41d9-adbd-1978310a2736 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e889e3ee-8297-41d9-adbd-1978310a2736 {
  display: none;
}
#s-e889e3ee-8297-41d9-adbd-1978310a2736, #wrap-s-e889e3ee-8297-41d9-adbd-1978310a2736, #wrap-content-s-e889e3ee-8297-41d9-adbd-1978310a2736 { display: none !important; }}@media (max-width: 767px){#s-e889e3ee-8297-41d9-adbd-1978310a2736 {
  display: none;
}
#s-e889e3ee-8297-41d9-adbd-1978310a2736, #wrap-s-e889e3ee-8297-41d9-adbd-1978310a2736, #wrap-content-s-e889e3ee-8297-41d9-adbd-1978310a2736 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e889e3ee-8297-41d9-adbd-1978310a2736"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e889e3ee-8297-41d9-adbd-1978310a2736"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e889e3ee-8297-41d9-adbd-1978310a2736"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e889e3ee-8297-41d9-adbd-1978310a2736"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f8e7703a-9575-4171-afe9-e1e0c8dca40f {
  
}

#s-a7c102f4-be7a-43e2-a8b8-2e2c5d85dc0a {
  
}

#s-9119c26f-7429-4063-ad8a-679cb224f1e8 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-9119c26f-7429-4063-ad8a-679cb224f1e8 {
  display: none;
}
#s-9119c26f-7429-4063-ad8a-679cb224f1e8, #wrap-s-9119c26f-7429-4063-ad8a-679cb224f1e8, #wrap-content-s-9119c26f-7429-4063-ad8a-679cb224f1e8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9119c26f-7429-4063-ad8a-679cb224f1e8 {
  display: none;
}
#s-9119c26f-7429-4063-ad8a-679cb224f1e8, #wrap-s-9119c26f-7429-4063-ad8a-679cb224f1e8, #wrap-content-s-9119c26f-7429-4063-ad8a-679cb224f1e8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9119c26f-7429-4063-ad8a-679cb224f1e8 {
  
}
}@media (max-width: 767px){#s-9119c26f-7429-4063-ad8a-679cb224f1e8 {
  display: none;
}
#s-9119c26f-7429-4063-ad8a-679cb224f1e8, #wrap-s-9119c26f-7429-4063-ad8a-679cb224f1e8, #wrap-content-s-9119c26f-7429-4063-ad8a-679cb224f1e8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9119c26f-7429-4063-ad8a-679cb224f1e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9119c26f-7429-4063-ad8a-679cb224f1e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9119c26f-7429-4063-ad8a-679cb224f1e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9119c26f-7429-4063-ad8a-679cb224f1e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4316ec8a-b411-4b6e-92dd-b551e56c153b {
  
}

#s-7fcee5e1-bbc7-416e-93fd-d0c0340fac04 {
  
}

#s-5f667aea-e31b-4f98-a38e-d439fb29fbc6 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-5f667aea-e31b-4f98-a38e-d439fb29fbc6 {
  display: none;
}
#s-5f667aea-e31b-4f98-a38e-d439fb29fbc6, #wrap-s-5f667aea-e31b-4f98-a38e-d439fb29fbc6, #wrap-content-s-5f667aea-e31b-4f98-a38e-d439fb29fbc6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f667aea-e31b-4f98-a38e-d439fb29fbc6 {
  display: none;
}
#s-5f667aea-e31b-4f98-a38e-d439fb29fbc6, #wrap-s-5f667aea-e31b-4f98-a38e-d439fb29fbc6, #wrap-content-s-5f667aea-e31b-4f98-a38e-d439fb29fbc6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5f667aea-e31b-4f98-a38e-d439fb29fbc6 {
  
}
}@media (max-width: 767px){#s-5f667aea-e31b-4f98-a38e-d439fb29fbc6 {
  display: none;
}
#s-5f667aea-e31b-4f98-a38e-d439fb29fbc6, #wrap-s-5f667aea-e31b-4f98-a38e-d439fb29fbc6, #wrap-content-s-5f667aea-e31b-4f98-a38e-d439fb29fbc6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5f667aea-e31b-4f98-a38e-d439fb29fbc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f667aea-e31b-4f98-a38e-d439fb29fbc6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5f667aea-e31b-4f98-a38e-d439fb29fbc6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f667aea-e31b-4f98-a38e-d439fb29fbc6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6d3fb4e5-cb27-48bd-adbb-3633ecdbb3f0 {
  
}

#s-b8138d7e-79c4-43d7-b923-bc088da98069 {
  
}

#s-a307589c-817c-47f5-80a3-a07db9e5e061 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-a307589c-817c-47f5-80a3-a07db9e5e061 {
  display: none;
}
#s-a307589c-817c-47f5-80a3-a07db9e5e061, #wrap-s-a307589c-817c-47f5-80a3-a07db9e5e061, #wrap-content-s-a307589c-817c-47f5-80a3-a07db9e5e061 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a307589c-817c-47f5-80a3-a07db9e5e061 {
  display: none;
}
#s-a307589c-817c-47f5-80a3-a07db9e5e061, #wrap-s-a307589c-817c-47f5-80a3-a07db9e5e061, #wrap-content-s-a307589c-817c-47f5-80a3-a07db9e5e061 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a307589c-817c-47f5-80a3-a07db9e5e061 {
  
}
}@media (max-width: 767px){#s-a307589c-817c-47f5-80a3-a07db9e5e061 {
  display: none;
}
#s-a307589c-817c-47f5-80a3-a07db9e5e061, #wrap-s-a307589c-817c-47f5-80a3-a07db9e5e061, #wrap-content-s-a307589c-817c-47f5-80a3-a07db9e5e061 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a307589c-817c-47f5-80a3-a07db9e5e061"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a307589c-817c-47f5-80a3-a07db9e5e061"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a307589c-817c-47f5-80a3-a07db9e5e061"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a307589c-817c-47f5-80a3-a07db9e5e061"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ebeb6e15-5f13-40ce-a461-18550930bf0d {
  
}

#s-52895848-8bad-4481-aa0a-19b4093007d2 {
  
}

#s-800499b9-1b09-471f-b73b-660e97c459a0 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-800499b9-1b09-471f-b73b-660e97c459a0 {
  display: none;
}
#s-800499b9-1b09-471f-b73b-660e97c459a0, #wrap-s-800499b9-1b09-471f-b73b-660e97c459a0, #wrap-content-s-800499b9-1b09-471f-b73b-660e97c459a0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-800499b9-1b09-471f-b73b-660e97c459a0 {
  display: none;
}
#s-800499b9-1b09-471f-b73b-660e97c459a0, #wrap-s-800499b9-1b09-471f-b73b-660e97c459a0, #wrap-content-s-800499b9-1b09-471f-b73b-660e97c459a0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-800499b9-1b09-471f-b73b-660e97c459a0 {
  display: none;
}
#s-800499b9-1b09-471f-b73b-660e97c459a0, #wrap-s-800499b9-1b09-471f-b73b-660e97c459a0, #wrap-content-s-800499b9-1b09-471f-b73b-660e97c459a0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-800499b9-1b09-471f-b73b-660e97c459a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-800499b9-1b09-471f-b73b-660e97c459a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-800499b9-1b09-471f-b73b-660e97c459a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-800499b9-1b09-471f-b73b-660e97c459a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7f29307b-f873-44f1-b8c4-c22784753dd7 {
  
}

#s-2c2974dd-d625-4f66-8850-d0ccb773fdba {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2c2974dd-d625-4f66-8850-d0ccb773fdba {
  display: none;
}
#s-2c2974dd-d625-4f66-8850-d0ccb773fdba, #wrap-s-2c2974dd-d625-4f66-8850-d0ccb773fdba, #wrap-content-s-2c2974dd-d625-4f66-8850-d0ccb773fdba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c2974dd-d625-4f66-8850-d0ccb773fdba {
  display: none;
}
#s-2c2974dd-d625-4f66-8850-d0ccb773fdba, #wrap-s-2c2974dd-d625-4f66-8850-d0ccb773fdba, #wrap-content-s-2c2974dd-d625-4f66-8850-d0ccb773fdba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c2974dd-d625-4f66-8850-d0ccb773fdba {
  display: none;
}
#s-2c2974dd-d625-4f66-8850-d0ccb773fdba, #wrap-s-2c2974dd-d625-4f66-8850-d0ccb773fdba, #wrap-content-s-2c2974dd-d625-4f66-8850-d0ccb773fdba { display: none !important; }}







#s-2c2974dd-d625-4f66-8850-d0ccb773fdba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c2974dd-d625-4f66-8850-d0ccb773fdba.shg-box.shg-c {
  justify-content: flex-start;
}

#s-79cfb8ea-5ec2-4521-81c7-a9a62c6dd603 {
  min-height: 50px;
}








#s-79cfb8ea-5ec2-4521-81c7-a9a62c6dd603 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79cfb8ea-5ec2-4521-81c7-a9a62c6dd603.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9967d4af-ae8b-4462-a201-1fff233b967b {
  padding-top: 70px;
padding-bottom: 10px;
text-align: center;
}

#s-9967d4af-ae8b-4462-a201-1fff233b967b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-b8b38675-12d9-4aa8-8955-10d4bd2ef44f {
  border-style: solid;
margin-top: 50px;
margin-left: 0%;
margin-bottom: 20px;
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-031573cf-d84c-41dc-8d29-55563a9f0101 {
  border-style: solid;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
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-7bbf0924-2590-456a-8856-c5f45ea3b248 {
  border-style: solid;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
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-3fb8ad1d-cb5e-40a2-97c0-f577fe2e6b1b {
  border-style: solid;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
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-e59d0dd6-1618-4079-ad0d-92247ad571e1 {
  border-style: solid;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
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-b4cf4195-7281-4a3f-9942-4ecbad87de88 {
  border-style: solid;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
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-a7a37b91-358b-4bc6-85a5-1d922042ce40 {
  border-style: solid;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
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-118e7198-8a6f-4abf-9c73-07da5eaac117 {
  border-style: solid;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
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-e8f133b1-8baf-4e02-bbd2-e7e82572d7da {
  border-style: solid;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
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);
}

.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-087f9cd9-9808-4104-a773-2124ae0afe39 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-087f9cd9-9808-4104-a773-2124ae0afe39 {
  display: none;
}
#s-087f9cd9-9808-4104-a773-2124ae0afe39, #wrap-s-087f9cd9-9808-4104-a773-2124ae0afe39, #wrap-content-s-087f9cd9-9808-4104-a773-2124ae0afe39 { display: none !important; }}@media (max-width: 767px){#s-087f9cd9-9808-4104-a773-2124ae0afe39 {
  display: none;
}
#s-087f9cd9-9808-4104-a773-2124ae0afe39, #wrap-s-087f9cd9-9808-4104-a773-2124ae0afe39, #wrap-content-s-087f9cd9-9808-4104-a773-2124ae0afe39 { display: none !important; }}
#s-087f9cd9-9808-4104-a773-2124ae0afe39 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-087f9cd9-9808-4104-a773-2124ae0afe39 .shg-sld-nav-button.shg-sld-left,
#s-087f9cd9-9808-4104-a773-2124ae0afe39 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-31145390-9e2a-4367-8c39-11394916b6e0 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-31145390-9e2a-4367-8c39-11394916b6e0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31145390-9e2a-4367-8c39-11394916b6e0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31145390-9e2a-4367-8c39-11394916b6e0 {
  
}
}@media (max-width: 767px){#s-31145390-9e2a-4367-8c39-11394916b6e0 {
  
}
}







#s-31145390-9e2a-4367-8c39-11394916b6e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31145390-9e2a-4367-8c39-11394916b6e0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-306b5d0a-5e3d-4557-a93b-d956e1372fd8 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-306b5d0a-5e3d-4557-a93b-d956e1372fd8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-306b5d0a-5e3d-4557-a93b-d956e1372fd8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-306b5d0a-5e3d-4557-a93b-d956e1372fd8 {
  
}
}@media (max-width: 767px){#s-306b5d0a-5e3d-4557-a93b-d956e1372fd8 {
  
}
}
@media (min-width: 0px) {
[id="s-306b5d0a-5e3d-4557-a93b-d956e1372fd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-306b5d0a-5e3d-4557-a93b-d956e1372fd8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-306b5d0a-5e3d-4557-a93b-d956e1372fd8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-306b5d0a-5e3d-4557-a93b-d956e1372fd8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-1b6548cc-760c-4994-9f15-23b61aea354d {
  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-1b6548cc-760c-4994-9f15-23b61aea354d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b6548cc-760c-4994-9f15-23b61aea354d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9fe2745e-07bd-4b0c-b064-4d7d7fc1ab1d {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-9fe2745e-07bd-4b0c-b064-4d7d7fc1ab1d .shogun-icon-wrapper {
  text-align: center;
}


#s-9fe2745e-07bd-4b0c-b064-4d7d7fc1ab1d .shogun-icon-wrapper > .shogun-icon {

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

#s-dbe83262-62ef-411c-a0e5-4b89ec74dcc6 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-dbe83262-62ef-411c-a0e5-4b89ec74dcc6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dbe83262-62ef-411c-a0e5-4b89ec74dcc6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dbe83262-62ef-411c-a0e5-4b89ec74dcc6 {
  
}
}@media (max-width: 767px){#s-dbe83262-62ef-411c-a0e5-4b89ec74dcc6 {
  
}
}
#s-d9bdb880-5193-4a99-bca1-4af4e5f025c0 {
  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-d9bdb880-5193-4a99-bca1-4af4e5f025c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d9bdb880-5193-4a99-bca1-4af4e5f025c0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ee4fb327-cad1-4b83-90c1-665612ffd3e9 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-ee4fb327-cad1-4b83-90c1-665612ffd3e9 .shogun-icon-wrapper {
  text-align: center;
}


#s-ee4fb327-cad1-4b83-90c1-665612ffd3e9 .shogun-icon-wrapper > .shogun-icon {

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

#s-715d75d7-4a25-42f1-85b1-ce4ad08e5447 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-715d75d7-4a25-42f1-85b1-ce4ad08e5447 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-715d75d7-4a25-42f1-85b1-ce4ad08e5447 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-715d75d7-4a25-42f1-85b1-ce4ad08e5447 {
  
}
}@media (max-width: 767px){#s-715d75d7-4a25-42f1-85b1-ce4ad08e5447 {
  
}
}
#s-15146f01-a70c-4f58-b562-dc30e3119bda {
  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-15146f01-a70c-4f58-b562-dc30e3119bda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15146f01-a70c-4f58-b562-dc30e3119bda.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3f6db1ba-0e99-4ab6-977a-f09aa8387130 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-3f6db1ba-0e99-4ab6-977a-f09aa8387130 .shogun-icon-wrapper {
  text-align: center;
}


#s-3f6db1ba-0e99-4ab6-977a-f09aa8387130 .shogun-icon-wrapper > .shogun-icon {

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

#s-9a2cb07f-d66f-4c5c-a58c-17f76d5b418d {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-9a2cb07f-d66f-4c5c-a58c-17f76d5b418d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a2cb07f-d66f-4c5c-a58c-17f76d5b418d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a2cb07f-d66f-4c5c-a58c-17f76d5b418d {
  
}
}@media (max-width: 767px){#s-9a2cb07f-d66f-4c5c-a58c-17f76d5b418d {
  
}
}
#s-2fc075d6-d8fd-48ed-b00c-3957ff02ef4b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2fc075d6-d8fd-48ed-b00c-3957ff02ef4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2fc075d6-d8fd-48ed-b00c-3957ff02ef4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2fc075d6-d8fd-48ed-b00c-3957ff02ef4b {
  
}
}@media (max-width: 767px){#s-2fc075d6-d8fd-48ed-b00c-3957ff02ef4b {
  
}
}







#s-2fc075d6-d8fd-48ed-b00c-3957ff02ef4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2fc075d6-d8fd-48ed-b00c-3957ff02ef4b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-df2f7288-4a77-45db-8ef2-7006be0c29cf {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-df2f7288-4a77-45db-8ef2-7006be0c29cf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df2f7288-4a77-45db-8ef2-7006be0c29cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-df2f7288-4a77-45db-8ef2-7006be0c29cf {
  
}
}@media (max-width: 767px){#s-df2f7288-4a77-45db-8ef2-7006be0c29cf {
  
}
}
@media (min-width: 0px) {
[id="s-df2f7288-4a77-45db-8ef2-7006be0c29cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df2f7288-4a77-45db-8ef2-7006be0c29cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-df2f7288-4a77-45db-8ef2-7006be0c29cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-df2f7288-4a77-45db-8ef2-7006be0c29cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-98566d40-18af-4d09-a2d7-479e9d07c47c {
  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-98566d40-18af-4d09-a2d7-479e9d07c47c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98566d40-18af-4d09-a2d7-479e9d07c47c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1b2bc2d4-8042-4cb5-9259-ff314d5ad161 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-1b2bc2d4-8042-4cb5-9259-ff314d5ad161 .shogun-icon-wrapper {
  text-align: center;
}


#s-1b2bc2d4-8042-4cb5-9259-ff314d5ad161 .shogun-icon-wrapper > .shogun-icon {

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

#s-f96228f4-3b86-45eb-8ce5-b5392c75bef6 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-f96228f4-3b86-45eb-8ce5-b5392c75bef6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f96228f4-3b86-45eb-8ce5-b5392c75bef6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f96228f4-3b86-45eb-8ce5-b5392c75bef6 {
  
}
}@media (max-width: 767px){#s-f96228f4-3b86-45eb-8ce5-b5392c75bef6 {
  
}
}
#s-1cf4c99a-8b6b-4473-9070-233d8e7df18b {
  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-1cf4c99a-8b6b-4473-9070-233d8e7df18b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1cf4c99a-8b6b-4473-9070-233d8e7df18b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3f0b6b73-6978-4bee-b6b5-e9dfb20d0cfe {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-3f0b6b73-6978-4bee-b6b5-e9dfb20d0cfe .shogun-icon-wrapper {
  text-align: center;
}


#s-3f0b6b73-6978-4bee-b6b5-e9dfb20d0cfe .shogun-icon-wrapper > .shogun-icon {

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

#s-d126c536-98ad-4e0b-85d3-977f7c974d84 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-d126c536-98ad-4e0b-85d3-977f7c974d84 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d126c536-98ad-4e0b-85d3-977f7c974d84 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d126c536-98ad-4e0b-85d3-977f7c974d84 {
  
}
}@media (max-width: 767px){#s-d126c536-98ad-4e0b-85d3-977f7c974d84 {
  
}
}
#s-74225470-3e17-4cb7-9ac8-7cdddc61b742 {
  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-74225470-3e17-4cb7-9ac8-7cdddc61b742 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74225470-3e17-4cb7-9ac8-7cdddc61b742.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7c2ed37e-d148-48f4-ac68-9a24d4dd2ca0 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-7c2ed37e-d148-48f4-ac68-9a24d4dd2ca0 .shogun-icon-wrapper {
  text-align: center;
}


#s-7c2ed37e-d148-48f4-ac68-9a24d4dd2ca0 .shogun-icon-wrapper > .shogun-icon {

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

#s-0a670c3a-f16f-46ba-9336-7447eae36013 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-0a670c3a-f16f-46ba-9336-7447eae36013 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a670c3a-f16f-46ba-9336-7447eae36013 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a670c3a-f16f-46ba-9336-7447eae36013 {
  
}
}@media (max-width: 767px){#s-0a670c3a-f16f-46ba-9336-7447eae36013 {
  
}
}
#s-fc81c8fd-867b-46c4-afa7-dbaa2997ae73 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-fc81c8fd-867b-46c4-afa7-dbaa2997ae73 {
  display: none;
}
#s-fc81c8fd-867b-46c4-afa7-dbaa2997ae73, #wrap-s-fc81c8fd-867b-46c4-afa7-dbaa2997ae73, #wrap-content-s-fc81c8fd-867b-46c4-afa7-dbaa2997ae73 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc81c8fd-867b-46c4-afa7-dbaa2997ae73 {
  display: none;
}
#s-fc81c8fd-867b-46c4-afa7-dbaa2997ae73, #wrap-s-fc81c8fd-867b-46c4-afa7-dbaa2997ae73, #wrap-content-s-fc81c8fd-867b-46c4-afa7-dbaa2997ae73 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc81c8fd-867b-46c4-afa7-dbaa2997ae73 {
  
}
}@media (max-width: 767px){#s-fc81c8fd-867b-46c4-afa7-dbaa2997ae73 {
  display: none;
}
#s-fc81c8fd-867b-46c4-afa7-dbaa2997ae73, #wrap-s-fc81c8fd-867b-46c4-afa7-dbaa2997ae73, #wrap-content-s-fc81c8fd-867b-46c4-afa7-dbaa2997ae73 { display: none !important; }}
#s-fc81c8fd-867b-46c4-afa7-dbaa2997ae73 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-fc81c8fd-867b-46c4-afa7-dbaa2997ae73 .shg-sld-nav-button.shg-sld-left,
#s-fc81c8fd-867b-46c4-afa7-dbaa2997ae73 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-65607a69-c405-46ac-99ea-435af1a996dc {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-65607a69-c405-46ac-99ea-435af1a996dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-65607a69-c405-46ac-99ea-435af1a996dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-65607a69-c405-46ac-99ea-435af1a996dc {
  
}
}@media (max-width: 767px){#s-65607a69-c405-46ac-99ea-435af1a996dc {
  
}
}







#s-65607a69-c405-46ac-99ea-435af1a996dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65607a69-c405-46ac-99ea-435af1a996dc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-23ba4ac5-a86a-4363-b348-7a1ca31b97b0 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-23ba4ac5-a86a-4363-b348-7a1ca31b97b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23ba4ac5-a86a-4363-b348-7a1ca31b97b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-23ba4ac5-a86a-4363-b348-7a1ca31b97b0 {
  
}
}@media (max-width: 767px){#s-23ba4ac5-a86a-4363-b348-7a1ca31b97b0 {
  
}
}
@media (min-width: 0px) {
[id="s-23ba4ac5-a86a-4363-b348-7a1ca31b97b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23ba4ac5-a86a-4363-b348-7a1ca31b97b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-23ba4ac5-a86a-4363-b348-7a1ca31b97b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-23ba4ac5-a86a-4363-b348-7a1ca31b97b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-1c312ef9-8039-4b6f-8225-9b26ef016842 {
  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-1c312ef9-8039-4b6f-8225-9b26ef016842 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c312ef9-8039-4b6f-8225-9b26ef016842.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d02dfccd-0411-4842-a1a3-12c5f94c08d9 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-d02dfccd-0411-4842-a1a3-12c5f94c08d9 .shogun-icon-wrapper {
  text-align: center;
}


#s-d02dfccd-0411-4842-a1a3-12c5f94c08d9 .shogun-icon-wrapper > .shogun-icon {

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

#s-74b27784-aa24-4934-8d3a-53daeb4a5525 {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 40px;
margin-right: 5px;
opacity: 1;
}
@media (min-width: 1200px){#s-74b27784-aa24-4934-8d3a-53daeb4a5525 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74b27784-aa24-4934-8d3a-53daeb4a5525 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-74b27784-aa24-4934-8d3a-53daeb4a5525 {
  
}
}@media (max-width: 767px){#s-74b27784-aa24-4934-8d3a-53daeb4a5525 {
  
}
}
#s-e27f8fc2-9e31-44e4-9b07-cb577f2a500a {
  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-e27f8fc2-9e31-44e4-9b07-cb577f2a500a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e27f8fc2-9e31-44e4-9b07-cb577f2a500a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d65a63ec-9c2d-48e6-9e78-2a75548b0fd5 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-d65a63ec-9c2d-48e6-9e78-2a75548b0fd5 .shogun-icon-wrapper {
  text-align: center;
}


#s-d65a63ec-9c2d-48e6-9e78-2a75548b0fd5 .shogun-icon-wrapper > .shogun-icon {

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

#s-6c1dbf52-8fb2-4760-8a3c-c8932aeede8e {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 40px;
margin-right: 5px;
opacity: 1;
}
@media (min-width: 1200px){#s-6c1dbf52-8fb2-4760-8a3c-c8932aeede8e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c1dbf52-8fb2-4760-8a3c-c8932aeede8e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c1dbf52-8fb2-4760-8a3c-c8932aeede8e {
  
}
}@media (max-width: 767px){#s-6c1dbf52-8fb2-4760-8a3c-c8932aeede8e {
  
}
}
#s-5e2729cc-beeb-4a76-9d68-4849f3b69908 {
  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-5e2729cc-beeb-4a76-9d68-4849f3b69908 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e2729cc-beeb-4a76-9d68-4849f3b69908.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e8b03c80-5368-47b5-818b-b8964aaeb454 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-e8b03c80-5368-47b5-818b-b8964aaeb454 .shogun-icon-wrapper {
  text-align: center;
}


#s-e8b03c80-5368-47b5-818b-b8964aaeb454 .shogun-icon-wrapper > .shogun-icon {

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

#s-899c3389-d951-4995-b629-94840c0acd31 {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 40px;
margin-right: 5px;
opacity: 1;
}
@media (min-width: 1200px){#s-899c3389-d951-4995-b629-94840c0acd31 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-899c3389-d951-4995-b629-94840c0acd31 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-899c3389-d951-4995-b629-94840c0acd31 {
  
}
}@media (max-width: 767px){#s-899c3389-d951-4995-b629-94840c0acd31 {
  
}
}
#s-bc9a0006-6802-413f-a1da-e3e0b0fd16e3 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bc9a0006-6802-413f-a1da-e3e0b0fd16e3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc9a0006-6802-413f-a1da-e3e0b0fd16e3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc9a0006-6802-413f-a1da-e3e0b0fd16e3 {
  
}
}@media (max-width: 767px){#s-bc9a0006-6802-413f-a1da-e3e0b0fd16e3 {
  
}
}







#s-bc9a0006-6802-413f-a1da-e3e0b0fd16e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc9a0006-6802-413f-a1da-e3e0b0fd16e3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0332bdec-bfff-410f-9a9a-400cb0cad1fd {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-0332bdec-bfff-410f-9a9a-400cb0cad1fd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0332bdec-bfff-410f-9a9a-400cb0cad1fd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0332bdec-bfff-410f-9a9a-400cb0cad1fd {
  
}
}@media (max-width: 767px){#s-0332bdec-bfff-410f-9a9a-400cb0cad1fd {
  
}
}
@media (min-width: 0px) {
[id="s-0332bdec-bfff-410f-9a9a-400cb0cad1fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0332bdec-bfff-410f-9a9a-400cb0cad1fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-0332bdec-bfff-410f-9a9a-400cb0cad1fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-0332bdec-bfff-410f-9a9a-400cb0cad1fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-2ae9c94d-ec2c-46fb-9bbb-b9a77bc3971c {
  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-2ae9c94d-ec2c-46fb-9bbb-b9a77bc3971c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ae9c94d-ec2c-46fb-9bbb-b9a77bc3971c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c628183b-a6cf-4c13-81cb-c9cb63a61b28 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-c628183b-a6cf-4c13-81cb-c9cb63a61b28 .shogun-icon-wrapper {
  text-align: center;
}


#s-c628183b-a6cf-4c13-81cb-c9cb63a61b28 .shogun-icon-wrapper > .shogun-icon {

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

#s-68e8d227-f227-4220-a0ac-b88ce5e023f9 {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 40px;
margin-right: 5px;
opacity: 1;
}
@media (min-width: 1200px){#s-68e8d227-f227-4220-a0ac-b88ce5e023f9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68e8d227-f227-4220-a0ac-b88ce5e023f9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68e8d227-f227-4220-a0ac-b88ce5e023f9 {
  
}
}@media (max-width: 767px){#s-68e8d227-f227-4220-a0ac-b88ce5e023f9 {
  
}
}
#s-74616b5e-c0b5-40d0-a6cd-bd57d342317f {
  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-74616b5e-c0b5-40d0-a6cd-bd57d342317f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74616b5e-c0b5-40d0-a6cd-bd57d342317f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c93089d1-8076-446a-9620-36ca0d6b33da {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-c93089d1-8076-446a-9620-36ca0d6b33da .shogun-icon-wrapper {
  text-align: center;
}


#s-c93089d1-8076-446a-9620-36ca0d6b33da .shogun-icon-wrapper > .shogun-icon {

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

#s-c4e4adf4-1ed8-4f80-8125-d4387bf76a90 {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 40px;
margin-right: 5px;
opacity: 1;
}
@media (min-width: 1200px){#s-c4e4adf4-1ed8-4f80-8125-d4387bf76a90 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4e4adf4-1ed8-4f80-8125-d4387bf76a90 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4e4adf4-1ed8-4f80-8125-d4387bf76a90 {
  
}
}@media (max-width: 767px){#s-c4e4adf4-1ed8-4f80-8125-d4387bf76a90 {
  
}
}
#s-d228efbc-4a6e-4659-9fb8-2f944311fca8 {
  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-d228efbc-4a6e-4659-9fb8-2f944311fca8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d228efbc-4a6e-4659-9fb8-2f944311fca8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3bcaba5a-1d2f-42fd-ac08-36dec8158f48 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-3bcaba5a-1d2f-42fd-ac08-36dec8158f48 .shogun-icon-wrapper {
  text-align: center;
}


#s-3bcaba5a-1d2f-42fd-ac08-36dec8158f48 .shogun-icon-wrapper > .shogun-icon {

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

#s-bf4b1c59-1060-44ef-af9d-2f068840330f {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 40px;
margin-right: 5px;
opacity: 1;
}
@media (min-width: 1200px){#s-bf4b1c59-1060-44ef-af9d-2f068840330f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf4b1c59-1060-44ef-af9d-2f068840330f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf4b1c59-1060-44ef-af9d-2f068840330f {
  
}
}@media (max-width: 767px){#s-bf4b1c59-1060-44ef-af9d-2f068840330f {
  
}
}
#s-95b90051-aee0-4f6a-bf8c-7e4c6f4352e5 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-95b90051-aee0-4f6a-bf8c-7e4c6f4352e5 {
  display: none;
}
#s-95b90051-aee0-4f6a-bf8c-7e4c6f4352e5, #wrap-s-95b90051-aee0-4f6a-bf8c-7e4c6f4352e5, #wrap-content-s-95b90051-aee0-4f6a-bf8c-7e4c6f4352e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95b90051-aee0-4f6a-bf8c-7e4c6f4352e5 {
  display: none;
}
#s-95b90051-aee0-4f6a-bf8c-7e4c6f4352e5, #wrap-s-95b90051-aee0-4f6a-bf8c-7e4c6f4352e5, #wrap-content-s-95b90051-aee0-4f6a-bf8c-7e4c6f4352e5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-95b90051-aee0-4f6a-bf8c-7e4c6f4352e5 {
  display: none;
}
#s-95b90051-aee0-4f6a-bf8c-7e4c6f4352e5, #wrap-s-95b90051-aee0-4f6a-bf8c-7e4c6f4352e5, #wrap-content-s-95b90051-aee0-4f6a-bf8c-7e4c6f4352e5 { display: none !important; }}
#s-95b90051-aee0-4f6a-bf8c-7e4c6f4352e5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-95b90051-aee0-4f6a-bf8c-7e4c6f4352e5 .shg-sld-nav-button.shg-sld-left,
#s-95b90051-aee0-4f6a-bf8c-7e4c6f4352e5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3a513ec3-9d5d-4e00-88de-48b69e2e3959 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3a513ec3-9d5d-4e00-88de-48b69e2e3959 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a513ec3-9d5d-4e00-88de-48b69e2e3959 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a513ec3-9d5d-4e00-88de-48b69e2e3959 {
  
}
}@media (max-width: 767px){#s-3a513ec3-9d5d-4e00-88de-48b69e2e3959 {
  
}
}







#s-3a513ec3-9d5d-4e00-88de-48b69e2e3959 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a513ec3-9d5d-4e00-88de-48b69e2e3959.shg-box.shg-c {
  justify-content: flex-start;
}

#s-17a438f9-80db-4d72-a1c3-6e6fa09bd598 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-17a438f9-80db-4d72-a1c3-6e6fa09bd598 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17a438f9-80db-4d72-a1c3-6e6fa09bd598 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17a438f9-80db-4d72-a1c3-6e6fa09bd598 {
  
}
}@media (max-width: 767px){#s-17a438f9-80db-4d72-a1c3-6e6fa09bd598 {
  
}
}
@media (min-width: 0px) {
[id="s-17a438f9-80db-4d72-a1c3-6e6fa09bd598"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17a438f9-80db-4d72-a1c3-6e6fa09bd598"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-17a438f9-80db-4d72-a1c3-6e6fa09bd598"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-17a438f9-80db-4d72-a1c3-6e6fa09bd598"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-2d38554c-3125-4f80-a503-2cae21706cfb {
  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-2d38554c-3125-4f80-a503-2cae21706cfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d38554c-3125-4f80-a503-2cae21706cfb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4d53798d-f007-4b03-9f1d-a0b3238f7f66 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-4d53798d-f007-4b03-9f1d-a0b3238f7f66 .shogun-icon-wrapper {
  text-align: center;
}


#s-4d53798d-f007-4b03-9f1d-a0b3238f7f66 .shogun-icon-wrapper > .shogun-icon {

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

#s-91104b8d-a8de-467d-b1f1-31094dcf2dbf {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-91104b8d-a8de-467d-b1f1-31094dcf2dbf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91104b8d-a8de-467d-b1f1-31094dcf2dbf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-91104b8d-a8de-467d-b1f1-31094dcf2dbf {
  
}
}@media (max-width: 767px){#s-91104b8d-a8de-467d-b1f1-31094dcf2dbf {
  
}
}
#s-8e75de5f-2764-49e7-86fd-c9a3515ac624 {
  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-8e75de5f-2764-49e7-86fd-c9a3515ac624 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e75de5f-2764-49e7-86fd-c9a3515ac624.shg-box.shg-c {
  justify-content: flex-start;
}

#s-098a5b10-05ca-4275-a905-4f8e2d4833d8 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-098a5b10-05ca-4275-a905-4f8e2d4833d8 .shogun-icon-wrapper {
  text-align: center;
}


#s-098a5b10-05ca-4275-a905-4f8e2d4833d8 .shogun-icon-wrapper > .shogun-icon {

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

#s-48c1fba9-a3e3-42b9-a227-4913fe479729 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-48c1fba9-a3e3-42b9-a227-4913fe479729 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-48c1fba9-a3e3-42b9-a227-4913fe479729 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-48c1fba9-a3e3-42b9-a227-4913fe479729 {
  
}
}@media (max-width: 767px){#s-48c1fba9-a3e3-42b9-a227-4913fe479729 {
  
}
}
#s-74531429-c822-4164-a20a-4feb65f70a2f {
  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-74531429-c822-4164-a20a-4feb65f70a2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74531429-c822-4164-a20a-4feb65f70a2f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2ea8b26d-9923-4d07-9321-5153d9c7f3d3 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-2ea8b26d-9923-4d07-9321-5153d9c7f3d3 .shogun-icon-wrapper {
  text-align: center;
}


#s-2ea8b26d-9923-4d07-9321-5153d9c7f3d3 .shogun-icon-wrapper > .shogun-icon {

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

#s-6085b47b-72e3-4713-86f0-392568ff8e9b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-6085b47b-72e3-4713-86f0-392568ff8e9b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6085b47b-72e3-4713-86f0-392568ff8e9b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6085b47b-72e3-4713-86f0-392568ff8e9b {
  
}
}@media (max-width: 767px){#s-6085b47b-72e3-4713-86f0-392568ff8e9b {
  
}
}
#s-8edeab48-83dc-44ff-a255-6ed9885bed99 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8edeab48-83dc-44ff-a255-6ed9885bed99 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8edeab48-83dc-44ff-a255-6ed9885bed99 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8edeab48-83dc-44ff-a255-6ed9885bed99 {
  
}
}@media (max-width: 767px){#s-8edeab48-83dc-44ff-a255-6ed9885bed99 {
  
}
}







#s-8edeab48-83dc-44ff-a255-6ed9885bed99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8edeab48-83dc-44ff-a255-6ed9885bed99.shg-box.shg-c {
  justify-content: flex-start;
}

#s-19ffd205-a2e7-4177-8d0a-450baace8eef {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-19ffd205-a2e7-4177-8d0a-450baace8eef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19ffd205-a2e7-4177-8d0a-450baace8eef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19ffd205-a2e7-4177-8d0a-450baace8eef {
  
}
}@media (max-width: 767px){#s-19ffd205-a2e7-4177-8d0a-450baace8eef {
  
}
}
@media (min-width: 0px) {
[id="s-19ffd205-a2e7-4177-8d0a-450baace8eef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19ffd205-a2e7-4177-8d0a-450baace8eef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-19ffd205-a2e7-4177-8d0a-450baace8eef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-19ffd205-a2e7-4177-8d0a-450baace8eef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-40a808ea-767d-493d-ae8e-9fd73547d977 {
  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-40a808ea-767d-493d-ae8e-9fd73547d977 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40a808ea-767d-493d-ae8e-9fd73547d977.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a6dac197-b3dd-486c-b75a-10ef0413098d {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-a6dac197-b3dd-486c-b75a-10ef0413098d .shogun-icon-wrapper {
  text-align: center;
}


#s-a6dac197-b3dd-486c-b75a-10ef0413098d .shogun-icon-wrapper > .shogun-icon {

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

#s-68297561-217c-40dc-b3ca-db0b09f27ca1 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-68297561-217c-40dc-b3ca-db0b09f27ca1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68297561-217c-40dc-b3ca-db0b09f27ca1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68297561-217c-40dc-b3ca-db0b09f27ca1 {
  
}
}@media (max-width: 767px){#s-68297561-217c-40dc-b3ca-db0b09f27ca1 {
  
}
}
#s-d09b26ec-b214-443f-8606-8ee099d26eee {
  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-d09b26ec-b214-443f-8606-8ee099d26eee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d09b26ec-b214-443f-8606-8ee099d26eee.shg-box.shg-c {
  justify-content: flex-start;
}

#s-11497c5f-cee4-467c-a5a1-29a6a0d385f8 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-11497c5f-cee4-467c-a5a1-29a6a0d385f8 .shogun-icon-wrapper {
  text-align: center;
}


#s-11497c5f-cee4-467c-a5a1-29a6a0d385f8 .shogun-icon-wrapper > .shogun-icon {

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

#s-74c35c03-c54d-441b-9ca3-78a425f0ed9a {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-74c35c03-c54d-441b-9ca3-78a425f0ed9a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74c35c03-c54d-441b-9ca3-78a425f0ed9a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-74c35c03-c54d-441b-9ca3-78a425f0ed9a {
  
}
}@media (max-width: 767px){#s-74c35c03-c54d-441b-9ca3-78a425f0ed9a {
  
}
}
#s-9c461134-6343-4f3c-906e-986ce251ac90 {
  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-9c461134-6343-4f3c-906e-986ce251ac90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c461134-6343-4f3c-906e-986ce251ac90.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a0278e28-ab2c-400d-b243-271abf06a976 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-a0278e28-ab2c-400d-b243-271abf06a976 .shogun-icon-wrapper {
  text-align: center;
}


#s-a0278e28-ab2c-400d-b243-271abf06a976 .shogun-icon-wrapper > .shogun-icon {

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

#s-9d7936e8-9f69-4459-bd30-c5cc984aee79 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-9d7936e8-9f69-4459-bd30-c5cc984aee79 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d7936e8-9f69-4459-bd30-c5cc984aee79 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d7936e8-9f69-4459-bd30-c5cc984aee79 {
  
}
}@media (max-width: 767px){#s-9d7936e8-9f69-4459-bd30-c5cc984aee79 {
  
}
}
#s-a0a5cc46-0317-4b30-913d-9bd5d6230486 {
  min-height: 50px;
background-color: rgba(232, 235, 239, 1);
}








#s-a0a5cc46-0317-4b30-913d-9bd5d6230486 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0a5cc46-0317-4b30-913d-9bd5d6230486.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f241b788-159f-45d1-9133-96299c1ca58a {
  padding-top: 35px;
padding-bottom: 35px;
text-align: center;
}

#s-f241b788-159f-45d1-9133-96299c1ca58a .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-825844a3-d8b3-4cf4-9ac4-72da2b465265 {
  margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
background-color: rgba(232, 235, 239, 1);
}

@media (min-width: 0px) {
[id="s-825844a3-d8b3-4cf4-9ac4-72da2b465265"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-825844a3-d8b3-4cf4-9ac4-72da2b465265"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-825844a3-d8b3-4cf4-9ac4-72da2b465265"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-825844a3-d8b3-4cf4-9ac4-72da2b465265"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a943d5bb-8c43-4e9e-937e-eee88bc109c6 {
  padding-top: 35px;
padding-bottom: 35px;
min-height: 70px;
text-align: center;
}

#s-a943d5bb-8c43-4e9e-937e-eee88bc109c6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-dd0ca58e-b1c7-4719-abf5-ad01f30dffe7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 35px;
padding-bottom: 35px;
min-height: 70px;
text-align: center;
}

#s-dd0ca58e-b1c7-4719-abf5-ad01f30dffe7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8db2de9d-015d-4cf4-b6c8-21db6c1cb85f {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 70px;
text-align: center;
}

#s-8db2de9d-015d-4cf4-b6c8-21db6c1cb85f .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-70bdc83b-2b5a-49b6-a2fe-8e6a335723f4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
}

#s-70bdc83b-2b5a-49b6-a2fe-8e6a335723f4 .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-fde83e77-3d9b-441d-b198-c3f14ef8d4a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fde83e77-3d9b-441d-b198-c3f14ef8d4a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fde83e77-3d9b-441d-b198-c3f14ef8d4a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fde83e77-3d9b-441d-b198-c3f14ef8d4a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bb926fe2-79e3-4c58-be11-ab3afa619b7d {
  margin-right: -20px;
max-width: 4000px;
text-align: center;
}

#s-bb926fe2-79e3-4c58-be11-ab3afa619b7d {
  overflow: hidden;
  
  
      max-width: 4000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-bb926fe2-79e3-4c58-be11-ab3afa619b7d .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-fa4e8176-b44b-4ad9-8960-050b3ff450ae {
  margin-left: -10px;
margin-right: -10px;
max-width: 1751px;
text-align: center;
}

#s-fa4e8176-b44b-4ad9-8960-050b3ff450ae {
  overflow: hidden;
  
  
      max-width: 1751px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-fa4e8176-b44b-4ad9-8960-050b3ff450ae .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-e4af93af-9674-4eba-8557-f5f64788d8f5 {
  margin-left: -20px;
margin-right: 0px;
max-width: 1964px;
text-align: center;
}

#s-e4af93af-9674-4eba-8557-f5f64788d8f5 {
  overflow: hidden;
  
  
      max-width: 1964px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-e4af93af-9674-4eba-8557-f5f64788d8f5 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-ba29e15b-c7bb-4bde-a873-03d384b5312f {
  min-height: 50px;
}








#s-ba29e15b-c7bb-4bde-a873-03d384b5312f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba29e15b-c7bb-4bde-a873-03d384b5312f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-30cbb1cc-5eab-4d69-9d37-64c70279a09d {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-30cbb1cc-5eab-4d69-9d37-64c70279a09d .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-83657b9f-89a0-4e1e-83df-af2963d9a1a8 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-83657b9f-89a0-4e1e-83df-af2963d9a1a8 {
  display: none;
}
#s-83657b9f-89a0-4e1e-83df-af2963d9a1a8, #wrap-s-83657b9f-89a0-4e1e-83df-af2963d9a1a8, #wrap-content-s-83657b9f-89a0-4e1e-83df-af2963d9a1a8 { display: none !important; }}
#s-83657b9f-89a0-4e1e-83df-af2963d9a1a8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(232, 235, 239, 1);
}

#s-83657b9f-89a0-4e1e-83df-af2963d9a1a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 235, 239, 1);
  padding: 10px;
}

#s-83657b9f-89a0-4e1e-83df-af2963d9a1a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(18, 18, 18, 1);
}

#s-83657b9f-89a0-4e1e-83df-af2963d9a1a8 > .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-83657b9f-89a0-4e1e-83df-af2963d9a1a8 > .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-83657b9f-89a0-4e1e-83df-af2963d9a1a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-272b7634-d2b1-4b2e-9d38-5c6e0280982f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-272b7634-d2b1-4b2e-9d38-5c6e0280982f .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-272b7634-d2b1-4b2e-9d38-5c6e0280982f .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-272b7634-d2b1-4b2e-9d38-5c6e0280982f .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-272b7634-d2b1-4b2e-9d38-5c6e0280982f .shogun-form-error-msg-container, #s-272b7634-d2b1-4b2e-9d38-5c6e0280982f .shogun-form-field-error-msg-container {
  display: none;
}

#s-272b7634-d2b1-4b2e-9d38-5c6e0280982f .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-272b7634-d2b1-4b2e-9d38-5c6e0280982f .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-627ac050-4184-45bf-94d5-b7ec23935fa6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-627ac050-4184-45bf-94d5-b7ec23935fa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-627ac050-4184-45bf-94d5-b7ec23935fa6.shg-box.shg-c {
  justify-content: center;
}

.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-10bf3fd1-b25d-4934-9b81-1f84098f78e2 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 35px;
padding-bottom: 35px;
}

#s-10bf3fd1-b25d-4934-9b81-1f84098f78e2 .shg-proportional-font-size,
#s-10bf3fd1-b25d-4934-9b81-1f84098f78e2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.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-154b58fa-82b9-4555-be5a-cc5330c49a5d {
  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-154b58fa-82b9-4555-be5a-cc5330c49a5d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-154b58fa-82b9-4555-be5a-cc5330c49a5d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-154b58fa-82b9-4555-be5a-cc5330c49a5d-root {
    text-align: center;
  }


#s-154b58fa-82b9-4555-be5a-cc5330c49a5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-154b58fa-82b9-4555-be5a-cc5330c49a5d-root {
    text-align: center;
  }


#s-154b58fa-82b9-4555-be5a-cc5330c49a5d.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-154b58fa-82b9-4555-be5a-cc5330c49a5d-root {
    text-align: center;
  }


#s-154b58fa-82b9-4555-be5a-cc5330c49a5d.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-154b58fa-82b9-4555-be5a-cc5330c49a5d-root {
    text-align: center;
  }


#s-154b58fa-82b9-4555-be5a-cc5330c49a5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-154b58fa-82b9-4555-be5a-cc5330c49a5d-root {
    text-align: center;
  }


#s-154b58fa-82b9-4555-be5a-cc5330c49a5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-e347cb3b-7214-4092-bbbf-f4e1612289db {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
}

#s-ef4bd283-1997-4666-a2e3-d544e8100230 {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
text-align: center;
}

#s-ef4bd283-1997-4666-a2e3-d544e8100230 {
  overflow: hidden;
  
  
}







  #s-ef4bd283-1997-4666-a2e3-d544e8100230 img.shogun-image {
    

    
    
    
  }


#s-ef4bd283-1997-4666-a2e3-d544e8100230 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-dd6dc02a-12a4-411e-b660-3bf96d03ab32 {
  padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-dd6dc02a-12a4-411e-b660-3bf96d03ab32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd6dc02a-12a4-411e-b660-3bf96d03ab32"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd6dc02a-12a4-411e-b660-3bf96d03ab32"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd6dc02a-12a4-411e-b660-3bf96d03ab32"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-eaea1d9e-e453-43f0-86c8-081581a274d3 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-eaea1d9e-e453-43f0-86c8-081581a274d3 {
  display: none;
}
#s-eaea1d9e-e453-43f0-86c8-081581a274d3, #wrap-s-eaea1d9e-e453-43f0-86c8-081581a274d3, #wrap-content-s-eaea1d9e-e453-43f0-86c8-081581a274d3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eaea1d9e-e453-43f0-86c8-081581a274d3 {
  display: none;
}
#s-eaea1d9e-e453-43f0-86c8-081581a274d3, #wrap-s-eaea1d9e-e453-43f0-86c8-081581a274d3, #wrap-content-s-eaea1d9e-e453-43f0-86c8-081581a274d3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eaea1d9e-e453-43f0-86c8-081581a274d3 {
  display: none;
}
#s-eaea1d9e-e453-43f0-86c8-081581a274d3, #wrap-s-eaea1d9e-e453-43f0-86c8-081581a274d3, #wrap-content-s-eaea1d9e-e453-43f0-86c8-081581a274d3 { display: none !important; }}
#s-eaea1d9e-e453-43f0-86c8-081581a274d3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(232, 235, 239, 1);
}

#s-eaea1d9e-e453-43f0-86c8-081581a274d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 235, 239, 1);
  padding: 10px;
}

#s-eaea1d9e-e453-43f0-86c8-081581a274d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(18, 18, 18, 1);
}

#s-eaea1d9e-e453-43f0-86c8-081581a274d3 > .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-eaea1d9e-e453-43f0-86c8-081581a274d3 > .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-eaea1d9e-e453-43f0-86c8-081581a274d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-cbc7c791-b4f7-42fb-ae16-1d505d966a7e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cbc7c791-b4f7-42fb-ae16-1d505d966a7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cbc7c791-b4f7-42fb-ae16-1d505d966a7e.shg-box.shg-c {
  justify-content: center;
}

#s-e2c337e0-2d6f-49fe-85f9-0f7d88eed6fe {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-e2c337e0-2d6f-49fe-85f9-0f7d88eed6fe .shg-proportional-font-size,
#s-e2c337e0-2d6f-49fe-85f9-0f7d88eed6fe .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9b7e3cf6-79dc-48e4-91b9-73f8041efb44 {
  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-9b7e3cf6-79dc-48e4-91b9-73f8041efb44:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9b7e3cf6-79dc-48e4-91b9-73f8041efb44:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9b7e3cf6-79dc-48e4-91b9-73f8041efb44-root {
    text-align: center;
  }


#s-9b7e3cf6-79dc-48e4-91b9-73f8041efb44.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9b7e3cf6-79dc-48e4-91b9-73f8041efb44-root {
    text-align: center;
  }


#s-9b7e3cf6-79dc-48e4-91b9-73f8041efb44.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-9b7e3cf6-79dc-48e4-91b9-73f8041efb44-root {
    text-align: center;
  }


#s-9b7e3cf6-79dc-48e4-91b9-73f8041efb44.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-9b7e3cf6-79dc-48e4-91b9-73f8041efb44-root {
    text-align: center;
  }


#s-9b7e3cf6-79dc-48e4-91b9-73f8041efb44.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9b7e3cf6-79dc-48e4-91b9-73f8041efb44-root {
    text-align: center;
  }


#s-9b7e3cf6-79dc-48e4-91b9-73f8041efb44.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-173a66c1-a2a7-42ee-8dc3-6e2beed21b06 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
padding-left: 5%;
padding-right: 5%;
}

#s-28d56741-d044-4a51-baef-a44f391475a9 {
  margin-top: 3%;
margin-left: 0px;
margin-bottom: 3%;
margin-right: 0px;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}

#s-28d56741-d044-4a51-baef-a44f391475a9 {
  overflow: hidden;
  
  
}







  #s-28d56741-d044-4a51-baef-a44f391475a9 img.shogun-image {
    

    
    
    
  }


#s-28d56741-d044-4a51-baef-a44f391475a9 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-65f10e98-bb9c-42c0-a2f8-4fc52cb39d50 {
  padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-65f10e98-bb9c-42c0-a2f8-4fc52cb39d50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65f10e98-bb9c-42c0-a2f8-4fc52cb39d50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-65f10e98-bb9c-42c0-a2f8-4fc52cb39d50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-65f10e98-bb9c-42c0-a2f8-4fc52cb39d50"] > .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;
  }
}
