.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-f8c15656-3be2-4063-a2e9-cfcf4f546d4f {
  min-height: 50px;
}








#s-f8c15656-3be2-4063-a2e9-cfcf4f546d4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8c15656-3be2-4063-a2e9-cfcf4f546d4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-c862357a-ee10-4f9f-b503-2411882f8181 {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 240, 240, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(252, 252, 252, 1);
}
@media (min-width: 1200px){#s-c862357a-ee10-4f9f-b503-2411882f8181 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c862357a-ee10-4f9f-b503-2411882f8181 {
  
}
}
@media (min-width: 0px) {
[id="s-c862357a-ee10-4f9f-b503-2411882f8181"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c862357a-ee10-4f9f-b503-2411882f8181"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c862357a-ee10-4f9f-b503-2411882f8181"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c862357a-ee10-4f9f-b503-2411882f8181"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3f50df5b-8cd0-413b-ab7c-9845bb0e216c {
  padding-top: 17px;
padding-left: 8px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3f50df5b-8cd0-413b-ab7c-9845bb0e216c {
  padding-top: 5px;
}
}@media (max-width: 767px){#s-3f50df5b-8cd0-413b-ab7c-9845bb0e216c {
  padding-top: 5px;
}
}
#s-52da5d4d-3720-4e83-8181-f5bdef89fe46 {
  padding-left: 20px;
padding-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ddcf6ff3-93df-4790-8440-718677590501 {
  margin-top: 0px;
}

#s-ddcf6ff3-93df-4790-8440-718677590501 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-ddcf6ff3-93df-4790-8440-718677590501 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 18px;
}

#s-ddcf6ff3-93df-4790-8440-718677590501 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(20, 20, 20, 1);
}

#s-ddcf6ff3-93df-4790-8440-718677590501 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-ddcf6ff3-93df-4790-8440-718677590501 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(20, 20, 20, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-ddcf6ff3-93df-4790-8440-718677590501 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-12a3f476-bd35-41c6-b320-0959b303fb8e {
  margin-top: 0px;
margin-left: 18px;
margin-bottom: 10px;
margin-right: 18px;
}

#s-03177894-cc27-44d4-b6e9-6d77dd0183d1 {
  margin-top: 10px;
margin-left: 18px;
margin-bottom: 10px;
margin-right: 18px;
}

#s-561a5abb-7e7a-44fb-a59d-5c2871872e8a {
  padding-top: 10px;
padding-left: 18px;
padding-bottom: 10px;
padding-right: 18px;
}

@media (min-width: 0px) {
[id="s-561a5abb-7e7a-44fb-a59d-5c2871872e8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-561a5abb-7e7a-44fb-a59d-5c2871872e8a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-561a5abb-7e7a-44fb-a59d-5c2871872e8a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-561a5abb-7e7a-44fb-a59d-5c2871872e8a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-561a5abb-7e7a-44fb-a59d-5c2871872e8a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-561a5abb-7e7a-44fb-a59d-5c2871872e8a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-561a5abb-7e7a-44fb-a59d-5c2871872e8a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-6a0259dc-9999-45c0-a3ab-228e9f75eaad {
  padding-top: 12px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

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

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

#s-03158a2a-75f2-496a-99f9-6690aab1f02d hr {
  border-top: 1px solid #ddd;
}

#s-d76050f0-8985-4874-b0d0-1934fffaf042 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1ef5f572-4575-407f-9484-e9f77d20c9c5 hr {
  border-top: 1px solid #ddd;
}

.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-85807d2e-c68e-46ba-a297-ca9f073af0dd {
  margin-top: 18px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 25px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-radius: 3px;
background-color: rgba(252, 201, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(38, 38, 38, 1);
}
#s-85807d2e-c68e-46ba-a297-ca9f073af0dd:hover {background-color: rgba(252, 201, 0, 0.93) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(60, 42, 35, 1) !important;}#s-85807d2e-c68e-46ba-a297-ca9f073af0dd:active {background-color: rgba(252, 201, 0, 1) !important;
text-decoration: none !important;
color: rgba(60, 42, 35, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-85807d2e-c68e-46ba-a297-ca9f073af0dd-root {
    text-align: left;
  }


#s-85807d2e-c68e-46ba-a297-ca9f073af0dd.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-85807d2e-c68e-46ba-a297-ca9f073af0dd-root {
    text-align: left;
  }


#s-85807d2e-c68e-46ba-a297-ca9f073af0dd.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85807d2e-c68e-46ba-a297-ca9f073af0dd-root {
    text-align: left;
  }


#s-85807d2e-c68e-46ba-a297-ca9f073af0dd.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85807d2e-c68e-46ba-a297-ca9f073af0dd-root {
    text-align: left;
  }


#s-85807d2e-c68e-46ba-a297-ca9f073af0dd.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-85807d2e-c68e-46ba-a297-ca9f073af0dd-root {
    text-align: left;
  }


#s-85807d2e-c68e-46ba-a297-ca9f073af0dd.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
.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-a079109d-d934-451d-ac79-282acd1cdc7b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 200px;
text-align: center;
opacity: 0.6;
}







  #s-a079109d-d934-451d-ac79-282acd1cdc7b img.shogun-image {
    

    
    
    
  }


#s-a079109d-d934-451d-ac79-282acd1cdc7b .shogun-image-content {
  
    align-items: center;
  
}

#s-99b729ba-ef3c-41d6-b4c1-efdca3176de4 {
  margin-top: 10px;
margin-left: 18px;
margin-bottom: 10px;
margin-right: 18px;
}

@media (min-width: 0px) {
[id="s-99b729ba-ef3c-41d6-b4c1-efdca3176de4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99b729ba-ef3c-41d6-b4c1-efdca3176de4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-99b729ba-ef3c-41d6-b4c1-efdca3176de4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99b729ba-ef3c-41d6-b4c1-efdca3176de4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-99b729ba-ef3c-41d6-b4c1-efdca3176de4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99b729ba-ef3c-41d6-b4c1-efdca3176de4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-99b729ba-ef3c-41d6-b4c1-efdca3176de4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-5955e19a-05ba-4e27-829d-13e43ede43eb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 18px;
padding-left: 30px;
padding-bottom: 18px;
padding-right: 30px;
max-width: 130px;
text-align: center;
}







  #s-5955e19a-05ba-4e27-829d-13e43ede43eb img.shogun-image {
    

    
    
    
  }


#s-5955e19a-05ba-4e27-829d-13e43ede43eb .shogun-image-content {
  
    align-items: center;
  
}

#s-c8c4d93d-eade-4630-b315-2ad3b1c0d79d {
  margin-top: 10px;
margin-left: 18px;
margin-bottom: 10px;
margin-right: 18px;
}

#s-d4e73250-9aac-4d55-84c3-6ca9deffdfbf {
  margin-top: 10px;
margin-left: 18px;
margin-bottom: 10px;
margin-right: 18px;
}

#s-b989a3f8-2b4b-4c52-8546-7dde24bd3e08 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-b989a3f8-2b4b-4c52-8546-7dde24bd3e08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b989a3f8-2b4b-4c52-8546-7dde24bd3e08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b989a3f8-2b4b-4c52-8546-7dde24bd3e08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b989a3f8-2b4b-4c52-8546-7dde24bd3e08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-2aa44223-695e-41fd-9139-a537eb38c00c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-radius: 3px;
background-color: rgba(252, 201, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(38, 38, 38, 1);
}
#s-2aa44223-695e-41fd-9139-a537eb38c00c:hover {background-color: rgba(252, 201, 0, 0.93) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(60, 42, 35, 1) !important;}#s-2aa44223-695e-41fd-9139-a537eb38c00c:active {background-color: rgba(252, 201, 0, 1) !important;
text-decoration: none !important;
color: rgba(60, 42, 35, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2aa44223-695e-41fd-9139-a537eb38c00c-root {
    text-align: center;
  }


#s-2aa44223-695e-41fd-9139-a537eb38c00c.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2aa44223-695e-41fd-9139-a537eb38c00c-root {
    text-align: center;
  }


#s-2aa44223-695e-41fd-9139-a537eb38c00c.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2aa44223-695e-41fd-9139-a537eb38c00c-root {
    text-align: center;
  }


#s-2aa44223-695e-41fd-9139-a537eb38c00c.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2aa44223-695e-41fd-9139-a537eb38c00c-root {
    text-align: center;
  }


#s-2aa44223-695e-41fd-9139-a537eb38c00c.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2aa44223-695e-41fd-9139-a537eb38c00c-root {
    text-align: center;
  }


#s-2aa44223-695e-41fd-9139-a537eb38c00c.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-dc699632-1d06-480d-9017-3940811d7d28 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-radius: 3px;
background-color: rgba(252, 201, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(38, 38, 38, 1);
}
#s-dc699632-1d06-480d-9017-3940811d7d28:hover {background-color: rgba(252, 201, 0, 0.93) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(60, 42, 35, 1) !important;}#s-dc699632-1d06-480d-9017-3940811d7d28:active {background-color: rgba(252, 201, 0, 1) !important;
text-decoration: none !important;
color: rgba(60, 42, 35, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-dc699632-1d06-480d-9017-3940811d7d28-root {
    text-align: center;
  }


#s-dc699632-1d06-480d-9017-3940811d7d28.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dc699632-1d06-480d-9017-3940811d7d28-root {
    text-align: center;
  }


#s-dc699632-1d06-480d-9017-3940811d7d28.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc699632-1d06-480d-9017-3940811d7d28-root {
    text-align: center;
  }


#s-dc699632-1d06-480d-9017-3940811d7d28.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc699632-1d06-480d-9017-3940811d7d28-root {
    text-align: center;
  }


#s-dc699632-1d06-480d-9017-3940811d7d28.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dc699632-1d06-480d-9017-3940811d7d28-root {
    text-align: center;
  }


#s-dc699632-1d06-480d-9017-3940811d7d28.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
.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-ba03f96c-40d1-49fd-9ae2-6b1126b95724 {
  margin-top: 2px;
margin-bottom: 30px;
padding-top: 18px;
padding-left: 18px;
padding-right: 18px;
}

#s-0313ac63-d0d2-4b78-9fca-0272103d5fcc {
  padding-top: 15px;
padding-bottom: 15px;
min-height: 30px;
background-color: rgba(60, 42, 35, 0.95);
}








#s-0313ac63-d0d2-4b78-9fca-0272103d5fcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0313ac63-d0d2-4b78-9fca-0272103d5fcc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44c904d5-1007-4a6a-8d45-e04e11484ffb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-44c904d5-1007-4a6a-8d45-e04e11484ffb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44c904d5-1007-4a6a-8d45-e04e11484ffb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-44c904d5-1007-4a6a-8d45-e04e11484ffb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-44c904d5-1007-4a6a-8d45-e04e11484ffb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-afa6ae39-6e06-499a-bae3-54922638746c {
  margin-top: 0px;
margin-left: 20px;
margin-right: 0px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(247, 247, 247, 0.3);
border-style: solid;
border-radius: 3px;
background-color: rgba(60, 42, 35, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: center center;
letter-spacing: 0.2px;
}
#s-afa6ae39-6e06-499a-bae3-54922638746c:hover {background-color: rgba(58, 40, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-afa6ae39-6e06-499a-bae3-54922638746c:active {background-color: rgba(58, 40, 33, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-afa6ae39-6e06-499a-bae3-54922638746c {
  display: none;
}
#s-afa6ae39-6e06-499a-bae3-54922638746c, #wrap-s-afa6ae39-6e06-499a-bae3-54922638746c { display:none !important; }}@media (max-width: 767px){#s-afa6ae39-6e06-499a-bae3-54922638746c {
  display: none;
}
#s-afa6ae39-6e06-499a-bae3-54922638746c, #wrap-s-afa6ae39-6e06-499a-bae3-54922638746c { display:none !important; }}

  #s-afa6ae39-6e06-499a-bae3-54922638746c-root {
    text-align: left;
  }


#s-afa6ae39-6e06-499a-bae3-54922638746c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-afa6ae39-6e06-499a-bae3-54922638746c-root {
    text-align: left;
  }


#s-afa6ae39-6e06-499a-bae3-54922638746c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-afa6ae39-6e06-499a-bae3-54922638746c-root {
    text-align: left;
  }


#s-afa6ae39-6e06-499a-bae3-54922638746c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-afa6ae39-6e06-499a-bae3-54922638746c-root {
    text-align: left;
  }


#s-afa6ae39-6e06-499a-bae3-54922638746c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-afa6ae39-6e06-499a-bae3-54922638746c-root {
    text-align: left;
  }


#s-afa6ae39-6e06-499a-bae3-54922638746c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-8b0c149e-fbcd-416b-866f-40c07b3e80f7 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 210px;
text-align: center;
}







  #s-8b0c149e-fbcd-416b-866f-40c07b3e80f7 img.shogun-image {
    

    
    
    
  }


#s-8b0c149e-fbcd-416b-866f-40c07b3e80f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ad2b2a3-0622-4569-9769-112323db0a56 {
  min-height: 50px;
}








#s-6ad2b2a3-0622-4569-9769-112323db0a56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ad2b2a3-0622-4569-9769-112323db0a56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52fcf1bd-a8bd-4618-92b7-05caf23de254 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 80px;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (max-width: 767px){#s-52fcf1bd-a8bd-4618-92b7-05caf23de254 {
  padding-top: 30px;
padding-left: 10px;
padding-right: 10px;
}
}







#s-52fcf1bd-a8bd-4618-92b7-05caf23de254 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52fcf1bd-a8bd-4618-92b7-05caf23de254.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e674317a-aeeb-48dc-aeaa-3b1725d60db9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1350px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e674317a-aeeb-48dc-aeaa-3b1725d60db9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-e674317a-aeeb-48dc-aeaa-3b1725d60db9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-e674317a-aeeb-48dc-aeaa-3b1725d60db9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e674317a-aeeb-48dc-aeaa-3b1725d60db9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e674317a-aeeb-48dc-aeaa-3b1725d60db9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e674317a-aeeb-48dc-aeaa-3b1725d60db9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bf884c50-05cb-46c0-9a8a-1e2a361a8b19 {
  text-align: center;
}







  #s-bf884c50-05cb-46c0-9a8a-1e2a361a8b19 img.shogun-image {
    

    
    
    
  }


#s-bf884c50-05cb-46c0-9a8a-1e2a361a8b19 .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-9424d692-da35-4c5c-b693-a2666f4cf0be {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9424d692-da35-4c5c-b693-a2666f4cf0be .shogun-heading-component h4 {
  color: rgba(20, 20, 20, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-6c82f352-9938-434c-972a-f1abd73a925d {
  padding-right: 20px;
}
@media (max-width: 767px){#s-6c82f352-9938-434c-972a-f1abd73a925d {
  margin-top: 0px;
margin-bottom: 40px;
}
}
#s-8ef4040b-f90b-4f19-bd92-bf78fc719851 {
  text-align: center;
}







  #s-8ef4040b-f90b-4f19-bd92-bf78fc719851 img.shogun-image {
    

    
    
    
  }


#s-8ef4040b-f90b-4f19-bd92-bf78fc719851 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf6b506b-ab4f-44a4-b932-48197bdfde27 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bf6b506b-ab4f-44a4-b932-48197bdfde27 .shogun-heading-component h3 {
  color: rgba(20, 20, 20, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-0d058d5a-b6c7-4602-b1b6-337c532d5b20 {
  margin-bottom: 0px;
margin-right: 20px;
}
@media (max-width: 767px){#s-0d058d5a-b6c7-4602-b1b6-337c532d5b20 {
  margin-bottom: 40px;
}
}
#s-b7a6aa9e-570f-4ea1-b102-1564b9d07540 {
  text-align: center;
opacity: 1;
}







  #s-b7a6aa9e-570f-4ea1-b102-1564b9d07540 img.shogun-image {
    

    
    
    
  }


#s-b7a6aa9e-570f-4ea1-b102-1564b9d07540 .shogun-image-content {
  
    align-items: center;
  
}

#s-2bf2d7c9-7cef-4a67-880b-d354a8dd095c {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2bf2d7c9-7cef-4a67-880b-d354a8dd095c .shogun-heading-component h3 {
  color: rgba(20, 20, 20, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-ecfd93c9-73b9-4f72-bc14-2517dc3eac35 {
  margin-bottom: 0px;
margin-right: 20px;
}

#s-b02a731f-4c38-4b82-979d-05e2099b962b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 80px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b02a731f-4c38-4b82-979d-05e2099b962b {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-b02a731f-4c38-4b82-979d-05e2099b962b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b02a731f-4c38-4b82-979d-05e2099b962b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e649e101-3bb6-4298-b9a6-e2201a2cc5d4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1350px;
}

#s-71073ff7-ef3b-438a-9138-d5380b73de76 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1350px;
}
@media (min-width: 768px) and (max-width: 991px){#s-71073ff7-ef3b-438a-9138-d5380b73de76 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-71073ff7-ef3b-438a-9138-d5380b73de76 {
  padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-71073ff7-ef3b-438a-9138-d5380b73de76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71073ff7-ef3b-438a-9138-d5380b73de76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-71073ff7-ef3b-438a-9138-d5380b73de76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-71073ff7-ef3b-438a-9138-d5380b73de76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-71073ff7-ef3b-438a-9138-d5380b73de76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-71073ff7-ef3b-438a-9138-d5380b73de76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-71073ff7-ef3b-438a-9138-d5380b73de76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

}

#s-016f16e2-4b87-496f-a164-dd311768cdbe {
  min-height: 50px;
}








#s-016f16e2-4b87-496f-a164-dd311768cdbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-016f16e2-4b87-496f-a164-dd311768cdbe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4b42d8f1-07c6-48b9-b8a4-fbda8f5390e5 {
  margin-top: 50px;
padding-top: 12px;
padding-bottom: 25px;
text-align: left;
}

#s-4b42d8f1-07c6-48b9-b8a4-fbda8f5390e5 .shogun-heading-component h2 {
  color: rgba(20, 20, 20, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-01b469a0-bc7e-4cc2-a237-52ef1383fc84 {
  margin-top: 0px;
}

#s-01b469a0-bc7e-4cc2-a237-52ef1383fc84 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-01b469a0-bc7e-4cc2-a237-52ef1383fc84 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-01b469a0-bc7e-4cc2-a237-52ef1383fc84 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(20, 20, 20, 1);
}

#s-01b469a0-bc7e-4cc2-a237-52ef1383fc84 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-01b469a0-bc7e-4cc2-a237-52ef1383fc84 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(20, 20, 20, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-01b469a0-bc7e-4cc2-a237-52ef1383fc84 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-fda0638c-ff4d-4b3b-9a39-50401a2539ba {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-2d6f80c8-5f5b-4bcb-9dd9-03c8f792c551 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-c7fdd9ec-5ec4-4105-9a9f-e2e3b499aac0 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-5e292c16-4e69-4147-aa83-e1cb59b8e0cf {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-3c0992b9-5ff3-4b73-91d5-c7416be38359 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-3d7de3f3-788e-45cb-996b-68ecd185b296 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-4be541a1-74e9-4320-9bc9-ba6c0c147f7c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-f903d3be-9ee8-4e0e-bc8e-24d22ddc55b7 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-62995d4b-6280-4e35-bd0b-e06599b06273 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-ffd1404e-3ce0-4191-b71e-26d0712eb48f {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-81aa3b97-57d4-425e-b6a3-f80127081aa8 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-569fd230-c233-43ce-8e92-2a8b8fb997f6 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-7c1c6bfe-87d5-4385-bef4-964e86f02be4 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-6397cfc1-aaa2-420f-a4ab-249ac20241e7 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-213b768f-ee75-4ed8-afe2-c8cb4d9267d9 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-46d9d594-bf20-464d-b0d9-494f1c8ad00d {
  box-shadow:    rgba(240, 240, 240, 0.7);
margin-top: 50px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 240, 240, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(252, 252, 252, 1);
}








#s-46d9d594-bf20-464d-b0d9-494f1c8ad00d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46d9d594-bf20-464d-b0d9-494f1c8ad00d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-16983d47-4f6d-4aa2-a2e5-a712e354e04e {
  border-style: solid;
margin-top: 25px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 12px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: left;
}

#s-16983d47-4f6d-4aa2-a2e5-a712e354e04e .shogun-heading-component h3 {
  color: rgba(20, 20, 20, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-cc6918aa-7d29-420a-8cf3-87eb53a19e82 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 15px;
margin-right: 25px;
}

#s-1c9b13f1-9a15-4a60-b60e-daea0fc77f64 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 30px;
margin-right: 25px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 3px;
background-color: rgba(252, 201, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(38, 38, 38, 1);
}
#s-1c9b13f1-9a15-4a60-b60e-daea0fc77f64:hover {background-color: rgba(252, 201, 0, 0.93) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(60, 42, 35, 1) !important;}#s-1c9b13f1-9a15-4a60-b60e-daea0fc77f64:active {background-color: rgba(252, 201, 0, 1) !important;
text-decoration: none !important;
color: rgba(60, 42, 35, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-1c9b13f1-9a15-4a60-b60e-daea0fc77f64-root {
    text-align: center;
  }


#s-1c9b13f1-9a15-4a60-b60e-daea0fc77f64.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1c9b13f1-9a15-4a60-b60e-daea0fc77f64-root {
    text-align: center;
  }


#s-1c9b13f1-9a15-4a60-b60e-daea0fc77f64.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c9b13f1-9a15-4a60-b60e-daea0fc77f64-root {
    text-align: center;
  }


#s-1c9b13f1-9a15-4a60-b60e-daea0fc77f64.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c9b13f1-9a15-4a60-b60e-daea0fc77f64-root {
    text-align: center;
  }


#s-1c9b13f1-9a15-4a60-b60e-daea0fc77f64.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1c9b13f1-9a15-4a60-b60e-daea0fc77f64-root {
    text-align: center;
  }


#s-1c9b13f1-9a15-4a60-b60e-daea0fc77f64.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-6c3b507f-446b-44f7-970f-4d764efa028d {
  box-shadow:    rgba(240, 240, 240, 0.7);
margin-top: 50px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 240, 240, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(252, 252, 252, 1);
}








#s-6c3b507f-446b-44f7-970f-4d764efa028d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c3b507f-446b-44f7-970f-4d764efa028d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6681b76b-cc01-4042-81b5-67bc8526df67 {
  border-style: solid;
margin-top: 25px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 12px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: left;
}

#s-6681b76b-cc01-4042-81b5-67bc8526df67 .shogun-heading-component h3 {
  color: rgba(20, 20, 20, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-824f2e0d-bc57-4058-8bef-34a4e1c56a9b {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 15px;
margin-right: 25px;
}

#s-2b726cdc-e99a-4c5a-a300-bb14f1c06c97 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 30px;
margin-right: 25px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 3px;
background-color: rgba(252, 201, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(38, 38, 38, 1);
}
#s-2b726cdc-e99a-4c5a-a300-bb14f1c06c97:hover {background-color: rgba(252, 201, 0, 0.93) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(60, 42, 35, 1) !important;}#s-2b726cdc-e99a-4c5a-a300-bb14f1c06c97:active {background-color: rgba(252, 201, 0, 1) !important;
text-decoration: none !important;
color: rgba(60, 42, 35, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2b726cdc-e99a-4c5a-a300-bb14f1c06c97-root {
    text-align: center;
  }


#s-2b726cdc-e99a-4c5a-a300-bb14f1c06c97.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2b726cdc-e99a-4c5a-a300-bb14f1c06c97-root {
    text-align: center;
  }


#s-2b726cdc-e99a-4c5a-a300-bb14f1c06c97.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b726cdc-e99a-4c5a-a300-bb14f1c06c97-root {
    text-align: center;
  }


#s-2b726cdc-e99a-4c5a-a300-bb14f1c06c97.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b726cdc-e99a-4c5a-a300-bb14f1c06c97-root {
    text-align: center;
  }


#s-2b726cdc-e99a-4c5a-a300-bb14f1c06c97.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2b726cdc-e99a-4c5a-a300-bb14f1c06c97-root {
    text-align: center;
  }


#s-2b726cdc-e99a-4c5a-a300-bb14f1c06c97.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-92a5c747-15d4-4b50-875f-4eec1bfae9d4 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 60px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (max-width: 767px){#s-92a5c747-15d4-4b50-875f-4eec1bfae9d4 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-92a5c747-15d4-4b50-875f-4eec1bfae9d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92a5c747-15d4-4b50-875f-4eec1bfae9d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-588638a5-8058-44fd-bd8f-f661a5edfc13 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 40px;
max-width: 1350px;
}
@media (max-width: 767px){#s-588638a5-8058-44fd-bd8f-f661a5edfc13 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-588638a5-8058-44fd-bd8f-f661a5edfc13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-588638a5-8058-44fd-bd8f-f661a5edfc13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-588638a5-8058-44fd-bd8f-f661a5edfc13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-588638a5-8058-44fd-bd8f-f661a5edfc13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-0680f642-b4f3-486b-8834-51752b50e47f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0680f642-b4f3-486b-8834-51752b50e47f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0680f642-b4f3-486b-8834-51752b50e47f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0680f642-b4f3-486b-8834-51752b50e47f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0680f642-b4f3-486b-8834-51752b50e47f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0680f642-b4f3-486b-8834-51752b50e47f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0680f642-b4f3-486b-8834-51752b50e47f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-1f04db31-ad72-4b0b-a4b5-896ca150c0b5 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1f04db31-ad72-4b0b-a4b5-896ca150c0b5 .shogun-icon-wrapper {
  text-align: center;
}


#s-1f04db31-ad72-4b0b-a4b5-896ca150c0b5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(20, 20, 20, 1);
}
@media (max-width: 767px){#s-1f04db31-ad72-4b0b-a4b5-896ca150c0b5 .shogun-icon-wrapper {
  text-align: left;
}


#s-1f04db31-ad72-4b0b-a4b5-896ca150c0b5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(20, 20, 20, 1);
}
}
#s-aba1c425-6c54-44ec-8348-9eb4bb48456b {
  margin-top: 5px;
padding-top: 10px;
text-align: left;
}

#s-aba1c425-6c54-44ec-8348-9eb4bb48456b .shogun-heading-component h5 {
  color: rgba(20, 20, 20, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-52f8138d-08fb-4df3-8478-b66b14236c51 {
  padding-right: 20px;
}
@media (max-width: 767px){#s-52f8138d-08fb-4df3-8478-b66b14236c51 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-de08f7d5-ed73-4a66-b8b2-f2aba117724e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de08f7d5-ed73-4a66-b8b2-f2aba117724e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-de08f7d5-ed73-4a66-b8b2-f2aba117724e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-de08f7d5-ed73-4a66-b8b2-f2aba117724e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-de08f7d5-ed73-4a66-b8b2-f2aba117724e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-de08f7d5-ed73-4a66-b8b2-f2aba117724e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-de08f7d5-ed73-4a66-b8b2-f2aba117724e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-1f0773db-b7f4-4074-a29e-2a5f27a282bb {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1f0773db-b7f4-4074-a29e-2a5f27a282bb .shogun-icon-wrapper {
  text-align: center;
}


#s-1f0773db-b7f4-4074-a29e-2a5f27a282bb .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(20, 20, 20, 1);
}
@media (max-width: 767px){#s-1f0773db-b7f4-4074-a29e-2a5f27a282bb .shogun-icon-wrapper {
  text-align: left;
}


#s-1f0773db-b7f4-4074-a29e-2a5f27a282bb .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(20, 20, 20, 1);
}
}
#s-cd11792d-39f4-4004-bd73-970ce6f6892e {
  margin-top: 5px;
padding-top: 10px;
text-align: left;
}

#s-cd11792d-39f4-4004-bd73-970ce6f6892e .shogun-heading-component h5 {
  color: rgba(20, 20, 20, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-62188275-8629-41f8-8227-4b4065f3816b {
  padding-right: 20px;
}
@media (max-width: 767px){#s-62188275-8629-41f8-8227-4b4065f3816b {
  margin-top: 0px;
margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-f227090a-2f01-4f5d-850b-a9249295ec31"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f227090a-2f01-4f5d-850b-a9249295ec31"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f227090a-2f01-4f5d-850b-a9249295ec31"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f227090a-2f01-4f5d-850b-a9249295ec31"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f227090a-2f01-4f5d-850b-a9249295ec31"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f227090a-2f01-4f5d-850b-a9249295ec31"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f227090a-2f01-4f5d-850b-a9249295ec31"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-f3f0ea00-9451-4a3e-bfe5-a54db4c22b8d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-f3f0ea00-9451-4a3e-bfe5-a54db4c22b8d .shogun-icon-wrapper {
  text-align: center;
}


#s-f3f0ea00-9451-4a3e-bfe5-a54db4c22b8d .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(20, 20, 20, 1);
}
@media (max-width: 767px){#s-f3f0ea00-9451-4a3e-bfe5-a54db4c22b8d .shogun-icon-wrapper {
  text-align: left;
}


#s-f3f0ea00-9451-4a3e-bfe5-a54db4c22b8d .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(20, 20, 20, 1);
}
}
#s-61b0609d-5a82-4299-9d36-bfd0cd5fddd7 {
  margin-top: 5px;
padding-top: 10px;
text-align: left;
}

#s-61b0609d-5a82-4299-9d36-bfd0cd5fddd7 .shogun-heading-component h5 {
  color: rgba(20, 20, 20, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-948a11b8-b393-4ac5-b755-3f5b971dd839 {
  padding-right: 20px;
}
@media (max-width: 767px){#s-948a11b8-b393-4ac5-b755-3f5b971dd839 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-869d3b45-80f6-4742-a353-c5e732a5a8d4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 40px;
max-width: 1350px;
}
@media (max-width: 767px){#s-869d3b45-80f6-4742-a353-c5e732a5a8d4 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-869d3b45-80f6-4742-a353-c5e732a5a8d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-869d3b45-80f6-4742-a353-c5e732a5a8d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-869d3b45-80f6-4742-a353-c5e732a5a8d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-869d3b45-80f6-4742-a353-c5e732a5a8d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-b8a15ea8-077f-4875-8e86-7706a40d4523"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8a15ea8-077f-4875-8e86-7706a40d4523"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b8a15ea8-077f-4875-8e86-7706a40d4523"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b8a15ea8-077f-4875-8e86-7706a40d4523"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b8a15ea8-077f-4875-8e86-7706a40d4523"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8a15ea8-077f-4875-8e86-7706a40d4523"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b8a15ea8-077f-4875-8e86-7706a40d4523"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-4da600b8-8707-4158-b9b3-eba736ced7e8 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-4da600b8-8707-4158-b9b3-eba736ced7e8 .shogun-icon-wrapper {
  text-align: center;
}


#s-4da600b8-8707-4158-b9b3-eba736ced7e8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(20, 20, 20, 1);
}
@media (max-width: 767px){#s-4da600b8-8707-4158-b9b3-eba736ced7e8 .shogun-icon-wrapper {
  text-align: left;
}


#s-4da600b8-8707-4158-b9b3-eba736ced7e8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(20, 20, 20, 1);
}
}
#s-5e901bb5-3442-48a7-886d-46f1c72657ee {
  margin-top: 5px;
padding-top: 10px;
text-align: left;
}

#s-5e901bb5-3442-48a7-886d-46f1c72657ee .shogun-heading-component h5 {
  color: rgba(20, 20, 20, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-410eeb1c-a75a-4983-ab36-0d7c3c28f522 {
  padding-right: 20px;
}
@media (max-width: 767px){#s-410eeb1c-a75a-4983-ab36-0d7c3c28f522 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-b2288964-76ec-4d38-beb5-dd06308e8bc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2288964-76ec-4d38-beb5-dd06308e8bc6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b2288964-76ec-4d38-beb5-dd06308e8bc6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b2288964-76ec-4d38-beb5-dd06308e8bc6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b2288964-76ec-4d38-beb5-dd06308e8bc6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2288964-76ec-4d38-beb5-dd06308e8bc6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b2288964-76ec-4d38-beb5-dd06308e8bc6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-18abeb0c-617f-4695-8fd1-fc975027f9f3 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-18abeb0c-617f-4695-8fd1-fc975027f9f3 .shogun-icon-wrapper {
  text-align: center;
}


#s-18abeb0c-617f-4695-8fd1-fc975027f9f3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(20, 20, 20, 1);
}
@media (max-width: 767px){#s-18abeb0c-617f-4695-8fd1-fc975027f9f3 .shogun-icon-wrapper {
  text-align: left;
}


#s-18abeb0c-617f-4695-8fd1-fc975027f9f3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(20, 20, 20, 1);
}
}
#s-ca8ca835-388f-40e6-ac8d-d04a4eb1e60a {
  margin-top: 5px;
padding-top: 10px;
text-align: left;
}

#s-ca8ca835-388f-40e6-ac8d-d04a4eb1e60a .shogun-heading-component h5 {
  color: rgba(20, 20, 20, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-e148455c-b653-4570-9981-2a65a4cac46c {
  padding-right: 20px;
}
@media (max-width: 767px){#s-e148455c-b653-4570-9981-2a65a4cac46c {
  margin-top: 0px;
margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-122d9de3-92d0-4cb1-b6b5-54f2e72b69bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-122d9de3-92d0-4cb1-b6b5-54f2e72b69bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-122d9de3-92d0-4cb1-b6b5-54f2e72b69bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-122d9de3-92d0-4cb1-b6b5-54f2e72b69bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-122d9de3-92d0-4cb1-b6b5-54f2e72b69bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-122d9de3-92d0-4cb1-b6b5-54f2e72b69bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-122d9de3-92d0-4cb1-b6b5-54f2e72b69bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-f64d4ee1-39f6-4b1c-baab-b44cf4bc5094 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-f64d4ee1-39f6-4b1c-baab-b44cf4bc5094 .shogun-icon-wrapper {
  text-align: center;
}


#s-f64d4ee1-39f6-4b1c-baab-b44cf4bc5094 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(20, 20, 20, 1);
}
@media (max-width: 767px){#s-f64d4ee1-39f6-4b1c-baab-b44cf4bc5094 .shogun-icon-wrapper {
  text-align: left;
}


#s-f64d4ee1-39f6-4b1c-baab-b44cf4bc5094 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(20, 20, 20, 1);
}
}
#s-92ec1d0b-58cb-4f7f-9573-abac55992abd {
  margin-top: 5px;
padding-top: 10px;
text-align: left;
}

#s-92ec1d0b-58cb-4f7f-9573-abac55992abd .shogun-heading-component h5 {
  color: rgba(20, 20, 20, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-1eaf9e0a-bc08-47f1-9c50-346ebe7b77c5 {
  padding-right: 20px;
}
@media (max-width: 767px){#s-1eaf9e0a-bc08-47f1-9c50-346ebe7b77c5 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-92b95f8f-ab05-447e-9716-9c64bb9f8977 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 60px;
padding-left: 25px;
padding-bottom: 60px;
padding-right: 25px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-92b95f8f-ab05-447e-9716-9c64bb9f8977 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-92b95f8f-ab05-447e-9716-9c64bb9f8977 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92b95f8f-ab05-447e-9716-9c64bb9f8977.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b638f997-1b23-487e-a9b3-4428ba12d8f4 {
  margin-left: auto;
margin-right: auto;
max-width: 1350px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b638f997-1b23-487e-a9b3-4428ba12d8f4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-b638f997-1b23-487e-a9b3-4428ba12d8f4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
}






  #s-b638f997-1b23-487e-a9b3-4428ba12d8f4 img.shogun-image {
    

    
    
    
  }


#s-b638f997-1b23-487e-a9b3-4428ba12d8f4 .shogun-image-content {
  
    align-items: 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}