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

@media (min-width: 1200px){#s-ebc4db26-6556-469d-9dd6-6be24b9019c2 {
  display: none;
}
#s-ebc4db26-6556-469d-9dd6-6be24b9019c2, #wrap-s-ebc4db26-6556-469d-9dd6-6be24b9019c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebc4db26-6556-469d-9dd6-6be24b9019c2 {
  display: none;
}
#s-ebc4db26-6556-469d-9dd6-6be24b9019c2, #wrap-s-ebc4db26-6556-469d-9dd6-6be24b9019c2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ebc4db26-6556-469d-9dd6-6be24b9019c2 {
  display: none;
}
#s-ebc4db26-6556-469d-9dd6-6be24b9019c2, #wrap-s-ebc4db26-6556-469d-9dd6-6be24b9019c2 { display:none !important; }}@media (max-width: 767px){#s-ebc4db26-6556-469d-9dd6-6be24b9019c2 {
  display: none;
}
#s-ebc4db26-6556-469d-9dd6-6be24b9019c2, #wrap-s-ebc4db26-6556-469d-9dd6-6be24b9019c2 { display:none !important; }}
#s-ebc4db26-6556-469d-9dd6-6be24b9019c2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ebc4db26-6556-469d-9dd6-6be24b9019c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-ebc4db26-6556-469d-9dd6-6be24b9019c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-ebc4db26-6556-469d-9dd6-6be24b9019c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ebc4db26-6556-469d-9dd6-6be24b9019c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans Condensed;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-ebc4db26-6556-469d-9dd6-6be24b9019c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
.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;
}

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

@media (max-width: 767px){#s-0df47df7-bd5d-46a7-9089-070a1f8b2e20 {
  display: none;
}
#s-0df47df7-bd5d-46a7-9089-070a1f8b2e20, #wrap-s-0df47df7-bd5d-46a7-9089-070a1f8b2e20 { display:none !important; }}
.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-956dfca1-ad70-42c8-80eb-82130ff6dce9 {
  text-align: center;
}
@media (max-width: 767px){#s-956dfca1-ad70-42c8-80eb-82130ff6dce9 {
  display: none;
}
#s-956dfca1-ad70-42c8-80eb-82130ff6dce9, #wrap-s-956dfca1-ad70-42c8-80eb-82130ff6dce9 { display:none !important; }}






  #s-956dfca1-ad70-42c8-80eb-82130ff6dce9 img.shogun-image {
    

    
    
    
  }


#s-956dfca1-ad70-42c8-80eb-82130ff6dce9 .shogun-image-content {
  
    align-items: center;
  
}

.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-fc656bb6-609b-4e8b-aca5-bf9214b40433 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fc656bb6-609b-4e8b-aca5-bf9214b40433 {
  display: none;
}
#s-fc656bb6-609b-4e8b-aca5-bf9214b40433, #wrap-s-fc656bb6-609b-4e8b-aca5-bf9214b40433 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc656bb6-609b-4e8b-aca5-bf9214b40433 {
  display: none;
}
#s-fc656bb6-609b-4e8b-aca5-bf9214b40433, #wrap-s-fc656bb6-609b-4e8b-aca5-bf9214b40433 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc656bb6-609b-4e8b-aca5-bf9214b40433 {
  display: none;
}
#s-fc656bb6-609b-4e8b-aca5-bf9214b40433, #wrap-s-fc656bb6-609b-4e8b-aca5-bf9214b40433 { display:none !important; }}







#s-fc656bb6-609b-4e8b-aca5-bf9214b40433 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc656bb6-609b-4e8b-aca5-bf9214b40433.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd144179-a6a4-42d5-92af-f3543e1152a1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fd144179-a6a4-42d5-92af-f3543e1152a1 {
  display: none;
}
#s-fd144179-a6a4-42d5-92af-f3543e1152a1, #wrap-s-fd144179-a6a4-42d5-92af-f3543e1152a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd144179-a6a4-42d5-92af-f3543e1152a1 {
  display: none;
}
#s-fd144179-a6a4-42d5-92af-f3543e1152a1, #wrap-s-fd144179-a6a4-42d5-92af-f3543e1152a1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd144179-a6a4-42d5-92af-f3543e1152a1 {
  display: none;
}
#s-fd144179-a6a4-42d5-92af-f3543e1152a1, #wrap-s-fd144179-a6a4-42d5-92af-f3543e1152a1 { display:none !important; }}







#s-fd144179-a6a4-42d5-92af-f3543e1152a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd144179-a6a4-42d5-92af-f3543e1152a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7dd2b98e-30ed-47df-a342-a42dd3d95772 {
  min-height: 50px;
}








#s-7dd2b98e-30ed-47df-a342-a42dd3d95772 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dd2b98e-30ed-47df-a342-a42dd3d95772.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2dbc351a-50a5-44b7-a8d0-3954097a7d07 {
  margin-top: 0px;
margin-bottom: -30px;
}
@media (min-width: 1200px){#s-2dbc351a-50a5-44b7-a8d0-3954097a7d07 {
  display: none;
}
#s-2dbc351a-50a5-44b7-a8d0-3954097a7d07, #wrap-s-2dbc351a-50a5-44b7-a8d0-3954097a7d07 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2dbc351a-50a5-44b7-a8d0-3954097a7d07 {
  display: none;
}
#s-2dbc351a-50a5-44b7-a8d0-3954097a7d07, #wrap-s-2dbc351a-50a5-44b7-a8d0-3954097a7d07 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2dbc351a-50a5-44b7-a8d0-3954097a7d07 {
  display: none;
}
#s-2dbc351a-50a5-44b7-a8d0-3954097a7d07, #wrap-s-2dbc351a-50a5-44b7-a8d0-3954097a7d07 { display:none !important; }}
#s-60d1a78b-7aa9-4e28-9efd-dbbd45122e1b {
  background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-60d1a78b-7aa9-4e28-9efd-dbbd45122e1b {
  display: none;
}
#s-60d1a78b-7aa9-4e28-9efd-dbbd45122e1b, #wrap-s-60d1a78b-7aa9-4e28-9efd-dbbd45122e1b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60d1a78b-7aa9-4e28-9efd-dbbd45122e1b {
  display: none;
}
#s-60d1a78b-7aa9-4e28-9efd-dbbd45122e1b, #wrap-s-60d1a78b-7aa9-4e28-9efd-dbbd45122e1b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60d1a78b-7aa9-4e28-9efd-dbbd45122e1b {
  display: none;
}
#s-60d1a78b-7aa9-4e28-9efd-dbbd45122e1b, #wrap-s-60d1a78b-7aa9-4e28-9efd-dbbd45122e1b { display:none !important; }}







#s-60d1a78b-7aa9-4e28-9efd-dbbd45122e1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60d1a78b-7aa9-4e28-9efd-dbbd45122e1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7767533e-201f-4128-a9bc-476882ab8199 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7767533e-201f-4128-a9bc-476882ab8199 {
  display: none;
}
#s-7767533e-201f-4128-a9bc-476882ab8199, #wrap-s-7767533e-201f-4128-a9bc-476882ab8199 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7767533e-201f-4128-a9bc-476882ab8199 {
  display: none;
}
#s-7767533e-201f-4128-a9bc-476882ab8199, #wrap-s-7767533e-201f-4128-a9bc-476882ab8199 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7767533e-201f-4128-a9bc-476882ab8199 {
  display: none;
}
#s-7767533e-201f-4128-a9bc-476882ab8199, #wrap-s-7767533e-201f-4128-a9bc-476882ab8199 { display:none !important; }}







#s-7767533e-201f-4128-a9bc-476882ab8199 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7767533e-201f-4128-a9bc-476882ab8199.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77595931-6512-4f03-b2ab-11e6ad356c21 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}







  #s-77595931-6512-4f03-b2ab-11e6ad356c21 img.shogun-image {
    

    
    
    
  }


#s-77595931-6512-4f03-b2ab-11e6ad356c21 .shogun-image-content {
  
    align-items: center;
  
}

#s-115fdd7e-52ce-4a59-8d5f-5ae4e78a549b {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}







  #s-115fdd7e-52ce-4a59-8d5f-5ae4e78a549b img.shogun-image {
    

    
    
    
  }


#s-115fdd7e-52ce-4a59-8d5f-5ae4e78a549b .shogun-image-content {
  
    align-items: center;
  
}

#s-0015d155-c323-4b46-96cd-c406fca2c047 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-a1b805da-040b-43ed-8a08-382d9dd92017 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a1b805da-040b-43ed-8a08-382d9dd92017 {
  display: none;
}
#s-a1b805da-040b-43ed-8a08-382d9dd92017, #wrap-s-a1b805da-040b-43ed-8a08-382d9dd92017 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1b805da-040b-43ed-8a08-382d9dd92017 {
  display: none;
}
#s-a1b805da-040b-43ed-8a08-382d9dd92017, #wrap-s-a1b805da-040b-43ed-8a08-382d9dd92017 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1b805da-040b-43ed-8a08-382d9dd92017 {
  display: none;
}
#s-a1b805da-040b-43ed-8a08-382d9dd92017, #wrap-s-a1b805da-040b-43ed-8a08-382d9dd92017 { display:none !important; }}







#s-a1b805da-040b-43ed-8a08-382d9dd92017 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1b805da-040b-43ed-8a08-382d9dd92017.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd1cceb3-7b73-4a15-9fdf-a726ddb6f1fc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bd1cceb3-7b73-4a15-9fdf-a726ddb6f1fc {
  display: none;
}
#s-bd1cceb3-7b73-4a15-9fdf-a726ddb6f1fc, #wrap-s-bd1cceb3-7b73-4a15-9fdf-a726ddb6f1fc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd1cceb3-7b73-4a15-9fdf-a726ddb6f1fc {
  display: none;
}
#s-bd1cceb3-7b73-4a15-9fdf-a726ddb6f1fc, #wrap-s-bd1cceb3-7b73-4a15-9fdf-a726ddb6f1fc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd1cceb3-7b73-4a15-9fdf-a726ddb6f1fc {
  display: none;
}
#s-bd1cceb3-7b73-4a15-9fdf-a726ddb6f1fc, #wrap-s-bd1cceb3-7b73-4a15-9fdf-a726ddb6f1fc { display:none !important; }}







#s-bd1cceb3-7b73-4a15-9fdf-a726ddb6f1fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd1cceb3-7b73-4a15-9fdf-a726ddb6f1fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-698d019c-9dfe-4f22-b1e4-1531bfccd692 {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-698d019c-9dfe-4f22-b1e4-1531bfccd692 {
  display: none;
}
#s-698d019c-9dfe-4f22-b1e4-1531bfccd692, #wrap-s-698d019c-9dfe-4f22-b1e4-1531bfccd692 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-698d019c-9dfe-4f22-b1e4-1531bfccd692 {
  display: none;
}
#s-698d019c-9dfe-4f22-b1e4-1531bfccd692, #wrap-s-698d019c-9dfe-4f22-b1e4-1531bfccd692 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-698d019c-9dfe-4f22-b1e4-1531bfccd692 {
  display: none;
}
#s-698d019c-9dfe-4f22-b1e4-1531bfccd692, #wrap-s-698d019c-9dfe-4f22-b1e4-1531bfccd692 { display:none !important; }}
#s-698d019c-9dfe-4f22-b1e4-1531bfccd692 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-698d019c-9dfe-4f22-b1e4-1531bfccd692 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-698d019c-9dfe-4f22-b1e4-1531bfccd692 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 74, 173, 1);
}

#s-698d019c-9dfe-4f22-b1e4-1531bfccd692 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-698d019c-9dfe-4f22-b1e4-1531bfccd692 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 74, 173, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-698d019c-9dfe-4f22-b1e4-1531bfccd692 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9357acd3-e0a9-47f6-b60e-2423b89fb2cf {
  min-height: 50px;
background-color: rgba(0, 74, 173, 1);
}








#s-9357acd3-e0a9-47f6-b60e-2423b89fb2cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9357acd3-e0a9-47f6-b60e-2423b89fb2cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd218633-9557-4c1e-bedc-d1aff6c4ab19 {
  margin-top: 18px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 0px;
padding-left: 4%;
padding-bottom: 18px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(0, 74, 173, 1);
}

#s-54583b81-36fa-48e6-9764-f15036e9d367 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
text-align: center;
}







  #s-54583b81-36fa-48e6-9764-f15036e9d367 img.shogun-image {
    

    
    
    
  }


#s-54583b81-36fa-48e6-9764-f15036e9d367 .shogun-image-content {
  
    align-items: center;
  
}

#s-22978c8b-9048-41f4-b117-8249e190f6c0 {
  margin-left: 4%;
margin-bottom: 18px;
margin-right: 4%;
}

#s-ff77ed0c-0688-4e56-9f54-238d9005aa5c {
  text-align: center;
}







  #s-ff77ed0c-0688-4e56-9f54-238d9005aa5c img.shogun-image {
    

    
    
    
  }


#s-ff77ed0c-0688-4e56-9f54-238d9005aa5c .shogun-image-content {
  
    align-items: center;
  
}

#s-104cdb43-ba6b-4696-9b8e-3361258e48be {
  margin-left: 3%;
margin-right: 3%;
}

.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-8f899521-a4a2-4fa7-adf5-936269cc7ebe {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 1px;
padding-bottom: 1px;
}
@media (max-width: 767px){#s-8f899521-a4a2-4fa7-adf5-936269cc7ebe {
  display: none;
}
#s-8f899521-a4a2-4fa7-adf5-936269cc7ebe, #wrap-s-8f899521-a4a2-4fa7-adf5-936269cc7ebe { display:none !important; }}
@media (min-width: 0px) {
[id="s-8f899521-a4a2-4fa7-adf5-936269cc7ebe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f899521-a4a2-4fa7-adf5-936269cc7ebe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f899521-a4a2-4fa7-adf5-936269cc7ebe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f899521-a4a2-4fa7-adf5-936269cc7ebe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1c8ed374-a896-4edf-a7fb-61fef1375569 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1c8ed374-a896-4edf-a7fb-61fef1375569 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c8ed374-a896-4edf-a7fb-61fef1375569 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c8ed374-a896-4edf-a7fb-61fef1375569 {
  
}
}@media (max-width: 767px){#s-1c8ed374-a896-4edf-a7fb-61fef1375569 {
  display: none;
}
#s-1c8ed374-a896-4edf-a7fb-61fef1375569, #wrap-s-1c8ed374-a896-4edf-a7fb-61fef1375569 { display:none !important; }}







#s-1c8ed374-a896-4edf-a7fb-61fef1375569 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c8ed374-a896-4edf-a7fb-61fef1375569.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-640eb3a9-b23a-4f91-8955-5b63985d762a {
  display: none;
}
#s-640eb3a9-b23a-4f91-8955-5b63985d762a, #wrap-s-640eb3a9-b23a-4f91-8955-5b63985d762a { display:none !important; }}
#s-bc1e2277-5b9f-4f27-a96c-f6654212e7db {
  margin-top: 10px;
margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
text-align: center;
}







  #s-bc1e2277-5b9f-4f27-a96c-f6654212e7db img.shogun-image {
    

    
    
    
  }


#s-bc1e2277-5b9f-4f27-a96c-f6654212e7db .shogun-image-content {
  
    align-items: center;
  
}

#s-a8408257-623f-4a40-9cda-a4ddff9c519d {
  margin-left: 20%;
margin-right: 20%;
}

#s-b1771034-affc-4d48-b5db-602d84e07c47 {
  min-height: 50px;
}








#s-b1771034-affc-4d48-b5db-602d84e07c47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1771034-affc-4d48-b5db-602d84e07c47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7438aa01-3c16-4df0-b424-e836eae8d99b {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-7438aa01-3c16-4df0-b424-e836eae8d99b {
  display: none;
}
#s-7438aa01-3c16-4df0-b424-e836eae8d99b, #wrap-s-7438aa01-3c16-4df0-b424-e836eae8d99b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7438aa01-3c16-4df0-b424-e836eae8d99b {
  display: none;
}
#s-7438aa01-3c16-4df0-b424-e836eae8d99b, #wrap-s-7438aa01-3c16-4df0-b424-e836eae8d99b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7438aa01-3c16-4df0-b424-e836eae8d99b {
  display: none;
}
#s-7438aa01-3c16-4df0-b424-e836eae8d99b, #wrap-s-7438aa01-3c16-4df0-b424-e836eae8d99b { display:none !important; }}
#s-7438aa01-3c16-4df0-b424-e836eae8d99b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7438aa01-3c16-4df0-b424-e836eae8d99b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-7438aa01-3c16-4df0-b424-e836eae8d99b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 74, 173, 1);
}

#s-7438aa01-3c16-4df0-b424-e836eae8d99b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7438aa01-3c16-4df0-b424-e836eae8d99b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 74, 173, 1);
  text-align: center;
  font-family: Open Sans Condensed;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-7438aa01-3c16-4df0-b424-e836eae8d99b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-aaec2a71-0242-4f60-b940-9effdff4e356 {
  text-align: center;
}







  #s-aaec2a71-0242-4f60-b940-9effdff4e356 img.shogun-image {
    

    
    
    
  }


#s-aaec2a71-0242-4f60-b940-9effdff4e356 .shogun-image-content {
  
    align-items: center;
  
}

#s-24e8e358-ce0e-431e-9bf4-b0f58dc4360b {
  text-align: center;
}







  #s-24e8e358-ce0e-431e-9bf4-b0f58dc4360b img.shogun-image {
    

    
    
    
  }


#s-24e8e358-ce0e-431e-9bf4-b0f58dc4360b .shogun-image-content {
  
    align-items: center;
  
}

#s-466e24e5-0e2b-4be0-a965-f0c61ffa44a9 {
  margin-left: 3%;
margin-right: 3%;
}

#s-c9ce360b-6c16-413a-8548-8ebbbec0e1eb {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-c9ce360b-6c16-413a-8548-8ebbbec0e1eb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9ce360b-6c16-413a-8548-8ebbbec0e1eb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9ce360b-6c16-413a-8548-8ebbbec0e1eb {
  
}
}@media (max-width: 767px){#s-c9ce360b-6c16-413a-8548-8ebbbec0e1eb {
  display: none;
}
#s-c9ce360b-6c16-413a-8548-8ebbbec0e1eb, #wrap-s-c9ce360b-6c16-413a-8548-8ebbbec0e1eb { display:none !important; }}
#s-c9ce360b-6c16-413a-8548-8ebbbec0e1eb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c9ce360b-6c16-413a-8548-8ebbbec0e1eb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-c9ce360b-6c16-413a-8548-8ebbbec0e1eb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 74, 173, 1);
}

#s-c9ce360b-6c16-413a-8548-8ebbbec0e1eb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c9ce360b-6c16-413a-8548-8ebbbec0e1eb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 74, 173, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-c9ce360b-6c16-413a-8548-8ebbbec0e1eb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f7f62e08-8fea-4bc1-8adf-566c5f73ab21 {
  min-height: 50px;
background-color: rgba(0, 74, 173, 1);
}








#s-f7f62e08-8fea-4bc1-8adf-566c5f73ab21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7f62e08-8fea-4bc1-8adf-566c5f73ab21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be01a1fc-e84c-445d-815c-9b9c64bf6c43 {
  margin-top: 18px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 0px;
padding-left: 4%;
padding-bottom: 18px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(0, 74, 173, 1);
}

#s-35e8322b-7fab-4aef-aa80-f5f0ef6a034a {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
text-align: center;
}







  #s-35e8322b-7fab-4aef-aa80-f5f0ef6a034a img.shogun-image {
    

    
    
    
  }


#s-35e8322b-7fab-4aef-aa80-f5f0ef6a034a .shogun-image-content {
  
    align-items: center;
  
}

#s-39207752-ac59-40be-9eb2-3013deb935c2 {
  margin-left: 4%;
margin-bottom: 18px;
margin-right: 4%;
}

#s-f7c1b1a3-74a1-4dac-ab1b-a146c20ae746 {
  text-align: center;
}







  #s-f7c1b1a3-74a1-4dac-ab1b-a146c20ae746 img.shogun-image {
    

    
    
    
  }


#s-f7c1b1a3-74a1-4dac-ab1b-a146c20ae746 .shogun-image-content {
  
    align-items: center;
  
}

#s-29fd2573-2b0b-4da4-be29-b987c1d1c22c {
  margin-left: 3%;
margin-right: 3%;
}

#s-36a86645-0628-4858-b547-0b1e3cdc441b {
  min-height: 50px;
}
@media (max-width: 767px){#s-36a86645-0628-4858-b547-0b1e3cdc441b {
  display: none;
}
#s-36a86645-0628-4858-b547-0b1e3cdc441b, #wrap-s-36a86645-0628-4858-b547-0b1e3cdc441b { display:none !important; }}







#s-36a86645-0628-4858-b547-0b1e3cdc441b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36a86645-0628-4858-b547-0b1e3cdc441b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e03df8f1-9646-4299-8af7-d2eb91ebb6f2 {
  min-height: 50px;
}








#s-e03df8f1-9646-4299-8af7-d2eb91ebb6f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e03df8f1-9646-4299-8af7-d2eb91ebb6f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-874ffe43-0790-4648-a296-733ad10f4837 {
  min-height: 50px;
}
@media (max-width: 767px){#s-874ffe43-0790-4648-a296-733ad10f4837 {
  display: none;
}
#s-874ffe43-0790-4648-a296-733ad10f4837, #wrap-s-874ffe43-0790-4648-a296-733ad10f4837 { display:none !important; }}







#s-874ffe43-0790-4648-a296-733ad10f4837 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-874ffe43-0790-4648-a296-733ad10f4837.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27652f47-05fd-454a-8fa7-dc5e0f949254 {
  text-align: center;
}







  #s-27652f47-05fd-454a-8fa7-dc5e0f949254 img.shogun-image {
    

    
    
    
  }


#s-27652f47-05fd-454a-8fa7-dc5e0f949254 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ae9972e-c06c-441f-bbe2-1956f61ac300 {
  min-height: 50px;
background-color: rgba(0, 74, 173, 1);
}








#s-6ae9972e-c06c-441f-bbe2-1956f61ac300 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ae9972e-c06c-441f-bbe2-1956f61ac300.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f7f0d39-ba90-4a28-ba2b-4b39e4ea62ed {
  background-color: rgba(0, 74, 173, 1);
}
@media (max-width: 767px){#s-1f7f0d39-ba90-4a28-ba2b-4b39e4ea62ed {
  display: none;
}
#s-1f7f0d39-ba90-4a28-ba2b-4b39e4ea62ed, #wrap-s-1f7f0d39-ba90-4a28-ba2b-4b39e4ea62ed { display:none !important; }}
@media (min-width: 0px) {
[id="s-1f7f0d39-ba90-4a28-ba2b-4b39e4ea62ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f7f0d39-ba90-4a28-ba2b-4b39e4ea62ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f7f0d39-ba90-4a28-ba2b-4b39e4ea62ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f7f0d39-ba90-4a28-ba2b-4b39e4ea62ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3ed2fa22-08a3-40d9-8d7b-fa4aaa5c96e3 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-3ed2fa22-08a3-40d9-8d7b-fa4aaa5c96e3 {
  display: none;
}
#s-3ed2fa22-08a3-40d9-8d7b-fa4aaa5c96e3, #wrap-s-3ed2fa22-08a3-40d9-8d7b-fa4aaa5c96e3 { display:none !important; }}







#s-3ed2fa22-08a3-40d9-8d7b-fa4aaa5c96e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ed2fa22-08a3-40d9-8d7b-fa4aaa5c96e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c167301-6b0f-409b-a0a7-f8bd63e1b212 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (max-width: 767px){#s-4c167301-6b0f-409b-a0a7-f8bd63e1b212 {
  display: none;
}
#s-4c167301-6b0f-409b-a0a7-f8bd63e1b212, #wrap-s-4c167301-6b0f-409b-a0a7-f8bd63e1b212 { display:none !important; }}
#s-82a45524-a900-455c-b871-561ffbe449f8 {
  margin-top: 0px;
margin-left: 3%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (max-width: 767px){#s-82a45524-a900-455c-b871-561ffbe449f8 {
  display: none;
}
#s-82a45524-a900-455c-b871-561ffbe449f8, #wrap-s-82a45524-a900-455c-b871-561ffbe449f8 { display:none !important; }}
#s-554ad6df-450b-4e01-bab8-8ba4b571c4cf {
  margin-top: 0px;
margin-right: 8%;
}
@media (max-width: 767px){#s-554ad6df-450b-4e01-bab8-8ba4b571c4cf {
  display: none;
}
#s-554ad6df-450b-4e01-bab8-8ba4b571c4cf, #wrap-s-554ad6df-450b-4e01-bab8-8ba4b571c4cf { display:none !important; }}
#s-0d91e6c2-0cb4-4735-ac4a-8c2b4ba2d94e {
  margin-left: 7%;
margin-right: 7%;
text-align: center;
}







  #s-0d91e6c2-0cb4-4735-ac4a-8c2b4ba2d94e img.shogun-image {
    

    
    
    
  }


#s-0d91e6c2-0cb4-4735-ac4a-8c2b4ba2d94e .shogun-image-content {
  
    align-items: center;
  
}

#s-6178b138-c6e5-4811-8836-92109a7ba2d3 {
  min-height: 50px;
}








#s-6178b138-c6e5-4811-8836-92109a7ba2d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6178b138-c6e5-4811-8836-92109a7ba2d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ccfe66e5-8eaf-4a76-91bd-6e6724a8e638 {
  text-align: center;
}
@media (min-width: 1200px){#s-ccfe66e5-8eaf-4a76-91bd-6e6724a8e638 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ccfe66e5-8eaf-4a76-91bd-6e6724a8e638 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ccfe66e5-8eaf-4a76-91bd-6e6724a8e638 {
  
}
}@media (max-width: 767px){#s-ccfe66e5-8eaf-4a76-91bd-6e6724a8e638 {
  display: none;
}
#s-ccfe66e5-8eaf-4a76-91bd-6e6724a8e638, #wrap-s-ccfe66e5-8eaf-4a76-91bd-6e6724a8e638 { display:none !important; }}






  #s-ccfe66e5-8eaf-4a76-91bd-6e6724a8e638 img.shogun-image {
    

    
    
    
  }


#s-ccfe66e5-8eaf-4a76-91bd-6e6724a8e638 .shogun-image-content {
  
    align-items: center;
  
}

#s-6cdc7918-77fa-43a4-957b-412cd95b83f9 {
  margin-top: 17px;
}
@media (max-width: 767px){#s-6cdc7918-77fa-43a4-957b-412cd95b83f9 {
  display: none;
}
#s-6cdc7918-77fa-43a4-957b-412cd95b83f9, #wrap-s-6cdc7918-77fa-43a4-957b-412cd95b83f9 { display:none !important; }}
#s-b8c85068-785d-42c4-8c8c-bcede3678a15 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b8c85068-785d-42c4-8c8c-bcede3678a15 {
  display: none;
}
#s-b8c85068-785d-42c4-8c8c-bcede3678a15, #wrap-s-b8c85068-785d-42c4-8c8c-bcede3678a15 { display:none !important; }}







#s-b8c85068-785d-42c4-8c8c-bcede3678a15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8c85068-785d-42c4-8c8c-bcede3678a15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-52badd21-d4dd-4d54-8819-ef000cd1c29d {
  display: none;
}
#s-52badd21-d4dd-4d54-8819-ef000cd1c29d, #wrap-s-52badd21-d4dd-4d54-8819-ef000cd1c29d { display:none !important; }}
@media (min-width: 0px) {
[id="s-52badd21-d4dd-4d54-8819-ef000cd1c29d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52badd21-d4dd-4d54-8819-ef000cd1c29d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-52badd21-d4dd-4d54-8819-ef000cd1c29d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-52badd21-d4dd-4d54-8819-ef000cd1c29d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-a1abe30e-4d25-4622-af6b-bb687044d20e {
  display: none;
}
#s-a1abe30e-4d25-4622-af6b-bb687044d20e, #wrap-s-a1abe30e-4d25-4622-af6b-bb687044d20e { display:none !important; }}
@media (max-width: 767px){#s-47ec41c9-da0b-4c34-95f2-c11eacd89424 {
  display: none;
}
#s-47ec41c9-da0b-4c34-95f2-c11eacd89424, #wrap-s-47ec41c9-da0b-4c34-95f2-c11eacd89424 { display:none !important; }}
@media (max-width: 767px){#s-67527496-97e6-4842-9018-af84a4844017 {
  display: none;
}
#s-67527496-97e6-4842-9018-af84a4844017, #wrap-s-67527496-97e6-4842-9018-af84a4844017 { display:none !important; }}
#s-aaf26740-6b82-41a2-92b8-889ca288b937 {
  min-height: 50px;
}
@media (max-width: 767px){#s-aaf26740-6b82-41a2-92b8-889ca288b937 {
  display: none;
}
#s-aaf26740-6b82-41a2-92b8-889ca288b937, #wrap-s-aaf26740-6b82-41a2-92b8-889ca288b937 { display:none !important; }}







#s-aaf26740-6b82-41a2-92b8-889ca288b937 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaf26740-6b82-41a2-92b8-889ca288b937.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6c78dd1-59ae-4450-88d1-35efe8ddeb5f {
  min-height: 50px;
}
@media (max-width: 767px){#s-a6c78dd1-59ae-4450-88d1-35efe8ddeb5f {
  display: none;
}
#s-a6c78dd1-59ae-4450-88d1-35efe8ddeb5f, #wrap-s-a6c78dd1-59ae-4450-88d1-35efe8ddeb5f { display:none !important; }}







#s-a6c78dd1-59ae-4450-88d1-35efe8ddeb5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6c78dd1-59ae-4450-88d1-35efe8ddeb5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-83cfbf5b-d85d-4ccf-bf28-05f2fe0c1fdc {
  display: none;
}
#s-83cfbf5b-d85d-4ccf-bf28-05f2fe0c1fdc, #wrap-s-83cfbf5b-d85d-4ccf-bf28-05f2fe0c1fdc { display:none !important; }}
@media (min-width: 0px) {
[id="s-83cfbf5b-d85d-4ccf-bf28-05f2fe0c1fdc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83cfbf5b-d85d-4ccf-bf28-05f2fe0c1fdc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-83cfbf5b-d85d-4ccf-bf28-05f2fe0c1fdc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-83cfbf5b-d85d-4ccf-bf28-05f2fe0c1fdc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-83cfbf5b-d85d-4ccf-bf28-05f2fe0c1fdc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-83cfbf5b-d85d-4ccf-bf28-05f2fe0c1fdc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-83cfbf5b-d85d-4ccf-bf28-05f2fe0c1fdc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-37fd65cd-73c0-460a-aa2c-2d22f3860b5d {
  margin-top: 0px;
margin-left: 13%;
margin-bottom: 0px;
margin-right: 13%;
text-align: center;
}
@media (max-width: 767px){#s-37fd65cd-73c0-460a-aa2c-2d22f3860b5d {
  display: none;
}
#s-37fd65cd-73c0-460a-aa2c-2d22f3860b5d, #wrap-s-37fd65cd-73c0-460a-aa2c-2d22f3860b5d { display:none !important; }}






  #s-37fd65cd-73c0-460a-aa2c-2d22f3860b5d img.shogun-image {
    

    
    
    
  }


#s-37fd65cd-73c0-460a-aa2c-2d22f3860b5d .shogun-image-content {
  
    align-items: center;
  
}

#s-0c67f07d-6ff8-45ff-9999-2553e44453fd {
  min-height: 50px;
}
@media (max-width: 767px){#s-0c67f07d-6ff8-45ff-9999-2553e44453fd {
  display: none;
}
#s-0c67f07d-6ff8-45ff-9999-2553e44453fd, #wrap-s-0c67f07d-6ff8-45ff-9999-2553e44453fd { display:none !important; }}







#s-0c67f07d-6ff8-45ff-9999-2553e44453fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c67f07d-6ff8-45ff-9999-2553e44453fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52646f1c-be25-4055-8240-6e09a5989fa7 {
  min-height: 50px;
}
@media (max-width: 767px){#s-52646f1c-be25-4055-8240-6e09a5989fa7 {
  display: none;
}
#s-52646f1c-be25-4055-8240-6e09a5989fa7, #wrap-s-52646f1c-be25-4055-8240-6e09a5989fa7 { display:none !important; }}







#s-52646f1c-be25-4055-8240-6e09a5989fa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52646f1c-be25-4055-8240-6e09a5989fa7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-539902ee-94fa-4abd-b4ea-a4d5dc32b58a {
  min-height: 50px;
}
@media (max-width: 767px){#s-539902ee-94fa-4abd-b4ea-a4d5dc32b58a {
  display: none;
}
#s-539902ee-94fa-4abd-b4ea-a4d5dc32b58a, #wrap-s-539902ee-94fa-4abd-b4ea-a4d5dc32b58a { display:none !important; }}







#s-539902ee-94fa-4abd-b4ea-a4d5dc32b58a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-539902ee-94fa-4abd-b4ea-a4d5dc32b58a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-b5e4248c-806c-4afc-9761-0168143eb8d2 {
  display: none;
}
#s-b5e4248c-806c-4afc-9761-0168143eb8d2, #wrap-s-b5e4248c-806c-4afc-9761-0168143eb8d2 { display:none !important; }}
#s-f23f8702-4e20-4a92-81ff-637c1c844527 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-f23f8702-4e20-4a92-81ff-637c1c844527 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f23f8702-4e20-4a92-81ff-637c1c844527 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f23f8702-4e20-4a92-81ff-637c1c844527 {
  
}
}
#s-f23f8702-4e20-4a92-81ff-637c1c844527 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f23f8702-4e20-4a92-81ff-637c1c844527 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-f23f8702-4e20-4a92-81ff-637c1c844527 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 74, 173, 1);
}

#s-f23f8702-4e20-4a92-81ff-637c1c844527 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f23f8702-4e20-4a92-81ff-637c1c844527 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 74, 173, 1);
  text-align: center;
  font-family: Open Sans Condensed;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-f23f8702-4e20-4a92-81ff-637c1c844527 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-dd9bd1c3-593f-4e4a-a696-174259076da8 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-dd9bd1c3-593f-4e4a-a696-174259076da8 {
  display: none;
}
#s-dd9bd1c3-593f-4e4a-a696-174259076da8, #wrap-s-dd9bd1c3-593f-4e4a-a696-174259076da8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd9bd1c3-593f-4e4a-a696-174259076da8 {
  display: none;
}
#s-dd9bd1c3-593f-4e4a-a696-174259076da8, #wrap-s-dd9bd1c3-593f-4e4a-a696-174259076da8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd9bd1c3-593f-4e4a-a696-174259076da8 {
  display: none;
}
#s-dd9bd1c3-593f-4e4a-a696-174259076da8, #wrap-s-dd9bd1c3-593f-4e4a-a696-174259076da8 { display:none !important; }}
#s-22fda767-5173-49c9-a890-e26b3375ed14 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-22fda767-5173-49c9-a890-e26b3375ed14 {
  display: none;
}
#s-22fda767-5173-49c9-a890-e26b3375ed14, #wrap-s-22fda767-5173-49c9-a890-e26b3375ed14 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22fda767-5173-49c9-a890-e26b3375ed14 {
  display: none;
}
#s-22fda767-5173-49c9-a890-e26b3375ed14, #wrap-s-22fda767-5173-49c9-a890-e26b3375ed14 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22fda767-5173-49c9-a890-e26b3375ed14 {
  display: none;
}
#s-22fda767-5173-49c9-a890-e26b3375ed14, #wrap-s-22fda767-5173-49c9-a890-e26b3375ed14 { display:none !important; }}
#s-2b7108b7-f7b9-4512-9467-b9dd5e7b505d {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-2b7108b7-f7b9-4512-9467-b9dd5e7b505d {
  display: none;
}
#s-2b7108b7-f7b9-4512-9467-b9dd5e7b505d, #wrap-s-2b7108b7-f7b9-4512-9467-b9dd5e7b505d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b7108b7-f7b9-4512-9467-b9dd5e7b505d {
  display: none;
}
#s-2b7108b7-f7b9-4512-9467-b9dd5e7b505d, #wrap-s-2b7108b7-f7b9-4512-9467-b9dd5e7b505d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b7108b7-f7b9-4512-9467-b9dd5e7b505d {
  display: none;
}
#s-2b7108b7-f7b9-4512-9467-b9dd5e7b505d, #wrap-s-2b7108b7-f7b9-4512-9467-b9dd5e7b505d { display:none !important; }}
#s-7369d72e-ca95-4a43-95c8-138993cb21e6 {
  margin-left: 3%;
margin-right: 3%;
}

#s-c4b4c033-7134-486f-8da1-412b623a63e0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c4b4c033-7134-486f-8da1-412b623a63e0 {
  display: none;
}
#s-c4b4c033-7134-486f-8da1-412b623a63e0, #wrap-s-c4b4c033-7134-486f-8da1-412b623a63e0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4b4c033-7134-486f-8da1-412b623a63e0 {
  display: none;
}
#s-c4b4c033-7134-486f-8da1-412b623a63e0, #wrap-s-c4b4c033-7134-486f-8da1-412b623a63e0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c4b4c033-7134-486f-8da1-412b623a63e0 {
  display: none;
}
#s-c4b4c033-7134-486f-8da1-412b623a63e0, #wrap-s-c4b4c033-7134-486f-8da1-412b623a63e0 { display:none !important; }}







#s-c4b4c033-7134-486f-8da1-412b623a63e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4b4c033-7134-486f-8da1-412b623a63e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ce18356-05d8-4265-837b-f8fd28a7ae1f {
  min-height: 50px;
}








#s-6ce18356-05d8-4265-837b-f8fd28a7ae1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ce18356-05d8-4265-837b-f8fd28a7ae1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ddf662aa-2c57-4123-ad47-e3a691eae0c4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ddf662aa-2c57-4123-ad47-e3a691eae0c4 {
  display: none;
}
#s-ddf662aa-2c57-4123-ad47-e3a691eae0c4, #wrap-s-ddf662aa-2c57-4123-ad47-e3a691eae0c4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddf662aa-2c57-4123-ad47-e3a691eae0c4 {
  display: none;
}
#s-ddf662aa-2c57-4123-ad47-e3a691eae0c4, #wrap-s-ddf662aa-2c57-4123-ad47-e3a691eae0c4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ddf662aa-2c57-4123-ad47-e3a691eae0c4 {
  display: none;
}
#s-ddf662aa-2c57-4123-ad47-e3a691eae0c4, #wrap-s-ddf662aa-2c57-4123-ad47-e3a691eae0c4 { display:none !important; }}







#s-ddf662aa-2c57-4123-ad47-e3a691eae0c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddf662aa-2c57-4123-ad47-e3a691eae0c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-dd1f78a0-beab-42a9-b8bb-7bc0a5dd80e0 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-dd1f78a0-beab-42a9-b8bb-7bc0a5dd80e0 {
  display: none;
}
#s-dd1f78a0-beab-42a9-b8bb-7bc0a5dd80e0, #wrap-s-dd1f78a0-beab-42a9-b8bb-7bc0a5dd80e0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd1f78a0-beab-42a9-b8bb-7bc0a5dd80e0 {
  display: none;
}
#s-dd1f78a0-beab-42a9-b8bb-7bc0a5dd80e0, #wrap-s-dd1f78a0-beab-42a9-b8bb-7bc0a5dd80e0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd1f78a0-beab-42a9-b8bb-7bc0a5dd80e0 {
  display: none;
}
#s-dd1f78a0-beab-42a9-b8bb-7bc0a5dd80e0, #wrap-s-dd1f78a0-beab-42a9-b8bb-7bc0a5dd80e0 { display:none !important; }}
#s-dd1f78a0-beab-42a9-b8bb-7bc0a5dd80e0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-dd1f78a0-beab-42a9-b8bb-7bc0a5dd80e0 .shg-sld-nav-button.shg-sld-left,
#s-dd1f78a0-beab-42a9-b8bb-7bc0a5dd80e0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1b4df061-d8f4-461e-94a7-7c9a135af3f2 {
  text-align: center;
}







  #s-1b4df061-d8f4-461e-94a7-7c9a135af3f2 img.shogun-image {
    

    
    
    
  }


#s-1b4df061-d8f4-461e-94a7-7c9a135af3f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b5c444e-8345-4549-9bc7-475f893f1b25 {
  text-align: center;
}







  #s-9b5c444e-8345-4549-9bc7-475f893f1b25 img.shogun-image {
    

    
    
    
  }


#s-9b5c444e-8345-4549-9bc7-475f893f1b25 .shogun-image-content {
  
    align-items: center;
  
}

#s-00753084-8480-4dde-8a4c-db0c3e476899 {
  text-align: center;
}







  #s-00753084-8480-4dde-8a4c-db0c3e476899 img.shogun-image {
    

    
    
    
  }


#s-00753084-8480-4dde-8a4c-db0c3e476899 .shogun-image-content {
  
    align-items: center;
  
}

#s-497522e6-bc12-46ea-92b9-6fb76e89565a {
  text-align: center;
}
@media (min-width: 1200px){#s-497522e6-bc12-46ea-92b9-6fb76e89565a {
  display: none;
}
#s-497522e6-bc12-46ea-92b9-6fb76e89565a, #wrap-s-497522e6-bc12-46ea-92b9-6fb76e89565a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-497522e6-bc12-46ea-92b9-6fb76e89565a {
  display: none;
}
#s-497522e6-bc12-46ea-92b9-6fb76e89565a, #wrap-s-497522e6-bc12-46ea-92b9-6fb76e89565a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-497522e6-bc12-46ea-92b9-6fb76e89565a {
  display: none;
}
#s-497522e6-bc12-46ea-92b9-6fb76e89565a, #wrap-s-497522e6-bc12-46ea-92b9-6fb76e89565a { display:none !important; }}






  #s-497522e6-bc12-46ea-92b9-6fb76e89565a img.shogun-image {
    

    
    
    
  }


#s-497522e6-bc12-46ea-92b9-6fb76e89565a .shogun-image-content {
  
    align-items: center;
  
}

#s-36f72ec0-f6bd-4842-a64d-857112211bee {
  min-height: 50px;
}
@media (min-width: 1200px){#s-36f72ec0-f6bd-4842-a64d-857112211bee {
  display: none;
}
#s-36f72ec0-f6bd-4842-a64d-857112211bee, #wrap-s-36f72ec0-f6bd-4842-a64d-857112211bee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36f72ec0-f6bd-4842-a64d-857112211bee {
  display: none;
}
#s-36f72ec0-f6bd-4842-a64d-857112211bee, #wrap-s-36f72ec0-f6bd-4842-a64d-857112211bee { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36f72ec0-f6bd-4842-a64d-857112211bee {
  display: none;
}
#s-36f72ec0-f6bd-4842-a64d-857112211bee, #wrap-s-36f72ec0-f6bd-4842-a64d-857112211bee { display:none !important; }}







#s-36f72ec0-f6bd-4842-a64d-857112211bee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36f72ec0-f6bd-4842-a64d-857112211bee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f8292db-e011-420e-9b50-24492e0e0b8d {
  min-height: 50px;
}








#s-1f8292db-e011-420e-9b50-24492e0e0b8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f8292db-e011-420e-9b50-24492e0e0b8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a925a56-9db0-4b98-b3b2-20e2bc3d9f0a {
  min-height: 50px;
background-color: rgba(0, 74, 173, 1);
}
@media (min-width: 1200px){#s-6a925a56-9db0-4b98-b3b2-20e2bc3d9f0a {
  display: none;
}
#s-6a925a56-9db0-4b98-b3b2-20e2bc3d9f0a, #wrap-s-6a925a56-9db0-4b98-b3b2-20e2bc3d9f0a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a925a56-9db0-4b98-b3b2-20e2bc3d9f0a {
  display: none;
}
#s-6a925a56-9db0-4b98-b3b2-20e2bc3d9f0a, #wrap-s-6a925a56-9db0-4b98-b3b2-20e2bc3d9f0a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6a925a56-9db0-4b98-b3b2-20e2bc3d9f0a {
  display: none;
}
#s-6a925a56-9db0-4b98-b3b2-20e2bc3d9f0a, #wrap-s-6a925a56-9db0-4b98-b3b2-20e2bc3d9f0a { display:none !important; }}







#s-6a925a56-9db0-4b98-b3b2-20e2bc3d9f0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a925a56-9db0-4b98-b3b2-20e2bc3d9f0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90dc687f-80d3-4885-b3f7-9944b85b2cd9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-90dc687f-80d3-4885-b3f7-9944b85b2cd9 {
  display: none;
}
#s-90dc687f-80d3-4885-b3f7-9944b85b2cd9, #wrap-s-90dc687f-80d3-4885-b3f7-9944b85b2cd9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90dc687f-80d3-4885-b3f7-9944b85b2cd9 {
  display: none;
}
#s-90dc687f-80d3-4885-b3f7-9944b85b2cd9, #wrap-s-90dc687f-80d3-4885-b3f7-9944b85b2cd9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90dc687f-80d3-4885-b3f7-9944b85b2cd9 {
  display: none;
}
#s-90dc687f-80d3-4885-b3f7-9944b85b2cd9, #wrap-s-90dc687f-80d3-4885-b3f7-9944b85b2cd9 { display:none !important; }}







#s-90dc687f-80d3-4885-b3f7-9944b85b2cd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90dc687f-80d3-4885-b3f7-9944b85b2cd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-992a67df-b6cd-4ca4-96e0-5f236efb1d47 {
  margin-top: 28px;
margin-left: 8%;
margin-bottom: 28px;
margin-right: 8%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-5be56adc-deb3-46d4-833e-8de97bc41d78 {
  min-height: 50px;
}








#s-5be56adc-deb3-46d4-833e-8de97bc41d78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5be56adc-deb3-46d4-833e-8de97bc41d78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-685be95f-651a-4bd2-b727-94ff657dc3b4 {
  margin-top: 26px;
margin-left: 8%;
margin-right: 8%;
}

#s-8147c616-619c-4655-b942-e84c0c5f050f {
  margin-top: 15px;
margin-left: 8%;
margin-bottom: 15px;
margin-right: 8%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
}
@media (min-width: 1200px){#s-8147c616-619c-4655-b942-e84c0c5f050f {
  display: none;
}
#s-8147c616-619c-4655-b942-e84c0c5f050f, #wrap-s-8147c616-619c-4655-b942-e84c0c5f050f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8147c616-619c-4655-b942-e84c0c5f050f {
  display: none;
}
#s-8147c616-619c-4655-b942-e84c0c5f050f, #wrap-s-8147c616-619c-4655-b942-e84c0c5f050f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8147c616-619c-4655-b942-e84c0c5f050f {
  display: none;
}
#s-8147c616-619c-4655-b942-e84c0c5f050f, #wrap-s-8147c616-619c-4655-b942-e84c0c5f050f { display:none !important; }}
#s-6e367fae-4815-4374-bc6a-83461ded5724 {
  margin-left: 8%;
margin-bottom: -21px;
margin-right: 8%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-6e367fae-4815-4374-bc6a-83461ded5724 img.shogun-image {
    

    
    
    
  }


#s-6e367fae-4815-4374-bc6a-83461ded5724 .shogun-image-content {
  
    align-items: center;
  
}

#s-89cf239a-bfb3-43b1-bd53-e6713c066962 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 13px;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-89cf239a-bfb3-43b1-bd53-e6713c066962 {
  display: none;
}
#s-89cf239a-bfb3-43b1-bd53-e6713c066962, #wrap-s-89cf239a-bfb3-43b1-bd53-e6713c066962 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-89cf239a-bfb3-43b1-bd53-e6713c066962 {
  display: none;
}
#s-89cf239a-bfb3-43b1-bd53-e6713c066962, #wrap-s-89cf239a-bfb3-43b1-bd53-e6713c066962 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-89cf239a-bfb3-43b1-bd53-e6713c066962 {
  display: none;
}
#s-89cf239a-bfb3-43b1-bd53-e6713c066962, #wrap-s-89cf239a-bfb3-43b1-bd53-e6713c066962 { display:none !important; }}






  #s-89cf239a-bfb3-43b1-bd53-e6713c066962 img.shogun-image {
    

    
    
    
  }


#s-89cf239a-bfb3-43b1-bd53-e6713c066962 .shogun-image-content {
  
    align-items: center;
  
}

#s-55ad6358-cdec-40d9-8bff-3e91da62b12d {
  min-height: 50px;
background-color: #ffffff;
}
@media (min-width: 1200px){#s-55ad6358-cdec-40d9-8bff-3e91da62b12d {
  display: none;
}
#s-55ad6358-cdec-40d9-8bff-3e91da62b12d, #wrap-s-55ad6358-cdec-40d9-8bff-3e91da62b12d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55ad6358-cdec-40d9-8bff-3e91da62b12d {
  display: none;
}
#s-55ad6358-cdec-40d9-8bff-3e91da62b12d, #wrap-s-55ad6358-cdec-40d9-8bff-3e91da62b12d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55ad6358-cdec-40d9-8bff-3e91da62b12d {
  display: none;
}
#s-55ad6358-cdec-40d9-8bff-3e91da62b12d, #wrap-s-55ad6358-cdec-40d9-8bff-3e91da62b12d { display:none !important; }}







#s-55ad6358-cdec-40d9-8bff-3e91da62b12d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55ad6358-cdec-40d9-8bff-3e91da62b12d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f2030f1-0f94-4b4e-b570-2905a3ea7ec5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5f2030f1-0f94-4b4e-b570-2905a3ea7ec5 {
  display: none;
}
#s-5f2030f1-0f94-4b4e-b570-2905a3ea7ec5, #wrap-s-5f2030f1-0f94-4b4e-b570-2905a3ea7ec5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f2030f1-0f94-4b4e-b570-2905a3ea7ec5 {
  display: none;
}
#s-5f2030f1-0f94-4b4e-b570-2905a3ea7ec5, #wrap-s-5f2030f1-0f94-4b4e-b570-2905a3ea7ec5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5f2030f1-0f94-4b4e-b570-2905a3ea7ec5 {
  display: none;
}
#s-5f2030f1-0f94-4b4e-b570-2905a3ea7ec5, #wrap-s-5f2030f1-0f94-4b4e-b570-2905a3ea7ec5 { display:none !important; }}







#s-5f2030f1-0f94-4b4e-b570-2905a3ea7ec5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f2030f1-0f94-4b4e-b570-2905a3ea7ec5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1af4dc9-cfb4-43c3-bf73-043fb25d9d96 {
  min-height: 50px;
}








#s-b1af4dc9-cfb4-43c3-bf73-043fb25d9d96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1af4dc9-cfb4-43c3-bf73-043fb25d9d96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df91b732-bb3d-4c3d-b0b4-b548a7832d3a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-df91b732-bb3d-4c3d-b0b4-b548a7832d3a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-df91b732-bb3d-4c3d-b0b4-b548a7832d3a .shg-sld-nav-button.shg-sld-left,
#s-df91b732-bb3d-4c3d-b0b4-b548a7832d3a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-25bdefb6-aef7-4983-a608-61cf986cec5e {
  text-align: center;
}







  #s-25bdefb6-aef7-4983-a608-61cf986cec5e img.shogun-image {
    

    
    
    
  }


#s-25bdefb6-aef7-4983-a608-61cf986cec5e .shogun-image-content {
  
    align-items: center;
  
}

#s-b9a36365-1e15-48dc-8cb1-becda69f1960 {
  text-align: center;
}







  #s-b9a36365-1e15-48dc-8cb1-becda69f1960 img.shogun-image {
    

    
    
    
  }


#s-b9a36365-1e15-48dc-8cb1-becda69f1960 .shogun-image-content {
  
    align-items: center;
  
}

#s-58840542-f605-4037-9702-d947c06dee80 {
  text-align: center;
}







  #s-58840542-f605-4037-9702-d947c06dee80 img.shogun-image {
    

    
    
    
  }


#s-58840542-f605-4037-9702-d947c06dee80 .shogun-image-content {
  
    align-items: center;
  
}

#s-c94e4927-161b-4798-b743-d3d9ff54862e {
  text-align: center;
}







  #s-c94e4927-161b-4798-b743-d3d9ff54862e img.shogun-image {
    

    
    
    
  }


#s-c94e4927-161b-4798-b743-d3d9ff54862e .shogun-image-content {
  
    align-items: center;
  
}

#s-5a5c1905-1ba3-495a-b44e-c79a1eae2c7a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5a5c1905-1ba3-495a-b44e-c79a1eae2c7a {
  display: none;
}
#s-5a5c1905-1ba3-495a-b44e-c79a1eae2c7a, #wrap-s-5a5c1905-1ba3-495a-b44e-c79a1eae2c7a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a5c1905-1ba3-495a-b44e-c79a1eae2c7a {
  display: none;
}
#s-5a5c1905-1ba3-495a-b44e-c79a1eae2c7a, #wrap-s-5a5c1905-1ba3-495a-b44e-c79a1eae2c7a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a5c1905-1ba3-495a-b44e-c79a1eae2c7a {
  display: none;
}
#s-5a5c1905-1ba3-495a-b44e-c79a1eae2c7a, #wrap-s-5a5c1905-1ba3-495a-b44e-c79a1eae2c7a { display:none !important; }}







#s-5a5c1905-1ba3-495a-b44e-c79a1eae2c7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a5c1905-1ba3-495a-b44e-c79a1eae2c7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f7da9b1-eefd-4a81-a6c8-75dc7e7df4fe {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4f7da9b1-eefd-4a81-a6c8-75dc7e7df4fe {
  display: none;
}
#s-4f7da9b1-eefd-4a81-a6c8-75dc7e7df4fe, #wrap-s-4f7da9b1-eefd-4a81-a6c8-75dc7e7df4fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f7da9b1-eefd-4a81-a6c8-75dc7e7df4fe {
  display: none;
}
#s-4f7da9b1-eefd-4a81-a6c8-75dc7e7df4fe, #wrap-s-4f7da9b1-eefd-4a81-a6c8-75dc7e7df4fe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f7da9b1-eefd-4a81-a6c8-75dc7e7df4fe {
  display: none;
}
#s-4f7da9b1-eefd-4a81-a6c8-75dc7e7df4fe, #wrap-s-4f7da9b1-eefd-4a81-a6c8-75dc7e7df4fe { display:none !important; }}







#s-4f7da9b1-eefd-4a81-a6c8-75dc7e7df4fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f7da9b1-eefd-4a81-a6c8-75dc7e7df4fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d63dd81a-dc9b-46a1-810b-44bb816a579e {
  margin-top: -28px;
margin-bottom: -28px;
}
@media (min-width: 1200px){#s-d63dd81a-dc9b-46a1-810b-44bb816a579e {
  display: none;
}
#s-d63dd81a-dc9b-46a1-810b-44bb816a579e, #wrap-s-d63dd81a-dc9b-46a1-810b-44bb816a579e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d63dd81a-dc9b-46a1-810b-44bb816a579e {
  display: none;
}
#s-d63dd81a-dc9b-46a1-810b-44bb816a579e, #wrap-s-d63dd81a-dc9b-46a1-810b-44bb816a579e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d63dd81a-dc9b-46a1-810b-44bb816a579e {
  display: none;
}
#s-d63dd81a-dc9b-46a1-810b-44bb816a579e, #wrap-s-d63dd81a-dc9b-46a1-810b-44bb816a579e { display:none !important; }}
#s-60b53bec-9555-44f5-b1fa-26e2f4625fe1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-60b53bec-9555-44f5-b1fa-26e2f4625fe1 {
  display: none;
}
#s-60b53bec-9555-44f5-b1fa-26e2f4625fe1, #wrap-s-60b53bec-9555-44f5-b1fa-26e2f4625fe1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60b53bec-9555-44f5-b1fa-26e2f4625fe1 {
  display: none;
}
#s-60b53bec-9555-44f5-b1fa-26e2f4625fe1, #wrap-s-60b53bec-9555-44f5-b1fa-26e2f4625fe1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60b53bec-9555-44f5-b1fa-26e2f4625fe1 {
  display: none;
}
#s-60b53bec-9555-44f5-b1fa-26e2f4625fe1, #wrap-s-60b53bec-9555-44f5-b1fa-26e2f4625fe1 { display:none !important; }}







#s-60b53bec-9555-44f5-b1fa-26e2f4625fe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60b53bec-9555-44f5-b1fa-26e2f4625fe1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae107062-1161-4d61-accd-b0b142481ee5 {
  text-align: center;
}







  #s-ae107062-1161-4d61-accd-b0b142481ee5 img.shogun-image {
    

    
    
    
  }


#s-ae107062-1161-4d61-accd-b0b142481ee5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0ca928a-d998-46ea-ad43-e03ede23d540 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 32px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-f0ca928a-d998-46ea-ad43-e03ede23d540 {
  display: none;
}
#s-f0ca928a-d998-46ea-ad43-e03ede23d540, #wrap-s-f0ca928a-d998-46ea-ad43-e03ede23d540 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0ca928a-d998-46ea-ad43-e03ede23d540 {
  display: none;
}
#s-f0ca928a-d998-46ea-ad43-e03ede23d540, #wrap-s-f0ca928a-d998-46ea-ad43-e03ede23d540 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0ca928a-d998-46ea-ad43-e03ede23d540 {
  display: none;
}
#s-f0ca928a-d998-46ea-ad43-e03ede23d540, #wrap-s-f0ca928a-d998-46ea-ad43-e03ede23d540 { display:none !important; }}
#s-f0ca928a-d998-46ea-ad43-e03ede23d540 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-f0ca928a-d998-46ea-ad43-e03ede23d540 .shg-sld-nav-button.shg-sld-left,
#s-f0ca928a-d998-46ea-ad43-e03ede23d540 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-dce4fd71-9d46-4a1d-8ae5-280782c0f006 {
  min-height: 50px;
}








#s-dce4fd71-9d46-4a1d-8ae5-280782c0f006 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dce4fd71-9d46-4a1d-8ae5-280782c0f006.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0d2195e-c6fc-4ac7-b808-69afa1f77864 {
  min-height: 50px;
}








#s-f0d2195e-c6fc-4ac7-b808-69afa1f77864 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0d2195e-c6fc-4ac7-b808-69afa1f77864.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce6a341b-df75-4003-9718-4ae41f36b49d {
  margin-top: -28px;
margin-bottom: -28px;
}
@media (min-width: 1200px){#s-ce6a341b-df75-4003-9718-4ae41f36b49d {
  display: none;
}
#s-ce6a341b-df75-4003-9718-4ae41f36b49d, #wrap-s-ce6a341b-df75-4003-9718-4ae41f36b49d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce6a341b-df75-4003-9718-4ae41f36b49d {
  display: none;
}
#s-ce6a341b-df75-4003-9718-4ae41f36b49d, #wrap-s-ce6a341b-df75-4003-9718-4ae41f36b49d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ce6a341b-df75-4003-9718-4ae41f36b49d {
  display: none;
}
#s-ce6a341b-df75-4003-9718-4ae41f36b49d, #wrap-s-ce6a341b-df75-4003-9718-4ae41f36b49d { display:none !important; }}
#s-9714a5e6-b211-4c57-ba63-7f50f3def3de {
  min-height: 50px;
}








#s-9714a5e6-b211-4c57-ba63-7f50f3def3de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9714a5e6-b211-4c57-ba63-7f50f3def3de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7149badd-9a61-4a45-a930-737fa6d293fb {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7149badd-9a61-4a45-a930-737fa6d293fb {
  display: none;
}
#s-7149badd-9a61-4a45-a930-737fa6d293fb, #wrap-s-7149badd-9a61-4a45-a930-737fa6d293fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7149badd-9a61-4a45-a930-737fa6d293fb {
  display: none;
}
#s-7149badd-9a61-4a45-a930-737fa6d293fb, #wrap-s-7149badd-9a61-4a45-a930-737fa6d293fb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7149badd-9a61-4a45-a930-737fa6d293fb {
  display: none;
}
#s-7149badd-9a61-4a45-a930-737fa6d293fb, #wrap-s-7149badd-9a61-4a45-a930-737fa6d293fb { display:none !important; }}







#s-7149badd-9a61-4a45-a930-737fa6d293fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7149badd-9a61-4a45-a930-737fa6d293fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3e4f2c1-e0ed-48d1-95d7-4da8096f0368 {
  text-align: center;
}







  #s-d3e4f2c1-e0ed-48d1-95d7-4da8096f0368 img.shogun-image {
    

    
    
    
  }


#s-d3e4f2c1-e0ed-48d1-95d7-4da8096f0368 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee6da49d-72c5-44c3-bc02-9ce6b86cdef6 {
  min-height: 50px;
}








#s-ee6da49d-72c5-44c3-bc02-9ce6b86cdef6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee6da49d-72c5-44c3-bc02-9ce6b86cdef6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f35533b-d1c0-4dd1-84d0-bf32c82762cd {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-1f35533b-d1c0-4dd1-84d0-bf32c82762cd {
  display: none;
}
#s-1f35533b-d1c0-4dd1-84d0-bf32c82762cd, #wrap-s-1f35533b-d1c0-4dd1-84d0-bf32c82762cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f35533b-d1c0-4dd1-84d0-bf32c82762cd {
  display: none;
}
#s-1f35533b-d1c0-4dd1-84d0-bf32c82762cd, #wrap-s-1f35533b-d1c0-4dd1-84d0-bf32c82762cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f35533b-d1c0-4dd1-84d0-bf32c82762cd {
  display: none;
}
#s-1f35533b-d1c0-4dd1-84d0-bf32c82762cd, #wrap-s-1f35533b-d1c0-4dd1-84d0-bf32c82762cd { display:none !important; }}
#s-1f35533b-d1c0-4dd1-84d0-bf32c82762cd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1f35533b-d1c0-4dd1-84d0-bf32c82762cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-1f35533b-d1c0-4dd1-84d0-bf32c82762cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 74, 173, 1);
}

#s-1f35533b-d1c0-4dd1-84d0-bf32c82762cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1f35533b-d1c0-4dd1-84d0-bf32c82762cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 74, 173, 1);
  text-align: center;
  font-family: Open Sans Condensed;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-1f35533b-d1c0-4dd1-84d0-bf32c82762cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-af932a8f-00e9-4ed3-8c95-e75368b5bc14 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-af932a8f-00e9-4ed3-8c95-e75368b5bc14 {
  display: none;
}
#s-af932a8f-00e9-4ed3-8c95-e75368b5bc14, #wrap-s-af932a8f-00e9-4ed3-8c95-e75368b5bc14 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af932a8f-00e9-4ed3-8c95-e75368b5bc14 {
  display: none;
}
#s-af932a8f-00e9-4ed3-8c95-e75368b5bc14, #wrap-s-af932a8f-00e9-4ed3-8c95-e75368b5bc14 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af932a8f-00e9-4ed3-8c95-e75368b5bc14 {
  display: none;
}
#s-af932a8f-00e9-4ed3-8c95-e75368b5bc14, #wrap-s-af932a8f-00e9-4ed3-8c95-e75368b5bc14 { display:none !important; }}
#s-01fe4fe9-938f-4748-8347-082702f813f4 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-01fe4fe9-938f-4748-8347-082702f813f4 {
  display: none;
}
#s-01fe4fe9-938f-4748-8347-082702f813f4, #wrap-s-01fe4fe9-938f-4748-8347-082702f813f4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-01fe4fe9-938f-4748-8347-082702f813f4 {
  display: none;
}
#s-01fe4fe9-938f-4748-8347-082702f813f4, #wrap-s-01fe4fe9-938f-4748-8347-082702f813f4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-01fe4fe9-938f-4748-8347-082702f813f4 {
  display: none;
}
#s-01fe4fe9-938f-4748-8347-082702f813f4, #wrap-s-01fe4fe9-938f-4748-8347-082702f813f4 { display:none !important; }}
#s-f9794a3d-d6c1-4d3c-a62e-d085b0a8e726 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-f9794a3d-d6c1-4d3c-a62e-d085b0a8e726 {
  display: none;
}
#s-f9794a3d-d6c1-4d3c-a62e-d085b0a8e726, #wrap-s-f9794a3d-d6c1-4d3c-a62e-d085b0a8e726 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9794a3d-d6c1-4d3c-a62e-d085b0a8e726 {
  display: none;
}
#s-f9794a3d-d6c1-4d3c-a62e-d085b0a8e726, #wrap-s-f9794a3d-d6c1-4d3c-a62e-d085b0a8e726 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f9794a3d-d6c1-4d3c-a62e-d085b0a8e726 {
  display: none;
}
#s-f9794a3d-d6c1-4d3c-a62e-d085b0a8e726, #wrap-s-f9794a3d-d6c1-4d3c-a62e-d085b0a8e726 { display:none !important; }}
#s-88971563-c250-4cea-8ede-bc6433290c36 {
  margin-left: 3%;
margin-right: 3%;
}

#s-b4be6cd6-5215-40ee-a675-aa6cf569716e {
  margin-top: 17px;
margin-bottom: 17px;
}
@media (min-width: 1200px){#s-b4be6cd6-5215-40ee-a675-aa6cf569716e {
  display: none;
}
#s-b4be6cd6-5215-40ee-a675-aa6cf569716e, #wrap-s-b4be6cd6-5215-40ee-a675-aa6cf569716e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4be6cd6-5215-40ee-a675-aa6cf569716e {
  display: none;
}
#s-b4be6cd6-5215-40ee-a675-aa6cf569716e, #wrap-s-b4be6cd6-5215-40ee-a675-aa6cf569716e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4be6cd6-5215-40ee-a675-aa6cf569716e {
  display: none;
}
#s-b4be6cd6-5215-40ee-a675-aa6cf569716e, #wrap-s-b4be6cd6-5215-40ee-a675-aa6cf569716e { display:none !important; }}
#s-051c92c6-8d9e-4d72-bae3-4a333e658646 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-051c92c6-8d9e-4d72-bae3-4a333e658646 {
  display: none;
}
#s-051c92c6-8d9e-4d72-bae3-4a333e658646, #wrap-s-051c92c6-8d9e-4d72-bae3-4a333e658646 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-051c92c6-8d9e-4d72-bae3-4a333e658646 {
  display: none;
}
#s-051c92c6-8d9e-4d72-bae3-4a333e658646, #wrap-s-051c92c6-8d9e-4d72-bae3-4a333e658646 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-051c92c6-8d9e-4d72-bae3-4a333e658646 {
  display: none;
}
#s-051c92c6-8d9e-4d72-bae3-4a333e658646, #wrap-s-051c92c6-8d9e-4d72-bae3-4a333e658646 { display:none !important; }}
#s-051c92c6-8d9e-4d72-bae3-4a333e658646 .shg-sld-dot {
  background-color: rgba(0, 0, 0, 1);
}

#s-051c92c6-8d9e-4d72-bae3-4a333e658646 .shg-sld-nav-button.shg-sld-left,
#s-051c92c6-8d9e-4d72-bae3-4a333e658646 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 1);
}

#s-297dbd91-6697-4d3f-b69a-ccce2e9148d9 {
  text-align: center;
}







  #s-297dbd91-6697-4d3f-b69a-ccce2e9148d9 img.shogun-image {
    

    
    
    
  }


#s-297dbd91-6697-4d3f-b69a-ccce2e9148d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf0793c2-578a-460a-81f2-178b7867c9e0 {
  text-align: center;
}







  #s-cf0793c2-578a-460a-81f2-178b7867c9e0 img.shogun-image {
    

    
    
    
  }


#s-cf0793c2-578a-460a-81f2-178b7867c9e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e71d5e0-fad7-4ddf-887a-2c6ada077ea7 {
  text-align: center;
}







  #s-1e71d5e0-fad7-4ddf-887a-2c6ada077ea7 img.shogun-image {
    

    
    
    
  }


#s-1e71d5e0-fad7-4ddf-887a-2c6ada077ea7 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c96ef90-f4cb-4a54-a4ae-1c89c6f551d4 {
  text-align: center;
}







  #s-9c96ef90-f4cb-4a54-a4ae-1c89c6f551d4 img.shogun-image {
    

    
    
    
  }


#s-9c96ef90-f4cb-4a54-a4ae-1c89c6f551d4 .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}