.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-4df5ac6c-17a4-480f-a4a6-f05f4749b03d {
  min-height: 50px;
}








#s-4df5ac6c-17a4-480f-a4a6-f05f4749b03d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4df5ac6c-17a4-480f-a4a6-f05f4749b03d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-338d4ee7-bad4-4c0a-ab8d-a84c046a479e {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-338d4ee7-bad4-4c0a-ab8d-a84c046a479e {
  display: none;
}
#s-338d4ee7-bad4-4c0a-ab8d-a84c046a479e, #wrap-s-338d4ee7-bad4-4c0a-ab8d-a84c046a479e { display:none !important; }}@media (max-width: 767px){#s-338d4ee7-bad4-4c0a-ab8d-a84c046a479e {
  display: none;
}
#s-338d4ee7-bad4-4c0a-ab8d-a84c046a479e, #wrap-s-338d4ee7-bad4-4c0a-ab8d-a84c046a479e { display:none !important; }}
@media (min-width: 0px) {
[id="s-338d4ee7-bad4-4c0a-ab8d-a84c046a479e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-338d4ee7-bad4-4c0a-ab8d-a84c046a479e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-338d4ee7-bad4-4c0a-ab8d-a84c046a479e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-338d4ee7-bad4-4c0a-ab8d-a84c046a479e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-2f026bfe-8a45-492f-8fbb-b59a62fc977c {
  text-align: center;
}







  #s-2f026bfe-8a45-492f-8fbb-b59a62fc977c img.shogun-image {
    

    
    
    
  }


#s-2f026bfe-8a45-492f-8fbb-b59a62fc977c .shogun-image-content {
  
    align-items: center;
  
}

#s-44947586-80a2-4c7d-bfa6-df5618770e21 {
  text-align: center;
}







  #s-44947586-80a2-4c7d-bfa6-df5618770e21 img.shogun-image {
    

    
    
    
  }


#s-44947586-80a2-4c7d-bfa6-df5618770e21 .shogun-image-content {
  
    align-items: center;
  
}

#s-648130fe-3ca2-40f1-b161-ebe22f7359f9 {
  text-align: center;
}







  #s-648130fe-3ca2-40f1-b161-ebe22f7359f9 img.shogun-image {
    

    
    
    
  }


#s-648130fe-3ca2-40f1-b161-ebe22f7359f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7a447be-b383-4b18-a071-b1d185b27bd8 {
  min-height: 50px;
}








#s-c7a447be-b383-4b18-a071-b1d185b27bd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7a447be-b383-4b18-a071-b1d185b27bd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a64cef7-4dd8-4e39-b54f-0d5efb0f110c {
  min-height: 50px;
}








#s-5a64cef7-4dd8-4e39-b54f-0d5efb0f110c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a64cef7-4dd8-4e39-b54f-0d5efb0f110c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f38ecdd-02c2-44e0-9b34-44f1bc951de8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-8f38ecdd-02c2-44e0-9b34-44f1bc951de8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f38ecdd-02c2-44e0-9b34-44f1bc951de8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82dd79fc-feea-4673-99a0-e11e9a26ed7c {
  margin-top: 9px;
margin-bottom: 9px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-82dd79fc-feea-4673-99a0-e11e9a26ed7c {
  display: none;
}
#s-82dd79fc-feea-4673-99a0-e11e9a26ed7c, #wrap-s-82dd79fc-feea-4673-99a0-e11e9a26ed7c { display:none !important; }}@media (max-width: 767px){#s-82dd79fc-feea-4673-99a0-e11e9a26ed7c {
  display: none;
}
#s-82dd79fc-feea-4673-99a0-e11e9a26ed7c, #wrap-s-82dd79fc-feea-4673-99a0-e11e9a26ed7c { display:none !important; }}







#s-82dd79fc-feea-4673-99a0-e11e9a26ed7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82dd79fc-feea-4673-99a0-e11e9a26ed7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-497326cc-7828-4d0b-9a58-668736517499 {
  margin-top: 0px;
margin-left: 13%;
margin-bottom: 0px;
margin-right: 13%;
padding-bottom: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-497326cc-7828-4d0b-9a58-668736517499 {
  display: none;
}
#s-497326cc-7828-4d0b-9a58-668736517499, #wrap-s-497326cc-7828-4d0b-9a58-668736517499 { display:none !important; }}@media (max-width: 767px){#s-497326cc-7828-4d0b-9a58-668736517499 {
  display: none;
}
#s-497326cc-7828-4d0b-9a58-668736517499, #wrap-s-497326cc-7828-4d0b-9a58-668736517499 { display:none !important; }}
#s-497326cc-7828-4d0b-9a58-668736517499 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-497326cc-7828-4d0b-9a58-668736517499 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-497326cc-7828-4d0b-9a58-668736517499 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(40, 178, 154, 1);
}

#s-497326cc-7828-4d0b-9a58-668736517499 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-497326cc-7828-4d0b-9a58-668736517499 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(40, 178, 154, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-497326cc-7828-4d0b-9a58-668736517499 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
@media (min-width: 1200px){#s-a2d85cc6-292a-42fe-98b3-c4036a8449af {
  display: none;
}
#s-a2d85cc6-292a-42fe-98b3-c4036a8449af, #wrap-s-a2d85cc6-292a-42fe-98b3-c4036a8449af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2d85cc6-292a-42fe-98b3-c4036a8449af {
  display: none;
}
#s-a2d85cc6-292a-42fe-98b3-c4036a8449af, #wrap-s-a2d85cc6-292a-42fe-98b3-c4036a8449af { display:none !important; }}
#s-fcdef759-80ab-4ab2-8748-f14d9a0221d0 {
  text-align: center;
}
@media (min-width: 1200px){#s-fcdef759-80ab-4ab2-8748-f14d9a0221d0 {
  display: none;
}
#s-fcdef759-80ab-4ab2-8748-f14d9a0221d0, #wrap-s-fcdef759-80ab-4ab2-8748-f14d9a0221d0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcdef759-80ab-4ab2-8748-f14d9a0221d0 {
  display: none;
}
#s-fcdef759-80ab-4ab2-8748-f14d9a0221d0, #wrap-s-fcdef759-80ab-4ab2-8748-f14d9a0221d0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fcdef759-80ab-4ab2-8748-f14d9a0221d0 {
  
}
}






  #s-fcdef759-80ab-4ab2-8748-f14d9a0221d0 img.shogun-image {
    

    
    
    
  }


#s-fcdef759-80ab-4ab2-8748-f14d9a0221d0 .shogun-image-content {
  
    align-items: 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-cb644186-c90f-43f0-9c2c-f2814ec6d741 {
  margin-top: 69px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb644186-c90f-43f0-9c2c-f2814ec6d741 .shogun-heading-component h1 {
  color: rgba(40, 178, 154, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 29px;
  
  letter-spacing: 6px;
  
}



.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-1a9403c7-22e7-4d98-b5cc-502e906cad30 {
  margin-top: 0px;
margin-left: 18%;
margin-bottom: 24px;
margin-right: 18%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
background-color: rgba(214, 90, 128, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-1a9403c7-22e7-4d98-b5cc-502e906cad30:hover {border-radius: 12px !important;
background-color: rgba(40, 178, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1a9403c7-22e7-4d98-b5cc-502e906cad30:active {background-color: rgba(214, 90, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1a9403c7-22e7-4d98-b5cc-502e906cad30 {
  display: none;
}
#s-1a9403c7-22e7-4d98-b5cc-502e906cad30, #wrap-s-1a9403c7-22e7-4d98-b5cc-502e906cad30 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a9403c7-22e7-4d98-b5cc-502e906cad30 {
  display: none;
}
#s-1a9403c7-22e7-4d98-b5cc-502e906cad30, #wrap-s-1a9403c7-22e7-4d98-b5cc-502e906cad30 { display:none !important; }}

  #s-1a9403c7-22e7-4d98-b5cc-502e906cad30-root {
    text-align: center;
  }


#s-1a9403c7-22e7-4d98-b5cc-502e906cad30.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1a9403c7-22e7-4d98-b5cc-502e906cad30-root {
    text-align: center;
  }


#s-1a9403c7-22e7-4d98-b5cc-502e906cad30.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a9403c7-22e7-4d98-b5cc-502e906cad30-root {
    text-align: center;
  }


#s-1a9403c7-22e7-4d98-b5cc-502e906cad30.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a9403c7-22e7-4d98-b5cc-502e906cad30-root {
    text-align: center;
  }


#s-1a9403c7-22e7-4d98-b5cc-502e906cad30.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1a9403c7-22e7-4d98-b5cc-502e906cad30-root {
    text-align: center;
  }


#s-1a9403c7-22e7-4d98-b5cc-502e906cad30.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}
  #s-1a9403c7-22e7-4d98-b5cc-502e906cad30-root {
    text-align: center;
  }


#s-1a9403c7-22e7-4d98-b5cc-502e906cad30.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}

#s-b20f2263-3452-48f7-8147-43463deb64f0 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b20f2263-3452-48f7-8147-43463deb64f0 {
  display: none;
}
#s-b20f2263-3452-48f7-8147-43463deb64f0, #wrap-s-b20f2263-3452-48f7-8147-43463deb64f0 { display:none !important; }}@media (max-width: 767px){#s-b20f2263-3452-48f7-8147-43463deb64f0 {
  display: none;
}
#s-b20f2263-3452-48f7-8147-43463deb64f0, #wrap-s-b20f2263-3452-48f7-8147-43463deb64f0 { display:none !important; }}






  #s-b20f2263-3452-48f7-8147-43463deb64f0 img.shogun-image {
    

    
    
    
  }


#s-b20f2263-3452-48f7-8147-43463deb64f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-12da3575-afcd-4439-b110-021698e1326b {
  margin-top: 114px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12da3575-afcd-4439-b110-021698e1326b .shogun-heading-component h1 {
  color: rgba(40, 178, 154, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 53px;
  
  letter-spacing: 6px;
  
}



#s-58e8dc80-5226-4830-ba73-48875c851583 {
  background-image: url(https://i.shgcdn.com/a02b5080-132b-4fc9-8f83-c20c05d9e940/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 23px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-58e8dc80-5226-4830-ba73-48875c851583 {
  display: none;
}
#s-58e8dc80-5226-4830-ba73-48875c851583, #wrap-s-58e8dc80-5226-4830-ba73-48875c851583 { display:none !important; }}@media (max-width: 767px){#s-58e8dc80-5226-4830-ba73-48875c851583 {
  display: none;
}
#s-58e8dc80-5226-4830-ba73-48875c851583, #wrap-s-58e8dc80-5226-4830-ba73-48875c851583 { display:none !important; }}
@media (min-width: 0px) {
[id="s-58e8dc80-5226-4830-ba73-48875c851583"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-58e8dc80-5226-4830-ba73-48875c851583"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-58e8dc80-5226-4830-ba73-48875c851583"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-58e8dc80-5226-4830-ba73-48875c851583"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cf70aded-723d-4482-8eb1-2a7e895957d2 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 11%;
padding-top: 72px;
padding-left: 0%;
padding-bottom: 17px;
padding-right: 0%;
min-height: 0px;
text-align: center;
}

#s-cf70aded-723d-4482-8eb1-2a7e895957d2 .shogun-heading-component h1 {
  color: rgba(214, 90, 128, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: 4px;
  text-align: center;
}



#s-38e57463-c396-4105-b91a-cfdb7f64d92d {
  margin-top: 39px;
margin-left: 88px;
margin-bottom: 18px;
margin-right: 3px;
}
@media (min-width: 1200px){#s-38e57463-c396-4105-b91a-cfdb7f64d92d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-38e57463-c396-4105-b91a-cfdb7f64d92d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-38e57463-c396-4105-b91a-cfdb7f64d92d {
  
}
}@media (max-width: 767px){#s-38e57463-c396-4105-b91a-cfdb7f64d92d {
  
}
}
#s-191ebebc-2f8e-4dea-b277-2c7c4fbb55df {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 41px;
background-color: rgba(214, 90, 128, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-191ebebc-2f8e-4dea-b277-2c7c4fbb55df:hover {border-radius: 33px !important;
background-color: rgba(40, 178, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-191ebebc-2f8e-4dea-b277-2c7c4fbb55df:active {background-color: rgba(214, 90, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-191ebebc-2f8e-4dea-b277-2c7c4fbb55df-root {
    text-align: center;
  }


#s-191ebebc-2f8e-4dea-b277-2c7c4fbb55df.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-191ebebc-2f8e-4dea-b277-2c7c4fbb55df-root {
    text-align: center;
  }


#s-191ebebc-2f8e-4dea-b277-2c7c4fbb55df.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-191ebebc-2f8e-4dea-b277-2c7c4fbb55df-root {
    text-align: center;
  }


#s-191ebebc-2f8e-4dea-b277-2c7c4fbb55df.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-191ebebc-2f8e-4dea-b277-2c7c4fbb55df-root {
    text-align: center;
  }


#s-191ebebc-2f8e-4dea-b277-2c7c4fbb55df.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-191ebebc-2f8e-4dea-b277-2c7c4fbb55df-root {
    text-align: center;
  }


#s-191ebebc-2f8e-4dea-b277-2c7c4fbb55df.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}
  #s-191ebebc-2f8e-4dea-b277-2c7c4fbb55df-root {
    text-align: center;
  }


#s-191ebebc-2f8e-4dea-b277-2c7c4fbb55df.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-549db34c-d688-4e13-9d6c-38fecc893573 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 25px;
margin-bottom: 27px;
background-color: rgba(255, 255, 255, 1);
}

#s-549db34c-d688-4e13-9d6c-38fecc893573 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-549db34c-d688-4e13-9d6c-38fecc893573 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-549db34c-d688-4e13-9d6c-38fecc893573 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(250, 250, 250, 1);
    border: 1px solid #DDDDDD;
  }
  #s-549db34c-d688-4e13-9d6c-38fecc893573 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
  }
#s-549db34c-d688-4e13-9d6c-38fecc893573 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #000;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 26px;
}

#s-549db34c-d688-4e13-9d6c-38fecc893573 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #000;
}

#s-549db34c-d688-4e13-9d6c-38fecc893573 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-549db34c-d688-4e13-9d6c-38fecc893573 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-98b540a6-0e25-4fc4-b4b8-29c4fb0338b6 {
  margin-top: 28px;
margin-left: 6%;
margin-bottom: 7px;
margin-right: 6%;
padding-top: 12px;
padding-left: 3%;
padding-bottom: 3px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(85, 85, 85, 1);
border-style: solid;
}

#s-1f4de2ff-9400-462b-858f-201188afd916 {
  margin-top: 28px;
margin-left: 6%;
margin-bottom: 7px;
margin-right: 6%;
padding-top: 12px;
padding-left: 3%;
padding-bottom: 3px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(85, 85, 85, 1);
border-style: solid;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-3ff180cd-6296-46a3-8b4a-2166c6b261c8 {
  margin-left: 5%;
margin-right: 5%;
}

#s-3ff180cd-6296-46a3-8b4a-2166c6b261c8 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-3ff180cd-6296-46a3-8b4a-2166c6b261c8 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3ff180cd-6296-46a3-8b4a-2166c6b261c8 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 14px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-3ff180cd-6296-46a3-8b4a-2166c6b261c8 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 4px;
}

#s-3ff180cd-6296-46a3-8b4a-2166c6b261c8 td.shogun-table-column, #s-3ff180cd-6296-46a3-8b4a-2166c6b261c8 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-8dae1ab4-df21-4bbe-86d4-facd104cbf02 {
  margin-top: -6px;
margin-left: 5%;
margin-bottom: -6px;
margin-right: 5%;
padding-top: 1px;
}

#s-8dae1ab4-df21-4bbe-86d4-facd104cbf02 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-8dae1ab4-df21-4bbe-86d4-facd104cbf02 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8dae1ab4-df21-4bbe-86d4-facd104cbf02 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 14px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-8dae1ab4-df21-4bbe-86d4-facd104cbf02 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 4px;
}

#s-8dae1ab4-df21-4bbe-86d4-facd104cbf02 td.shogun-table-column, #s-8dae1ab4-df21-4bbe-86d4-facd104cbf02 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-6f9254eb-2ec8-4598-af06-2d7db6c72639 {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
}

#s-6f9254eb-2ec8-4598-af06-2d7db6c72639 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-6f9254eb-2ec8-4598-af06-2d7db6c72639 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6f9254eb-2ec8-4598-af06-2d7db6c72639 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 6px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-6f9254eb-2ec8-4598-af06-2d7db6c72639 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-6f9254eb-2ec8-4598-af06-2d7db6c72639 td.shogun-table-column, #s-6f9254eb-2ec8-4598-af06-2d7db6c72639 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-91409fc8-1918-44e5-b531-de235e735d4e {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-bottom: 55px;
}
@media (min-width: 1200px){#s-91409fc8-1918-44e5-b531-de235e735d4e {
  display: none;
}
#s-91409fc8-1918-44e5-b531-de235e735d4e, #wrap-s-91409fc8-1918-44e5-b531-de235e735d4e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91409fc8-1918-44e5-b531-de235e735d4e {
  display: none;
}
#s-91409fc8-1918-44e5-b531-de235e735d4e, #wrap-s-91409fc8-1918-44e5-b531-de235e735d4e { display:none !important; }}
#s-91409fc8-1918-44e5-b531-de235e735d4e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-91409fc8-1918-44e5-b531-de235e735d4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-91409fc8-1918-44e5-b531-de235e735d4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(40, 178, 154, 1);
}

#s-91409fc8-1918-44e5-b531-de235e735d4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-91409fc8-1918-44e5-b531-de235e735d4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(40, 178, 154, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-91409fc8-1918-44e5-b531-de235e735d4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
@media (min-width: 1200px){#s-e8d76531-b255-409b-9ae8-f6f18e1bf947 {
  display: none;
}
#s-e8d76531-b255-409b-9ae8-f6f18e1bf947, #wrap-s-e8d76531-b255-409b-9ae8-f6f18e1bf947 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8d76531-b255-409b-9ae8-f6f18e1bf947 {
  display: none;
}
#s-e8d76531-b255-409b-9ae8-f6f18e1bf947, #wrap-s-e8d76531-b255-409b-9ae8-f6f18e1bf947 { display:none !important; }}
#s-aabae75e-d4cb-477b-a3b2-46a9ebba135d {
  text-align: center;
}
@media (min-width: 1200px){#s-aabae75e-d4cb-477b-a3b2-46a9ebba135d {
  display: none;
}
#s-aabae75e-d4cb-477b-a3b2-46a9ebba135d, #wrap-s-aabae75e-d4cb-477b-a3b2-46a9ebba135d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aabae75e-d4cb-477b-a3b2-46a9ebba135d {
  display: none;
}
#s-aabae75e-d4cb-477b-a3b2-46a9ebba135d, #wrap-s-aabae75e-d4cb-477b-a3b2-46a9ebba135d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aabae75e-d4cb-477b-a3b2-46a9ebba135d {
  
}
}






  #s-aabae75e-d4cb-477b-a3b2-46a9ebba135d img.shogun-image {
    

    
    
    
  }


#s-aabae75e-d4cb-477b-a3b2-46a9ebba135d .shogun-image-content {
  
    align-items: center;
  
}

#s-0e6e0348-a317-4225-a217-34f2ee5f429b {
  margin-top: 69px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e6e0348-a317-4225-a217-34f2ee5f429b .shogun-heading-component h1 {
  color: rgba(40, 178, 154, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 29px;
  
  letter-spacing: 6px;
  
}



#s-e49f9345-d5c8-4436-9e7e-747339945eeb {
  margin-top: 0px;
margin-left: 18%;
margin-bottom: 24px;
margin-right: 18%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
background-color: rgba(214, 90, 128, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-e49f9345-d5c8-4436-9e7e-747339945eeb:hover {border-radius: 12px !important;
background-color: rgba(40, 178, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e49f9345-d5c8-4436-9e7e-747339945eeb:active {background-color: rgba(214, 90, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e49f9345-d5c8-4436-9e7e-747339945eeb {
  display: none;
}
#s-e49f9345-d5c8-4436-9e7e-747339945eeb, #wrap-s-e49f9345-d5c8-4436-9e7e-747339945eeb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e49f9345-d5c8-4436-9e7e-747339945eeb {
  display: none;
}
#s-e49f9345-d5c8-4436-9e7e-747339945eeb, #wrap-s-e49f9345-d5c8-4436-9e7e-747339945eeb { display:none !important; }}

  #s-e49f9345-d5c8-4436-9e7e-747339945eeb-root {
    text-align: center;
  }


#s-e49f9345-d5c8-4436-9e7e-747339945eeb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e49f9345-d5c8-4436-9e7e-747339945eeb-root {
    text-align: center;
  }


#s-e49f9345-d5c8-4436-9e7e-747339945eeb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e49f9345-d5c8-4436-9e7e-747339945eeb-root {
    text-align: center;
  }


#s-e49f9345-d5c8-4436-9e7e-747339945eeb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e49f9345-d5c8-4436-9e7e-747339945eeb-root {
    text-align: center;
  }


#s-e49f9345-d5c8-4436-9e7e-747339945eeb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e49f9345-d5c8-4436-9e7e-747339945eeb-root {
    text-align: center;
  }


#s-e49f9345-d5c8-4436-9e7e-747339945eeb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}
  #s-e49f9345-d5c8-4436-9e7e-747339945eeb-root {
    text-align: center;
  }


#s-e49f9345-d5c8-4436-9e7e-747339945eeb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}

#s-147b3191-7a87-42f4-bdc4-fce60383565e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-147b3191-7a87-42f4-bdc4-fce60383565e {
  display: none;
}
#s-147b3191-7a87-42f4-bdc4-fce60383565e, #wrap-s-147b3191-7a87-42f4-bdc4-fce60383565e { display:none !important; }}@media (max-width: 767px){#s-147b3191-7a87-42f4-bdc4-fce60383565e {
  display: none;
}
#s-147b3191-7a87-42f4-bdc4-fce60383565e, #wrap-s-147b3191-7a87-42f4-bdc4-fce60383565e { display:none !important; }}






  #s-147b3191-7a87-42f4-bdc4-fce60383565e img.shogun-image {
    

    
    
    
  }


#s-147b3191-7a87-42f4-bdc4-fce60383565e .shogun-image-content {
  
    align-items: center;
  
}

#s-c49df586-d67c-45cf-8213-7a135d233517 {
  margin-top: 114px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c49df586-d67c-45cf-8213-7a135d233517 .shogun-heading-component h1 {
  color: rgba(40, 178, 154, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 53px;
  
  letter-spacing: 6px;
  
}



#s-a7f27ee3-0643-4a2e-aabf-7c8896fcb1c6 {
  background-image: url(https://i.shgcdn.com/a02b5080-132b-4fc9-8f83-c20c05d9e940/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 23px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7f27ee3-0643-4a2e-aabf-7c8896fcb1c6 {
  display: none;
}
#s-a7f27ee3-0643-4a2e-aabf-7c8896fcb1c6, #wrap-s-a7f27ee3-0643-4a2e-aabf-7c8896fcb1c6 { display:none !important; }}@media (max-width: 767px){#s-a7f27ee3-0643-4a2e-aabf-7c8896fcb1c6 {
  display: none;
}
#s-a7f27ee3-0643-4a2e-aabf-7c8896fcb1c6, #wrap-s-a7f27ee3-0643-4a2e-aabf-7c8896fcb1c6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a7f27ee3-0643-4a2e-aabf-7c8896fcb1c6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a7f27ee3-0643-4a2e-aabf-7c8896fcb1c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a7f27ee3-0643-4a2e-aabf-7c8896fcb1c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7f27ee3-0643-4a2e-aabf-7c8896fcb1c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8299cf86-d24e-46fe-ba91-81de789bc4d5 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 11%;
padding-top: 72px;
padding-left: 0%;
padding-bottom: 17px;
padding-right: 0%;
min-height: 0px;
text-align: center;
}

#s-8299cf86-d24e-46fe-ba91-81de789bc4d5 .shogun-heading-component h1 {
  color: rgba(214, 90, 128, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: 4px;
  text-align: center;
}



#s-2c4e86fa-52d4-4dc2-ace4-5c033b6e8bef {
  margin-top: 39px;
margin-left: 88px;
margin-bottom: 18px;
margin-right: 3px;
}
@media (min-width: 1200px){#s-2c4e86fa-52d4-4dc2-ace4-5c033b6e8bef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c4e86fa-52d4-4dc2-ace4-5c033b6e8bef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c4e86fa-52d4-4dc2-ace4-5c033b6e8bef {
  
}
}@media (max-width: 767px){#s-2c4e86fa-52d4-4dc2-ace4-5c033b6e8bef {
  
}
}
#s-2a44a784-f5b7-408d-8ee8-1f40241c30f5 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 41px;
background-color: rgba(214, 90, 128, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-2a44a784-f5b7-408d-8ee8-1f40241c30f5:hover {border-radius: 33px !important;
background-color: rgba(40, 178, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2a44a784-f5b7-408d-8ee8-1f40241c30f5:active {background-color: rgba(214, 90, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2a44a784-f5b7-408d-8ee8-1f40241c30f5-root {
    text-align: center;
  }


#s-2a44a784-f5b7-408d-8ee8-1f40241c30f5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2a44a784-f5b7-408d-8ee8-1f40241c30f5-root {
    text-align: center;
  }


#s-2a44a784-f5b7-408d-8ee8-1f40241c30f5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a44a784-f5b7-408d-8ee8-1f40241c30f5-root {
    text-align: center;
  }


#s-2a44a784-f5b7-408d-8ee8-1f40241c30f5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a44a784-f5b7-408d-8ee8-1f40241c30f5-root {
    text-align: center;
  }


#s-2a44a784-f5b7-408d-8ee8-1f40241c30f5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2a44a784-f5b7-408d-8ee8-1f40241c30f5-root {
    text-align: center;
  }


#s-2a44a784-f5b7-408d-8ee8-1f40241c30f5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}
  #s-2a44a784-f5b7-408d-8ee8-1f40241c30f5-root {
    text-align: center;
  }


#s-2a44a784-f5b7-408d-8ee8-1f40241c30f5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}

#s-c4dc7fd4-45cf-444b-a24f-3a713bef8127 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 25px;
margin-bottom: 27px;
background-color: rgba(255, 255, 255, 1);
}

#s-c4dc7fd4-45cf-444b-a24f-3a713bef8127 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-c4dc7fd4-45cf-444b-a24f-3a713bef8127 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-c4dc7fd4-45cf-444b-a24f-3a713bef8127 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(250, 250, 250, 1);
    border: 1px solid #DDDDDD;
  }
  #s-c4dc7fd4-45cf-444b-a24f-3a713bef8127 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
  }
#s-c4dc7fd4-45cf-444b-a24f-3a713bef8127 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #000;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 26px;
}

#s-c4dc7fd4-45cf-444b-a24f-3a713bef8127 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #000;
}

#s-c4dc7fd4-45cf-444b-a24f-3a713bef8127 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-c4dc7fd4-45cf-444b-a24f-3a713bef8127 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-49ddc27a-4b20-4ad8-b4b2-ab0b1493ef30 {
  margin-top: 28px;
margin-left: 6%;
margin-bottom: 7px;
margin-right: 6%;
padding-top: 12px;
padding-left: 3%;
padding-bottom: 3px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(85, 85, 85, 1);
border-style: solid;
}

#s-ca9eb1f1-111b-4ec8-9020-75f8e5bf945f {
  margin-top: 28px;
margin-left: 6%;
margin-bottom: 7px;
margin-right: 6%;
padding-top: 12px;
padding-left: 3%;
padding-bottom: 3px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(85, 85, 85, 1);
border-style: solid;
}

#s-7426796e-894e-4073-9b95-c2dfaed2feef {
  margin-left: 5%;
margin-right: 5%;
}

#s-7426796e-894e-4073-9b95-c2dfaed2feef .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-7426796e-894e-4073-9b95-c2dfaed2feef table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7426796e-894e-4073-9b95-c2dfaed2feef td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 14px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-7426796e-894e-4073-9b95-c2dfaed2feef td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 4px;
}

#s-7426796e-894e-4073-9b95-c2dfaed2feef td.shogun-table-column, #s-7426796e-894e-4073-9b95-c2dfaed2feef td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-59405356-a67a-4f5b-b21e-9a71af149371 {
  margin-top: -6px;
margin-left: 5%;
margin-bottom: -6px;
margin-right: 5%;
padding-top: 1px;
}

#s-59405356-a67a-4f5b-b21e-9a71af149371 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-59405356-a67a-4f5b-b21e-9a71af149371 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-59405356-a67a-4f5b-b21e-9a71af149371 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 14px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-59405356-a67a-4f5b-b21e-9a71af149371 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 4px;
}

#s-59405356-a67a-4f5b-b21e-9a71af149371 td.shogun-table-column, #s-59405356-a67a-4f5b-b21e-9a71af149371 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-d4adfe9d-a17d-4428-abdc-32fef8200e78 {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
}

#s-d4adfe9d-a17d-4428-abdc-32fef8200e78 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-d4adfe9d-a17d-4428-abdc-32fef8200e78 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d4adfe9d-a17d-4428-abdc-32fef8200e78 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 6px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-d4adfe9d-a17d-4428-abdc-32fef8200e78 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-d4adfe9d-a17d-4428-abdc-32fef8200e78 td.shogun-table-column, #s-d4adfe9d-a17d-4428-abdc-32fef8200e78 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-e412220d-5458-4cd4-aa90-f5ddd05b1c8f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 60px;
padding-bottom: 94px;
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e412220d-5458-4cd4-aa90-f5ddd05b1c8f {
  display: none;
}
#s-e412220d-5458-4cd4-aa90-f5ddd05b1c8f, #wrap-s-e412220d-5458-4cd4-aa90-f5ddd05b1c8f { display:none !important; }}@media (max-width: 767px){#s-e412220d-5458-4cd4-aa90-f5ddd05b1c8f {
  display: none;
}
#s-e412220d-5458-4cd4-aa90-f5ddd05b1c8f, #wrap-s-e412220d-5458-4cd4-aa90-f5ddd05b1c8f { display:none !important; }}







#s-e412220d-5458-4cd4-aa90-f5ddd05b1c8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e412220d-5458-4cd4-aa90-f5ddd05b1c8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c803867b-5d76-4c4d-ae31-12e7288bafcc {
  margin-top: 9px;
margin-bottom: 7px;
min-height: 50px;
background-attachment: scroll;
background-color: rgba(250, 250, 250, 1);
}








#s-c803867b-5d76-4c4d-ae31-12e7288bafcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c803867b-5d76-4c4d-ae31-12e7288bafcc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f42ee7de-fe6c-491b-bf3b-514cbd085fca {
  margin-top: 0px;
margin-left: 19%;
margin-right: 19%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f42ee7de-fe6c-491b-bf3b-514cbd085fca .shogun-heading-component h1 {
  color: rgba(214, 90, 128, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-5f824029-d1b9-46cc-8f93-530037e05b1f {
  margin-top: 7px;
}

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

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

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

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

#s-d9d219b5-d3bc-4aa4-8a3a-8e8530145bd4 {
  margin-top: 0px;
margin-left: 14%;
margin-bottom: 0px;
margin-right: 14%;
}

#s-926001c6-7a3b-4482-a994-40856cc1b465 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-bottom: 12px;
min-height: 50px;
}
@media (min-width: 1200px){#s-926001c6-7a3b-4482-a994-40856cc1b465 {
  display: none;
}
#s-926001c6-7a3b-4482-a994-40856cc1b465, #wrap-s-926001c6-7a3b-4482-a994-40856cc1b465 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-926001c6-7a3b-4482-a994-40856cc1b465 {
  display: none;
}
#s-926001c6-7a3b-4482-a994-40856cc1b465, #wrap-s-926001c6-7a3b-4482-a994-40856cc1b465 { display:none !important; }}







#s-926001c6-7a3b-4482-a994-40856cc1b465 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-926001c6-7a3b-4482-a994-40856cc1b465.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e51440c-01ef-4bbb-ad6f-8ae797cf3368 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}
@media (min-width: 1200px){#s-7e51440c-01ef-4bbb-ad6f-8ae797cf3368 {
  display: none;
}
#s-7e51440c-01ef-4bbb-ad6f-8ae797cf3368, #wrap-s-7e51440c-01ef-4bbb-ad6f-8ae797cf3368 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e51440c-01ef-4bbb-ad6f-8ae797cf3368 {
  display: none;
}
#s-7e51440c-01ef-4bbb-ad6f-8ae797cf3368, #wrap-s-7e51440c-01ef-4bbb-ad6f-8ae797cf3368 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e51440c-01ef-4bbb-ad6f-8ae797cf3368 {
  
}
}@media (max-width: 767px){#s-7e51440c-01ef-4bbb-ad6f-8ae797cf3368 {
  
}
}







#s-7e51440c-01ef-4bbb-ad6f-8ae797cf3368 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e51440c-01ef-4bbb-ad6f-8ae797cf3368.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4eee3537-fee1-460a-b57d-cea8fa70f4b8 {
  margin-top: 55px;
margin-bottom: 7px;
min-height: 50px;
background-attachment: scroll;
background-color: rgba(250, 250, 250, 1);
}








#s-4eee3537-fee1-460a-b57d-cea8fa70f4b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4eee3537-fee1-460a-b57d-cea8fa70f4b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8f6b277-dac7-4b9f-ad4d-11d80e413e6c {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e8f6b277-dac7-4b9f-ad4d-11d80e413e6c .shogun-heading-component h1 {
  color: rgba(214, 90, 128, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-ddfef60b-a7ea-44d4-be53-b1a9ecc4380c {
  margin-top: 7px;
}

#s-38e92979-36ce-4f4a-aad6-a4c01c09fbd1 {
  margin-top: 19px;
margin-left: 2%;
margin-bottom: 19px;
margin-right: 2%;
}

#s-998d5be4-cbaf-4839-990e-076128efcc27 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-998d5be4-cbaf-4839-990e-076128efcc27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-998d5be4-cbaf-4839-990e-076128efcc27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e45f01fe-4205-4916-a3bc-3cc29c2316f1 {
  margin-top: 19px;
margin-bottom: 19px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e45f01fe-4205-4916-a3bc-3cc29c2316f1 {
  display: none;
}
#s-e45f01fe-4205-4916-a3bc-3cc29c2316f1, #wrap-s-e45f01fe-4205-4916-a3bc-3cc29c2316f1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e45f01fe-4205-4916-a3bc-3cc29c2316f1 {
  display: none;
}
#s-e45f01fe-4205-4916-a3bc-3cc29c2316f1, #wrap-s-e45f01fe-4205-4916-a3bc-3cc29c2316f1 { display:none !important; }}







#s-e45f01fe-4205-4916-a3bc-3cc29c2316f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e45f01fe-4205-4916-a3bc-3cc29c2316f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d9dc56d-c59e-4a27-9d36-166c4efb6222 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9d9dc56d-c59e-4a27-9d36-166c4efb6222 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d9dc56d-c59e-4a27-9d36-166c4efb6222 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d9dc56d-c59e-4a27-9d36-166c4efb6222 {
  
}
}@media (max-width: 767px){#s-9d9dc56d-c59e-4a27-9d36-166c4efb6222 {
  
}
}







#s-9d9dc56d-c59e-4a27-9d36-166c4efb6222 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-9d9dc56d-c59e-4a27-9d36-166c4efb6222.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-18b15a4f-5df2-41fc-bd5c-f10d1e60413f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18b15a4f-5df2-41fc-bd5c-f10d1e60413f .shogun-heading-component h1 {
  color: rgba(105, 105, 105, 0.97);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: 6px;
  
}



#s-b6933f75-77a6-4cdc-9e48-a026cb61108c {
  margin-top: 0px;
margin-left: 9%;
margin-bottom: 0px;
margin-right: 9%;
padding-top: 47px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b6933f75-77a6-4cdc-9e48-a026cb61108c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6933f75-77a6-4cdc-9e48-a026cb61108c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 36.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-b6933f75-77a6-4cdc-9e48-a026cb61108c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 36.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-b6933f75-77a6-4cdc-9e48-a026cb61108c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 36.666666666666664px);
}

}

#s-5e967f7b-c757-40db-a7cf-0cb0d8de6f60 {
  text-align: center;
}







  #s-5e967f7b-c757-40db-a7cf-0cb0d8de6f60 img.shogun-image {
    

    
    
    
  }


#s-5e967f7b-c757-40db-a7cf-0cb0d8de6f60 .shogun-image-content {
  
    align-items: center;
  
}

#s-632245b1-f41e-4193-996c-0c24adc2aa1a {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-632245b1-f41e-4193-996c-0c24adc2aa1a .shogun-heading-component h1 {
  color: rgba(214, 90, 128, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-fea1b510-6161-4d96-b416-de541250338e {
  text-align: center;
}







  #s-fea1b510-6161-4d96-b416-de541250338e img.shogun-image {
    

    
    
    
  }


#s-fea1b510-6161-4d96-b416-de541250338e .shogun-image-content {
  
    align-items: center;
  
}

#s-3e634dec-2bb1-4ec3-a06b-fd4f65072434 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e634dec-2bb1-4ec3-a06b-fd4f65072434 .shogun-heading-component h1 {
  color: rgba(214, 90, 128, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-7122666c-e919-4b14-9fe8-286c4ce08be2 {
  text-align: center;
}







  #s-7122666c-e919-4b14-9fe8-286c4ce08be2 img.shogun-image {
    

    
    
    
  }


#s-7122666c-e919-4b14-9fe8-286c4ce08be2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d26a879d-9b62-46b5-b789-3b8b812e0485 {
  margin-top: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d26a879d-9b62-46b5-b789-3b8b812e0485 .shogun-heading-component h1 {
  color: rgba(214, 90, 128, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8396d41a-2867-4eda-bc79-03b12d29c0e2 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-8396d41a-2867-4eda-bc79-03b12d29c0e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8396d41a-2867-4eda-bc79-03b12d29c0e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c94eb3c8-2958-4007-a8c8-24044774d144 {
  min-height: 50px;
}








#s-c94eb3c8-2958-4007-a8c8-24044774d144 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c94eb3c8-2958-4007-a8c8-24044774d144.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-683c88d3-f7d8-4d92-97ab-867d1f8c68ed {
  margin-left: 6%;
margin-right: 6%;
padding-top: 45px;
padding-left: 0%;
padding-bottom: 45px;
background-color: rgba(250, 250, 250, 1);
}

@media (min-width: 0px) {
[id="s-683c88d3-f7d8-4d92-97ab-867d1f8c68ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-683c88d3-f7d8-4d92-97ab-867d1f8c68ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-683c88d3-f7d8-4d92-97ab-867d1f8c68ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-683c88d3-f7d8-4d92-97ab-867d1f8c68ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-683c88d3-f7d8-4d92-97ab-867d1f8c68ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-683c88d3-f7d8-4d92-97ab-867d1f8c68ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-683c88d3-f7d8-4d92-97ab-867d1f8c68ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-8f244b52-0f57-42a2-b91c-5898790057a6 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-8f244b52-0f57-42a2-b91c-5898790057a6 img.shogun-image {
    

    
    
    
  }


#s-8f244b52-0f57-42a2-b91c-5898790057a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc7d65d5-d7ce-4efb-8ca0-ed83e0ed6a88 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 15%;
min-height: 38px;
}








#s-cc7d65d5-d7ce-4efb-8ca0-ed83e0ed6a88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc7d65d5-d7ce-4efb-8ca0-ed83e0ed6a88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e091be8-1f9c-42a8-a897-91143da1f39d {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2e091be8-1f9c-42a8-a897-91143da1f39d .shogun-heading-component h2 {
  color: rgba(40, 178, 154, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-0af6b78c-6161-4c6d-9c2c-e31029a52cac {
  margin-top: 18px;
}

#s-9556f42f-c019-44df-8660-0fc4e1ad0396 {
  padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 33px;
background-color: rgba(40, 178, 154, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9556f42f-c019-44df-8660-0fc4e1ad0396:hover {background-color: rgba(214, 90, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9556f42f-c019-44df-8660-0fc4e1ad0396:active {background-color: rgba(40, 178, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9556f42f-c019-44df-8660-0fc4e1ad0396-root {
    text-align: center;
  }


#s-9556f42f-c019-44df-8660-0fc4e1ad0396.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9556f42f-c019-44df-8660-0fc4e1ad0396-root {
    text-align: center;
  }


#s-9556f42f-c019-44df-8660-0fc4e1ad0396.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9556f42f-c019-44df-8660-0fc4e1ad0396-root {
    text-align: center;
  }


#s-9556f42f-c019-44df-8660-0fc4e1ad0396.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9556f42f-c019-44df-8660-0fc4e1ad0396-root {
    text-align: center;
  }


#s-9556f42f-c019-44df-8660-0fc4e1ad0396.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9556f42f-c019-44df-8660-0fc4e1ad0396-root {
    text-align: center;
  }


#s-9556f42f-c019-44df-8660-0fc4e1ad0396.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}
#s-0b5ef8c8-a3b5-4637-bd61-45f29bd5be78 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-f6ef8bdc-79c4-47e8-a2f2-83bdaa21c3f0 {
  margin-top: 45px;
margin-bottom: 18px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6ef8bdc-79c4-47e8-a2f2-83bdaa21c3f0 .shogun-heading-component h1 {
  color: rgba(214, 90, 128, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 39px;
  
  
  
}



#s-e791eb5a-e667-4db2-b2b8-0571b84c87ab {
  margin-left: 6%;
margin-bottom: 60px;
margin-right: 6%;
}

#s-e791eb5a-e667-4db2-b2b8-0571b84c87ab > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e791eb5a-e667-4db2-b2b8-0571b84c87ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-e791eb5a-e667-4db2-b2b8-0571b84c87ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(214, 90, 128, 1);
}

#s-e791eb5a-e667-4db2-b2b8-0571b84c87ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-e791eb5a-e667-4db2-b2b8-0571b84c87ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(214, 90, 128, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e791eb5a-e667-4db2-b2b8-0571b84c87ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0c3d4109-be2b-4a6f-aa78-d896627e19b2 {
  margin-top: 33px;
margin-left: 3%;
margin-bottom: 33px;
margin-right: 3%;
}

#s-b6f48ccc-d7d9-4a5f-aa9b-e5b56a7fcfb8 {
  margin-left: 1%;
margin-right: 1%;
}

#s-f238a305-072f-4e11-b179-04bc3eb144d0 {
  margin-left: 1%;
margin-right: 1%;
}

#s-03a9c7fa-d015-4717-828b-f2b1fa74838f {
  margin-left: 1%;
margin-right: 1%;
}

#s-b41d3c93-8a93-4e80-a3d8-2aa2246f38c5 {
  margin-left: 1%;
margin-right: 1%;
}

#s-4cdcea0d-9522-4048-b727-b8a285df1274 {
  margin-left: 1%;
margin-right: 1%;
}

#s-432f0356-2cf2-4dec-ad21-96bb1ef283f4 {
  margin-left: 1%;
margin-right: 1%;
}

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

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

#s-5b8b6cf5-02e9-4844-b10e-0c38771f184f {
  margin-top: 18px;
}

#s-5b8b6cf5-02e9-4844-b10e-0c38771f184f hr {
  border-top: 2px solid #ddd;
}

#s-9b5b974f-352f-47aa-86e3-261e89732b26 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-619267b9-2726-4f2e-b46e-ee263bf4622b {
  margin-top: 3px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-619267b9-2726-4f2e-b46e-ee263bf4622b .shogun-heading-component h1 {
  color: rgba(40, 178, 154, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-a7e2c227-47e9-450e-9137-876efb603e6b {
  min-height: 50px;
}








#s-a7e2c227-47e9-450e-9137-876efb603e6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7e2c227-47e9-450e-9137-876efb603e6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a639c277-a0ff-4681-879f-576dfd9277a3 {
  margin-top: 0px;
margin-bottom: 13px;
}

#s-a639c277-a0ff-4681-879f-576dfd9277a3 .shogun-icon-wrapper {
  text-align: center;
}


#s-a639c277-a0ff-4681-879f-576dfd9277a3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(40, 178, 154, 1);
}

#s-7a818856-165d-4637-b9e8-47ea81f6ee0e {
  margin-left: 9%;
margin-right: 9%;
}

#s-3cfe4a5c-43c4-4085-80d3-7d1a57751d85 {
  margin-top: 33px;
margin-bottom: 2px;
min-height: 50px;
}








#s-3cfe4a5c-43c4-4085-80d3-7d1a57751d85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cfe4a5c-43c4-4085-80d3-7d1a57751d85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f75ab35-646f-4f3b-a088-dbf289326c20 {
  margin-top: 39px;
margin-left: 9%;
margin-bottom: 17px;
margin-right: 9%;
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-1f75ab35-646f-4f3b-a088-dbf289326c20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f75ab35-646f-4f3b-a088-dbf289326c20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c64f8bf-c3aa-425e-92a8-06f0b9a36764 {
  margin-top: 33px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c64f8bf-c3aa-425e-92a8-06f0b9a36764 .shogun-heading-component h1 {
  color: rgba(214, 90, 128, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  letter-spacing: 1px;
  
}



#s-a5bc0917-0ab6-4f2e-b467-699bd53e6627 {
  margin-top: 0px;
margin-left: 8%;
margin-bottom: 19px;
margin-right: 8%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 12px;
}

#s-7ae2b51c-bc17-4d83-8878-73306f76b159 {
  margin-top: 18px;
}

#s-7ae2b51c-bc17-4d83-8878-73306f76b159 hr {
  border-top: 2px solid rgba(253, 253, 253, 1);
}

#s-753e23b6-2d00-447e-954a-8f507cd718b9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-753e23b6-2d00-447e-954a-8f507cd718b9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-753e23b6-2d00-447e-954a-8f507cd718b9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-753e23b6-2d00-447e-954a-8f507cd718b9 {
  
}
}@media (max-width: 767px){#s-753e23b6-2d00-447e-954a-8f507cd718b9 {
  
}
}







#s-753e23b6-2d00-447e-954a-8f507cd718b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-753e23b6-2d00-447e-954a-8f507cd718b9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3e15dd72-a2a2-4c84-a86b-9e4a9773dd4e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-3d0a3265-8d1b-4df9-9931-0381b3981576 {
  min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3d0a3265-8d1b-4df9-9931-0381b3981576 {
  
}
}@media (max-width: 767px){#s-3d0a3265-8d1b-4df9-9931-0381b3981576 {
  
}
}







#s-3d0a3265-8d1b-4df9-9931-0381b3981576 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d0a3265-8d1b-4df9-9931-0381b3981576.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea968851-18ea-4cf9-a6cd-2c7f3b962c6a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ea968851-18ea-4cf9-a6cd-2c7f3b962c6a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea968851-18ea-4cf9-a6cd-2c7f3b962c6a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea968851-18ea-4cf9-a6cd-2c7f3b962c6a {
  
}
}@media (max-width: 767px){#s-ea968851-18ea-4cf9-a6cd-2c7f3b962c6a {
  
}
}







#s-ea968851-18ea-4cf9-a6cd-2c7f3b962c6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea968851-18ea-4cf9-a6cd-2c7f3b962c6a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ad6e15b4-145f-4f27-9feb-337338cbac3b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ad6e15b4-145f-4f27-9feb-337338cbac3b {
  
}
}@media (max-width: 767px){#s-ad6e15b4-145f-4f27-9feb-337338cbac3b {
  
}
}







#s-ad6e15b4-145f-4f27-9feb-337338cbac3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad6e15b4-145f-4f27-9feb-337338cbac3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b7b0fb4-ee93-463f-acb5-b458f9d52dc1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(250, 250, 250, 1);
}

#s-4b7b0fb4-ee93-463f-acb5-b458f9d52dc1 .shogun-heading-component h1 {
  color: rgba(40, 178, 154, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 41px;
  
  
  
}



#s-7219af03-132f-4b54-b07d-b82fb7c0dfa9 {
  padding-top: 8px;
padding-left: 23%;
padding-bottom: 8px;
padding-right: 23%;
text-align: center;
background-color: rgba(250, 250, 250, 1);
}







  #s-7219af03-132f-4b54-b07d-b82fb7c0dfa9 img.shogun-image {
    

    
    
    
  }


#s-7219af03-132f-4b54-b07d-b82fb7c0dfa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d43e8f2-0338-49b7-a968-02fe57bac7ff {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
padding-top: 45px;
padding-left: 0%;
padding-bottom: 45px;
background-color: rgba(250, 250, 250, 1);
}

@media (min-width: 0px) {
[id="s-0d43e8f2-0338-49b7-a968-02fe57bac7ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d43e8f2-0338-49b7-a968-02fe57bac7ff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0d43e8f2-0338-49b7-a968-02fe57bac7ff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d43e8f2-0338-49b7-a968-02fe57bac7ff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0d43e8f2-0338-49b7-a968-02fe57bac7ff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d43e8f2-0338-49b7-a968-02fe57bac7ff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0d43e8f2-0338-49b7-a968-02fe57bac7ff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-d2c26979-1b2e-4e3b-befd-b551868dfd2e {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 10%;
min-height: 38px;
}








#s-d2c26979-1b2e-4e3b-befd-b551868dfd2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2c26979-1b2e-4e3b-befd-b551868dfd2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b3986fb-99a8-41c5-927b-cfe1b03d7eb7 {
  padding-top: 0px;
padding-bottom: 24px;
text-align: center;
}

#s-8b3986fb-99a8-41c5-927b-cfe1b03d7eb7 .shogun-heading-component h1 {
  color: rgba(40, 178, 154, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b1462534-b0fc-4b40-b8e0-a0bd288c3a41 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b1462534-b0fc-4b40-b8e0-a0bd288c3a41 .shogun-heading-component h2 {
  color: rgba(40, 178, 154, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-79dcbe06-b77b-4d03-b228-b0bb5afc43e2 {
  margin-top: 18px;
}

#s-006d8fbf-0aed-48d1-baae-aefb942eefd7 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-006d8fbf-0aed-48d1-baae-aefb942eefd7 img.shogun-image {
    

    
    
    
  }


#s-006d8fbf-0aed-48d1-baae-aefb942eefd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8cb0ad2a-6213-4b7f-b80a-9e5c6b40afdb {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8cb0ad2a-6213-4b7f-b80a-9e5c6b40afdb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8cb0ad2a-6213-4b7f-b80a-9e5c6b40afdb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8cb0ad2a-6213-4b7f-b80a-9e5c6b40afdb {
  
}
}@media (max-width: 767px){#s-8cb0ad2a-6213-4b7f-b80a-9e5c6b40afdb {
  
}
}







#s-8cb0ad2a-6213-4b7f-b80a-9e5c6b40afdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cb0ad2a-6213-4b7f-b80a-9e5c6b40afdb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a577e6c5-cbd0-4bbf-bedc-ad47029a76a6 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-a577e6c5-cbd0-4bbf-bedc-ad47029a76a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a577e6c5-cbd0-4bbf-bedc-ad47029a76a6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a577e6c5-cbd0-4bbf-bedc-ad47029a76a6 {
  
}
}@media (max-width: 767px){#s-a577e6c5-cbd0-4bbf-bedc-ad47029a76a6 {
  
}
}
@media (min-width: 0px) {
[id="s-a577e6c5-cbd0-4bbf-bedc-ad47029a76a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a577e6c5-cbd0-4bbf-bedc-ad47029a76a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-a577e6c5-cbd0-4bbf-bedc-ad47029a76a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-a577e6c5-cbd0-4bbf-bedc-ad47029a76a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-ce47411f-7250-4b18-b925-38ba4df70990 {
  margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(40, 178, 154, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ce47411f-7250-4b18-b925-38ba4df70990 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce47411f-7250-4b18-b925-38ba4df70990.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e575ddc9-e243-470b-8ac0-8c991bc30663 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-e575ddc9-e243-470b-8ac0-8c991bc30663 .shogun-icon-wrapper {
  text-align: center;
}


#s-e575ddc9-e243-470b-8ac0-8c991bc30663 .shogun-icon-wrapper > .shogun-icon {

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

#s-f91502b6-9d45-4f43-a26c-e1ee0e29a7d6 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-f91502b6-9d45-4f43-a26c-e1ee0e29a7d6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f91502b6-9d45-4f43-a26c-e1ee0e29a7d6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f91502b6-9d45-4f43-a26c-e1ee0e29a7d6 {
  
}
}@media (max-width: 767px){#s-f91502b6-9d45-4f43-a26c-e1ee0e29a7d6 {
  
}
}
#s-ca3f855b-9cc5-4cbe-a4c5-057ab66e829a {
  margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(40, 178, 154, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ca3f855b-9cc5-4cbe-a4c5-057ab66e829a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca3f855b-9cc5-4cbe-a4c5-057ab66e829a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ab954c4f-9a59-4753-a581-abc58daea317 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-ab954c4f-9a59-4753-a581-abc58daea317 .shogun-icon-wrapper {
  text-align: center;
}


#s-ab954c4f-9a59-4753-a581-abc58daea317 .shogun-icon-wrapper > .shogun-icon {

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

#s-809e7290-c1fe-4450-9f1d-02717dd3ad60 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-809e7290-c1fe-4450-9f1d-02717dd3ad60 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-809e7290-c1fe-4450-9f1d-02717dd3ad60 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-809e7290-c1fe-4450-9f1d-02717dd3ad60 {
  
}
}@media (max-width: 767px){#s-809e7290-c1fe-4450-9f1d-02717dd3ad60 {
  
}
}
#s-48d9ae64-569c-4ac7-a6fb-9690c8631821 {
  margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(40, 178, 154, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-48d9ae64-569c-4ac7-a6fb-9690c8631821 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48d9ae64-569c-4ac7-a6fb-9690c8631821.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ed30a851-74f8-40c2-b1f5-5bea1e5e888d {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-ed30a851-74f8-40c2-b1f5-5bea1e5e888d .shogun-icon-wrapper {
  text-align: center;
}


#s-ed30a851-74f8-40c2-b1f5-5bea1e5e888d .shogun-icon-wrapper > .shogun-icon {

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

#s-271549ba-db2e-4c8a-ba98-881f9f92dd91 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-271549ba-db2e-4c8a-ba98-881f9f92dd91 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-271549ba-db2e-4c8a-ba98-881f9f92dd91 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-271549ba-db2e-4c8a-ba98-881f9f92dd91 {
  
}
}@media (max-width: 767px){#s-271549ba-db2e-4c8a-ba98-881f9f92dd91 {
  
}
}
#s-00fc220a-5f5f-4235-9b3e-20eee5382700 {
  margin-top: 60px;
margin-bottom: 60px;
padding-top: 36px;
padding-bottom: 51px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-00fc220a-5f5f-4235-9b3e-20eee5382700 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00fc220a-5f5f-4235-9b3e-20eee5382700.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7df19379-2e11-49c6-a48d-e2f115f624a6 {
  margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7df19379-2e11-49c6-a48d-e2f115f624a6 .shogun-heading-component h1 {
  color: rgba(40, 178, 154, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  letter-spacing: 2px;
  
}



#s-3bf4be8a-6d8a-4e9a-839a-c695d50ce684 {
  margin-left: 13%;
margin-bottom: 5px;
margin-right: 13%;
}

#s-2846fbe1-b05b-4c4d-ab21-34c4f377616f {
  padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 33px;
background-color: rgba(40, 178, 154, 1);
text-align: center;
text-decoration: none;
}
#s-2846fbe1-b05b-4c4d-ab21-34c4f377616f:hover {background-color: rgba(214, 90, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2846fbe1-b05b-4c4d-ab21-34c4f377616f:active {background-color: rgba(40, 178, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2846fbe1-b05b-4c4d-ab21-34c4f377616f-root {
    text-align: center;
  }


#s-2846fbe1-b05b-4c4d-ab21-34c4f377616f.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2846fbe1-b05b-4c4d-ab21-34c4f377616f-root {
    text-align: center;
  }


#s-2846fbe1-b05b-4c4d-ab21-34c4f377616f.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2846fbe1-b05b-4c4d-ab21-34c4f377616f-root {
    text-align: center;
  }


#s-2846fbe1-b05b-4c4d-ab21-34c4f377616f.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2846fbe1-b05b-4c4d-ab21-34c4f377616f-root {
    text-align: center;
  }


#s-2846fbe1-b05b-4c4d-ab21-34c4f377616f.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2846fbe1-b05b-4c4d-ab21-34c4f377616f-root {
    text-align: center;
  }


#s-2846fbe1-b05b-4c4d-ab21-34c4f377616f.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}
#s-8e220236-f293-4451-989d-645767a88c69 {
  text-align: center;
}







  #s-8e220236-f293-4451-989d-645767a88c69 img.shogun-image {
    

    
    
    
  }


#s-8e220236-f293-4451-989d-645767a88c69 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf789c01-7ff3-4e67-a99b-b4ac83c93164 {
  margin-left: 19%;
margin-right: 19%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 33px;
background-color: rgba(40, 178, 154, 1);
text-align: center;
text-decoration: none;
}
#s-cf789c01-7ff3-4e67-a99b-b4ac83c93164:hover {background-color: rgba(214, 90, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cf789c01-7ff3-4e67-a99b-b4ac83c93164:active {background-color: rgba(40, 178, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cf789c01-7ff3-4e67-a99b-b4ac83c93164-root {
    text-align: center;
  }


#s-cf789c01-7ff3-4e67-a99b-b4ac83c93164.shg-btn {
  color: #ffffff;
  font-size: 29px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cf789c01-7ff3-4e67-a99b-b4ac83c93164-root {
    text-align: center;
  }


#s-cf789c01-7ff3-4e67-a99b-b4ac83c93164.shg-btn {
  color: #ffffff;
  font-size: 29px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf789c01-7ff3-4e67-a99b-b4ac83c93164-root {
    text-align: center;
  }


#s-cf789c01-7ff3-4e67-a99b-b4ac83c93164.shg-btn {
  color: #ffffff;
  font-size: 29px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cf789c01-7ff3-4e67-a99b-b4ac83c93164-root {
    text-align: center;
  }


#s-cf789c01-7ff3-4e67-a99b-b4ac83c93164.shg-btn {
  color: #ffffff;
  font-size: 29px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cf789c01-7ff3-4e67-a99b-b4ac83c93164-root {
    text-align: center;
  }


#s-cf789c01-7ff3-4e67-a99b-b4ac83c93164.shg-btn {
  color: #ffffff;
  font-size: 29px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}
  #s-cf789c01-7ff3-4e67-a99b-b4ac83c93164-root {
    text-align: center;
  }


#s-cf789c01-7ff3-4e67-a99b-b4ac83c93164.shg-btn {
  color: #ffffff;
  font-size: 29px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}

#s-457887d0-80b3-4249-989b-e770f399362c {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-457887d0-80b3-4249-989b-e770f399362c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-457887d0-80b3-4249-989b-e770f399362c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-457887d0-80b3-4249-989b-e770f399362c {
  
}
}@media (max-width: 767px){#s-457887d0-80b3-4249-989b-e770f399362c {
  
}
}







#s-457887d0-80b3-4249-989b-e770f399362c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-457887d0-80b3-4249-989b-e770f399362c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-93e50929-63b2-4f24-ac8b-ee8348823195 {
  min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-93e50929-63b2-4f24-ac8b-ee8348823195 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93e50929-63b2-4f24-ac8b-ee8348823195.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a0c9387-6abc-473b-9a91-572f82323030 {
  padding-top: 44px;
padding-bottom: 21px;
text-align: center;
}

#s-9a0c9387-6abc-473b-9a91-572f82323030 .shogun-heading-component h1 {
  color: rgba(40, 178, 154, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 51px;
  
  letter-spacing: 2px;
  
}



#s-c1c10ba8-15e9-4344-acfc-5773ea2edc13 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 39px;
padding-bottom: 10px;
padding-right: 39px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 33px;
background-color: rgba(40, 178, 154, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c1c10ba8-15e9-4344-acfc-5773ea2edc13:hover {background-color: rgba(110, 115, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c1c10ba8-15e9-4344-acfc-5773ea2edc13:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1c10ba8-15e9-4344-acfc-5773ea2edc13-root {
    text-align: center;
  }


#s-c1c10ba8-15e9-4344-acfc-5773ea2edc13.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1c10ba8-15e9-4344-acfc-5773ea2edc13-root {
    text-align: center;
  }


#s-c1c10ba8-15e9-4344-acfc-5773ea2edc13.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1c10ba8-15e9-4344-acfc-5773ea2edc13-root {
    text-align: center;
  }


#s-c1c10ba8-15e9-4344-acfc-5773ea2edc13.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1c10ba8-15e9-4344-acfc-5773ea2edc13-root {
    text-align: center;
  }


#s-c1c10ba8-15e9-4344-acfc-5773ea2edc13.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1c10ba8-15e9-4344-acfc-5773ea2edc13-root {
    text-align: center;
  }


#s-c1c10ba8-15e9-4344-acfc-5773ea2edc13.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}
}
  #s-c1c10ba8-15e9-4344-acfc-5773ea2edc13-root {
    text-align: center;
  }


#s-c1c10ba8-15e9-4344-acfc-5773ea2edc13.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}

#s-bd098d02-5983-4655-a42b-fef7d3d3ed87 {
  margin-top: 16px;
margin-bottom: 16px;
}

#s-6244a253-336f-4e68-adba-2e312e69046a {
  margin-top: 36px;
margin-bottom: 36px;
min-height: 50px;
}








#s-6244a253-336f-4e68-adba-2e312e69046a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6244a253-336f-4e68-adba-2e312e69046a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2c735a20-4934-4c1e-a41f-7e3e17454386"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c735a20-4934-4c1e-a41f-7e3e17454386"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2c735a20-4934-4c1e-a41f-7e3e17454386"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c735a20-4934-4c1e-a41f-7e3e17454386"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bc2dae1f-cbc7-4ec9-ac43-0feff609f4f8 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-db580d2f-18c4-449c-9cd8-f4d63460df47 {
  text-align: left;
}



.shg-c#s-db580d2f-18c4-449c-9cd8-f4d63460df47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db580d2f-18c4-449c-9cd8-f4d63460df47 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-db580d2f-18c4-449c-9cd8-f4d63460df47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db580d2f-18c4-449c-9cd8-f4d63460df47 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-db580d2f-18c4-449c-9cd8-f4d63460df47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db580d2f-18c4-449c-9cd8-f4d63460df47 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-db580d2f-18c4-449c-9cd8-f4d63460df47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db580d2f-18c4-449c-9cd8-f4d63460df47 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-db580d2f-18c4-449c-9cd8-f4d63460df47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db580d2f-18c4-449c-9cd8-f4d63460df47 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-db580d2f-18c4-449c-9cd8-f4d63460df47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db580d2f-18c4-449c-9cd8-f4d63460df47 img.shogun-image {
  width: 100%;
}




.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-a2d6c003-9e80-46e5-9a19-95690641e2b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2d6c003-9e80-46e5-9a19-95690641e2b2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-3f667a5c-4d07-4a20-bd60-5fa016b0e358 {
  margin-bottom: 9px;
text-align: center;
}

#s-3f667a5c-4d07-4a20-bd60-5fa016b0e358 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 21px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3f667a5c-4d07-4a20-bd60-5fa016b0e358 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 21px;
}

#s-3f667a5c-4d07-4a20-bd60-5fa016b0e358 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-74a9d0a7-dbf1-4b92-869e-07d87ab9c727 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 33px;
background-color: rgba(40, 178, 154, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-74a9d0a7-dbf1-4b92-869e-07d87ab9c727:hover {background-color: rgba(110, 115, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-74a9d0a7-dbf1-4b92-869e-07d87ab9c727:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-74a9d0a7-dbf1-4b92-869e-07d87ab9c727 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-74a9d0a7-dbf1-4b92-869e-07d87ab9c727.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-74a9d0a7-dbf1-4b92-869e-07d87ab9c727.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}

#s-74a9d0a7-dbf1-4b92-869e-07d87ab9c727.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d42b2b94-551a-49c5-b3c8-9509fba82371 {
  display: none;
}
#s-7899efb4-5d42-43b2-87d5-14d6cbe13ac7 {
  text-align: left;
}



.shg-c#s-7899efb4-5d42-43b2-87d5-14d6cbe13ac7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7899efb4-5d42-43b2-87d5-14d6cbe13ac7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7899efb4-5d42-43b2-87d5-14d6cbe13ac7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7899efb4-5d42-43b2-87d5-14d6cbe13ac7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7899efb4-5d42-43b2-87d5-14d6cbe13ac7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7899efb4-5d42-43b2-87d5-14d6cbe13ac7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7899efb4-5d42-43b2-87d5-14d6cbe13ac7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7899efb4-5d42-43b2-87d5-14d6cbe13ac7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-7899efb4-5d42-43b2-87d5-14d6cbe13ac7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7899efb4-5d42-43b2-87d5-14d6cbe13ac7 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-7899efb4-5d42-43b2-87d5-14d6cbe13ac7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7899efb4-5d42-43b2-87d5-14d6cbe13ac7 img.shogun-image {
  width: 100%;
}




#s-85dd23ef-df9c-4157-982a-1849b9f3a74d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85dd23ef-df9c-4157-982a-1849b9f3a74d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-2714341c-a20a-495c-8807-049689c8d84b {
  margin-bottom: 9px;
text-align: center;
}

#s-2714341c-a20a-495c-8807-049689c8d84b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 21px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2714341c-a20a-495c-8807-049689c8d84b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 21px;
}

#s-2714341c-a20a-495c-8807-049689c8d84b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-62ba554a-4d38-4d24-9274-6e983dc46836 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 33px;
background-color: rgba(40, 178, 154, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-62ba554a-4d38-4d24-9274-6e983dc46836:hover {background-color: rgba(110, 115, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-62ba554a-4d38-4d24-9274-6e983dc46836:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-62ba554a-4d38-4d24-9274-6e983dc46836 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-62ba554a-4d38-4d24-9274-6e983dc46836.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-62ba554a-4d38-4d24-9274-6e983dc46836.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}

#s-62ba554a-4d38-4d24-9274-6e983dc46836.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-380bd3bd-a9c3-4fb7-aba1-60e493ab16d4 {
  display: none;
}
#s-3890efb4-d584-44e0-8f63-6aacdbeb4a5e {
  text-align: left;
}



.shg-c#s-3890efb4-d584-44e0-8f63-6aacdbeb4a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3890efb4-d584-44e0-8f63-6aacdbeb4a5e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3890efb4-d584-44e0-8f63-6aacdbeb4a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3890efb4-d584-44e0-8f63-6aacdbeb4a5e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3890efb4-d584-44e0-8f63-6aacdbeb4a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3890efb4-d584-44e0-8f63-6aacdbeb4a5e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3890efb4-d584-44e0-8f63-6aacdbeb4a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3890efb4-d584-44e0-8f63-6aacdbeb4a5e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-3890efb4-d584-44e0-8f63-6aacdbeb4a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3890efb4-d584-44e0-8f63-6aacdbeb4a5e img.shogun-image {
  width: 100%;
}



}

.shg-c#s-3890efb4-d584-44e0-8f63-6aacdbeb4a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3890efb4-d584-44e0-8f63-6aacdbeb4a5e img.shogun-image {
  width: 100%;
}




#s-c3524f2a-a60f-4fe1-871f-941af7b61b4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3524f2a-a60f-4fe1-871f-941af7b61b4b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-ac5a394f-7d39-421b-bcdd-2adccea8530e {
  margin-top: 0px;
margin-bottom: 9px;
text-align: center;
}

#s-ac5a394f-7d39-421b-bcdd-2adccea8530e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 21px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ac5a394f-7d39-421b-bcdd-2adccea8530e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 21px;
}

#s-ac5a394f-7d39-421b-bcdd-2adccea8530e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d022a305-d298-45fc-884f-6fe2b5a39198 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(110, 115, 211, 1);
border-style: solid;
border-radius: 33px;
background-color: rgba(40, 178, 154, 1);
text-align: center;
cursor: pointer;
}
#s-d022a305-d298-45fc-884f-6fe2b5a39198:hover {background-color: rgba(110, 115, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d022a305-d298-45fc-884f-6fe2b5a39198:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d022a305-d298-45fc-884f-6fe2b5a39198 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d022a305-d298-45fc-884f-6fe2b5a39198.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d022a305-d298-45fc-884f-6fe2b5a39198.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Arimo;
  display:  inline-block ;
}

#s-d022a305-d298-45fc-884f-6fe2b5a39198.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7341b6f9-a334-4edb-924f-249c98d07b8f {
  min-height: 50px;
}








#s-7341b6f9-a334-4edb-924f-249c98d07b8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7341b6f9-a334-4edb-924f-249c98d07b8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29f8c289-40ca-4cdb-9ade-1633da0ffcdd {
  padding-top: 39px;
padding-bottom: 39px;
min-height: 50px;
}








#s-29f8c289-40ca-4cdb-9ade-1633da0ffcdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29f8c289-40ca-4cdb-9ade-1633da0ffcdd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e9304ed-03e2-479a-8182-ba7ea1cf8f4d {
  min-height: 50px;
}








#s-4e9304ed-03e2-479a-8182-ba7ea1cf8f4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e9304ed-03e2-479a-8182-ba7ea1cf8f4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-410260cf-4c05-49aa-b338-39667ce2a039 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-410260cf-4c05-49aa-b338-39667ce2a039 {
  display: none;
}
#s-410260cf-4c05-49aa-b338-39667ce2a039, #wrap-s-410260cf-4c05-49aa-b338-39667ce2a039 { display:none !important; }}@media (max-width: 767px){#s-410260cf-4c05-49aa-b338-39667ce2a039 {
  display: none;
}
#s-410260cf-4c05-49aa-b338-39667ce2a039, #wrap-s-410260cf-4c05-49aa-b338-39667ce2a039 { display:none !important; }}






  #s-410260cf-4c05-49aa-b338-39667ce2a039 img.shogun-image {
    

    
    
    
  }


#s-410260cf-4c05-49aa-b338-39667ce2a039 .shogun-image-content {
  
    align-items: center;
  
}

#s-a955b660-eb32-4014-a448-151630508b26 {
  text-align: center;
}
@media (min-width: 1200px){#s-a955b660-eb32-4014-a448-151630508b26 {
  display: none;
}
#s-a955b660-eb32-4014-a448-151630508b26, #wrap-s-a955b660-eb32-4014-a448-151630508b26 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a955b660-eb32-4014-a448-151630508b26 {
  display: none;
}
#s-a955b660-eb32-4014-a448-151630508b26, #wrap-s-a955b660-eb32-4014-a448-151630508b26 { display:none !important; }}






  #s-a955b660-eb32-4014-a448-151630508b26 img.shogun-image {
    

    
    
    
  }


#s-a955b660-eb32-4014-a448-151630508b26 .shogun-image-content {
  
    align-items: center;
  
}

#s-de4ec856-d642-4454-bfa3-22c4cbd668de {
  border-style: solid;
padding-top: 25px;
padding-left: 8%;
padding-bottom: 30px;
padding-right: 8%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-de4ec856-d642-4454-bfa3-22c4cbd668de {
  display: none;
}
#s-de4ec856-d642-4454-bfa3-22c4cbd668de, #wrap-s-de4ec856-d642-4454-bfa3-22c4cbd668de { display:none !important; }}







#s-de4ec856-d642-4454-bfa3-22c4cbd668de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de4ec856-d642-4454-bfa3-22c4cbd668de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e1eb79b-1103-4fe4-90bf-8c1e7cb7163b {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-2e1eb79b-1103-4fe4-90bf-8c1e7cb7163b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 35.0px);
}

}

@media (min-width: 768px) {
[id="s-2e1eb79b-1103-4fe4-90bf-8c1e7cb7163b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 58.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-2e1eb79b-1103-4fe4-90bf-8c1e7cb7163b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 58.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-2e1eb79b-1103-4fe4-90bf-8c1e7cb7163b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 58.333333333333336px);
}

}

#s-608631fa-dfee-47a1-9b20-1d79136be44b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 140px;
text-align: center;
}







  #s-608631fa-dfee-47a1-9b20-1d79136be44b img.shogun-image {
    

    
    
    
  }


#s-608631fa-dfee-47a1-9b20-1d79136be44b .shogun-image-content {
  
    align-items: center;
  
}

#s-3de6a719-37c1-4455-a88c-0c2eb3112fd0 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 140px;
text-align: center;
}







  #s-3de6a719-37c1-4455-a88c-0c2eb3112fd0 img.shogun-image {
    

    
    
    
  }


#s-3de6a719-37c1-4455-a88c-0c2eb3112fd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b7b8706-d61c-40d2-849e-c57ea2ddeca9 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 140px;
text-align: center;
}







  #s-6b7b8706-d61c-40d2-849e-c57ea2ddeca9 img.shogun-image {
    

    
    
    
  }


#s-6b7b8706-d61c-40d2-849e-c57ea2ddeca9 .shogun-image-content {
  
    align-items: center;
  
}

#s-353dde9c-525c-4052-a366-d892b5b4d850 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 140px;
text-align: center;
}







  #s-353dde9c-525c-4052-a366-d892b5b4d850 img.shogun-image {
    

    
    
    
  }


#s-353dde9c-525c-4052-a366-d892b5b4d850 .shogun-image-content {
  
    align-items: center;
  
}

#s-13897d55-c886-40a0-8a2a-e3f0b2dda73c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 140px;
text-align: center;
}







  #s-13897d55-c886-40a0-8a2a-e3f0b2dda73c img.shogun-image {
    

    
    
    
  }


#s-13897d55-c886-40a0-8a2a-e3f0b2dda73c .shogun-image-content {
  
    align-items: center;
  
}

#s-2e7c0e6f-6be5-450d-b31e-ecd7344be944 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 140px;
text-align: center;
}







  #s-2e7c0e6f-6be5-450d-b31e-ecd7344be944 img.shogun-image {
    

    
    
    
  }


#s-2e7c0e6f-6be5-450d-b31e-ecd7344be944 .shogun-image-content {
  
    align-items: center;
  
}

#s-efddc589-1f83-42bb-94b1-1eff4606e2d6 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-efddc589-1f83-42bb-94b1-1eff4606e2d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efddc589-1f83-42bb-94b1-1eff4606e2d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $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}