.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-b195788b-117f-4106-9888-1e921e568dd0 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(208, 44, 48, 1);
border-radius: 5px;
min-height: 50px;
background-color: rgba(251, 236, 236, 1);
}








#s-b195788b-117f-4106-9888-1e921e568dd0 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-b195788b-117f-4106-9888-1e921e568dd0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-482c8b57-97c2-472e-941e-a6c94e1da703 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-482c8b57-97c2-472e-941e-a6c94e1da703 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-482c8b57-97c2-472e-941e-a6c94e1da703 .shg-sld-nav-button.shg-sld-left,
#s-482c8b57-97c2-472e-941e-a6c94e1da703 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-85bae0ed-3b00-4f3c-88bc-4efe7275f1f4 {
  text-align: left;
}

#s-85bae0ed-3b00-4f3c-88bc-4efe7275f1f4 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-28e335d4-8a94-4266-be48-a85b504958d7 {
  text-align: left;
}

#s-28e335d4-8a94-4266-be48-a85b504958d7 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1f43dccf-69c9-4f9f-a271-e6e1a0f4dbcb {
  text-align: left;
}

#s-1f43dccf-69c9-4f9f-a271-e6e1a0f4dbcb .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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-6a12e59d-6ee5-409f-971f-9afe05c92710 {
  margin-left: auto;
margin-right: auto;
}

#s-7efa86db-68e6-4c82-a2f2-0fe2f79c5875 {
  min-height: 50px;
}








#s-7efa86db-68e6-4c82-a2f2-0fe2f79c5875 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7efa86db-68e6-4c82-a2f2-0fe2f79c5875.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-211c8244-4622-49bf-959c-ab42e19e4107 {
  min-height: 50px;
}








#s-211c8244-4622-49bf-959c-ab42e19e4107 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-211c8244-4622-49bf-959c-ab42e19e4107.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-02d8201a-bd99-49de-9430-30d832ea7fa3 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-02d8201a-bd99-49de-9430-30d832ea7fa3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02d8201a-bd99-49de-9430-30d832ea7fa3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-02d8201a-bd99-49de-9430-30d832ea7fa3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-02d8201a-bd99-49de-9430-30d832ea7fa3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-02d8201a-bd99-49de-9430-30d832ea7fa3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-02d8201a-bd99-49de-9430-30d832ea7fa3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-02d8201a-bd99-49de-9430-30d832ea7fa3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (max-width: 767px) {
  [id="s-02d8201a-bd99-49de-9430-30d832ea7fa3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ed869155-53dd-4210-8ed0-ea48c0bf5ca8 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed869155-53dd-4210-8ed0-ea48c0bf5ca8 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-ed869155-53dd-4210-8ed0-ea48c0bf5ca8 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-3ae3d398-4326-4263-8381-807ad534d792 {
  margin-left: 20px;
margin-right: 20px;
}

#s-acc0748b-b4c7-4be8-b5a5-b5917165f97c {
  margin-left: 15%;
margin-bottom: 40px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-acc0748b-b4c7-4be8-b5a5-b5917165f97c {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-acc0748b-b4c7-4be8-b5a5-b5917165f97c {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-acc0748b-b4c7-4be8-b5a5-b5917165f97c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-acc0748b-b4c7-4be8-b5a5-b5917165f97c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-acc0748b-b4c7-4be8-b5a5-b5917165f97c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-acc0748b-b4c7-4be8-b5a5-b5917165f97c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-e2ae6d64-e418-4cc8-8a9f-f61c71fcfaa6 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-e2ae6d64-e418-4cc8-8a9f-f61c71fcfaa6 .shogun-icon-wrapper {
  text-align: center;
}


#s-e2ae6d64-e418-4cc8-8a9f-f61c71fcfaa6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-01939891-aa64-4b36-89db-d19b2eca7512 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-01939891-aa64-4b36-89db-d19b2eca7512 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ce9c9b76-de27-4d86-aafb-f4bf72011c3a {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-ce9c9b76-de27-4d86-aafb-f4bf72011c3a .shogun-icon-wrapper {
  text-align: center;
}


#s-ce9c9b76-de27-4d86-aafb-f4bf72011c3a .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-8b815a88-3fba-43d1-a552-fd02ca67b9f9 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-8b815a88-3fba-43d1-a552-fd02ca67b9f9 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c6aee46e-1fd3-41e3-bed1-3d7bdfd8ab24 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-c6aee46e-1fd3-41e3-bed1-3d7bdfd8ab24 .shogun-icon-wrapper {
  text-align: center;
}


#s-c6aee46e-1fd3-41e3-bed1-3d7bdfd8ab24 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-7b9413f6-8ff4-4fa5-b416-38db3f2b6fce {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-7b9413f6-8ff4-4fa5-b416-38db3f2b6fce .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4666a13d-ba94-4525-95ac-c6353d8ad456 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-4666a13d-ba94-4525-95ac-c6353d8ad456 .shogun-icon-wrapper {
  text-align: center;
}


#s-4666a13d-ba94-4525-95ac-c6353d8ad456 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-fa663a58-054b-48fc-84ef-827dd26a0d34 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-fa663a58-054b-48fc-84ef-827dd26a0d34 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-03e40721-f245-4743-9572-f1d9f7c3ee2e {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-03e40721-f245-4743-9572-f1d9f7c3ee2e .shogun-icon-wrapper {
  text-align: center;
}


#s-03e40721-f245-4743-9572-f1d9f7c3ee2e .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-e0453453-66a1-4e65-a447-0889292d1386 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-e0453453-66a1-4e65-a447-0889292d1386 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-df0848fd-dbba-4a38-a3b5-c4823ea064db {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-df0848fd-dbba-4a38-a3b5-c4823ea064db .shogun-icon-wrapper {
  text-align: center;
}


#s-df0848fd-dbba-4a38-a3b5-c4823ea064db .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-7763f949-6755-47c5-b277-4ecf3e19dc76 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-7763f949-6755-47c5-b277-4ecf3e19dc76 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-68d181a7-c8b8-4470-9a43-717196bd1fbc {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-68d181a7-c8b8-4470-9a43-717196bd1fbc {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-68d181a7-c8b8-4470-9a43-717196bd1fbc {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-68d181a7-c8b8-4470-9a43-717196bd1fbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68d181a7-c8b8-4470-9a43-717196bd1fbc.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-67116a3d-bd40-4329-ae8f-95913e15fe46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67116a3d-bd40-4329-ae8f-95913e15fe46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-67116a3d-bd40-4329-ae8f-95913e15fe46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-67116a3d-bd40-4329-ae8f-95913e15fe46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-67116a3d-bd40-4329-ae8f-95913e15fe46"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-931f45ea-56db-424c-87d2-23ac365804b5 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-931f45ea-56db-424c-87d2-23ac365804b5 {
  margin-top: 0px;
}
}
#s-931f45ea-56db-424c-87d2-23ac365804b5 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-931f45ea-56db-424c-87d2-23ac365804b5 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-5d72e41b-8ccf-4f46-9c52-de835aed4814 {
  margin-left: 20px;
margin-right: 20px;
}

.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-f8cfd0e9-4147-4879-9d0e-454277a1a80d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-f8cfd0e9-4147-4879-9d0e-454277a1a80d img.shogun-image {
    

    
    
    
  }


#s-f8cfd0e9-4147-4879-9d0e-454277a1a80d .shogun-image-content {
  
    align-items: center;
  
}

#s-84ce2805-a263-42c7-9570-3ff6e7ee265e {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-84ce2805-a263-42c7-9570-3ff6e7ee265e {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-84ce2805-a263-42c7-9570-3ff6e7ee265e {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-84ce2805-a263-42c7-9570-3ff6e7ee265e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84ce2805-a263-42c7-9570-3ff6e7ee265e.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-9beab105-1d66-481b-85fa-dd2fe4ce2e01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9beab105-1d66-481b-85fa-dd2fe4ce2e01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9beab105-1d66-481b-85fa-dd2fe4ce2e01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9beab105-1d66-481b-85fa-dd2fe4ce2e01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-f4df04a3-7231-4f85-9786-3b5771f4e9c2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-f4df04a3-7231-4f85-9786-3b5771f4e9c2 img.shogun-image {
    

    
    
    
  }


#s-f4df04a3-7231-4f85-9786-3b5771f4e9c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2e7e1ad-2187-420a-a662-27adb16a4430 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-f2e7e1ad-2187-420a-a662-27adb16a4430 {
  margin-top: 0px;
}
}
#s-f2e7e1ad-2187-420a-a662-27adb16a4430 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-f2e7e1ad-2187-420a-a662-27adb16a4430 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-c47888f6-f9fc-4538-94e7-bd4c57b86ba6 {
  margin-left: 20px;
margin-right: 20px;
}

#s-fa709c67-72d6-4671-810c-f18283dd0201 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fa709c67-72d6-4671-810c-f18283dd0201 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-fa709c67-72d6-4671-810c-f18283dd0201 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-fa709c67-72d6-4671-810c-f18283dd0201 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa709c67-72d6-4671-810c-f18283dd0201.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-d14d24a1-f14b-4c25-9cd1-8d4840635232"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d14d24a1-f14b-4c25-9cd1-8d4840635232"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-d14d24a1-f14b-4c25-9cd1-8d4840635232"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-d14d24a1-f14b-4c25-9cd1-8d4840635232"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-d14d24a1-f14b-4c25-9cd1-8d4840635232"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-33a8c094-0510-46e6-9b06-8f1366e6b765 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-33a8c094-0510-46e6-9b06-8f1366e6b765 {
  margin-top: 0px;
}
}
#s-33a8c094-0510-46e6-9b06-8f1366e6b765 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-33a8c094-0510-46e6-9b06-8f1366e6b765 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-f78b967d-a47f-454f-acae-2af243b37fed {
  margin-left: 20px;
margin-right: 20px;
}

#s-703e9279-cb88-4025-a012-e72ed92722f9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-703e9279-cb88-4025-a012-e72ed92722f9 img.shogun-image {
    

    
    
    
  }


#s-703e9279-cb88-4025-a012-e72ed92722f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d5d6333-3449-4a7c-8167-df4f4f4a297a {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2d5d6333-3449-4a7c-8167-df4f4f4a297a {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-2d5d6333-3449-4a7c-8167-df4f4f4a297a {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-2d5d6333-3449-4a7c-8167-df4f4f4a297a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d5d6333-3449-4a7c-8167-df4f4f4a297a.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-8f974756-da00-40fb-8c66-7edb74c76e3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f974756-da00-40fb-8c66-7edb74c76e3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-8f974756-da00-40fb-8c66-7edb74c76e3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f974756-da00-40fb-8c66-7edb74c76e3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-35b4cb8d-3ffd-4feb-92ac-c13aee53a216 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-35b4cb8d-3ffd-4feb-92ac-c13aee53a216 img.shogun-image {
    

    
    
    
  }


#s-35b4cb8d-3ffd-4feb-92ac-c13aee53a216 .shogun-image-content {
  
    align-items: center;
  
}

#s-39ee029e-3039-46db-8114-3029d01be4f0 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-39ee029e-3039-46db-8114-3029d01be4f0 {
  margin-top: 0px;
}
}
#s-39ee029e-3039-46db-8114-3029d01be4f0 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-39ee029e-3039-46db-8114-3029d01be4f0 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-2ebf47d2-b219-457b-9481-e9ec51278f38 {
  margin-left: 20px;
margin-right: 20px;
}

.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-0cdebf6e-b62a-464f-b1bd-3653927f35f3 {
  margin-left: 10px;
margin-right: 10px;
}

#s-0cdebf6e-b62a-464f-b1bd-3653927f35f3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(212, 212, 212, 1);
}

#s-0cdebf6e-b62a-464f-b1bd-3653927f35f3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 12px;
}

#s-0cdebf6e-b62a-464f-b1bd-3653927f35f3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(208, 44, 48, 1);
}

#s-0cdebf6e-b62a-464f-b1bd-3653927f35f3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(212, 212, 212, 1);
}

#s-0cdebf6e-b62a-464f-b1bd-3653927f35f3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(208, 44, 48, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-0cdebf6e-b62a-464f-b1bd-3653927f35f3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-6598010a-2072-4111-87f3-b92e0721c527 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-6598010a-2072-4111-87f3-b92e0721c527 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6598010a-2072-4111-87f3-b92e0721c527.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-547eaeaa-14b2-4c15-ad33-fc2209fb3aa3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-547eaeaa-14b2-4c15-ad33-fc2209fb3aa3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-547eaeaa-14b2-4c15-ad33-fc2209fb3aa3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-547eaeaa-14b2-4c15-ad33-fc2209fb3aa3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

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

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

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

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

#s-2b6fb0db-75ac-44ce-823a-1a2aaabe8d6b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2b6fb0db-75ac-44ce-823a-1a2aaabe8d6b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-90f63b2f-8a8f-4027-bde1-810ef77b2aa3 {
  margin-left: 20px;
margin-right: 20px;
}

#s-5e9508a7-8ddf-4834-8fd6-9261b9cdf609 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-5e9508a7-8ddf-4834-8fd6-9261b9cdf609 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e9508a7-8ddf-4834-8fd6-9261b9cdf609.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd443ff1-f47d-4316-a8e0-c9a4b195f2e2 {
  min-height: 50px;
}








#s-dd443ff1-f47d-4316-a8e0-c9a4b195f2e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd443ff1-f47d-4316-a8e0-c9a4b195f2e2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fd06d07f-a977-44f6-9b9a-9356da7621b0 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
border-radius: 0px;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-fd06d07f-a977-44f6-9b9a-9356da7621b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fd06d07f-a977-44f6-9b9a-9356da7621b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fd06d07f-a977-44f6-9b9a-9356da7621b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd06d07f-a977-44f6-9b9a-9356da7621b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9e1c934b-51d7-41c2-8160-2aa744090702 {
  
}

#s-ef4e46e5-dc05-4ff8-9698-b86fe93c3cde {
  
}

#s-1958ce63-9a9e-47cb-9e9c-e0c0dfd610f2 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1958ce63-9a9e-47cb-9e9c-e0c0dfd610f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1958ce63-9a9e-47cb-9e9c-e0c0dfd610f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1958ce63-9a9e-47cb-9e9c-e0c0dfd610f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1958ce63-9a9e-47cb-9e9c-e0c0dfd610f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2255a96a-2581-40ba-bbf9-ec7080be459d {
  
}

#s-fb254cec-74b9-4425-bc5d-9d63a78fb375 {
  
}

#s-90a96f36-8bd6-4f83-9686-16a0fdd88f52 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-90a96f36-8bd6-4f83-9686-16a0fdd88f52"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-90a96f36-8bd6-4f83-9686-16a0fdd88f52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-90a96f36-8bd6-4f83-9686-16a0fdd88f52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-90a96f36-8bd6-4f83-9686-16a0fdd88f52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d0237c61-74f8-4797-a188-637581af8b99 {
  
}

#s-f44dc268-d94d-4f32-accf-ef1920053927 {
  
}

#s-56783c38-8d09-4677-9234-a6d39774cef6 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-56783c38-8d09-4677-9234-a6d39774cef6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-56783c38-8d09-4677-9234-a6d39774cef6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-56783c38-8d09-4677-9234-a6d39774cef6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-56783c38-8d09-4677-9234-a6d39774cef6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-be677c12-f701-4e8f-a974-413a7f55a066 {
  
}

#s-707cf397-6b08-4b75-b6fd-07ee8d95c59f {
  
}

#s-ff40c19c-1490-4dee-b9f1-f9e14b90691f {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-ff40c19c-1490-4dee-b9f1-f9e14b90691f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ff40c19c-1490-4dee-b9f1-f9e14b90691f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ff40c19c-1490-4dee-b9f1-f9e14b90691f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff40c19c-1490-4dee-b9f1-f9e14b90691f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b292f7bd-eac7-4b36-a823-b52a692eda8f {
  
}

#s-5046d12f-4c8a-4e94-a422-a25d21e896f3 {
  
}

#s-bdb218ab-a256-4361-b7fb-bd3240018a03 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-bdb218ab-a256-4361-b7fb-bd3240018a03"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bdb218ab-a256-4361-b7fb-bd3240018a03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bdb218ab-a256-4361-b7fb-bd3240018a03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdb218ab-a256-4361-b7fb-bd3240018a03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7d00138c-03ba-4a9b-b17d-51b3063da294 {
  
}

#s-086a32c2-4243-4a72-9dcf-98d4ba3036ae {
  
}

#s-3503f2b9-46e5-446e-a0cf-55fcd525c947 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-3503f2b9-46e5-446e-a0cf-55fcd525c947"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3503f2b9-46e5-446e-a0cf-55fcd525c947"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3503f2b9-46e5-446e-a0cf-55fcd525c947"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3503f2b9-46e5-446e-a0cf-55fcd525c947"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-02ffbc52-a487-432c-9d3a-d4653fec0ac9 {
  
}

#s-cf13992b-4430-4c8b-a34b-9f3d79846112 {
  
}

#s-dada7c7f-06a4-44ea-9320-5edc029b7a41 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-dada7c7f-06a4-44ea-9320-5edc029b7a41"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-dada7c7f-06a4-44ea-9320-5edc029b7a41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dada7c7f-06a4-44ea-9320-5edc029b7a41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dada7c7f-06a4-44ea-9320-5edc029b7a41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d6c0dcfa-9dec-4325-bc7c-2a316489f8bb {
  
}

#s-d31a88f2-a2fc-479e-a728-8e9a55b67d12 {
  
}

#s-48f64ea4-06ac-4f72-8490-974a1e1519bb {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-48f64ea4-06ac-4f72-8490-974a1e1519bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-48f64ea4-06ac-4f72-8490-974a1e1519bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-48f64ea4-06ac-4f72-8490-974a1e1519bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-48f64ea4-06ac-4f72-8490-974a1e1519bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0ef680ac-e4ec-4225-b12d-3d0a201100bd {
  
}

#s-b0940681-2396-4f36-8529-a4d0b9f10d7b {
  
}

#s-1a6aafc9-d090-4a10-8cb9-e181d6de7c00 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1a6aafc9-d090-4a10-8cb9-e181d6de7c00"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1a6aafc9-d090-4a10-8cb9-e181d6de7c00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1a6aafc9-d090-4a10-8cb9-e181d6de7c00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a6aafc9-d090-4a10-8cb9-e181d6de7c00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2e37cc58-89cf-49e1-be5d-02b65d571153 {
  
}

#s-ea36efdc-179c-43e6-ae92-aa1444024af3 {
  
}

#s-63c61d15-650c-428d-b793-520ff55f850c {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-63c61d15-650c-428d-b793-520ff55f850c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-63c61d15-650c-428d-b793-520ff55f850c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-63c61d15-650c-428d-b793-520ff55f850c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-63c61d15-650c-428d-b793-520ff55f850c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fbc00847-8a9f-42bd-bf37-d0e9452e3d91 {
  
}

#s-dbc19892-5ba8-485e-9ceb-f5a8aa5c5466 {
  
}

#s-04490bd4-955b-4e21-b0f3-4872c9389714 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-04490bd4-955b-4e21-b0f3-4872c9389714"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-04490bd4-955b-4e21-b0f3-4872c9389714"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-04490bd4-955b-4e21-b0f3-4872c9389714"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-04490bd4-955b-4e21-b0f3-4872c9389714"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ee4936f7-8403-4e7f-9aa6-794dfa470f38 {
  
}

#s-30ffcdb6-e4b6-4f95-816c-fdb76f583d34 {
  
}

#s-f6193ebd-daa3-4912-b36d-bf9d5fe38422 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-f6193ebd-daa3-4912-b36d-bf9d5fe38422"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f6193ebd-daa3-4912-b36d-bf9d5fe38422"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f6193ebd-daa3-4912-b36d-bf9d5fe38422"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6193ebd-daa3-4912-b36d-bf9d5fe38422"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8422de12-39fa-49b6-8118-0f7c42576534 {
  
}

#s-40c2559d-3288-44df-83c4-3cd04294b799 {
  
}

#s-f8068741-89af-4a86-b8ca-ea8f7b332c53 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f8068741-89af-4a86-b8ca-ea8f7b332c53"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f8068741-89af-4a86-b8ca-ea8f7b332c53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f8068741-89af-4a86-b8ca-ea8f7b332c53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8068741-89af-4a86-b8ca-ea8f7b332c53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2975499f-aeee-45f9-a232-b9bb6ac31503 {
  
}

#s-f519c139-68b7-41d5-a582-952df62a575e {
  
}

#s-321b4f97-c98f-4322-84ac-a0dd9a721385 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-321b4f97-c98f-4322-84ac-a0dd9a721385"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-321b4f97-c98f-4322-84ac-a0dd9a721385"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-321b4f97-c98f-4322-84ac-a0dd9a721385"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-321b4f97-c98f-4322-84ac-a0dd9a721385"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-39ccdd98-c322-4de3-856d-0462a93bab89 {
  
}

#s-d4036d89-cdd6-44e3-b1ca-6adbf8a3bbbc {
  
}

#s-2cf2ddb3-c6e1-4ad8-ae8b-8e5d931038d8 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2cf2ddb3-c6e1-4ad8-ae8b-8e5d931038d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2cf2ddb3-c6e1-4ad8-ae8b-8e5d931038d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2cf2ddb3-c6e1-4ad8-ae8b-8e5d931038d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2cf2ddb3-c6e1-4ad8-ae8b-8e5d931038d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0d395ce9-2a46-412e-9964-5779ec3bcc8a {
  
}

#s-6165a523-8862-447f-a597-eb28e1185713 {
  
}

#s-5cb240af-532c-49b0-8b61-9780305f476c {
  margin-top: 20px;
min-height: 50px;
background-color: rgba(51, 49, 49, 1);
}








#s-5cb240af-532c-49b0-8b61-9780305f476c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cb240af-532c-49b0-8b61-9780305f476c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96721794-ac89-43b5-b67a-fe26be2a5d49 {
  margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-96721794-ac89-43b5-b67a-fe26be2a5d49 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-96721794-ac89-43b5-b67a-fe26be2a5d49 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-96721794-ac89-43b5-b67a-fe26be2a5d49"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-96721794-ac89-43b5-b67a-fe26be2a5d49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-96721794-ac89-43b5-b67a-fe26be2a5d49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-96721794-ac89-43b5-b67a-fe26be2a5d49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-9db942b3-51dd-4eb7-9f19-a2916e84078b {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-9db942b3-51dd-4eb7-9f19-a2916e84078b .shogun-icon-wrapper {
  text-align: center;
}


#s-9db942b3-51dd-4eb7-9f19-a2916e84078b .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-40744db4-85ab-4b08-82ab-ce31b043103a {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-40744db4-85ab-4b08-82ab-ce31b043103a .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-c9406be2-8b01-415d-97b7-902b41696e2f {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-8e993ef3-4047-40f3-95c6-8e9679ae916e {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-8e993ef3-4047-40f3-95c6-8e9679ae916e .shogun-icon-wrapper {
  text-align: center;
}


#s-8e993ef3-4047-40f3-95c6-8e9679ae916e .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-161647f1-40fb-4089-a93f-eba8a9db208f {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-161647f1-40fb-4089-a93f-eba8a9db208f .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1e1fb526-52ad-48c4-8641-a7b203475e57 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-2aeb9d1a-b6d0-4ccc-9bab-2b9b0f7b0d4b {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-2aeb9d1a-b6d0-4ccc-9bab-2b9b0f7b0d4b .shogun-icon-wrapper {
  text-align: center;
}


#s-2aeb9d1a-b6d0-4ccc-9bab-2b9b0f7b0d4b .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-a54372dd-61bc-4ac8-95b1-1a0f2949a0dc {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-a54372dd-61bc-4ac8-95b1-1a0f2949a0dc .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-3f89e6a7-5c7e-40e8-950b-eafc283bb40e {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-bcd80673-e3d2-4629-a84b-71f352f853cc {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-bcd80673-e3d2-4629-a84b-71f352f853cc .shogun-icon-wrapper {
  text-align: center;
}


#s-bcd80673-e3d2-4629-a84b-71f352f853cc .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-51fd6c97-886a-4f09-b6e7-6856071de726 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-51fd6c97-886a-4f09-b6e7-6856071de726 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-c44659f7-e4cb-4f93-a785-4d6a34271218 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-9f633d98-160c-46d5-b4a9-e273d42a1857 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-9f633d98-160c-46d5-b4a9-e273d42a1857 .shogun-icon-wrapper {
  text-align: center;
}


#s-9f633d98-160c-46d5-b4a9-e273d42a1857 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-57bc53c6-0c4d-4f20-8ac3-0902eb45811c {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-57bc53c6-0c4d-4f20-8ac3-0902eb45811c .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-a40f5f96-8cd6-451d-965e-339301ca3a31 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-cb87944c-3c75-49b7-8f1a-9d1593ac6111 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-cb87944c-3c75-49b7-8f1a-9d1593ac6111 .shogun-icon-wrapper {
  text-align: center;
}


#s-cb87944c-3c75-49b7-8f1a-9d1593ac6111 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-8412ed4d-9c16-4ec2-97b0-97189cde7068 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-8412ed4d-9c16-4ec2-97b0-97189cde7068 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-09a23658-1b0d-4f1e-ab7a-d74358e23b1c {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 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: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}
