.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-06425484-5034-409b-bca1-84fea8c0d82e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 3%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-06425484-5034-409b-bca1-84fea8c0d82e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-06425484-5034-409b-bca1-84fea8c0d82e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-06425484-5034-409b-bca1-84fea8c0d82e {
  
}
}@media (max-width: 767px){#s-06425484-5034-409b-bca1-84fea8c0d82e {
  display: none;
}
#s-06425484-5034-409b-bca1-84fea8c0d82e, #wrap-s-06425484-5034-409b-bca1-84fea8c0d82e { display:none !important; }}
#s-06425484-5034-409b-bca1-84fea8c0d82e {
  background-image: url(https://i.shgcdn.com/550209ba-f934-4542-b6d0-68fd34dc9f0b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-06425484-5034-409b-bca1-84fea8c0d82e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06425484-5034-409b-bca1-84fea8c0d82e.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-b5462141-cddc-4350-b70f-e7211d3c0f8f {
  margin-top: 13%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 40%;
padding-bottom: 0%;
text-align: left;
}

#s-b5462141-cddc-4350-b70f-e7211d3c0f8f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: left;
}



.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-94f39f98-b7df-4850-a264-621242a90f49 {
  margin-top: -8px;
margin-left: 5%;
margin-bottom: 9%;
margin-right: 56%;
padding-top: 1%;
padding-bottom: 1%;
}

#s-9093b74f-05d6-4eaa-ba3b-035a1603bff6 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 3%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-9093b74f-05d6-4eaa-ba3b-035a1603bff6 {
  display: none;
}
#s-9093b74f-05d6-4eaa-ba3b-035a1603bff6, #wrap-s-9093b74f-05d6-4eaa-ba3b-035a1603bff6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9093b74f-05d6-4eaa-ba3b-035a1603bff6 {
  display: none;
}
#s-9093b74f-05d6-4eaa-ba3b-035a1603bff6, #wrap-s-9093b74f-05d6-4eaa-ba3b-035a1603bff6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9093b74f-05d6-4eaa-ba3b-035a1603bff6 {
  display: none;
}
#s-9093b74f-05d6-4eaa-ba3b-035a1603bff6, #wrap-s-9093b74f-05d6-4eaa-ba3b-035a1603bff6 { display:none !important; }}@media (max-width: 767px){#s-9093b74f-05d6-4eaa-ba3b-035a1603bff6 {
  
}
}
#s-9093b74f-05d6-4eaa-ba3b-035a1603bff6 {
  background-image: url(https://i.shgcdn.com/111744df-7e09-4a00-b6d2-fe1fe3027006/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9093b74f-05d6-4eaa-ba3b-035a1603bff6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9093b74f-05d6-4eaa-ba3b-035a1603bff6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18394ed9-9c12-49ba-9c15-dce42ea93f23 {
  margin-top: 13%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 40%;
padding-bottom: 0%;
text-align: left;
}

#s-18394ed9-9c12-49ba-9c15-dce42ea93f23 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: left;
}



#s-72d891b8-232a-43bf-8990-91284ef9c6a3 {
  margin-top: -8px;
margin-left: 5%;
margin-bottom: 9%;
margin-right: 56%;
padding-top: 1%;
padding-bottom: 1%;
}

.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-b9fcd6b9-c48f-4262-97a6-ac33a89bdb03 {
  margin-top: 3%;
padding-left: 10%;
padding-bottom: 3%;
padding-right: 10%;
}
@media (max-width: 767px){#s-b9fcd6b9-c48f-4262-97a6-ac33a89bdb03 {
  
}
}
#s-b9fcd6b9-c48f-4262-97a6-ac33a89bdb03 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b9fcd6b9-c48f-4262-97a6-ac33a89bdb03 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b9fcd6b9-c48f-4262-97a6-ac33a89bdb03 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-b9fcd6b9-c48f-4262-97a6-ac33a89bdb03 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b9fcd6b9-c48f-4262-97a6-ac33a89bdb03 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b9fcd6b9-c48f-4262-97a6-ac33a89bdb03 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6a124cca-5041-49fd-a97e-73b64b4de3f6 {
  margin-top: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a124cca-5041-49fd-a97e-73b64b4de3f6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8c76113e-3ec2-4867-ac95-9d8c260f5a10 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-173cc117-d533-472f-bcc2-bb3218314775 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-0c75b78c-ebb2-49dd-bcbc-30a907d7b077 {
  margin-top: 1%;
margin-left: 2%;
margin-right: 2%;
}

#s-6f217696-f64a-4bf3-aaec-6379888afd52 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}

#s-6f217696-f64a-4bf3-aaec-6379888afd52 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-6f217696-f64a-4bf3-aaec-6379888afd52 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: ;
  font-style: ;
  color: #008000;
  font-family: Roboto;
  font-weight: 500;
  
  
  justify-content: center;
}

#s-6f217696-f64a-4bf3-aaec-6379888afd52 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-6f217696-f64a-4bf3-aaec-6379888afd52 .shogun-form-error-msg-container, #s-6f217696-f64a-4bf3-aaec-6379888afd52 .shogun-form-field-error-msg-container {
  display: none;
}

#s-6f217696-f64a-4bf3-aaec-6379888afd52 .shogun-form-error-msg {
  font-size: 12px;
  
  color: #ff0000;
  
  
  
  
  
}

#s-6f217696-f64a-4bf3-aaec-6379888afd52 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-9b55628b-06fb-4c07-9f9b-c1aa91625330  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-9b55628b-06fb-4c07-9f9b-c1aa91625330  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-9b55628b-06fb-4c07-9f9b-c1aa91625330 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-9b55628b-06fb-4c07-9f9b-c1aa91625330 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-962e12a0-2b8f-4946-ab49-2332040a09f6  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-962e12a0-2b8f-4946-ab49-2332040a09f6  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-962e12a0-2b8f-4946-ab49-2332040a09f6 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-962e12a0-2b8f-4946-ab49-2332040a09f6 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-4435be4a-fb68-4eec-9d7a-2596d4700844  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-4435be4a-fb68-4eec-9d7a-2596d4700844  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-4435be4a-fb68-4eec-9d7a-2596d4700844 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-4435be4a-fb68-4eec-9d7a-2596d4700844 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-96debffc-295e-43af-b46a-f743c130860b  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-96debffc-295e-43af-b46a-f743c130860b  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-96debffc-295e-43af-b46a-f743c130860b .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-96debffc-295e-43af-b46a-f743c130860b .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-3e7a65b4-e25f-4610-aedf-a5b507d33621  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-3e7a65b4-e25f-4610-aedf-a5b507d33621  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-3e7a65b4-e25f-4610-aedf-a5b507d33621 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-3e7a65b4-e25f-4610-aedf-a5b507d33621 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-bb58f057-42b5-4421-92f2-a573e1c9992c  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-bb58f057-42b5-4421-92f2-a573e1c9992c  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-bb58f057-42b5-4421-92f2-a573e1c9992c .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-bb58f057-42b5-4421-92f2-a573e1c9992c .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-cbdcb0bd-0453-45ed-b45d-248bc69fbe4b  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-cbdcb0bd-0453-45ed-b45d-248bc69fbe4b  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-cbdcb0bd-0453-45ed-b45d-248bc69fbe4b .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-cbdcb0bd-0453-45ed-b45d-248bc69fbe4b .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-76f07557-1027-429c-af3b-6fa14ce819a8  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-76f07557-1027-429c-af3b-6fa14ce819a8  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(104, 104, 104, 1);
  
  
  
  
}


#s-76f07557-1027-429c-af3b-6fa14ce819a8 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-76f07557-1027-429c-af3b-6fa14ce819a8 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-a5ecc2be-69f3-44ea-b3ef-be8f61094a64  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-a5ecc2be-69f3-44ea-b3ef-be8f61094a64  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(104, 104, 104, 1);
  
  
  
  
}


#s-a5ecc2be-69f3-44ea-b3ef-be8f61094a64 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-a5ecc2be-69f3-44ea-b3ef-be8f61094a64 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-50231bd6-006c-446a-a962-37460cd50470  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-50231bd6-006c-446a-a962-37460cd50470  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(104, 104, 104, 1);
  
  
  
  
}


#s-50231bd6-006c-446a-a962-37460cd50470 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-50231bd6-006c-446a-a962-37460cd50470 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-25aba628-229c-4bc0-9b48-6a09e5f405d5  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-25aba628-229c-4bc0-9b48-6a09e5f405d5  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-25aba628-229c-4bc0-9b48-6a09e5f405d5 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-25aba628-229c-4bc0-9b48-6a09e5f405d5 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-72b83af1-196c-4237-8b4d-beb09c771802  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-72b83af1-196c-4237-8b4d-beb09c771802  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(104, 104, 104, 1);
  
  
  
  
}


#s-72b83af1-196c-4237-8b4d-beb09c771802 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-72b83af1-196c-4237-8b4d-beb09c771802 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-c9c94cab-3246-48ad-89b8-de05d58b81b1  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-c9c94cab-3246-48ad-89b8-de05d58b81b1  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(104, 104, 104, 1);
  
  
  
  
}


#s-c9c94cab-3246-48ad-89b8-de05d58b81b1 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-c9c94cab-3246-48ad-89b8-de05d58b81b1 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-408222de-fcb9-44a7-bd18-146bae00002b  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-408222de-fcb9-44a7-bd18-146bae00002b  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(104, 104, 104, 1);
  
  
  
  
}


#s-408222de-fcb9-44a7-bd18-146bae00002b .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-408222de-fcb9-44a7-bd18-146bae00002b .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-622dd949-6113-4671-aea0-573a98b35498  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-622dd949-6113-4671-aea0-573a98b35498  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(104, 104, 104, 1);
  
  
  
  
}


#s-622dd949-6113-4671-aea0-573a98b35498 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-622dd949-6113-4671-aea0-573a98b35498 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-51e2c705-b23e-495b-be56-17b8a2cd6418  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-51e2c705-b23e-495b-be56-17b8a2cd6418  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(104, 104, 104, 1);
  
  
  
  
}


#s-51e2c705-b23e-495b-be56-17b8a2cd6418 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-51e2c705-b23e-495b-be56-17b8a2cd6418 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-3d07dc23-d41a-40d7-9ce7-f600fea1842d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
color: #FFFFFF;
background-color: rgba(161, 11, 16, 1);
text-align: center;
cursor: pointer;
font-family: Roboto;
font-weight: 500;
background-image: none;
hover-type: color;
}
#s-3d07dc23-d41a-40d7-9ce7-f600fea1842d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d07dc23-d41a-40d7-9ce7-f600fea1842d:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-3d07dc23-d41a-40d7-9ce7-f600fea1842d[disabled],
#s-3d07dc23-d41a-40d7-9ce7-f600fea1842d[disabled]:hover,
#s-3d07dc23-d41a-40d7-9ce7-f600fea1842d[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-3d07dc23-d41a-40d7-9ce7-f600fea1842d {
  display:  inline-block ;
  width:  auto ;
}


#s-9bccbcc4-d88a-495a-8c9b-7c912d0108c1 {
  margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9bccbcc4-d88a-495a-8c9b-7c912d0108c1 .shogun-heading-component h1 {
  color: rgba(161, 11, 16, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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;
}

@media (min-width: 0px) {
[id="s-15d1e190-5e79-45a8-aba8-b54df863ff93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15d1e190-5e79-45a8-aba8-b54df863ff93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-15d1e190-5e79-45a8-aba8-b54df863ff93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-15d1e190-5e79-45a8-aba8-b54df863ff93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-825ac8ac-b314-4006-ac87-2bc2b941dc08 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-825ac8ac-b314-4006-ac87-2bc2b941dc08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-825ac8ac-b314-4006-ac87-2bc2b941dc08.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1e8f3fc2-2b30-4fce-b565-956e220a3e44 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-1e8f3fc2-2b30-4fce-b565-956e220a3e44 .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.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-59146d7f-40e5-48c1-849b-e9f1184bde00 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-59146d7f-40e5-48c1-849b-e9f1184bde00 .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-59146d7f-40e5-48c1-849b-e9f1184bde00 .shg-sld-nav-button.shg-sld-left,
#s-59146d7f-40e5-48c1-849b-e9f1184bde00 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-dfc09afb-487d-4708-894f-762df523e3eb {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-dfc09afb-487d-4708-894f-762df523e3eb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dfc09afb-487d-4708-894f-762df523e3eb {
  
}
}
#s-3c124651-234b-4a16-89d5-24f87138c154 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-3c124651-234b-4a16-89d5-24f87138c154 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c124651-234b-4a16-89d5-24f87138c154.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4777f127-562c-43be-949b-91fdc2b28c1d {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-4777f127-562c-43be-949b-91fdc2b28c1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4777f127-562c-43be-949b-91fdc2b28c1d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4777f127-562c-43be-949b-91fdc2b28c1d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4777f127-562c-43be-949b-91fdc2b28c1d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4777f127-562c-43be-949b-91fdc2b28c1d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4777f127-562c-43be-949b-91fdc2b28c1d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4777f127-562c-43be-949b-91fdc2b28c1d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-44cacddd-fd1b-4729-8d51-c6abf6a71d9f {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-44cacddd-fd1b-4729-8d51-c6abf6a71d9f:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-44cacddd-fd1b-4729-8d51-c6abf6a71d9f:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-44cacddd-fd1b-4729-8d51-c6abf6a71d9f-root {
    text-align: center;
  }


#s-44cacddd-fd1b-4729-8d51-c6abf6a71d9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-44cacddd-fd1b-4729-8d51-c6abf6a71d9f-root {
    text-align: center;
  }


#s-44cacddd-fd1b-4729-8d51-c6abf6a71d9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-44cacddd-fd1b-4729-8d51-c6abf6a71d9f-root {
    text-align: center;
  }


#s-44cacddd-fd1b-4729-8d51-c6abf6a71d9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-44cacddd-fd1b-4729-8d51-c6abf6a71d9f-root {
    text-align: center;
  }


#s-44cacddd-fd1b-4729-8d51-c6abf6a71d9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-44cacddd-fd1b-4729-8d51-c6abf6a71d9f-root {
    text-align: center;
  }


#s-44cacddd-fd1b-4729-8d51-c6abf6a71d9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
#s-f460e47d-d0b1-40b9-a629-78060da3f2c7 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-f460e47d-d0b1-40b9-a629-78060da3f2c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f460e47d-d0b1-40b9-a629-78060da3f2c7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b4dde636-edf6-4390-991e-6d824ff3b477 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-b4dde636-edf6-4390-991e-6d824ff3b477 .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-37032564-f9e9-4ece-8a3c-60eea45e1df6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-37032564-f9e9-4ece-8a3c-60eea45e1df6 .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-37032564-f9e9-4ece-8a3c-60eea45e1df6 .shg-sld-nav-button.shg-sld-left,
#s-37032564-f9e9-4ece-8a3c-60eea45e1df6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-5e53122b-6161-4a8e-927a-d739e81fbfc7 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-5e53122b-6161-4a8e-927a-d739e81fbfc7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e53122b-6161-4a8e-927a-d739e81fbfc7 {
  
}
}
#s-2f73c656-adb1-4cc7-ad8a-a923d552bcda {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-2f73c656-adb1-4cc7-ad8a-a923d552bcda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f73c656-adb1-4cc7-ad8a-a923d552bcda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5227fb6a-f087-4a0c-834c-3a33bf6df570 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-5227fb6a-f087-4a0c-834c-3a33bf6df570"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5227fb6a-f087-4a0c-834c-3a33bf6df570"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5227fb6a-f087-4a0c-834c-3a33bf6df570"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5227fb6a-f087-4a0c-834c-3a33bf6df570"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5227fb6a-f087-4a0c-834c-3a33bf6df570"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5227fb6a-f087-4a0c-834c-3a33bf6df570"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5227fb6a-f087-4a0c-834c-3a33bf6df570"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-0ecf26bd-0b8e-44e4-b12b-2cf93ba6fd24 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-0ecf26bd-0b8e-44e4-b12b-2cf93ba6fd24:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-0ecf26bd-0b8e-44e4-b12b-2cf93ba6fd24:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-0ecf26bd-0b8e-44e4-b12b-2cf93ba6fd24-root {
    text-align: center;
  }


#s-0ecf26bd-0b8e-44e4-b12b-2cf93ba6fd24.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0ecf26bd-0b8e-44e4-b12b-2cf93ba6fd24-root {
    text-align: center;
  }


#s-0ecf26bd-0b8e-44e4-b12b-2cf93ba6fd24.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ecf26bd-0b8e-44e4-b12b-2cf93ba6fd24-root {
    text-align: center;
  }


#s-0ecf26bd-0b8e-44e4-b12b-2cf93ba6fd24.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ecf26bd-0b8e-44e4-b12b-2cf93ba6fd24-root {
    text-align: center;
  }


#s-0ecf26bd-0b8e-44e4-b12b-2cf93ba6fd24.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0ecf26bd-0b8e-44e4-b12b-2cf93ba6fd24-root {
    text-align: center;
  }


#s-0ecf26bd-0b8e-44e4-b12b-2cf93ba6fd24.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
#s-94828360-f414-4d19-9c95-a9ab2920a6cd {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-94828360-f414-4d19-9c95-a9ab2920a6cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94828360-f414-4d19-9c95-a9ab2920a6cd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fea1d8ac-eaca-4663-8b96-47b178225a43 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-fea1d8ac-eaca-4663-8b96-47b178225a43 .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8ce56341-9c8b-4a68-8f24-d045eb41ae4a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8ce56341-9c8b-4a68-8f24-d045eb41ae4a .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-8ce56341-9c8b-4a68-8f24-d045eb41ae4a .shg-sld-nav-button.shg-sld-left,
#s-8ce56341-9c8b-4a68-8f24-d045eb41ae4a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-f7edc74f-620f-4504-b095-0ca169378d8b {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-f7edc74f-620f-4504-b095-0ca169378d8b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7edc74f-620f-4504-b095-0ca169378d8b {
  
}
}
#s-530db037-7b89-45ab-a931-1c5d451d2972 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-530db037-7b89-45ab-a931-1c5d451d2972 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-530db037-7b89-45ab-a931-1c5d451d2972.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ba42366-97a9-4cd9-b198-4945d46b5e9f {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-4ba42366-97a9-4cd9-b198-4945d46b5e9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ba42366-97a9-4cd9-b198-4945d46b5e9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ba42366-97a9-4cd9-b198-4945d46b5e9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4ba42366-97a9-4cd9-b198-4945d46b5e9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ba42366-97a9-4cd9-b198-4945d46b5e9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ba42366-97a9-4cd9-b198-4945d46b5e9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ba42366-97a9-4cd9-b198-4945d46b5e9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-690bc370-7929-4513-b21a-53c09435db1b {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-690bc370-7929-4513-b21a-53c09435db1b:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-690bc370-7929-4513-b21a-53c09435db1b:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-690bc370-7929-4513-b21a-53c09435db1b-root {
    text-align: center;
  }


#s-690bc370-7929-4513-b21a-53c09435db1b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-690bc370-7929-4513-b21a-53c09435db1b-root {
    text-align: center;
  }


#s-690bc370-7929-4513-b21a-53c09435db1b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-690bc370-7929-4513-b21a-53c09435db1b-root {
    text-align: center;
  }


#s-690bc370-7929-4513-b21a-53c09435db1b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-690bc370-7929-4513-b21a-53c09435db1b-root {
    text-align: center;
  }


#s-690bc370-7929-4513-b21a-53c09435db1b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-690bc370-7929-4513-b21a-53c09435db1b-root {
    text-align: center;
  }


#s-690bc370-7929-4513-b21a-53c09435db1b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-3ef2afa9-ccaa-4aad-86d1-2342edcecec1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ef2afa9-ccaa-4aad-86d1-2342edcecec1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3ef2afa9-ccaa-4aad-86d1-2342edcecec1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ef2afa9-ccaa-4aad-86d1-2342edcecec1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-50213b55-7168-4e8d-b8d2-5fa274d9d35a {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-50213b55-7168-4e8d-b8d2-5fa274d9d35a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50213b55-7168-4e8d-b8d2-5fa274d9d35a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bf794ee6-1ac4-41e4-b351-6bf5745980d3 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-bf794ee6-1ac4-41e4-b351-6bf5745980d3 .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-565d588d-0646-4b53-9d53-5de9aa918925 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-565d588d-0646-4b53-9d53-5de9aa918925 .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-565d588d-0646-4b53-9d53-5de9aa918925 .shg-sld-nav-button.shg-sld-left,
#s-565d588d-0646-4b53-9d53-5de9aa918925 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-add48458-dabe-4006-ba9d-944c3e9d7cea {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-add48458-dabe-4006-ba9d-944c3e9d7cea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-add48458-dabe-4006-ba9d-944c3e9d7cea {
  
}
}
#s-56eb9813-c92b-481b-b3c3-654f4a949c5c {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-56eb9813-c92b-481b-b3c3-654f4a949c5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56eb9813-c92b-481b-b3c3-654f4a949c5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c851580-5469-46f9-804d-b405f1b64667 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-8c851580-5469-46f9-804d-b405f1b64667"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c851580-5469-46f9-804d-b405f1b64667"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8c851580-5469-46f9-804d-b405f1b64667"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8c851580-5469-46f9-804d-b405f1b64667"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8c851580-5469-46f9-804d-b405f1b64667"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c851580-5469-46f9-804d-b405f1b64667"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8c851580-5469-46f9-804d-b405f1b64667"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-4354aeb1-3c30-4eca-819e-f98a70baa613 {
  border-style: solid;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-4354aeb1-3c30-4eca-819e-f98a70baa613:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-4354aeb1-3c30-4eca-819e-f98a70baa613:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-4354aeb1-3c30-4eca-819e-f98a70baa613-root {
    text-align: center;
  }


#s-4354aeb1-3c30-4eca-819e-f98a70baa613.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4354aeb1-3c30-4eca-819e-f98a70baa613-root {
    text-align: center;
  }


#s-4354aeb1-3c30-4eca-819e-f98a70baa613.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4354aeb1-3c30-4eca-819e-f98a70baa613-root {
    text-align: center;
  }


#s-4354aeb1-3c30-4eca-819e-f98a70baa613.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4354aeb1-3c30-4eca-819e-f98a70baa613-root {
    text-align: center;
  }


#s-4354aeb1-3c30-4eca-819e-f98a70baa613.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4354aeb1-3c30-4eca-819e-f98a70baa613-root {
    text-align: center;
  }


#s-4354aeb1-3c30-4eca-819e-f98a70baa613.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
#s-441947f2-65c5-4075-9024-4c58dec618ad {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-441947f2-65c5-4075-9024-4c58dec618ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-441947f2-65c5-4075-9024-4c58dec618ad.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b51d2e6a-ad74-4235-bfa7-0bee42c3577f {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-b51d2e6a-ad74-4235-bfa7-0bee42c3577f .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e87b8d21-4579-4785-be69-973870980c88 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e87b8d21-4579-4785-be69-973870980c88 .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-e87b8d21-4579-4785-be69-973870980c88 .shg-sld-nav-button.shg-sld-left,
#s-e87b8d21-4579-4785-be69-973870980c88 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-86ae46e7-9022-4a51-ab74-3ee198b787c6 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-86ae46e7-9022-4a51-ab74-3ee198b787c6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86ae46e7-9022-4a51-ab74-3ee198b787c6 {
  
}
}
#s-c33261bf-b229-491c-bb43-d3d245e8f69c {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-c33261bf-b229-491c-bb43-d3d245e8f69c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c33261bf-b229-491c-bb43-d3d245e8f69c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64e34add-cbf5-46bb-b80c-19c0084a0f4c {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-64e34add-cbf5-46bb-b80c-19c0084a0f4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64e34add-cbf5-46bb-b80c-19c0084a0f4c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-64e34add-cbf5-46bb-b80c-19c0084a0f4c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-64e34add-cbf5-46bb-b80c-19c0084a0f4c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-64e34add-cbf5-46bb-b80c-19c0084a0f4c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-64e34add-cbf5-46bb-b80c-19c0084a0f4c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-64e34add-cbf5-46bb-b80c-19c0084a0f4c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-f2c41289-8a16-48f2-820c-ff4a2599b43e {
  border-style: solid;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f2c41289-8a16-48f2-820c-ff4a2599b43e:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-f2c41289-8a16-48f2-820c-ff4a2599b43e:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-f2c41289-8a16-48f2-820c-ff4a2599b43e-root {
    text-align: center;
  }


#s-f2c41289-8a16-48f2-820c-ff4a2599b43e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f2c41289-8a16-48f2-820c-ff4a2599b43e-root {
    text-align: center;
  }


#s-f2c41289-8a16-48f2-820c-ff4a2599b43e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2c41289-8a16-48f2-820c-ff4a2599b43e-root {
    text-align: center;
  }


#s-f2c41289-8a16-48f2-820c-ff4a2599b43e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2c41289-8a16-48f2-820c-ff4a2599b43e-root {
    text-align: center;
  }


#s-f2c41289-8a16-48f2-820c-ff4a2599b43e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f2c41289-8a16-48f2-820c-ff4a2599b43e-root {
    text-align: center;
  }


#s-f2c41289-8a16-48f2-820c-ff4a2599b43e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
#s-eb166570-124d-4495-b708-1e8699e4c5bf {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-eb166570-124d-4495-b708-1e8699e4c5bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb166570-124d-4495-b708-1e8699e4c5bf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7ca4081d-4102-4850-9642-b6e30542cf55 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-7ca4081d-4102-4850-9642-b6e30542cf55 .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-12427734-b815-4e6e-b287-7763807b0697 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-12427734-b815-4e6e-b287-7763807b0697 .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-12427734-b815-4e6e-b287-7763807b0697 .shg-sld-nav-button.shg-sld-left,
#s-12427734-b815-4e6e-b287-7763807b0697 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-c5b190fc-bd4e-40fe-ad7a-2fc11a6dfee7 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-c5b190fc-bd4e-40fe-ad7a-2fc11a6dfee7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c5b190fc-bd4e-40fe-ad7a-2fc11a6dfee7 {
  
}
}
#s-7e1bc067-2d1d-4668-9534-29aa0ffd9bba {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-7e1bc067-2d1d-4668-9534-29aa0ffd9bba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e1bc067-2d1d-4668-9534-29aa0ffd9bba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58d13f49-c286-4ddf-89f7-c6ee63b6299b {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-58d13f49-c286-4ddf-89f7-c6ee63b6299b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58d13f49-c286-4ddf-89f7-c6ee63b6299b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-58d13f49-c286-4ddf-89f7-c6ee63b6299b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-58d13f49-c286-4ddf-89f7-c6ee63b6299b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-58d13f49-c286-4ddf-89f7-c6ee63b6299b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-58d13f49-c286-4ddf-89f7-c6ee63b6299b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-58d13f49-c286-4ddf-89f7-c6ee63b6299b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-143f842b-69c2-4bfb-bf5c-134adad66dca {
  border-style: solid;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-143f842b-69c2-4bfb-bf5c-134adad66dca:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-143f842b-69c2-4bfb-bf5c-134adad66dca:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-143f842b-69c2-4bfb-bf5c-134adad66dca-root {
    text-align: center;
  }


#s-143f842b-69c2-4bfb-bf5c-134adad66dca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-143f842b-69c2-4bfb-bf5c-134adad66dca-root {
    text-align: center;
  }


#s-143f842b-69c2-4bfb-bf5c-134adad66dca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-143f842b-69c2-4bfb-bf5c-134adad66dca-root {
    text-align: center;
  }


#s-143f842b-69c2-4bfb-bf5c-134adad66dca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-143f842b-69c2-4bfb-bf5c-134adad66dca-root {
    text-align: center;
  }


#s-143f842b-69c2-4bfb-bf5c-134adad66dca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-143f842b-69c2-4bfb-bf5c-134adad66dca-root {
    text-align: center;
  }


#s-143f842b-69c2-4bfb-bf5c-134adad66dca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-a3bf90e2-def8-4a69-a2b0-23716344b8c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3bf90e2-def8-4a69-a2b0-23716344b8c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a3bf90e2-def8-4a69-a2b0-23716344b8c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3bf90e2-def8-4a69-a2b0-23716344b8c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2045990c-2208-4c74-a87f-ba376c9104e1 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-2045990c-2208-4c74-a87f-ba376c9104e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2045990c-2208-4c74-a87f-ba376c9104e1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-37294e0f-8f08-40c9-8cd5-7633c5c95d44 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-37294e0f-8f08-40c9-8cd5-7633c5c95d44 .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e13f5173-6f09-4ac9-a312-abf9a52984ae {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e13f5173-6f09-4ac9-a312-abf9a52984ae .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-e13f5173-6f09-4ac9-a312-abf9a52984ae .shg-sld-nav-button.shg-sld-left,
#s-e13f5173-6f09-4ac9-a312-abf9a52984ae .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-96d5d65c-0198-4efd-b6a9-02c9464b8ef9 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-96d5d65c-0198-4efd-b6a9-02c9464b8ef9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96d5d65c-0198-4efd-b6a9-02c9464b8ef9 {
  
}
}
#s-ece5437a-3363-465f-8a57-08556f0de249 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-ece5437a-3363-465f-8a57-08556f0de249 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ece5437a-3363-465f-8a57-08556f0de249.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a28a2bd-e0e8-4ed7-83d1-852f376f4070 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-9a28a2bd-e0e8-4ed7-83d1-852f376f4070"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a28a2bd-e0e8-4ed7-83d1-852f376f4070"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a28a2bd-e0e8-4ed7-83d1-852f376f4070"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a28a2bd-e0e8-4ed7-83d1-852f376f4070"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a28a2bd-e0e8-4ed7-83d1-852f376f4070"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a28a2bd-e0e8-4ed7-83d1-852f376f4070"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a28a2bd-e0e8-4ed7-83d1-852f376f4070"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-97959910-a2f6-4280-95b7-e29ea63f3806 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-97959910-a2f6-4280-95b7-e29ea63f3806:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-97959910-a2f6-4280-95b7-e29ea63f3806:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-97959910-a2f6-4280-95b7-e29ea63f3806-root {
    text-align: center;
  }


#s-97959910-a2f6-4280-95b7-e29ea63f3806.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-97959910-a2f6-4280-95b7-e29ea63f3806-root {
    text-align: center;
  }


#s-97959910-a2f6-4280-95b7-e29ea63f3806.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-97959910-a2f6-4280-95b7-e29ea63f3806-root {
    text-align: center;
  }


#s-97959910-a2f6-4280-95b7-e29ea63f3806.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-97959910-a2f6-4280-95b7-e29ea63f3806-root {
    text-align: center;
  }


#s-97959910-a2f6-4280-95b7-e29ea63f3806.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-97959910-a2f6-4280-95b7-e29ea63f3806-root {
    text-align: center;
  }


#s-97959910-a2f6-4280-95b7-e29ea63f3806.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
#s-9456f066-8fdc-4ec6-a85f-cbeb267416f3 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-9456f066-8fdc-4ec6-a85f-cbeb267416f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9456f066-8fdc-4ec6-a85f-cbeb267416f3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e5e2d4cf-542d-4f72-8271-4c59331ec534 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-e5e2d4cf-542d-4f72-8271-4c59331ec534 .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-24202f1e-7bc0-4427-9332-80857055ba2a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-24202f1e-7bc0-4427-9332-80857055ba2a .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-24202f1e-7bc0-4427-9332-80857055ba2a .shg-sld-nav-button.shg-sld-left,
#s-24202f1e-7bc0-4427-9332-80857055ba2a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-fc7d54fa-32a2-42a7-8b15-71ab31f058b7 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-fc7d54fa-32a2-42a7-8b15-71ab31f058b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc7d54fa-32a2-42a7-8b15-71ab31f058b7 {
  
}
}
#s-ddb1f97d-7bc1-487d-a4b5-2c5e554f9281 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-ddb1f97d-7bc1-487d-a4b5-2c5e554f9281 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddb1f97d-7bc1-487d-a4b5-2c5e554f9281.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a03284ac-ab23-4a38-a2f1-9a878cd4923e {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-a03284ac-ab23-4a38-a2f1-9a878cd4923e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a03284ac-ab23-4a38-a2f1-9a878cd4923e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a03284ac-ab23-4a38-a2f1-9a878cd4923e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a03284ac-ab23-4a38-a2f1-9a878cd4923e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a03284ac-ab23-4a38-a2f1-9a878cd4923e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a03284ac-ab23-4a38-a2f1-9a878cd4923e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a03284ac-ab23-4a38-a2f1-9a878cd4923e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-5814e191-9d30-4ea0-a8d6-9b604ea803ae {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-5814e191-9d30-4ea0-a8d6-9b604ea803ae:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-5814e191-9d30-4ea0-a8d6-9b604ea803ae:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-5814e191-9d30-4ea0-a8d6-9b604ea803ae-root {
    text-align: center;
  }


#s-5814e191-9d30-4ea0-a8d6-9b604ea803ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5814e191-9d30-4ea0-a8d6-9b604ea803ae-root {
    text-align: center;
  }


#s-5814e191-9d30-4ea0-a8d6-9b604ea803ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5814e191-9d30-4ea0-a8d6-9b604ea803ae-root {
    text-align: center;
  }


#s-5814e191-9d30-4ea0-a8d6-9b604ea803ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5814e191-9d30-4ea0-a8d6-9b604ea803ae-root {
    text-align: center;
  }


#s-5814e191-9d30-4ea0-a8d6-9b604ea803ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5814e191-9d30-4ea0-a8d6-9b604ea803ae-root {
    text-align: center;
  }


#s-5814e191-9d30-4ea0-a8d6-9b604ea803ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
#s-e87b82a3-efa6-412c-b095-a5580862c9c6 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-e87b82a3-efa6-412c-b095-a5580862c9c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e87b82a3-efa6-412c-b095-a5580862c9c6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f576f441-b99d-4d88-b8d9-a7bccc6c4cfb {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-f576f441-b99d-4d88-b8d9-a7bccc6c4cfb .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e965de25-611e-4718-a673-88a00cac297c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e965de25-611e-4718-a673-88a00cac297c .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-e965de25-611e-4718-a673-88a00cac297c .shg-sld-nav-button.shg-sld-left,
#s-e965de25-611e-4718-a673-88a00cac297c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-d998bbf0-6202-4d84-990c-3d3356138128 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-d998bbf0-6202-4d84-990c-3d3356138128 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d998bbf0-6202-4d84-990c-3d3356138128 {
  
}
}
#s-9cee36dc-934e-44f5-8d74-a66908a71428 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-9cee36dc-934e-44f5-8d74-a66908a71428 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cee36dc-934e-44f5-8d74-a66908a71428.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7e40be9-c87c-49e3-9ac3-63e77f128977 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-a7e40be9-c87c-49e3-9ac3-63e77f128977"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7e40be9-c87c-49e3-9ac3-63e77f128977"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a7e40be9-c87c-49e3-9ac3-63e77f128977"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a7e40be9-c87c-49e3-9ac3-63e77f128977"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a7e40be9-c87c-49e3-9ac3-63e77f128977"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7e40be9-c87c-49e3-9ac3-63e77f128977"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a7e40be9-c87c-49e3-9ac3-63e77f128977"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-c364885e-43a3-4a5c-8006-521f76dfa1a9 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-c364885e-43a3-4a5c-8006-521f76dfa1a9:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-c364885e-43a3-4a5c-8006-521f76dfa1a9:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-c364885e-43a3-4a5c-8006-521f76dfa1a9-root {
    text-align: center;
  }


#s-c364885e-43a3-4a5c-8006-521f76dfa1a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c364885e-43a3-4a5c-8006-521f76dfa1a9-root {
    text-align: center;
  }


#s-c364885e-43a3-4a5c-8006-521f76dfa1a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c364885e-43a3-4a5c-8006-521f76dfa1a9-root {
    text-align: center;
  }


#s-c364885e-43a3-4a5c-8006-521f76dfa1a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c364885e-43a3-4a5c-8006-521f76dfa1a9-root {
    text-align: center;
  }


#s-c364885e-43a3-4a5c-8006-521f76dfa1a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c364885e-43a3-4a5c-8006-521f76dfa1a9-root {
    text-align: center;
  }


#s-c364885e-43a3-4a5c-8006-521f76dfa1a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-b33788e8-be4f-4c1a-a48d-71f09005d10d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b33788e8-be4f-4c1a-a48d-71f09005d10d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b33788e8-be4f-4c1a-a48d-71f09005d10d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b33788e8-be4f-4c1a-a48d-71f09005d10d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f40e54b7-43a3-4172-8ebb-2421f85ad8d9 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-f40e54b7-43a3-4172-8ebb-2421f85ad8d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f40e54b7-43a3-4172-8ebb-2421f85ad8d9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-48035a9d-563c-4c33-a98e-42eb916175a7 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-48035a9d-563c-4c33-a98e-42eb916175a7 .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8f152d44-1267-4b22-8735-9b0758497e91 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8f152d44-1267-4b22-8735-9b0758497e91 .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-8f152d44-1267-4b22-8735-9b0758497e91 .shg-sld-nav-button.shg-sld-left,
#s-8f152d44-1267-4b22-8735-9b0758497e91 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-62fcb5b4-e70a-4046-bc7f-5c3a187b0b24 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-62fcb5b4-e70a-4046-bc7f-5c3a187b0b24 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62fcb5b4-e70a-4046-bc7f-5c3a187b0b24 {
  
}
}
#s-d2c1c10c-e1f7-495c-8070-c84d30ae280b {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-d2c1c10c-e1f7-495c-8070-c84d30ae280b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2c1c10c-e1f7-495c-8070-c84d30ae280b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71a7da9f-aaee-4f4d-ba35-de503448d9c1 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-71a7da9f-aaee-4f4d-ba35-de503448d9c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71a7da9f-aaee-4f4d-ba35-de503448d9c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-71a7da9f-aaee-4f4d-ba35-de503448d9c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-71a7da9f-aaee-4f4d-ba35-de503448d9c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-71a7da9f-aaee-4f4d-ba35-de503448d9c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-71a7da9f-aaee-4f4d-ba35-de503448d9c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-71a7da9f-aaee-4f4d-ba35-de503448d9c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-8006c7c6-62b0-481b-8e50-3eb60359e032 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-8006c7c6-62b0-481b-8e50-3eb60359e032:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-8006c7c6-62b0-481b-8e50-3eb60359e032:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-8006c7c6-62b0-481b-8e50-3eb60359e032-root {
    text-align: center;
  }


#s-8006c7c6-62b0-481b-8e50-3eb60359e032.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8006c7c6-62b0-481b-8e50-3eb60359e032-root {
    text-align: center;
  }


#s-8006c7c6-62b0-481b-8e50-3eb60359e032.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8006c7c6-62b0-481b-8e50-3eb60359e032-root {
    text-align: center;
  }


#s-8006c7c6-62b0-481b-8e50-3eb60359e032.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8006c7c6-62b0-481b-8e50-3eb60359e032-root {
    text-align: center;
  }


#s-8006c7c6-62b0-481b-8e50-3eb60359e032.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8006c7c6-62b0-481b-8e50-3eb60359e032-root {
    text-align: center;
  }


#s-8006c7c6-62b0-481b-8e50-3eb60359e032.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
#s-6d42b2b8-ab2c-48e7-b780-d90aaf705312 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-6d42b2b8-ab2c-48e7-b780-d90aaf705312 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d42b2b8-ab2c-48e7-b780-d90aaf705312.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-addb30ce-db7c-4235-8fde-cba5d01ecb26 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-addb30ce-db7c-4235-8fde-cba5d01ecb26 .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e61319e4-1fe4-434b-aae9-8a1a94d13b92 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e61319e4-1fe4-434b-aae9-8a1a94d13b92 .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-e61319e4-1fe4-434b-aae9-8a1a94d13b92 .shg-sld-nav-button.shg-sld-left,
#s-e61319e4-1fe4-434b-aae9-8a1a94d13b92 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-869783e3-2656-4153-bee3-c306746d27d4 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-869783e3-2656-4153-bee3-c306746d27d4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-869783e3-2656-4153-bee3-c306746d27d4 {
  
}
}
#s-b957365e-46a1-4213-8be5-6065a83e31bc {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-b957365e-46a1-4213-8be5-6065a83e31bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b957365e-46a1-4213-8be5-6065a83e31bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7aa2aedf-0663-4ca9-8475-dd419004e416 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-7aa2aedf-0663-4ca9-8475-dd419004e416"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7aa2aedf-0663-4ca9-8475-dd419004e416"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7aa2aedf-0663-4ca9-8475-dd419004e416"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7aa2aedf-0663-4ca9-8475-dd419004e416"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7aa2aedf-0663-4ca9-8475-dd419004e416"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7aa2aedf-0663-4ca9-8475-dd419004e416"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7aa2aedf-0663-4ca9-8475-dd419004e416"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-d806907a-ded5-40af-8c0b-bcebe105acc9 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-d806907a-ded5-40af-8c0b-bcebe105acc9:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-d806907a-ded5-40af-8c0b-bcebe105acc9:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-d806907a-ded5-40af-8c0b-bcebe105acc9-root {
    text-align: center;
  }


#s-d806907a-ded5-40af-8c0b-bcebe105acc9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d806907a-ded5-40af-8c0b-bcebe105acc9-root {
    text-align: center;
  }


#s-d806907a-ded5-40af-8c0b-bcebe105acc9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d806907a-ded5-40af-8c0b-bcebe105acc9-root {
    text-align: center;
  }


#s-d806907a-ded5-40af-8c0b-bcebe105acc9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d806907a-ded5-40af-8c0b-bcebe105acc9-root {
    text-align: center;
  }


#s-d806907a-ded5-40af-8c0b-bcebe105acc9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d806907a-ded5-40af-8c0b-bcebe105acc9-root {
    text-align: center;
  }


#s-d806907a-ded5-40af-8c0b-bcebe105acc9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
#s-aa7d2dfa-c644-42f2-9040-d9185178ab4d {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-aa7d2dfa-c644-42f2-9040-d9185178ab4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa7d2dfa-c644-42f2-9040-d9185178ab4d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-95f8586b-bc09-4992-b8bc-068f5d3ee99b {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-95f8586b-bc09-4992-b8bc-068f5d3ee99b .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-9eb1a59c-b876-4a68-b931-2c38be1f5d4c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9eb1a59c-b876-4a68-b931-2c38be1f5d4c .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-9eb1a59c-b876-4a68-b931-2c38be1f5d4c .shg-sld-nav-button.shg-sld-left,
#s-9eb1a59c-b876-4a68-b931-2c38be1f5d4c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-7486d8f1-699a-42c0-bc44-be39aad09531 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-7486d8f1-699a-42c0-bc44-be39aad09531 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7486d8f1-699a-42c0-bc44-be39aad09531 {
  
}
}
#s-293b8905-bd0a-4b0b-9e9c-42617f5b3a5f {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-293b8905-bd0a-4b0b-9e9c-42617f5b3a5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-293b8905-bd0a-4b0b-9e9c-42617f5b3a5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcb91543-24b0-441e-b12f-5a15076b5bd6 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-bcb91543-24b0-441e-b12f-5a15076b5bd6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bcb91543-24b0-441e-b12f-5a15076b5bd6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bcb91543-24b0-441e-b12f-5a15076b5bd6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bcb91543-24b0-441e-b12f-5a15076b5bd6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bcb91543-24b0-441e-b12f-5a15076b5bd6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcb91543-24b0-441e-b12f-5a15076b5bd6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bcb91543-24b0-441e-b12f-5a15076b5bd6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-f1d7b676-8220-476e-91f9-e5d88397dae9 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f1d7b676-8220-476e-91f9-e5d88397dae9:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-f1d7b676-8220-476e-91f9-e5d88397dae9:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-f1d7b676-8220-476e-91f9-e5d88397dae9-root {
    text-align: center;
  }


#s-f1d7b676-8220-476e-91f9-e5d88397dae9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f1d7b676-8220-476e-91f9-e5d88397dae9-root {
    text-align: center;
  }


#s-f1d7b676-8220-476e-91f9-e5d88397dae9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f1d7b676-8220-476e-91f9-e5d88397dae9-root {
    text-align: center;
  }


#s-f1d7b676-8220-476e-91f9-e5d88397dae9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f1d7b676-8220-476e-91f9-e5d88397dae9-root {
    text-align: center;
  }


#s-f1d7b676-8220-476e-91f9-e5d88397dae9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f1d7b676-8220-476e-91f9-e5d88397dae9-root {
    text-align: center;
  }


#s-f1d7b676-8220-476e-91f9-e5d88397dae9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-bb7d7579-a044-4b5c-9623-ce4544e406bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb7d7579-a044-4b5c-9623-ce4544e406bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bb7d7579-a044-4b5c-9623-ce4544e406bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb7d7579-a044-4b5c-9623-ce4544e406bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2f20afd4-a181-488a-9af8-f2e2f8edd80d {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-2f20afd4-a181-488a-9af8-f2e2f8edd80d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f20afd4-a181-488a-9af8-f2e2f8edd80d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cbb2b4ba-a625-4e23-9603-22a4234c42ff {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-cbb2b4ba-a625-4e23-9603-22a4234c42ff .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c98134d2-3c26-43a0-a3c9-f4372082e220 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c98134d2-3c26-43a0-a3c9-f4372082e220 .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-c98134d2-3c26-43a0-a3c9-f4372082e220 .shg-sld-nav-button.shg-sld-left,
#s-c98134d2-3c26-43a0-a3c9-f4372082e220 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-944ff343-0047-4b76-8fbc-0575adf3266e {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-944ff343-0047-4b76-8fbc-0575adf3266e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-944ff343-0047-4b76-8fbc-0575adf3266e {
  
}
}
#s-e6954ce4-9230-4614-bb68-98e139fa028b {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-e6954ce4-9230-4614-bb68-98e139fa028b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6954ce4-9230-4614-bb68-98e139fa028b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-321fb90a-682b-4585-be2a-3382e4f561c9 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-321fb90a-682b-4585-be2a-3382e4f561c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-321fb90a-682b-4585-be2a-3382e4f561c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-321fb90a-682b-4585-be2a-3382e4f561c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-321fb90a-682b-4585-be2a-3382e4f561c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-321fb90a-682b-4585-be2a-3382e4f561c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-321fb90a-682b-4585-be2a-3382e4f561c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-321fb90a-682b-4585-be2a-3382e4f561c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-901dad38-9854-41a2-9c0c-0730d4e03525 {
  border-style: solid;
padding-top: 5px;
padding-left: 4px;
padding-bottom: 5px;
padding-right: 4px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-901dad38-9854-41a2-9c0c-0730d4e03525:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-901dad38-9854-41a2-9c0c-0730d4e03525:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-901dad38-9854-41a2-9c0c-0730d4e03525-root {
    text-align: center;
  }


#s-901dad38-9854-41a2-9c0c-0730d4e03525.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-901dad38-9854-41a2-9c0c-0730d4e03525-root {
    text-align: center;
  }


#s-901dad38-9854-41a2-9c0c-0730d4e03525.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-901dad38-9854-41a2-9c0c-0730d4e03525-root {
    text-align: center;
  }


#s-901dad38-9854-41a2-9c0c-0730d4e03525.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-901dad38-9854-41a2-9c0c-0730d4e03525-root {
    text-align: center;
  }


#s-901dad38-9854-41a2-9c0c-0730d4e03525.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-901dad38-9854-41a2-9c0c-0730d4e03525-root {
    text-align: center;
  }


#s-901dad38-9854-41a2-9c0c-0730d4e03525.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
#s-2f2e296f-4110-42b3-840e-9c8b4b1f38df {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-2f2e296f-4110-42b3-840e-9c8b4b1f38df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f2e296f-4110-42b3-840e-9c8b4b1f38df.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-826d9b1c-6f8c-4fd9-a57e-2a191d46d9d6 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-826d9b1c-6f8c-4fd9-a57e-2a191d46d9d6 .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8ea14ad5-71fc-4dee-99d0-478eee119f58 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8ea14ad5-71fc-4dee-99d0-478eee119f58 .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-8ea14ad5-71fc-4dee-99d0-478eee119f58 .shg-sld-nav-button.shg-sld-left,
#s-8ea14ad5-71fc-4dee-99d0-478eee119f58 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-e9277490-0489-44e6-80bf-9ef3e7d0fd29 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-e9277490-0489-44e6-80bf-9ef3e7d0fd29 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9277490-0489-44e6-80bf-9ef3e7d0fd29 {
  
}
}
#s-165374c1-625f-4599-989b-e51358eb4fb7 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-165374c1-625f-4599-989b-e51358eb4fb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-165374c1-625f-4599-989b-e51358eb4fb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9f82a5f-1135-416b-9116-d13f57eab72e {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-f9f82a5f-1135-416b-9116-d13f57eab72e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9f82a5f-1135-416b-9116-d13f57eab72e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f9f82a5f-1135-416b-9116-d13f57eab72e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f9f82a5f-1135-416b-9116-d13f57eab72e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f9f82a5f-1135-416b-9116-d13f57eab72e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9f82a5f-1135-416b-9116-d13f57eab72e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f9f82a5f-1135-416b-9116-d13f57eab72e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-911de1d8-e6c9-4537-8207-708fab653d75 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-911de1d8-e6c9-4537-8207-708fab653d75:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-911de1d8-e6c9-4537-8207-708fab653d75:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-911de1d8-e6c9-4537-8207-708fab653d75-root {
    text-align: center;
  }


#s-911de1d8-e6c9-4537-8207-708fab653d75.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-911de1d8-e6c9-4537-8207-708fab653d75-root {
    text-align: center;
  }


#s-911de1d8-e6c9-4537-8207-708fab653d75.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-911de1d8-e6c9-4537-8207-708fab653d75-root {
    text-align: center;
  }


#s-911de1d8-e6c9-4537-8207-708fab653d75.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-911de1d8-e6c9-4537-8207-708fab653d75-root {
    text-align: center;
  }


#s-911de1d8-e6c9-4537-8207-708fab653d75.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-911de1d8-e6c9-4537-8207-708fab653d75-root {
    text-align: center;
  }


#s-911de1d8-e6c9-4537-8207-708fab653d75.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
#s-86a757e3-0d96-45b4-a2fc-a196c575556d {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-86a757e3-0d96-45b4-a2fc-a196c575556d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86a757e3-0d96-45b4-a2fc-a196c575556d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dd1eef02-3c9a-4ff5-9c7d-48a4a5d0d633 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-dd1eef02-3c9a-4ff5-9c7d-48a4a5d0d633 .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7ba9ee07-1ee4-48a4-88cb-d6406f795587 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7ba9ee07-1ee4-48a4-88cb-d6406f795587 .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-7ba9ee07-1ee4-48a4-88cb-d6406f795587 .shg-sld-nav-button.shg-sld-left,
#s-7ba9ee07-1ee4-48a4-88cb-d6406f795587 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-6d7251b8-b46b-4c8b-b7b1-e529a0e6f026 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-6d7251b8-b46b-4c8b-b7b1-e529a0e6f026 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d7251b8-b46b-4c8b-b7b1-e529a0e6f026 {
  
}
}
#s-5fd84b0b-99f2-41d5-938e-fc44ba42f47e {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-5fd84b0b-99f2-41d5-938e-fc44ba42f47e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fd84b0b-99f2-41d5-938e-fc44ba42f47e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97bddf8c-a471-42a7-8500-b40b8c7bf2c8 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-97bddf8c-a471-42a7-8500-b40b8c7bf2c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97bddf8c-a471-42a7-8500-b40b8c7bf2c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-97bddf8c-a471-42a7-8500-b40b8c7bf2c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-97bddf8c-a471-42a7-8500-b40b8c7bf2c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-97bddf8c-a471-42a7-8500-b40b8c7bf2c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-97bddf8c-a471-42a7-8500-b40b8c7bf2c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-97bddf8c-a471-42a7-8500-b40b8c7bf2c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-4b3cc6be-8677-455f-92f1-6fa1f450660d {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-4b3cc6be-8677-455f-92f1-6fa1f450660d:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-4b3cc6be-8677-455f-92f1-6fa1f450660d:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-4b3cc6be-8677-455f-92f1-6fa1f450660d-root {
    text-align: center;
  }


#s-4b3cc6be-8677-455f-92f1-6fa1f450660d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4b3cc6be-8677-455f-92f1-6fa1f450660d-root {
    text-align: center;
  }


#s-4b3cc6be-8677-455f-92f1-6fa1f450660d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b3cc6be-8677-455f-92f1-6fa1f450660d-root {
    text-align: center;
  }


#s-4b3cc6be-8677-455f-92f1-6fa1f450660d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b3cc6be-8677-455f-92f1-6fa1f450660d-root {
    text-align: center;
  }


#s-4b3cc6be-8677-455f-92f1-6fa1f450660d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4b3cc6be-8677-455f-92f1-6fa1f450660d-root {
    text-align: center;
  }


#s-4b3cc6be-8677-455f-92f1-6fa1f450660d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-9384adc6-5651-4df9-a78a-b327ef2e815e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9384adc6-5651-4df9-a78a-b327ef2e815e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9384adc6-5651-4df9-a78a-b327ef2e815e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9384adc6-5651-4df9-a78a-b327ef2e815e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-263b4742-7339-4654-aab9-e8b55c592872 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-263b4742-7339-4654-aab9-e8b55c592872 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-263b4742-7339-4654-aab9-e8b55c592872.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ff0428cf-29c0-47b6-a7a4-cb15d60f9de1 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-ff0428cf-29c0-47b6-a7a4-cb15d60f9de1 .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d6c3348c-e443-4dd4-851e-e90f54273643 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d6c3348c-e443-4dd4-851e-e90f54273643 .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-d6c3348c-e443-4dd4-851e-e90f54273643 .shg-sld-nav-button.shg-sld-left,
#s-d6c3348c-e443-4dd4-851e-e90f54273643 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-b7e2b631-9b31-45df-a256-8b14ea1b4d8f {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-b7e2b631-9b31-45df-a256-8b14ea1b4d8f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7e2b631-9b31-45df-a256-8b14ea1b4d8f {
  
}
}
#s-c4ae7567-4e02-464f-9ac7-f6c4e658c7dc {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-c4ae7567-4e02-464f-9ac7-f6c4e658c7dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4ae7567-4e02-464f-9ac7-f6c4e658c7dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e00cd89-8ecc-46d7-a255-f74af378905a {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-0e00cd89-8ecc-46d7-a255-f74af378905a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e00cd89-8ecc-46d7-a255-f74af378905a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e00cd89-8ecc-46d7-a255-f74af378905a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0e00cd89-8ecc-46d7-a255-f74af378905a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e00cd89-8ecc-46d7-a255-f74af378905a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e00cd89-8ecc-46d7-a255-f74af378905a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e00cd89-8ecc-46d7-a255-f74af378905a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-24233d55-8edd-45ad-9faa-7ef99d384bea {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-24233d55-8edd-45ad-9faa-7ef99d384bea:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-24233d55-8edd-45ad-9faa-7ef99d384bea:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-24233d55-8edd-45ad-9faa-7ef99d384bea-root {
    text-align: center;
  }


#s-24233d55-8edd-45ad-9faa-7ef99d384bea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-24233d55-8edd-45ad-9faa-7ef99d384bea-root {
    text-align: center;
  }


#s-24233d55-8edd-45ad-9faa-7ef99d384bea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-24233d55-8edd-45ad-9faa-7ef99d384bea-root {
    text-align: center;
  }


#s-24233d55-8edd-45ad-9faa-7ef99d384bea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-24233d55-8edd-45ad-9faa-7ef99d384bea-root {
    text-align: center;
  }


#s-24233d55-8edd-45ad-9faa-7ef99d384bea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-24233d55-8edd-45ad-9faa-7ef99d384bea-root {
    text-align: center;
  }


#s-24233d55-8edd-45ad-9faa-7ef99d384bea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
#s-c7626267-d093-4e2d-bc26-40b246c32699 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-c7626267-d093-4e2d-bc26-40b246c32699 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7626267-d093-4e2d-bc26-40b246c32699.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3e0c53ad-a4f3-4069-b3f3-85d9c7caf239 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-3e0c53ad-a4f3-4069-b3f3-85d9c7caf239 .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-ca44a60d-9eee-4122-b6f9-67dae01c7fe4 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ca44a60d-9eee-4122-b6f9-67dae01c7fe4 .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-ca44a60d-9eee-4122-b6f9-67dae01c7fe4 .shg-sld-nav-button.shg-sld-left,
#s-ca44a60d-9eee-4122-b6f9-67dae01c7fe4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-b0f5208c-abcd-42ae-8b06-d8045931ba87 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-b0f5208c-abcd-42ae-8b06-d8045931ba87 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0f5208c-abcd-42ae-8b06-d8045931ba87 {
  
}
}
#s-619d91b4-37db-40f6-9cb1-fe774fda5510 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-619d91b4-37db-40f6-9cb1-fe774fda5510 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-619d91b4-37db-40f6-9cb1-fe774fda5510.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba6bedaf-fb6e-44f9-ad0f-141967cd9342 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-ba6bedaf-fb6e-44f9-ad0f-141967cd9342"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba6bedaf-fb6e-44f9-ad0f-141967cd9342"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ba6bedaf-fb6e-44f9-ad0f-141967cd9342"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ba6bedaf-fb6e-44f9-ad0f-141967cd9342"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ba6bedaf-fb6e-44f9-ad0f-141967cd9342"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba6bedaf-fb6e-44f9-ad0f-141967cd9342"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ba6bedaf-fb6e-44f9-ad0f-141967cd9342"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-4379c4f1-6c10-47ab-98cd-e50f8dfe1151 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-4379c4f1-6c10-47ab-98cd-e50f8dfe1151:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-4379c4f1-6c10-47ab-98cd-e50f8dfe1151:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-4379c4f1-6c10-47ab-98cd-e50f8dfe1151-root {
    text-align: center;
  }


#s-4379c4f1-6c10-47ab-98cd-e50f8dfe1151.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4379c4f1-6c10-47ab-98cd-e50f8dfe1151-root {
    text-align: center;
  }


#s-4379c4f1-6c10-47ab-98cd-e50f8dfe1151.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4379c4f1-6c10-47ab-98cd-e50f8dfe1151-root {
    text-align: center;
  }


#s-4379c4f1-6c10-47ab-98cd-e50f8dfe1151.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4379c4f1-6c10-47ab-98cd-e50f8dfe1151-root {
    text-align: center;
  }


#s-4379c4f1-6c10-47ab-98cd-e50f8dfe1151.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4379c4f1-6c10-47ab-98cd-e50f8dfe1151-root {
    text-align: center;
  }


#s-4379c4f1-6c10-47ab-98cd-e50f8dfe1151.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
#s-4e32e015-a626-4f0b-ae20-a58fc6addb37 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-4e32e015-a626-4f0b-ae20-a58fc6addb37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e32e015-a626-4f0b-ae20-a58fc6addb37.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-18e58ae5-755d-4ebc-9964-c9f751a7847e {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-18e58ae5-755d-4ebc-9964-c9f751a7847e .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-94a22af9-396e-4a4d-a4e6-03fab84ba288 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-94a22af9-396e-4a4d-a4e6-03fab84ba288 .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-94a22af9-396e-4a4d-a4e6-03fab84ba288 .shg-sld-nav-button.shg-sld-left,
#s-94a22af9-396e-4a4d-a4e6-03fab84ba288 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-48d48d32-5b93-45a0-8485-fe5db370d238 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-48d48d32-5b93-45a0-8485-fe5db370d238 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-48d48d32-5b93-45a0-8485-fe5db370d238 {
  
}
}
#s-fc346f79-febd-468f-aa78-9e21b52f70e4 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-fc346f79-febd-468f-aa78-9e21b52f70e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc346f79-febd-468f-aa78-9e21b52f70e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ed65a56-3574-4a58-a29a-95f3b2d3754a {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-4ed65a56-3574-4a58-a29a-95f3b2d3754a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ed65a56-3574-4a58-a29a-95f3b2d3754a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ed65a56-3574-4a58-a29a-95f3b2d3754a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4ed65a56-3574-4a58-a29a-95f3b2d3754a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ed65a56-3574-4a58-a29a-95f3b2d3754a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ed65a56-3574-4a58-a29a-95f3b2d3754a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ed65a56-3574-4a58-a29a-95f3b2d3754a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-a7955555-b0fd-45d8-b517-8e79d0655511 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-a7955555-b0fd-45d8-b517-8e79d0655511:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-a7955555-b0fd-45d8-b517-8e79d0655511:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-a7955555-b0fd-45d8-b517-8e79d0655511-root {
    text-align: center;
  }


#s-a7955555-b0fd-45d8-b517-8e79d0655511.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a7955555-b0fd-45d8-b517-8e79d0655511-root {
    text-align: center;
  }


#s-a7955555-b0fd-45d8-b517-8e79d0655511.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7955555-b0fd-45d8-b517-8e79d0655511-root {
    text-align: center;
  }


#s-a7955555-b0fd-45d8-b517-8e79d0655511.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7955555-b0fd-45d8-b517-8e79d0655511-root {
    text-align: center;
  }


#s-a7955555-b0fd-45d8-b517-8e79d0655511.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a7955555-b0fd-45d8-b517-8e79d0655511-root {
    text-align: center;
  }


#s-a7955555-b0fd-45d8-b517-8e79d0655511.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-63f4525c-d2af-4b0e-9950-929a5e4a15b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63f4525c-d2af-4b0e-9950-929a5e4a15b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-63f4525c-d2af-4b0e-9950-929a5e4a15b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-63f4525c-d2af-4b0e-9950-929a5e4a15b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-97f5fe6c-717d-4628-a301-87b0f52d8983 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-97f5fe6c-717d-4628-a301-87b0f52d8983 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97f5fe6c-717d-4628-a301-87b0f52d8983.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-539d7dbb-60ca-45c9-91bd-014df838ec55 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-539d7dbb-60ca-45c9-91bd-014df838ec55 .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8d7d74f6-02f6-4e41-9bff-c89c3362071a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8d7d74f6-02f6-4e41-9bff-c89c3362071a .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-8d7d74f6-02f6-4e41-9bff-c89c3362071a .shg-sld-nav-button.shg-sld-left,
#s-8d7d74f6-02f6-4e41-9bff-c89c3362071a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-1d275aed-17d2-472f-a2fc-b6b7a698f62c {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-1d275aed-17d2-472f-a2fc-b6b7a698f62c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d275aed-17d2-472f-a2fc-b6b7a698f62c {
  
}
}
#s-e6d2b672-166f-4af0-a379-5e1538ff1169 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-e6d2b672-166f-4af0-a379-5e1538ff1169 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6d2b672-166f-4af0-a379-5e1538ff1169.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d73e2a4a-70f4-426b-8afb-3892a77b8120 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-d73e2a4a-70f4-426b-8afb-3892a77b8120"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d73e2a4a-70f4-426b-8afb-3892a77b8120"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d73e2a4a-70f4-426b-8afb-3892a77b8120"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d73e2a4a-70f4-426b-8afb-3892a77b8120"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d73e2a4a-70f4-426b-8afb-3892a77b8120"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d73e2a4a-70f4-426b-8afb-3892a77b8120"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d73e2a4a-70f4-426b-8afb-3892a77b8120"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-ff0ae46f-7368-46b6-bd0c-cd7cb78bd5b3 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-ff0ae46f-7368-46b6-bd0c-cd7cb78bd5b3:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-ff0ae46f-7368-46b6-bd0c-cd7cb78bd5b3:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-ff0ae46f-7368-46b6-bd0c-cd7cb78bd5b3-root {
    text-align: center;
  }


#s-ff0ae46f-7368-46b6-bd0c-cd7cb78bd5b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ff0ae46f-7368-46b6-bd0c-cd7cb78bd5b3-root {
    text-align: center;
  }


#s-ff0ae46f-7368-46b6-bd0c-cd7cb78bd5b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff0ae46f-7368-46b6-bd0c-cd7cb78bd5b3-root {
    text-align: center;
  }


#s-ff0ae46f-7368-46b6-bd0c-cd7cb78bd5b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff0ae46f-7368-46b6-bd0c-cd7cb78bd5b3-root {
    text-align: center;
  }


#s-ff0ae46f-7368-46b6-bd0c-cd7cb78bd5b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ff0ae46f-7368-46b6-bd0c-cd7cb78bd5b3-root {
    text-align: center;
  }


#s-ff0ae46f-7368-46b6-bd0c-cd7cb78bd5b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
#s-b277a835-9902-43a5-9aaa-651b64438457 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-b277a835-9902-43a5-9aaa-651b64438457 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b277a835-9902-43a5-9aaa-651b64438457.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c3843bdf-99ff-464e-ade6-b68c90f390ee {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-c3843bdf-99ff-464e-ade6-b68c90f390ee .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-eefd6d77-556c-40a0-9fa5-b2b47401c420 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-eefd6d77-556c-40a0-9fa5-b2b47401c420 .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-eefd6d77-556c-40a0-9fa5-b2b47401c420 .shg-sld-nav-button.shg-sld-left,
#s-eefd6d77-556c-40a0-9fa5-b2b47401c420 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-c58a79af-8b31-4fd1-af1e-dd7e770976eb {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-c58a79af-8b31-4fd1-af1e-dd7e770976eb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c58a79af-8b31-4fd1-af1e-dd7e770976eb {
  
}
}
#s-50334057-15c0-46ef-85f7-9ef474b983c9 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-50334057-15c0-46ef-85f7-9ef474b983c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50334057-15c0-46ef-85f7-9ef474b983c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b64f5f6f-efe9-402d-b3e3-a08c3839d19e {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-b64f5f6f-efe9-402d-b3e3-a08c3839d19e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b64f5f6f-efe9-402d-b3e3-a08c3839d19e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b64f5f6f-efe9-402d-b3e3-a08c3839d19e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b64f5f6f-efe9-402d-b3e3-a08c3839d19e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b64f5f6f-efe9-402d-b3e3-a08c3839d19e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b64f5f6f-efe9-402d-b3e3-a08c3839d19e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b64f5f6f-efe9-402d-b3e3-a08c3839d19e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-ce46ce8e-4a4b-4194-84f6-089e0977831b {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-ce46ce8e-4a4b-4194-84f6-089e0977831b:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-ce46ce8e-4a4b-4194-84f6-089e0977831b:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-ce46ce8e-4a4b-4194-84f6-089e0977831b-root {
    text-align: center;
  }


#s-ce46ce8e-4a4b-4194-84f6-089e0977831b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ce46ce8e-4a4b-4194-84f6-089e0977831b-root {
    text-align: center;
  }


#s-ce46ce8e-4a4b-4194-84f6-089e0977831b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce46ce8e-4a4b-4194-84f6-089e0977831b-root {
    text-align: center;
  }


#s-ce46ce8e-4a4b-4194-84f6-089e0977831b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce46ce8e-4a4b-4194-84f6-089e0977831b-root {
    text-align: center;
  }


#s-ce46ce8e-4a4b-4194-84f6-089e0977831b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ce46ce8e-4a4b-4194-84f6-089e0977831b-root {
    text-align: center;
  }


#s-ce46ce8e-4a4b-4194-84f6-089e0977831b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
#s-d54dceaf-dc9f-4a84-867c-8c5fe2aede4b {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(248, 248, 248, 1);
}








#s-d54dceaf-dc9f-4a84-867c-8c5fe2aede4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d54dceaf-dc9f-4a84-867c-8c5fe2aede4b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-947819b1-0a72-43ff-9306-89f3dc141ed0 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-947819b1-0a72-43ff-9306-89f3dc141ed0 .shogun-heading-component h2 {
  color: rgba(104, 104, 104, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-19756be4-f412-43ff-ad8e-962836f5b62e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-19756be4-f412-43ff-ad8e-962836f5b62e .shg-sld-dot {
  background-color: rgba(200, 200, 200, 1);
}

#s-19756be4-f412-43ff-ad8e-962836f5b62e .shg-sld-nav-button.shg-sld-left,
#s-19756be4-f412-43ff-ad8e-962836f5b62e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 200, 200, 1);
}

#s-3d0fa975-8e0c-49bb-93eb-2a2e415472b8 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
min-height: 123px;
}
@media (min-width: 1200px){#s-3d0fa975-8e0c-49bb-93eb-2a2e415472b8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d0fa975-8e0c-49bb-93eb-2a2e415472b8 {
  
}
}
#s-42580f2a-27d8-40e2-b9c6-6316aafebc50 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-42580f2a-27d8-40e2-b9c6-6316aafebc50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42580f2a-27d8-40e2-b9c6-6316aafebc50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24fa0db1-1f6a-42e1-8913-db4b098ddaaf {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-24fa0db1-1f6a-42e1-8913-db4b098ddaaf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24fa0db1-1f6a-42e1-8913-db4b098ddaaf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24fa0db1-1f6a-42e1-8913-db4b098ddaaf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-24fa0db1-1f6a-42e1-8913-db4b098ddaaf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24fa0db1-1f6a-42e1-8913-db4b098ddaaf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-24fa0db1-1f6a-42e1-8913-db4b098ddaaf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24fa0db1-1f6a-42e1-8913-db4b098ddaaf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-9522d715-4cc9-4f2d-8c20-45f8c9c1dce1 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(161, 11, 16, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-9522d715-4cc9-4f2d-8c20-45f8c9c1dce1:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
color: rgba(104, 104, 104, 1) !important;}#s-9522d715-4cc9-4f2d-8c20-45f8c9c1dce1:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-9522d715-4cc9-4f2d-8c20-45f8c9c1dce1-root {
    text-align: center;
  }


#s-9522d715-4cc9-4f2d-8c20-45f8c9c1dce1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9522d715-4cc9-4f2d-8c20-45f8c9c1dce1-root {
    text-align: center;
  }


#s-9522d715-4cc9-4f2d-8c20-45f8c9c1dce1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9522d715-4cc9-4f2d-8c20-45f8c9c1dce1-root {
    text-align: center;
  }


#s-9522d715-4cc9-4f2d-8c20-45f8c9c1dce1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9522d715-4cc9-4f2d-8c20-45f8c9c1dce1-root {
    text-align: center;
  }


#s-9522d715-4cc9-4f2d-8c20-45f8c9c1dce1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9522d715-4cc9-4f2d-8c20-45f8c9c1dce1-root {
    text-align: center;
  }


#s-9522d715-4cc9-4f2d-8c20-45f8c9c1dce1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  block ;
}
}
/*
  $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}