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

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

#s-053ca59c-48c8-4a83-8da1-7bf8c89fa33f hr {
  border-top: 1px solid #ddd;
}

.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-efd2859c-6645-4ce9-9550-61aebbee1f27 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-efd2859c-6645-4ce9-9550-61aebbee1f27 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-efd2859c-6645-4ce9-9550-61aebbee1f27 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}
}







#s-efd2859c-6645-4ce9-9550-61aebbee1f27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efd2859c-6645-4ce9-9550-61aebbee1f27.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-3693ed7c-2aa1-4c65-bb58-3030e1f9d262 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1420px;
}
@media (min-width: 1200px){#s-3693ed7c-2aa1-4c65-bb58-3030e1f9d262 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-3693ed7c-2aa1-4c65-bb58-3030e1f9d262 {
  margin-top: 30px;
margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-3693ed7c-2aa1-4c65-bb58-3030e1f9d262"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3693ed7c-2aa1-4c65-bb58-3030e1f9d262"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3693ed7c-2aa1-4c65-bb58-3030e1f9d262"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3693ed7c-2aa1-4c65-bb58-3030e1f9d262"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-2462a41d-cec1-4013-8dc0-fd4862d09b8d {
  min-height: 50px;
}








#s-2462a41d-cec1-4013-8dc0-fd4862d09b8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2462a41d-cec1-4013-8dc0-fd4862d09b8d.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-9b8dfceb-29ff-4c94-85d9-b5d9ad0d479f {
  margin-top: 2px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-9b8dfceb-29ff-4c94-85d9-b5d9ad0d479f {
  margin-bottom: -10px;
margin-right: 0px;
}
}
#s-9b8dfceb-29ff-4c94-85d9-b5d9ad0d479f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-0f1f6f44-eee4-44a2-a58f-9d2a9a9866ba {
  min-height: 50px;
}








#s-0f1f6f44-eee4-44a2-a58f-9d2a9a9866ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f1f6f44-eee4-44a2-a58f-9d2a9a9866ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  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-1cbb7928-a781-4282-954a-a961c18b47ca {
  margin-top: 12px;
margin-left: 0px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-1cbb7928-a781-4282-954a-a961c18b47ca {
  margin-top: 20px;
}
}
#s-11ac5dcf-aefe-494e-b50d-596463aae8cb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-11ac5dcf-aefe-494e-b50d-596463aae8cb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-11ac5dcf-aefe-494e-b50d-596463aae8cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11ac5dcf-aefe-494e-b50d-596463aae8cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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-b270ef72-00c7-4837-a952-c32a697e2d31 {
  margin-top: 0px;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}
@media (max-width: 767px){#s-b270ef72-00c7-4837-a952-c32a697e2d31 {
  border-style: solid;
margin-top: -10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
}






  #s-b270ef72-00c7-4837-a952-c32a697e2d31 img.shogun-image {
    

    
    
    
  }


#s-b270ef72-00c7-4837-a952-c32a697e2d31 .shogun-image-content {
  
    align-items: center;
  
}

#s-34d86906-a431-421b-ba9b-55ed2ae41508 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1420px;
}
@media (min-width: 1200px){#s-34d86906-a431-421b-ba9b-55ed2ae41508 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-34d86906-a431-421b-ba9b-55ed2ae41508 {
  margin-top: 30px;
margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-34d86906-a431-421b-ba9b-55ed2ae41508"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34d86906-a431-421b-ba9b-55ed2ae41508"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-34d86906-a431-421b-ba9b-55ed2ae41508"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-34d86906-a431-421b-ba9b-55ed2ae41508"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-c04daa16-8166-48dd-88a2-ce34fcae7858 {
  min-height: 50px;
}








#s-c04daa16-8166-48dd-88a2-ce34fcae7858 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c04daa16-8166-48dd-88a2-ce34fcae7858.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72420fd2-c1e6-4409-be2d-7896e6afa30a {
  margin-top: 2px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-72420fd2-c1e6-4409-be2d-7896e6afa30a {
  margin-bottom: -10px;
margin-right: 0px;
}
}
#s-72420fd2-c1e6-4409-be2d-7896e6afa30a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-2b98da1c-f4ad-403d-97fd-d9f4f031cfe1 {
  min-height: 50px;
}








#s-2b98da1c-f4ad-403d-97fd-d9f4f031cfe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b98da1c-f4ad-403d-97fd-d9f4f031cfe1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f86adfe-d9cc-499c-baa0-9013b90272e8 {
  margin-top: 12px;
margin-left: 0px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-3f86adfe-d9cc-499c-baa0-9013b90272e8 {
  margin-top: 20px;
}
}
#s-330bf0fb-d5df-4a98-b31f-cb9193f5edcd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-330bf0fb-d5df-4a98-b31f-cb9193f5edcd {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-330bf0fb-d5df-4a98-b31f-cb9193f5edcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-330bf0fb-d5df-4a98-b31f-cb9193f5edcd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-83240d66-2037-4bcf-851a-3bb701c66f98 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-83240d66-2037-4bcf-851a-3bb701c66f98 .shg-sld-dot {
  background-color: rgba(120, 120, 120, 1);
}

#s-83240d66-2037-4bcf-851a-3bb701c66f98 .shg-sld-nav-button.shg-sld-left,
#s-83240d66-2037-4bcf-851a-3bb701c66f98 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(120, 120, 120, 1);
}

#s-d1f3580e-71f9-4404-937e-4669c65734a4 {
  margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-d1f3580e-71f9-4404-937e-4669c65734a4 img.shogun-image {
    

    
    
    
  }


#s-d1f3580e-71f9-4404-937e-4669c65734a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-39d669b9-f348-45ef-844b-ee479a45df0e {
  margin-top: 0px;
margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-39d669b9-f348-45ef-844b-ee479a45df0e img.shogun-image {
    

    
    
    
  }


#s-39d669b9-f348-45ef-844b-ee479a45df0e .shogun-image-content {
  
    align-items: center;
  
}

#s-7eb8d146-6582-4c3d-b5cd-660fc27b3f73 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1420px;
}
@media (min-width: 1200px){#s-7eb8d146-6582-4c3d-b5cd-660fc27b3f73 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-7eb8d146-6582-4c3d-b5cd-660fc27b3f73 {
  margin-top: 30px;
margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-7eb8d146-6582-4c3d-b5cd-660fc27b3f73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7eb8d146-6582-4c3d-b5cd-660fc27b3f73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7eb8d146-6582-4c3d-b5cd-660fc27b3f73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7eb8d146-6582-4c3d-b5cd-660fc27b3f73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-445a2a8e-7d22-489f-8576-6bc6c2d39645 {
  min-height: 50px;
}








#s-445a2a8e-7d22-489f-8576-6bc6c2d39645 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-445a2a8e-7d22-489f-8576-6bc6c2d39645.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-207c5010-ecf0-4d01-94bf-62cd92d12253 {
  margin-top: 2px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-207c5010-ecf0-4d01-94bf-62cd92d12253 {
  margin-bottom: -10px;
margin-right: 0px;
}
}
#s-207c5010-ecf0-4d01-94bf-62cd92d12253 .shogun-heading-component h2 {
  color: rgba(18, 18, 18, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-1c209d18-855b-4b74-b8f7-4a4ac217471b {
  min-height: 50px;
}








#s-1c209d18-855b-4b74-b8f7-4a4ac217471b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c209d18-855b-4b74-b8f7-4a4ac217471b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fc55b70-7a0c-4862-9b0e-dcba605b3b2d {
  margin-top: 12px;
margin-left: 0px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-2fc55b70-7a0c-4862-9b0e-dcba605b3b2d {
  margin-top: 20px;
}
}
#s-2d3e6fcb-8ee0-4dab-afc4-18848e27b910 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-2d3e6fcb-8ee0-4dab-afc4-18848e27b910 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-2d3e6fcb-8ee0-4dab-afc4-18848e27b910 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d3e6fcb-8ee0-4dab-afc4-18848e27b910.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2357e644-9419-4718-aef3-aad97007f7a4 {
  margin-top: 0px;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}
@media (max-width: 767px){#s-2357e644-9419-4718-aef3-aad97007f7a4 {
  border-style: solid;
margin-top: -10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
}






  #s-2357e644-9419-4718-aef3-aad97007f7a4 img.shogun-image {
    

    
    
    
  }


#s-2357e644-9419-4718-aef3-aad97007f7a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-51272184-c232-4c39-abc5-fd3142fddcf7 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1420px;
}
@media (min-width: 1200px){#s-51272184-c232-4c39-abc5-fd3142fddcf7 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-51272184-c232-4c39-abc5-fd3142fddcf7 {
  margin-top: 30px;
margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-51272184-c232-4c39-abc5-fd3142fddcf7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51272184-c232-4c39-abc5-fd3142fddcf7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-51272184-c232-4c39-abc5-fd3142fddcf7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-51272184-c232-4c39-abc5-fd3142fddcf7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-5c0c1e1a-3d6f-4a26-a27f-854a9fe849d7 {
  min-height: 50px;
}








#s-5c0c1e1a-3d6f-4a26-a27f-854a9fe849d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c0c1e1a-3d6f-4a26-a27f-854a9fe849d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa7c740f-66e3-4ba7-8a6b-11a0f7d1725e {
  margin-top: 2px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-fa7c740f-66e3-4ba7-8a6b-11a0f7d1725e {
  margin-bottom: -10px;
margin-right: 0px;
}
}
#s-fa7c740f-66e3-4ba7-8a6b-11a0f7d1725e .shogun-heading-component h2 {
  color: rgba(18, 18, 18, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-89e5215a-a65e-4692-a7b2-66ccdc7e132f {
  min-height: 50px;
}








#s-89e5215a-a65e-4692-a7b2-66ccdc7e132f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89e5215a-a65e-4692-a7b2-66ccdc7e132f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0217b66-717e-44f8-b82d-ba651ec3c7a9 {
  margin-top: 12px;
margin-left: 0px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-a0217b66-717e-44f8-b82d-ba651ec3c7a9 {
  margin-top: 20px;
}
}
#s-29af5421-1baf-4303-b459-0e18aee183fd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-29af5421-1baf-4303-b459-0e18aee183fd {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-29af5421-1baf-4303-b459-0e18aee183fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29af5421-1baf-4303-b459-0e18aee183fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd3cad27-e08f-4001-8050-33c85c4a4cd3 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-bd3cad27-e08f-4001-8050-33c85c4a4cd3 .shg-sld-dot {
  background-color: rgba(177, 185, 173, 1);
}

#s-bd3cad27-e08f-4001-8050-33c85c4a4cd3 .shg-sld-nav-button.shg-sld-left,
#s-bd3cad27-e08f-4001-8050-33c85c4a4cd3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(177, 185, 173, 1);
}

#s-f91a9648-282c-4cbb-8582-5f08d5b3e892 {
  margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-f91a9648-282c-4cbb-8582-5f08d5b3e892 img.shogun-image {
    

    
    
    
  }


#s-f91a9648-282c-4cbb-8582-5f08d5b3e892 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d8811a9-bd93-4948-a045-81f7e78de7e1 {
  margin-top: 0px;
margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-7d8811a9-bd93-4948-a045-81f7e78de7e1 img.shogun-image {
    

    
    
    
  }


#s-7d8811a9-bd93-4948-a045-81f7e78de7e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-3586e535-9966-435e-bf9e-fdbedda35dad {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1420px;
}
@media (min-width: 1200px){#s-3586e535-9966-435e-bf9e-fdbedda35dad {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-3586e535-9966-435e-bf9e-fdbedda35dad {
  margin-top: 30px;
margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-3586e535-9966-435e-bf9e-fdbedda35dad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3586e535-9966-435e-bf9e-fdbedda35dad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3586e535-9966-435e-bf9e-fdbedda35dad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3586e535-9966-435e-bf9e-fdbedda35dad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-0183df00-5ec6-402e-ad68-7d30f58ea33c {
  min-height: 50px;
}








#s-0183df00-5ec6-402e-ad68-7d30f58ea33c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0183df00-5ec6-402e-ad68-7d30f58ea33c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2271cfa0-91a5-4bef-8cfd-7612fea46328 {
  margin-top: 2px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2271cfa0-91a5-4bef-8cfd-7612fea46328 {
  margin-bottom: -10px;
margin-right: 0px;
}
}
#s-2271cfa0-91a5-4bef-8cfd-7612fea46328 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-7b8142e9-c260-4a41-b2cc-b49792f4f38e {
  min-height: 50px;
}








#s-7b8142e9-c260-4a41-b2cc-b49792f4f38e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b8142e9-c260-4a41-b2cc-b49792f4f38e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9bf5bf6e-9dda-4508-8e56-40cd4e2ccb00 {
  margin-top: 12px;
margin-left: 0px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-9bf5bf6e-9dda-4508-8e56-40cd4e2ccb00 {
  margin-top: 20px;
}
}
#s-b2e05603-acf5-47cb-9958-c36d7776ec81 {
  padding-top: 10px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-b2e05603-acf5-47cb-9958-c36d7776ec81 {
  padding-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2e05603-acf5-47cb-9958-c36d7776ec81 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-b2e05603-acf5-47cb-9958-c36d7776ec81 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
}
}







#s-b2e05603-acf5-47cb-9958-c36d7776ec81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2e05603-acf5-47cb-9958-c36d7776ec81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10ca447b-28e9-48c1-a02f-c39a64b8e31b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-10ca447b-28e9-48c1-a02f-c39a64b8e31b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-10ca447b-28e9-48c1-a02f-c39a64b8e31b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10ca447b-28e9-48c1-a02f-c39a64b8e31b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b38284bc-3441-4a24-8600-5eedb12c09d4 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-b38284bc-3441-4a24-8600-5eedb12c09d4 .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-b38284bc-3441-4a24-8600-5eedb12c09d4 .shg-sld-nav-button.shg-sld-left,
#s-b38284bc-3441-4a24-8600-5eedb12c09d4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-23dfba4a-168e-4432-872c-61fc06cdea41 {
  margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-23dfba4a-168e-4432-872c-61fc06cdea41 img.shogun-image {
    

    
    
    
  }


#s-23dfba4a-168e-4432-872c-61fc06cdea41 .shogun-image-content {
  
    align-items: center;
  
}

#s-63d17464-df0a-4f66-b08b-80c1195f9f66 {
  margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-63d17464-df0a-4f66-b08b-80c1195f9f66 img.shogun-image {
    

    
    
    
  }


#s-63d17464-df0a-4f66-b08b-80c1195f9f66 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad0b2850-0547-4d30-a873-599b12192412 {
  margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-ad0b2850-0547-4d30-a873-599b12192412 img.shogun-image {
    

    
    
    
  }


#s-ad0b2850-0547-4d30-a873-599b12192412 .shogun-image-content {
  
    align-items: center;
  
}

#s-71b94d36-2852-445e-9f69-d4751dfb8933 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1420px;
}
@media (min-width: 1200px){#s-71b94d36-2852-445e-9f69-d4751dfb8933 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-71b94d36-2852-445e-9f69-d4751dfb8933 {
  margin-top: 30px;
margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-71b94d36-2852-445e-9f69-d4751dfb8933"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71b94d36-2852-445e-9f69-d4751dfb8933"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-71b94d36-2852-445e-9f69-d4751dfb8933"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-71b94d36-2852-445e-9f69-d4751dfb8933"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-49c4c378-8ade-4ede-a32c-9f1384735467 {
  min-height: 50px;
}








#s-49c4c378-8ade-4ede-a32c-9f1384735467 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49c4c378-8ade-4ede-a32c-9f1384735467.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8885f32-6fa2-45d9-be56-468f42f2158a {
  margin-top: 2px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d8885f32-6fa2-45d9-be56-468f42f2158a {
  margin-bottom: -10px;
margin-right: 0px;
}
}
#s-d8885f32-6fa2-45d9-be56-468f42f2158a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-825032b5-dc87-4455-8713-19f43f6261b0 {
  min-height: 50px;
}








#s-825032b5-dc87-4455-8713-19f43f6261b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-825032b5-dc87-4455-8713-19f43f6261b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c81d5fe7-ea9a-44a7-b64f-9e8dd5aa763b {
  margin-top: 12px;
margin-left: 0px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-c81d5fe7-ea9a-44a7-b64f-9e8dd5aa763b {
  margin-top: 20px;
}
}
#s-ebc281fd-6f49-4753-b651-3bb5d6bede9e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-ebc281fd-6f49-4753-b651-3bb5d6bede9e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-ebc281fd-6f49-4753-b651-3bb5d6bede9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebc281fd-6f49-4753-b651-3bb5d6bede9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8aa59376-de0e-48a3-bcf6-b72f3d96b774 {
  margin-top: 0px;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}
@media (max-width: 767px){#s-8aa59376-de0e-48a3-bcf6-b72f3d96b774 {
  border-style: solid;
margin-top: -10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
}






  #s-8aa59376-de0e-48a3-bcf6-b72f3d96b774 img.shogun-image {
    

    
    
    
  }


#s-8aa59376-de0e-48a3-bcf6-b72f3d96b774 .shogun-image-content {
  
    align-items: center;
  
}

#s-996393d3-1078-4429-836b-032919e55e54 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-996393d3-1078-4429-836b-032919e55e54 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-996393d3-1078-4429-836b-032919e55e54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-996393d3-1078-4429-836b-032919e55e54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

#s-bf16df34-2173-4ea8-bbde-e4358d877524 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}

#s-d2312fe7-1c21-48e2-a9a2-d536cfad6e29 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1420px;
}
@media (min-width: 1200px){#s-d2312fe7-1c21-48e2-a9a2-d536cfad6e29 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-d2312fe7-1c21-48e2-a9a2-d536cfad6e29 {
  margin-top: 30px;
margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-d2312fe7-1c21-48e2-a9a2-d536cfad6e29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2312fe7-1c21-48e2-a9a2-d536cfad6e29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d2312fe7-1c21-48e2-a9a2-d536cfad6e29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2312fe7-1c21-48e2-a9a2-d536cfad6e29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-b2c42e1d-fc4d-47c1-870d-d833d0ed086d {
  min-height: 50px;
}








#s-b2c42e1d-fc4d-47c1-870d-d833d0ed086d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2c42e1d-fc4d-47c1-870d-d833d0ed086d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24ac4f0d-9491-4ea6-8b38-35a902122d03 {
  margin-top: 2px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-24ac4f0d-9491-4ea6-8b38-35a902122d03 {
  margin-bottom: -10px;
margin-right: 0px;
}
}
#s-24ac4f0d-9491-4ea6-8b38-35a902122d03 .shogun-heading-component h2 {
  color: rgba(18, 18, 18, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-efad9756-a169-4ab2-b77e-412eb00b0f90 {
  min-height: 50px;
}








#s-efad9756-a169-4ab2-b77e-412eb00b0f90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efad9756-a169-4ab2-b77e-412eb00b0f90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bab2331e-b31c-4bad-b1ae-a24046ff92ec {
  margin-top: 12px;
margin-left: 0px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-bab2331e-b31c-4bad-b1ae-a24046ff92ec {
  margin-top: 20px;
}
}
#s-1a701e06-ef4e-418c-9afd-820ffc934e99 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-1a701e06-ef4e-418c-9afd-820ffc934e99 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-1a701e06-ef4e-418c-9afd-820ffc934e99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a701e06-ef4e-418c-9afd-820ffc934e99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f53629af-31d6-4421-8df8-34218525b8cc {
  margin-top: 0px;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}
@media (max-width: 767px){#s-f53629af-31d6-4421-8df8-34218525b8cc {
  border-style: solid;
margin-top: -10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
}






  #s-f53629af-31d6-4421-8df8-34218525b8cc img.shogun-image {
    

    
    
    
  }


#s-f53629af-31d6-4421-8df8-34218525b8cc .shogun-image-content {
  
    align-items: center;
  
}

#s-0e4b0bb9-2706-4443-aea8-b4925207a665 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1420px;
}
@media (min-width: 1200px){#s-0e4b0bb9-2706-4443-aea8-b4925207a665 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-0e4b0bb9-2706-4443-aea8-b4925207a665 {
  margin-top: 30px;
margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-0e4b0bb9-2706-4443-aea8-b4925207a665"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e4b0bb9-2706-4443-aea8-b4925207a665"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0e4b0bb9-2706-4443-aea8-b4925207a665"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e4b0bb9-2706-4443-aea8-b4925207a665"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-db5b4d08-ceeb-4e3f-a510-5f0b0e7e460e {
  min-height: 50px;
}








#s-db5b4d08-ceeb-4e3f-a510-5f0b0e7e460e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db5b4d08-ceeb-4e3f-a510-5f0b0e7e460e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42b6cf80-7b89-40e4-bef5-8a78a2a66d6b {
  margin-top: 2px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-42b6cf80-7b89-40e4-bef5-8a78a2a66d6b {
  margin-bottom: -10px;
margin-right: 0px;
}
}
#s-42b6cf80-7b89-40e4-bef5-8a78a2a66d6b .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-daf65f38-477b-47af-9fcf-d3142cec2743 {
  min-height: 50px;
}








#s-daf65f38-477b-47af-9fcf-d3142cec2743 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daf65f38-477b-47af-9fcf-d3142cec2743.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8d78719-b755-4778-ab94-0cc87a8d7fcd {
  margin-top: 12px;
margin-left: 0px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-a8d78719-b755-4778-ab94-0cc87a8d7fcd {
  margin-top: 20px;
}
}
#s-1a848a6b-fe49-427b-91ae-78571511b370 {
  padding-top: 10px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1a848a6b-fe49-427b-91ae-78571511b370 {
  padding-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a848a6b-fe49-427b-91ae-78571511b370 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-1a848a6b-fe49-427b-91ae-78571511b370 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
}
}







#s-1a848a6b-fe49-427b-91ae-78571511b370 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a848a6b-fe49-427b-91ae-78571511b370.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51c3053b-809d-4c9e-b08b-71cb66f09b55 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-51c3053b-809d-4c9e-b08b-71cb66f09b55 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-51c3053b-809d-4c9e-b08b-71cb66f09b55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51c3053b-809d-4c9e-b08b-71cb66f09b55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8e72c8e-8be3-483d-9222-6e841c2beccd {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-e8e72c8e-8be3-483d-9222-6e841c2beccd .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-e8e72c8e-8be3-483d-9222-6e841c2beccd .shg-sld-nav-button.shg-sld-left,
#s-e8e72c8e-8be3-483d-9222-6e841c2beccd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-404faddb-c88d-408c-b353-24ce4d615d58 {
  margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-404faddb-c88d-408c-b353-24ce4d615d58 img.shogun-image {
    

    
    
    
  }


#s-404faddb-c88d-408c-b353-24ce4d615d58 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3f3b010-947b-47a8-ba26-841f57567812 {
  margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-a3f3b010-947b-47a8-ba26-841f57567812 img.shogun-image {
    

    
    
    
  }


#s-a3f3b010-947b-47a8-ba26-841f57567812 .shogun-image-content {
  
    align-items: center;
  
}

#s-48ae2a42-7a64-4722-8b82-8e963cda3e6b {
  margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-48ae2a42-7a64-4722-8b82-8e963cda3e6b img.shogun-image {
    

    
    
    
  }


#s-48ae2a42-7a64-4722-8b82-8e963cda3e6b .shogun-image-content {
  
    align-items: center;
  
}

#s-f8e6c895-7409-4dc7-b4a2-c7a2ca465e67 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-f8e6c895-7409-4dc7-b4a2-c7a2ca465e67 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-f8e6c895-7409-4dc7-b4a2-c7a2ca465e67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8e6c895-7409-4dc7-b4a2-c7a2ca465e67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb42acb9-4ff4-4db5-b806-eeb078014836 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}

#s-c1c86c94-acea-4de5-af8d-84c334242d93 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1420px;
}
@media (min-width: 1200px){#s-c1c86c94-acea-4de5-af8d-84c334242d93 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-c1c86c94-acea-4de5-af8d-84c334242d93 {
  margin-top: 30px;
margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-c1c86c94-acea-4de5-af8d-84c334242d93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1c86c94-acea-4de5-af8d-84c334242d93"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c1c86c94-acea-4de5-af8d-84c334242d93"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1c86c94-acea-4de5-af8d-84c334242d93"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-c12f20d5-395a-4334-b3f0-1edc07cbf438 {
  min-height: 50px;
}








#s-c12f20d5-395a-4334-b3f0-1edc07cbf438 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c12f20d5-395a-4334-b3f0-1edc07cbf438.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-930f4684-8aa7-48f4-a657-9790054d81c7 {
  margin-top: 2px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-930f4684-8aa7-48f4-a657-9790054d81c7 {
  margin-bottom: -10px;
margin-right: 0px;
}
}
#s-930f4684-8aa7-48f4-a657-9790054d81c7 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-a76af7f0-9744-4469-afb3-f096cd015e01 {
  min-height: 50px;
}








#s-a76af7f0-9744-4469-afb3-f096cd015e01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a76af7f0-9744-4469-afb3-f096cd015e01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6290266-2489-4126-ab1a-13a8931163b4 {
  margin-top: 12px;
margin-left: 0px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-d6290266-2489-4126-ab1a-13a8931163b4 {
  margin-top: 20px;
}
}
#s-141e76bb-54ee-410f-bdc7-0b166df5bd20 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-141e76bb-54ee-410f-bdc7-0b166df5bd20 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-141e76bb-54ee-410f-bdc7-0b166df5bd20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-141e76bb-54ee-410f-bdc7-0b166df5bd20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-267c9899-c751-413b-9982-31a67453e500 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-267c9899-c751-413b-9982-31a67453e500 .shg-sld-dot {
  background-color: rgba(177, 185, 173, 1);
}

#s-267c9899-c751-413b-9982-31a67453e500 .shg-sld-nav-button.shg-sld-left,
#s-267c9899-c751-413b-9982-31a67453e500 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(177, 185, 173, 1);
}

#s-51b5dd79-e4ea-445e-aeba-ce7ec5be8afe {
  margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-51b5dd79-e4ea-445e-aeba-ce7ec5be8afe img.shogun-image {
    

    
    
    
  }


#s-51b5dd79-e4ea-445e-aeba-ce7ec5be8afe .shogun-image-content {
  
    align-items: center;
  
}

#s-2dd40e41-9e86-4127-86ac-a51dd0a84251 {
  margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-2dd40e41-9e86-4127-86ac-a51dd0a84251 img.shogun-image {
    

    
    
    
  }


#s-2dd40e41-9e86-4127-86ac-a51dd0a84251 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce23c7df-5183-42e9-8064-b92762e02466 {
  margin-top: 0px;
margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-ce23c7df-5183-42e9-8064-b92762e02466 img.shogun-image {
    

    
    
    
  }


#s-ce23c7df-5183-42e9-8064-b92762e02466 .shogun-image-content {
  
    align-items: center;
  
}

#s-43a858e3-431b-4ffa-88c1-d6f9f62ea75a {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1420px;
}
@media (min-width: 1200px){#s-43a858e3-431b-4ffa-88c1-d6f9f62ea75a {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-43a858e3-431b-4ffa-88c1-d6f9f62ea75a {
  margin-top: 30px;
margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-43a858e3-431b-4ffa-88c1-d6f9f62ea75a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43a858e3-431b-4ffa-88c1-d6f9f62ea75a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-43a858e3-431b-4ffa-88c1-d6f9f62ea75a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-43a858e3-431b-4ffa-88c1-d6f9f62ea75a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-eeac812f-da01-4de1-aeef-256b932e7bc9 {
  min-height: 50px;
}








#s-eeac812f-da01-4de1-aeef-256b932e7bc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eeac812f-da01-4de1-aeef-256b932e7bc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f39bef7a-c2f3-4123-8003-0e13a4f5a654 {
  margin-top: 2px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f39bef7a-c2f3-4123-8003-0e13a4f5a654 {
  margin-bottom: -10px;
margin-right: 0px;
}
}
#s-f39bef7a-c2f3-4123-8003-0e13a4f5a654 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-205047fe-9eff-4d5d-b06c-c7c570770e55 {
  min-height: 50px;
}








#s-205047fe-9eff-4d5d-b06c-c7c570770e55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-205047fe-9eff-4d5d-b06c-c7c570770e55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0375937c-ec79-4fc4-8088-2c6194834438 {
  margin-top: 12px;
margin-left: 0px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-0375937c-ec79-4fc4-8088-2c6194834438 {
  margin-top: 20px;
}
}
#s-ca675815-f494-41bd-bbfa-ea80cf55567f {
  padding-top: 10px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ca675815-f494-41bd-bbfa-ea80cf55567f {
  padding-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca675815-f494-41bd-bbfa-ea80cf55567f {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-ca675815-f494-41bd-bbfa-ea80cf55567f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
}
}







#s-ca675815-f494-41bd-bbfa-ea80cf55567f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca675815-f494-41bd-bbfa-ea80cf55567f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5116a4cf-c4df-4770-ab48-c99b8fcd25d3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-5116a4cf-c4df-4770-ab48-c99b8fcd25d3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-5116a4cf-c4df-4770-ab48-c99b8fcd25d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5116a4cf-c4df-4770-ab48-c99b8fcd25d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37a18cdf-1e8a-44ee-976f-31fcb6576999 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-37a18cdf-1e8a-44ee-976f-31fcb6576999 .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-37a18cdf-1e8a-44ee-976f-31fcb6576999 .shg-sld-nav-button.shg-sld-left,
#s-37a18cdf-1e8a-44ee-976f-31fcb6576999 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-1f0549e4-7652-4203-a9a2-eb62a5c7ea71 {
  margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-1f0549e4-7652-4203-a9a2-eb62a5c7ea71 img.shogun-image {
    

    
    
    
  }


#s-1f0549e4-7652-4203-a9a2-eb62a5c7ea71 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c96a058-1b6d-4444-a74d-37d683d0bf42 {
  margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-5c96a058-1b6d-4444-a74d-37d683d0bf42 img.shogun-image {
    

    
    
    
  }


#s-5c96a058-1b6d-4444-a74d-37d683d0bf42 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8673ffb-4de2-4184-a927-fcca3422b98d {
  margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-b8673ffb-4de2-4184-a927-fcca3422b98d img.shogun-image {
    

    
    
    
  }


#s-b8673ffb-4de2-4184-a927-fcca3422b98d .shogun-image-content {
  
    align-items: center;
  
}

#s-22e1e70e-6387-4f29-961a-9a2aa3ec411d {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1420px;
}
@media (min-width: 1200px){#s-22e1e70e-6387-4f29-961a-9a2aa3ec411d {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-22e1e70e-6387-4f29-961a-9a2aa3ec411d {
  margin-top: 30px;
margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-22e1e70e-6387-4f29-961a-9a2aa3ec411d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22e1e70e-6387-4f29-961a-9a2aa3ec411d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-22e1e70e-6387-4f29-961a-9a2aa3ec411d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-22e1e70e-6387-4f29-961a-9a2aa3ec411d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-7f23d908-5128-4d23-a4ff-8e99ed68b890 {
  min-height: 50px;
}








#s-7f23d908-5128-4d23-a4ff-8e99ed68b890 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f23d908-5128-4d23-a4ff-8e99ed68b890.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-589412e4-1977-477d-845b-42776a0c7cfd {
  margin-top: 2px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-589412e4-1977-477d-845b-42776a0c7cfd {
  margin-bottom: -10px;
margin-right: 0px;
}
}
#s-589412e4-1977-477d-845b-42776a0c7cfd .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-69ac5f7b-553b-4456-85db-cc63d0228351 {
  min-height: 50px;
}








#s-69ac5f7b-553b-4456-85db-cc63d0228351 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69ac5f7b-553b-4456-85db-cc63d0228351.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a124bb5-49e5-4e0e-84a8-d230073e80e2 {
  margin-top: 12px;
margin-left: 0px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-4a124bb5-49e5-4e0e-84a8-d230073e80e2 {
  margin-top: 20px;
}
}
#s-f39073dc-d60a-4a27-b10d-3526c5334a99 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-f39073dc-d60a-4a27-b10d-3526c5334a99 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-f39073dc-d60a-4a27-b10d-3526c5334a99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f39073dc-d60a-4a27-b10d-3526c5334a99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c65931b5-47fb-4947-8757-c3037ff69e51 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-c65931b5-47fb-4947-8757-c3037ff69e51 .shg-sld-dot {
  background-color: rgba(177, 185, 173, 1);
}

#s-c65931b5-47fb-4947-8757-c3037ff69e51 .shg-sld-nav-button.shg-sld-left,
#s-c65931b5-47fb-4947-8757-c3037ff69e51 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(177, 185, 173, 1);
}

#s-a52bd174-e221-4646-8775-675463576240 {
  margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-a52bd174-e221-4646-8775-675463576240 img.shogun-image {
    

    
    
    
  }


#s-a52bd174-e221-4646-8775-675463576240 .shogun-image-content {
  
    align-items: center;
  
}

#s-13260888-c7bb-47ad-8a20-ea8dbeae9efa {
  margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-13260888-c7bb-47ad-8a20-ea8dbeae9efa img.shogun-image {
    

    
    
    
  }


#s-13260888-c7bb-47ad-8a20-ea8dbeae9efa .shogun-image-content {
  
    align-items: center;
  
}

#s-d7905cd6-a003-4862-8cbf-d65d301f5801 {
  margin-top: 0px;
margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-d7905cd6-a003-4862-8cbf-d65d301f5801 img.shogun-image {
    

    
    
    
  }


#s-d7905cd6-a003-4862-8cbf-d65d301f5801 .shogun-image-content {
  
    align-items: center;
  
}

#s-4bad0be6-fd74-42cb-acd6-1b3a29105b45 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-4bad0be6-fd74-42cb-acd6-1b3a29105b45 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}
}







#s-4bad0be6-fd74-42cb-acd6-1b3a29105b45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bad0be6-fd74-42cb-acd6-1b3a29105b45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4862a782-5c80-4313-842b-890d0bdf0f85 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-4862a782-5c80-4313-842b-890d0bdf0f85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4862a782-5c80-4313-842b-890d0bdf0f85"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4862a782-5c80-4313-842b-890d0bdf0f85"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4862a782-5c80-4313-842b-890d0bdf0f85"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-03417065-afe1-4491-9ff9-d7a8f30a6a99 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 360px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-03417065-afe1-4491-9ff9-d7a8f30a6a99 {
  min-height: 200px;
}
}







#s-03417065-afe1-4491-9ff9-d7a8f30a6a99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03417065-afe1-4491-9ff9-d7a8f30a6a99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b6683da-314c-42ae-bd3a-a86544658de1 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 360px;
background-position: center center;
}
@media (max-width: 767px){#s-6b6683da-314c-42ae-bd3a-a86544658de1 {
  margin-top: 15px;
min-height: 200px;
}
}







#s-6b6683da-314c-42ae-bd3a-a86544658de1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b6683da-314c-42ae-bd3a-a86544658de1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef69fe74-2916-4958-ad4c-8b07ed1e0d0b {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 360px;
background-position: center center;
}
@media (max-width: 767px){#s-ef69fe74-2916-4958-ad4c-8b07ed1e0d0b {
  margin-top: 15px;
min-height: 200px;
}
}







#s-ef69fe74-2916-4958-ad4c-8b07ed1e0d0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef69fe74-2916-4958-ad4c-8b07ed1e0d0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d94fad8b-b29d-41bb-803f-c0a332d74eed {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-d94fad8b-b29d-41bb-803f-c0a332d74eed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d94fad8b-b29d-41bb-803f-c0a332d74eed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d94fad8b-b29d-41bb-803f-c0a332d74eed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d94fad8b-b29d-41bb-803f-c0a332d74eed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-f04cee89-aeff-41b5-acf4-27c1baae98f1 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 360px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-f04cee89-aeff-41b5-acf4-27c1baae98f1 {
  min-height: 200px;
}
}







#s-f04cee89-aeff-41b5-acf4-27c1baae98f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f04cee89-aeff-41b5-acf4-27c1baae98f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8c077f5-2c9a-49cc-a962-5e408cba0839 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 360px;
background-position: center center;
}
@media (max-width: 767px){#s-a8c077f5-2c9a-49cc-a962-5e408cba0839 {
  margin-top: 15px;
min-height: 200px;
}
}







#s-a8c077f5-2c9a-49cc-a962-5e408cba0839 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8c077f5-2c9a-49cc-a962-5e408cba0839.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48b82507-11ac-4c2d-b913-4fbb4fb74301 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 360px;
background-position: center center;
}
@media (max-width: 767px){#s-48b82507-11ac-4c2d-b913-4fbb4fb74301 {
  margin-top: 15px;
min-height: 200px;
}
}







#s-48b82507-11ac-4c2d-b913-4fbb4fb74301 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48b82507-11ac-4c2d-b913-4fbb4fb74301.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2edddbde-d614-43ab-91af-c2a5e31005ca {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1420px;
}
@media (min-width: 1200px){#s-2edddbde-d614-43ab-91af-c2a5e31005ca {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-2edddbde-d614-43ab-91af-c2a5e31005ca {
  margin-top: 30px;
margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-2edddbde-d614-43ab-91af-c2a5e31005ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2edddbde-d614-43ab-91af-c2a5e31005ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2edddbde-d614-43ab-91af-c2a5e31005ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2edddbde-d614-43ab-91af-c2a5e31005ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-6394b95e-cc87-4436-9d3a-d7fa59cc31fb {
  min-height: 50px;
}








#s-6394b95e-cc87-4436-9d3a-d7fa59cc31fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6394b95e-cc87-4436-9d3a-d7fa59cc31fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79a9eb42-4719-41c3-b21f-88ebd12ba915 {
  margin-top: 2px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-79a9eb42-4719-41c3-b21f-88ebd12ba915 {
  margin-bottom: -10px;
margin-right: 0px;
}
}
#s-79a9eb42-4719-41c3-b21f-88ebd12ba915 .shogun-heading-component h2 {
  color: rgba(18, 18, 18, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-98729997-bba8-466c-9422-38f0ca379361 {
  min-height: 50px;
}








#s-98729997-bba8-466c-9422-38f0ca379361 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98729997-bba8-466c-9422-38f0ca379361.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e1ae578-170a-450d-8f81-33f48a5a6507 {
  margin-top: 12px;
margin-left: 0px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-3e1ae578-170a-450d-8f81-33f48a5a6507 {
  margin-top: 20px;
}
}
#s-3a959ee7-a46d-42fc-80bb-f6fca8f892c4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-3a959ee7-a46d-42fc-80bb-f6fca8f892c4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-3a959ee7-a46d-42fc-80bb-f6fca8f892c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a959ee7-a46d-42fc-80bb-f6fca8f892c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17c1540f-6280-48e9-b58e-2d0f78e60b74 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-17c1540f-6280-48e9-b58e-2d0f78e60b74 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-17c1540f-6280-48e9-b58e-2d0f78e60b74 .shg-sld-nav-button.shg-sld-left,
#s-17c1540f-6280-48e9-b58e-2d0f78e60b74 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-24dd7846-8392-4642-b8af-ed5b239b2ce2 {
  margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-24dd7846-8392-4642-b8af-ed5b239b2ce2 img.shogun-image {
    

    
    
    
  }


#s-24dd7846-8392-4642-b8af-ed5b239b2ce2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3008168e-df0d-4052-8072-31bb9534558d {
  margin-bottom: 15px;
border-radius: 15px;
text-align: center;
}







  #s-3008168e-df0d-4052-8072-31bb9534558d img.shogun-image {
    

    
    
    
  }


#s-3008168e-df0d-4052-8072-31bb9534558d .shogun-image-content {
  
    align-items: center;
  
}

#s-9014dbfc-723f-4ad7-b379-8e6ee843a6c7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-9014dbfc-723f-4ad7-b379-8e6ee843a6c7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-9014dbfc-723f-4ad7-b379-8e6ee843a6c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9014dbfc-723f-4ad7-b379-8e6ee843a6c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8b74630-9d4b-483a-8733-ed7bfe49ee4b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}

#s-6bfb5bf2-0a8c-4572-ba96-65eec0f55d1b {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1420px;
}
@media (min-width: 1200px){#s-6bfb5bf2-0a8c-4572-ba96-65eec0f55d1b {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-6bfb5bf2-0a8c-4572-ba96-65eec0f55d1b {
  margin-top: 30px;
margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-6bfb5bf2-0a8c-4572-ba96-65eec0f55d1b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6bfb5bf2-0a8c-4572-ba96-65eec0f55d1b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6bfb5bf2-0a8c-4572-ba96-65eec0f55d1b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bfb5bf2-0a8c-4572-ba96-65eec0f55d1b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-ee0bbfa9-c0f0-47cb-9b81-c1b33194d827 {
  min-height: 50px;
}








#s-ee0bbfa9-c0f0-47cb-9b81-c1b33194d827 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee0bbfa9-c0f0-47cb-9b81-c1b33194d827.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac357d38-55db-4be1-81e1-436cf6e52ed3 {
  margin-top: 2px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ac357d38-55db-4be1-81e1-436cf6e52ed3 {
  margin-bottom: -10px;
margin-right: 0px;
}
}
#s-ac357d38-55db-4be1-81e1-436cf6e52ed3 .shogun-heading-component h2 {
  color: rgba(18, 18, 18, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-38d22b68-616d-459d-89d5-31f991685e52 {
  min-height: 50px;
}








#s-38d22b68-616d-459d-89d5-31f991685e52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38d22b68-616d-459d-89d5-31f991685e52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54a2e97f-27be-4d75-bbe9-a475105f7100 {
  margin-top: 12px;
margin-left: 0px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-54a2e97f-27be-4d75-bbe9-a475105f7100 {
  margin-top: 20px;
}
}
#s-f3a5f196-51ee-4649-8e34-7e957cb7b05c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-f3a5f196-51ee-4649-8e34-7e957cb7b05c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-f3a5f196-51ee-4649-8e34-7e957cb7b05c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3a5f196-51ee-4649-8e34-7e957cb7b05c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26ea38b3-d435-4728-a3a5-e7dcaf10d9bf {
  margin-top: 0px;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}
@media (max-width: 767px){#s-26ea38b3-d435-4728-a3a5-e7dcaf10d9bf {
  border-style: solid;
margin-top: -10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
}






  #s-26ea38b3-d435-4728-a3a5-e7dcaf10d9bf img.shogun-image {
    

    
    
    
  }


#s-26ea38b3-d435-4728-a3a5-e7dcaf10d9bf .shogun-image-content {
  
    align-items: center;
  
}

#s-7abbab51-b011-4507-8a75-89e67fd71653 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7abbab51-b011-4507-8a75-89e67fd71653 {
  margin-top: -10px;
}
}







#s-7abbab51-b011-4507-8a75-89e67fd71653 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7abbab51-b011-4507-8a75-89e67fd71653.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-804eef9a-975c-42c1-aae8-2669361370d3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1420px;
}
@media (min-width: 768px) and (max-width: 991px){#s-804eef9a-975c-42c1-aae8-2669361370d3 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-804eef9a-975c-42c1-aae8-2669361370d3 {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-804eef9a-975c-42c1-aae8-2669361370d3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(183, 183, 183, 1);
}

#s-804eef9a-975c-42c1-aae8-2669361370d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 18px;
}

#s-804eef9a-975c-42c1-aae8-2669361370d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(36, 36, 36, 1);
}

#s-804eef9a-975c-42c1-aae8-2669361370d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(240, 240, 240, 1);
  border-top: 1px solid rgba(183, 183, 183, 1);
}

#s-804eef9a-975c-42c1-aae8-2669361370d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(36, 36, 36, 1);
  text-align: left;
  font-family: Roboto Condensed;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-804eef9a-975c-42c1-aae8-2669361370d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-804eef9a-975c-42c1-aae8-2669361370d3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(183, 183, 183, 1);
}

#s-804eef9a-975c-42c1-aae8-2669361370d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 14px;
}

#s-804eef9a-975c-42c1-aae8-2669361370d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(36, 36, 36, 1);
}

#s-804eef9a-975c-42c1-aae8-2669361370d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(240, 240, 240, 1);
  border-top: 1px solid rgba(183, 183, 183, 1);
}

#s-804eef9a-975c-42c1-aae8-2669361370d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(36, 36, 36, 1);
  text-align: left;
  font-family: Roboto Condensed;
  font-weight: 700;
  font-style: ;
  font-size: 14px;
}

#s-804eef9a-975c-42c1-aae8-2669361370d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
@media (min-width: 0px) {
[id="s-33a4a04a-9eca-49a8-aba7-25320fd6199a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33a4a04a-9eca-49a8-aba7-25320fd6199a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33a4a04a-9eca-49a8-aba7-25320fd6199a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33a4a04a-9eca-49a8-aba7-25320fd6199a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-df1a8617-4b24-4690-addf-d7d0ce7e5824 {
  margin-top: 30px;
margin-left: 8%;
margin-right: 8%;
padding-bottom: 30px;
}
@media (max-width: 767px){#s-df1a8617-4b24-4690-addf-d7d0ce7e5824 {
  padding-bottom: 0px;
}
}
#s-6b4c67d4-6a0d-409b-921b-4e42610a1963 {
  margin-top: 30px;
margin-left: 8%;
margin-right: 8%;
padding-bottom: 30px;
}
@media (max-width: 767px){#s-6b4c67d4-6a0d-409b-921b-4e42610a1963 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-f6456322-4402-4110-9c72-f8032e3e10e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6456322-4402-4110-9c72-f8032e3e10e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f6456322-4402-4110-9c72-f8032e3e10e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6456322-4402-4110-9c72-f8032e3e10e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-571373cf-35c1-42c8-886f-b2dced807be2 {
  margin-top: 30px;
margin-left: 8%;
margin-right: 8%;
padding-bottom: 10px;
}

#s-db47b80a-a89d-470a-baec-50436a36e291 {
  margin-top: 30px;
margin-left: 8%;
margin-right: 8%;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-db47b80a-a89d-470a-baec-50436a36e291 {
  margin-top: 0px;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

@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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}