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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

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

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

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

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

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

#s-aa91d708-2f6a-47a3-938d-50ab6f3c9377 {
  background-size: cover;
padding-left: 0px;
padding-right: 0px;
min-height: 450px;
background-position: center bottom;
background-color: rgba(255, 255, 255, 0.8);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-aa91d708-2f6a-47a3-938d-50ab6f3c9377 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa91d708-2f6a-47a3-938d-50ab6f3c9377 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa91d708-2f6a-47a3-938d-50ab6f3c9377 {
  
}
}@media (max-width: 767px){#s-aa91d708-2f6a-47a3-938d-50ab6f3c9377 {
  display: none;
}
#s-aa91d708-2f6a-47a3-938d-50ab6f3c9377, #wrap-s-aa91d708-2f6a-47a3-938d-50ab6f3c9377 { display: none !important; }}







#s-aa91d708-2f6a-47a3-938d-50ab6f3c9377 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-aa91d708-2f6a-47a3-938d-50ab6f3c9377.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-50937768-3da7-419e-b7ff-1ae9fad45f21 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-50937768-3da7-419e-b7ff-1ae9fad45f21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50937768-3da7-419e-b7ff-1ae9fad45f21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-50937768-3da7-419e-b7ff-1ae9fad45f21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-50937768-3da7-419e-b7ff-1ae9fad45f21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

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

.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-d72dddc2-e83a-4732-976a-ff953c0be169 {
  margin-top: 0px;
margin-left: 15px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(152, 212, 236, 1);
border-style: solid;
opacity: 1;
}
@media (min-width: 1200px){#s-d72dddc2-e83a-4732-976a-ff953c0be169 {
  margin-bottom: 0px;
}
}
#s-d72dddc2-e83a-4732-976a-ff953c0be169 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d72dddc2-e83a-4732-976a-ff953c0be169 .shg-sld-nav-button.shg-sld-left,
#s-d72dddc2-e83a-4732-976a-ff953c0be169 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f22ccaa6-322b-44db-b182-d06980a04b4f {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}







  #s-f22ccaa6-322b-44db-b182-d06980a04b4f img.shogun-image {
    

    
    
    
  }


#s-f22ccaa6-322b-44db-b182-d06980a04b4f .shogun-image-content {
  
    align-items: center;
  
}

#s-44abf698-9bee-4871-bbcc-554418840895 {
  min-height: 50px;
}








#s-44abf698-9bee-4871-bbcc-554418840895 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44abf698-9bee-4871-bbcc-554418840895.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86db36ac-c5c1-43c0-ba9c-349b1f0c77b5 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}







  #s-86db36ac-c5c1-43c0-ba9c-349b1f0c77b5 img.shogun-image {
    

    
    
    
  }


#s-86db36ac-c5c1-43c0-ba9c-349b1f0c77b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa810016-ed17-436e-831e-d6c36923dece {
  text-align: center;
}







  #s-fa810016-ed17-436e-831e-d6c36923dece img.shogun-image {
    

    
    
    
  }


#s-fa810016-ed17-436e-831e-d6c36923dece .shogun-image-content {
  
    align-items: center;
  
}

#s-dbd9e9b8-c2bc-4839-afbd-27cbd1589aae {
  min-height: 50px;
}








#s-dbd9e9b8-c2bc-4839-afbd-27cbd1589aae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbd9e9b8-c2bc-4839-afbd-27cbd1589aae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea80a674-5297-463e-982b-aa5e2cf06380 {
  text-align: center;
}







  #s-ea80a674-5297-463e-982b-aa5e2cf06380 img.shogun-image {
    

    
    
    
  }


#s-ea80a674-5297-463e-982b-aa5e2cf06380 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbf027aa-49e7-48ec-9198-afa27804504f {
  min-height: 50px;
}








#s-cbf027aa-49e7-48ec-9198-afa27804504f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbf027aa-49e7-48ec-9198-afa27804504f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01689283-72c4-4856-b51f-229df33a3c64 {
  min-height: 50px;
}








#s-01689283-72c4-4856-b51f-229df33a3c64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01689283-72c4-4856-b51f-229df33a3c64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-876d933f-072c-4580-9872-7deb33476e95 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}







  #s-876d933f-072c-4580-9872-7deb33476e95 img.shogun-image {
    

    
    
    
  }


#s-876d933f-072c-4580-9872-7deb33476e95 .shogun-image-content {
  
    align-items: 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-b39d7e03-ef2b-4184-a2a2-bd2c8efdb8e7 {
  padding-top: 5px;
padding-left: 0px;
padding-right: 0px;
}

#s-fe4d763a-fcf6-4380-8ff1-45a10e7d04c9 {
  min-height: 50px;
}








#s-fe4d763a-fcf6-4380-8ff1-45a10e7d04c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe4d763a-fcf6-4380-8ff1-45a10e7d04c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fac853ab-48d2-4ab2-b4f9-259678d8b966 {
  min-height: 50px;
}








#s-fac853ab-48d2-4ab2-b4f9-259678d8b966 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fac853ab-48d2-4ab2-b4f9-259678d8b966.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89698b7b-63f5-4264-9d19-b0988093ed32 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}







  #s-89698b7b-63f5-4264-9d19-b0988093ed32 img.shogun-image {
    

    
    
    
  }


#s-89698b7b-63f5-4264-9d19-b0988093ed32 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b537f1b-9bb6-4b19-b4d7-78a6ecff7f91 {
  padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-cdb1d16a-15f4-4455-9b16-fbe0b0c793dc {
  padding-top: 5px;
padding-left: 0px;
padding-right: 0px;
}

#s-4e452147-5351-401e-a949-b0e286fdd488 {
  padding-top: 5px;
padding-left: 0px;
padding-right: 0px;
}

#s-c993df6b-0574-493e-8fdf-2420caa7b844 {
  margin-left: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-c993df6b-0574-493e-8fdf-2420caa7b844 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c993df6b-0574-493e-8fdf-2420caa7b844 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c993df6b-0574-493e-8fdf-2420caa7b844 {
  
}
}@media (max-width: 767px){#s-c993df6b-0574-493e-8fdf-2420caa7b844 {
  
}
}







#s-c993df6b-0574-493e-8fdf-2420caa7b844 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-c993df6b-0574-493e-8fdf-2420caa7b844.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc35be9f-e95c-4fe1-a22f-c44611734ad3 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bc35be9f-e95c-4fe1-a22f-c44611734ad3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc35be9f-e95c-4fe1-a22f-c44611734ad3 {
  display: none;
}
#s-bc35be9f-e95c-4fe1-a22f-c44611734ad3, #wrap-s-bc35be9f-e95c-4fe1-a22f-c44611734ad3 { display: none !important; }}@media (max-width: 767px){#s-bc35be9f-e95c-4fe1-a22f-c44611734ad3 {
  display: none;
}
#s-bc35be9f-e95c-4fe1-a22f-c44611734ad3, #wrap-s-bc35be9f-e95c-4fe1-a22f-c44611734ad3 { display: none !important; }}







#s-bc35be9f-e95c-4fe1-a22f-c44611734ad3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc35be9f-e95c-4fe1-a22f-c44611734ad3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-047f4091-75be-4e58-a213-fcd2fb7a55cf {
  min-height: 50px;
}
@media (max-width: 767px){#s-047f4091-75be-4e58-a213-fcd2fb7a55cf {
  display: none;
}
#s-047f4091-75be-4e58-a213-fcd2fb7a55cf, #wrap-s-047f4091-75be-4e58-a213-fcd2fb7a55cf { display: none !important; }}







#s-047f4091-75be-4e58-a213-fcd2fb7a55cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-047f4091-75be-4e58-a213-fcd2fb7a55cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-af64063e-3720-4575-a7d0-660138fd9ca8 {
  margin-top: 0px;
margin-bottom: 7px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-af64063e-3720-4575-a7d0-660138fd9ca8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Dazzed-Semi";
  font-style:  normal ;
  font-size: 27px;
  
  letter-spacing: 0px;
  text-align: center;
}



#s-158c53d7-6493-4fc9-91bf-de3fab50829d {
  padding-top: 0px;
padding-bottom: 3px;
}

#s-292a4535-8f83-403c-ac6c-e6d9291fbec2 {
  padding-left: 0px;
padding-bottom: 1px;
padding-right: 0px;
}

#s-5daa536c-40cf-4eb7-8791-da2303e2c5c9 {
  margin-top: 0px;
margin-bottom: 3px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-6b1fb677-cedd-4ae8-a960-4dac4439f03c {
  box-shadow:0px 0px 0px 0px rgba(51, 48, 48, 1);
border-style: solid;
margin-top: 5px;
margin-left: 20px;
margin-right: 20px;
padding-top: 19px;
padding-left: 20px;
padding-bottom: 19px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 4px;
background-color: rgba(8, 148, 108, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6b1fb677-cedd-4ae8-a960-4dac4439f03c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6b1fb677-cedd-4ae8-a960-4dac4439f03c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6b1fb677-cedd-4ae8-a960-4dac4439f03c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b1fb677-cedd-4ae8-a960-4dac4439f03c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b1fb677-cedd-4ae8-a960-4dac4439f03c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Dazzed-Medium;
  display:  block ;
}

#s-6b1fb677-cedd-4ae8-a960-4dac4439f03c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7deecaec-543f-4be7-b48d-38cf3897e2d2 {
  margin-top: 0px;
margin-bottom: 3px;
}

#s-903dfc0a-2500-4696-96ac-b914042737d6 {
  box-shadow:0px 0px 0px 0px rgba(51, 48, 48, 1);
border-style: solid;
margin-top: 5px;
margin-left: 20px;
margin-right: 20px;
padding-top: 19px;
padding-left: 20px;
padding-bottom: 19px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-903dfc0a-2500-4696-96ac-b914042737d6:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-903dfc0a-2500-4696-96ac-b914042737d6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-903dfc0a-2500-4696-96ac-b914042737d6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-903dfc0a-2500-4696-96ac-b914042737d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-903dfc0a-2500-4696-96ac-b914042737d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Dazzed-Medium;
  display:  block ;
}

#s-903dfc0a-2500-4696-96ac-b914042737d6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fc6bd913-177b-45f5-b366-91a83ce6decc {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

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

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

#s-6795f610-3599-42c8-a63d-b355a00a5369 hr {
  border-top: 2px solid #ddd;
}

#s-b1be445a-db4f-497f-a68d-e2b93a695aa3 {
  padding-top: 0px;
padding-bottom: 4px;
}

#s-6f706554-9012-4cc7-9b73-0dbc315225b1 {
  padding-top: 0px;
}

.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;
  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-9942762e-4a58-4569-a55c-f12add40063f {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-9942762e-4a58-4569-a55c-f12add40063f {
  display: none;
}
#s-9942762e-4a58-4569-a55c-f12add40063f, #wrap-s-9942762e-4a58-4569-a55c-f12add40063f { display: none !important; }}
#s-9942762e-4a58-4569-a55c-f12add40063f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9942762e-4a58-4569-a55c-f12add40063f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-9942762e-4a58-4569-a55c-f12add40063f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9942762e-4a58-4569-a55c-f12add40063f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9942762e-4a58-4569-a55c-f12add40063f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 32px;
}

#s-9942762e-4a58-4569-a55c-f12add40063f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-6531915f-0665-41d0-80ef-5033136d2046 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6531915f-0665-41d0-80ef-5033136d2046 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6531915f-0665-41d0-80ef-5033136d2046.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5967d883-17cf-4493-ae7d-1b94301d523f {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-5967d883-17cf-4493-ae7d-1b94301d523f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5967d883-17cf-4493-ae7d-1b94301d523f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-264291c3-9508-4c63-b98e-5ae15aa52898 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-65895ee8-f63f-44a8-96b2-1c7ffce7afa5 {
  margin-top: 0px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-65895ee8-f63f-44a8-96b2-1c7ffce7afa5 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-65895ee8-f63f-44a8-96b2-1c7ffce7afa5 {
  margin-left: 100px;
margin-right: 100px;
}
}







#s-65895ee8-f63f-44a8-96b2-1c7ffce7afa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65895ee8-f63f-44a8-96b2-1c7ffce7afa5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92b85c49-c1b0-46cd-b6ca-fa7cfeac855c {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-92b85c49-c1b0-46cd-b6ca-fa7cfeac855c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-92b85c49-c1b0-46cd-b6ca-fa7cfeac855c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-92b85c49-c1b0-46cd-b6ca-fa7cfeac855c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-92b85c49-c1b0-46cd-b6ca-fa7cfeac855c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c7355eed-90e9-4b3a-b0a0-488b1e63b7f0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(233, 66, 59, 1);
}

#s-c7355eed-90e9-4b3a-b0a0-488b1e63b7f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 249, 255, 1);
  padding: 20px;
}

#s-c7355eed-90e9-4b3a-b0a0-488b1e63b7f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(233, 66, 59, 1);
}

#s-c7355eed-90e9-4b3a-b0a0-488b1e63b7f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(233, 66, 59, 1);
}

#s-c7355eed-90e9-4b3a-b0a0-488b1e63b7f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(233, 66, 59, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 15px;
}

#s-c7355eed-90e9-4b3a-b0a0-488b1e63b7f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-4b53ffbd-2cdd-4779-83dc-4641fa2812f8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9aa2c0a8-cb4e-4672-bba5-5624ff0790d0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(233, 66, 59, 1);
}

#s-9aa2c0a8-cb4e-4672-bba5-5624ff0790d0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 249, 255, 1);
  padding: 20px;
}

#s-9aa2c0a8-cb4e-4672-bba5-5624ff0790d0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(233, 66, 59, 1);
}

#s-9aa2c0a8-cb4e-4672-bba5-5624ff0790d0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(233, 66, 59, 1);
}

#s-9aa2c0a8-cb4e-4672-bba5-5624ff0790d0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(233, 66, 59, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 15px;
}

#s-9aa2c0a8-cb4e-4672-bba5-5624ff0790d0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-ee957a90-4f80-4789-b4fb-bd91130ded2b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-416acf09-ffdc-46e5-90db-0fdb327ff761 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-416acf09-ffdc-46e5-90db-0fdb327ff761"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-416acf09-ffdc-46e5-90db-0fdb327ff761"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-416acf09-ffdc-46e5-90db-0fdb327ff761"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-416acf09-ffdc-46e5-90db-0fdb327ff761"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1fe002a7-07e8-4a54-b4d0-c301df428042 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(233, 66, 59, 1);
}

#s-1fe002a7-07e8-4a54-b4d0-c301df428042 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 249, 255, 1);
  padding: 20px;
}

#s-1fe002a7-07e8-4a54-b4d0-c301df428042 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(233, 66, 59, 1);
}

#s-1fe002a7-07e8-4a54-b4d0-c301df428042 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(233, 66, 59, 1);
}

#s-1fe002a7-07e8-4a54-b4d0-c301df428042 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(233, 66, 59, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 15px;
}

#s-1fe002a7-07e8-4a54-b4d0-c301df428042 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-7b841f38-2747-4903-8a83-9b56aea1bbb4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-8b4b7237-35c3-4357-a28f-f1e1ebcfce15 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(233, 66, 59, 1);
}

#s-8b4b7237-35c3-4357-a28f-f1e1ebcfce15 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 249, 255, 1);
  padding: 20px;
}

#s-8b4b7237-35c3-4357-a28f-f1e1ebcfce15 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(233, 66, 59, 1);
}

#s-8b4b7237-35c3-4357-a28f-f1e1ebcfce15 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(233, 66, 59, 1);
}

#s-8b4b7237-35c3-4357-a28f-f1e1ebcfce15 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(233, 66, 59, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 15px;
}

#s-8b4b7237-35c3-4357-a28f-f1e1ebcfce15 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-809efe7b-856e-4db4-b909-da7f1947a9cc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7486caef-a7b6-4571-8d82-9d944d2540a0 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-7486caef-a7b6-4571-8d82-9d944d2540a0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7486caef-a7b6-4571-8d82-9d944d2540a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7486caef-a7b6-4571-8d82-9d944d2540a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7486caef-a7b6-4571-8d82-9d944d2540a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-20bf5214-5e11-4679-88a8-d6f33b4a68ad > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(233, 66, 59, 1);
}

#s-20bf5214-5e11-4679-88a8-d6f33b4a68ad > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 249, 255, 1);
  padding: 20px;
}

#s-20bf5214-5e11-4679-88a8-d6f33b4a68ad > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(233, 66, 59, 1);
}

#s-20bf5214-5e11-4679-88a8-d6f33b4a68ad > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(233, 66, 59, 1);
}

#s-20bf5214-5e11-4679-88a8-d6f33b4a68ad > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(233, 66, 59, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 15px;
}

#s-20bf5214-5e11-4679-88a8-d6f33b4a68ad > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-1f804e83-74d1-4297-accb-3c08c1fbab68 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c56fc4c7-7bc6-4e31-abcd-49c20047200f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(233, 66, 59, 1);
}

#s-c56fc4c7-7bc6-4e31-abcd-49c20047200f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 249, 255, 1);
  padding: 20px;
}

#s-c56fc4c7-7bc6-4e31-abcd-49c20047200f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(233, 66, 59, 1);
}

#s-c56fc4c7-7bc6-4e31-abcd-49c20047200f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(233, 66, 59, 1);
}

#s-c56fc4c7-7bc6-4e31-abcd-49c20047200f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(233, 66, 59, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 15px;
}

#s-c56fc4c7-7bc6-4e31-abcd-49c20047200f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-2eef8609-c4e3-4965-bd37-da889d0397b4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9657a019-60b0-4c6f-927f-da5b1a4d1f6b {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9657a019-60b0-4c6f-927f-da5b1a4d1f6b {
  display: none;
}
#s-9657a019-60b0-4c6f-927f-da5b1a4d1f6b, #wrap-s-9657a019-60b0-4c6f-927f-da5b1a4d1f6b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9657a019-60b0-4c6f-927f-da5b1a4d1f6b {
  display: none;
}
#s-9657a019-60b0-4c6f-927f-da5b1a4d1f6b, #wrap-s-9657a019-60b0-4c6f-927f-da5b1a4d1f6b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9657a019-60b0-4c6f-927f-da5b1a4d1f6b {
  display: none;
}
#s-9657a019-60b0-4c6f-927f-da5b1a4d1f6b, #wrap-s-9657a019-60b0-4c6f-927f-da5b1a4d1f6b { display: none !important; }}







#s-9657a019-60b0-4c6f-927f-da5b1a4d1f6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9657a019-60b0-4c6f-927f-da5b1a4d1f6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4878bb53-cfe5-4c6f-b366-486943e9b276 {
  margin-left: 40px;
margin-right: 40px;
text-align: center;
}







  #s-4878bb53-cfe5-4c6f-b366-486943e9b276 img.shogun-image {
    

    
    
    
  }


#s-4878bb53-cfe5-4c6f-b366-486943e9b276 .shogun-image-content {
  
    align-items: center;
  
}

#s-e12dbe31-ef80-40f0-b123-5936aa4a0393 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}
@media (max-width: 767px){#s-e12dbe31-ef80-40f0-b123-5936aa4a0393 {
  
}
}
#s-e12dbe31-ef80-40f0-b123-5936aa4a0393 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-e12dbe31-ef80-40f0-b123-5936aa4a0393 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
}

#s-e12dbe31-ef80-40f0-b123-5936aa4a0393 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e12dbe31-ef80-40f0-b123-5936aa4a0393 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e12dbe31-ef80-40f0-b123-5936aa4a0393 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-e12dbe31-ef80-40f0-b123-5936aa4a0393 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-da60d3c2-fd14-4ce9-8919-3161bae06779 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-da60d3c2-fd14-4ce9-8919-3161bae06779"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da60d3c2-fd14-4ce9-8919-3161bae06779"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-da60d3c2-fd14-4ce9-8919-3161bae06779"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-da60d3c2-fd14-4ce9-8919-3161bae06779"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c04f4737-b71c-458a-94ad-66566962d2da {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-c04f4737-b71c-458a-94ad-66566962d2da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c04f4737-b71c-458a-94ad-66566962d2da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b609bcb6-f0c9-4148-9f76-f5ef3c584719 {
  min-height: 90px;
max-width: 400px;
}

#s-bccccaa3-0a20-4c7d-a305-746c89164618 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 30px;
padding-bottom: 30px;
}

#s-24ca0f9d-8e1d-45a8-bd72-688d8193c37b {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-24ca0f9d-8e1d-45a8-bd72-688d8193c37b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24ca0f9d-8e1d-45a8-bd72-688d8193c37b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f440dc26-bd5c-442a-b90c-d5fe5873a116 {
  min-height: 110px;
max-width: 400px;
}

#s-0125869e-0592-44d3-8384-3fac35ae7e27 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 30px;
padding-bottom: 30px;
}

#s-37feff74-5e85-404c-8575-b3d673059dda {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-37feff74-5e85-404c-8575-b3d673059dda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37feff74-5e85-404c-8575-b3d673059dda.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6175ece9-fcd3-45a3-8099-cc08eac6a019 {
  min-height: 110px;
max-width: 400px;
}

#s-204be804-af16-4a74-ade2-3c98ee4f6f83 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 30px;
padding-bottom: 30px;
}

#s-71c56909-8e8b-450b-8000-42c6b47993c5 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-71c56909-8e8b-450b-8000-42c6b47993c5 {
  display: none;
}
#s-71c56909-8e8b-450b-8000-42c6b47993c5, #wrap-s-71c56909-8e8b-450b-8000-42c6b47993c5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71c56909-8e8b-450b-8000-42c6b47993c5 {
  display: none;
}
#s-71c56909-8e8b-450b-8000-42c6b47993c5, #wrap-s-71c56909-8e8b-450b-8000-42c6b47993c5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71c56909-8e8b-450b-8000-42c6b47993c5 {
  display: none;
}
#s-71c56909-8e8b-450b-8000-42c6b47993c5, #wrap-s-71c56909-8e8b-450b-8000-42c6b47993c5 { display: none !important; }}
#s-71c56909-8e8b-450b-8000-42c6b47993c5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-71c56909-8e8b-450b-8000-42c6b47993c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
}

#s-71c56909-8e8b-450b-8000-42c6b47993c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-71c56909-8e8b-450b-8000-42c6b47993c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-71c56909-8e8b-450b-8000-42c6b47993c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-71c56909-8e8b-450b-8000-42c6b47993c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-0448c66b-1c13-487c-ae71-120d36e5a9d2 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-0448c66b-1c13-487c-ae71-120d36e5a9d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0448c66b-1c13-487c-ae71-120d36e5a9d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0448c66b-1c13-487c-ae71-120d36e5a9d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0448c66b-1c13-487c-ae71-120d36e5a9d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-6570758a-cb4e-4f7d-96d1-43ae44c9c664 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-6570758a-cb4e-4f7d-96d1-43ae44c9c664 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6570758a-cb4e-4f7d-96d1-43ae44c9c664.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4445139d-310e-4f26-bc44-1af4a837263a {
  min-height: 90px;
max-width: 400px;
}

#s-7cf001b7-ae80-40dc-b5c1-d163a0079345 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 30px;
padding-bottom: 30px;
}

#s-7a3f1df8-775a-4947-933e-59b7bc37e1d2 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-7a3f1df8-775a-4947-933e-59b7bc37e1d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a3f1df8-775a-4947-933e-59b7bc37e1d2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-455a9f06-7d49-455f-86a0-0c394964b595 {
  min-height: 110px;
max-width: 400px;
}

#s-ba2aa2fd-4fa0-42b1-99dd-d7249742715b {
  margin-left: 10px;
margin-right: 10px;
padding-top: 30px;
padding-bottom: 30px;
}

#s-8dbfabfc-10a3-4cdf-8c47-58f9ef9fcabb {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-8dbfabfc-10a3-4cdf-8c47-58f9ef9fcabb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dbfabfc-10a3-4cdf-8c47-58f9ef9fcabb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-45c3ca8d-15eb-407c-8e91-ff5b8acc47bf {
  min-height: 110px;
max-width: 400px;
}

#s-ba9f79d0-2503-4c06-ae32-23b46f059bf1 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 30px;
padding-bottom: 30px;
}

#s-ba37e7eb-df85-48fa-b16f-ff837e3115ab {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-ba37e7eb-df85-48fa-b16f-ff837e3115ab {
  display: none;
}
#s-ba37e7eb-df85-48fa-b16f-ff837e3115ab, #wrap-s-ba37e7eb-df85-48fa-b16f-ff837e3115ab { display: none !important; }}
#s-ba37e7eb-df85-48fa-b16f-ff837e3115ab > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ba37e7eb-df85-48fa-b16f-ff837e3115ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-ba37e7eb-df85-48fa-b16f-ff837e3115ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ba37e7eb-df85-48fa-b16f-ff837e3115ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ba37e7eb-df85-48fa-b16f-ff837e3115ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 32px;
}

#s-ba37e7eb-df85-48fa-b16f-ff837e3115ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-b33e80ed-8473-4622-b546-32f4c29fab12 {
  min-height: 50px;
}








#s-b33e80ed-8473-4622-b546-32f4c29fab12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b33e80ed-8473-4622-b546-32f4c29fab12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc319051-cf81-4fa3-94d9-1d742a4567a1 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bc319051-cf81-4fa3-94d9-1d742a4567a1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc319051-cf81-4fa3-94d9-1d742a4567a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc319051-cf81-4fa3-94d9-1d742a4567a1 {
  
}
}@media (max-width: 767px){#s-bc319051-cf81-4fa3-94d9-1d742a4567a1 {
  
}
}







#s-bc319051-cf81-4fa3-94d9-1d742a4567a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc319051-cf81-4fa3-94d9-1d742a4567a1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5b1cda3c-8a0a-43bf-81c0-3e82739d0aed {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-5b1cda3c-8a0a-43bf-81c0-3e82739d0aed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b1cda3c-8a0a-43bf-81c0-3e82739d0aed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b1cda3c-8a0a-43bf-81c0-3e82739d0aed {
  
}
}@media (max-width: 767px){#s-5b1cda3c-8a0a-43bf-81c0-3e82739d0aed {
  
}
}
@media (min-width: 0px) {
[id="s-5b1cda3c-8a0a-43bf-81c0-3e82739d0aed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5b1cda3c-8a0a-43bf-81c0-3e82739d0aed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5b1cda3c-8a0a-43bf-81c0-3e82739d0aed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5b1cda3c-8a0a-43bf-81c0-3e82739d0aed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-4c4a403d-4662-4f28-9ec5-0ee08a08047d {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4c4a403d-4662-4f28-9ec5-0ee08a08047d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c4a403d-4662-4f28-9ec5-0ee08a08047d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-40c918b9-03aa-4192-9c46-1f9d8b2fdf31 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-40c918b9-03aa-4192-9c46-1f9d8b2fdf31 .shogun-icon-wrapper {
  text-align: center;
}


#s-40c918b9-03aa-4192-9c46-1f9d8b2fdf31 .shogun-icon-wrapper > .shogun-icon {

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

#s-9c38c7fb-46f8-40fb-a573-00148b96dbe6 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-9c38c7fb-46f8-40fb-a573-00148b96dbe6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c38c7fb-46f8-40fb-a573-00148b96dbe6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c38c7fb-46f8-40fb-a573-00148b96dbe6 {
  
}
}@media (max-width: 767px){#s-9c38c7fb-46f8-40fb-a573-00148b96dbe6 {
  
}
}
#s-181f302d-2705-4cc8-a956-d110cb015464 {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-181f302d-2705-4cc8-a956-d110cb015464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-181f302d-2705-4cc8-a956-d110cb015464.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c78f88d3-3016-463f-8118-3f4a95aff276 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-c78f88d3-3016-463f-8118-3f4a95aff276 .shogun-icon-wrapper {
  text-align: center;
}


#s-c78f88d3-3016-463f-8118-3f4a95aff276 .shogun-icon-wrapper > .shogun-icon {

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

#s-7278fd10-68da-4d56-963c-37005a6e1d12 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-7278fd10-68da-4d56-963c-37005a6e1d12 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7278fd10-68da-4d56-963c-37005a6e1d12 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7278fd10-68da-4d56-963c-37005a6e1d12 {
  
}
}@media (max-width: 767px){#s-7278fd10-68da-4d56-963c-37005a6e1d12 {
  
}
}
#s-c0aa4c28-8ae0-4d73-9e7a-ff4171dab141 {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c0aa4c28-8ae0-4d73-9e7a-ff4171dab141 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0aa4c28-8ae0-4d73-9e7a-ff4171dab141.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b06ed06d-4828-4eb9-ad64-472c12ae5e9e {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-b06ed06d-4828-4eb9-ad64-472c12ae5e9e .shogun-icon-wrapper {
  text-align: center;
}


#s-b06ed06d-4828-4eb9-ad64-472c12ae5e9e .shogun-icon-wrapper > .shogun-icon {

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

#s-604b8d46-fa05-4087-a187-5758a7af52e7 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-604b8d46-fa05-4087-a187-5758a7af52e7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-604b8d46-fa05-4087-a187-5758a7af52e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-604b8d46-fa05-4087-a187-5758a7af52e7 {
  
}
}@media (max-width: 767px){#s-604b8d46-fa05-4087-a187-5758a7af52e7 {
  
}
}
#s-b21bef8d-8d82-4ace-bf19-fd786a11c11b {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b21bef8d-8d82-4ace-bf19-fd786a11c11b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b21bef8d-8d82-4ace-bf19-fd786a11c11b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fa492e26-90b9-4f41-910d-c9de460ded48 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-fa492e26-90b9-4f41-910d-c9de460ded48 .shogun-icon-wrapper {
  text-align: center;
}


#s-fa492e26-90b9-4f41-910d-c9de460ded48 .shogun-icon-wrapper > .shogun-icon {

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

#s-169ef484-c2e7-47a1-92be-d1bea62cf92d {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-169ef484-c2e7-47a1-92be-d1bea62cf92d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-169ef484-c2e7-47a1-92be-d1bea62cf92d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-169ef484-c2e7-47a1-92be-d1bea62cf92d {
  
}
}@media (max-width: 767px){#s-169ef484-c2e7-47a1-92be-d1bea62cf92d {
  
}
}
#s-181b2b87-506f-4c6c-b919-7182ad759ff7 {
  margin-top: -20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-181b2b87-506f-4c6c-b919-7182ad759ff7 {
  display: none;
}
#s-181b2b87-506f-4c6c-b919-7182ad759ff7, #wrap-s-181b2b87-506f-4c6c-b919-7182ad759ff7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-181b2b87-506f-4c6c-b919-7182ad759ff7 {
  display: none;
}
#s-181b2b87-506f-4c6c-b919-7182ad759ff7, #wrap-s-181b2b87-506f-4c6c-b919-7182ad759ff7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-181b2b87-506f-4c6c-b919-7182ad759ff7 {
  display: none;
}
#s-181b2b87-506f-4c6c-b919-7182ad759ff7, #wrap-s-181b2b87-506f-4c6c-b919-7182ad759ff7 { display: none !important; }}@media (max-width: 767px){#s-181b2b87-506f-4c6c-b919-7182ad759ff7 {
  
}
}
@media (min-width: 0px) {
[id="s-181b2b87-506f-4c6c-b919-7182ad759ff7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-181b2b87-506f-4c6c-b919-7182ad759ff7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-181b2b87-506f-4c6c-b919-7182ad759ff7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-181b2b87-506f-4c6c-b919-7182ad759ff7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c66e2e92-b0b4-4b16-a93f-e63cb953eb0a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c66e2e92-b0b4-4b16-a93f-e63cb953eb0a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c66e2e92-b0b4-4b16-a93f-e63cb953eb0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c66e2e92-b0b4-4b16-a93f-e63cb953eb0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c66e2e92-b0b4-4b16-a93f-e63cb953eb0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-eb7ee11d-3fb6-443a-8692-e1a58f93ef9c {
  margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
text-align: center;
}







  #s-eb7ee11d-3fb6-443a-8692-e1a58f93ef9c img.shogun-image {
    

    
    
    
  }


#s-eb7ee11d-3fb6-443a-8692-e1a58f93ef9c .shogun-image-content {
  
    align-items: center;
  
}

#s-b3fcb407-5dab-4668-9038-92b008bb7cf9 {
  margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
text-align: center;
}







  #s-b3fcb407-5dab-4668-9038-92b008bb7cf9 img.shogun-image {
    

    
    
    
  }


#s-b3fcb407-5dab-4668-9038-92b008bb7cf9 .shogun-image-content {
  
    align-items: center;
  
}

#s-bbc15752-787b-4d6a-9657-c9e2fcdf37fe {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-bbc15752-787b-4d6a-9657-c9e2fcdf37fe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bbc15752-787b-4d6a-9657-c9e2fcdf37fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bbc15752-787b-4d6a-9657-c9e2fcdf37fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbc15752-787b-4d6a-9657-c9e2fcdf37fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-342b4772-dd3b-423a-8d06-5833607b2cf2 {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}







  #s-342b4772-dd3b-423a-8d06-5833607b2cf2 img.shogun-image {
    

    
    
    
  }


#s-342b4772-dd3b-423a-8d06-5833607b2cf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-595b0cc7-9794-4b29-9bc1-cdf858cdce25 {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}







  #s-595b0cc7-9794-4b29-9bc1-cdf858cdce25 img.shogun-image {
    

    
    
    
  }


#s-595b0cc7-9794-4b29-9bc1-cdf858cdce25 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c2ba4f0-ea14-4c2d-b6e7-db19e2377dd7 {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(244, 216, 8, 1);
}








#s-6c2ba4f0-ea14-4c2d-b6e7-db19e2377dd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c2ba4f0-ea14-4c2d-b6e7-db19e2377dd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c402139-0b38-4457-9343-1fc1dddf64bd {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a27cc289-621f-4e04-99a5-3f2f83ab51d2 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-a27cc289-621f-4e04-99a5-3f2f83ab51d2 {
  display: none;
}
#s-a27cc289-621f-4e04-99a5-3f2f83ab51d2, #wrap-s-a27cc289-621f-4e04-99a5-3f2f83ab51d2 { display: none !important; }}
#s-a27cc289-621f-4e04-99a5-3f2f83ab51d2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a27cc289-621f-4e04-99a5-3f2f83ab51d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-a27cc289-621f-4e04-99a5-3f2f83ab51d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a27cc289-621f-4e04-99a5-3f2f83ab51d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a27cc289-621f-4e04-99a5-3f2f83ab51d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 32px;
}

#s-a27cc289-621f-4e04-99a5-3f2f83ab51d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-8034d5b5-020e-4943-ba9c-7b7b57270aa3 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8034d5b5-020e-4943-ba9c-7b7b57270aa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8034d5b5-020e-4943-ba9c-7b7b57270aa3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b810f524-a41b-49a6-9367-95e296991fd2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b810f524-a41b-49a6-9367-95e296991fd2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b810f524-a41b-49a6-9367-95e296991fd2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b810f524-a41b-49a6-9367-95e296991fd2 {
  
}
}@media (max-width: 767px){#s-b810f524-a41b-49a6-9367-95e296991fd2 {
  
}
}







#s-b810f524-a41b-49a6-9367-95e296991fd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b810f524-a41b-49a6-9367-95e296991fd2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-828e0cf0-9625-4027-9877-7e6cad632b87 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-4d12a4e2-481d-4e74-903e-4bf0a2d9ab2d {
  padding-top: 0px;
padding-left: 100px;
padding-right: 100px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4d12a4e2-481d-4e74-903e-4bf0a2d9ab2d {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-4d12a4e2-481d-4e74-903e-4bf0a2d9ab2d {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-4d12a4e2-481d-4e74-903e-4bf0a2d9ab2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d12a4e2-481d-4e74-903e-4bf0a2d9ab2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e735856e-9f91-4824-bac6-51e7f2883101 {
  min-height: 50px;
}








#s-e735856e-9f91-4824-bac6-51e7f2883101 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e735856e-9f91-4824-bac6-51e7f2883101.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-43a9e8a4-04b2-4d85-8d19-dac9d000b83b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43a9e8a4-04b2-4d85-8d19-dac9d000b83b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43a9e8a4-04b2-4d85-8d19-dac9d000b83b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43a9e8a4-04b2-4d85-8d19-dac9d000b83b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5d655d79-bf16-4775-be31-6bf33dd868e8 {
  text-align: center;
}
@media (min-width: 1200px){#s-5d655d79-bf16-4775-be31-6bf33dd868e8 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d655d79-bf16-4775-be31-6bf33dd868e8 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-5d655d79-bf16-4775-be31-6bf33dd868e8 {
  margin-left: 40px;
margin-right: 40px;
}
}






  #s-5d655d79-bf16-4775-be31-6bf33dd868e8 img.shogun-image {
    

    
    
    
  }


#s-5d655d79-bf16-4775-be31-6bf33dd868e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-4508fde1-db19-48fb-91c4-c84d07043287 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
text-align: center;
}







  #s-4508fde1-db19-48fb-91c4-c84d07043287 img.shogun-image {
    

    
    
    
  }


#s-4508fde1-db19-48fb-91c4-c84d07043287 .shogun-image-content {
  
    align-items: center;
  
}

#s-0fc54f74-9edf-46c3-90a0-8af146eeac19 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-0fc54f74-9edf-46c3-90a0-8af146eeac19 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-0fc54f74-9edf-46c3-90a0-8af146eeac19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
}

#s-0fc54f74-9edf-46c3-90a0-8af146eeac19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0fc54f74-9edf-46c3-90a0-8af146eeac19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0fc54f74-9edf-46c3-90a0-8af146eeac19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-0fc54f74-9edf-46c3-90a0-8af146eeac19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-4830aa39-81c3-491c-8a82-8e2de9b10fef {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4830aa39-81c3-491c-8a82-8e2de9b10fef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4830aa39-81c3-491c-8a82-8e2de9b10fef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4830aa39-81c3-491c-8a82-8e2de9b10fef {
  
}
}@media (max-width: 767px){#s-4830aa39-81c3-491c-8a82-8e2de9b10fef {
  
}
}







#s-4830aa39-81c3-491c-8a82-8e2de9b10fef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4830aa39-81c3-491c-8a82-8e2de9b10fef.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-06c44205-bde9-4836-b5d8-d524f79a183f {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
}
@media (min-width: 1200px){#s-06c44205-bde9-4836-b5d8-d524f79a183f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-06c44205-bde9-4836-b5d8-d524f79a183f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-06c44205-bde9-4836-b5d8-d524f79a183f {
  
}
}@media (max-width: 767px){#s-06c44205-bde9-4836-b5d8-d524f79a183f {
  
}
}
@media (min-width: 0px) {
[id="s-06c44205-bde9-4836-b5d8-d524f79a183f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06c44205-bde9-4836-b5d8-d524f79a183f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-06c44205-bde9-4836-b5d8-d524f79a183f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-06c44205-bde9-4836-b5d8-d524f79a183f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-61ab24c3-b88c-44c5-90ad-00daaf94bd09 {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-61ab24c3-b88c-44c5-90ad-00daaf94bd09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61ab24c3-b88c-44c5-90ad-00daaf94bd09.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bb0c0740-eab4-41d1-aacf-07622e0e2e6b {
  text-align: center;
}







  #s-bb0c0740-eab4-41d1-aacf-07622e0e2e6b img.shogun-image {
    

    
    
    
  }


#s-bb0c0740-eab4-41d1-aacf-07622e0e2e6b .shogun-image-content {
  
    align-items: center;
  
}

#s-610964c7-9563-427f-97af-e04934f233d2 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
opacity: 1;
}
@media (min-width: 1200px){#s-610964c7-9563-427f-97af-e04934f233d2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-610964c7-9563-427f-97af-e04934f233d2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-610964c7-9563-427f-97af-e04934f233d2 {
  
}
}@media (max-width: 767px){#s-610964c7-9563-427f-97af-e04934f233d2 {
  
}
}
#s-271980dc-b17e-42e4-9ccf-4d9c2822b7e8 {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-271980dc-b17e-42e4-9ccf-4d9c2822b7e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-271980dc-b17e-42e4-9ccf-4d9c2822b7e8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7a1f2347-9eec-409c-99fe-3abe26aa9447 {
  text-align: center;
}







  #s-7a1f2347-9eec-409c-99fe-3abe26aa9447 img.shogun-image {
    

    
    
    
  }


#s-7a1f2347-9eec-409c-99fe-3abe26aa9447 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ce8cfca-8b04-4910-9b19-0a23f05c7422 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
opacity: 1;
}
@media (min-width: 1200px){#s-5ce8cfca-8b04-4910-9b19-0a23f05c7422 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ce8cfca-8b04-4910-9b19-0a23f05c7422 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ce8cfca-8b04-4910-9b19-0a23f05c7422 {
  
}
}@media (max-width: 767px){#s-5ce8cfca-8b04-4910-9b19-0a23f05c7422 {
  
}
}
#s-23b4739e-277b-4f2a-84d4-8d153c74d7de {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-23b4739e-277b-4f2a-84d4-8d153c74d7de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23b4739e-277b-4f2a-84d4-8d153c74d7de.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a06f0f62-955e-41b3-80e3-8347d0ca6656 {
  text-align: center;
}







  #s-a06f0f62-955e-41b3-80e3-8347d0ca6656 img.shogun-image {
    

    
    
    
  }


#s-a06f0f62-955e-41b3-80e3-8347d0ca6656 .shogun-image-content {
  
    align-items: center;
  
}

#s-82221bc6-2a2b-48f1-ab97-8ade0f68d80a {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
opacity: 1;
}
@media (min-width: 1200px){#s-82221bc6-2a2b-48f1-ab97-8ade0f68d80a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82221bc6-2a2b-48f1-ab97-8ade0f68d80a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82221bc6-2a2b-48f1-ab97-8ade0f68d80a {
  
}
}@media (max-width: 767px){#s-82221bc6-2a2b-48f1-ab97-8ade0f68d80a {
  
}
}
#s-6696978f-0069-4aab-84b4-e03f7e195e02 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 1px;
padding-bottom: 0px;
padding-right: 1px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-6696978f-0069-4aab-84b4-e03f7e195e02 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6696978f-0069-4aab-84b4-e03f7e195e02 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6696978f-0069-4aab-84b4-e03f7e195e02 {
  
}
}@media (max-width: 767px){#s-6696978f-0069-4aab-84b4-e03f7e195e02 {
  display: none;
}
#s-6696978f-0069-4aab-84b4-e03f7e195e02, #wrap-s-6696978f-0069-4aab-84b4-e03f7e195e02 { display: none !important; }}







#s-6696978f-0069-4aab-84b4-e03f7e195e02 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-6696978f-0069-4aab-84b4-e03f7e195e02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66332c42-b623-4022-9b73-14cd9dd8ad19 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-66332c42-b623-4022-9b73-14cd9dd8ad19 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Dazzed-Semi";
  font-style:  normal ;
  
  
  
  
}



#s-771353e0-be2a-419f-9de1-aa7f7a8e1ba0 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}

#s-771353e0-be2a-419f-9de1-aa7f7a8e1ba0 .shogun-heading-component h3 {
  color: rgba(156, 156, 156, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-50dd4d2a-5d18-4092-9258-8aa6f0d44ca5 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-50dd4d2a-5d18-4092-9258-8aa6f0d44ca5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-50dd4d2a-5d18-4092-9258-8aa6f0d44ca5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-50dd4d2a-5d18-4092-9258-8aa6f0d44ca5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-50dd4d2a-5d18-4092-9258-8aa6f0d44ca5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-c22ac56f-b787-43a1-9e81-f28729be8b36 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-c22ac56f-b787-43a1-9e81-f28729be8b36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c22ac56f-b787-43a1-9e81-f28729be8b36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f34d7ad-5a48-4b5b-ba6f-2ee34848ff0e {
  min-height: 110px;
}

#s-f8be0ce4-8969-4811-bf8a-812f8f5f86fd {
  margin-left: 0px;
margin-right: 0px;
}

#s-888f373c-846d-48c9-a376-09eda14c0c81 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-888f373c-846d-48c9-a376-09eda14c0c81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-888f373c-846d-48c9-a376-09eda14c0c81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68bb6880-8796-4959-a310-85d6d8e9e5a6 {
  min-height: 110px;
max-width: 500px;
}

#s-4120eaf3-6c7b-4034-891d-bb01fe393715 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-2236a357-e512-4dba-9320-a0fcf675d169 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-2236a357-e512-4dba-9320-a0fcf675d169 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2236a357-e512-4dba-9320-a0fcf675d169.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fcd6d8c0-3b40-4fe8-bb83-9e236f28ca40 {
  min-height: 110px;
max-width: 500px;
}
@media (max-width: 767px){#s-fcd6d8c0-3b40-4fe8-bb83-9e236f28ca40 {
  max-width: 500px;
}
}
#s-344c2f4d-800d-47d0-8944-5dca1fee7e79 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-5a8c378b-f8ab-46cc-83ea-9d6f427b442a {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-5a8c378b-f8ab-46cc-83ea-9d6f427b442a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a8c378b-f8ab-46cc-83ea-9d6f427b442a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fa7d7607-2b64-4744-a52c-04b4ae44790e {
  min-height: 110px;
max-width: 500px;
}

#s-693e53bb-ea4e-4440-8de1-a1705436d89b {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

@media (min-width: 1200px){#s-936c2752-1cf3-46a9-aa4b-f0d38efce442 {
  display: none;
}
#s-936c2752-1cf3-46a9-aa4b-f0d38efce442, #wrap-s-936c2752-1cf3-46a9-aa4b-f0d38efce442 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-936c2752-1cf3-46a9-aa4b-f0d38efce442 {
  display: none;
}
#s-936c2752-1cf3-46a9-aa4b-f0d38efce442, #wrap-s-936c2752-1cf3-46a9-aa4b-f0d38efce442 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-936c2752-1cf3-46a9-aa4b-f0d38efce442 {
  display: none;
}
#s-936c2752-1cf3-46a9-aa4b-f0d38efce442, #wrap-s-936c2752-1cf3-46a9-aa4b-f0d38efce442 { display: none !important; }}

  #s-936c2752-1cf3-46a9-aa4b-f0d38efce442 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(224, 68, 60, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-936c2752-1cf3-46a9-aa4b-f0d38efce442 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(152, 212, 236, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
#s-936c2752-1cf3-46a9-aa4b-f0d38efce442 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-936c2752-1cf3-46a9-aa4b-f0d38efce442 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-936c2752-1cf3-46a9-aa4b-f0d38efce442 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(152, 212, 236, 1);
}

#s-936c2752-1cf3-46a9-aa4b-f0d38efce442 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-988bae76-bd48-4232-af9c-874988d1fd08 {
  background-size: cover;
margin-top: -10px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 450px;
background-position: center bottom;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-988bae76-bd48-4232-af9c-874988d1fd08 {
  display: none;
}
#s-988bae76-bd48-4232-af9c-874988d1fd08, #wrap-s-988bae76-bd48-4232-af9c-874988d1fd08 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-988bae76-bd48-4232-af9c-874988d1fd08 {
  display: none;
}
#s-988bae76-bd48-4232-af9c-874988d1fd08, #wrap-s-988bae76-bd48-4232-af9c-874988d1fd08 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-988bae76-bd48-4232-af9c-874988d1fd08 {
  display: none;
}
#s-988bae76-bd48-4232-af9c-874988d1fd08, #wrap-s-988bae76-bd48-4232-af9c-874988d1fd08 { display: none !important; }}@media (max-width: 767px){#s-988bae76-bd48-4232-af9c-874988d1fd08 {
  
}
}







#s-988bae76-bd48-4232-af9c-874988d1fd08 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-988bae76-bd48-4232-af9c-874988d1fd08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c40f5a52-f82f-4993-89ef-71840ee1fd2f {
  text-align: center;
}







  #s-c40f5a52-f82f-4993-89ef-71840ee1fd2f img.shogun-image {
    

    
    
    
  }


#s-c40f5a52-f82f-4993-89ef-71840ee1fd2f .shogun-image-content {
  
    align-items: center;
  
}

#s-2fa3b9e5-add2-476d-bf2c-945d88aa29d1 {
  margin-top: -4px;
margin-bottom: -4px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(152, 212, 236, 1);
}








#s-2fa3b9e5-add2-476d-bf2c-945d88aa29d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fa3b9e5-add2-476d-bf2c-945d88aa29d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7192086a-2f55-4888-8a89-a32ef43c9aed {
  box-shadow:0px 0px 0px 0px rgba(51, 48, 48, 1);
border-style: solid;
margin-top: 5px;
margin-left: 10%;
margin-bottom: 7px;
margin-right: 10%;
padding-top: 19px;
padding-left: 0px;
padding-bottom: 19px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
background-color: rgba(8, 148, 108, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7192086a-2f55-4888-8a89-a32ef43c9aed:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7192086a-2f55-4888-8a89-a32ef43c9aed:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7192086a-2f55-4888-8a89-a32ef43c9aed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7192086a-2f55-4888-8a89-a32ef43c9aed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7192086a-2f55-4888-8a89-a32ef43c9aed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-7192086a-2f55-4888-8a89-a32ef43c9aed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b85b9f44-b8d4-4a0d-aeb3-b3a026c2127d {
  text-align: center;
}







  #s-b85b9f44-b8d4-4a0d-aeb3-b3a026c2127d img.shogun-image {
    

    
    
    
  }


#s-b85b9f44-b8d4-4a0d-aeb3-b3a026c2127d .shogun-image-content {
  
    align-items: center;
  
}

#s-e5922c84-649a-4c13-b16e-c710403decbb {
  margin-top: -10px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-e5922c84-649a-4c13-b16e-c710403decbb {
  
}
}
#s-e5922c84-649a-4c13-b16e-c710403decbb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e5922c84-649a-4c13-b16e-c710403decbb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-e5922c84-649a-4c13-b16e-c710403decbb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e5922c84-649a-4c13-b16e-c710403decbb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-e5922c84-649a-4c13-b16e-c710403decbb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 32px;
}

#s-e5922c84-649a-4c13-b16e-c710403decbb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-51a9f990-8da0-4e13-ac78-623218b7b056 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-51a9f990-8da0-4e13-ac78-623218b7b056 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51a9f990-8da0-4e13-ac78-623218b7b056.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e4ceeb4-0b1a-4793-94e7-578222eabfb1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7e4ceeb4-0b1a-4793-94e7-578222eabfb1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e4ceeb4-0b1a-4793-94e7-578222eabfb1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e4ceeb4-0b1a-4793-94e7-578222eabfb1 {
  
}
}@media (max-width: 767px){#s-7e4ceeb4-0b1a-4793-94e7-578222eabfb1 {
  
}
}







#s-7e4ceeb4-0b1a-4793-94e7-578222eabfb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e4ceeb4-0b1a-4793-94e7-578222eabfb1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ca765b37-9b7c-4513-8f98-5f6ffc937677 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
background-color: rgba(255, 255, 255, 1);
}

#s-bde8a817-19e7-460e-8243-192f61bcc32d {
  padding-top: 0px;
padding-left: 100px;
padding-right: 100px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bde8a817-19e7-460e-8243-192f61bcc32d {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-bde8a817-19e7-460e-8243-192f61bcc32d {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-bde8a817-19e7-460e-8243-192f61bcc32d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bde8a817-19e7-460e-8243-192f61bcc32d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b2a96a1-d2e7-463a-8bbf-a3bc69de098b {
  min-height: 50px;
}








#s-1b2a96a1-d2e7-463a-8bbf-a3bc69de098b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b2a96a1-d2e7-463a-8bbf-a3bc69de098b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a83e055e-c6a6-449a-8d2d-870b4d8cb049"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a83e055e-c6a6-449a-8d2d-870b4d8cb049"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a83e055e-c6a6-449a-8d2d-870b4d8cb049"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a83e055e-c6a6-449a-8d2d-870b4d8cb049"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f416f60a-0467-41ea-8d52-c2ab09b13a79 {
  text-align: center;
}
@media (min-width: 1200px){#s-f416f60a-0467-41ea-8d52-c2ab09b13a79 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f416f60a-0467-41ea-8d52-c2ab09b13a79 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-f416f60a-0467-41ea-8d52-c2ab09b13a79 {
  margin-left: 40px;
margin-right: 40px;
}
}






  #s-f416f60a-0467-41ea-8d52-c2ab09b13a79 img.shogun-image {
    

    
    
    
  }


#s-f416f60a-0467-41ea-8d52-c2ab09b13a79 .shogun-image-content {
  
    align-items: center;
  
}

#s-4295794d-a342-4c64-821f-66937a2ec13f {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
text-align: center;
}







  #s-4295794d-a342-4c64-821f-66937a2ec13f img.shogun-image {
    

    
    
    
  }


#s-4295794d-a342-4c64-821f-66937a2ec13f .shogun-image-content {
  
    align-items: center;
  
}

#s-4256bd1c-b1ee-4665-b39d-b4690d404b56 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-4256bd1c-b1ee-4665-b39d-b4690d404b56 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-4256bd1c-b1ee-4665-b39d-b4690d404b56 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
}

#s-4256bd1c-b1ee-4665-b39d-b4690d404b56 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-4256bd1c-b1ee-4665-b39d-b4690d404b56 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4256bd1c-b1ee-4665-b39d-b4690d404b56 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-4256bd1c-b1ee-4665-b39d-b4690d404b56 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-8d0e7409-4126-4135-901b-51e467adb7c4 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8d0e7409-4126-4135-901b-51e467adb7c4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d0e7409-4126-4135-901b-51e467adb7c4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8d0e7409-4126-4135-901b-51e467adb7c4 {
  
}
}@media (max-width: 767px){#s-8d0e7409-4126-4135-901b-51e467adb7c4 {
  
}
}







#s-8d0e7409-4126-4135-901b-51e467adb7c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d0e7409-4126-4135-901b-51e467adb7c4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2ab8dd98-45a0-46bb-afcc-6c2c64ddd135 {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
}
@media (min-width: 1200px){#s-2ab8dd98-45a0-46bb-afcc-6c2c64ddd135 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ab8dd98-45a0-46bb-afcc-6c2c64ddd135 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ab8dd98-45a0-46bb-afcc-6c2c64ddd135 {
  
}
}@media (max-width: 767px){#s-2ab8dd98-45a0-46bb-afcc-6c2c64ddd135 {
  
}
}
@media (min-width: 0px) {
[id="s-2ab8dd98-45a0-46bb-afcc-6c2c64ddd135"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ab8dd98-45a0-46bb-afcc-6c2c64ddd135"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-2ab8dd98-45a0-46bb-afcc-6c2c64ddd135"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-2ab8dd98-45a0-46bb-afcc-6c2c64ddd135"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-ef917b56-4bfc-43d5-8f31-d6182adeafb0 {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ef917b56-4bfc-43d5-8f31-d6182adeafb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef917b56-4bfc-43d5-8f31-d6182adeafb0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a62e4181-de4c-4906-9058-7fa7f78bea17 {
  text-align: center;
}







  #s-a62e4181-de4c-4906-9058-7fa7f78bea17 img.shogun-image {
    

    
    
    
  }


#s-a62e4181-de4c-4906-9058-7fa7f78bea17 .shogun-image-content {
  
    align-items: center;
  
}

#s-aef18d01-652e-40dc-a67f-cfc5246c7f00 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
opacity: 1;
}
@media (min-width: 1200px){#s-aef18d01-652e-40dc-a67f-cfc5246c7f00 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aef18d01-652e-40dc-a67f-cfc5246c7f00 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aef18d01-652e-40dc-a67f-cfc5246c7f00 {
  
}
}@media (max-width: 767px){#s-aef18d01-652e-40dc-a67f-cfc5246c7f00 {
  
}
}
#s-fe83ef7f-5f5c-481e-af3a-17a26ca08a50 {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fe83ef7f-5f5c-481e-af3a-17a26ca08a50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe83ef7f-5f5c-481e-af3a-17a26ca08a50.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d423da1c-3cde-4874-9557-301a439347ea {
  text-align: center;
}







  #s-d423da1c-3cde-4874-9557-301a439347ea img.shogun-image {
    

    
    
    
  }


#s-d423da1c-3cde-4874-9557-301a439347ea .shogun-image-content {
  
    align-items: center;
  
}

#s-d4c5b305-e31f-4acb-b4d0-3b1548e4b27a {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
opacity: 1;
}
@media (min-width: 1200px){#s-d4c5b305-e31f-4acb-b4d0-3b1548e4b27a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4c5b305-e31f-4acb-b4d0-3b1548e4b27a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4c5b305-e31f-4acb-b4d0-3b1548e4b27a {
  
}
}@media (max-width: 767px){#s-d4c5b305-e31f-4acb-b4d0-3b1548e4b27a {
  
}
}
#s-cb702a22-b2c0-46ed-821b-2b228671f0e7 {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cb702a22-b2c0-46ed-821b-2b228671f0e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb702a22-b2c0-46ed-821b-2b228671f0e7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b5dc060f-40de-4e87-910d-cda95cbc16db {
  text-align: center;
}







  #s-b5dc060f-40de-4e87-910d-cda95cbc16db img.shogun-image {
    

    
    
    
  }


#s-b5dc060f-40de-4e87-910d-cda95cbc16db .shogun-image-content {
  
    align-items: center;
  
}

#s-8f4fd7d8-ac95-4361-8e86-f5d07c743138 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
opacity: 1;
}
@media (min-width: 1200px){#s-8f4fd7d8-ac95-4361-8e86-f5d07c743138 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f4fd7d8-ac95-4361-8e86-f5d07c743138 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f4fd7d8-ac95-4361-8e86-f5d07c743138 {
  
}
}@media (max-width: 767px){#s-8f4fd7d8-ac95-4361-8e86-f5d07c743138 {
  
}
}
#s-daa4a987-73d5-4e15-8e15-81dfc607400d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 1px;
padding-bottom: 0px;
padding-right: 1px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-daa4a987-73d5-4e15-8e15-81dfc607400d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-daa4a987-73d5-4e15-8e15-81dfc607400d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-daa4a987-73d5-4e15-8e15-81dfc607400d {
  
}
}@media (max-width: 767px){#s-daa4a987-73d5-4e15-8e15-81dfc607400d {
  display: none;
}
#s-daa4a987-73d5-4e15-8e15-81dfc607400d, #wrap-s-daa4a987-73d5-4e15-8e15-81dfc607400d { display: none !important; }}







#s-daa4a987-73d5-4e15-8e15-81dfc607400d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-daa4a987-73d5-4e15-8e15-81dfc607400d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-262ad1e4-1237-4fbc-a401-52bc26b2e135 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-262ad1e4-1237-4fbc-a401-52bc26b2e135 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Dazzed-Semi";
  font-style:  normal ;
  
  
  
  
}



#s-2033b080-266c-47ef-a4ad-79cf09d63bc8 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}

#s-2033b080-266c-47ef-a4ad-79cf09d63bc8 .shogun-heading-component h3 {
  color: rgba(156, 156, 156, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1edf2385-8401-4b0c-94c3-50884aa013dd {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1edf2385-8401-4b0c-94c3-50884aa013dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1edf2385-8401-4b0c-94c3-50884aa013dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1edf2385-8401-4b0c-94c3-50884aa013dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1edf2385-8401-4b0c-94c3-50884aa013dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-81ac3544-8bc0-4d69-8706-267840077b8f {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-81ac3544-8bc0-4d69-8706-267840077b8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81ac3544-8bc0-4d69-8706-267840077b8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9a04bc1-75a7-4c87-8b9c-7da53fbda4a8 {
  min-height: 110px;
}

#s-d4c8dcea-0887-42a1-a252-834b1c9498b1 {
  margin-left: 0px;
margin-right: 0px;
}

#s-608249ee-65a8-44fc-bceb-2322507c3cc0 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-608249ee-65a8-44fc-bceb-2322507c3cc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-608249ee-65a8-44fc-bceb-2322507c3cc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5554d784-36b3-45a0-9f9a-4c7c7d7fbc0b {
  min-height: 110px;
max-width: 500px;
}

#s-ce449bdd-88d0-4acf-bd29-6dc6f9f8ca59 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-153c7d33-46e3-4c89-a496-ec81a0208e20 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-153c7d33-46e3-4c89-a496-ec81a0208e20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-153c7d33-46e3-4c89-a496-ec81a0208e20.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-30932bc3-f910-4f99-915c-a03a079fae40 {
  min-height: 110px;
max-width: 500px;
}
@media (max-width: 767px){#s-30932bc3-f910-4f99-915c-a03a079fae40 {
  max-width: 500px;
}
}
#s-f285e351-ca43-4263-8212-d727c3bb9624 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-a323d0a6-d71c-453a-9726-6e9e6ab78e28 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-a323d0a6-d71c-453a-9726-6e9e6ab78e28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a323d0a6-d71c-453a-9726-6e9e6ab78e28.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d3178bd5-c1ee-4247-8f0b-f9c62f7da395 {
  min-height: 110px;
max-width: 500px;
}

#s-ef247ea3-ebc9-4e58-a6b9-9d4256c4027a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-3c62f6aa-5266-4944-bdf4-6acfa143e293 {
  margin-top: -10px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-3c62f6aa-5266-4944-bdf4-6acfa143e293 {
  
}
}
#s-3c62f6aa-5266-4944-bdf4-6acfa143e293 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3c62f6aa-5266-4944-bdf4-6acfa143e293 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-3c62f6aa-5266-4944-bdf4-6acfa143e293 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3c62f6aa-5266-4944-bdf4-6acfa143e293 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3c62f6aa-5266-4944-bdf4-6acfa143e293 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 32px;
}

#s-3c62f6aa-5266-4944-bdf4-6acfa143e293 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-508eccbf-5783-4694-ba14-b9704d095017 {
  min-height: 50px;
}








#s-508eccbf-5783-4694-ba14-b9704d095017 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-508eccbf-5783-4694-ba14-b9704d095017.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a077e21f-3bcc-42e3-b0f9-b7da34ea2fd0 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a077e21f-3bcc-42e3-b0f9-b7da34ea2fd0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a077e21f-3bcc-42e3-b0f9-b7da34ea2fd0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a077e21f-3bcc-42e3-b0f9-b7da34ea2fd0 {
  
}
}@media (max-width: 767px){#s-a077e21f-3bcc-42e3-b0f9-b7da34ea2fd0 {
  
}
}







#s-a077e21f-3bcc-42e3-b0f9-b7da34ea2fd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a077e21f-3bcc-42e3-b0f9-b7da34ea2fd0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7d7e30a3-d31d-42c3-9c47-f960290d5a05 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-7d7e30a3-d31d-42c3-9c47-f960290d5a05 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d7e30a3-d31d-42c3-9c47-f960290d5a05 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d7e30a3-d31d-42c3-9c47-f960290d5a05 {
  
}
}@media (max-width: 767px){#s-7d7e30a3-d31d-42c3-9c47-f960290d5a05 {
  
}
}
@media (min-width: 0px) {
[id="s-7d7e30a3-d31d-42c3-9c47-f960290d5a05"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7d7e30a3-d31d-42c3-9c47-f960290d5a05"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-7d7e30a3-d31d-42c3-9c47-f960290d5a05"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-7d7e30a3-d31d-42c3-9c47-f960290d5a05"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-8408d567-e26d-4871-b44d-7dd123875796 {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8408d567-e26d-4871-b44d-7dd123875796 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8408d567-e26d-4871-b44d-7dd123875796.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-75f39ff4-9c56-4c3c-9b76-954c3fa64b22 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-75f39ff4-9c56-4c3c-9b76-954c3fa64b22 .shogun-icon-wrapper {
  text-align: center;
}


#s-75f39ff4-9c56-4c3c-9b76-954c3fa64b22 .shogun-icon-wrapper > .shogun-icon {

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

#s-656e8703-481e-4d3f-9e91-76a433efbce9 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-656e8703-481e-4d3f-9e91-76a433efbce9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-656e8703-481e-4d3f-9e91-76a433efbce9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-656e8703-481e-4d3f-9e91-76a433efbce9 {
  
}
}@media (max-width: 767px){#s-656e8703-481e-4d3f-9e91-76a433efbce9 {
  
}
}
#s-92f8f3c3-2072-4826-a9b2-ded515fa2ea0 {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-92f8f3c3-2072-4826-a9b2-ded515fa2ea0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92f8f3c3-2072-4826-a9b2-ded515fa2ea0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a4cd1f09-a28d-42db-b509-dcc0a4239605 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-a4cd1f09-a28d-42db-b509-dcc0a4239605 .shogun-icon-wrapper {
  text-align: center;
}


#s-a4cd1f09-a28d-42db-b509-dcc0a4239605 .shogun-icon-wrapper > .shogun-icon {

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

#s-43117f0e-8306-4f35-986d-b2072765e4be {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-43117f0e-8306-4f35-986d-b2072765e4be {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43117f0e-8306-4f35-986d-b2072765e4be {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-43117f0e-8306-4f35-986d-b2072765e4be {
  
}
}@media (max-width: 767px){#s-43117f0e-8306-4f35-986d-b2072765e4be {
  
}
}
#s-8324d38b-3533-4561-96ff-a0ae52e401a7 {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8324d38b-3533-4561-96ff-a0ae52e401a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8324d38b-3533-4561-96ff-a0ae52e401a7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1116e4db-3d8d-453b-a2cb-83666e1d78b9 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-1116e4db-3d8d-453b-a2cb-83666e1d78b9 .shogun-icon-wrapper {
  text-align: center;
}


#s-1116e4db-3d8d-453b-a2cb-83666e1d78b9 .shogun-icon-wrapper > .shogun-icon {

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

#s-9f87129d-9c25-4d6b-ace6-225159d629b9 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-9f87129d-9c25-4d6b-ace6-225159d629b9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f87129d-9c25-4d6b-ace6-225159d629b9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f87129d-9c25-4d6b-ace6-225159d629b9 {
  
}
}@media (max-width: 767px){#s-9f87129d-9c25-4d6b-ace6-225159d629b9 {
  
}
}
#s-d6dd443f-f303-41c3-aeb9-c7ee6c74f228 {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d6dd443f-f303-41c3-aeb9-c7ee6c74f228 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6dd443f-f303-41c3-aeb9-c7ee6c74f228.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a6ac0bad-08f3-436f-a6c5-5dafa8ff05fd {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-a6ac0bad-08f3-436f-a6c5-5dafa8ff05fd .shogun-icon-wrapper {
  text-align: center;
}


#s-a6ac0bad-08f3-436f-a6c5-5dafa8ff05fd .shogun-icon-wrapper > .shogun-icon {

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

#s-461a359d-4c9f-44a9-892a-5c8130006ea6 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-461a359d-4c9f-44a9-892a-5c8130006ea6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-461a359d-4c9f-44a9-892a-5c8130006ea6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-461a359d-4c9f-44a9-892a-5c8130006ea6 {
  
}
}@media (max-width: 767px){#s-461a359d-4c9f-44a9-892a-5c8130006ea6 {
  
}
}
#s-38770161-e9de-4876-9e21-222adfb3f0be {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-38770161-e9de-4876-9e21-222adfb3f0be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38770161-e9de-4876-9e21-222adfb3f0be.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3f710c09-18d2-4ae6-9ab3-105f3ce5f5ed {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-3f710c09-18d2-4ae6-9ab3-105f3ce5f5ed .shogun-icon-wrapper {
  text-align: center;
}


#s-3f710c09-18d2-4ae6-9ab3-105f3ce5f5ed .shogun-icon-wrapper > .shogun-icon {

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

#s-730b5606-4b11-4f74-8d10-4236b58b9dca {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-730b5606-4b11-4f74-8d10-4236b58b9dca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-730b5606-4b11-4f74-8d10-4236b58b9dca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-730b5606-4b11-4f74-8d10-4236b58b9dca {
  
}
}@media (max-width: 767px){#s-730b5606-4b11-4f74-8d10-4236b58b9dca {
  
}
}
#s-a056030d-0a25-471e-b66e-c14bbabb7b2f {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a056030d-0a25-471e-b66e-c14bbabb7b2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a056030d-0a25-471e-b66e-c14bbabb7b2f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a4535391-0ddd-4d38-b3ff-2bf03bd8b27e {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-a4535391-0ddd-4d38-b3ff-2bf03bd8b27e .shogun-icon-wrapper {
  text-align: center;
}


#s-a4535391-0ddd-4d38-b3ff-2bf03bd8b27e .shogun-icon-wrapper > .shogun-icon {

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

#s-ddde532b-12f0-427b-9706-f1a99e27f55d {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-ddde532b-12f0-427b-9706-f1a99e27f55d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ddde532b-12f0-427b-9706-f1a99e27f55d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ddde532b-12f0-427b-9706-f1a99e27f55d {
  
}
}@media (max-width: 767px){#s-ddde532b-12f0-427b-9706-f1a99e27f55d {
  
}
}
#s-c5bbb0cb-e8f7-43be-adf9-946260a58719 {
  margin-top: -20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-c5bbb0cb-e8f7-43be-adf9-946260a58719 {
  display: none;
}
#s-c5bbb0cb-e8f7-43be-adf9-946260a58719, #wrap-s-c5bbb0cb-e8f7-43be-adf9-946260a58719 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5bbb0cb-e8f7-43be-adf9-946260a58719 {
  display: none;
}
#s-c5bbb0cb-e8f7-43be-adf9-946260a58719, #wrap-s-c5bbb0cb-e8f7-43be-adf9-946260a58719 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5bbb0cb-e8f7-43be-adf9-946260a58719 {
  display: none;
}
#s-c5bbb0cb-e8f7-43be-adf9-946260a58719, #wrap-s-c5bbb0cb-e8f7-43be-adf9-946260a58719 { display: none !important; }}@media (max-width: 767px){#s-c5bbb0cb-e8f7-43be-adf9-946260a58719 {
  
}
}
@media (min-width: 0px) {
[id="s-c5bbb0cb-e8f7-43be-adf9-946260a58719"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5bbb0cb-e8f7-43be-adf9-946260a58719"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c5bbb0cb-e8f7-43be-adf9-946260a58719"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5bbb0cb-e8f7-43be-adf9-946260a58719"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1223b472-230f-4317-8229-437c15ad8eb1 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1223b472-230f-4317-8229-437c15ad8eb1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1223b472-230f-4317-8229-437c15ad8eb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1223b472-230f-4317-8229-437c15ad8eb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1223b472-230f-4317-8229-437c15ad8eb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-187d213b-4e5f-4757-9d2e-306bd52df4dd {
  margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
text-align: center;
}







  #s-187d213b-4e5f-4757-9d2e-306bd52df4dd img.shogun-image {
    

    
    
    
  }


#s-187d213b-4e5f-4757-9d2e-306bd52df4dd .shogun-image-content {
  
    align-items: center;
  
}

#s-54241a91-486c-4132-aea0-99fe153d4e8e {
  margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
text-align: center;
}







  #s-54241a91-486c-4132-aea0-99fe153d4e8e img.shogun-image {
    

    
    
    
  }


#s-54241a91-486c-4132-aea0-99fe153d4e8e .shogun-image-content {
  
    align-items: center;
  
}

#s-31319654-32c3-4300-a4e7-9f17d4ab6c39 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-31319654-32c3-4300-a4e7-9f17d4ab6c39"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-31319654-32c3-4300-a4e7-9f17d4ab6c39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-31319654-32c3-4300-a4e7-9f17d4ab6c39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-31319654-32c3-4300-a4e7-9f17d4ab6c39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a5b8dae0-a9a5-4392-9f4b-461a11728ef4 {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}







  #s-a5b8dae0-a9a5-4392-9f4b-461a11728ef4 img.shogun-image {
    

    
    
    
  }


#s-a5b8dae0-a9a5-4392-9f4b-461a11728ef4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d975554b-4f9b-48f3-b94f-93a07a680d05 {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}







  #s-d975554b-4f9b-48f3-b94f-93a07a680d05 img.shogun-image {
    

    
    
    
  }


#s-d975554b-4f9b-48f3-b94f-93a07a680d05 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d58baa6-115f-4a72-b9fd-baf9ecfdd61a {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(244, 216, 8, 1);
}








#s-7d58baa6-115f-4a72-b9fd-baf9ecfdd61a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d58baa6-115f-4a72-b9fd-baf9ecfdd61a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb47991c-f6c9-4184-aa42-1df1bd630942 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-71559136-309c-4a28-a103-9eefb3b169a2 {
  margin-top: -10px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-71559136-309c-4a28-a103-9eefb3b169a2 {
  
}
}
#s-71559136-309c-4a28-a103-9eefb3b169a2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-71559136-309c-4a28-a103-9eefb3b169a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-71559136-309c-4a28-a103-9eefb3b169a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-71559136-309c-4a28-a103-9eefb3b169a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-71559136-309c-4a28-a103-9eefb3b169a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 32px;
}

#s-71559136-309c-4a28-a103-9eefb3b169a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-33a78840-25b4-4ef4-87f0-6d27889fcc6d {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-33a78840-25b4-4ef4-87f0-6d27889fcc6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33a78840-25b4-4ef4-87f0-6d27889fcc6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cb11b5f-5e6d-4a32-9d11-511c05f1ba63 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-4cb11b5f-5e6d-4a32-9d11-511c05f1ba63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cb11b5f-5e6d-4a32-9d11-511c05f1ba63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-240d8ed6-82d4-4dee-ae1a-b014bea18668 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-521507c4-1378-44a0-84d4-ea589de8c9fe {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-521507c4-1378-44a0-84d4-ea589de8c9fe {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-521507c4-1378-44a0-84d4-ea589de8c9fe {
  margin-left: 100px;
margin-right: 100px;
}
}







#s-521507c4-1378-44a0-84d4-ea589de8c9fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-521507c4-1378-44a0-84d4-ea589de8c9fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92792c85-1e7a-48ed-8706-57fffe75f470 {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-92792c85-1e7a-48ed-8706-57fffe75f470"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-92792c85-1e7a-48ed-8706-57fffe75f470"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-92792c85-1e7a-48ed-8706-57fffe75f470"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-92792c85-1e7a-48ed-8706-57fffe75f470"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e993e850-5192-4a65-b1d0-8ebe7e3134db > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(233, 66, 59, 1);
}

#s-e993e850-5192-4a65-b1d0-8ebe7e3134db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 249, 255, 1);
  padding: 20px;
}

#s-e993e850-5192-4a65-b1d0-8ebe7e3134db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(233, 66, 59, 1);
}

#s-e993e850-5192-4a65-b1d0-8ebe7e3134db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(233, 66, 59, 1);
}

#s-e993e850-5192-4a65-b1d0-8ebe7e3134db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(233, 66, 59, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 15px;
}

#s-e993e850-5192-4a65-b1d0-8ebe7e3134db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-51bcaf34-afeb-4428-bc43-81db490ffae7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-fd16d726-da0b-4222-ab76-9366da412482 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(233, 66, 59, 1);
}

#s-fd16d726-da0b-4222-ab76-9366da412482 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 249, 255, 1);
  padding: 20px;
}

#s-fd16d726-da0b-4222-ab76-9366da412482 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(233, 66, 59, 1);
}

#s-fd16d726-da0b-4222-ab76-9366da412482 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(233, 66, 59, 1);
}

#s-fd16d726-da0b-4222-ab76-9366da412482 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(233, 66, 59, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 15px;
}

#s-fd16d726-da0b-4222-ab76-9366da412482 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-955a6d6b-5480-4e80-9ef3-9c40d2d733af {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-42ee57c0-2186-4173-b302-3fd71c599cdd {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-42ee57c0-2186-4173-b302-3fd71c599cdd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-42ee57c0-2186-4173-b302-3fd71c599cdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-42ee57c0-2186-4173-b302-3fd71c599cdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-42ee57c0-2186-4173-b302-3fd71c599cdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2d433b2b-8b43-4110-8ad1-38f2ad7c2abe > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(233, 66, 59, 1);
}

#s-2d433b2b-8b43-4110-8ad1-38f2ad7c2abe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 249, 255, 1);
  padding: 20px;
}

#s-2d433b2b-8b43-4110-8ad1-38f2ad7c2abe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(233, 66, 59, 1);
}

#s-2d433b2b-8b43-4110-8ad1-38f2ad7c2abe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(233, 66, 59, 1);
}

#s-2d433b2b-8b43-4110-8ad1-38f2ad7c2abe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(233, 66, 59, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 15px;
}

#s-2d433b2b-8b43-4110-8ad1-38f2ad7c2abe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-1fa920c1-c7f8-4191-b584-83e7fd4e367a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-148925ee-a781-4572-9020-0c7e09f7a349 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(233, 66, 59, 1);
}

#s-148925ee-a781-4572-9020-0c7e09f7a349 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 249, 255, 1);
  padding: 20px;
}

#s-148925ee-a781-4572-9020-0c7e09f7a349 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(233, 66, 59, 1);
}

#s-148925ee-a781-4572-9020-0c7e09f7a349 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(233, 66, 59, 1);
}

#s-148925ee-a781-4572-9020-0c7e09f7a349 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(233, 66, 59, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 15px;
}

#s-148925ee-a781-4572-9020-0c7e09f7a349 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-232b6648-e3f1-482d-9a82-33bf50292f60 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-1343ba92-718c-48d5-b6e0-9e538161404c {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-1343ba92-718c-48d5-b6e0-9e538161404c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1343ba92-718c-48d5-b6e0-9e538161404c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1343ba92-718c-48d5-b6e0-9e538161404c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1343ba92-718c-48d5-b6e0-9e538161404c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-dca77ab9-9c1d-4f6c-959b-94e61d0d397e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(233, 66, 59, 1);
}

#s-dca77ab9-9c1d-4f6c-959b-94e61d0d397e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 249, 255, 1);
  padding: 20px;
}

#s-dca77ab9-9c1d-4f6c-959b-94e61d0d397e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(233, 66, 59, 1);
}

#s-dca77ab9-9c1d-4f6c-959b-94e61d0d397e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(233, 66, 59, 1);
}

#s-dca77ab9-9c1d-4f6c-959b-94e61d0d397e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(233, 66, 59, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 15px;
}

#s-dca77ab9-9c1d-4f6c-959b-94e61d0d397e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-d91cbabe-b4e9-493b-bb50-33825bdaee4b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a89c99c0-c992-4cd3-a750-53cf5635ad0e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(233, 66, 59, 1);
}

#s-a89c99c0-c992-4cd3-a750-53cf5635ad0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 249, 255, 1);
  padding: 20px;
}

#s-a89c99c0-c992-4cd3-a750-53cf5635ad0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(233, 66, 59, 1);
}

#s-a89c99c0-c992-4cd3-a750-53cf5635ad0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(233, 66, 59, 1);
}

#s-a89c99c0-c992-4cd3-a750-53cf5635ad0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(233, 66, 59, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 15px;
}

#s-a89c99c0-c992-4cd3-a750-53cf5635ad0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-8e52f803-9725-443a-bc0a-ead262df821e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f6d586f5-0358-437b-8f0a-ff07715d17a5 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f6d586f5-0358-437b-8f0a-ff07715d17a5 {
  display: none;
}
#s-f6d586f5-0358-437b-8f0a-ff07715d17a5, #wrap-s-f6d586f5-0358-437b-8f0a-ff07715d17a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6d586f5-0358-437b-8f0a-ff07715d17a5 {
  display: none;
}
#s-f6d586f5-0358-437b-8f0a-ff07715d17a5, #wrap-s-f6d586f5-0358-437b-8f0a-ff07715d17a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f6d586f5-0358-437b-8f0a-ff07715d17a5 {
  display: none;
}
#s-f6d586f5-0358-437b-8f0a-ff07715d17a5, #wrap-s-f6d586f5-0358-437b-8f0a-ff07715d17a5 { display: none !important; }}







#s-f6d586f5-0358-437b-8f0a-ff07715d17a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6d586f5-0358-437b-8f0a-ff07715d17a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b35e8250-346e-4956-8739-195aa830a361 {
  margin-left: 40px;
margin-right: 40px;
text-align: center;
}







  #s-b35e8250-346e-4956-8739-195aa830a361 img.shogun-image {
    

    
    
    
  }


#s-b35e8250-346e-4956-8739-195aa830a361 .shogun-image-content {
  
    align-items: center;
  
}

#s-f22885d4-2ca5-457e-b09b-1f8dae943fc1 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-f22885d4-2ca5-457e-b09b-1f8dae943fc1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-f22885d4-2ca5-457e-b09b-1f8dae943fc1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
}

#s-f22885d4-2ca5-457e-b09b-1f8dae943fc1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f22885d4-2ca5-457e-b09b-1f8dae943fc1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f22885d4-2ca5-457e-b09b-1f8dae943fc1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-f22885d4-2ca5-457e-b09b-1f8dae943fc1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-d467d178-ff2c-4dd3-89a0-d01cae6e633b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-d467d178-ff2c-4dd3-89a0-d01cae6e633b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d467d178-ff2c-4dd3-89a0-d01cae6e633b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d467d178-ff2c-4dd3-89a0-d01cae6e633b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d467d178-ff2c-4dd3-89a0-d01cae6e633b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a8e7e5ce-d220-481f-966b-ff32e119353b {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-a8e7e5ce-d220-481f-966b-ff32e119353b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8e7e5ce-d220-481f-966b-ff32e119353b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c41ea18-3546-4cfe-8712-01f333b31d13 {
  min-height: 90px;
max-width: 400px;
}

#s-f76d840b-7b8d-4b78-8e51-3a5efe8fd998 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 30px;
padding-bottom: 30px;
}

#s-dba1362b-326e-49df-a9f8-5b451f7f39c2 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-dba1362b-326e-49df-a9f8-5b451f7f39c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dba1362b-326e-49df-a9f8-5b451f7f39c2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8022d01b-21b1-48a6-806c-5b84753d1ff0 {
  min-height: 110px;
max-width: 400px;
}

#s-3465c03d-9d60-4ec5-ae1c-c683d38e46fc {
  margin-left: 10px;
margin-right: 10px;
padding-top: 30px;
padding-bottom: 30px;
}

#s-14e346f0-f05a-4fc9-8ed8-f176e365c3f6 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-14e346f0-f05a-4fc9-8ed8-f176e365c3f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14e346f0-f05a-4fc9-8ed8-f176e365c3f6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1913417f-dfd1-4cc2-958f-034f0240ab47 {
  min-height: 110px;
max-width: 400px;
}

#s-0a20e8b8-cfe1-45b0-b117-291697072180 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 30px;
padding-bottom: 30px;
}

#s-be08846f-33a6-48ed-97ea-1f9067d872c1 {
  min-height: 50px;
}








#s-be08846f-33a6-48ed-97ea-1f9067d872c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be08846f-33a6-48ed-97ea-1f9067d872c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c4ab792-df9d-4556-bdd6-21e482a22270 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 40px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6c4ab792-df9d-4556-bdd6-21e482a22270 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c4ab792-df9d-4556-bdd6-21e482a22270.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32bd3ad4-280c-47fe-b18c-0dbf2b9f64bf {
  padding-top: 0px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-1243df66-5732-4fbd-aab5-64808ab15a00"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-1243df66-5732-4fbd-aab5-64808ab15a00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1243df66-5732-4fbd-aab5-64808ab15a00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1243df66-5732-4fbd-aab5-64808ab15a00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-6bd4b1d7-06ad-4642-a750-ea8c45981e19 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 65px;
background-position: center center;
}








#s-6bd4b1d7-06ad-4642-a750-ea8c45981e19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bd4b1d7-06ad-4642-a750-ea8c45981e19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-334a5f5b-e07b-492f-a4d4-fad9739da697 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 65px;
background-position: center center;
}








#s-334a5f5b-e07b-492f-a4d4-fad9739da697 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-334a5f5b-e07b-492f-a4d4-fad9739da697.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96c3c430-8b1d-43e1-be73-42bcb0859362 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 65px;
background-position: center center;
}








#s-96c3c430-8b1d-43e1-be73-42bcb0859362 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96c3c430-8b1d-43e1-be73-42bcb0859362.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cffe248-b7f0-434d-aa66-546e5547c466 {
  margin-top: -10px;
margin-bottom: -10px;
}
@media (max-width: 767px){#s-8cffe248-b7f0-434d-aa66-546e5547c466 {
  
}
}
#s-8cffe248-b7f0-434d-aa66-546e5547c466 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8cffe248-b7f0-434d-aa66-546e5547c466 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-8cffe248-b7f0-434d-aa66-546e5547c466 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8cffe248-b7f0-434d-aa66-546e5547c466 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8cffe248-b7f0-434d-aa66-546e5547c466 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 32px;
}

#s-8cffe248-b7f0-434d-aa66-546e5547c466 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-1ebcfc60-6254-4061-a958-a98e92aa5081 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1ebcfc60-6254-4061-a958-a98e92aa5081 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ebcfc60-6254-4061-a958-a98e92aa5081.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9cfb67b-978a-4dcb-b9b6-56f3c65afd66 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-b9cfb67b-978a-4dcb-b9b6-56f3c65afd66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9cfb67b-978a-4dcb-b9b6-56f3c65afd66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b30be13f-7034-4f55-88eb-804ea2054340 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-a3b5812a-6b07-4d77-b948-e79bcd97ba48 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a3b5812a-6b07-4d77-b948-e79bcd97ba48 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3b5812a-6b07-4d77-b948-e79bcd97ba48 {
  margin-left: 100px;
margin-right: 100px;
}
}







#s-a3b5812a-6b07-4d77-b948-e79bcd97ba48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3b5812a-6b07-4d77-b948-e79bcd97ba48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d4f6dd3-172f-4393-a6c8-9b970e8120df {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-0d4f6dd3-172f-4393-a6c8-9b970e8120df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0d4f6dd3-172f-4393-a6c8-9b970e8120df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0d4f6dd3-172f-4393-a6c8-9b970e8120df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d4f6dd3-172f-4393-a6c8-9b970e8120df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8a4a8df2-1c8c-4d9f-a47a-58c3e16bb962 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(233, 66, 59, 1);
}

#s-8a4a8df2-1c8c-4d9f-a47a-58c3e16bb962 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 249, 255, 1);
  padding: 20px;
}

#s-8a4a8df2-1c8c-4d9f-a47a-58c3e16bb962 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(233, 66, 59, 1);
}

#s-8a4a8df2-1c8c-4d9f-a47a-58c3e16bb962 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(233, 66, 59, 1);
}

#s-8a4a8df2-1c8c-4d9f-a47a-58c3e16bb962 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(233, 66, 59, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 15px;
}

#s-8a4a8df2-1c8c-4d9f-a47a-58c3e16bb962 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-d151dca9-d40a-40ce-9457-d6abbce6f899 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9db153d9-39f5-45dc-ae73-fc855c89e893 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(233, 66, 59, 1);
}

#s-9db153d9-39f5-45dc-ae73-fc855c89e893 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 249, 255, 1);
  padding: 20px;
}

#s-9db153d9-39f5-45dc-ae73-fc855c89e893 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(233, 66, 59, 1);
}

#s-9db153d9-39f5-45dc-ae73-fc855c89e893 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(233, 66, 59, 1);
}

#s-9db153d9-39f5-45dc-ae73-fc855c89e893 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(233, 66, 59, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 15px;
}

#s-9db153d9-39f5-45dc-ae73-fc855c89e893 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-be15dbad-c02e-4f29-931a-0b280b53be00 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-30c6ca7a-4d18-4aeb-88e7-dd298b524916 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-30c6ca7a-4d18-4aeb-88e7-dd298b524916"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-30c6ca7a-4d18-4aeb-88e7-dd298b524916"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-30c6ca7a-4d18-4aeb-88e7-dd298b524916"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-30c6ca7a-4d18-4aeb-88e7-dd298b524916"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-264530fd-b2d4-41e4-a248-e16dfa5e3f05 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(233, 66, 59, 1);
}

#s-264530fd-b2d4-41e4-a248-e16dfa5e3f05 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 249, 255, 1);
  padding: 20px;
}

#s-264530fd-b2d4-41e4-a248-e16dfa5e3f05 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(233, 66, 59, 1);
}

#s-264530fd-b2d4-41e4-a248-e16dfa5e3f05 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(233, 66, 59, 1);
}

#s-264530fd-b2d4-41e4-a248-e16dfa5e3f05 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(233, 66, 59, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 15px;
}

#s-264530fd-b2d4-41e4-a248-e16dfa5e3f05 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-b28db3cc-317b-4009-a360-71c03591e06a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-38c35a21-6c59-4946-ac1d-299cf6a38e49 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(233, 66, 59, 1);
}

#s-38c35a21-6c59-4946-ac1d-299cf6a38e49 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 249, 255, 1);
  padding: 20px;
}

#s-38c35a21-6c59-4946-ac1d-299cf6a38e49 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(233, 66, 59, 1);
}

#s-38c35a21-6c59-4946-ac1d-299cf6a38e49 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(233, 66, 59, 1);
}

#s-38c35a21-6c59-4946-ac1d-299cf6a38e49 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(233, 66, 59, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 15px;
}

#s-38c35a21-6c59-4946-ac1d-299cf6a38e49 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-956d2376-7821-4eaa-af97-b93619f7fe2c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-5ea0b20b-b39a-4458-827e-165ca5d89315 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-5ea0b20b-b39a-4458-827e-165ca5d89315"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5ea0b20b-b39a-4458-827e-165ca5d89315"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5ea0b20b-b39a-4458-827e-165ca5d89315"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ea0b20b-b39a-4458-827e-165ca5d89315"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-35859d6d-f41f-43c9-b9e3-23f9a6e8b321 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(233, 66, 59, 1);
}

#s-35859d6d-f41f-43c9-b9e3-23f9a6e8b321 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 249, 255, 1);
  padding: 20px;
}

#s-35859d6d-f41f-43c9-b9e3-23f9a6e8b321 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(233, 66, 59, 1);
}

#s-35859d6d-f41f-43c9-b9e3-23f9a6e8b321 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(233, 66, 59, 1);
}

#s-35859d6d-f41f-43c9-b9e3-23f9a6e8b321 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(233, 66, 59, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 15px;
}

#s-35859d6d-f41f-43c9-b9e3-23f9a6e8b321 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-e70bb341-a064-4f96-ac8e-cf3121b6809a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b756112e-dd4d-44e8-81ed-64c1e7a4a039 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(233, 66, 59, 1);
}

#s-b756112e-dd4d-44e8-81ed-64c1e7a4a039 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 249, 255, 1);
  padding: 20px;
}

#s-b756112e-dd4d-44e8-81ed-64c1e7a4a039 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(233, 66, 59, 1);
}

#s-b756112e-dd4d-44e8-81ed-64c1e7a4a039 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(233, 66, 59, 1);
}

#s-b756112e-dd4d-44e8-81ed-64c1e7a4a039 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(233, 66, 59, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 15px;
}

#s-b756112e-dd4d-44e8-81ed-64c1e7a4a039 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-04c50108-51c6-45de-955d-a96957d7967b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c45a2e49-61b9-4c1d-963a-806ae2a9f871 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-350f1192-a406-4a56-bda5-ebc79ff03daf {
  
}
}
#s-350f1192-a406-4a56-bda5-ebc79ff03daf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-350f1192-a406-4a56-bda5-ebc79ff03daf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-350f1192-a406-4a56-bda5-ebc79ff03daf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-350f1192-a406-4a56-bda5-ebc79ff03daf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-350f1192-a406-4a56-bda5-ebc79ff03daf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 32px;
}

#s-350f1192-a406-4a56-bda5-ebc79ff03daf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-a646faa3-0590-4604-aa38-f6d1bac97afe {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a646faa3-0590-4604-aa38-f6d1bac97afe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a646faa3-0590-4604-aa38-f6d1bac97afe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a646faa3-0590-4604-aa38-f6d1bac97afe {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-a646faa3-0590-4604-aa38-f6d1bac97afe {
  
}
}







#s-a646faa3-0590-4604-aa38-f6d1bac97afe > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-a646faa3-0590-4604-aa38-f6d1bac97afe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d920c29b-00dd-497e-bcd1-7ecea248e9ee {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-d920c29b-00dd-497e-bcd1-7ecea248e9ee {
  margin-left: 50px;
margin-right: 50px;
}
}
#s-d920c29b-00dd-497e-bcd1-7ecea248e9ee .shogun-heading-component h3 {
  color: rgba(156, 156, 156, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-a4bbea1e-3fb6-4a52-95f2-5f0ecfa3836a {
  padding-top: 40px;
padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-a4bbea1e-3fb6-4a52-95f2-5f0ecfa3836a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a4bbea1e-3fb6-4a52-95f2-5f0ecfa3836a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a4bbea1e-3fb6-4a52-95f2-5f0ecfa3836a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4bbea1e-3fb6-4a52-95f2-5f0ecfa3836a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ff9c5f67-1be4-4cd9-be6e-a40edf8bb285 {
  min-height: 50px;
}








#s-ff9c5f67-1be4-4cd9-be6e-a40edf8bb285 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff9c5f67-1be4-4cd9-be6e-a40edf8bb285.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9597533c-a4e7-4380-b107-85f8db432e2e {
  background-repeat: no-repeat;
background-size: contain;
min-height: 150px;
background-position: center center;
}

#s-9597533c-a4e7-4380-b107-85f8db432e2e {
  background-image: url(https://i.shgcdn.com/c494af52-0173-421f-9006-e3971feb0b87/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9597533c-a4e7-4380-b107-85f8db432e2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9597533c-a4e7-4380-b107-85f8db432e2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a51c344d-077f-4d3c-a629-879f905e8b21 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-7168f0a0-1071-433d-8bc4-27152e47bd8b {
  min-height: 50px;
}








#s-7168f0a0-1071-433d-8bc4-27152e47bd8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7168f0a0-1071-433d-8bc4-27152e47bd8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e300b657-6014-4bd5-8538-209995e57db7 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 150px;
background-position: center center;
}

#s-e300b657-6014-4bd5-8538-209995e57db7 {
  background-image: url(https://i.shgcdn.com/b472a045-030a-4ee8-aa96-a726a8f75311/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e300b657-6014-4bd5-8538-209995e57db7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e300b657-6014-4bd5-8538-209995e57db7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34c77675-0ccb-4f8b-bffd-fd9a5679f37c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-9f83df4e-52d5-49e1-a711-18175551b76a {
  min-height: 50px;
}








#s-9f83df4e-52d5-49e1-a711-18175551b76a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f83df4e-52d5-49e1-a711-18175551b76a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1b012ff-481c-4e8c-b3c8-c0ea85869508 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 150px;
background-position: center center;
}

#s-e1b012ff-481c-4e8c-b3c8-c0ea85869508 {
  background-image: url(https://i.shgcdn.com/a0bdd95c-eb9e-4773-a18e-cff39a8ac47c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e1b012ff-481c-4e8c-b3c8-c0ea85869508 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1b012ff-481c-4e8c-b3c8-c0ea85869508.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b254389-b903-4dba-9eba-537c305bafb2 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-2e1cc879-db13-46f0-97ad-bb3e97e1d156 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-e7bc50cb-b51a-4002-80e2-0f923903b9d2 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-e7bc50cb-b51a-4002-80e2-0f923903b9d2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-e7bc50cb-b51a-4002-80e2-0f923903b9d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
}

#s-e7bc50cb-b51a-4002-80e2-0f923903b9d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e7bc50cb-b51a-4002-80e2-0f923903b9d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e7bc50cb-b51a-4002-80e2-0f923903b9d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-e7bc50cb-b51a-4002-80e2-0f923903b9d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-1f07ee8c-e946-45a0-9063-2c83814992d6 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1f07ee8c-e946-45a0-9063-2c83814992d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f07ee8c-e946-45a0-9063-2c83814992d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f07ee8c-e946-45a0-9063-2c83814992d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f07ee8c-e946-45a0-9063-2c83814992d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-35e64d8c-7d0e-4ea5-a739-dc0889f24c19 {
  min-height: 50px;
}








#s-35e64d8c-7d0e-4ea5-a739-dc0889f24c19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35e64d8c-7d0e-4ea5-a739-dc0889f24c19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d88d0f7e-f695-40f2-b609-a696be99e934 {
  text-align: center;
}








#s-d88d0f7e-f695-40f2-b609-a696be99e934 .shogun-image-content {
  
    align-items: center;
  
}

#s-c52064d5-10f5-4c6c-bd7e-f086d96144d4 {
  min-height: 480px;
max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c52064d5-10f5-4c6c-bd7e-f086d96144d4 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-c52064d5-10f5-4c6c-bd7e-f086d96144d4 {
  min-height: 300px;
}
}







#s-c52064d5-10f5-4c6c-bd7e-f086d96144d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c52064d5-10f5-4c6c-bd7e-f086d96144d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f15367c8-dc17-42c8-a5ca-f8be3e40381c {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f15367c8-dc17-42c8-a5ca-f8be3e40381c .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-f15367c8-dc17-42c8-a5ca-f8be3e40381c .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-f15367c8-dc17-42c8-a5ca-f8be3e40381c .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-a16e103c-c60a-4131-8e68-d9b317284df0 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-a16e103c-c60a-4131-8e68-d9b317284df0 {
  
}
}
#s-a16e103c-c60a-4131-8e68-d9b317284df0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a16e103c-c60a-4131-8e68-d9b317284df0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-a16e103c-c60a-4131-8e68-d9b317284df0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a16e103c-c60a-4131-8e68-d9b317284df0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a16e103c-c60a-4131-8e68-d9b317284df0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 32px;
}

#s-a16e103c-c60a-4131-8e68-d9b317284df0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-7d712052-76ea-4d51-bdd2-26c69c413b0f {
  padding-top: 0px;
padding-left: 5px;
padding-bottom: 20px;
padding-right: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-7d712052-76ea-4d51-bdd2-26c69c413b0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d712052-76ea-4d51-bdd2-26c69c413b0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23dba57f-c72b-4e76-87a4-939ed2881caf {
  margin-top: 5px;
margin-left: 25px;
margin-bottom: 5px;
margin-right: 25px;
padding-top: 5px;
padding-bottom: 0px;
}








#s-08192af9-83a0-47a2-b1b8-542d135a10e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08192af9-83a0-47a2-b1b8-542d135a10e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1eaeb631-d0d2-49e8-85b1-910c7bd9a75a {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-1eaeb631-d0d2-49e8-85b1-910c7bd9a75a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1eaeb631-d0d2-49e8-85b1-910c7bd9a75a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1eaeb631-d0d2-49e8-85b1-910c7bd9a75a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1eaeb631-d0d2-49e8-85b1-910c7bd9a75a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d6319972-c0da-4b5e-92eb-158b4643587a {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d6319972-c0da-4b5e-92eb-158b4643587a {
  display: none;
}
#s-d6319972-c0da-4b5e-92eb-158b4643587a, #wrap-s-d6319972-c0da-4b5e-92eb-158b4643587a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6319972-c0da-4b5e-92eb-158b4643587a {
  display: none;
}
#s-d6319972-c0da-4b5e-92eb-158b4643587a, #wrap-s-d6319972-c0da-4b5e-92eb-158b4643587a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d6319972-c0da-4b5e-92eb-158b4643587a {
  display: none;
}
#s-d6319972-c0da-4b5e-92eb-158b4643587a, #wrap-s-d6319972-c0da-4b5e-92eb-158b4643587a { display: none !important; }}







#s-d6319972-c0da-4b5e-92eb-158b4643587a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6319972-c0da-4b5e-92eb-158b4643587a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30055913-dbcb-48d7-899f-7408aef1aad7 {
  margin-left: 40px;
margin-right: 40px;
text-align: center;
}







  #s-30055913-dbcb-48d7-899f-7408aef1aad7 img.shogun-image {
    

    
    
    
  }


#s-30055913-dbcb-48d7-899f-7408aef1aad7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3060e16-2d9c-4d45-807a-e5f6606bce42 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b3060e16-2d9c-4d45-807a-e5f6606bce42 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}







#s-b3060e16-2d9c-4d45-807a-e5f6606bce42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3060e16-2d9c-4d45-807a-e5f6606bce42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97a32865-9aad-4074-a7f2-ef89b16a7575 {
  padding-top: 0px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(230, 230, 230, 1);
border-style: solid;
border-radius: 1px;
}

@media (min-width: 0px) {
[id="s-97a32865-9aad-4074-a7f2-ef89b16a7575"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-97a32865-9aad-4074-a7f2-ef89b16a7575"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-97a32865-9aad-4074-a7f2-ef89b16a7575"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-97a32865-9aad-4074-a7f2-ef89b16a7575"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-aef62d1c-1e5a-4b63-bf22-fd4e3cf87260 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: center center;
}








#s-aef62d1c-1e5a-4b63-bf22-fd4e3cf87260 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aef62d1c-1e5a-4b63-bf22-fd4e3cf87260.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5457f55e-09cb-4298-95b6-4d5ad537d7b2 {
  padding-left: 5px;
padding-right: 5px;
}

#s-07dae18c-a360-4797-9559-00b4ef4c44ca {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: center center;
}








#s-07dae18c-a360-4797-9559-00b4ef4c44ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07dae18c-a360-4797-9559-00b4ef4c44ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af7b7149-f357-4cb1-8ee5-d9508d49dee4 {
  padding-left: 5px;
padding-right: 5px;
}

#s-d448fd6d-bff8-4f7e-8792-1a147be3c007 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: center center;
}








#s-d448fd6d-bff8-4f7e-8792-1a147be3c007 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d448fd6d-bff8-4f7e-8792-1a147be3c007.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3531447b-8088-496c-b82c-f4d5b93806b4 {
  padding-left: 5px;
padding-right: 5px;
}

#s-87a1c2f4-53cf-48d2-90a8-9243118ce61d {
  margin-left: 25px;
margin-right: 25px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-b6650bde-d5e5-4241-adfb-2efe36e40c87 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-b6650bde-d5e5-4241-adfb-2efe36e40c87 {
  
}
}
#s-b6650bde-d5e5-4241-adfb-2efe36e40c87 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b6650bde-d5e5-4241-adfb-2efe36e40c87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-b6650bde-d5e5-4241-adfb-2efe36e40c87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b6650bde-d5e5-4241-adfb-2efe36e40c87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b6650bde-d5e5-4241-adfb-2efe36e40c87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 32px;
}

#s-b6650bde-d5e5-4241-adfb-2efe36e40c87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-9bd8f5d4-ee94-4749-bc31-d8d6975df096 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9bd8f5d4-ee94-4749-bc31-d8d6975df096 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bd8f5d4-ee94-4749-bc31-d8d6975df096.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15025759-5b2b-49a1-9afe-9395a5cdba73 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-15025759-5b2b-49a1-9afe-9395a5cdba73 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-15025759-5b2b-49a1-9afe-9395a5cdba73 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-15025759-5b2b-49a1-9afe-9395a5cdba73 {
  
}
}@media (max-width: 767px){#s-15025759-5b2b-49a1-9afe-9395a5cdba73 {
  
}
}







#s-15025759-5b2b-49a1-9afe-9395a5cdba73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15025759-5b2b-49a1-9afe-9395a5cdba73.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6621d2e6-ba38-4183-bc72-bb2398f93d5d {
  margin-top: 10px;
margin-left: 35px;
margin-bottom: 10px;
margin-right: 35px;
background-color: rgba(255, 255, 255, 1);
}

#s-a8cdc952-7776-4d27-96d1-e8df53b42ab2 {
  padding-top: 0px;
padding-left: 100px;
padding-right: 100px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a8cdc952-7776-4d27-96d1-e8df53b42ab2 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-a8cdc952-7776-4d27-96d1-e8df53b42ab2 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-a8cdc952-7776-4d27-96d1-e8df53b42ab2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8cdc952-7776-4d27-96d1-e8df53b42ab2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eef4ff77-a4ec-44b5-82dd-05501e2e06b6 {
  min-height: 50px;
}








#s-eef4ff77-a4ec-44b5-82dd-05501e2e06b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eef4ff77-a4ec-44b5-82dd-05501e2e06b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e45815c7-d37b-4577-851b-7c971b7b1101"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e45815c7-d37b-4577-851b-7c971b7b1101"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e45815c7-d37b-4577-851b-7c971b7b1101"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e45815c7-d37b-4577-851b-7c971b7b1101"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d7373fdd-e597-4b1c-93cb-5cbd9484471d {
  text-align: center;
}
@media (min-width: 1200px){#s-d7373fdd-e597-4b1c-93cb-5cbd9484471d {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d7373fdd-e597-4b1c-93cb-5cbd9484471d {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-d7373fdd-e597-4b1c-93cb-5cbd9484471d {
  margin-left: 40px;
margin-right: 40px;
}
}






  #s-d7373fdd-e597-4b1c-93cb-5cbd9484471d img.shogun-image {
    

    
    
    
  }


#s-d7373fdd-e597-4b1c-93cb-5cbd9484471d .shogun-image-content {
  
    align-items: center;
  
}

#s-75a84ba2-8707-4779-8ddf-347a4527bde3 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
text-align: center;
}







  #s-75a84ba2-8707-4779-8ddf-347a4527bde3 img.shogun-image {
    

    
    
    
  }


#s-75a84ba2-8707-4779-8ddf-347a4527bde3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6040614d-c799-4a14-aae2-88fbc882637e {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-6040614d-c799-4a14-aae2-88fbc882637e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-6040614d-c799-4a14-aae2-88fbc882637e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
}

#s-6040614d-c799-4a14-aae2-88fbc882637e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6040614d-c799-4a14-aae2-88fbc882637e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-6040614d-c799-4a14-aae2-88fbc882637e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-6040614d-c799-4a14-aae2-88fbc882637e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-e6cb6538-c2f7-441b-a496-d917b8091661 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e6cb6538-c2f7-441b-a496-d917b8091661 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6cb6538-c2f7-441b-a496-d917b8091661 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6cb6538-c2f7-441b-a496-d917b8091661 {
  
}
}@media (max-width: 767px){#s-e6cb6538-c2f7-441b-a496-d917b8091661 {
  
}
}







#s-e6cb6538-c2f7-441b-a496-d917b8091661 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6cb6538-c2f7-441b-a496-d917b8091661.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f29160e4-fda5-4ce8-9989-2a3cded3fd60 {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
}
@media (min-width: 1200px){#s-f29160e4-fda5-4ce8-9989-2a3cded3fd60 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f29160e4-fda5-4ce8-9989-2a3cded3fd60 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f29160e4-fda5-4ce8-9989-2a3cded3fd60 {
  
}
}@media (max-width: 767px){#s-f29160e4-fda5-4ce8-9989-2a3cded3fd60 {
  
}
}
@media (min-width: 0px) {
[id="s-f29160e4-fda5-4ce8-9989-2a3cded3fd60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f29160e4-fda5-4ce8-9989-2a3cded3fd60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-f29160e4-fda5-4ce8-9989-2a3cded3fd60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-f29160e4-fda5-4ce8-9989-2a3cded3fd60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-6e0c8554-c11d-440b-8d31-54aa55e92450 {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6e0c8554-c11d-440b-8d31-54aa55e92450 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e0c8554-c11d-440b-8d31-54aa55e92450.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-be89b8b7-6456-494d-bf45-c700ea6adecb {
  text-align: center;
}







  #s-be89b8b7-6456-494d-bf45-c700ea6adecb img.shogun-image {
    

    
    
    
  }


#s-be89b8b7-6456-494d-bf45-c700ea6adecb .shogun-image-content {
  
    align-items: center;
  
}

#s-0c7f4d43-13f3-42a7-bf6e-4fae17b74a23 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
opacity: 1;
}
@media (min-width: 1200px){#s-0c7f4d43-13f3-42a7-bf6e-4fae17b74a23 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c7f4d43-13f3-42a7-bf6e-4fae17b74a23 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c7f4d43-13f3-42a7-bf6e-4fae17b74a23 {
  
}
}@media (max-width: 767px){#s-0c7f4d43-13f3-42a7-bf6e-4fae17b74a23 {
  
}
}
#s-ffd0636f-593f-413b-9818-8c1bb840f2e6 {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ffd0636f-593f-413b-9818-8c1bb840f2e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffd0636f-593f-413b-9818-8c1bb840f2e6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1383b3bf-feff-4f5b-ba6d-b1ef82b1cea9 {
  text-align: center;
}







  #s-1383b3bf-feff-4f5b-ba6d-b1ef82b1cea9 img.shogun-image {
    

    
    
    
  }


#s-1383b3bf-feff-4f5b-ba6d-b1ef82b1cea9 .shogun-image-content {
  
    align-items: center;
  
}

#s-96c6cb14-ef2f-4702-b3d9-1d30b1c425ca {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
opacity: 1;
}
@media (min-width: 1200px){#s-96c6cb14-ef2f-4702-b3d9-1d30b1c425ca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96c6cb14-ef2f-4702-b3d9-1d30b1c425ca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-96c6cb14-ef2f-4702-b3d9-1d30b1c425ca {
  
}
}@media (max-width: 767px){#s-96c6cb14-ef2f-4702-b3d9-1d30b1c425ca {
  
}
}
#s-aaced95c-13e2-409b-acb0-eadc17ee2b17 {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-aaced95c-13e2-409b-acb0-eadc17ee2b17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaced95c-13e2-409b-acb0-eadc17ee2b17.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cdaf507e-e439-420b-bb5d-68bb8f0144fa {
  text-align: center;
}







  #s-cdaf507e-e439-420b-bb5d-68bb8f0144fa img.shogun-image {
    

    
    
    
  }


#s-cdaf507e-e439-420b-bb5d-68bb8f0144fa .shogun-image-content {
  
    align-items: center;
  
}

#s-e4b5aafc-3a5b-419c-99df-9035c8043e30 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
opacity: 1;
}
@media (min-width: 1200px){#s-e4b5aafc-3a5b-419c-99df-9035c8043e30 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e4b5aafc-3a5b-419c-99df-9035c8043e30 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e4b5aafc-3a5b-419c-99df-9035c8043e30 {
  
}
}@media (max-width: 767px){#s-e4b5aafc-3a5b-419c-99df-9035c8043e30 {
  
}
}
#s-e01e6da1-0073-47bb-8bc0-aff4dc2d9485 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 1px;
padding-bottom: 0px;
padding-right: 1px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-e01e6da1-0073-47bb-8bc0-aff4dc2d9485 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e01e6da1-0073-47bb-8bc0-aff4dc2d9485 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e01e6da1-0073-47bb-8bc0-aff4dc2d9485 {
  
}
}@media (max-width: 767px){#s-e01e6da1-0073-47bb-8bc0-aff4dc2d9485 {
  display: none;
}
#s-e01e6da1-0073-47bb-8bc0-aff4dc2d9485, #wrap-s-e01e6da1-0073-47bb-8bc0-aff4dc2d9485 { display: none !important; }}







#s-e01e6da1-0073-47bb-8bc0-aff4dc2d9485 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-e01e6da1-0073-47bb-8bc0-aff4dc2d9485.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b85cbe5-1e8d-472e-9158-0b6afd68c6f9 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-2b85cbe5-1e8d-472e-9158-0b6afd68c6f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Dazzed-Semi";
  font-style:  normal ;
  
  
  
  
}



#s-7ee9f7f1-7a47-4ba2-94c6-c9e33350037d {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}

#s-7ee9f7f1-7a47-4ba2-94c6-c9e33350037d .shogun-heading-component h3 {
  color: rgba(156, 156, 156, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-78fcc657-9327-4b13-8055-7d0c5e136ca8 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-78fcc657-9327-4b13-8055-7d0c5e136ca8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-78fcc657-9327-4b13-8055-7d0c5e136ca8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-78fcc657-9327-4b13-8055-7d0c5e136ca8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-78fcc657-9327-4b13-8055-7d0c5e136ca8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-d1d7106f-8d04-4f6d-a4ca-a769f8441021 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-d1d7106f-8d04-4f6d-a4ca-a769f8441021 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1d7106f-8d04-4f6d-a4ca-a769f8441021.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-718a3410-2e35-4682-998d-5f384e8b1a33 {
  min-height: 110px;
}

#s-a3086bb4-fa2a-4d9f-bc3a-3929901cffc2 {
  margin-left: 0px;
margin-right: 0px;
}

#s-8313d7ea-ced3-4b2a-bf5a-5f75fffe217b {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-8313d7ea-ced3-4b2a-bf5a-5f75fffe217b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8313d7ea-ced3-4b2a-bf5a-5f75fffe217b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d8338d7-dd13-4454-9555-de672977c867 {
  min-height: 110px;
max-width: 500px;
}

#s-0ada892c-a3df-445e-84f4-da0a765b0a99 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-add25463-fbb0-4c84-b999-c92982879ac8 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-add25463-fbb0-4c84-b999-c92982879ac8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-add25463-fbb0-4c84-b999-c92982879ac8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c7223ed0-a5da-4eb7-aaac-fef849f3e590 {
  min-height: 110px;
max-width: 500px;
}
@media (max-width: 767px){#s-c7223ed0-a5da-4eb7-aaac-fef849f3e590 {
  max-width: 500px;
}
}
#s-0b86f05e-6b2e-4610-ada4-82ec95356457 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-6e37dcb5-e83d-44c2-8faa-eab2c5761b1b {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-6e37dcb5-e83d-44c2-8faa-eab2c5761b1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e37dcb5-e83d-44c2-8faa-eab2c5761b1b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c2686f3e-d858-4d69-b5bd-7fe01c6b5716 {
  min-height: 110px;
max-width: 500px;
}

#s-10e3a0ce-6aae-4a6d-bfa2-560e24a8b3d5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c59e746c-1c1a-4233-a09b-f826f54211d4 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-c59e746c-1c1a-4233-a09b-f826f54211d4 {
  
}
}
#s-c59e746c-1c1a-4233-a09b-f826f54211d4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c59e746c-1c1a-4233-a09b-f826f54211d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-c59e746c-1c1a-4233-a09b-f826f54211d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c59e746c-1c1a-4233-a09b-f826f54211d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c59e746c-1c1a-4233-a09b-f826f54211d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 32px;
}

#s-c59e746c-1c1a-4233-a09b-f826f54211d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-bc8284e4-6602-429d-a852-f848c06a2b83 {
  min-height: 50px;
}








#s-bc8284e4-6602-429d-a852-f848c06a2b83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc8284e4-6602-429d-a852-f848c06a2b83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e457b163-1fb6-4728-b954-cade1f733255 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e457b163-1fb6-4728-b954-cade1f733255 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e457b163-1fb6-4728-b954-cade1f733255 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e457b163-1fb6-4728-b954-cade1f733255 {
  
}
}@media (max-width: 767px){#s-e457b163-1fb6-4728-b954-cade1f733255 {
  
}
}







#s-e457b163-1fb6-4728-b954-cade1f733255 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e457b163-1fb6-4728-b954-cade1f733255.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-820d24cd-8f00-485e-8e46-34de9dbba50e {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-820d24cd-8f00-485e-8e46-34de9dbba50e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-820d24cd-8f00-485e-8e46-34de9dbba50e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-820d24cd-8f00-485e-8e46-34de9dbba50e {
  
}
}@media (max-width: 767px){#s-820d24cd-8f00-485e-8e46-34de9dbba50e {
  
}
}
@media (min-width: 0px) {
[id="s-820d24cd-8f00-485e-8e46-34de9dbba50e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-820d24cd-8f00-485e-8e46-34de9dbba50e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-820d24cd-8f00-485e-8e46-34de9dbba50e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-820d24cd-8f00-485e-8e46-34de9dbba50e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-7181f200-6327-4664-9c46-42c0fadd1b3b {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7181f200-6327-4664-9c46-42c0fadd1b3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7181f200-6327-4664-9c46-42c0fadd1b3b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3ba7eb7b-f199-4e12-b3f2-e31e49edaca3 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-3ba7eb7b-f199-4e12-b3f2-e31e49edaca3 .shogun-icon-wrapper {
  text-align: center;
}


#s-3ba7eb7b-f199-4e12-b3f2-e31e49edaca3 .shogun-icon-wrapper > .shogun-icon {

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

#s-1139d184-2d92-435a-a629-8912540042a5 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-1139d184-2d92-435a-a629-8912540042a5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1139d184-2d92-435a-a629-8912540042a5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1139d184-2d92-435a-a629-8912540042a5 {
  
}
}@media (max-width: 767px){#s-1139d184-2d92-435a-a629-8912540042a5 {
  
}
}
#s-ff857daf-d378-4f17-b0c4-c188bcac14d3 {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ff857daf-d378-4f17-b0c4-c188bcac14d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff857daf-d378-4f17-b0c4-c188bcac14d3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-af5926c8-2978-4c61-86c6-4b47ddbdec38 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-af5926c8-2978-4c61-86c6-4b47ddbdec38 .shogun-icon-wrapper {
  text-align: center;
}


#s-af5926c8-2978-4c61-86c6-4b47ddbdec38 .shogun-icon-wrapper > .shogun-icon {

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

#s-e1f941fd-5c79-499e-b642-68efdbfde84a {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-e1f941fd-5c79-499e-b642-68efdbfde84a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1f941fd-5c79-499e-b642-68efdbfde84a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1f941fd-5c79-499e-b642-68efdbfde84a {
  
}
}@media (max-width: 767px){#s-e1f941fd-5c79-499e-b642-68efdbfde84a {
  
}
}
#s-b8dbc745-714d-40f7-ac19-f7ad1193ba0a {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b8dbc745-714d-40f7-ac19-f7ad1193ba0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8dbc745-714d-40f7-ac19-f7ad1193ba0a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-77c9c075-b5ec-40b8-9b27-3d3616c0f569 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-77c9c075-b5ec-40b8-9b27-3d3616c0f569 .shogun-icon-wrapper {
  text-align: center;
}


#s-77c9c075-b5ec-40b8-9b27-3d3616c0f569 .shogun-icon-wrapper > .shogun-icon {

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

#s-c9fe9f87-6553-4441-8c59-1d72cd3f07cb {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-c9fe9f87-6553-4441-8c59-1d72cd3f07cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9fe9f87-6553-4441-8c59-1d72cd3f07cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9fe9f87-6553-4441-8c59-1d72cd3f07cb {
  
}
}@media (max-width: 767px){#s-c9fe9f87-6553-4441-8c59-1d72cd3f07cb {
  
}
}
#s-460b7a27-bd2d-41c0-8a95-7ddc5755b3b9 {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-460b7a27-bd2d-41c0-8a95-7ddc5755b3b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-460b7a27-bd2d-41c0-8a95-7ddc5755b3b9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-edfba1e4-e13d-4ead-b62a-ce1287e56b3a {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-edfba1e4-e13d-4ead-b62a-ce1287e56b3a .shogun-icon-wrapper {
  text-align: center;
}


#s-edfba1e4-e13d-4ead-b62a-ce1287e56b3a .shogun-icon-wrapper > .shogun-icon {

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

#s-700a5136-87fc-442e-a84e-b1558a4d6b8f {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-700a5136-87fc-442e-a84e-b1558a4d6b8f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-700a5136-87fc-442e-a84e-b1558a4d6b8f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-700a5136-87fc-442e-a84e-b1558a4d6b8f {
  
}
}@media (max-width: 767px){#s-700a5136-87fc-442e-a84e-b1558a4d6b8f {
  
}
}
#s-9ee0cdaa-5800-454c-8d48-d81efdab9ad4 {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9ee0cdaa-5800-454c-8d48-d81efdab9ad4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ee0cdaa-5800-454c-8d48-d81efdab9ad4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ee41a51a-bd2f-4481-ab87-7ad1ebce2512 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-ee41a51a-bd2f-4481-ab87-7ad1ebce2512 .shogun-icon-wrapper {
  text-align: center;
}


#s-ee41a51a-bd2f-4481-ab87-7ad1ebce2512 .shogun-icon-wrapper > .shogun-icon {

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

#s-fd4a27c6-6b3c-4759-a3a3-2dfa75158fd1 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-fd4a27c6-6b3c-4759-a3a3-2dfa75158fd1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd4a27c6-6b3c-4759-a3a3-2dfa75158fd1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd4a27c6-6b3c-4759-a3a3-2dfa75158fd1 {
  
}
}@media (max-width: 767px){#s-fd4a27c6-6b3c-4759-a3a3-2dfa75158fd1 {
  
}
}
#s-4616a479-8c9c-471e-b357-e077a0e59cc2 {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4616a479-8c9c-471e-b357-e077a0e59cc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4616a479-8c9c-471e-b357-e077a0e59cc2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1e913194-2a6b-42dd-9802-92dc3f3a27e0 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-1e913194-2a6b-42dd-9802-92dc3f3a27e0 .shogun-icon-wrapper {
  text-align: center;
}


#s-1e913194-2a6b-42dd-9802-92dc3f3a27e0 .shogun-icon-wrapper > .shogun-icon {

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

#s-00e265fb-9c3c-4334-8c4a-16a664b3b8d0 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-00e265fb-9c3c-4334-8c4a-16a664b3b8d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00e265fb-9c3c-4334-8c4a-16a664b3b8d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00e265fb-9c3c-4334-8c4a-16a664b3b8d0 {
  
}
}@media (max-width: 767px){#s-00e265fb-9c3c-4334-8c4a-16a664b3b8d0 {
  
}
}
#s-0604b77c-0c37-4274-9fc8-adf4331990dd {
  margin-top: -20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-0604b77c-0c37-4274-9fc8-adf4331990dd {
  display: none;
}
#s-0604b77c-0c37-4274-9fc8-adf4331990dd, #wrap-s-0604b77c-0c37-4274-9fc8-adf4331990dd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0604b77c-0c37-4274-9fc8-adf4331990dd {
  display: none;
}
#s-0604b77c-0c37-4274-9fc8-adf4331990dd, #wrap-s-0604b77c-0c37-4274-9fc8-adf4331990dd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0604b77c-0c37-4274-9fc8-adf4331990dd {
  display: none;
}
#s-0604b77c-0c37-4274-9fc8-adf4331990dd, #wrap-s-0604b77c-0c37-4274-9fc8-adf4331990dd { display: none !important; }}@media (max-width: 767px){#s-0604b77c-0c37-4274-9fc8-adf4331990dd {
  
}
}
@media (min-width: 0px) {
[id="s-0604b77c-0c37-4274-9fc8-adf4331990dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0604b77c-0c37-4274-9fc8-adf4331990dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0604b77c-0c37-4274-9fc8-adf4331990dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0604b77c-0c37-4274-9fc8-adf4331990dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7bf5a7fb-6cc2-49f8-a588-ab5af9dd6030 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-7bf5a7fb-6cc2-49f8-a588-ab5af9dd6030"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7bf5a7fb-6cc2-49f8-a588-ab5af9dd6030"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7bf5a7fb-6cc2-49f8-a588-ab5af9dd6030"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bf5a7fb-6cc2-49f8-a588-ab5af9dd6030"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-735f4fbc-786c-4950-9e63-04c3ebe221bb {
  margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
text-align: center;
}







  #s-735f4fbc-786c-4950-9e63-04c3ebe221bb img.shogun-image {
    

    
    
    
  }


#s-735f4fbc-786c-4950-9e63-04c3ebe221bb .shogun-image-content {
  
    align-items: center;
  
}

#s-bdac10b2-15ea-432f-8553-071a1ed14f2f {
  margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
text-align: center;
}







  #s-bdac10b2-15ea-432f-8553-071a1ed14f2f img.shogun-image {
    

    
    
    
  }


#s-bdac10b2-15ea-432f-8553-071a1ed14f2f .shogun-image-content {
  
    align-items: center;
  
}

#s-fa7c91ff-1e67-43e4-8c86-0e9a220e13d9 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-fa7c91ff-1e67-43e4-8c86-0e9a220e13d9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fa7c91ff-1e67-43e4-8c86-0e9a220e13d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fa7c91ff-1e67-43e4-8c86-0e9a220e13d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa7c91ff-1e67-43e4-8c86-0e9a220e13d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5c255a23-d9a3-4963-907f-4dc76a8092bd {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}







  #s-5c255a23-d9a3-4963-907f-4dc76a8092bd img.shogun-image {
    

    
    
    
  }


#s-5c255a23-d9a3-4963-907f-4dc76a8092bd .shogun-image-content {
  
    align-items: center;
  
}

#s-0eb45505-92d1-4632-a60b-d8f2c56645a4 {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}







  #s-0eb45505-92d1-4632-a60b-d8f2c56645a4 img.shogun-image {
    

    
    
    
  }


#s-0eb45505-92d1-4632-a60b-d8f2c56645a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5a62fa5-d43f-4583-9406-9798a4cf4686 {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(244, 216, 8, 1);
}








#s-c5a62fa5-d43f-4583-9406-9798a4cf4686 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5a62fa5-d43f-4583-9406-9798a4cf4686.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5ccf4ca-5185-4ca1-9726-6918dfe0e968 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (max-width: 767px){#s-c7388b0a-0b3f-43d9-96d2-8490bbe547df {
  
}
}
#s-c7388b0a-0b3f-43d9-96d2-8490bbe547df > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c7388b0a-0b3f-43d9-96d2-8490bbe547df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-c7388b0a-0b3f-43d9-96d2-8490bbe547df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c7388b0a-0b3f-43d9-96d2-8490bbe547df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c7388b0a-0b3f-43d9-96d2-8490bbe547df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 32px;
}

#s-c7388b0a-0b3f-43d9-96d2-8490bbe547df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-fe25b004-789b-4c63-b072-44cf6defa4b2 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fe25b004-789b-4c63-b072-44cf6defa4b2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fe25b004-789b-4c63-b072-44cf6defa4b2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fe25b004-789b-4c63-b072-44cf6defa4b2 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-fe25b004-789b-4c63-b072-44cf6defa4b2 {
  
}
}







#s-fe25b004-789b-4c63-b072-44cf6defa4b2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-fe25b004-789b-4c63-b072-44cf6defa4b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c749803-9e5a-46b5-9e24-f5104e6002c2 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-4cb79765-3961-4c8c-bff5-e798eec0bddb {
  padding-top: 40px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-4cb79765-3961-4c8c-bff5-e798eec0bddb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-4cb79765-3961-4c8c-bff5-e798eec0bddb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4cb79765-3961-4c8c-bff5-e798eec0bddb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4cb79765-3961-4c8c-bff5-e798eec0bddb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-07c8551d-9f5a-4cc7-8e3f-14fab8f189e8 {
  min-height: 50px;
}








#s-07c8551d-9f5a-4cc7-8e3f-14fab8f189e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07c8551d-9f5a-4cc7-8e3f-14fab8f189e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77ffa178-cad0-426a-a2ca-ac4128ab0850 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 90px;
background-position: center center;
}








#s-77ffa178-cad0-426a-a2ca-ac4128ab0850 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77ffa178-cad0-426a-a2ca-ac4128ab0850.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0dde3fba-755c-4e25-b706-9111c270666f {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b396f6ea-8a41-4a00-b7ed-a2db09acb086 {
  min-height: 50px;
}








#s-b396f6ea-8a41-4a00-b7ed-a2db09acb086 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b396f6ea-8a41-4a00-b7ed-a2db09acb086.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff5f1f3a-78f3-447d-b3c1-0a3378a78a6a {
  background-repeat: no-repeat;
background-size: contain;
min-height: 90px;
background-position: center center;
}








#s-ff5f1f3a-78f3-447d-b3c1-0a3378a78a6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff5f1f3a-78f3-447d-b3c1-0a3378a78a6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9035b72-7000-431d-b307-3d009a06c16d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-27bc63e0-01ad-47cd-9c1c-7635fdc33e9b {
  min-height: 50px;
}








#s-27bc63e0-01ad-47cd-9c1c-7635fdc33e9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27bc63e0-01ad-47cd-9c1c-7635fdc33e9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c52c9c2e-e31a-445e-86dc-a92728b78144 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 90px;
background-position: center center;
}








#s-c52c9c2e-e31a-445e-86dc-a92728b78144 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c52c9c2e-e31a-445e-86dc-a92728b78144.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21cbd8f6-debc-4289-93af-bc466d375db6 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-530e129c-c62c-430a-9aff-52d156ad104d {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-9aedd05a-9354-4e0d-b67d-c4424525cf5c {
  
}
}
#s-9aedd05a-9354-4e0d-b67d-c4424525cf5c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9aedd05a-9354-4e0d-b67d-c4424525cf5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-9aedd05a-9354-4e0d-b67d-c4424525cf5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9aedd05a-9354-4e0d-b67d-c4424525cf5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9aedd05a-9354-4e0d-b67d-c4424525cf5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 32px;
}

#s-9aedd05a-9354-4e0d-b67d-c4424525cf5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-5278dde7-7260-439e-b2e4-5809b12cff01 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
background-attachment: scroll;
}
@media (max-width: 767px){#s-5278dde7-7260-439e-b2e4-5809b12cff01 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}
}







#s-5278dde7-7260-439e-b2e4-5809b12cff01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5278dde7-7260-439e-b2e4-5809b12cff01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b57ad44-bfd1-4e8d-ab18-a4c50bc9ba75 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-6b57ad44-bfd1-4e8d-ab18-a4c50bc9ba75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b57ad44-bfd1-4e8d-ab18-a4c50bc9ba75"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6b57ad44-bfd1-4e8d-ab18-a4c50bc9ba75"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6b57ad44-bfd1-4e8d-ab18-a4c50bc9ba75"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6b57ad44-bfd1-4e8d-ab18-a4c50bc9ba75"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b57ad44-bfd1-4e8d-ab18-a4c50bc9ba75"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6b57ad44-bfd1-4e8d-ab18-a4c50bc9ba75"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-36c8ba0e-a44b-48fe-ba65-00df0dedd9ae {
  margin-left: 30px;
margin-right: 30px;
text-align: center;
}







  #s-36c8ba0e-a44b-48fe-ba65-00df0dedd9ae img.shogun-image {
    

    
    
    
  }


#s-36c8ba0e-a44b-48fe-ba65-00df0dedd9ae .shogun-image-content {
  
    align-items: center;
  
}

#s-eb7f43c7-bc23-4888-9aaa-fb29a0808bb5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-eb7f43c7-bc23-4888-9aaa-fb29a0808bb5 {
  margin-top: 40px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb7f43c7-bc23-4888-9aaa-fb29a0808bb5 {
  margin-top: 40px;
margin-bottom: 0px;
}
}







#s-eb7f43c7-bc23-4888-9aaa-fb29a0808bb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb7f43c7-bc23-4888-9aaa-fb29a0808bb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-905289c5-6b10-471c-af4b-76ece46da296 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-left: 2px;
padding-right: 2px;
}

#s-5eb26a51-58ab-4a3f-bddf-94721c525797 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 5px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-5eb26a51-58ab-4a3f-bddf-94721c525797 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5eb26a51-58ab-4a3f-bddf-94721c525797 {
  
}
}
#s-2e673c6d-86c0-4e9d-9da3-1bfcceacf347 {
  box-shadow:0px 0px 0px 0px rgba(51, 48, 48, 1);
border-style: solid;
margin-top: 5px;
margin-left: 20px;
margin-right: 20px;
padding-top: 19px;
padding-left: 0px;
padding-bottom: 19px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 250, 250, 1);
border-radius: 0px;
background-color: rgba(8, 148, 108, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-2e673c6d-86c0-4e9d-9da3-1bfcceacf347:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2e673c6d-86c0-4e9d-9da3-1bfcceacf347:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2e673c6d-86c0-4e9d-9da3-1bfcceacf347 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e673c6d-86c0-4e9d-9da3-1bfcceacf347.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e673c6d-86c0-4e9d-9da3-1bfcceacf347.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-2e673c6d-86c0-4e9d-9da3-1bfcceacf347.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

@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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.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 {
  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;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@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}}#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:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
