.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-8a43cdaa-26ac-49be-a396-56be2eb013f7 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-8a43cdaa-26ac-49be-a396-56be2eb013f7 {
  display: none;
}
#s-8a43cdaa-26ac-49be-a396-56be2eb013f7, #wrap-s-8a43cdaa-26ac-49be-a396-56be2eb013f7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a43cdaa-26ac-49be-a396-56be2eb013f7 {
  display: none;
}
#s-8a43cdaa-26ac-49be-a396-56be2eb013f7, #wrap-s-8a43cdaa-26ac-49be-a396-56be2eb013f7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a43cdaa-26ac-49be-a396-56be2eb013f7 {
  
}
}
#s-8a43cdaa-26ac-49be-a396-56be2eb013f7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(225, 225, 225, 0);
}

#s-8a43cdaa-26ac-49be-a396-56be2eb013f7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-8a43cdaa-26ac-49be-a396-56be2eb013f7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(30, 30, 30, 1);
}

#s-8a43cdaa-26ac-49be-a396-56be2eb013f7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(225, 225, 225, 0);
}

#s-8a43cdaa-26ac-49be-a396-56be2eb013f7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(30, 30, 30, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8a43cdaa-26ac-49be-a396-56be2eb013f7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.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-f893c8fd-64b0-449e-9cae-abbebe46b62c {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: left;
}

#s-f893c8fd-64b0-449e-9cae-abbebe46b62c .shogun-heading-component h2 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



.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-8c8bcdc9-dd29-47de-8995-5448f3ccfc36 {
  min-height: 50px;
}








#s-8c8bcdc9-dd29-47de-8995-5448f3ccfc36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c8bcdc9-dd29-47de-8995-5448f3ccfc36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-433a473e-c5e4-43c9-8635-f34064567e80 {
  text-align: center;
}







  #s-433a473e-c5e4-43c9-8635-f34064567e80 img.shogun-image {
    

    
    
    
  }


#s-433a473e-c5e4-43c9-8635-f34064567e80 .shogun-image-content {
  
    align-items: center;
  
}

#s-66918d13-0c04-4593-86fd-aee33470ccf2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66918d13-0c04-4593-86fd-aee33470ccf2 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



.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-85c1dad1-5ed0-48a0-a1ee-1f007b50807f {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 700px;
}

#s-1c362dd3-bfee-407b-9871-11635a50418d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c362dd3-bfee-407b-9871-11635a50418d .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-0f9bbccc-1659-44e2-90b0-7bc5f5c0e519 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 700px;
}

#s-9d378d10-8fdd-4957-a083-1e5e19473bf7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d378d10-8fdd-4957-a083-1e5e19473bf7 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-3ba6b00a-a03d-4672-95a6-0acb431b6ea2 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 700px;
}

#s-c6765818-3b55-46f4-9334-7eb1af9cd659 {
  min-height: 50px;
}








#s-c6765818-3b55-46f4-9334-7eb1af9cd659 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6765818-3b55-46f4-9334-7eb1af9cd659.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c882c6d3-183a-493f-a443-ef46d53cc459 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c882c6d3-183a-493f-a443-ef46d53cc459 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f6614514-0eb6-4152-8ba9-e7019bce2187 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 700px;
}

#s-2a0038b9-ffaf-44e1-9142-0f3e239948de {
  text-align: center;
}







  #s-2a0038b9-ffaf-44e1-9142-0f3e239948de img.shogun-image {
    

    
    
    
  }


#s-2a0038b9-ffaf-44e1-9142-0f3e239948de .shogun-image-content {
  
    align-items: center;
  
}

#s-f6c6111c-c041-4d47-afa2-87ed9074a0e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6c6111c-c041-4d47-afa2-87ed9074a0e3 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4fd1f568-257d-4ba5-83b0-c356a4bf34ab {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 700px;
}

#s-882eedd2-f491-4d32-ac0f-41067c2390aa {
  text-align: center;
}







  #s-882eedd2-f491-4d32-ac0f-41067c2390aa img.shogun-image {
    

    
    
    
  }


#s-882eedd2-f491-4d32-ac0f-41067c2390aa .shogun-image-content {
  
    align-items: center;
  
}

#s-f360fb55-13b4-4231-8b63-c0af37936941 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f360fb55-13b4-4231-8b63-c0af37936941 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-c5793f81-0a02-49d5-bed7-e64cdfaebbe3 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 700px;
}

#s-a016b1f9-f7c4-406a-8d39-d9c3e932b7d9 {
  text-align: center;
}







  #s-a016b1f9-f7c4-406a-8d39-d9c3e932b7d9 img.shogun-image {
    

    
    
    
  }


#s-a016b1f9-f7c4-406a-8d39-d9c3e932b7d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-17b4926e-5b2e-403a-8113-8c8c549f4cae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17b4926e-5b2e-403a-8113-8c8c549f4cae .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-bf924c89-a789-4cb1-a544-381005e5d3ec {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 700px;
}

#s-d1a1ac73-38b0-4bdc-ac5e-e7c68ee27c81 {
  text-align: center;
}







  #s-d1a1ac73-38b0-4bdc-ac5e-e7c68ee27c81 img.shogun-image {
    

    
    
    
  }


#s-d1a1ac73-38b0-4bdc-ac5e-e7c68ee27c81 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f4c9df0-97b1-4c01-8f9a-dd1aee047736 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f4c9df0-97b1-4c01-8f9a-dd1aee047736 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-cb098a54-99b2-405d-8a07-d2bfc8428560 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 700px;
}

.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-782ebe9d-c1bc-4e6e-bb16-4c0a4bbe2f96 {
  padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-782ebe9d-c1bc-4e6e-bb16-4c0a4bbe2f96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-782ebe9d-c1bc-4e6e-bb16-4c0a4bbe2f96"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-782ebe9d-c1bc-4e6e-bb16-4c0a4bbe2f96"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-782ebe9d-c1bc-4e6e-bb16-4c0a4bbe2f96"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-782ebe9d-c1bc-4e6e-bb16-4c0a4bbe2f96"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-782ebe9d-c1bc-4e6e-bb16-4c0a4bbe2f96"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-782ebe9d-c1bc-4e6e-bb16-4c0a4bbe2f96"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-962f44bb-f3eb-4eef-a056-1618cb859be1 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(26, 26, 26, 1);
}

#s-962f44bb-f3eb-4eef-a056-1618cb859be1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d3f420c9-45d6-416a-8e5d-889aaa1a8239 {
  margin-top: 5px;
margin-bottom: -10px;
}

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

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

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

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

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

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

#s-0404a365-aece-421d-98bc-d824490c3a50 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(128, 128, 128, 1);
  border-radius: 0px;
}

#s-0404a365-aece-421d-98bc-d824490c3a50 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0404a365-aece-421d-98bc-d824490c3a50 td.shogun-table-column {
  background-color: #fff;
  padding: 8px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-0404a365-aece-421d-98bc-d824490c3a50 td.shogun-table-row {
  background-color: #fff;
  padding: 1px;
}

#s-0404a365-aece-421d-98bc-d824490c3a50 td.shogun-table-column, #s-0404a365-aece-421d-98bc-d824490c3a50 td.shogun-table-row {
  border: 1px solid rgba(128, 128, 128, 1);
}

#s-84a817ff-e6e2-494e-80de-d6f93d89bbf8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-84a817ff-e6e2-494e-80de-d6f93d89bbf8 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-f58fb3ec-da67-4b8a-9a8c-67f9108645ad {
  margin-left: auto;
margin-right: auto;
}

#s-a3331b96-8a48-47ff-9581-7e8db435047c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a3331b96-8a48-47ff-9581-7e8db435047c .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-f8f5e3d6-2e8c-4949-923d-6f066251c65f {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-3c6a2e2a-0fb2-426f-9a96-ac149f95c37d {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-fef7277e-0cb6-4317-aa36-af858d120508 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 700px;
}

#s-be22fc27-4475-4ce4-a1db-57a6330949b1 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: left;
}

#s-be22fc27-4475-4ce4-a1db-57a6330949b1 .shogun-heading-component h2 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-d283be88-e3d2-4d76-9167-6979dba2af0b {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

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

.shg-imageV2-content {
  text-align: initial;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 img.shogun-image,
  #s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 {
    width: 100%;
    height: auto;
  }

  #s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image {
    
    
  }


.s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image-container {
      position: relative;
    }

    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 img.shogun-image,
  #s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 {
    width: 100%;
    height: auto;
  }

  #s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image {
    
    
  }


.s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image-container {
      position: relative;
    }

    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 img.shogun-image,
  #s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 {
    width: 100%;
    height: auto;
  }

  #s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image {
    
    
  }


.s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image-container {
      position: relative;
    }

    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 img.shogun-image,
  #s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 {
    width: 100%;
    height: auto;
  }

  #s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image {
    
    
  }


.s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image-container {
      position: relative;
    }

    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 img.shogun-image,
  #s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 {
    width: 100%;
    height: auto;
  }

  #s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image {
    
    
  }


.s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image-container {
      position: relative;
    }

    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a51c56a9-e2cb-4233-9d3c-3263aef929e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-69b2f470-7f60-4dd7-9cf1-45ea1fecbd46 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-69b2f470-7f60-4dd7-9cf1-45ea1fecbd46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69b2f470-7f60-4dd7-9cf1-45ea1fecbd46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de79e3ca-d2b8-4a02-8e62-56f14c330c8b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}
@media (min-width: 768px) and (max-width: 991px){#s-de79e3ca-d2b8-4a02-8e62-56f14c330c8b {
  display: none;
}
#s-de79e3ca-d2b8-4a02-8e62-56f14c330c8b, #wrap-s-de79e3ca-d2b8-4a02-8e62-56f14c330c8b { display: none !important; }}@media (max-width: 767px){#s-de79e3ca-d2b8-4a02-8e62-56f14c330c8b {
  display: none;
}
#s-de79e3ca-d2b8-4a02-8e62-56f14c330c8b, #wrap-s-de79e3ca-d2b8-4a02-8e62-56f14c330c8b { display: none !important; }}







#s-de79e3ca-d2b8-4a02-8e62-56f14c330c8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de79e3ca-d2b8-4a02-8e62-56f14c330c8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-5b768e98-ae84-4a5b-aab2-e49fe1279773 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}


  #s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(224, 224, 224, 0);
  }
  #s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(67, 125, 63, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(119, 119, 119, 1);
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(67, 125, 63, 1);
}

#s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
@media (min-width: 1200px){
  #s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(224, 224, 224, 0);
  }
  #s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(67, 125, 63, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(119, 119, 119, 1);
  font-family: Oswald;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
}

#s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(67, 125, 63, 1);
}

#s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(224, 224, 224, 0);
  }
  #s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(67, 125, 63, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(119, 119, 119, 1);
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(67, 125, 63, 1);
}

#s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (max-width: 767px){
  #s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(224, 224, 224, 0);
  }
  #s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(67, 125, 63, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(119, 119, 119, 1);
  font-family: Oswald;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(67, 125, 63, 1);
}

#s-5b768e98-ae84-4a5b-aab2-e49fe1279773 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}
@media (min-width: 0px) {
[id="s-7c73980d-fcad-497a-9e2b-d6fc57031015"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c73980d-fcad-497a-9e2b-d6fc57031015"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c73980d-fcad-497a-9e2b-d6fc57031015"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c73980d-fcad-497a-9e2b-d6fc57031015"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0281b71c-4712-49fc-b9f6-1ed58f0ce303 {
  padding-top: 15%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0281b71c-4712-49fc-b9f6-1ed58f0ce303 {
  display: none;
}
#s-0281b71c-4712-49fc-b9f6-1ed58f0ce303, #wrap-s-0281b71c-4712-49fc-b9f6-1ed58f0ce303 { display: none !important; }}@media (max-width: 767px){#s-0281b71c-4712-49fc-b9f6-1ed58f0ce303 {
  display: none;
}
#s-0281b71c-4712-49fc-b9f6-1ed58f0ce303, #wrap-s-0281b71c-4712-49fc-b9f6-1ed58f0ce303 { display: none !important; }}







#s-0281b71c-4712-49fc-b9f6-1ed58f0ce303 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0281b71c-4712-49fc-b9f6-1ed58f0ce303.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56fc32e0-dd12-49e0-9b02-5e5262dc24d2 {
  min-height: 50px;
}








#s-56fc32e0-dd12-49e0-9b02-5e5262dc24d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56fc32e0-dd12-49e0-9b02-5e5262dc24d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b4cb827-26b2-45d6-b453-b1209a361869 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9b4cb827-26b2-45d6-b453-b1209a361869 .shogun-heading-component h2 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-46961511-6c0c-4546-ae40-e612125abda2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-46961511-6c0c-4546-ae40-e612125abda2 .shogun-heading-component h2 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-f01ba869-1525-4812-95b8-5f36e3e5f1b1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f01ba869-1525-4812-95b8-5f36e3e5f1b1 {
  display: none;
}
#s-f01ba869-1525-4812-95b8-5f36e3e5f1b1, #wrap-s-f01ba869-1525-4812-95b8-5f36e3e5f1b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f01ba869-1525-4812-95b8-5f36e3e5f1b1 {
  display: none;
}
#s-f01ba869-1525-4812-95b8-5f36e3e5f1b1, #wrap-s-f01ba869-1525-4812-95b8-5f36e3e5f1b1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f01ba869-1525-4812-95b8-5f36e3e5f1b1 {
  
}
}@media (max-width: 767px){#s-f01ba869-1525-4812-95b8-5f36e3e5f1b1 {
  
}
}







#s-f01ba869-1525-4812-95b8-5f36e3e5f1b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f01ba869-1525-4812-95b8-5f36e3e5f1b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a7b6988-4f59-4d47-8089-f288aaed729a {
  min-height: 50px;
}








#s-3a7b6988-4f59-4d47-8089-f288aaed729a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a7b6988-4f59-4d47-8089-f288aaed729a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ddd7d20-fb56-4ba7-aae3-1815ca9d8898 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4ddd7d20-fb56-4ba7-aae3-1815ca9d8898 .shogun-heading-component h2 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-8e508a48-d27b-41e9-8214-f8e73410284d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8e508a48-d27b-41e9-8214-f8e73410284d .shogun-heading-component h2 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-2fb6bc80-890c-452b-9409-d65ad56dc8ff {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2fb6bc80-890c-452b-9409-d65ad56dc8ff img.shogun-image,
  #s-2fb6bc80-890c-452b-9409-d65ad56dc8ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2fb6bc80-890c-452b-9409-d65ad56dc8ff {
    width: 100%;
    height: auto;
  }

  #s-2fb6bc80-890c-452b-9409-d65ad56dc8ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image {
    
    
  }


.s-2fb6bc80-890c-452b-9409-d65ad56dc8ff .shogun-image-content {
  
    align-items: center;
  
}

.s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image-container {
      position: relative;
    }

    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2fb6bc80-890c-452b-9409-d65ad56dc8ff img.shogun-image,
  #s-2fb6bc80-890c-452b-9409-d65ad56dc8ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2fb6bc80-890c-452b-9409-d65ad56dc8ff {
    width: 100%;
    height: auto;
  }

  #s-2fb6bc80-890c-452b-9409-d65ad56dc8ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image {
    
    
  }


.s-2fb6bc80-890c-452b-9409-d65ad56dc8ff .shogun-image-content {
  
    align-items: center;
  
}

.s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image-container {
      position: relative;
    }

    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2fb6bc80-890c-452b-9409-d65ad56dc8ff img.shogun-image,
  #s-2fb6bc80-890c-452b-9409-d65ad56dc8ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2fb6bc80-890c-452b-9409-d65ad56dc8ff {
    width: 100%;
    height: auto;
  }

  #s-2fb6bc80-890c-452b-9409-d65ad56dc8ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image {
    
    
  }


.s-2fb6bc80-890c-452b-9409-d65ad56dc8ff .shogun-image-content {
  
    align-items: center;
  
}

.s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image-container {
      position: relative;
    }

    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2fb6bc80-890c-452b-9409-d65ad56dc8ff img.shogun-image,
  #s-2fb6bc80-890c-452b-9409-d65ad56dc8ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2fb6bc80-890c-452b-9409-d65ad56dc8ff {
    width: 100%;
    height: auto;
  }

  #s-2fb6bc80-890c-452b-9409-d65ad56dc8ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image {
    
    
  }


.s-2fb6bc80-890c-452b-9409-d65ad56dc8ff .shogun-image-content {
  
    align-items: center;
  
}

.s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image-container {
      position: relative;
    }

    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2fb6bc80-890c-452b-9409-d65ad56dc8ff img.shogun-image,
  #s-2fb6bc80-890c-452b-9409-d65ad56dc8ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2fb6bc80-890c-452b-9409-d65ad56dc8ff {
    width: 100%;
    height: auto;
  }

  #s-2fb6bc80-890c-452b-9409-d65ad56dc8ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image {
    
    
  }


.s-2fb6bc80-890c-452b-9409-d65ad56dc8ff .shogun-image-content {
  
    align-items: center;
  
}

.s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image-container {
      position: relative;
    }

    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2fb6bc80-890c-452b-9409-d65ad56dc8ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-233788d7-4ee2-4bf3-9a6a-22878b4ea1d9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-233788d7-4ee2-4bf3-9a6a-22878b4ea1d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-233788d7-4ee2-4bf3-9a6a-22878b4ea1d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-59a3d115-1702-429a-afec-080c939d74ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59a3d115-1702-429a-afec-080c939d74ac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59a3d115-1702-429a-afec-080c939d74ac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-59a3d115-1702-429a-afec-080c939d74ac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59a3d115-1702-429a-afec-080c939d74ac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-59a3d115-1702-429a-afec-080c939d74ac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59a3d115-1702-429a-afec-080c939d74ac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-5d7c5a94-608d-4a11-87bf-971f85c11f0a {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(26, 26, 26, 1);
}

#s-5d7c5a94-608d-4a11-87bf-971f85c11f0a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-668f6c52-50cb-4951-a745-d1e06a0072f3 {
  margin-top: 5px;
margin-bottom: -10px;
}

#s-b65b4d50-d8f7-4c9f-b201-c6b91ad0ed4d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(128, 128, 128, 1);
  border-radius: 0px;
}

#s-b65b4d50-d8f7-4c9f-b201-c6b91ad0ed4d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b65b4d50-d8f7-4c9f-b201-c6b91ad0ed4d td.shogun-table-column {
  background-color: #fff;
  padding: 8px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-b65b4d50-d8f7-4c9f-b201-c6b91ad0ed4d td.shogun-table-row {
  background-color: #fff;
  padding: 1px;
}

#s-b65b4d50-d8f7-4c9f-b201-c6b91ad0ed4d td.shogun-table-column, #s-b65b4d50-d8f7-4c9f-b201-c6b91ad0ed4d td.shogun-table-row {
  border: 1px solid rgba(128, 128, 128, 1);
}

#s-3cbd7b66-b716-4613-8deb-f82bdf66b8c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3cbd7b66-b716-4613-8deb-f82bdf66b8c5 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-4ad485f2-746d-4b42-95b7-be0e5918502a {
  margin-left: auto;
margin-right: auto;
}

#s-84f76b2d-c241-4c50-8130-65c49d571592 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-84f76b2d-c241-4c50-8130-65c49d571592 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-55f04c88-e986-4f4e-9c4d-ddaade42d4a7 {
  margin-left: auto;
margin-right: auto;
}

#s-eff9cf9d-8dd0-4bac-aa62-67a6eddae754 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-a836755a-9db3-46cd-b705-93cf043598e7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a836755a-9db3-46cd-b705-93cf043598e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a836755a-9db3-46cd-b705-93cf043598e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca7d6001-b2fb-47a3-8742-2477e433aef9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca7d6001-b2fb-47a3-8742-2477e433aef9 .shogun-heading-component h2 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-9ba6551f-0642-4c6c-a5c2-344521fee26b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9ba6551f-0642-4c6c-a5c2-344521fee26b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ba6551f-0642-4c6c-a5c2-344521fee26b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f349a4d3-3df7-4059-a7c1-33a7bdb0c5a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f349a4d3-3df7-4059-a7c1-33a7bdb0c5a0 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-06a3b483-38d1-4d83-b62b-4170288be4b2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-06a3b483-38d1-4d83-b62b-4170288be4b2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-06a3b483-38d1-4d83-b62b-4170288be4b2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-06a3b483-38d1-4d83-b62b-4170288be4b2 {
  
}
}@media (max-width: 767px){#s-06a3b483-38d1-4d83-b62b-4170288be4b2 {
  
}
}







#s-06a3b483-38d1-4d83-b62b-4170288be4b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06a3b483-38d1-4d83-b62b-4170288be4b2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7c94f3df-eaa8-4a0d-bc21-0ab6e023fa3b {
  min-height: 40px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7c94f3df-eaa8-4a0d-bc21-0ab6e023fa3b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7c94f3df-eaa8-4a0d-bc21-0ab6e023fa3b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c94f3df-eaa8-4a0d-bc21-0ab6e023fa3b {
  
}
}@media (max-width: 767px){#s-7c94f3df-eaa8-4a0d-bc21-0ab6e023fa3b {
  
}
}







#s-7c94f3df-eaa8-4a0d-bc21-0ab6e023fa3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c94f3df-eaa8-4a0d-bc21-0ab6e023fa3b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0a9b6e11-2e62-4ccd-a99b-840ce3568d8d {
  text-align: center;
}







  #s-0a9b6e11-2e62-4ccd-a99b-840ce3568d8d img.shogun-image {
    

    
    
    
  }


#s-0a9b6e11-2e62-4ccd-a99b-840ce3568d8d .shogun-image-content {
  
    align-items: center;
  
}

#s-1aace050-f778-4888-98c6-f3b8766c09a7 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-dbbf56dc-f968-4733-8d06-527a838a2a2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbbf56dc-f968-4733-8d06-527a838a2a2c .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



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

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

#s-32f7fdc5-e266-4bb9-9578-d3122f96aa03 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-e72783af-d6d1-4643-8b93-d9566f58f963 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-6c3c0590-73ea-4b60-977b-889c1e5885ff {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6c3c0590-73ea-4b60-977b-889c1e5885ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c3c0590-73ea-4b60-977b-889c1e5885ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-665dd914-95ce-4c33-8325-42d9e7300208 {
  text-align: center;
}







  #s-665dd914-95ce-4c33-8325-42d9e7300208 img.shogun-image {
    

    
    
    
  }


#s-665dd914-95ce-4c33-8325-42d9e7300208 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff7ebb8e-e5ac-47fd-9954-806a5e3e1e04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff7ebb8e-e5ac-47fd-9954-806a5e3e1e04 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d1d68383-e2f7-4049-8685-e4749c168750 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-662b77b2-2825-4f1c-84ae-2004f6a0b8e5 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-d2d93b0c-4297-4530-a0fc-12071c2163d4 {
  text-align: center;
}







  #s-d2d93b0c-4297-4530-a0fc-12071c2163d4 img.shogun-image {
    

    
    
    
  }


#s-d2d93b0c-4297-4530-a0fc-12071c2163d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d73889f-74d3-42fc-8dec-787a6acf47f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d73889f-74d3-42fc-8dec-787a6acf47f2 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ab531475-c0a9-4b73-8430-54f2a87591ba {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-c271f7e1-0657-4d24-b963-0446ee870673 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-42a8dd0f-aab1-4534-a811-1c48a7cc32ab {
  text-align: center;
}







  #s-42a8dd0f-aab1-4534-a811-1c48a7cc32ab img.shogun-image {
    

    
    
    
  }


#s-42a8dd0f-aab1-4534-a811-1c48a7cc32ab .shogun-image-content {
  
    align-items: center;
  
}

#s-483025d6-4cbf-487f-ba45-5b845c8d6ea5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-483025d6-4cbf-487f-ba45-5b845c8d6ea5 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-0aca8e9a-8d65-41bc-b32b-af3865a17cdc {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-56114bc1-6eca-407e-a8b1-000166bda740 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-27bb7461-2547-4f09-8b74-35ad752d33a2 {
  text-align: center;
}







  #s-27bb7461-2547-4f09-8b74-35ad752d33a2 img.shogun-image {
    

    
    
    
  }


#s-27bb7461-2547-4f09-8b74-35ad752d33a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-4980e092-5c28-4df6-bcc9-e5299de561bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4980e092-5c28-4df6-bcc9-e5299de561bf .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-3329f747-fff7-47a6-871b-13394bead08d {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-8c307ef0-b57f-427a-9cd5-13cab223b50c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c307ef0-b57f-427a-9cd5-13cab223b50c .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ce08b4af-87cd-400f-95e4-9118e21004bc {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-8603c77c-9f03-4207-8466-544b0f836cb9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8603c77c-9f03-4207-8466-544b0f836cb9 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a351b072-a444-48c0-8258-26744fd371ff {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
